@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
border-top: 20px solid #bae3f9;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #0067b0;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #005ead;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}



.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}

.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.clearer {
	clear: both;
}

.mt50{
margin-top: 50px !important;
}

.ml30{
margin-left: 30px !important;
}


.mb100{
margin-bottom: 100px !important;
}

.red {
color: red !important
}

.text_r{
text-align: right
}

.sp{
display: none; }

.strong{
    font-weight: bold;
    color: #012C84;
}

.float__img {
    float: right;
    margin-right: 20px;
}




/********************************
header
********************************/

header{
max-width: 1200px;
margin: 15px auto 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

header .logo{
width: 50%;
}

header .header_nav{
width: 50%;
}

header .header_nav .search{
text-align: right;
width: 70%;
margin-left: 30%;
}

header .header_nav ul{
margin: 5px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header .header_nav ul li{
background: url("../img/header_arrow.png") left center no-repeat;
margin-left: 10px;
padding: 0 0 0 20px;
font-size:14px;
}

header .header_nav ul li a{
text-decoration: none;
}

.gsc-control-cse {
padding: 0 !important;
background: none !important;
border: none !important;
}


#sp_header{
display: none;
}

/********************************
mv
********************************/

#slider{
width: 1200px;
margin:0 auto 10px;
}

#slider li{
position: relative;
}

#slider li p{
position: absolute;
color: #FFFFFF;
font-size:18px;
top:10px;
left:20px;
text-shadow: 1px 1px 2px black, 0 0 1em #666666, 0 0 0.2em #333333;
}


/********************************
gnav
********************************/
#gnav{
border-bottom: 8px solid #
;
margin-bottom: 70px;
}

#gnav ul{
max-width: 1200px;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari */
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap:wrap;
}

#gnav ul li{
/** width: 14%; 7個の場合**/
width: 16.8%;
margin-bottom: -8px;
border-bottom: 8px solid  #bbe3fc;
}

#gnav ul li:nth-child(6){
width: 16%;
}

#gnav ul li a{
width: 100%;
display: block;
padding: 20px 0 28px 0 ;
text-align: center;
color: #000000;
text-decoration: none;
font-size:17px;
line-height: 1;
border-left: 1px solid #000000;
}

#gnav ul li:last-child a{
border-right:  1px solid #000000;
}

#gnav ul li a:hover{
background: linear-gradient(#FFFFFF, #bbe3fc);
}

#gnav ul li.current{
border-bottom: 8px solid #005ead;
}

/********************************
wrapper
********************************/
#wrapper{
max-width:1200px;
margin: 0 auto 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.main{
width: 790px;
}

.main .info{
border: 1px solid #005ead;



}

.main .info_ttl{
padding: 10px 35px;
background-color: #005ead;
}

.main .info ul{
margin-left: 35px;
width: 755px;
height: 320px;
overflow:hidden;

}

.main .info ul li{
width: 90%;
margin-top: 20px;
padding:0 0 20px 20px;
border-bottom: 1px dotted #005ead;
background: url("../img/arrow_g.png")left 5px no-repeat;
font-size:16px;
line-height: 1.2;
}

.main .info ul li a{
text-decoration: none;
}

.main .info_link{
margin: 20px;
text-align: center;
font-size:16px;
}

.main .info_link a{
padding: 0 5px;
line-height: 1.5;
text-decoration: none;
border-bottom: 5px solid #005ead;
}

.side{
max-width: 410px;
}

.side .bnr_list {
margin: 0 auto;
}

.side .bnr_list li{
margin-bottom: 5px;
}

.side .bnr_list li img{
border:1px solid #CCCCCC;
}

.side h3{
font-size:20px;
font-weight:bold;
margin:20px 0 10px;
text-align: center;
background: #bae3f9;
padding: 10px;
}

.side p{
text-align: center;
font-size:16px;
line-height: 1.5;
}

.side .btn {
margin:5px 20px 20px;
}

.side .btn a{
display: block;
padding: 10px;
color: #FFFFFF;
font-size:16px;
text-align: center;
border-radius: 50px;
background: #005ead;
text-decoration: none;
}

p.indent-1 {
	padding-left:2.5em;
	text-indent:-2.5em;
	margin-bottom:5px !important;
	margin-left:10px;
}

/********************************
footer
********************************/

footer{
background: #bae3f9;
padding: 40px 0 10px;
}

footer .flex{
width: 1200px;
margin: 0 auto;
}

footer .address{
width: 350px;
}

footer .address .footer_logo{
font-size:22px;
margin-bottom: 10px;
}

footer .address p{
font-size: 14px;
line-height: 1.5;
margin-bottom: 30px;
}

footer .footer_nav{
width:740px;
}

footer .footer_nav .pagetop{
margin: 10px 30px 50px 0;
text-align: right;
}

footer .footer_nav .pagetop a{
text-decoration: none;
}

footer .footer_nav .pagetop span{
background: url("../img/arrow_up.png") left center no-repeat;
padding-left: 20px;
font-size:12px;
}

.footer_nav ul{
max-width: 865px;
margin: 0 auto;
}

.footer_nav ul li{
margin-bottom: 20px;
}

.footer_nav ul li a{
color: #000000;
font-size: 15px;
text-decoration: none;
padding: 2px 10px;
border-right: 1px solid #000000;
}

.footer_nav ul li.contact{
margin:-5px 0 0;
text-align: center;
padding-left: 10px;
}

.footer_nav ul li.contact a{
display: block;
width:180px; 
background: #005ead;
color: #FFFFFF;
font-size: 16px;
text-decoration: none;
padding:5px 10px;
border-right:none;
}

.copyright{
background: #005ead;
color:#FFFFFF;
font-size: 14px;
padding: 5px;
text-align: center
}


/********************************
sub_contents
********************************/

#gnav.sub{
margin-bottom: 10px;
border-top: 1px solid #005ead;
}

#gnav.sub li a{
padding: 15px 0;
}

h1{
margin-top: 5px;
background: #005ead;
padding: 30px;
text-align: center;
font-size:36px;
color: #FFFFFF;
}

p.breadlist{
max-width: 1200px;
margin: 0 auto 40px;
padding: 10px;
font-size:14px;
}

.main .lead{
font-size:18px;
line-height: 1.5;
margin-bottom: 20px;
}

.main h2{
border-top: 1px solid #005ead;
border-bottom: 1px solid #005ead;
font-size:24px;
padding: 20px;
margin-bottom: 20px;
color:#000000;
}

.main p{
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}

p.indent{
  padding-left: 3em;
  text-indent:-3em;
    line-height: 1;
    margin-bottom: 5px;
}

.main h3{
background:  #bae3f9;
padding: 15px;
color: #000000;
font-size:18px;
margin-bottom: 10px;
font-weight:bold;

}




.head04{
	border-left:6px solid #005ead;
	padding: 8px;
	margin:10px;

	}

.main .col2_text{
width: 48%;
}

.main .col2_img{
width: 48%;
}

.main ul.list_style li{
list-style: none;
font-size: 16px;
margin-bottom: 10px;
line-height:1.5;
}

.main ul.list_style li:before{
content: "・";
}

.main ul.list_style2 li{
list-style: none;
font-size: 16px;
margin-bottom: 20px;
line-height: 1;
}

.main ul.list_style2 li:before{
content: "▶　";
color: #005ead;
font-size:12px;
}

.main ul.list_style2 li a{
text-decoration: none;
}

.main .table_style{
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}

.main .table_style th{
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
padding: 10px;
font-weight:bold;
font-size:16px;
line-height: 1.5;
background-color:#f2fafd;
}

.main .table_style td{
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
padding: 10px;
font-size:16px;
line-height: 1.5
}

.main .dl_style dt{
font-weight:bold;
margin-bottom: 10px;
font-size:18px;
}

.main .dl_style dd{
margin-bottom: 20px;
font-size:16px;
line-height: 1.5;
}

.main .center td{
	text-align:center;
	padding: 5px;
}

.main .center th{
	text-align:center;
	padding: 5px;
}

.triangle{ 
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #005ead;
	 position:absolute;
	 margin-left:20px;
	 margin-top:10px;
}






/********************************
contact
********************************/
.form_table{
border-top: 1px solid #F5F5F5;
}

.form_table th{
border-bottom: 1px solid #F5F5F5;
padding: 20px;
text-align: right
}

.form_table th sup{
color: red;
font-size:12px;
}

.form_table td{
border-bottom: 1px solid #F5F5F5;
padding: 20px;

}

.form_table td p{
font-size:14px;
color: #666666;
}

.form_table td input[type="text"] ,.form_table td input[type="email"],.form_table td textarea {
padding: 10px;
border: 1px solid #F5F5F5;
background: #F5F5F5;
}


.btn_area{
text-align: center;
margin: 20px 0;
}

.btn_area input {
background: #005ead;
width: 200px;
padding:20px;
border-radius: 50px;
color:#FFFFFF;
text-align: center;
}


ol.list01{
  list-style:decimal;


}
  
ol.list01 li{
  position:relative;
  margin: 7px 0 7px 40px;
  padding-left: 10px;
  line-height:1.5;

}

ol.list02{
  list-style:none;


}
  
ol.list02 li{
  position:relative;
  margin: 7px 0 7px 40px;
  padding-left: 10px;
  line-height:1.5;

}
  







/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}

 
@media screen and (max-width: 1200px) {

/********************************
header
********************************/

header{
max-width: 94%;
}

#slider{
width: 100%
}

/********************************
wrapper
********************************/

#wrapper{
max-width:94%;
}

.main{
width:70%;
}

.main .info ul{
margin-left: 5%;
width: 95%;
}

.side{
max-width: 28%;
}


/********************************
footer
********************************/

footer .flex{
width: 94%;
position: relative
}

footer .address{
width: 40%;
}

footer .footer_nav{
width:60%
}

.footer_nav ul{
max-width: 100%;
}
}

@media screen and (max-width: 840px) {

/********************************
gnav
********************************/

#gnav{
margin-bottom: 30px;
}

#gnav ul li a{
padding: 10px 0 18px 0 ;
font-size:14px;
}


/********************************
wrapper
********************************/
#wrapper{
margin: 0 auto 80px;
}

.side h3{
font-size:16px;
}

.side p{
font-size:14px;
}

.side .btn {
margin:5px 0 20px;
}

.side .btn a{
font-size:14px;
}

footer .footer_nav .pagetop{
position: absolute;
top:0;
right: 0
}

footer .address{
width: 100%;
}

footer .footer_nav{
width:100%;
margin: 20px 0 0 0;
}

footer .footer_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

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

.sp{
display: block;
}

body{
border-top: 5px solid #bae3f9;
}


header{
display: none !important;
}

#sp_header{
display: block;
padding: 10px 5% 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}

#sp_header .logo{
padding: 5px 0 0;
max-width: 80%;
}

nav.globalMenuSp {
	 position: fixed;
	 z-index: 2;
	 top: 0;
	 left: 0;
	 text-align: center;
	 transform: translateY(-100%);
	 transition: all 0.6s;
	 width: 100%;
	 z-index: 5;
	}
	
	 nav.globalMenuSp ul {
	 background: #FFFFFF;
	 margin: 70px 0 0 0;
	 padding: 0;
	 width: 100%;
	 border-bottom: 2px solid #005ead
	}
	
	 nav.globalMenuSp ul li {
	 font-size: 16px;
	 list-style-type: none;
	 padding: 0;
	 width: 100%;
	 border-top: 2px solid #005ead;
	 text-align: left;
	}
	
	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
	 padding-bottom: 0;
	 border-bottom: none;
	}
	 nav.globalMenuSp ul li a {
	 display: block;
	 padding:15px 20px;
	 color: #000000;
	 text-decoration: none;
	}

	 
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	 transform: translateY(0%);
	}
	 .navToggle {
	 display: block;
	 position: fixed;    /* bodyに対しての絶対位置指定 */
	 right: 10px;
	 top: 16px;
	 width: 35px;
	 height: 50px;
	 cursor: pointer;
	 z-index: 10;
	 text-align: center;
	 color: #005ead;
	 font-size: 10.5px;
	 padding-top: 32px;
	}
	 .navToggle span {
	 display: block;
	 position: absolute;    /* .navToggleに対して */
	 width: 35px;
	 border-bottom: solid 3px #005ead;
	 -webkit-transition: .35s ease-in-out;
	 -moz-transition: .35s ease-in-out;
	 transition: .35s ease-in-out;
	 left: 0;
	 
	}
	 .navToggle span:nth-child(1) {
	 top: 0px;
	}
	 .navToggle span:nth-child(2) {
	 top: 11px;
	}
	 .navToggle span:nth-child(3) {
	 top: 22px;
	}
	 
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
	 top: 8px;
	 left: 1px;
	 -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
	 top: 8px;
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 transform: rotate(45deg);
	}
	
	
#gnav{
display: none;
}

#slider li p{
font-size:14px;
}

/********************************
wrapper
********************************/

.search{
padding:10px 5%;
background:#bbe3fc;
text-align: center;
}

#wrapper{
margin: 20px auto 40px;
}

.main{
width:100%;
}

.main .info ul{
margin-left: 5%;
width: 95%;
}

.side{
width:100%;
max-width: 100%;
margin: 20px 0 0;
}

.side ul {
text-align: center
}

.side .btn {
margin:5px 10% 20px;
}

.side .btn a{
font-size:16px;
}



footer .footer_nav .pagetop{
margin: 0;
position: absolute;
top:auto;
bottom:0;
right: 0
}

footer .footer_nav ul{
display: none;
}

.copyright{
font-size: 9px;
}

.main .col2_text{
width:100%;
margin-bottom: 20px;
}

.main .col2_img{
width: 100%;
text-align: center;
margin-bottom: 20px;
}


}

p.indent-1 {
	padding-left:1em;
	text-indent:1em;
}

p.indent-2{
  padding-left: 1em;
  text-indent:-1em;
    line-height: 1;
}

h3.indent{
  padding-left: 3em;
  text-indent:-3em;
    line-height: 1;
    margin-bottom: 5px;
}
