@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body.public-page {
    overflow-x: hidden;
}

.home .article h1.entry-title {
display: none;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
a{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066ff;
}

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

.main {
    padding: 0;
    border: 0;}
.content {
    margin-top: 0;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    background: 0;
}
.article h2 {
    padding: 0;}
.video-container {
  max-width: none;
}
ul li {    list-style: none;}
.article dd {
    margin-left: 0px;
}
.appeal {
    background-image: url(images/main-img.png), url(images/bg_main.png)	;
	 background-size: auto auto, auto 100%;
	background-repeat:no-repeat, no-repeat;
	
}

.smt_img {display:none!important;}
.pc_img {display:inline;}
.pctab_img {display:inline;}
.tabsmt_img {display:none;}
.tab_img {display:none;}


/* btn
---------------------------------------------------- */
#header-btn {
    right: 0;
    top: 10px;
    position: absolute;
}
#btn{
	float:right;
	clear:none;
	margin-right:20px;
}
#btn li {
padding-left: 10px;
float:left;
}

/* 追加：受付時間の画像＋テキスト */
#header-btn li.contact-info {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
}
#header-btn li.contact-info .contact-time {
	font-size: 11px;
	white-space: nowrap;
	margin-top: 2px;
}
#header-btn li.contact-info img.pc_img {
	    width: 250px;
    height: auto;
    margin: 5px;
}

/* navi
---------------------------------------------------- */
#navi {
    clear: both;
    display: block;
    margin-top:55px;
}
.navi-in > ul {
float: right;
}
.navi-in > ul {
margin: 10px 30px 0 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  clear: none;
}
.navi-in > ul li {
  margin: 0 5px;
  line-height: 100%;
  float:left;
	    display: block;
    width: auto;
    height: auto;
    line-height: normal;
    position: relative;
}
.navi-in > ul li a {
  color: #000 !important;
  text-decoration: none;
  font-weight:bold;
	font-size:80%;
}
.navi-in > ul li a .item-description {
  color: #00aab9;
  font-size:70%;
}

.logo-menu-button img {
    max-height: 44px;
    display: block;
    margin: auto 10px;
	padding-top:5px;
}

.mobile-header-menu-buttons li:nth-child(2) a {
  color: #005eab;
} 
.mobile-header-menu-buttons li:nth-child(3) a {
  color: #ff6130;
}




/* loop_img
---------------------------------------------------- */
.loop_wrap {
  display: flex;
  width: 100%;
  height: 365px;
  overflow: hidden;
  padding:20px 0;
  background-color:#f3f6fd;
}
.loop_wrap img {    max-width: fit-content;}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 60s -30s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 60s linear infinite;
}

/* 汎用
---------------------------------------------------- */
.img-r { float:right !important; margin-left:15px;
margin-bottom:15px;}
.img-l { float:left !important; margin-right:40px;}

.f-80 {
	font-size:80%;
}


.f-120 {
	font-size:120%;
}
.f-150 {
	font-size:150%;
}
.f-200 {
	font-size:200%;
}
.txt-red {
	color:#d14747;
}
.txt-blue {
	color:#201caf;
}
.txt-orange {
	color:#e79300;
}
.txt-green {
	color:#125bae;
}
.txt-gray{
	color:#CCC;	
}


.txt-y {color:#f7e457;}
.txtArea {
	clear:both;
}
.text-l {
	text-align:left;
}
.text-r {
	text-align:right;
}

.text-c {
	text-align:center;
}


.uline {text-decoration:underline;}
.mt-100 {margin-top:5%;}
.mt-15{ margin-top:15px; }
.mt-50{ margin-top:50px; }
.mt-30{ margin-top:30px; }



.mb-50{ margin-bottom:50px; }
.mb-20{ margin-bottom:20px; }




/* article
---------------------------------------------------- */
#content .wrap {
	width: 100%;}
h2 { text-align:center;
margin-bottom:3%;}


.gray-bg {
	background:#f5f8fa;
	padding:2% 5%;
	margin:3% auto;
	clear:right;}
.gray-bg ul{
	clear:right;
	margin-left:250px;
	}
	
.gray-bg ul.ulsurvery{
	margin-left:10px;
}
	
	
.gray-bg li {
background:url(images/check03.png) no-repeat left top ;
padding-left:50px;
color:#222222;
margin:1% 0;
font-size:130%;}


.gray-bg h3 {
	text-align:center;}

.contact{
background:url(images/photo-bg4.jpg) no-repeat center top ;
font-size:150%;
font-weight:bold;}
.contact span{
font-size:80%;}
.contact section{
padding:5% 0 0 ;}	
.contact td {
	width:50%;}



.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.youtube {
text-align:center;
position: relative;
padding-top: 56.25%;
margin: 0 auto 3%;
clear:both;
height:auto;
}


.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;

  height: 100% !important;

}

.link {
	margin:5% auto;}
.link li {
    text-align: center;
    float: left;
    width: 33%;
    padding: 1%;
    line-height: 1.0;
    margin-bottom: 3%;
    list-style: none;
    margin: 0 !important;
}
.link li a {
	text-decoration:none;
	font-weight:bold;
	line-height:1.3;
		font-size:90%;}
.link li a span {
	font-size:80%;
	color:#36b604;}
.link li img {
	width:100%;
}
@media (max-width : 600px){
	.link li {

	float:none;
	width:100%;
}
}
@media (max-width:990px) {

.company h2 {
width: 100%;}
.company table {
	width:100%;
}
.access-right {
width: 95%;
    margin: 10% auto 3%;
    float: none;}
.access-left {
	width:100%;
	float:none;
}

}
/* Tittle
------------------------------------------------------*/

h2.ti01 {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 30px;
background-color: #001e3a;
}
h2.ti01::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 40px solid transparent;
border-top-color: #001e3a;
content: '';
}


/* List
---------------------------------------------------- */

.listDecimal {
	margin-bottom:17px;
	font-size:1em;
	line-height:1.5;
}

.listDecimal li {
	margin:0 0 0 20px;
	padding-bottom:10px;
	padding-left:10px;
	list-style:outside decimal;
}


.listIcon01 {
	margin-bottom:17px;
	font-size:1em;
	line-height:1.5;
}

.listIcon01 li {
	margin:0 0 10px 0;
	padding-bottom:10px;
	padding-left:40px;
	text-align:left;
	background:url(images/list_chk.png) no-repeat left top #fff;
}


/* article
---------------------------------------------------- */

article {
	clear:both;
	margin:0px 0 0 0;
	width: 100%;
	height: 100%;
	padding: 0px 0 0 0;


}
.section-wrapper {
	width: 100%;
	margin: 0px auto ;
	clear:both;
}	

section {
width: 1180px;
	margin: 0px auto;
	clear:both;
	padding: 3% 0;
	text-align:center;
	position:relative;
}	
ol, ul {
    padding-left: 0;
}

/* Section
---------------------------------------------------- */
h3 img {
	max-width:100%;}
.sec02 ul{ padding:10px; }

section.sec03{ padding:0 0 5% 0!important; }
section.sec03 ul{ padding:0 90px;}


.sec03,
.sec13{
background:url(images/bg_sec03.png) no-repeat left top ;
}

.sec03 h2,
.sec13 h2{ padding-top:50px;margin-bottom:0px; }

.sec03 .text{
width:980px;
margin:0 auto;
background-color:#fff; 
padding:30px 50px;
text-align:left; }

.sec04-bg{
background:url(images/bg_sec04.png) no-repeat center top #0e1f30;
color:#FFF;
font-size:130%;}

section.sec04{
	padding:50px 80px;
}
	

.dlsec04{
	float:left;
	width:300px;
	margin-right:35px;
}

.dlsec04 dt{
	margin-bottom:20px;
	
}
.dlsec04 dd{

	text-align:left;
}

.dlsec04 dd.last{ margin-right:0px; }


.sec05{ }


.sec06-bg,
.sec08-bg{
background:url(images/bg_sec06.png) no-repeat center top #f3f6fd;
}

.sec06{
	padding-top:100px;
}

.sec06_inner{
padding:90px 20px;
background:url(images/bg_sec06_01.png) no-repeat top right #f3f6fd;
}


.sec06 .text{
	width:600px;	
	margin-left:100px;
	padding:50px;
	text-align:left;
	background-color:#fff;
	box-shadow: 1px 1px 3px 2px #999;
 }
 

.sec07-bg{
  background: url(images/bg_sec07.png) no-repeat top center #faf6e2;
}


.sec07{
	
	padding:5px 0 50px 0;
}

.sec07 h2{ margin-top:10px;}

.sec07 .kodawari{
	background-color:#fff;
	padding:20px 30px;
	margin:30px 100px;
	text-align:left;
	min-height:385px;
}

.sec08_inner{ 
}

.sec08 h3{
	background-color:#fff;
	border:2px #125bae solid;
	padding:10px;
	margin-bottom:20px;
	font-size:2em;
	color:#125bae;
	font-weight:bold;
}

.sec08 .left,
.sec08 .right{ 

	float:left; 
	width:50%;
	padding:50px 20px;  
	min-height:330px;}

.sec08 .left{ 
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}


.sec08 .right{ 
	border-right:1px solid #ccc;
	min-height:428px;
}

.sec08 dl.dlsec08 dt{
	padding:10px;
	margin:0 20px 20px 20px;
	background-color:#cccccc;
	font-size:2em;
	border-radius:10px;	
	}


.sec08 dl.dlsec08 dd{
	margin-bottom:10px;
}
.sec08 dl.dlsec08 dd.green{
	font-size:1.4em;
	font-weight:bold;
	color:#125bae;
	margin-bottom:7px;
}

.sec08-bg p{
padding-top:100px;
padding-bottom:50px;
}

.sec09{}


.sec09-bg{ 
background-color:#faf6e2;
position: relative;
padding: 2em;
}


.sec09-bg:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}

.sec09-bg .inner{
	width:970px;
	background-color:#fff;
	margin:0 auto;	
	
}
.sec09-bg .inner h3{
	color:#125bae;
	font-size:1.4em;
	font-weight:bold;
	padding-top:20px;
	border:0;
}

.sec09box{ padding:20px 85px;}

.sec09-bg .left{
	float:left;
	width:200px;
	margin-right:10px;
}

.sec09-bg .right{

	float:right;
	width:580px;
	border:3px #C0C0C0 solid;
	padding:20px;
	border-radius:20px;
	text-align:left;
}

/*吹き出し*/
.balloon{
position: relative;
padding: 20px 30px;
width: 150px;
height: 150px;
line-height: 80px;
border-radius: 50%;
text-align: center;
color: #FFF;
letter-spacing: 0.2em;
font-size: 14px;
background-color: #ddf1fe;
margin-left: 20px;
}

.balloon:after{
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
right: -30px;
top: 50%;
margin-top: -15px;
border: 15px solid transparent;
border-left: 20px solid #ddf1fe;

}



/* ご注意ください */

.coution{
	width:970px;
	border:10px solid #e7e7e8;
	padding:30px;
	margin:50px auto 0 auto;
  text-align:left;
}

.coution_inn{
  position: relative;
  background: #e7e7e8;
  padding: 10px;
  width:260px;
  margin:-60px auto 50px auto;
  text-align:center;
  font-weight:bold;
  font-size:1.4em;
}



.sec11-bg{ background-color:#ddf1fe; }


.flowBox,
.flowlast{
	position:relative;
	width:970px;
	margin:0 auto 50px auto;
	background-color:#fff;
	padding:30px;
}

.flowBox:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}


.flowno{
	position:absolute;
	top:-10px;
	left:10px;
	padding:10px;
	background-color:#125bae;
		
	}
	
.fl{ 
 float:left;
 width:300px;
 
}

 	

.fc{ 
	float:left; 
	width:250px; 
	color:#125bae; 
	font-size:1.4em; 
	font-weight:bold;
	min-height:200px;
  position:relative;
 }	
 
.fc p{ 
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 3.2rem;}  

.fr{ 
float:left; 
width:300px;
border-left:#c2c2c2 solid 1px;
padding:5px 5px 0 30px;
text-align:left;
min-height:200px;

}


.fcr{ 
float:left;
width:550px;
border-left:#c2c2c2 solid 1px;
padding:5px 5px 0 30px;
text-align:left;
}

.bn_contact {
    position:relative;
	left:35%;
}
 
.bn_contact:after {
    content: "";
    border-top: 2px solid #125bae;
    border-right: 2px solid #125bae;
    margin-top: -3.5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left:220px;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}

.bn_contact a::after {
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin-top: -3.5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left:220px;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}

.bn_contact a{ 	border:3px solid #125bae;width:250px; height:50px; display:block; color:#125bae; text-decoration:none; padding-top:10px; }
.bn_contact a:hover{ color:#fff; background-color:#125bae; }


.sec12{
	width:970px;
	margin:0 auto;
}


.sec12 h3{ 
	background: url(images/arrow01.png) no-repeat 0 50%;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:80px;
	text-align:left;
	
}

.listfaq{ 
	
}

.listfaq li {
  width:230px;
  position: relative;
  padding-bottom:5px;
  border-bottom:2px solid #ccc;
  float:left;
  padding:5px 20px 10px 20px;
  margin-left:5px;
  margin-bottom:10px;
  text-align:left;
}

.listfaq li a:after {
content: "";
background: url(images/icon_faq.png) no-repeat;
display: inline-block;
width: 27px;
height: 27px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
}
.listfaq li a{ color:#222; text-decoration:none;}
.listfaq li a:hover{ text-decoration:uline:}


.sec12 h3{ margin-top:50px; }


.dlfaq{ margin-bottom:40px; }


.dlfaq dt.q{
	border:2px solid #125bae;
	padding:20px 5px 20px 80px;
	color:#125bae;	
	position: relative;
	margin-bottom:10px;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}
.dlfaq dt.q:before {
        content: "";
        height: 50px;//四角のサイズ
        width: 40px;//四角のサイズ
        left: 0;
        position: absolute;
        top: 10px;
		left:10px;	
		background: #125bae url(images/icon_q.png) no-repeat 50% 50%;
		padding-left:50px;
	}


.dlfaq dd.a{

	position: relative;
	margin-bottom:10px;
	text-align:left;
	padding-left:80px;
	padding-top:10px;
	}

.dlfaq dd.a:before {
        content: "";
        height: 50px;//四角のサイズ
        width: 40px;//四角のサイズ
        left: 0;
        position: absolute;
        top: 10px;
		left:10px;	
		background: #f7e457 url(images/icon_a.png) no-repeat 50% 50%;
		padding-left:50px;
	}

.sec13 .text{
	width: 980px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 20px;
    text-align: left;	
}


.boxsec13{ }

.boxsec13 dl{ padding:20px 10px 10px 10px; border-top:2px solid #cecece; margin-bottom:20px; }
.boxsec13 dl dt{}
.boxsec13 dl dd{ margin-top:-7px;text-align:left;}

.sec13 p {
margin-bottom:3%;
margin-right:5%;
font-size:1.2em;
font-weight:bold;

}


.sec13 p span.icon01{
background:url(images/check01.gif) no-repeat 0 0 ;
padding:10px 0 10px 50px;

}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.8em;
}
ul.cp_list li:before {
	position:absolute;
	content:'※';
	top: 0em;
	left: 0.2em;
	height:0;
	width:0;
}

.boxstyle05 {
    margin: 10px;
    padding: 20px;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 10px 6px -6px #666;
    -moz-box-shadow: 0 10px 6px -6px #666;
    -webkit-box-shadow: 0 10px 6px -6px #666;
    overflow: auto;
}
input.w360 {
    border: 1px solid #6086A8;
    font-size: 20px;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}
input.fancy_button {
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.01) 50%, transparent) repeat scroll 0 0;
    background-color: #005eab;
    border-color: #FF3300;
    border-color: transparent transparent rgba(202, 202, 202, 0.27);
    border-radius: 7px 7px 7px 7px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    color: white;
    font: bold 20px/1em Arial;
    margin: 0 auto 5px;
    outline: 0 none;
    padding:10px 20px 30px 5px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
}
input.fancy_button:hover {
    background-color: #90dd10;
    color: #ff0000;
    text-shadow: none;
}


.sec_contact{ margin:0 105px; background-color:#fff;}

.sec_contact dt{
	background-color:#ddf1fe;
	padding:10px;
	color:#000000;
	font-size:24px;
	font-weight:bold;
}
.sec_contact dd{
	padding:10px 20px;
	
}

.sec14-bg{
	background:url(images/bg_sec14.png) repeat center top ;
}

.sec14_01 { width:100%; margin:0 auto; padding:0 80px; }
.sec14_01 .img-l{ width:300px;}

.sec14_01 p.text{
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:24px;
}




.sec15-bg{
	background:#faf6e2 url(images/bg_yajirusi.gif) 50% 0% no-repeat;
	padding:50px 0;
}



.sec15
{
	position:relative;
	width:970px;
	margin:0 auto 50px auto;
	background:#fff url(images/bg_sec15.png) 100% 2% no-repeat;
	padding:30px 50px;
}


.sec16
{
	position:relative;
	width:970px;
	margin:0 auto 50px auto;
	padding-top:0px;
}


.arrow_box{
    position:relative;
    width:80%;
    height:20%;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    border:2px solid #125bae;
    color:#125bae;
    font-size:18px;
	margin:0 auto 80px auto;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:17px;
    border-right-width:17px;
    margin-left: -17px;
    border-top-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(8, 146, 59, 0);
    border-top-width:29px;
    border-bottom-width:29px;
    border-left-width:19px;
    border-right-width:19px;
    margin-left: -19px;
    margin-top: 2px;
    border-top-color:#125bae;
}

.sec16_img{ width:100%;}



@media (max-width: 1180px){
	
.sec02 img{ margin-top:30px;}

.dlsec04{
	float:none;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}


.sec09-bg .inner{ width:100%; }

.sec09-bg .left{
	float:none;
	width:100%;
	margin-right:10px;
}

.sec09-bg .right{

	float:none;
	width:100%;
	border:3px #C0C0C0 solid;
	padding:20px;
	border-radius:20px;
	text-align:left;
}

.balloon {
position: relative;
padding: 20px 30px;
width: 150px;
height: 150px;
line-height: 80px;
border-radius: 50%;
text-align: center;
color: #FFF;
letter-spacing: 0.2em;
font-size: 14px;
background-color: #ddf1fe;
margin:0 auto;
}

.balloon:after{ content:none;}

.balloon:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
left: 50%;
bottom: -30px;
margin-left: -15px;
border: 15px solid transparent;
border-top: 20px solid #ddf1fe;
}


.flowBox,
.flowlast{ width:100%; margin-bottom:20px;}

.fl{ float:none; width:100%;}	
 

.fc{ 
	float:none; 
	width:100%; 
	color:#125bae; 
	font-size:1.4em; 
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	min-height: 90px;	
 }	

.flowBox03 .fc,
.flowBox04 .fc,
.flowBox05 .fc{ min-height:50px;}


.fc p{ 
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: auto;}  


.fr{ 
float:none; 
width:100%;
border-top:#c2c2c2 solid 1px;
border-left:none;
padding:20px 5px 0 30px;
text-align:left;
min-height:200px;
}

.fcr{ 
float:left;
width:100%;
border-top:#c2c2c2 solid 1px;
border-left:none;
padding:5px 5px 0 30px;
text-align:left;
}




.coution{
	width:100%;
}

.coution_inn{ width:98%; }


.sec12{ width:100%; padding:50px 20px; }

.sec13 .text{ width:100%; }

.sec14_01 { padding:0 10px; }
.sec14_01 .img-l{ width:100%;}

.sec_contact{ margin:0 10px;}

.sec15{ width:100%; }

.sec16{ width:100%; padding:20px; }


}


@media (max-width : 640px){
	
header{	padding: 10px 0 10px 0; }
	
	
	
section.sec03 ul{ padding:0 15px;}


.sec03 .text{ 
	width:100%;padding:10px 30px 30px 30px; }



section.sec04{
	padding:20px;
}

.sec05{ padding-top:50px!important; }
	.sec05_inner {width:90%;
	margin:0 auto;}

.sec06 h2{
 margin-top:30px;
 	}
.sec06 .text{
	width:90%;	
	margin-left:10px;
	margin-top:30px;
	padding:20px;
	text-align:left;
 }

.sec07 .kodawari{
	margin:50px 0 20px 0 ;
	padding:3%;
}

.sec08 h3{ 
	margin-left:5px;
	margin-right:5px;
	font-size:1.8em;

}

.sec08_inner{
	padding:3%;
	
	
}

.sec08 .left,
.sec08 .right{ 

	float:left; 
	width:97%;
	padding:50px 20px;  
	min-height:330px;
	border:1px solid #ccc;
	margin-bottom:30px;
	margin-left:5px;
	margin-right:5px;

}

.sec09-bg{ padding:20px; }
.sec09-bg .inner{ width:100%; }
.sec09box{ padding:10px;}

.sec09-bg .left{
	float:none;
	width:100%;
	margin-right:10px;
}

.sec09-bg .right{

	float:none;
	width:100%;
	border:3px #C0C0C0 solid;
	padding:20px;
	border-radius:20px;
	text-align:left;
}

.balloon {
position: relative;
padding: 20px 30px;
width: 150px;
height: 150px;
line-height: 80px;
border-radius: 50%;
text-align: center;
color: #FFF;
letter-spacing: 0.2em;
font-size: 14px;
background-color: #ddf1fe;
margin:0 auto;
}

.balloon:after{ content:none;}

.balloon:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
left: 50%;
bottom: -30px;
margin-left: -15px;
border: 15px solid transparent;
border-top: 20px solid #ddf1fe;
}


.coution{
	width:100%;
}

.coution_inn{ width:98%; }

.flowBox,
.flowlast{ width:100%; margin-bottom:20px;
	padding:30px 3% ;}

.fl{ float:none; width:100%;}	
 

.fc{ 
	float:none; 
	width:100%; 
	color:#125bae; 
	font-size:1.4em; 
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	min-height: 90px;	
 }	

.flowBox03 .fc,
.flowBox04 .fc,
.flowBox05 .fc,
.flowBox05 .fc,
.flowBox08 .fc,
.flowBox09 .fc{ min-height:50px;}


.fc p{ 
 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: auto;}  


.fr{ 
float:none; 
width:100%;
border-top:#c2c2c2 solid 1px;
border-left:none;
padding:20px 5px 0 30px;
text-align:left;
min-height:200px;
}

.fcr{ 
float:left;
width:100%;
border-top:#c2c2c2 solid 1px;
border-left:none;
padding:5px 5px 0 30px;
text-align:left;
}



.bn_contact {
position: relative;
    left: auto;
    margin: 0 auto;
    display: block;
}
.bn_contact:after {
    content: "";
    border-top: 2px solid #125bae;
    border-right: 2px solid #125bae;
    margin-top: -3.5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
  right: 3% !important; 
	left: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}
	.bn_contact a::after {
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin-top: -3.5px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
  right: 3% !important; 
		left: auto;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}
.bn_contact a {
	width: 100%;
	padding-top: 5px;}

.sec12{ width: 100%;}
.listfaq li {
  width:98%;
 }

.sec13 .text{
	width:98%;
	 padding: 3%;
}
   
.sec15
{
	width:100%;	
	background:#fff url(images/bg_sec15.png) 100% 4% no-repeat;
	background-size: 80%;
	padding:3%;

}

.sec16{ width:100%; }

}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
section {
width: 100%;}
	.appeal {
		display:none;
	}
	.header-container {
		display:none;
	}
	.content {
    margin-top: -20px;
}
.smt_img {display:none;}
.pc_img {display:none;}
.pctab_img {display:inline; width:100%; }
.tabsmt_img {display:inline;}
.tab_img {display:inline;}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.article ul, .article ol {
    padding-left: 0;
}
	.article-header {display:none;}	
main.main{
	padding: 0!important;}
	.dlsec04 dd{
	font-size:16px;}
.img-l,
	.img-r{
 float: none !important;
 margin-right: auto;
		 margin-left: auto;
		display:block;
		margin-bottom: 2%;
}
	.f-200 {
		font-size:120%;
	}
.article {
    margin-bottom: 0!important;
}	
.sec16 {
		margin: 0 auto 0px auto;}
	.smt_img {display:inline !important;}
	.tab_img {display:none;}

.entry-content {
    margin-bottom: 0;
}
	/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #FFF;
	transform: translateX(101%);
	color:#000;
}
.navi-menu-content .menu-drawer span {
	display:none;}
.menu-drawer li:nth-child(2) a,
.menu-drawer li:nth-child(3) a {
    color: #000;
}
	.arrow_box {
		width: 100%;}
.footer-bottom {
	margin-top: 0;}	
	}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}



/*投稿ページ*/
.category #content-in,
.single-post #content-in {
    width: 1256px!important;
    margin: 0 auto;
}
.category h2 {
	text-align:left;}
h1.entry-title {
	text-align:left;
	border-bottom:#005eab dotted 3px;
	padding-bottom:1%;
}
.sidebar h2, .sidebar h3 {
background-color: #eff7f7;}


@media screen and (max-width: 1257px){
.single-post #content-in {
    width: 96%!important;
    margin: 0 auto;
}
}	
	
/* 追尾ヘッダー
---------------------------------------------------- */
.header-small .site-logo-image {
  max-width: 250px;
  margin: 10px 0;
}

.header-small #navi {
    clear: both;
    display: block;
    margin-top: 0;
	position:absolute;
	right:250px;
	    background-color: transparent;
}
.header-small .navi-in > ul li a {
	font-size:60%;
}
.header-small .navi-in > ul .menu-item-has-description > a > .caption-wrap {
    line-height: 1.5;}

.header-btn-small #btn li.contact-info {
	display: none;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
}
.header-small #btn li.contact-info .contact-time {
	font-size: 11px;
	white-space: nowrap;
	margin-top: 2px;
}
.header-small #btn li.contact-info img.pc_img {
	    width: 150px !important;
    height: auto !important;
    margin: 5px;
}

	
.header-btn-small {
		position:fixed !important;
	z-index:1000;
	}
.header-btn-small #btn li img {
	height:35px;
	width:auto;
}



@media screen and (max-width: 1350px){
.appeal {
    background-image: url(images/main-img.png), url(images/bg_main.png);
    background-size: 95% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
	background-position:center top, center top;
}
}
