@charset "utf-8";



/*********** font setup ***********/
* { font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka,sans-serif; }
.f10,
#credit {font-family:"ＭＳ Ｐゴシック", Osaka,sans-serif;}


/*********** defult setup ***********/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,span,img,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}



/*********** tag setup ***********/

/* body */
body { 
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.5;}
@media screen and (max-width:768px){
	body { font-size: 14px; }
}


/* heading */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }

/* ie用 images */
body img { vertical-align:top; font-size:0; }

/* link */
.lineup_txt	a {
	margin: 0 auto;
	padding: 0 auto;
}
a { color:#ff6633;}
a:link { text-decoration:underline; }
a:hover { text-decoration:none; color:#29abe2; }
a:visited { }
a:active { }




/*********** PC/スマホで切り替え ***********/
.sp { display: none !important; } 
@media screen and (max-width:768px){
	.pc { display: none !important; }
	.sp { display: block !important; }
}


/*********** id setup ***********/

/* wrapper */
#wrapper { width: 100%; border-top: solid 20px #003686; }

/* logo */
#header #logo { display: inline-block; }
@media screen and (max-width:768px){
	#header #logo { width: 100%; text-align: left; }
	#header #logo img { height: 32px; width: auto; margin: 0 auto; margin-left: 10px;  }
}

/*  header  */
#header { width:960px; margin:20px auto 0px; position:relative; }
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* h_nav */
#nav {
width: 600px;
	float: right;
}
#hnav li { float:left; }
#hnav li a:hover { opacity: 0.5; }
#hnav img{width: 100%;}


/* g_nav */
#gnav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 10px 0 0px;
}
#gnav li { 
	font-weight: 400;
	text-align: center; width: 20%;
	display: inline-block;
	border-right:solid 1px #ccc;
	box-sizing: border-box;
}
#gnav .home { 
	width: 18%;
}
#gnav .faq { 
	width: 22%;
}

#gnav li:first-child { border-left:solid 1px #ccc;}

#gnav a { color: #333; }

/*PCのスタイル*/
#header nav {
}
#header nav ul{
	display: flex;
	align-items: center;
	
}
#header nav ul li a{
	text-decoration: none;
	font-weight: bold;
	padding: 0px ;
}
#nav_toggle{
	display: none;
}

/*メニュー部分*/
@media screen and (max-width:768px){
	#header { 
		width: 100%; 
		position:relative; z-index:9999; }
	nav{
		display: none;
		position: absolute;
		top:60px;
		width: 100%;
		background: rgba(0, 101, 152, 0.95);
		left: 0;
	}
	#header nav ul{
		display: block;
		margin: 0 auto 10px;
		width: 90%;
	}
	#header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #CCC;
		padding: 15px 15px;
		width: 100%;
	}
	#gnav .home { 
	width: 100%;
	}
	#gnav .faq { 
		width: 100%;
	}
	#header nav ul li:last-child{
		border: none;
	}
	#header nav ul li a{
		display: block; 
	}
	#header #hnav { display: none; }
	
/*nav_toggle　開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px; right: 10px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
		width: 32px;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #003686;
		position:absolute;
		width: 100%;
		right: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:2px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:22px;
	}
	#nav_toggle span:nth-child(4){
		top:26px; font-size: 10px; text-align: center; color: #003686; background: none;
	}
	
		/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
		.open #nav_toggle span:nth-child(4) {
			display: none;
		}	
	#gnav li a { display: block; color: #fff; }
	#gnav li { 
	width: 100%;
	display: block;
	border:none;	
	border-bottom:solid 1px #ccc;
}
	#gnav li:first-child { border-left:none;}
	
}







/* main */
#main { width:100%; margin:0 auto; line-height:1.5; }

/* side */
#side { width:200px; float:left; }

/* content */
#content { width:600px; float:right; line-height:1.5; }



/*---------------------------------------------------------------------------
　各社バナー
---------------------------------------------------------------------------*/

.Bnr_box{
	width:1040px;
	margin:30px auto 35px;
	text-align:center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.Bnr_box li {
	/* width: 32.29%; */
	width: 23.4%;
	margin-right: 1%;
}

.Bnr_box li:last-child{
	margin-right: 0%;
}

.Bnr_box li img { width: 100%; height: auto; }


.Bnr_box a:hover{
	color:#FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

@media only screen and (max-width: 959px) {
	.Bnr_box{
	width:100%;
	padding: 0 20px; box-sizing: border-box;	
	margin:30px auto 35px;
	text-align:center;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
}
@media only screen and (max-width: 480px) {
	.Bnr_box {
		display: block;
	}
	.Bnr_box li {
		margin: 0 auto 10px;
		width: 310px !important; max-width: 100%;
	}
	
	.Bnr_box li:last-child{
	margin-right: auto;
}
	
}

/* f_nav */
#fnav { padding:10px 0 0; margin:0 auto; color:#000000; clear:both; text-align:center; font-size:10px; }
#fnav a { color:#000000; text-decoration:underline; }
#fnav a:hover { color:#565656; text-decoration:none; }


/* footer */
#footer { width:100%; margin:0 auto; padding:25px 0 ; font-size:12px; line-height:1.5; border-top: solid 5px #003686; }
#footer .copy { text-align: center; margin: 30px 0 0 0}

/*********** pagetop ***********/
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  display: block;
  width: 60px;
  height: 60px;
	cursor: pointer;
}

.totop img { width: 100%; height: auto; }

.totop .button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(232, 232, 232, 0.7);
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 44px;
  color: #3a3a3a;
}

/*〜641px　以下では見えないようにする*/
@media screen and (max-width:641px){
	.totop {
		display: none;
}	
}


/*********** フッター固定 ***********/

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 54, 134, 0.9 );
	z-index: 10000;
}
	.footer_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
		margin: 10px auto;
	}
	.footer_area li {
		display: inline-block;
	}
	.footer_area .fnav_tel { width: 39.3%; height: auto; }  .footer_area .fnav_tel img { width: 100%; height: auto; }
	.footer_area .fnav_form { width: 39.3%; height: auto; } .footer_area .fnav_form img { width: 100%; height: auto; }
	.footer_area .pagetop { width: 14%; height: auto; margin-left: 2%; }   .footer_area .pagetop  img { width: 100%; height: auto; }
	
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #068BF1;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#footer{
	margin-bottom: 85px;
}
}

.privacy{
	width: 960px;
	height: auto;
	margin: auto;
	margin-top: 60px;
}

.privacy2{
	width: 630px;
	height: auto;
	margin: auto;
	margin-top: 60px;
}

@media screen and (max-width:641px){
.privacy{
	width: 90%;
}	

.privacy2{
	width: 90%;
}	

}

.privacy h2{
	width: 630px;
	text-align: center;
	border-bottom: solid 3px #003686;
	margin: auto;
	margin-bottom: 30px;
}

.privacy2 h2{
	width: 630px;
	text-align: center;
	border-bottom: solid 3px #003686;
	margin: auto;
	margin-bottom: 30px;
}

p.tohome{
font-size: 20px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
width: 40%;
text-align: center;
border-bottom: solid 2px #999;
}

p.tohome a{text-decoration: none;
color: #000;
transition: color .3s;
}

p.tohome a:hover{color: #999;}



@media screen and (max-width:641px){
.privacy h2{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}	

.privacy2 h2{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}	

p.tohome{font-size: 16px;}

}

.privacy_section{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin: 40px 0 15px 0;
}

@media screen and (max-width:641px){
.privacy_section{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 40px 0 15px 0;
}
}
	
.fnav {
	width: 810px;
 	list-style: none;
 	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width:641px){
.fnav {
	width: 90%;
 	list-style: none;
 	overflow: hidden;
	margin: 0 auto;
}
}
 
.fnav li {
 	text-align: center;
 	float: left;
	margin: 0 15px;
}

@media screen and (max-width:641px){
.fnav li {
 	width: 50%;
	height: 30px;
	margin: 0 auto;
}
}
 
.fnav li a {
 	text-decoration: none;
 	color: #003686;
 	font-weight: bold;
}
.mr30{
	margin: 0 auto 30px auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.margin20{
	margin: 0 0 0 -20px;
}
.margin30{
	margin: 0 0 0 -30px;
}
}

