@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 .entry-title {
display: none;
}
.home .site-content .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;
}

/* 追加：受付時間の画像＋テキスト */
#btn li.contact-info {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
}
#btn li.contact-info .contact-time {
	font-size: 11px;
	white-space: nowrap;
	margin-top: 2px;
}
#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: #009043;
} 
.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:#08923b;
}
.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; }
.mt-100{ margin-top:100px !important; }


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

.marker {background:linear-gradient(transparent 60%, #ff6 60%);}


/*　リコールハガキ　*/


.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	font-size:140%;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
  background-image: linear-gradient(90deg, rgba(165, 211, 37, 1), rgba(0, 141, 47, 1));
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
.button a:hover {
    color: #fff;
    opacity: 0.5;
}
.button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #fff;
}

.g-ttl {
    display: flex ;
    justify-content: center ;
    align-items: center ;
    color: #333333 ;
	font-size:200%;
	font-weight:bold;
	margin-bottom: 0;
}

.g-ttl::before,
.g-ttl::after {
    width: 3px ;
    height: 40px;
    background-color: #00a356;
    content: '' !important;
}

.g-ttl::before {
    transform: rotate(-35deg);
    margin-right: 30px ;
}

.g-ttl::after {
    transform: rotate(35deg) ;
    margin-left: 30px ;
}

.re-prof {
	border:1px solid #00a356;
	padding:2% 2% 0 2%;

}


/*834px以下*/
@media screen and (max-width: 834px){
.g-ttl {
	font-size:120%;
}
.f-150 {
	font-size:100%;
}
.f-200 {
	font-size:120%;
}
.button a {
	border-radius:7px;
	    font-size: 120%;
	font-weight:bold;
    line-height: 1.3;
}
	.alignright {
		margin:2% auto !important;
		display:block !important;
		        float: none;
	}
}	
	
	
	
/* 手順
---------------------------------------------------- */
.stepbar {
  margin: 0 auto;
  width: 96%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #EF7F42;
  border: 1px solid #EF7F42;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 1em;
  font-size: 0.8em;
  color: #EF7F42;
	font-weight:bold;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-title {
  margin: 0.5em 0;
font-weight:bold !important;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .steptxt-txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #EF7F42;
  position: absolute;
  top: 1em;
  left: 0.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

/* よくある質問
---------------------------------------------------- */
.qa-1 {

    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #009139;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* article
---------------------------------------------------- */
.home #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;
}

}
/* Title
------------------------------------------------------*/
.home .article h2 {
position: relative;
	padding:0;
    margin-bottom: 0;
    color: #000;
    border-radius: 0 !important;
    background: transparent ;
}
.home .article h2:after{
	display:none;
}	
h2.ti01 {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 30px 0 !important;
background-color: #001e3a !important;
	border-radius:0 !important;
}
h2.ti01:after {
	display:inline;
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px !important;
border: 40px solid transparent;
border-top-color: #001e3a !important;
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
---------------------------------------------------- */

.home 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{ 
position: relative;
    padding: 50px 0 0 0 !important;
    margin-bottom: 0;
    color: #000;
    border-radius: 0 !important;
    background: transparent !important;
}
.sec03 h2:after,
.sec13 h2:after{
	display:none;
}	
.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:  0 !important;
position: relative;
    padding:  0 !important;
    margin-bottom: 0;
    color: #000;
    border-radius: 0 !important;
    background: transparent !important;}
.sec07 h2:after{
	display:none;
}
.sec07 h3{ border:0 !important;
	padding:0 !important;

}

.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 #08923b solid;
	padding:10px;
	margin-bottom:20px;
	font-size:2em;
	color:#08923b;
	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:#08923b;
	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:#08923b;
	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: #d5f1df;
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 #d5f1df;

}



/* ご注意ください */

.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:#d5f1df; }


.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:#08923b;
		
	}
	
.fl{ 
 float:left;
 width:300px;
 
}

 	

.fc{ 
	float:left; 
	width:250px; 
	color:#08923b; 
	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 #08923b;
    border-right: 2px solid #08923b;
    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 #08923b;width:250px; height:50px; display:block; color:#08923b; text-decoration:none; padding-top:10px; }
.bn_contact a:hover{ color:#fff; background-color:#08923b; }


.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 !important;
	text-align:left;
	border-left:0 !important;
	
}

.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 #08923b;
	padding:20px 5px 20px 80px;
	color:#08923b;	
	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: #08923b 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: #64a100;
    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:#d5f1df;
	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 #08923B;
    color:#08923b;
    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:#08923B;
}

.sec16_img{ width:100%;}



@media (max-width: 1180px){
	article {
		width:96%;
		margin:0 auto;
	}
.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: #d5f1df;
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 #d5f1df;
}


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

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

.fc{ 
	float:none; 
	width:100%; 
	color:#08923b; 
	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: #d5f1df;
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 #d5f1df;
}


.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:#08923b; 
	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 #08923b;
    border-right: 2px solid #08923b;
    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%; }

}
@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;
}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;}
.single-post .article h2 {
	text-align:left;
	border-bottom:#009144 dotted 3px;
	padding-bottom:1%;
}
.sidebar h2, .sidebar h3 {
background-color: #f2fad9;}



@media screen and (max-width: 1257px){
.single-post #content-in {
    width: 96%!important;
    margin: 0 auto;
}
}	
/* 追尾ヘッダー
---------------------------------------------------- */
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 250px;
  margin: 10px 0;
}
.header-small #header-btn #btn li img {
	height:35px;
	width:auto;
}
.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-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;
}




/* 固定ページ
---------------------------------------------------- */
.entry-title {

  padding: 1em 2em;
  margin-bottom: 1em;
  color: #ffffff;
  background: #009043;

}
.page h2 {
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 5%;
  color: #ffffff;
  border-radius: 10px;
  background:#ff8e05;
	margin-top:3%;
}
.page h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -28px;
  width: 0;
  height: 0;
  border-top: 15px solid #ff8e05;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.page h3 {
  padding: 0.8rem ;
  border-left: 0 ;
border-top: 0;
border-right:0;
color:#009043;
margin-top:3%;
  border-bottom: 3px dashed #009043;
  background: #f0fbed;
}
.page h4 {
  padding: 1rem 2rem;
  margin-bottom: 1em;
  border-radius: 10px;
  background: #ffe9cf;
	border:0;
	margin-top:3%;
}


