@charset "UTF-8";
/* CSS Document */
@font-face{
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
html{ font-size: 62.5%; scroll-behavior: smooth; }
body{
	font-family: 
  		"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", 
  		"Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	line-height: 1.6;
	color: #242424;
	font-size: 1.6rem;
	margin: 0;
	width: 100%;
}
h2{ font-weight: bold; text-align: center; }
.bold{ font-weight: bold;}
.txt-ul-red{ border-bottom: #7cb518 4px solid; }
.txt-ul-red2{ background: linear-gradient(transparent 55%, rgba(238, 193, 112, 0.6) 55%); }
.bg{ margin-left: auto; margin-right: auto; }
.wrapper, .wrapper2{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 960px) {
.bg{width: 100%;}
.section{width: 100%;}
.wrapper{width: 100%;}
.wrapper2{width: 100%;}
}
/*  */



.innercta_offer_ribbon{
	width: 320px;
	position: relative;
	overflow: visible;
	margin: 0 auto 2em auto;
	padding: 0.3em 0.5em 0.5em 0.5em;
}
.ribbon_v1_B{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	margin: auto;
	line-height: 1;
}
.ribbon_v1_A{
	position: absolute;
	z-index: 20;
	top: 15px;
	width: calc(100% + 20px);
	height: 50px;
	margin-right: -18px;
	margin-bottom: 80px;
	margin-left: -18px;
}
.ribbon_v1_A::before,
.ribbon_v1_A::after {
	position: absolute;
	top: 20px;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px;
}
.ribbon_v1_A::before {
	left: -30px;
	border-style: solid;
	border-color: #7cb518 #7cb518 #7cb518 transparent;
}
.ribbon_v1_A::after {
	right: -30px;
	border-style: solid;
	border-color: #7cb518 transparent #7cb518 #7cb518;
}
.ribbon_v1_A .ribbon_v1_B {
	position: relative;
	z-index: 10;
	height: inherit;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #7cb518;
}
.ribbon_v1_A .ribbon_v1_B:before, .ribbon_v1_A .ribbon_v1_B:after {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #0E3258;
}
.ribbon_v1_A .ribbon_v1_B:before {
	left: 0;
	border-left: 10px solid transparent;
}
.ribbon_v1_A .ribbon_v1_B:after {
	right: 0;
	border-right: 10px solid transparent;
}
.innercta_offer_txt{
	width: 400px; /* 380 */
	padding: 35px 10px 10px 15px;
	margin: 0 auto 5px auto;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
	border: solid 3px #93A3B1;
	border-radius: 1px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-around;
}
.innercta_offer_txt_div1{
	line-height: 1;
	text-align: center;
}
.innercta_offer_txt1{
	color: #F73802;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt2{
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt3{
	color: #242424;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.innercta_offer_txt4{
	color: #F73802;
	/*font-size: 54px;*/
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt5{
	color: #F73802;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt6{
	color: #242424;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt7 {
	color: #242424;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}
.innercta_offer_txt8 {
	background: #F73802;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	/*line-height: 1.4;*/
	line-height: 2;
	padding: 0.2em 0.7em 0.15em 0.7em;
}
.innercta_offer_txt9{
	color: #F73802;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.innercta_offer_txt_div2{
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1;
	text-align: center;
}
.innercta_offer_tri_div{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 15px;
	border-color: transparent transparent transparent #F73802;
	margin: auto 0;
}
@media screen and (max-width: 640px) {
.ribbon_v1_A{
	top: 15px;
	width: calc(100% + 20px);
	height: 40px;
	margin-right: -18px;
	margin-bottom: 80px;
	margin-left: -18px;
}
.ribbon_v1_A::before,
.ribbon_v1_A::after {
	top: 20px;
	bottom: -10px;
	border-width: 16px 20px;
}
.ribbon_v1_A::before {
	left: -30px;
}
.ribbon_v1_A::after {
	right: -30px;
}
.innercta_offer_ribbon{
	width: 60%;
	margin: 0 auto 2em auto;
	padding: 0.3em 0.5em 0.5em 0.5em;
}
.ribbon_v1_B{
	font-size: 5.200vw;
}
.innercta_offer_txt{
	width: 90%;
	padding: 1.8em 0.3em 0.5em 1em;
	border-radius: 2px;
}
.innercta_offer_txt1,
.innercta_offer_txt2,
.innercta_offer_txt5,
.innercta_offer_txt6{
	font-size: 3.7333vw;/* 16.75px/375 */
}
.innercta_offer_txt3{
	font-size: 7.200vw;/* 27px/375 */
}
.innercta_offer_txt4{
	font-size: 11.800vw;/* 48px/375 */
	/*font-size: 12.800vw;*/
}
.innercta_offer_txt7{
	font-size: 2.933vw;/* 11px/375 */
}
.innercta_offer_txt8{
	font-size: 2.933vw;/* 11px/375 */
}
}
/*--------------------------------------
cta
--------------------------------------*/
.cta__bg {
	display: block;
	background-image: url("../images/fv-pc-01-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	position: relative;
}
.cta__bg::after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 17.5px 0 17.5px;
	border-color: #7cb518 transparent transparent transparent;
}
.cta__title {
	font-size: 28px;
	padding: 0.8em 0;
	background: #7cb518;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
}
.cta__wrapper{
	display: block;
}
.cta__txt{
	display: block;
	width: auto;
	height: 135px;
	margin: 0 auto;
}
.cta__txt img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.cta__pc__img__01 {
	display: block;
	height: 125px;
	padding: 20px 0 0 0;
}
.cta__pc__img__02 {
	display: block;
	height: 115px;
	padding: 10px 0 0 0;
}
.cta__cnt2{
	height: 120px;
	display: flex;
	justify-content: center;
	margin: 0 auto 0 auto;
}
.cta__cnt2>li{
	margin: auto 0;
}
.cta__btn{
	display: block;
	width: 240px;
	height: auto;
	margin: 0 10px;
}
@media screen and (max-width: 960px) {
.cta__bg{
	height: auto;
}
.cta__cnt2{
	height: 120px;
}
.cta__cnt2>li{
	width: 25%;
	margin: auto 10px;
}
.cta__btn{
	width: 100%;
	margin: 0;
}
}
@media screen and (max-width: 640px) {
.cta__bg{
	background-image: none;
	background-color: rgba(247, 253, 237, 0.4);
	height: auto;
	padding-bottom: 20px;
}
.cta__bg::after{
	border-width: 11.5px 11.5px 0 11.5px;
}
.cta__txt__sp{
	display: block;
	width: 100%;
}
.cta__txt__sp img{
	display: block;
	width: 100%;
}
.cta__cnt2{
	display: none;
}
.cta__title{
	font-size: 5.600vw;/* 21px/375 */
}
.cta_btn_img{
	display: block;
	width: 100%;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.cta_btn_wrapper4{
	margin: 10px auto 15px auto;
	width: 92%;
}
.cta_btn_wrapper4_2btncnt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cta_btn_wrapper4_2btn{
	width: 48%;
}
.cta_btn_wrapper4_1btncnt{
	width: 100%;
}
.cta__txtcnt{
	font-size: 14px;
	text-align: center;
}
}
/*--------------------------------------
.case_v3
--------------------------------------*/
.case_v3_bg { 
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	padding: 40px 0 30px 0;
}
.case_v3_wrapper { 
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0 0 0 0;
}
.case_v3_h2 {
	color: #4A4A4A;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05;
	margin: 0;
	padding: 0px 0px 30px 0px;
	position: relative;
	text-align: center;
}
.case_v3_h2_ul {
	border-bottom: 2px solid #7cb518;
}
.case_v3_h2_strong {
	color: #7cb518;
	font-size: 120%;
	font-weight: bold;
}
.case_v3_cnt2{
	width: 80%;
	margin: auto auto;
	background: url("../images/common/img_bg_case_v1.jpg") center no-repeat;
	background-size: 100% auto;
	padding: 32px 0;
}
.case_v3_cnt1{
	width: 80%;
	margin: auto;
	display: flex;
  justify-content: center;
}
.case_v3_imgcnt{
	width: 29.3%;
	height: auto;
	margin: 2% 2%;
	display: block;
	position: relative;
}
.case_v3_imgcnt_img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	padding: 2%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.rotate-l{
	transform:rotate(355deg);
}
.rotate-r{
	transform:rotate(5deg);
}
.rotate-position-up{
	position: absolute;
	top: -7%;
}
.rotate-position-down{
	position: absolute;
	bottom: -13%;
}
.case_v3_cnt3 {
	width: 70%;
	margin: auto;
}
.case_v3_imgcnt2{
	width: 100%;
	display: block;
}
.case_v3_imgcnt2_img{
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 1000px) {
.case_v3_wrapper {
	width: 80%;
}
}
@media screen and (max-width: 640px) {
.case_v3_wrapper {
	width: 90%;
}
.case_v3_bg { 
	padding: 5.333vw 0 5.333vw 0;
}
.case_v3_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 2.667vw 0;
}
.case_v3_cnt2{
	background-size: auto 100%;
	width: 100%;
	padding: 5.067vw 0 5.067vw 0;
}
.case_v3_cnt1{
	width: 100%;
}
.case_v3_cnt3 {
	width: 95%;
}
}
@media screen and (max-width: 320px) {
.case_v3_h2{
	font-size: 6.563vw;/* 21px/320 */
}
}
/*--------------------------------------
.news_v2
--------------------------------------*/
.news_v2_h2 {
	color: #4A4A4A;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05;
	margin: 0;
	padding: 0px 0px 30px 0px;
}
.news_v2_h2_ul {
	border-bottom: 2px solid #7cb518;
}
.news_v2_h2_strong {
	color: #7cb518;
	font-size: 120%;
	font-weight: bold;
}
.news_v2_img {
	display: block;
	width: 100%;
}
.news_v2_cnt {
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.news_v2_cnt2 {
	width: 600px;
	margin: 0 auto 52px auto;
}
.news_v2_cnt2.return {
	margin: 0 auto 16px auto;
}
.news_v2_txtcnt{
	font-size: 16px;
	text-align: center;
	margin: 10px auto 30px auto;
}
.news_v2_subtxt_cnt {
	margin: 0 auto;
	width: 500px;
}
.news_v2_subtxt {
	color: #696969;
	font-size: 14px;
	letter-spacing: 0.05;
	line-height: 1.5;
	margin: 0;
	padding: 8px 0 42px 0;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 640px) {
	.news_v2_h2 {
		font-size: 5.600vw;
		padding: 0 0 2.667vw 0;
	}
	.news_v2_cnt {
		padding: 0 0 0 0;
		width: 90%;
	}
	.news_v2_cnt2 {
		width: 95%;
	}
	.news_v2_subtxt_cnt {
		font-size: 3.733vw;
		padding: 8px 0 0 0;
		width: 90%;
	}
}
/*--------------------------------------
recommend_v3
--------------------------------------*/

.recommend_v3_h2 {
	color: #4A4A4A;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05;
	margin: 0;
	padding: 50px 0px 40px 0px;
}
.recommend_v3_h2_ul {
	border-bottom: 2px solid #7cb518;
}
.recommend_v3_h2_strong {
	color: #7cb518;
	font-size: 120%;
	font-weight: bold;
}
.recommend_v3_h2_small {
	color: #F73802;
	font-size: 80%;
	font-weight: bold;
}
.recommend_v3_bg{
	width: 100%;
	margin: auto auto 10px auto;
}
.recommend_v3_wrapper{
	width: 960px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.recommend_v3_cnt{
	width: 400px;
	margin: 0 auto 40px auto;
}
.recommend_v3_upcnt{
	display: flex;
}
.recommend_v3_imgcnt{
	width: 33%;
	margin: 0 2% 2% 0;
}
.recommend_v3_img{
	display: block;
	width: 100%;
  	border-radius: 4px;
}
.recommend_v3_txtcnt{
	width: 65%;
	text-align: center;
}
.recommend_v3_txtcnt_jobdiv{
	display: table;
	background-color: #7cb518;
	width: 80%;
	margin: auto;
	box-shadow: 5px 5px 0 #048b60;
}
.recommend_v3_txtcnt_jobp{
	box-sizing: border-box;
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-indent: 0.2em;
	color: #FFFFFF;
	padding: 0.3em 0;
	vertical-align: middle;
}
.recommend_v3_txtcnt_jobdiv_even,
.recommend_v3_txtcnt_jobdiv_even>.recommend_v3_txtcnt_jobp{
	background-color: #048b60;
	box-shadow: 5px 5px 0 #7cb518;
}
.recommend_v3_txtcnt_innercnt{
	display: table;
	width: 100%;
	padding: 1.1em 0 0 0;
}
.recommend_v3_txtcnt_titlep{
	display: table-row;
	font-size: 15px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #696969;
	vertical-align: middle;
	line-height: 1.3;
}
.recommend_v3_txtcnt_namep{
	display: table-row;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #696969;
	vertical-align: middle;
	line-height: 1.6;
}
.recommend_v3_txtcnt_namespan{
	font-size: 15px;
}
.recommend_v3_txtcnt_red{
	font-weight: bold;
	color: #F73802;
}
.recommend_v3_downcnt{
	position: relative;
  	padding: 0.6em;
  	font-size: 18px;
  	border: solid 2px #B9B8B2;
  	border-radius: 4px;
}
.recommend_v3_downcnt::before{
	position: absolute;
	content: '';
	top: -30px;
	left: 30px;
	border: 15px solid transparent;
	border-bottom: 15px solid #B9B8B2;
	width: 0;
	height: 0;
}
.recommend_v3_downcnt::after{
	position: absolute;
	content: '';
	top: -25px;
	left: 32px;
	border: 13px solid transparent;
	border-bottom: 13px solid #FFFFFF;
	width: 0;
	height: 0;
}
@media screen and (max-width: 1000px){
.recommend_v3_wrapper{
	width: 96%;
}
.recommend_v3_cnt{
	width: 48%;
}
.recommend_v3_imgcnt{
	width: 37%;
}
.recommend_v3_txtcnt{
	width: 61%;
	text-align: center;
}
}
@media screen and (max-width: 640px) {
.recommend_v3_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 3.200vw 0;
}
.recommend_v3_wrapper{
	width: 90vw;
}
.recommend_v3_bg{
	margin: auto auto 0px auto;
}
.recommend_v3_cnt{
	width: 100vw;
	margin: 0 auto 8.000vw auto;
}
.recommend_v3_imgcnt {
    width: 32vw;
    margin: 0 2vw 2vw 3vw;
}
.recommend_v3_txtcnt{
	width: 50vw;
}
.recommend_v3_txtcnt_jobdiv{
	width: 100%;
}
.recommend_v3_txtcnt_innercnt{
	padding: 0.9em 0 0 0;
}
.recommend_v3_txtcnt_jobp{
	font-size: 4.533vw;/* 17px/375 */
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.recommend_v3_txtcnt_titlep{
	font-size: 3.933vw;/* 14.75px/375 */
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.recommend_v3_txtcnt_namep{
	font-size: 4.533vw;/* 17px/375 */
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 2;
}
.recommend_v3_downcnt{
	font-size: 4.267vw;/* 16px/375 */
}
}
@media screen and (max-width: 320px) {
.recommend_v3_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.recommend_v3_txtcnt_jobp{
	font-size: 5.313vw;/* 17px/320 */
}
.recommend_v3_txtcnt_namep,
.recommend_v3_downcnt{
	font-size: 5.000vw;/* 16px/320 */
}
.recommend_v3_txtcnt_titlep{
	font-size: 4.0vw;
}
}

/*--------------------------------------
problem
--------------------------------------*/
.problem_h2{
	background: #d9d9d9;
	font-size: 35px;
	padding: 0.5em 0;
	position: relative;
}
.problem_h2::after{
	content: "";
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0.5em;
	border-color: #d9d9d9 transparent transparent transparent;
}
.problem_inner{
	width: 800px;
	margin: auto;
}
.problem_cnt{
	display: flex;
	flex-flow: row-reverse;
	justify-content: center;
	margin: 2.5em auto 2.5em auto;
}
.problem_img_figure{
	margin: auto;
}
.problem_img{
	display: block;
	height: 278px;
	padding: auto 30px auto 0;
}
.problem_txt_div{
	height: auto;
}
.problem ul{
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	padding-left: 15px ;
	padding-right: 30px;
}
.problem li{
	background-image: url("../images/common/img_checkbox_red.gif");
	background-size: 7%;
	background-repeat:no-repeat;
	background-position:left center;
	padding: 0.6em 0 0.6em 2em;
}
.problem li p{
	font-size: 19px;
	line-height: 1.3em;
}
.problem li .red{
	color: #DD1C2A;
	font-weight: bold;
}
@media screen and (max-width: 960px) {
.problem_inner{
	width: 85%;
}
.problem_img_figure{
	width: 33%;
}
.problem_img{
	width: 100%;
	height: auto;
	padding: auto 30px auto 0;
}
.problem_txt_div{
	width: auto;
}
}
@media screen and (max-width: 640px) {
.problem_h2{
	padding: 0.8em 0;
	font-size: 5.600vw;/* 21px/375 */
}
.problem_inner{
	width: 100%;
}
.problem_cnt{
	display: block;
	margin: 0 auto 0 auto;
}
.problem_img_figure{
	width: 40%;
}
.problem_img{
	margin: 1.8em auto 0.5em auto;
}
.problem_txt_div{
	display: flex;
	justify-content: center;
	width: auto;				
	height: auto;
	margin: auto 1% 1em 2%;
}
.problem ul {
	padding: 0px 0.1px 0px 0px;
	margin: auto;
}
.problem li {
	padding: 0.5em 0px 0.5em 1.3em;
	background-size: 1.2em;
}
.problem li p{
	font-size: 4.533vw;/* 17px/375 */
}
}
@media screen and (max-width: 320px) {
.problem_h2{
	font-size: 6.250vw;/* 20px/320 */
}
.problem li p{
	font-size: 5.313vw;/* 17px/320 */
}
}

/*--------------------------------------
reason-smr-v2 
--------------------------------------*/
.reason-smr-v2__h2 {
	font-size: 35px;
	padding: 0.5em 0;
	background: #7cb518;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}
.reason-smr-v2__h2::after{
	content: "";
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0.5em;
	border-color: #7cb518 transparent transparent transparent;
}
.reason-smr-v2__wrapper {
	display: block;
}
.reason-smr-v2__txtimgcnt{
	padding: 50px 0 0 0;
	font-size: 23px;
	line-height: 1.6;
	text-align: center;
}
.reason-smr-v2__txtcnt{
	margin: 0 0 30px 0;
}
.reason-smr-v2__imgcnt{
	width: 960px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.reason-smr-v2__imgcn__figure{
	width: 30%;
	padding: 0 20px;
	border-radius: 5px;
}
.reason-smr-v2__img {
	display: block;
	width: 100%;
	border-radius: 5px;
}
.reason-smr-v2__red {
	background: linear-gradient(transparent 55%, rgba(238, 193, 112, 0.6) 55%);
	font-weight: bold;
}
@media screen and (max-width: 960px) {
.reason-smr-v2__imgcnt{
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.reason-smr-v2__h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0.8em 0;
}
.reason-smr-v2__txtimgcnt{
	padding: 1.5em 0 0 0;
	font-size: 4.800vw;/* 18px/375 */
}
.reason-smr-v2__txtcnt{
	margin: 0 0 1em 0;
}
.reason-smr-v2__imgcn__figure{
	width: 46%;
	padding: 0 2%;
	border-radius: 5px;
}
}
@media screen and (max-width: 320px) {
.reason-smr-v2__h2{
	font-size: 6.563vw;/* 21px/320 */
}
.reason-smr-v2__txtimgcnt{
	font-size: 5.625vw;/* 18px/320 */
}
}
/*--------------------------------------
reason
--------------------------------------*/
.reason-h2 {
	font-size: 30px;
	padding: 1.3em 0;
	color: #7cb518;
}
.reason__smr3 p{
	padding: 30px 0;
}
.reason__smr3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
}
.reason .img__number{
	position: relative;
}
.reason .img__number_p {
	position: absolute;
	background-color: #7cb518;
	border-radius: 50%;
	font-size: 19px;
    color: white;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.reason .cnt__a img{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}
.reason .cnt__a{
	width: 100%;
}
.reason .cnt__b{
	width: 100%;
	justify-content: center;
}
.reason .cnt__c{
	display: block;
	width: 19%;
}
.reason .cnt__d{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: auto auto 50px auto;
}
.reason .txt__smr{
	display: inline-block;
	width: 100%;
	padding: 4% 0;
	background-color: #D9EBB8;
	border-radius: 4px;
    color: #4A4A4A;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}
.reason .txt__dtl{
	display: inline-block;
	text-align: left;
	margin: 5% auto;
}
@media screen and (max-width: 960px) {
.reason .img__number_p {
	width: 35px;
	height: 35px;
}
.reason .cnt__d{
	display: block;
}
.reason .cnt__c{
	display: flex;
	align-items: flex-start;
	width: 80%;
	margin: 0 auto 4% auto;
}
.reason .cnt__a{
	width: 33%;
	margin: 0 2% auto 2%;
}
.reason .cnt__b{
	width: 59%;
	margin: 0 auto auto auto;
	margin: 0 2% auto 2%;
}
.reason .txt__dtl{
	margin: 4% 2%;
}
}
@media screen and (max-width: 640px) {
.reason-h2 {
	font-size: 5.600vw;/* 21px/375 */
	padding: 1em 0 0.8em 0;
}
.reason .img__number_p {
	font-size: 4.267vw;/* 16px/375 */
	width: 8.000vw;
	height: 8.000vw;
}
.reason .cnt__a img{
	border-radius: 3px;
}
.reason .txt__smr{
	font-size: 4.533vw;/* 17px/375 */
	border-radius: 3px;
}
.reason .txt__dtl{
	font-size: 3.933vw;/* 14.75px/375 */
}
.reason .cnt__c{
	width: 96%;
	margin: 0 auto 1.2em auto;
}
.reason .cnt__a{
	width: 48%;
	margin: 0 1% auto 1%;
}
.reason .cnt__b{
	width: 48%;
	margin: 0 auto auto auto;
	margin: 0 1% auto 1%;
}
.reason .cnt__d{
	margin: auto auto 2em auto;
}
}
@media screen and (max-width: 320px) {
.reason-h2 {
	font-size: 6.563vw;/* 21px/320 */
}
.reason .txt__smr{
	font-size: 5.313vw;/* 17px/320 */
}
.reason .img__number_p {
	font-size: 5.000vw;/* 16px/320 */
}
.reason .txt__dtl{
	font-size: 4.375vw;/* 14px/320 */
}
}
/*--------------------------------------
greeting_v1
--------------------------------------*/
.greeting_v1{
	border-top: #F1F2F4 solid 1px;
}
.greeting_v1_bg{ 
	width: 100%;
}
.greeting_v1_wrapper{ 
	width: 960px; 
	margin-left: auto; 
	margin-right: auto; 
}
.greeting_v1_h2{
	font-size: 35px;
	padding: 0 0px 0.75em 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.greeting_v1_h2_decoration{
	font-size: 14px;
	padding: 50px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.greeting_v1_cnt{
	display: flex;
	border: 1px solid #ddd;
	margin: 0 auto 3em auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.greeting_v1_imgcnt{
	width: 31%;
	display: block;
	overflow: hidden;
}
.greeting_v1_imgcnt.sptbl{
	display: none;
}
.greeting_v1_imgcnt_img{
	width: 100%;
	display: block;
}
.greeting_v1_txtcnt{
	width: 67%;
	display: block;
	line-height: 1.5;
}
.greeting_v1_p_smr{
	color: #F73802;
	font-size: 22px;
	padding: 30px 0 10px 0;
	font-weight: bold;
	text-align: center;
}
.greeting_v1_p_txt{
	font-size: 16px;
	margin: 10px 40px;
}
.greeting_v1_p_name{
	margin: 0 40px 20px 40px;
	text-align: right;
}
.greeting_v1_btn{
	width: 210px;
	font-size: 19px;
	padding: 7px 0;
	margin: 50px auto 50px auto;
	font-weight: bold;
	box-sizing: border-box;
}
.greeting_v1_txt_ulred{
	background: linear-gradient(transparent 55%, rgba(238, 193, 112, 0.6) 55%);
	font-weight: bold;
}
@media screen and (max-width: 960px) {
.greeting_v1_wrapper { width: 100%; }
.greeting_v1_cnt{
	width: 90%;
	margin: 0 auto 1.5em auto;
	display: block;
}
.greeting_v1_h2_decoration{
	padding: 50px 0px 25px 0px;
}
.greeting_v1_imgcnt.pc{
	display: none;
}
.greeting_v1_imgcnt.sptbl{
	display: block;
}
.greeting_v1_imgcnt{
	width: 40%;
	margin: 0 auto 30px auto;
}
.greeting_v1_txtcnt{
	width: 90%;
	margin: auto;
}
.greeting_v1_p_name{
	margin: 10px 40px 20px 40px;
	text-align: right;
}
}
@media screen and (max-width: 640px) {
.greeting_v1_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 3em 0 1em 0;
}
.greeting_v1_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.greeting_v1_cnt{
	width: 95%;
	margin: 0 auto 1.5em auto;
	box-sizing: border-box;
}
.greeting_v1_imgcnt{
	width: 55%;
	margin: 0 auto 1em auto;
}
.greeting_v1_txtcnt{
	width: 100%;
}
.greeting_v1_p_smr{
	font-size: 5.067vw;/* 19px/375 */
	padding: 1em 0 0.75em 0;
	line-height: 1.5;
}
.greeting_v1_p_txt{
	font-size: 4.000vw;/* 15px/375 */
	margin: 1em 1em 0.7em 1em;
	line-height: 1.5;
}
.greeting_v1_p_name{
	font-size: 4.000vw;/* 15px/375 */
	margin: 0px 1em 1em 1em;
	text-align: right;
}
}
@media screen and (max-width: 320px) {
.greeting_v1_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.greeting_v1_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
.greeting_v1_p_smr{
	font-size: 5.938vw;/* 19px/320 */
}
.greeting_v1_p_txt,
.greeting_v1_p_name{
	font-size: 4.688vw;/* 15px/320 */
}
}

/*--------------------------------------------------------------------
recommendation
--------------------------------------------------------------------*/
/*-----------------            960 ~  pc           -----------------*/
.recommendation{
	background-color: #FCEFEF;
}
.recommendation h2{
	margin: 0;
	padding: 32px 0 25px 0;
	font-size: 35px;
}
.recommendation__wrapper{
	font-size: 18px;
	width: 960px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.recommendation__space{
	padding: 20px;
}
.recommendation__cnt3{
	margin: auto 20px;
	height: auto;
	display: flex;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 2px 2px 4px gray;
	background-color: #FFFFFF;
}
.recommendation__cnt1{
	width: 80%;
	margin: 24px 14px 24px auto;
}
.recommendation__img__box{
	width: 20%;
	margin: 40px 0 40px 20px;
	text-align: center;
}
.recommendation img{
	width: 80%;
	height: auto;
	margin: auto;
}
.recommendation__txt1{
	font-size: 21px;
	padding: 5px 0 5px 10px;
  	margin: 16px;
  	border-left: 6px solid #F17F2D;
  	font-weight: bold;
}
.recommendation__txt2{
  	margin: 16px;
}
.recommendation__txt3{
  	font-size: 14px;
    margin: 16px;
}
.recommendation__name{
	padding: auto;
	vertical-align: middle;
	text-align: left;
  	margin: 16px;
}
@media screen and (max-width: 960px) {
.recommendation__wrapper{
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.recommendation h2{
	font-size: 23px;
}
.recommendation__img__box.pc{
	display: none;
}
.recommendation__cnt3{
	width: 95%;
	height: auto;
	margin: auto;
}
.recommendation__cnt2{
	display: flex;
	justify-content: space-around;
}
.recommendation__cnt1{
	width: 100%;
	margin: 0px;
}
.recommendation p.recommendation__name{
	width: auto;
  	font-size: 16px;
  	margin: auto auto auto auto;
}
.recommendation__sp{
	width: 100%;
	margin: auto;
}
.recommendation img{
	width: 100%;
	padding: auto;
}
.recommendation__img__box{
	width: 20%;
	margin: auto auto auto auto;
}
.recommendation__name{
	text-align: center;
}
.recommendation__txt1{
	padding: 5px 0 5px 10px;
	margin: 15px 10px 5px 15px;
	font-size: 18px;
}
.recommendation__txt2{
	margin-top: 5px;
  	font-size: 16px;
}
.recommendation__txt3{
  	font-size: 13px;
}
}

/*--------------------------------------
.price
--------------------------------------*/
.price_bg { 
	background-color: #F1F2F4;
	width: 100%; 	
	margin-left: auto; 
	margin-right: auto;
}
.price_wrapper { 
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0 0 30px 0; 
}
.price_h2 {
	font-size: 35px;
	padding: 0 0px 30px 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.price_h2_decoration{
	font-size: 14px;
	padding: 60px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.price_wrapper {
	font-size: 18px;
}
.price_table_imgcnt {
	width: 450px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.price_table_img {
	display: block;
	width: 100%;
}
.price__txtcnt{
	display: block;
	text-align: center;
	width: 600px;
	margin: auto;
	padding: 30px 0 0 0;
	font-size: 18px;
	line-height: 1.5;
}
.price__txtcnt_p {
	margin: 0 auto 1em auto;
}
.price .bold{
	font-weight: bold;
}
.price .red{
	color: #F73802;
}
.price__online{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 60px 0;
}
.price__online .red{
	color: #7cb518;
	font-weight: bold;
}
.price__online__cnt{
	display: flex;
	margin: auto;
}
.price__online__imgcnt{
	width: 400px;
	margin: auto;
	border-radius: 8px;
}
.price__online__imgcnt img{
	width: 100%;
	border-radius: 8px;
}
.price__online__txtcnt{
	width: 400px;
	margin: auto;
	font-size: 17px;
}
.price__online__smr{
	color: #156BA2;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 30px auto;
}
.price_txt2_div,
.price_txt3_div {
	text-align: center;
	color: #242424;
	padding: 0 0 24px 0;
	margin: auto;
	width: 700px;
}
.price_txt3_div {
	padding: 24px 0 0 0;
}
.price_txt2_p{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 24px 0;
}
.price_txt2_p2{
	font-size: 16px;
	padding: 0 0 6px 0;
}
.price_txt_div{
	text-align: center;
	color: #242424;
	padding: 24px 0 0 0;
	margin: auto;
	width: 700px;
}
.price_txt_p{
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 24px 0;
}
.price_txt_p2{
	font-size: 16px;
	padding: 0 0 6px 0;
}
@media screen and (max-width: 960px){
.price_wrapper {
	width: 100%;
}
.price_table_imgcnt {
	width: 400px;
}
.price__txtcnt{
	width: 640px;
}
.price__online{
	width: 95%;
}
.price__online__cnt{
	display: block;
}
.price__online__txtcnt{
	margin: 30px auto 0 auto;
}
.price_txt3_div,
.price_txt2_div,
.price_txt_div {
	width: 80%;
}
}
@media screen and (max-width: 640px) {
.price_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 3em 0 1em 0;
}
.price_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.price_table_imgcnt {
	width: 95%;
}
.price__txtcnt{
	font-size: 3.933vw;/* 14.75px/375 */
	width: 90%;
	margin: auto 5% auto 5%;
	padding: 0;
	text-align: left;
}
.price__online__imgcnt{
	width: 95%;
}
.price__online__txtcnt{
	width: 95%;
}
.price_txt3_div,
.price_txt2_div,
.price_txt_div {
	padding: 0em 0 0 0;
	width: 90%;
}
.price_txt3_div {
	padding: 1.6em 0 0 0;
}
.price_txt2_p,
.price_txt_p{
	font-size: 5.067vw;/* 19px/375 */
	padding: 0 0 1em 0;
}
.price_txt2_p2,
.price_txt_p2{
	font-size: 4.000vw;/* 15px/375 */
	padding: 0 0 0.6em 0;
	text-align: left;
}
}
@media screen and (max-width: 320px) {
.price_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.price_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
.price__txtcnt{
	font-size: 4.375vw;/* 14px/320 */
}
.price_txt2_p2,
.price_txt_p2{
	font-size: 4.688vw;/* 15px/320 */
}
}


.price_v2_table{
	border-collapse: collapse;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	width: 600px;
	table-layout: fixed;
}
.price_v2_tr{
	background-color: #EEF5FC;
	padding: .35em;
	border-bottom: 2px solid #fff;
}
.price_v2_th,
.price_v2_td{
	border-right: 2px solid #fff;
}
.price_v2_th{
	font-size: 1em;
	font-weight: bold;
}
.price_v2_td{
	padding: 1em 1em 1em 1em;
}
.price_v2_thead .price_v2_tr{
	background-color: #7cb518;
	color:#fff;
}
.price_v2_thead .price_v2_th{
	font-size: 1.1em;
	padding: 1.5em 1em 1.5em 1em;
}
.price_v2_tbody .price_v2_th{
	background: #DDEBF8;
	color: #242424;
	padding: 1em 1em 1em 1em;
}
.price_v2_td_txt{
	text-align: center;
	font-size: 1em;
}
.price_v2_td_price{
	text-align: center;
	color: #7cb518;
	font-size: 1.5em;
	font-weight: bold;
}
.price_v2_td_small{
	font-size: 0.6em;
	padding: 0 0 0 0.2em; 
}
.price_v2_none{
	background:#fff
}

.price_v2_img_div{
	width: 600px;
	margin: auto;
}
.price_v2_img{
	display: block;
	width: 100%;
}
@media screen and (max-width: 640px) {
.price_v2_table {
	border: 0;
	width: 95%
}
.price_v2_th{
	background-color: #7cb518;
	display: block;
	border-right: none;
}
.price_v2_thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.price_v2_tr{
	display: block;
	margin-bottom: .625em;
	padding: .35em .35em 0 .35em;
}
.price_v2_td{
	border-bottom: 1px solid #bbb;
	display: block;
	text-align: right;
	position: relative;
	padding: .625em 5vw .625em 4em;
	border-right: none;
}
.price_v2_td_txt::before{
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 4vw;
	color: #7cb518;
}
.price_v2_td_price::before{
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 4vw;
	color: #7cb518;
	font-size: 0.67em;
	padding: 0.3em 0;
}
.price_v2_td:last-child{
	border-bottom: 0;
}
.price_v2_tbody .price_v2_th{
	color: #242424;
}
.price_v2_td_price{
	font-size: 1.5em;
}

.price_v2_img_div{
	width: 98%;
	margin: auto auto 0.8em auto;
}
}

/*--------------------------------------
.access_v1
--------------------------------------*/
.access_v1_bg 		{ width: 100%; 	margin-left: auto; margin-right: auto; }
.access_v1_wrapper 	{ width: 960px; margin-left: auto; margin-right: auto; padding: 0 0 30px 0; }
.access_v1_h2{
	font-size: 35px;
	padding: 0 0px 30px 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.access_v1_h2_decoration{
	font-size: 14px;
	padding: 60px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.access_v1_cnt{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 40px 0;
	background-color: #F5F7FA;
}
.access_v1_name_p {
	font-size: 19px;
	font-weight: bold;
	margin: 0 auto;
	padding: 1em 0 1em 0;
	text-align: center;
}
.access_v1_cnt_map{
	width: 50%;
}
.access_v1_cnt_txtcnt{
	width: 50%;
	padding: 40px 70px;
	box-sizing: border-box;
}
.access_v1_cnt_txt_p_title{
	display: inline-block;
	font-weight: bold;
	border-left: #7cb518 3px solid;

	padding: 0 10px 0 8px;
	margin: 20px 0 6px 0;
}
.access_v1_cnt_txt_p_title:first-child{
	margin: 0px 0 6px 0;
}
.access_v1_cnt_txt_p_txt{
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 13px;
	color: #242424;
	line-height: 1.5;
}
.access_v1_txt_ulred{
	background: linear-gradient(transparent 55%, rgba(238, 193, 112, 0.6) 55%);
	font-weight: bold;
}
@media screen and (max-width: 960px) {
.access_v1_wrapper { width: 100%; }
.access_v1_cnt{
	width: 95%;
	margin: 0 auto 30px auto;
}
.access_v1_cnt_txtcnt{
	width: 50%;
	padding: 30px 40px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 640px) {
.access_v1_wrapper 	{ 
	padding: 0 0 1em 0; 
	font-size: 4.000vw;/* 15px/375 */
}
.access_v1_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 3em 0 1em 0;
}
.access_v1_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.access_v1_name_p {
	font-size: 4.467vw;/* 16.75px/375 */
}
.access_v1_name_p2 {
	padding: 3em 0 1em 0;
}
.access_v1_cnt{
	display: block;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
.access_v1_cnt_map{
	width: 100%;
	height: 300px;
}
.access_v1_cnt_txtcnt{
	width: 100%;
	margin: auto;
	padding: 1.5em 1em 0 1.2em;
	font-size: 4.467vw;/* 16.75px/375 */
	line-height: 1.5;
}
.access_v1_cnt_txt_p_title{
	padding: 0 0.7em 0 0.5em;
	margin: 1em 0 0.3em 0;
}
.access_v1_cnt_txt_p_title:first-child{
	margin: 0px 0 0.3em 0;
}
.access_v1_cnt_txt_p_txt{
	font-size: 4.467vw;/* 16.75px/375 */
	padding: 0 0 0 1em;
}
}
@media screen and (max-width: 320px) {
.access_v1_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.access_v1_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
.access_v1_cnt_txtcnt,
.access_v1_cnt_txt_p_txt{
	font-size: 5.000vw;/* 16px/320 */
}
}
/*--------------------------------------------------------------------
info_v2 マップ
--------------------------------------------------------------------*/
.info_v2_wrapper{
	width: 100%;	
}
.info_v2_cnt{
	width: 1000px;
	margin: auto;
	padding: 0 0 60px 0;
}
.info_v2_cnt2{
	display: flex;
}
.info_v2_cnt3{
	display: flex;
	width: 100%;
}
.info_v2_imgcnt{
	display: block;
	width: 50%;
	margin: 2% 2%;
	box-sizing: border-box;
}
.info_v2_img,
.info_v2-mapimg{
	display: block;
	width: 100%;
}
.info-map .info_v2_cnt2 {
	display: block;
	width: 50%;
	margin: auto;
	box-sizing: border-box;
}
.info-map .info_v2_cnt{
	display: flex;
}
.info_v2-mapcnt{
	width: 50%;
	margin: 2% 1% 2% 1%;
	box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
.info_v2_cnt{
	width: 100%;
}
}
@media screen and (max-width: 640px) {
.info_v2_cnt{
	padding: 0 0 40px 0;
}
.info_v2_cnt2{
	display: block;
}
.info_v2_imgcnt{
	margin: 2% 2%;
}
.info-map .info_v2_cnt{
	display: block;
}
.info_v2-mapcnt{
	width: 86.3%;
	margin: 2% auto 2% auto;
}
.info-map .info_v2_cnt2 {
	width: 90%;
}
}
/*--------------------------------------------------------------------
route 
--------------------------------------------------------------------*/
/*-----------------            960 ~  pc           -----------------*/
.route-h2 {
	font-size: 24px;
	margin: 0px auto 40px auto;
}
.route__guidetxt{
	font-size: 16px;
	margin: auto;
	text-align: center;
	margin: 10px auto 20px auto;
}
.route__title{
	text-align: left;
}
.route__cntb{
	display: flex;
	justify-content: center;
}
.route__cnta{
	width: 450px;
	margin: 20px;
	text-align: center;
}
.route__txt{
	width: 96%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.route__imgcnt{
	position: relative;
    border-radius: 3px;
}
.route__imgcnt p{
	position: absolute;
	display: inline-block;
	background-color: #7cb518;
    color: white;
	font-size: 18px;
	width: 30px;
	margin: auto;
    top: 0px;
    left: 0px;
    border-radius: 3px;
}
.route__imgcnt img{
	width: 100%;
    border-radius: 3px;
}
.route{
	width: 960px;
	margin: auto;
	padding: 0 0 60px 0;
}
.route__flow{
	width: 95%;
	margin: auto;
}
.route__flow > input {
    display: none;
}
.route__flow > label {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.route__flow > label > dt{
    position: relative;
	font-size: 18px;
    border-bottom: 1px solid #CCC;
    background-color: #fff;
}
.route__flow > label > dd {
    position: relative;
	font-size: 18px;
    border-bottom: 0px;
    background-color: #fff;
}
.route__flow > label > dt:before,
.route__flow > label > dd:before {
    position: absolute;
    top: 0px;
    left: 0.5em;
    font-size: 2em;
}
.route__flow > label > dt {
    padding: 1em 2em 0.3em 3em;
}
.route__flow > .map01 > dt:before {
    content: "A";
    background-color: #7cb518;
    border-radius: 3px;
    padding: 0 10px;
    margin: 14px 0 0 0;
	font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
 	line-height: 32px;
}
.route__flow > .map02 > dt:before {
    content: "B";
    background-color: #7cb518;
    border-radius: 3px;
    padding: 0 10px;
    margin: 14px 0 0 0;
	font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
 	line-height: 32px;
}
.route__flow > .map03 > dt:before {
    content: "C";
    background-color: #7cb518;
    border-radius: 3px;
    padding: 0 10px;
    margin: 14px 0 0 0;
	font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
 	line-height: 32px;
}
.route__flow > .map04 > dt:before {
    content: "D";
    background-color: #7cb518;
    border-radius: 3px;
    padding: 0 10px;
    margin: 14px 0 0 0;
	font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
 	line-height: 32px;
}
.route__flow > label > dt:after {
    display: block;
    position: relative;
    top: -18px;
    right: -100%;
    transform: translateY(-50%) rotate(135deg);
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    content: "";
}
.route__flow > .check_open:checked + label > dt:after {
    transform: rotate(-45deg);
}
.route__flow > .check_open:checked + label > dt {
    border-bottom: 0px;
}
.route__flow > label > dd {
    padding: 0px 1em 0px 1em;
    position: relative;
    z-index: -1;
    height: 0px;
    transform: translateY(-2em);
    visibility: hidden;
    transition: none;
}
.route__flow > .check_open:checked + label > dd {
    padding: 1em 1em 1em 1em;
    height: 100%;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s;
    border-bottom: 1px solid #CCC;
}
.route .red{
	color: #7cb518;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
.route{
	width: 100%;
}
}

@media screen and (max-width: 640px) {
.route{
	padding: 0 0 30px 0;
}
.route-h2 {
	font-size: 20px;
	margin: 0px auto 20px auto;
}
.route__cntb{
	display: block;
}
.route__cnta{
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
}
/*--------------------------------------
qna_v2
--------------------------------------*/
.qna_v2_h2{
	font-size: 35px;
	padding: 0 0px 40px 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.qna_v2_h2_decoration{
	font-size: 14px;
	padding: 60px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.qna-h2 {
	font-size: 35px;
	padding: 0.5em 0;
	background: #7cb518;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}
.qna-h2::after{
	content: "";
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0.5em;
	border-color: #7cb518 transparent transparent transparent;
}
.cp_qa_wrapper {
	width: 1000px;
	margin: auto;
	padding: 0 0 60px 0;
	font-size: 18px;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
   box-sizing: border-box;
}
.cp_actab_last {
	border-bottom: 1px solid #ccc;
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #242424;
	border-top: 1px solid #ccc;
}
.cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.3em 1em 3.3em;
	cursor: pointer;

}
.cp_actab label::before {
    content: "Q";
    font-weight: bold;
	line-height: 1;
    border-radius: 0.1em;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: #7cb518;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp_actab label:hover {
	color: #7cb518;
}
/* 答え */
.cp_actab-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
	color: #242424;
	background-color: rgba(247, 253, 237, 0.4);
	position: relative;
}
.cp_actab-content::before {
    content: "A";
    font-weight: bold;
	line-height: 1;
    border-radius: 0.1em;
    border: solid 2px #7cb518;
    background-color: #FFFFFF;
    color: #7cb518;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp_actab-conten-p {
	margin: 1em 1em 1em 3.3em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	transition: max-height 0.5s ease;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '\25BC';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotateX(180deg);
}
@media screen and (max-width: 1000px) {
.cp_qa_wrapper{width: 90%;}
}
@media screen and (max-width: 640px) {
.qna_v2_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.qna_v2_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 2.5em 0 1em 0;
}
.qna-h2 {
	font-size: 5.600vw;/* 21px/375 */
	padding: 0.8em 0;
}
.cp_qa_wrapper {
	width: 100%;
	padding: 0 0 2.5em 0;
	font-size: 4.533vw;/* 17px/375 */
}
}
@media screen and (max-width: 320px) {
.qna-h2{
	font-size: 6.563vw;/* 21px/320 */
}
.cp_qa_wrapper{
	font-size: 5.313vw;/* 17px/320 */
}
.qna_v2_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.qna_v2_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
}

/*--------------------------------------
inquiry
--------------------------------------*/
input[type="text"] {
    border-radius: 0;
    background: none;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
.inquiry-h2 {
	font-size: 35px;
	padding: 0.5em 0;
	background: #7cb518;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}
.inquiry-h2::after{
	content: "";
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0.5em;
	border-color: #7cb518 transparent transparent transparent;
}
.inquiry_form{
	width: 750px;
	margin: 60px auto 60px auto;
	font-size: 19px;
	line-height: 1.6;
}
.inquiry_cnt {
	padding: 0 0 35px 0;
}
.inquiry_guidetxt{
	text-align: center;
	margin: 40px auto 40px auto;
}
.inquiry_guidetxt p{
	margin: 0 auto 0.5em auto;
}
.inquiry_part-a_cnt1,
.inquiry_part-c_cnt1 {
	width: 100%;
	display: flex;
}
.inquiry_part-a_p,
.inquiry_part-c_p {
	width: 35%;
	margin: auto;
	text-align: left;
	font-weight: bold;
}
.inquiry_part-a_input {
	width: 65%;
	height: 2em;
	border: solid 2px #ccc;
	border-radius: 3px;
	font-size: 19px;
	padding: 1px 0.5em;
	box-sizing: border-box;
}
.inquiry_part-c_textarea {
	width: 65%;
	height: 10em;
	border: solid 2px #ccc;
	border-radius: 3px;
	font-size: 19px;
	padding: 1px 0.5em;
	box-sizing: border-box;
}
.inquiry_part-a_cnt2,
.inquiry_part-c_cnt2 {
	margin-left: 35%;
}
.inquiry_part-a_placeholder,
.inquiry_part-c_placeholder {
	color: #333333;
	font-size: 15px;
	margin: 0.5em 0 2em 0;
}
.inquiry_part-b {
	width: 100%;
	display: flex;
	margin-bottom: 1.6em;
}
.inquiry_part-b_cnt1 {
	width: 35%;
	margin: auto;
}
.inquiry_part-b_p {
	width: 100%;
	margin: auto;
	text-align: left;
	font-weight: bold;
}
.inquiry_part-b_cnt2 {
	width: 65%;
	display: flex;
}
.inquiry_part-b_cnt2-1,
.inquiry_part-b_cnt2-2 {
	display: flex;
	width: 50%;
}
.inquiry_part-b_p2 {
	width: 35%;
	margin: auto 0;
	text-align: center;
}
.inquiry_part-b_dateinput,
.inquiry_part-b_select,
#flatpickr {
	width: 65%;
	height: 2.3em;
	border: solid 2px #ccc;
	border-radius: 3px;
	font-size: 19px;
	color: #242424;
	box-sizing: border-box;
}

input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	/* このプロパティを変更します*/
	border: solid 2px #ccc;
	border-radius: 3px;
	/*このプロパティを変更します*/
	box-shadow: none;
	/*フォーカスしたときのトランジション設定 すべてのプロパティが0.5秒で切り替わる*/
	transition: all 0.5s;
	color: #242424;
	padding: 1px 0.5em;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,select:focus {
	/*フォーカスした時に影をつける*/
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	/*フォーカスした時に枠線を太く濃く*/
	border: solid 2px #666;
	border-radius: 3px;
}
.inquiry_formcnt .req,
.inquiry_formcnt .any{
	position: relative;
	display: inline-block;
}
.inquiry_formcnt .req::after{
	content: '必須';
    display: flex;
    align-items: center;
    justify-content: center;
	float: right;
	font-size: 15px;
	width: auto;
	height: 2em;
	padding: 0 0.5em;
	margin: 0 2em 0 0;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #F73802;
}
.inquiry_formcnt .any::after{
	content: '任意';
    display: flex;
    align-items: center;
    justify-content: center;
	float: right;
	font-size: 15px;
	width: auto;
	height: 2em;
	padding: 0 0.5em;
	margin: 0 2em 0 0;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #333333;
}
.inquiry .submit-buttom{
	display: block;
	width: 300px;
	height: 55px;
	margin: auto;
	padding: 0 0 0 0;
}
.inquiry .submit{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	font-size: 19px;
	padding: 12px 30px;
	color: #ffffff;
	background-color: #F73802;
	line-height: 1.5;
	cursor: pointer; 
	text-align: center;
 	transition: .3s; 
	border: none;
	font-weight: bold;
}
.inquiry .submit::before,
.inquiry .submit::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.inquiry .submit,
.inquiry .submit::before,
.inquiry .submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.inquiry .submit:hover{
	background-color: #D6808B;
}

.stepbar-spacer {
	margin: 0 0 60px 0;
}
.stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc((100% - 30px) / 3);
	height: 80px;
	margin: 0 auto;
	padding: 1px;
	background: #7cb518;
}
/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
	z-index: 4
}
.stepbar__item:nth-child(2) {
	z-index: 3
}
.stepbar__item:nth-child(3) {
	z-index: 2
}
.stepbar__item:nth-child(4) {
	z-index: 1
}
.stepbar__item:first-child {
	margin-left: 0;
}
.stepbar__item:last-child {
	margin-right: 0;
}
.stepbar__item:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #7cb518;
}
.stepbar__item:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #ffffff;
}
.stepbar__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 19px;
	font-weight: bold;
}
.stepbar__item-inner--current {
	background: transparent;
	color: #ffffff;
}
.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #7cb518;
}
.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-right: 0;
	border-bottom: 40px solid transparent;
	border-left: 20px solid #ffffff;
}
.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
	display: none;
}
@media screen and (max-width: 1000px) {
.inquiry_form{width: 90%;}
}
@media screen and (max-width: 640px) {
.stepbar-spacer{
	margin: 0 0 32px 0;
}
.stepbar{
	width: 95%;
}
.stepbar__item-inner{
	font-size: 4.000vw;/* 15px/375 */
}
.inquiry-h2 {
	font-size: 5.600vw;/* 21px/375 */
	padding: 0.8em 0;
}
.inquiry_form{
	width: 100%;
	margin: 2em auto 3em auto;
	font-size: 4.467vw;/* 16.75px/375 */
}
.inquiry_cnt {
	width: 90%;
	margin: auto;
	padding: 0 0 1em 0;
}
.inquiry_guidetxt {
	margin: 0 auto 2em auto;
}
.inquiry_part-a_cnt1,
.inquiry_part-c_cnt1,
.inquiry_part-b {
	display: block;
}
.inquiry_part-a_p,
.inquiry_part-b_p,
.inquiry_part-c_p {
	width: 100%;
	margin: 0 0 0.5em 0;
}
.inquiry_part-b_cnt1 {
	width: 100%;
}
.inquiry_part-b_cnt2 {
	width: 100%;
	display: block;
}
.inquiry_part-b_cnt2-1,
.inquiry_part-b_cnt2-2 {
	width: 100%;
	margin: 0 0 0.5em 0;
}
.inquiry_part-a_input {
	width: 100%;
}
.inquiry_part-c_textarea {
	width: 100%;
}
.inquiry_part-a_cnt2,
.inquiry_part-c_cnt2 {
	margin-left: 0%;
}
.inquiry_formcnt .req::after,
.inquiry_formcnt .any::after {
	margin: 0 1em 0 0;
	font-size: 4.267vw;/* 16px/375 */
}
.inquiry_part-b_p2 {
	width: 35%;
	margin: auto 0;
	text-align: center;
}
.inquiry_part-b_dateinput,
.inquiry_part-b_select,
#flatpickr {
	font-size: 4.267vw;/* 16px/375 */
}
.inquiry_part-a_input {
	font-size: 4.267vw;/* 16px/375 */
}
.inquiry_part-c_textarea {
	font-size: 4.267vw;/* 16px/375 */
}
.inquiry_part-a_placeholder,
.inquiry_part-c_placeholder {
	font-size: 4.267vw;/* 16px/375 */
}
.inquiry .submit{
	font-size: 5.067vw;/* 19px/375 */
}
}
@media screen and (max-width: 320px) {
.inquiry-h2 {
	font-size: 6.563vw;/* 21px/320 */
}
.inquiry .submit{
	font-size: 5.938vw;/* 19px/320 */
}
.inquiry_form,
.inquiry_part-a_input,
.inquiry_part-c_textarea,
.inquiry_part-a_placeholder,
.inquiry_part-c_placeholder,
.inquiry_part-b_dateinput,
.inquiry_part-b_select,
#flatpickr,
.inquiry_formcnt .req::after,
.inquiry_formcnt .any::after {
	font-size: 5.000vw;/* 16px/320 */
}
.stepbar__item-inner{
	font-size: 4.688vw;/* 15px/320 */
}
}
/*--------------------------------------
lineinquiry
--------------------------------------*/
.lineinquiry-h2 {
	font-size: 35px;
	padding: 0.5em 0;
	background: #7cb518;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
}
.lineinquiry-h2::after {
	content: "";
	position: absolute;
	bottom: -0.4em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0.5em 0 0.5em;
	border-color: #7cb518 transparent transparent transparent;
}
.lineinquiry{
	background-color: #BDBDBD;
}
.lineinquiry__cnt{
	width: 960px;
	margin: auto;
	padding: 40px 0;
	display: flex;
	font-size: 19px;
}
.lineinquiry__cnt1,
.lineinquiry__cnt2,
.lineinquiry__cnt3{
	width: 288px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin: 25px 15px;
	box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.lineinquiry__nosmrcnt{
	display: flex;
	margin: 15px auto auto 15px;
}
.lineinquiry__no{
	display: inline-block;
	color: #FFFFFF;
	background-color: #7cb518;
	font-weight: bold;
	border-radius: 4px;
	width: 32px;
	line-height: 32px;
	margin: 0;
	text-align: center;
}
.lineinquiry__tokutencnt{
	display: flex;
	margin: 15px auto auto auto;
}
.lineinquiry__tokuten{
	display: inline-block;
	color: #FFFFFF;
	background-color: #7cb518;
	font-weight: bold;
	border-radius: 4px;
	width: 260px;
	line-height: 32px;
	margin: auto;
	padding: auto 10px;
	text-align: center;
}
.lineinquiry__smr{
	color: #7cb518;
	font-weight: bold;
	margin: auto auto auto 10px;
}
.lineinquiry__txt{
	display: inline-block;
	margin: 7px 15px 7px 15px;
}
.lineinquiry__btn__cnt{
	width: 80%;
	margin: auto;
	display: block;
}
.lineinquiry__btn__cnt img{
	width: 100%;
}
.lineinquiry__txt__ex__cnt{
	display: flex;
	width: 80%;
	margin: auto;
}
.lineinquiry__txt__ex{
	border: #7cb518 2px solid;
	border-radius: 5px;
	padding: 2px 4px;
	margin: 5px;
	color: #7cb518;
	font-weight: bold;
}
.lineinquiry__cnt__spacer1{padding: 4px;}
.lineinquiry__cnt__spacer2{padding: 8px;}
.lineinquiry__tokutenno{
	color: #7cb518;
	border-bottom: #7cb518 2px solid;
	padding: 2px 2px;
	margin: 5px auto auto 15px;
	width: 55px;
	text-align: center;
	font-weight: bold;
}
.lineinquiry__tokutentxt{
	margin: 5px auto auto 15px;
}
.lineinquiry__cnt__tbl{display: flex; margin: 0 auto;}
.lineinquiry__cnt__spacer__sp{display: none;}

@media screen and (max-width: 960px) {
.lineinquiry__cnt{
	width: 100%;
	display: block;
}
.lineinquiry__cnt__tbl{
	display: flex;
	justify-content: center;
}
.lineinquiry__cnt3{
	margin: auto auto 25px auto;
}
}
@media screen and (max-width: 640px) {
.lineinquiry-h2 {
	font-size: 5.600vw;/* 21px/375 */
	padding: 0.8em 0;
}
.lineinquiry__cnt{
	font-size: 4.267vw;/* 16px/375 */
	padding: 8px 0 1.5em 0;
}
.lineinquiry__cnt1,
.lineinquiry__cnt2,
.lineinquiry__cnt3{
	width: 70%;
}
.lineinquiry__cnt__tbl{display: block;}
.lineinquiry__cnt1{
	margin: 1.5em auto 1.5em auto;
}
.lineinquiry__cnt2{
	margin: 1.5em auto 1.5em auto;
}
.lineinquiry__cnt3{
	margin: auto auto 0px auto;
}
.lineinquiry__cnt__spacer__sp{
	display: block;
	padding: 0.5em;
}
.lineinquiry__nosmrcnt{
	margin: 0px auto auto 1em;
}
.lineinquiry__tokutencnt{
	margin: 0px auto auto auto;
	width: 90%;
	line-height: 2em;
	padding: 0 10px;
}
.lineinquiry__no{
	width: 2em;
	line-height: 2em;
}
.lineinquiry__cnt__spacer1{padding: 0.3em;}
.lineinquiry__cnt__spacer2{padding: 0.3em;}
}
@media screen and (max-width: 320px) {
.lineinquiry-h2{
	font-size: 6.563vw;/* 21px/320 */
}
.lineinquiry__cnt{
	font-size: 5.000vw;/* 16px/320 */
}
}
/*--------------------------------------
footer
--------------------------------------*/
footer{
	background-color: #7cb518;
	color: #FFFFFF;
	text-align: center;
	padding: 1em 0;
	font-size: 16px;
}
footer p{
	margin: 1em;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
footer{
	font-size: 4.267vw;/* 16px/375 */
}
}
@media screen and (max-width: 320px) {
footer{
	font-size: 5.000vw;/* 16px/320 */
}
}
/*--------------------------------------
confirm メール入力確認画面
--------------------------------------*/
#formWrap{
	width: 500px;
	margin: auto;
}
#formWrap h3{
	font-weight: bold;
}
#formWrap h3,
#formWrap p{
	text-align: center;
	font-size: 1em;
	padding: 1.2em 0 0.8em 0;
}
#formWrap table{
	width: 100%;
	margin: 0.7em auto;
	font-size: 0.9em;
	border-collapse: collapse;
	border-spacing: 0;
}
#formWrap table th,
#formWrap table td{
  padding: 12px 0;
  text-align: center;
}
#formWrap table tr:nth-child(odd){
  background-color: #eee;
}
#formWrap .tbody{
	width: 500px;
}
#formWrap .submit-buttom{
	display: flex;
	justify-content: center;
	padding: 0 0 0 0;
	margin: auto;
}
#formWrap .submit{
	display: block;
	width: 80%;
	height: 100%;
	border-radius: 7px;
	font-size: 19px;
	padding: 12px 30px;
	margin: 20px auto;
	color: #ffffff;
	background-color: #F73802;
	line-height: 1.5;
	cursor: pointer; 
	text-align: center;
 	transition: .3s; 
	border: none;
	font-weight: bold;
}
#formWrap .buttom{
	display: block;
	width: 50%;
	height: 100%;
	border-radius: 7px;
	font-size: 16px;
	padding: 10px 15px;
	margin: 20px auto;
	color: #4D4D4C;

	line-height: 1.5;
	cursor: pointer; 
	text-align: center;
 	transition: .3s; 
	border: none;
}
#formWrap .submit::before,
#formWrap .submit::after,
#formWrap .buttom::before,
#formWrap .buttom::after,{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#formWrap .submit,
#formWrap .submit::before,
#formWrap .submit::after,
#formWrap .buttom,
#formWrap .buttom::before,
#formWrap .buttom::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#formWrap .submit:hover{
	background-color: #D6808B;
}
#formWrap .buttom:hover{
	background-color: #F5F5F5;
	color: #EBEBEB;
}
#formWrap .submit-buttom-cnt{
	display: block;
	padding: 0px 0 50px 0;
}
/*--           ~ 960 tbl           --*/
@media screen and (max-width:960px) {
#formWrap{width: 95%;}
#formWrap .tbody{width: 100%;}
#formWrap .submit-buttom{width: 80%;}
}

/*--------------------------------------
.thankspage
--------------------------------------*/
.thankspage_wrapper{
	width: 960px;
	margin: auto;
	padding: 30px 0 0 0;
}
.thankspage p{
	font-size: 17px;
	padding: 1em;
}
.thankspage img{
	width: 25%;
	padding-bottom: 10px;
}
.thankspage_cnt{
	text-align: center;
	line-height: 2em;
}
.thankspage .home{
	display: inline-block;
	margin: 10px 0 30px 0;
}
@media screen and (max-width: 960px) {
.thankspage_wrapper{ width: 100%; }
.thankspage img{ width: 30%; }
}
@media screen and (max-width: 640px) {
.thankspage img{ width: 55%; }
.thankspage p{
	font-size: 4.467vw;/* 16.75px/375 */
	padding: 0.5em;
}
}
@media screen and (max-width: 320px) {
.thankspage p{
	font-size: 5.000vw;/* 16px/320 */
}
}

/*--------------------------------------
.voice_v5
　基本：#7cb518 rgba(124, 181, 24, 1.0)
　強調：
　黒　：#242424
　薄灰：#F1F2F4 句切線
--------------------------------------*/
.voice_v5{
	font-size: 16px;
	line-height: 1.6em;
	border-top: #F1F2F4 solid 1px;
	border-bottom: #F1F2F4 solid 1px;
	color: #242424;
}
.voice_v5_wrapper{
	width: 100%;
	background-color: rgba(124, 181, 24, 0.1);
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	background-image: linear-gradient(45deg, rgba(124, 181, 24, 0.1) 25%, rgba(124, 181, 24, 0.1) 25%, transparent 25%, transparent 75%, rgba(124, 181, 24, 0.1) 75%, rgba(124, 181, 24, 0.1) 75%), linear-gradient(-135deg, rgba(124, 181, 24, 0.1) 25%, rgba(124, 181, 24, 0.1) 25%, transparent 25%, transparent 75%, rgba(124, 181, 24, 0.1) 75%, rgba(124, 181, 24, 0.1) 75%);
}
.voice_v5_h2{
	font-size: 35px;
	line-height: 1.2em;
	padding: 80px 0 0 0;
	color: #242424;
}
.voice_v5_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 54px 0 60px 0;
}
.voice_v5_flexbox{
	display: flex;
	flex-wrap: wrap;
}
.voice_v5_shadow{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.voice_v5-2_cnt{
	width: 31%;
	background-color: #FFFFFF;
	margin: 0 1% 2em 1%;
	border-radius: 4px;
	box-sizing: border-box;
}
.voice_v5-2_cnt_a{
	display: flex;
	padding: 1.8em 0 1.2em 0;
}
.voice_v5-2_img_div{
	width: 30%;
	margin: 0 0 auto 1.4em;
	box-sizing: border-box;
}
.voice_v5-2_img{
	display: block;
	width: 100%;
}
.voice_v5-2_smrtxt_div{
	width: 58%;
	margin: auto;
	color: #7cb518;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.voice_v5-2_smrtxt{
	padding: 0.9em 0 0.7em 0;
	margin: auto 1em auto 0.7em;
	border-top: double 4px #7cb518;
	border-bottom: double 4px #7cb518;
	position: relative;
}
.voice_v5-2_smrtxt::after{
	position: absolute;
	content: 'VOICE';
	display: inline-block;
	top: -1em;
	left: 0;
	right: 0;
	width: 4.5em;
	margin: auto;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7cb518;
}
.voice_v5-2_no1 .voice_v5-2_smrtxt::after{ content: 'VOICE1';}
.voice_v5-2_no2 .voice_v5-2_smrtxt::after{ content: 'VOICE2';}
.voice_v5-2_no3 .voice_v5-2_smrtxt::after{ content: 'VOICE3';}
.voice_v5-2_no4 .voice_v5-2_smrtxt::after{ content: 'VOICE4';}
.voice_v5-2_no5 .voice_v5-2_smrtxt::after{ content: 'VOICE5';}
.voice_v5-2_no6 .voice_v5-2_smrtxt::after{ content: 'VOICE6';}
.voice_v5-2_cnt_b{
	margin: auto 1.2em auto 1.2em;
}
.voice_v5-2_maintxt_div{
	font-size: 15px;
	text-align: left;
}
.voice_v5-2_subtxt_div{
	font-size: 13px;
	padding: 0.6em 0 1.2em 0;
	text-align: left;
}
/* その他の事例 */
.voice_v5_othercase_h2{
	font-size: 35px;
	line-height: 1.2em;
	padding: 60px 0 40px 0;
	color: #242424;
}
.voice_v5_othercase_case{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.voice_v5_othercase_case>p{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #737373;
	border: 0.15em solid #737373;
	padding: 0.1em 0.4em;
	margin: 0 0.5em 0.5em 0.5em;
	border-radius: 4px;
}
.voice_v5_othercase_txt_div{
	text-align: center;
	background-color: #FFFFFF;
	padding: 1.2em 0;
	margin: 1.5em auto 0 auto;
	width: 60%;
}
/* もっと見るプルダウン */
.voice_v5-3{
	text-align: right;
}
.voice_v5-3 input {
	position: absolute;
	opacity: 0;
}
.voice_v5-3 label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
    height: auto;
    padding: 0.8em 5em 0.8em 5em;
    margin: 0 1.25em 0 0;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    color: #FFFFFF;
	background-color: rgba(238, 193, 112, 0.6);
    background-image: 
    	repeating-linear-gradient(
    		-40deg, 
    		rgba(238, 193, 112, 1.6), 
    		rgba(238, 193, 112, 1.6),
    		55%, transparent 0, transparent 100%);
}
.voice_v5-3 label:hover {

}
.voice_v5-3 input:checked ~ .voice_v5-3_content_wrapper {
	max-height: 200em;
	padding: 2em 0 0 0;
}
.voice_v5-3 label::after {
	line-height: 1.6;
	position: absolute;
	top: 0.6em;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	transition: max-height 0.5s ease;
	text-align: center;
}
.voice_v5-3 input[type=checkbox] + label::after {
	font-size: 16px;
	content: 'もっと見る';
}
.voice_v5-3 input[type=checkbox]:checked + label::after {
	font-size: 16px;
	content: '閉じる';
}
.voice_v5-3_content_wrapper{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
	color: #242424;
	position: relative;
}
.voice_v5-3_content_flexbox{
	margin: 1em 1em 1em 3.3em;
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
/* v5-4 */
.voice_v5-4_cnt{
  width: 100%;
	display: block;
	background-color: #FFFFFF;
	/*border: 2px solid #7cb518;*/
	border-radius: 4px;
	font-size: 16px;
	margin: 0 auto 40px auto;
}
.voice_v5-4_smrtxt_div{
	padding: 22px 40px 18px 40px;
}
.voice_v5-4_smrtxt{
	color: #F73802;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
}
.voice_v5-4_cnt_ab{
	display: flex;
}
.voice_v5-4_cnt_a{
	padding: 0 0 0 40px;
}
.voice_v5-4_img_div,
.voice_v5-4_video_div{
    width: 240px;
}
.voice_v5-4_img{
	display: block;
	width: 100%;
}
.voice_v5-4_video{
	display: block;
}
.voice_v5-4_name_p{
	font-size: 16px;
	text-align: center;
	padding: 10px 0 20px 0;
}
.voice_v5-4_cnt_b{
	padding: 0 20px;
	text-align: left;
}
.voice_v5-4_maintxt_div>p{
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 0.5em 0;
}
.voice_v5-4_subtxt_div>p{
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 20px 0;
}
/* もっと見るプルダウン */
.voice_v5-5{
	text-align: right;
}
.voice_v5-5 input {
	position: absolute;
	opacity: 0;
}
.voice_v5-5 label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
    height: auto;
    padding: 0.8em 5em 0.8em 5em;
    margin: 0 1.25em 0 0;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    color: #FFFFFF;
	background-color: rgba(252, 81, 48, 0.8);
    background-image: 
    	repeating-linear-gradient(
    		-40deg, 
    		rgba(252, 81, 48, 1.0), 
    		rgba(252, 81, 48, 1.0),
    		55%, transparent 0, transparent 100%);
}
.voice_v5-5 label:hover {

}
.voice_v5-5 input:checked ~ .voice_v5-5_content_wrapper {
	max-height: 100%;
	padding: 2em 0 0 0;
}
.voice_v5-5 label::after {
	line-height: 1.6;
	position: absolute;
	top: 0.6em;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	transition: max-height 0.5s ease;
	text-align: center;
}
.voice_v5-5 input[type=checkbox] + label::after {
	font-size: 16px;
	content: 'もっと見る';
}
.voice_v5-5 input[type=checkbox]:checked + label::after {
	font-size: 16px;
	content: '閉じる';
}
.voice_v5-5_content_wrapper{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
	color: #242424;
	position: relative;
}
.voice_v5-5_content_inner{
	margin: 1em 1em 1em 3.3em;
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
	.voice_v5_inner{
		width: 95%;
	}
	.voice_v5_h2{
		font-size: 33px;
	}
	.voice_v5-2_img_div{
		width: 20%;
	}
	.voice_v5-2_smrtxt_div{
		width: 70%;
		font-size: 18px;
	}
	.voice_v5-2_maintxt_div{
		font-size: 14px;
	}
	/* その他の事例 */
	.voice_v5_othercase_txt_div{
		width: 75%;
		font-size: 15px;
	}
	/* もっと見るプルダウン */
	.voice_v5-3_content_flexbox{
		margin: 0;
		width: 100%;
	}
	/* もっと見るプルダウン */
	.voice_v5-5_content_inner{
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.voice_v5{
		font-size: 4.267vw;/* 16px/375 */
		line-height: 1.5em;
	}
	.voice_v5_inner{
		width: 96vw;
		padding: 7vw 0 2vw 0;
		margin: auto;
	}
	.voice_v5_h2{
		font-size: 5.600vw;/* 21px/375 */
		line-height: 1.2em;
		padding: 8vw 0 0 0;
	}
	.voice_v5_flexbox{
		display: block;
	}
	.voice_v5-2_cnt{
		width: 95vw;
		margin: 0 auto 6vw auto;
		border-radius: 4px;
	}
	.voice_v5-2_smrtxt_div{
		font-size: 4.800vw;/* 18px/375 */
	}
	.voice_v5-2_smrtxt::after{
		font-size: 3.733vw;/* 14px/375 */
	}
	.voice_v5-2_maintxt_div{
		font-size: 4.000vw;/* 15px/375 */
	}
	.voice_v5-2_subtxt_div{
		font-size: 3.467vw;/* 13px/375 */
	}
	/* その他の事例 */
	.voice_v5_othercase_h2{
		font-size: 5.600vw;/* 21px/375 */
		line-height: 1.2em;
		padding: 11vw 0 8vw 0;
	}
	.voice_v5_othercase_case>p{
		font-size: 4.000vw;/* 15px/375 */
	}
	.voice_v5_othercase_txt_div{
		width: 90vw;
		padding: 4vw 0;
		margin: 4vw auto 5vw auto;
		font-size: 4.000vw;/* 15px/375 */
	}
	/* もっと見るプルダウン */
	.voice_v5-3 label {
		width: 40%;
	}
	.voice_v5-3 input:checked ~ .voice_v5-3_content_wrapper {
		padding: 6vw 0 0 0;
	}
	.voice_v5-3 label,
	.voice_v5-3 input[type=checkbox] + label::after,
	.voice_v5-3 input[type=checkbox]:checked + label::after {
		font-size: 4.000vw;/* 15px/375 */
	}
	.voice_v5-3_content_flexbox{
		width: 96vw;
	}
	/* v5-4 */
	.voice_v5-4_cnt{
		font-size: 4.267vw;/* 16px/375 */
		margin: 0 auto 2em auto;
	}
	.voice_v5-4_smrtxt_div{
		font-size: 5.067vw;/* 19px/375 */
		padding: 1em 0.75em;
	}
	.voice_v5-4_smrtxt{
		font-size: 5.067vw;/* 19px/375 */
		line-height: 1.5;
	}
	.voice_v5-4_cnt_ab{
		display: block;
	}
	.voice_v5-4_cnt_a{
		padding: 0;
	}
	.voice_v5-4_img_div{
		margin: 0 auto;
		height: auto;
		width: 70%;
	}
	.voice_v5-4_video_div{
		margin: 0 auto;
		height: 49vw;
		width: 90%;
	}
	.voice_v5-4_name_p{
		font-size: 4.000vw;/* 15px/375 */
		padding: 1em 0 1em 0;
	}
	.voice_v5-4_cnt_b{
		padding: 0 1em;
	}
	.voice_v5-4_maintxt_div>p{
		font-size: 4.000vw;/* 15px/375 */
	}
	.voice_v5-4_subtxt_div>p{
		font-size: 3.733vw;/* 14px/375 */
		padding: 0 0 1.4em 0;
	}
}
@media screen and (max-width: 320px) {
	.voice_v5_h2,
	.voice_v5_othercase_h2{
		font-size: 6.563vw;/* 21px/320 */
	}
	.voice_v5-2_smrtxt_div{
		font-size: 5.625vw;/* 18px/320 */
	}
	.voice_v5{
		font-size: 5.000vw;/* 16px/320 */
	}
	.voice_v5-2_maintxt_div,
	.voice_v5_othercase_case>p,
	.voice_v5_othercase_txt_div,
	.voice_v5-3 label,
	.voice_v5-3 input[type=checkbox] + label::after,
	.voice_v5-3 input[type=checkbox]:checked + label::after {
		font-size: 4.688vw;/* 15px/320 */
	}
	.voice_v5-2_smrtxt::after{
		font-size: 4.375vw;/* 14px/320 */
	}
	.voice_v5-2_subtxt_div{
		font-size: 4.063vw;/* 13px/320 */
	}

	/* v5-4 */
	.voice_v5-4_cnt{
		font-size: 5.000vw;/* 16px/320 */
	}
	.voice_v5-4_smrtxt_div{
		font-size: 5.938vw;/* 19px/320 */
	}
	.voice_v5-4_smrtxt{
		font-size: 5.938vw;/* 19px/320 */
	}
	.voice_v5-4_name_p{
		font-size: 4.688vw;/* 15px/320 */
	}
	.voice_v5-4_maintxt_div>p{
		font-size: 5.313vw;/* 17px/320 */
	}
	.voice_v5-4_subtxt_div>p{
		font-size: 4.375vw;/* 14px/320 */
	}
}

/*--------------------------------------
.flow_v3
--------------------------------------*/
.flow_v3{
	font-size: 16px;
	line-height: 1.6em;
	border-top: #F1F2F4 solid 1px;
	border-bottom: #F1F2F4 solid 1px;
	color: #242424;
}
.flow_v3_wrapper {
    width: 100%;
    background-color: rgba(124, 181, 24, 0.7);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    background-image: linear-gradient(45deg, rgba(124, 181, 24, 0.1) 25%, rgba(124, 181, 24, 0.1) 25%, transparent 25%, transparent 75%, rgba(124, 181, 24, 0.1) 75%, rgba(124, 181, 24, 0.1) 75%), linear-gradient(-135deg, rgba(124, 181, 24, 0.1) 25%, rgba(124, 181, 24, 0.1) 25%, transparent 25%, transparent 75%, rgba(124, 181, 24, 0.1) 75%, rgba(124, 181, 24, 0.1) 75%);
}
.flow_v3_h2{
	font-size: 35px;
	line-height: 1.2em;
	padding: 80px 0 0 0;
	color: #FFFFFF;
}
.flow_v3_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 54px 0 80px 0;
}
.flow_v3_flexbox{
	display: flex;
	flex-wrap: wrap;
}
.flow_v3_shadow{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.flow_v3_cnt{
	box-sizing: border-box;
	width: 23%;
	margin: 0 0 0 2%;
	border-radius: 4px;
	text-align: center;
	background-color: #FFFFFF;
}
.flow_v3_cnt_arrow{
	position: relative;
}
.flow_v3_cnt_arrow::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -0.9em;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.2em 0 1.2em 0.9em;
	border-color: transparent transparent transparent #FFFFFF;
}
.flow_v3_cnt_first{
	margin: 0 0 0 1%;
}
.flow_v3_cnt_last{
	margin: 0 1% 0 2%;
}
.flow_v3_number_p{
	font-size: 22px;
	font-weight: bold;
	padding: 0.8em 0 0.6em 0;
	color: rgba(124, 181, 24, 1.0);
}
.flow_v3_number_img{
	display: block;
	margin: 0 auto;
	color: rgba(124, 181, 24, 1.0);
	fill: rgba(124, 181, 24, 1.0);
}
.flow_v3_number_img1,
.flow_v3_number_img2,
.flow_v3_number_img3,
.flow_v3_number_img4{
	height: 50px;
}
.flow_v3_txt_p1{
	font-size: 20px;
	font-weight: bold;
	padding: 0.8em 0 0.6em 0;
	color: rgba(124, 181, 24, 1.0);
}
.flow_v3_txt_p2{
	font-size: 15px;
	padding: 0 1em 0.8em 1em;
}
@media screen and (max-width: 1000px) {
.flow_v3_inner{
	width: 95%;
}
.flow_v3_h2{
	font-size: 33px;
}
.flow_v3_number_p{
	font-size: 18px;
}
.flow_v3_number_img1,
.flow_v3_number_img2,
.flow_v3_number_img3,
.flow_v3_number_img4{
	height: 40px;
}
.flow_v3_txt_p1{
	font-size: 18px;
}
.flow_v3_txt_p2{
	font-size: 13px;
}
}
@media screen and (max-width: 640px) {
.flow_v3{
	font-size: 4.267vw;/* 16px/375 */
	line-height: 1.5em;
}
.flow_v3_inner{
	width: 100%;
	padding: 7vw 0 2vw 0;
}
.flow_v3_h2{
	font-size: 5.600vw;/* 21px/375 */
	line-height: 1.2em;
	padding: 8vw 0 0 0;
}
.flow_v3_number_p{
	font-size: 4.267vw;/* 16px/375 */
	padding: 0.8em 0 0.4em 0;
}
.flow_v3_number_img1,
.flow_v3_number_img2,
.flow_v3_number_img4{
	height: 9vw;
}
.flow_v3_number_img3{
	height: 11vw;
}
.flow_v3_txt_p1{
	font-size: 5.067vw;/* 19px/375 */
	padding: 0.8em 0 0.2em 0;
}
.flow_v3_txt_p2{
	font-size: 3.933vw;/* 14.75px/375 */
	padding: 0 0.6em 0.8em 0;
}
.flow_v3_number_div{
	width: 24vw;
}
.flow_v3_txt_div{
	width: 71vw;
	text-align: left;
}
.flow_v3_flexbox{
	display: block;
}
.flow_v3_cnt{
	display: flex;
	width: 95vw;
	margin: 0 auto 5vw auto;
	border-radius: 2px;
}
.flow_v3_cnt_first,
.flow_v3_cnt_last{
	margin: 0 auto 5vw auto;
}
.flow_v3_cnt_arrow::after{
	top: 0;
	bottom: -6.9em;
	right: 0;
	left: 0;
	border-width: 0.8em 0.8em 0 0.8em;
	border-color: #FFFFFF transparent transparent transparent;
}
}
@media screen and (max-width: 320px) {
.flow_v3_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.flow_v3_txt_p1{
	font-size: 5.938vw;/* 19px/320 */
}
.flow_v3,
.flow_v3_number_p{
	font-size: 5.000vw;/* 16px/320 */
}
.flow_v3_txt_p2{
	font-size: 4.375vw;/* 14px/320 */
}
}

/*--------------------------------------
.innercta
--------------------------------------*/
.innercta_btn_wrapper{ width: 100%; }
.innercta_btn_inner{
	width: 960px;
	display: flex;
	margin: auto;
	justify-content: center;
}
.innercta_btn_div{
	width: 300px;
	margin: auto;
	text-align: center;
}
.innercta_btn_pc{
	display: block;
}
.innercta_btn_sppc{
	display: block;
}
.innercta_btn_pctbl{
	display: block;
}
@media screen and (max-width: 960px) {
.innercta_btn_inner{
	width: 640px;
}
.innercta_btn_pc{
	display: none;
}
.innercta_btn_sppc{
	display: none;
}
}
@media screen and (max-width: 640px) {
.innercta_btn_sppc{
	display: block;
}
.innercta_btn_pctbl{
	display: none;
}
.innercta_btn_inner{ 
	width: 100%;
	display: block;
}
.innercta_btn_div{
	width: 90vw;
	margin: auto;
}
.innercta_btn_wrapper .btn-wrap {
 	margin: 35px 0 25px 0;
}
}

/*--------------------------------------
.compare_v1
--------------------------------------*/
.compare_v1{
	border-top: #F1F2F4 solid 1px;
}
.compare_v1_bg{ 
	width: 100%;
}
.compare_v1_inner{ 
	width: 960px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0 0 32px 0;
}
.compare_v1_h2{
	font-size: 35px;
	padding: 0 0px 0.75em 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.compare_v1_h2_decoration{
	font-size: 14px;
	padding: 50px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.compare_v1_table{
	border-collapse: collapse;
	font-size: 20px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	width: 900px;
	table-layout: fixed;
}
.compare_v1_tr{
	background-color: #D9EBB8;
	padding: .35em;
	border-bottom: 2px solid #fff;
}
.compare_v1_td_txt1{
	background-color: #f5f9f1;
}
.compare_v1_th,
.compare_v1_td{
	border-right: 2px solid #fff;
}
.compare_v1_th{
	font-size: 1em;
	font-weight: bold;
}
.compare_v1_td{
	padding: 1em 1em 1em 1em;
	text-align: center;
}
.compare_v1_thead .compare_v1_tr{
	background-color: #7cb518;
	color: #fff;
}
.compare_v1_thead .compare_v1_th{
	font-size: 1.1em;
	padding: 1.5em 1em 1.5em 1em;
}
.compare_v1_tbody .compare_v1_th{
	color: #242424;
	padding: 1em 1em 1em 1em;
}
.compare_v1_td_txt{
	text-align: center;
	font-size: 1em;
}
.compare_v1_td_txt1 .compare_v1_td_big{
	color: #242424;
}
.compare_v1_td_txt2 .compare_v1_td_big{
	color: #242424;
}
.compare_v1_td_big{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 0.75em 0;
}
.compare_v1_td_small{
	text-align: left;
	font-size: 0.7em;
	padding: 0 0 0 0.2em;
	line-height: 1.2;
}
.compare_v1_none{
	background:#fff
}

.compare_v1_td_i{
	display: inline-block;
	padding: 0 0 0.5em 0;
}
.compare_v1_td_i:before{
	content: " ";
	display: inline-block;
	margin-right: 5px;
}
.circleLineDouble:before{
	width: 0.6em;
	height: 0.6em;
	border: double 5px #00B900;
	border-radius: 50%;
}
.triangle:before{
	width: 0;
	height: 0;
	border-color: transparent transparent #DD1C2A transparent;
	border-style: solid;
	border-width: 0 0.5em 0.866em 0.5em;
}
.batsu {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}
.batsu span::before,
.batsu span::after {
	display: block;
	content: "";
	position: absolute;
	top: 25%;
	left: 50%;
	width: 100%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #DD1C2A;
}
.batsu span::before {
	transform: rotate(-45deg);
}
.batsu span::after {
	transform: rotate(45deg);
}
.compare_v1 .icon-checkmark:before,
.compare_v1 .icon-checkmark2:before {
	display: none;
}
.compare_v1_td_txt2 .compare_v1_td_big,
.compare_v1_td_txt2 .compare_v1_td_small{
	color: #4D4D4C;	
}
@media screen and (max-width: 960px) {
.compare_v1_inner{ 
	width: 100%;
}
.compare_v1_table {
	border: 0;
	width: 98%;
}
}
@media screen and (max-width: 640px) {
.compare_v1_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 3em 0 1em 0;
}
.compare_v1_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.compare_v1_inner{ 
	padding: 0 0 0.5em 0;
}
.compare_v1_table {
	border: 0;
	width: 95%
}
.compare_v1_th{
	background-color: #7cb518;
	display: block;
	border-right: none;
}
.compare_v1_tbody .compare_v1_th{
	background: #7cb518;
	color: #FFFFFF;
}
.compare_v1_thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.compare_v1_tr{
	display: block;
	margin-bottom: 1.5em;
	padding: .35em .35em 1em .35em;
}
.compare_v1_td{
	border-bottom: 1px solid #bbb;
	display: block;
	text-align: center;
	position: relative;
	padding: .625em 5vw .625em 4em;
	border-right: none;
}
.compare_v1_td_txt1::before{
	content: attr(data-label);
	font-size: 5.067vw;/* 19px/375 */
	font-weight: bold;
	position: absolute;
	top: 12.8vw;
	left: 4vw;
	color: #7cb518;
}
.compare_v1_td_txt2::before{
	content: attr(data-label);
	font-size: 5.067vw;/* 19px/375 */
	font-weight: bold;
	position: absolute;
	top: 11.4vw;
	left: 4vw;
	color: #4D4D4C;
}
.compare_v1_td:last-child{
	border-bottom: 0;
}
.compare_v1_td_big{
	font-size: 5.067vw;/* 19px/375 */
}
.compare_v1_td_small{
	font-size: 3.933vw;/* 14.75px/375 */
}
.compare_v1 .icon-checkmark:before,
.compare_v1 .icon-checkmark2:before {
	display: inline-block;
	padding: 0 5px 0 0;
	color: #FFFFFF;
}
}
@media screen and (max-width: 320px) {
.compare_v1_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.compare_v1_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
.compare_v1_td_txt1::before{
	font-size: 5.938vw;/* 19px/320 */
	top: 15vw;
}
.compare_v1_td_txt2::before{
	font-size: 5.938vw;/* 19px/320 */
	top: 13.2vw;
}
}

/*--------------------------------------
.description
--------------------------------------*/
.description_h2 {
	color: #4A4A4A;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: 0.05;
	margin: 0;
	padding: 50px 0px 30px 0px;
}
.description_h2_ul {
	border-bottom: 2px solid #F73802;
}
.description_h2_strong {
	color: #F73802;
	font-size: 120%;
	font-weight: bold;
}
.description__cnt{
	display: block;
	width: 960px;
	margin: auto;
}
.description__cntpart{
	display: block;
	width: 100%;
	margin: 10px 0;
}
.description__txtimgcnt{
	width: 100%;
	display: flex;
	justify-content: center;
}
.description__imgcnt{
	width: 30%;
	margin: 0 10px 10px 10px;
}
.description__imgcnt img{
	width: 100%;
	display: block;
}
.description__txtimgcnt{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 25px auto 20px auto;
}
.description__txtdtcnt{
	display: block;
	width: 70%;
}
.description__txtsmr{
	color: #048b60;
	border-top: solid #048b60 2px;
	border-bottom: solid #048b60 2px;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	padding: 10px;
	margin: 0 0 0 0;
	box-sizing: border-box;
}
.description__txtdt{
	font-size: 18px;
	width: 100%;
	padding: 0 10px;
	margin: 0px 0 15px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.description_h2{
	font-size: 35px;
}
.description__cnt{
	width: 95%;
}
.description__txtimgcnt{
	display: block;
	width: 100%;
}
.description__imgcnt{
	width: 40%;
	margin: auto auto 20px auto;
}
.description__txtdtcnt{
	width: 100%;
}
.description__txtsmr{
	font-size: 24px;
}
.description__txtdt{
	font-size: 18px;
}
}
@media screen and (max-width: 640px) {
.description_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 1em 0 0.5em 0;
}
.description__txtsmr{
	font-size: 5.067vw;/* 19px/375 */
}
.description__txtdt{
	font-size: 4.267vw;/* 16px/375 */
}
.description__imgcnt{
	width: 85%;
}
}
@media screen and (max-width: 320px) {
.description_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.description__txtsmr{
	font-size: 5.938vw;/* 19px/320 */
}
.description__txtdt{
	font-size: 5.000vw;/* 16px/375 */
}

}


/*--------------------------------------
review_v1
--------------------------------------*/
.review_v1{
	border-top: #F1F2F4 solid 1px;
}
.review_v1_bg{ 
	width: 100%;
}
.review_v1_wrapper{ 
	width: 670px; 
	margin-left: auto; 
	margin-right: auto; 
}
.review_v1_h2{
	font-size: 35px;
	padding: 0 0px 0.75em 0px;
	margin: 0;
	color: #333333;
	position: relative;
}
.review_v1_h2_decoration{
	font-size: 14px;
	padding: 50px 0px 25px 0px;
	color: #7cb518;
	font-weight: bold;
	text-align: center;
}
.review_v1_h3 {
	background-color: #7cb518;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 0;
	text-align: center;
}
.review_v1_cnt{
	display: block;
	border: 1px solid #ddd;
	margin: 0 auto 3em auto;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
}
.review_v1_imgcnt{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: auto;
}
.review_v1_imgcnt_img{
	width: 100%;
	display: block;
}
.review_v1_txtcnt{
	width: 90%;
	display: block;
	line-height: 1.5;
	margin: auto;
}
.review_v1_ekiten {
	font-size: 16px;
	letter-spacing: 0.5;
	line-height: 1.5;
	padding-bottom: 16px;
}
.review_v1_spacer {
	padding-bottom: 26px;
}
.review_v1_ekiten_title {
	font-size: 19px;
	font-weight: bold;
}
.review_v1_ekiten_star {
	color: #F1104A;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 8px;
}
.review_v1_ekiten_star .orange{
	color: #F15507;
}
.review_v1_google_text {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
}
.review_v1_google {
	font-size: 16px;
	letter-spacing: 0.5;
	line-height: 1.5;
	padding-bottom: 16px;
}
.review_v1_spacer {
	padding-bottom: 26px;
}
.review_v1_google_title {
	font-size: 19px;
	font-weight: bold;
}
.review_v1_google_star {
	color: #F1104A;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 8px;
}
.review_v1_google_star .gold {
	color: #F5B916;
}
.review_v1_google_text {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
}
.review_v1_list_div,
.review_v1_list_div>a {
	color: #7cb518;
	font-size: 15px;
	text-align: right;
}
@media screen and (max-width: 960px) {
.review_v1_wrapper { width: 100%; }
.review_v1_cnt{
	width: 90%;
	margin: 0 auto 2em auto;
	display: block;
}
.review_v1_h2_decoration{
	padding: 50px 0px 25px 0px;
}
}
@media screen and (max-width: 640px) {
.review_v1_h2_decoration{
	font-size: 3.200vw;/* 12px/375 */
	padding: 3em 0 1em 0;
}
.review_v1_h2{
	font-size: 5.600vw;/* 21px/375 */
	padding: 0 0 1em 0;
}
.review_v1_h3 {
	font-size: 5.067vw;/* 19px/375 */
}
.review_v1_cnt{
	width: 100%;
	margin: 0 auto 1.5em auto;
	box-sizing: border-box;
	border: none;
	box-shadow: none;
}
.review_v1_txtcnt{
	width: 95%;
}
.review_v1_ekiten_title,
.review_v1_google_title {
	font-size: 4.533vw;/* 17px/375 */
}
.review_v1_ekiten_star,
.review_v1_google_star {
	font-size: 4.533vw;/* 17px/375 */
}
.review_v1_ekiten_text,
.review_v1_google_text {
	font-size: 4.000vw;/* 15px/375 */
}
.review_v1_list_div,
.review_v1_list_div>a {
	font-size: 4.000vw;/* 15px/375 */
}
}
@media screen and (max-width: 320px) {
.review_v1_h2{
	font-size: 6.563vw;/* 21px/320 */
}
.review_v1_h2_decoration{
	font-size: 3.750vw;/* 12px/320 */
}
.review_v1_h3 {
	font-size: 5.938vw;/* 19px/320 */
}
.review_v1_ekiten_title,
.review_v1_google_title {
	font-size: 5.313vw;/* 17px/320 */
}
.review_v1_ekiten_star,
.review_v1_google_star {
	font-size: 5.313vw;/* 17px/320 */
}
.review_v1_ekiten_text,
.review_v1_google_text {
	font-size: 4.688vw;/* 15px/320 */
}
.review_v1_list_div,
.review_v1_list_div>a {
	font-size: 4.688vw;/* 15px/320 */
}
}



.merit-v1 .merit-h2 {
	color: #4A4A4A;
	font-size: 5.600vw;
	font-weight: bold;
	letter-spacing: 0.05;
	margin: 0;
	padding: 0 0 2.667vw 0;
}
.merit-v1 .merit-h2-ul {
	border-bottom: 2px solid #7cb518;
}
.merit-v1 .merit-h2-strong {
	color: #7cb518;
	font-size: 120%;
	font-weight: bold;
}
.merit-v1 .merit-cnt {
	margin: 0 auto;
	width: 100%;
}
.merit-v1 .merit-cnt figure {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.merit-v1 .merit-cnt figure img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.merit-v1 .merit-cnt figure.figure-1 {
	width: 90%;
}
@media only screen and (min-width: 480px) {
	.merit-v1 .merit-h2 {
		font-size: 29px;
		padding: 0px 0px 30px 0px;
	}
	.merit-v1 .merit-cnt {
		max-width: 960px;
	}
	.merit-v1 .merit-cnt figure.figure-1 {
		width: 600px;
	}
}
@media only screen and (min-width: 960px) {
}

.case_v3_disclaimer {
	color: #707070;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
	width: 90%;
}

@media screen and (max-width: 640px) {
.case_v3_disclaimer {
	font-size: 2.8vw;
	padding-top: 0.1em;
	width: 100%;
}
}

.recommend_v3_disclaimer {
	color: #707070;
	font-size: 12px;
	text-align: right;
}
@media screen and (max-width: 640px) {
.recommend_v3_disclaimer {
	font-size: 2.8vw;
	padding-top: 0.1em;
}
}

.review_v1_disclaimer {
	color: #707070;
	font-size: 13px;
	padding-top: 1px;
	padding-right: 6px;
	text-align: right;
}
@media screen and (max-width: 640px) {
.review_v1_disclaimer {
	font-size: 3.130vw;
	padding-top: 0.4em;
	padding-right: 0.4em;
}
}




