@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}
img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:414px) {
	body {
		font-size: 9px;
	}
}


/* ----------------------------------------------------------------------------------------------------
  common layout
* --------------------------------------------------------------------------------------------------*/
.headerIn,
.footerIn,
.contentIn {
	max-width: 1065px;/* max-widthを指定する場合は実際の横幅+20px */
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	position: relative;
}
.contentIn1 {
	max-width: 1300px;/* max-widthを指定する場合は実際の横幅+20px */
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after,
.contentIn1:after,
#breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}
.mw1280 {
	max-width: 1300px;
}
.mw1200 {
	max-width: 1220px;
}
.mw970 {
	max-width: 990px;
}
.mw1100 {
	max-width: 1100px;
}
.mw800 {
	max-width: 850px;
}
@media screen and (max-width:414px) {
	.headerIn,
	.footerIn,
	.contentIn {
		padding: 0 3.125%;
	}
	.contentIn1 {
		padding: 0 3.125%;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	padding: 30px 0 29px;
	border-bottom: solid 10px #174f9f;
	position: relative;
	z-index: 1000;
}
#hLogo {
	float: left;
	position: relative;
	z-index: 10;
	}

.hlogo {
	width: 150px;
	height: auto;
	}


#hLogo a:hover {
	opacity: 1.0;
}
.headerIn {
	max-width: 1300px;
	position: static;
}

@media screen and (max-width:1100px) {
	#header {
		padding: 10px 0 9px;
		border-width: 5px;
	}
	#hLogo {
		width: 70px;
	}
	.btnMenu {
		width: 22px;
		height: 15px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 3.125%;
	}
	.btnMenu span {
		width: 100%;
		height: 3px;
		background: #666;
		position: absolute;
	}
	.btnMenu span:nth-child(1) {
		top: 0;
	}
	.btnMenu span:nth-child(2) {
		top: 6px;
	}
	.btnMenu span:nth-child(3) {
		bottom: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  pc-gNavi
* --------------------------------------------------------------------------------------------------*/
#pc-gNavi {
	margin: 9px 0 0 7.1%;
	float: left;
}
#pc-gNavi > li {
	float: left;
}
#pc-gNavi > li + li {
	margin-left: 20px;
}
#pc-gNavi > li > a {
	padding: 0 0.7em 0.4em;
	position: relative;
	color: #555;
	font-size: 15px;
	letter-spacing: 0.15em;
}
#pc-gNavi > li > a:hover {
	opacity: 1.0;
}
#pc-gNavi > li > a:before {
	width: 100%;
	height: 73px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#pc-gNavi > li > a:after,
#pc-gNavi > li > a.current:after {
	width: 0;
	height: 2px;
	background: #014099;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	transition: 0.4s;
}
#pc-gNavi > li:hover > a:after,
#pc-gNavi > li > a.current:after {
	width: 100%;
}

@media print, screen and (max-width:1220px) and (min-width:1101px) {
	#pc-gNavi > li > a {
		font-size: 12px;
	}
}

@media screen and (max-width:1100px) {
	#pc-gNavi {
		display: none;
	}
}

/* drawer
--------------------------------------------------*/
.drawer {
	display: none;
	width: 100%;
	padding: 40px 10px 30px;
	background: #174f9f;
	position: absolute;
	left: 0;
	z-index: 5000;
}
.drawerIn {
	max-width: 1240px;
	margin: auto;
}

/* col02 */
.drawer .col02 > * {
	width: 49.2%;
}
.drawer .col02 > *:nth-child(even) {
	float: right;
}

/* col03 */
.drawer .col03 > * {
	width: 32.2%;
	margin-right: 1.7%;
}
.drawer .col03 > *:nth-child(3n) {
	margin-right: 0;
}

/* col04 */
.drawer .col04 > * {
	width: 23.8%;
	margin-right: 1.6%;
}
.drawer .col04 > *:nth-child(4n) {
	margin-right: 0;
}

/* col05 */
.drawer .col05 > * {
	width: 15.4%;
	margin-right: 1.5%;
}
.drawer .col05 > *:nth-child(6n) {
	margin-right: 0;
}

/* col06 */
.drawer .col06 > * {
	/*width: 16%;
	margin-right: 0.8%;*/
	width: 15.25%;
	margin-right: 1.7%;
}
.drawer .col06 > *:nth-child(6n) {
	margin-right: 0;
}
.drawer .col06 > *:nth-child(2) {
	letter-spacing: -.05em;
}
.drawer .col06 > *:nth-child(4) {
	letter-spacing: -.23em
}

/* navList */
[class*="navList"] {
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
[class*="navList"] +[class*="navList"] {
	margin-top: 20px;
}
[class*="navList"]:after {
	content: "";
	display: block;
	clear: both;
}
[class*="navList"] li {
	float: left;
}
[class*="navList"] a {
	display: block;
	border: solid 1px #fff;
	position: relative;
	overflow: hidden;
}
[class*="navList"] p {
	position: absolute;
}

/* navList01 */
.navList01 p {
	width: 100%;
	padding: 8px 10px 5px;
	background: rgba(0,0,0,0.40);
	bottom: 0;
	left: 0;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.02em;
}
.navList01 strong {
	vertical-align: baseline;
	margin-right: 0.2em;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

/* navList02 */
.navList02 {
	color: #333;
}
.navList02 p {
	height: 1em;
	padding-right: 1em;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 10px;
	font-size: 16px;
}
.navList02 p:after {
	width: 8px;
	height: 14px;
	background-image: url(../img/common/cmn_arrow02.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	content: "";
}
.navList02 .white01:after {
	background-image: url(../img/common/cmn_arrow04.svg);
}

/* navList03 */
.navList03 p {
	width: 100%;
	padding: 19px 25px 16px 10px;
	background-color: rgba(0,0,0,0.40);
	background-image: url(../img/common/cmn_arrow04.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 8px auto;
	bottom: 0;
	left: 0;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -0.02em;
}
.navList03.col03 li {
	width: 31.2%;
	margin-right: 3.2%;
}

/* navList04 */
.navList04 {
	color: #174f9f;
	letter-spacing: -0.04em;
}
.navList04 a {
	padding: 18px 25px 14px 8px;
	background-color: #fff;
	background-image: url(../img/common/cmn_arrow02.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-size: 8px auto;
}

/* navList05 */
.navList05 {
	text-align: center;
}
[class*="navList"] + .navList05,
.navList05 + [class*="navList"] {
	margin-top: 20px;
}
.navList05 li {
	display: inline-block;
	float: none;
	font-size: 18px;
}
.navList05 li + li {
	margin-left: 2em;
}
.navList05 li a {
	border: none;
}
.navList05 li img {
	margin-right: 0.8em;
	/*vertical-align: text-bottom;*/
	vertical-align: middle;
	min-height: 30px;
}

/* hBtnList
--------------------------------------------------*/
#hBtnList {
	margin-top: 5px;
	float: right;
}
#hBtnList li {
	float: left;
}
#hBtnList li + li {
	margin-left: 30px;
}


/* ----------------------------------------------------------------------------------------------------
*  sp-gNavi
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1100px) {
	.btnMenuClose {
		padding: 4px 15px 7px;
		border-bottom: solid 1px #999;
		margin-bottom: 10px;
		font-size: 9px;
		line-height: 1.2;
	}
	.btnMenuClose:before {
		display: inline-block;
		vertical-align: baseline;
		margin-right: 0.3em;
		content: "×";
		font-size: 15px;
	}
	#sp-gNavi {
		width: 86%;
		padding: 0;
		background: #fff;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -86%;
		z-index: 9999;
		transition: 0.4s;
	}
	#sp-gNavi.open {
		right: 0;
	}
	#sp-gNavi .footerIn {
		padding: 0;
	}
	#sp-gNavi dl:nth-child(1n+0) {
		width: auto;
		margin: 0;
		float: none;
	}
	#sp-gNavi dt {
		padding: 0;
		border-bottom: solid 2px #174f9f;
	}
	#sp-gNavi dl:nth-of-type(n+2),
	#sp-gNavi dd + dt {
		margin-top: 35px;
	}
	#sp-gNavi dt a {
		display: block;
		padding: 8px 15px 3px 30px;
		font-size: 15px;
		font-weight: bold;
	}
	#sp-gNavi dd {
		padding: 0;
	}
	#sp-gNavi dd p {
		border-bottom: solid 1px #ccc;
	}
	#sp-gNavi dd p + p {
		margin: 0;
	}
	#sp-gNavi dd a {
		display: block;
		padding: 12px 15px 9px 30px;
		font-size: 12px;
	}
	#overlay {
		display: none;
		width: 100%;
		background: rgba(0,0,0,0.30);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	#overlay.open {
		display: block;
	}
}

@media screen and (max-width:1100px) and (min-width:415px) {
	#sp-gNavi {
		width: 70%;
		right: -70%;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  breadcrumb
* --------------------------------------------------------------------------------------------------*/
#breadcrumb {
	max-width: 1300px;
	margin: 15px auto 60px;
	padding: 0 10px;
	letter-spacing: -.4em;
}
#breadcrumb li {
	/*display: inline-block;*/
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.667;
	letter-spacing: normal;
	vertical-align: middle;
	position: relative;
}
#breadcrumb li + li {
	margin-left: 30px;
}
#breadcrumb li + li:before {
	content: '>';
	position: absolute;
	left: -20px;
}
@media screen and (max-width:414px) {
	#breadcrumb {
		margin: 8px auto 25px;
	}
	#breadcrumb li {
		font-size: 9px;
	}
	#breadcrumb li + li {
		margin-left: 20px;
	}
	#breadcrumb li + li:before {
		left: -13px;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  pagination
* --------------------------------------------------------------------------------------------------*/
.pagination-wrapper {
	text-align: center;
}
.pagination {
	display: inline-block;
	font-size: 0;
}
.pagination li {
	display: inline-block;
	font-size: 14px;
	color: #2a2a22;
}
.pagination li:nth-child(n+2) {
	margin-left: 15px;
}
.pagination .page-numbers {
	display: inline-block;
	text-decoration: underline;
}
.pagination .prev {
	margin-right: 15px;
}
.pagination .next {
	margin-left: 15px;
}
.pagination .current {
	width: 24px;
	padding: 5px 1px 1px;
	background: #009e96;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 1.0;
}
.pagination.blue .current {
	background: #174f9f;
}
@media screen and (max-width:414px) {
	.pagination li {
		font-size: 12px;
	}
	.pagination li:nth-child(n+2) {
		margin-left: 20px;
	}
	.pagination .page-numbers {
		margin-bottom: 4px;
	}
	.pagination .current {
		width: 28px;
		padding: 8px 1px 4px;
		margin: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/

/* fNavi
--------------------------------------------------*/
#fNavi {
	padding: 78px 0 74px;
	font-size: 16px;
}
#fNavi dl {
	width: 19.3%;
	margin-right: 7.6%;
	float: left;
}
#fNavi dl:nth-of-type(4n) {
	margin-right: 0;
}
#fNavi dt {
	padding-bottom: 4px;
	border-bottom: solid 1px #afafaf;
	font-weight: bold;
}
#fNavi dd + dt {
	margin-top: 4.5em;
}
#fNavi dd {
	padding-top: 1em;
}
#fNavi dd p + p {
	margin-top: 0.69em;
}

@media screen and (max-width:1100px) {
	#fNavi {
		display: none;
	}
}

/* fConArea
--------------------------------------------------*/
#fConArea {
	padding: 40px 0 39px;
	border-top: solid 4px #009e96;
}
#fLogo {
	position: absolute;
	top: -10px;
	left: 0;
}
.flogo {
	width: 213px;
	height: auto;
}
.fSubNavi01 {
	margin: 7px 0 0 225px;
	overflow: hidden;
	font-size: 12px;
}
.fSubNavi01 li {
	float: left;
}
.fSubNavi01 li + li:before {
	display: block;
	margin: 0 0.1em;
	float: left;
	content: "｜";
}
.fCon02 > * {
	display: inline-block;
	vertical-align: middle;
}
.fSubNavi02 {
	overflow: hidden;
}
.fSubNavi02 li {
	float: left;
}
.fSubNavi02 li + li:before {
	display: block;
	margin: 0 0.1em;
	float: left;
	content: "｜";
}
.fSnsList01 {
	margin-left: 23px;
}
.fSnsList01 li {
	float: left;
}
.fSnsList01 li + li {
	margin-left: 10px;
}

@media print, screen and (max-width:1220px) and (min-width:1065px) {
	.fSubNavi01 {
		font-size: 10px;
	}
	.fSubNavi02 {
		font-size: 12px;
	}
}

@media screen and (max-width:1100px) {
	#fConArea {
		padding: 15px 0 10px;
		margin-top: 5px;
	}
	#footer .fCon01,
	#footer .fCon02 {
		float: none;
	}
	#footer .fCon01 {
		margin-bottom: 10px;
		float: none;
		/*position: relative;*/
		text-align: center;
	}
	#fLogo {
		position: static;
	}
	#fLogo img {
		max-width: 172px;
	}
	.fSubNavi01 {
		margin: 10px 0 0 0;
		width: 100%;
		/*margin: 0;
		position: absolute;
		top: 45px;
		left: 0;*/
	}
	.fSubNavi01 a {
		text-decoration: underline;
	}
	.fSubNavi01 ul {
		display: inline-block;
		padding: 3px 0.5em 1px;
		background: #fff;
		font-size: 12px;
	}
	#footer .fCon02 {
		float: none;
		text-align: center;
	}
	.fCon02 > * {
		display: block;
	}
	.selectLanguage {
		max-width: 414px;
		margin: auto;
		background: #eee;
		position: relative;
	}
	.selectLanguage:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #a1a1a1 transparent transparent transparent;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 8px;
		content: "";
	}
	.selectLanguage select {
		width: 100%;
		height: 30px;
		padding: 0 1em;
		border: none;
		border-radius: 0;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align: left;
	}
	.fSubNavi02 {
		margin: 12px 0 10px;
	}
	.fSubNavi02 li {
		display: inline-block;
		float: none;
	}
	.fSubNavi02 a {
		text-decoration: underline;
	}
	.fSnsList01 {
		margin: 0 0 0;
	}
	.fSnsList01 li {
		display: inline-block;
		width: 30px;
		float: none;
	}
	.fSnsList01 li + li {
		margin-left: 15px;
	}
}

/* fCopy
--------------------------------------------------*/
#fCopy {
	padding: 19px 0 22px;
	text-align: center;
	letter-spacing: 0.02em;
}

@media screen and (max-width:1100px) {
	#fCopy {
		padding: 10px 0;
		font-size: 7px;
	}
}
