@charset "utf-8";

html{
	-webkit-text-size-adjust: 100%;
}

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

a:link{
	color: #0ba3e3;
}

a:visited{
	color: #0ba3e3;
}

a:hover{
	opacity: 0.8;
}

.center{
	text-align: center;
}

h2{
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	color: #444545;
}

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


.all_wrap{
	overflow: hidden;
}

.wrap90{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}




/*  SP 各設定  */
.fv{
	width: 100%;
	background: #85c21a;
	text-align: center;
	height: 341px;
	position: relative;
	box-sizing: content-box;
}

.fv img{
	vertical-align: bottom;
	max-height: 100%;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.bg_gray{
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f0f0+0,f7f7f7+35,eeeeee+100 */
background: #f0f0f0; /* Old browsers */
background: -moz-linear-gradient(left,  #f0f0f0 0%, #f7f7f7 35%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f0f0f0 0%,#f7f7f7 35%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f0f0f0 0%,#f7f7f7 35%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */

	padding-top:16px;
	text-align: center;
	padding-bottom: 200px;
}

.sec01{
	margin-bottom: 36px;
}

.sec02{
	margin-bottom: 24px;
}

.sec02_btn{
	margin-bottom: 30px;
}
	
.sec03{
	margin-bottom: 50px;
}

.sec04{
	margin-bottom: 15px;
}

.sec05_btn{
	margin-top: 35px;
}

.sec06_mibyou{
	text-align: center;
	position: relative;
	z-index: 10;
	padding-bottom: 100%;
}

.sec06_wrap{
	 position: absolute;
	 right: 0;
	 left: 0;
	 top:-150px;
	 margin: 0 auto;
	 padding-bottom: 100%;
}

.mibyou_hakken{
	box-sizing: content-box;
}

.whats_mibyou{
	width: 100%;
	background: #85c21a;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}

.whats_mibyou img{
	margin-top:70px;
}

.whats_mibyou .shita_sankaku{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 200px solid transparent;
	border-left: 200px solid transparent;
	border-top: 60px solid #ffffff;
	border-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	top:-2px;
	margin: auto;
}

.sec07_voice{
	width: 100%;
	height: auto;
	text-align: center;
	background-image: url(../img/sp-voice-bg.png);
	background-repeat: no-repeat;
	padding-top:35px;
	background-size: cover;
	background-position: center bottom;
	text-align: center;
}

.sec07_voice img{
	padding-bottom: 110px;
}

.sec07_btn{
	display: block;
	margin: 0 auto;
}

.sec08_kainushisamahe{
	margin-top:10px;
	text-align: center;
}

.sec09_osenbusshitsu{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	background-image: url(../img/sp-bg-osenbusshitu.png);
	text-align: center;
	background-size: cover;
	position: relative;
}

.sec09_osenbusshitsu .shita_sankaku{
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 31px solid transparent;
	border-left: 31px solid transparent;
	border-top: 23px solid #ffffff;
	border-bottom: 0;
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	left: 0;
	top:-2px;
	margin: auto;
}

.sec09_osenbusshitsu img{
	margin-top:30px;
}

.ganyobou_area{
	width: 100%;
	padding: 25px 0 40px 0;
	text-align: center;
	background-image: url(../img/sp-bg-houganshi.png);
	background-size: contain;
}

.taihyou_area{
	width: 100%;
	padding: 30px 0 20px;
	background: #f3d237;
	text-align: center;
}

.taihyou_img{
	margin-bottom:20px;
}

.faq_area{
	text-align: center;
	padding: 50px 0 60px 0;
}

.faq_area img{
	margin-bottom: 5px;
}

.juuisuport_area{
	width: 100%;
	background-image: url(../img/sp-bg-juui-saport.png);
	padding: 60px 0 70px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.enkaku_area{
	width: 100%;
	padding: 60px 0 75px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,d5d5d5+50,f3f3f3+75,d5d5d5+100 */
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #f1f1f1 0%, #d5d5d5 50%, #f3f3f3 75%, #d5d5d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #f1f1f1 0%,#d5d5d5 50%,#f3f3f3 75%,#d5d5d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #f1f1f1 0%,#d5d5d5 50%,#f3f3f3 75%,#d5d5d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gaiyou_area{
	padding: 50px 0 90px 0;
	text-align: center;
}

.gaiyou_btn{
	display: block;
	margin-bottom: 10px;
}

.gaiyou_area table{
	margin: 0 auto;
	margin-top:10px;
	margin-bottom: 30px;
}

.gaiyou_area table th{
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding: 1px 0;
	letter-spacing: 0.05em;
}

.gaiyou_area table td{
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.05em;
	padding: 1px 0;
}

.gaiyou_area table td a{
	font-weight: bold;
}

.contact_area{
	width: 100%;
	background: #efefef;
	padding: 50px 0 20px 0;
	text-align: center;
}

#contact_links{
	margin: 20px 0;
}

#contact_links li{
	color: #1fa8e5;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 15px;
	font-family: "Helvetica";
}

#contact_links li img{
	width: 17px;
	margin-right: 13px;
}

.tel{
	font-size: 22px;
}

.spacing150{
	letter-spacing: 0.15em;
}

.open_time{
	font-weight: normal;
	font-size: 14px;
	display: block;
	line-height: 1.1;
}

.copy{
	font-size: 10px;
	color: #444545;
	text-align: center;
	margin-top:  40px;
	letter-spacing: normal;
}


@media screen and (min-width:480px) {

.copy{
    font-size: 12px;
    }

.fv{
	padding-top: 40px;
}  

.fv img{
	max-width: 90%;
	right: -3%;
}  

img{
	max-width: 95%;
}

.mibyou_hakken{
	max-width: 100%;
}

.sec06_mibyou{
	min-height: 450px;
	padding-bottom: 120vw;
}

}

@media screen and (min-width:768px) and ( max-width:1024px) {

.fv{
	min-height: 42vw;
}    

.bg_gray{
	padding-top: 50px;
}

.whats_mibyou{
	padding-bottom: 50px;
}

.whats_mibyou img{
	margin-top: 90px;	
}

.sec06_mibyou{
	padding-bottom: 60vw;
}

.sec07_voice{
	padding-top:60px;
	min-height: 85vw;
	background-image: url(../img/voice-bg.png);
}

.sec09_osenbusshitsu{
	background-image: url(../img/bg-osenbusshitu.png);
}

.ganyobou_area{
	padding: 60px 0;
	background-image: url(../img/bg-houganshi.png);
}

.taihyou_area , .faq_area{
	padding: 60px 0;
}

.juuisuport_area{
	background-image: url(../img/bg-juui-saport.png);
	background-size: cover;
	background-position: center center ;
}

.enkaku_area{
	padding: 70px 0 80px 0;
}

.gaiyou_area table th , .gaiyou_area table td{
	font-size: 18px;
}
   
.icon-mail {
	width: 20px;
}

.mail a{
	font-size: 24px;
}

.tel a{
	font-size: 34px;
}

.open_time{
	font-size: 20px;
}

#contact_links li img{
	width: auto;
}

}

@media screen and (min-width:1024px) {
    
.fv{
	height: 500px;
}

.fv img {
	max-width: 95%;
}

.bg_gray{
	padding-top: 50px;
}

.sec01{
	margin-bottom: 70px;
}

.sec02{
	margin-bottom: 40px;
}

.sec03{
	margin-top: 100px;
	margin-bottom: 90px;
}

.sec04{
	margin-bottom: 40px;
}

.sec06_mibyou{
	height: 636px;
	padding-bottom: 0;
}

.whats_mibyou img {
	margin-top: 130px;
}

.whats_mibyou{
	padding-bottom: 110px;
}

.whats_mibyou .shita_sankaku{
	border-top: 80px solid #ffffff;
	border-right: 220px solid transparent;
	border-left: 220px solid transparent;
}

.sec07_voice{
	padding-top:110px;
	height: 1094px;
}

.sec08_kainushisamahe{
	margin-bottom: 70px;
}

.sec09_osenbusshitsu{
	width: 1000px;
	height: 622px;
	margin: 0 auto;
	background-image: url(../img/bg-osenbusshitu.png);
	margin-bottom: 60px;
}

.sec09_osenbusshitsu .shita_sankaku{
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 33px solid #ffffff;
}

.sec09_osenbusshitsu img{
	float: left;
	margin-left: 40px;
	margin-top:106px;
}

.ganyobou_area{
	padding:60px 0 120px 0;
}

.taihyou_area{
	padding: 110px 0 105px 0;	
}

.faq_area{
	padding: 120px 0 90px 0 ;
}

.faq_area img{
	margin-bottom: 30px;
}

.juuisuport_area {
	background-image: url(../img/bg-juui-saport.png);
	padding: 136px 0 170px 0;
}

.enkaku_area{
	padding: 130px 0;
}

.gaiyou_area{
	padding: 130px 0;
}

.gaiyou_area table{
	margin-top: 45px;
}

.gaiyou_area table th , .gaiyou_area table td{
	font-size: 18px;
	padding: 10px 0;
}

.contact_area{
	padding: 130px 0 30px 0;
}

#contact_links{
	margin: 42px 0;
}

#contact_links a{
	letter-spacing: 0.05em;
}

.mail a{
	font-size: 24px;
}

.tel a{
	font-size: 34px;
}

.open_time{
	font-size: 20px;
}

#contact_links li img{
	width: auto;
}

.copy{
	margin-top: 42px;
}

}

@media screen and (min-width:100px) and ( max-width:340px) {

.fv {
	height: 94vw;
}

.whats_mibyou .shita_sankaku{
	border-right: 130px solid transparent;
    border-left: 130px solid transparent;
    border-top: 48px solid #ffffff;
}

}

.footer {
	margin-top: 152px;
}

.footer a {
	font-size: 10px;
    cursor: pointer;
    color: #666;
}
