@charset "UTF-8";

@page { size: A4 } /* A4縦 */
@page { size: A4 landscape} /* A4横 */
@page { size: 210mm 297mm } /* A4縦サイズ */

@media print{
	
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	font-size: 1.4rem;/* 16px */
	line-height: 1.6;
}

body{
  word-wrap : break-word;
  overflow-wrap : break-word;
}


/*---------- style:reset ----------*/
h1,h2,h3,h4,h5,h6,figure{margin: 0;padding: 0; line-height: 1.6;}
p,dl{margin: 0;padding: 0; }
ul{list-style-type: none;margin: 0;padding: 0;}
a{text-decoration: none;}

/*---------- clearfix ----------*/
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.wrap-01{
  overflow: hidden;
  position: relative;
}
.wrap-02{
  position: relative;
  min-height: 1200px;
}
.wrapcontents{
width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;

	
}

.pc{
	display: block;
}
.pad{
	display: none;
}
.sp{
	display: none;
}

@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	.pad{
		display: block;
	}

	.wrap-01{
   position: relative;
	z-index: 2;

	}
	.wrap-02{
  	min-height: 0;
	}

}

@media screen and (max-width: 480px){
	.sp{
		display: block;
	}



}

/*----------- Contents -----------*/

#main{
	padding:0 0 0 240px;
  	width: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	height: auto;
}

@media screen and (max-width: 768px){
	#main{
  		padding: 0;
  		width: 100%;
  		min-height: 800px;

	}

}


/*----------- Header -----------*/
#header{
}
@media screen and (max-width: 768px){
	#header{
		width: 100%;
		/* box-shadow */
		box-shadow:0px 0px 10px 1px #dbdbdb;
		-moz-box-shadow:0px 0px 10px 1px #dbdbdb;
		-webkit-box-shadow:0px 0px 10px 1px #dbdbdb;
	}
}

#toggle{
	display: none;
}
@media screen and (max-width: 768px){
	#toggle{
		-js-display: flex;
		display: flex;
		justify-content: center;
		align-items:center;
		width: 50px;
		height: 50px;
		background: #163357;;
	}
	#toggle a{
		display: block;
		color:#fff;
		width: 100%;
		height: 100%;
		-js-display: flex;
		display: flex;
		justify-content: center;
		align-items:center;
	}
	.toggle-box{
		-js-display: flex;
		display: flex;
		justify-content: flex-end;
		position: relative;
		z-index: 0;
	}
}

.headerBodyWrap{
	min-width:240px;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	/* box-shadow */
	box-shadow:0px 0px 10px 1px rgba(0,0,0, .15);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0, .15);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .15);
	background: rgba(255,255,255,1.00);

}
.headerBody{
	width:240px;
	min-width:240px;
  	background: #ffffff;
	margin: 0;
	display: block;
}

.headerBody h1{
  width:240px;
  height:100px;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerBody h1 a{
  display: block;
}



/**/
.displayNone {
display: none;
}
.accordion a {
display: block;
text-align: center;
}
.contentWrap{
position: absolute;
top:0;
left:240px;
background: rgba(21,51,87,1);
width: 240px;
height: 100%;
padding: 40px 0;	
}

.switch {
	width: calc(100% - 25px);
	height: 48px;
	cursor:pointer;
	font-weight: 600;
	position: relative;
	-js-display: flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.4rem;
	font-weight: 600;
	color: #595757;
	padding-left: 25px;
	transition: .3s;
}
.switch:hover {
background:  #163357;
color:#ffffff;
}
.switch.open {
background:  #163357;
color:#ffffff;
}
.cat_home a{
	width: 100%;
	height: 48px;
	cursor:pointer;
	font-weight: 600;
	position: relative;
	-js-display: flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.4rem;
	font-weight: 600;
	color: #595757;
	transition: .3s;
}
.cat_home a:hover{
color:#ffffff!important;
}

@media screen and (max-width: 768px){
	.contentWrap{
		position: relative;
		top:0;
		left:0;
		background:#163357;
		color:#ffffff;
		width: 100%;
		height: auto;
		padding: 0;
	}
	.switch{
		border-bottom:1px solid rgba(255,255,255,.2);
		z-index: 999;
		background:#163357;
		color:#ffffff;
		font-weight: 300;
		width: calc(100% - 30px);
		height: auto;
		padding: 15px;
		transition: .3s;
	}
	.switch::after{
	 	content: url(../images/common/arrow_wh_s.png);
		position: absolute;
		right: 20px;
		top:18px;
	}
	.headFixed{
		position: relative;		
		width: 100%;
		height: 50px;
		z-index: 9999!important;
		background: #fff;	
	}
	.switch.cat_home{
		padding: 0;
		width: 100%;
	}
	.switch:hover{
		background: #103b66;
	}		
	
	.cat_home a:hover{
		background: #103b66;
	}		
	
	
.cat_home a{
	display: block;
	color: #FFFFFF;
	width: 100%;
	padding: 15px;
	text-align: left;
	height: auto;
}

.cat_home::after{
	 	content: none!important;

	}
}

/**/
.headerNav .active{
background: #163357;
color:#ffffff;
}





/*headerNav*/
.headerNav{
  margin-top: 0px;
}



/*アコーディオンメニュー*/
.acc_box{
  width: 90%;
	margin: 0 auto;
	text-align: center;
}


.acc_title{
	text-align: center;
}


.acc_title p.main{
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 50px;
	color:#fff;
	letter-spacing: 0.1rem;
}
.acc_title p.main::after {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 3px;
    bottom: -16px;
    margin: 0 auto;
    background-color: #FFFFFF;
}	

ul.acc_menu{
	width: 100%;
	margin-top: 40px;
}
ul.acc_menu li{
  	width: 100%;
}
ul.acc_menu li.mr0{
	margin-right: 0;
}
ul.acc_menu li a{
	display:block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-js-display: flex;
  	display: flex;
	justify-content:center;
	align-items: center;
	color:#fff;
	font-size: 1.4rem;
}
ul.acc_menu li a:hover{
background: #13477f;
}



@media screen and (max-width: 768px){
	.acc_box{
  display: none;
		
}
.acc_title{
  	margin-left: 0;
	height: auto;
	background: #fff;
	border-top: 2px solid #163357;
	border-bottom: 1px solid #e5e5e5;
	-js-display: flex;
  	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

	.acc_title p.main::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    bottom: 0;
    margin: 0 auto;
}	
	
	
.acc_title p.sub a{
	font-size: 1.22rem;
	letter-spacing: 0.14rem;
	color:#282828;
	display: block;

	margin:0 auto;
	padding: 14px;
}
.acc_title p.sub a i{
	padding-right: 7px;
	font-weight: 600;
	
}
.acc_title p .sub a:hover{
	color:#282828;
}
ul.acc_menu{
	width: 100%;
    background: #D3EBE8;
	margin: 0;
	position: relative;
	z-index: 2;

	
}
ul.acc_menu li{
  	width: 100%;
	height:auto;
    background: none;
	margin-top: 0px;
	border-bottom: 0;
	text-align: right;
    z-index: 999;
	margin-right: 0;
}
ul.acc_menu li a{
	display:block;
	width: 100%;
	height:auto;
	-js-display: flex;
  	display: flex;
	justify-content:flex-start;
	align-items:center;
	padding: 5px 15px;
    background: #f2f2f2;
    color: #163357;
	border-bottom:1px solid #D1D1D1;

}
ul.acc_menu li a:hover{
background: #f2f2f2;
}

	ul.acc_menu li.sp_topmenu{
		  	width: 100%;
	display: block;
	}	
	
ul.acc_menu li.sp_topmenu a{
	background: #dbdcdc;
	color: #163357;
	border:none;
	}

}


/*----------- page -----------*/
@media screen and (max-width: 768px){
script.js_spnone{
	display: none;
}
}




/*---------------------- ここから NEW ----------------------*/

.container{
	width: 1100px;
	margin: 0 auto;
}
.row{
 -js-display: flex;
  display: flex;
	flex-flow: wrap;
}
.column{
 -js-display: flex;
  display: flex;
	flex-flow: column;
}



img{
	width: auto;
	max-width: 100%;
}
img.img-center{
	display: block;
	margin: 0 auto;
}


/*---------------------- コーポレートカラー ----------------------*/
.navy{
	color: #163357;
}
.navy_bg{
	background: #163357;
}
.white{
	color: #FFFFFF;
}
	
	
	
	
	
/*----------------------  header ----------------------*/	



/*--- .headerTool .btn-box--*/
.headerTool .btn-box{
	justify-content: space-between;
    padding: 0 20px;
	margin: 40px 0;
}
.headerTool .btn-box a.btn{
	display: block;
	background: #163357;
	height: 42px;
	width: 42px;
	border-radius: 42px;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items:center;
}

.headerTool .btn-box a.btn:hover{
		background: #103b66;
	}	




@media screen and (max-width: 768px){
.headerTool .btn-box {
    padding: 0 5%;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
}
}
/*--- header_subnav---*/
.header_subnav{
  padding: 0 20px;
}
.header_subnav a{
  display: block;
  background: #dbdcdc;
  color:#163357;
  border-radius: 2px;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
  height: 48px;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items:center;
 transition: .3s;
}
.header_subnav a:hover{
	background: #163357;
 	 color:#fff;
}

.header_subnav a.tenpo{
  background: url(../images/common/outlink-s-navy.png) no-repeat, #dbdcdc;
 background-position: center right 10px;
 transition: .3s;
}

.header_subnav a.tenpo:hover{
  background: url(../images/common/outlink-s-wh.png) no-repeat, #163357;
 background-position: center right 10px;
 	 color:#fff;
}




@media screen and (max-width: 768px){
	.header_subnav{
	  padding: 0 5%;
	}
}
		





/*----------------------  pageTop ----------------------*/	
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#pageTop a {
  display: block;
  z-index: 9999;
  width: 53px;
  height: 53px;
  background:rgba(255,255,255,.94); 
 -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
#pageTop a:hover {
  text-decoration: none;
  background:rgba(255,255,255,1); 
}
#pageTop a img{
 transform:rotate(-90deg); 
}



/*----------------------  Footer ----------------------*/	
#footer{
  position: relative;
  z-index: 999;
}
.footerBody{
  width: 100%;
}
.footerNav{
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 1200px;
	width: 96%;
	margin:0 auto;
	justify-content: space-between;
}
.footerNav a{
  color:#f2f2f2;
}
.footerNav a:hover{
	text-decoration: underline;
}
.fn-list{
	width: 20%;
}
.fn-list p{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.fn-list ul li{
  font-size: 12px;
  padding-bottom: 14px;
}
.fn-list ul li ::before{
 content: url(../images/common/arrow_wh_s.png);
	padding-right: 5px;
}
@media screen and (max-width: 768px){
	.footerNav{
	width:100%;
	padding:0;
	}
	.fn-list{
	  width:100%;
	  padding-right: 0;
		position: relative;
	}

	.fn-list ul{
		display: none;
	}
.fn-list p {
    margin-bottom: 0;
	border-bottom:1px solid rgba(255,255,255,.2);
	transition:.3s;
	box-sizing: border-box;
}
.fn-list p.qa {
	border-bottom:none;
}
.fn-list p a{
	display: block;
	width: 96%;
	margin: 0 auto;
	padding: 15px;
	font-weight: 300;
}
	.fn-list p a:hover{
		text-decoration: none;
	}
	.fn-list p:hover{
		background: #103b66;
	}	
}

/*--------------  footerLink --------------*/	
.footerLink{
  background: #282828;
  font-size: 12px;
  padding: 18px;
}
.footerLink a, p.copyright{
	  color:#b1b1b1;
}
.footerLink ul{
	line-height: 1.6;
}
.footerLink ul li{
	margin-right: 25px;
}
.footerLink p.copyright{
	 text-align: center;
}

@media screen and (max-width: 768px){
.footerLink{
	padding-top:20px;
	padding-bottom: 20px;
}
	.footerLink ul{
		justify-content: space-between
	}
	
.footerLink ul li{
	width:calc(100% - 30px);
	margin-right: 0;
}
.footerLink ul li a{
	display: block;
	width: 100%;
	padding: 5px 15px;
}	
.footerLink p.copyright{
	 width: 100%;
	margin-top: 20px;
}

	
}







/*----------------------  ぱんくずリスト ----------------------*/	
.pankuzu-box{
	padding: 5px;
	font-size: 6px;
}

/*----------------------  トップメッセージ ----------------------*/		
.message_img {
	width:120px;
}
	
	
	
/*---------------------- policy----------------------*/
.policy_message_box{
	flex-flow: row-reverse;
	justify-content: space-between;
}
.policy_message_box .message_img{
	float: none;
	width: 100px;
}
.policy_message_box .message_p{
	width: calc(100% - 120px);
}




