@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*	page
* --------------------------------------------------------------------------------------------------*/

/* ------------------------------
	mv
------------------------------ */
.mv{
	padding: 10px 0 50px;
	background: url(../img/mv_bg.png) no-repeat center bottom;
	background-size: 100%;
	overflow: hidden;
}

.mv .mv_img{
	width: 1138px;
	position: relative;
}
.mv .mv_img img{
	width: 100%;
}
.mv .mv_img .note{
	position: absolute;
	right: 3%;
	bottom: -3%;
	font-size: 16px;
	font-weight: 500;
}
.atten_box{
    padding: 30px 20px 35px 20px;
    background: #FFF;
    border: 3px solid #ff5824;
    box-sizing: border-box;
}
.atten_box h3{
    text-align: center;
    font-size: 2.8rem;
    color: #ff5824;
    font-weight: 700;
    line-height: calc(38 / 28);
    margin-bottom: 20px;
}
.atten_box p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.04em;
}
.atten_box p.lead{
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.atten_box .btn_wrap{
    margin: 20px auto 0 auto;
    text-align: center;
}
.atten_box .btn_wrap .btn_orange{
    width: 480px;
    height: 60px;
    line-height: 62px;
}

@media screen and (max-width: 768px) {
	.mv{
		padding: 0;
		background: none;
	}
	.mv .wrap{
		width: 100%;
	}
	.mv .mv_img{
		width: 100%;
	}
	.mv .mv_img .note{
		bottom: 20.5%;
		right: 1%;
		font-size: 10px;
		line-height: 1.3;
		text-align: right;
	}

    .atten_box_wrap{
        padding: 0 5% 6% 5%;
        background: #51d2f2;
        box-sizing: border-box;
    }
    .atten_box{
        padding: 5% 5% 6% 5%;
    }
    .atten_box h3{
        font-size: 5.2vw;
        margin-bottom: 15px;
    }
    .atten_box p{
        font-size: 3.5vw;
    }
    .atten_box p.lead{
        font-size: 4vw;
    }

    .atten_box .btn_wrap{
        margin: 20px auto 0 auto;
        text-align: center;
    }
    .atten_box .btn_wrap .btn_orange{
        width: 100%;
        height: 12.5vw;
        line-height: 1;
    }

}

/* ------------------------------
    info-box
------------------------------ */
.info-box{
	width: 100%;
	max-width: 87.8rem;
	margin: 3.8rem auto 4rem auto;
	box-sizing: border-box;
}

.info-box .box-head{
	text-align: center;
	background-image: linear-gradient(90deg, #0084ff, #47cbff);
	border-radius: .8rem .8rem 0 0;
	box-sizing: border-box;
}
.info-box .box-head .ttl{
	text-align: center;
	font-size: 4rem;
	line-height: calc(70 / 40);
	font-weight: 700;
	color: #FFF;
}

.info-box .box-cnts{
	padding: 0 0 3.5rem 0;
	border: 5px solid transparent; /* 枠線の太さを確保 */
	border-radius: 0 0 .8rem .8rem; /* 角丸の指定 */
	background-image: 
		linear-gradient(#fff, #fff), /* ① コンテンツ背景色（ベタ塗り） */
		linear-gradient(90deg, #0084ff, #47cbff);; /* ② 枠線のグラデーション */
	background-origin: border-box; /* 背景の基準位置 */
	background-clip: padding-box, border-box; /* 背景の切り抜き範囲をそれぞれ指定 */
	box-sizing: border-box;
}
.info-box .box-cnts .date{
	display: flex;
	justify-content: center;
	align-items: baseline;
	text-align: center;
	color: #094073;
	font-size: 3.9rem;
	line-height: calc(68 / 39);
	font-weight: 500;
}
.info-box .box-cnts .date .num{
	font-size: 6.5rem;
	line-height: calc(114 / 65);
	font-weight: 700;
	margin: 0 .4rem;
}
.info-box .box-cnts .date .youbi{
	position: relative;
	top: -.3rem;
	margin-right: .4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.1rem;
	height: 4.1rem;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: 700;
	background: #0089ce;
	border-radius: 100%;
	
}

.info-box .box-cnts .txt{
	text-align: center;
	font-size: 2.4rem;
	line-height: calc(40 / 24);
	letter-spacing: .75px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.info-box{
		width: 90%;
		max-width: inherit;
		margin: 3.2rem auto 3.6rem auto;
	}
	.info-box .box-head .ttl{
		font-size: 2.8rem;
	}

	.info-box .box-cnts{
		padding: 4.646vw 2.646vw 5.291vw 2.646vw;
	}
	.info-box .box-cnts .date{
		display: block;
		text-align: center;
		font-size: 6.349vw;
		margin-bottom: 4.762vw;
	}
	.info-box .box-cnts .date .num{
		font-size: 10.053vw;
		line-height: 1;
		margin: 0 .2rem;
	}
	.info-box .box-cnts .date .youbi{
		display: inline-block;
		vertical-align: middle;
		top: 0;
		margin-right: .2rem;
		padding: 1.4vw;
		width: 6.349vw;
		height: 6.349vw;
		font-size: 3.175vw;

	}

	.info-box .box-cnts .txt{
		text-align: left;
		font-size: 3.704vw;
	}
}


/* ------------------------------
	opt
------------------------------ */
.opt {
	width: 100%;
	background: #333;
	padding: 22px 0 30px;
}
.opt .wrap{
	width: 930px;
}
.opt .ttl_opt{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}
.opt .box_opt{
	justify-content: center;
}
.opt .tel_opt{
	width: 374px;
}
.opt .txt_opt {
	color: #FFF91D;
	font-size: 2.7rem;
	font-weight: bold;
}
.opt .txt_line:before,
.opt .txt_line:after{
	background: #FFF91D;
}
.opt .btn_orange,
.opt .btn_green{
	margin: 5px 6px 0;
}

.opt .opt_logo{
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.opt .tel_opt{
	width: 374px;
}

/*バナー用*/
.opt .bnr{
	width: 1016px;
	margin-right: -35px;
	margin-left: -51px;
	margin-bottom: 25px;
}
.opt .bnr a{
	display: block;
	transition: 0.3s opacity;

}
.opt .bnr a:hover{
	opacity: 0.7;
	
}
@media screen and (max-width: 768px) {
	.opt {
		padding: 4% 0 7%;
	}
	.opt .wrap{
		width: 90%;
	}
	.opt .ttl_opt{
		padding-bottom: 0.5em;
		margin-bottom: 1em;
		border-bottom: 2px solid #fff;
		font-size: 3.8vw;
		text-align: left;
		line-height: 1.4;
	}
	.opt .box_opt{
		flex-wrap: wrap;
	}
	.opt .box_opt > p,
	.opt .box_opt > div{
		width: 100%;
	}
	.opt .tel_opt img{
		width: 100%;
	}
	.opt .btn_opt{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 12.5vw;
		margin: calc(2% + 5px) auto 0;
		border-radius: 10vw;
		background: #fff;
		box-shadow: 0 5px #ddd;
	}
	.opt .btn_opt img{
		width: auto;
		max-width: initial;
		height: 8vw;
	}

	.opt .txt_opt {
		margin-bottom: 3vw;
		font-size: 4.5vw;
	}

	.opt .btn_green{
		margin: 2% auto 0;
	}
	.opt .btn_orange{
		margin: calc(2% + 5px) auto 0;
	}

	.opt .opt_logo{
		width: 54%;
		margin: 0 auto 3vw;
	}
	.opt .opt_logo img{
		width: 100%;
	}
	
	/*バナー用*/
	.opt .bnr{
		width: 101.7%;
		margin-right: 0;
		margin-left: -1.7%;
		margin-bottom: 4vw;
	}
}



/* ------------------------------
	sec01
------------------------------ */
.sec01{
	overflow: hidden;
}
.sec01 .ttl_sec{
	margin-bottom: 75px;
}

.sec01_top{
	padding-top: 60px;
	background: url(../img/sec01_bg01.jpg) no-repeat center top, linear-gradient(to right, #0095c7 0%, #bafff5 94%, #bafff5 100%);
	background-size: 100%;
}

.sec01 .lead{
	position: relative;
	width: 100%;
	padding-bottom: 90px;
}

.sec01 .lead .img{
	position: absolute;
	top: -165px;
	right: -10px;
	width: 417px;
}

.sec01 .lead_box{
	position: relative;
	z-index: 2;
	width: 570px;
	padding-left: 40px;
	padding-bottom: 25px;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.sec01 .lead_box .ttl{
	position: relative;
	padding: 25px 0 10px 20px;
	margin-bottom: 15px;
	border-left: 5px solid #00af8b;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.sec01 .lead_box .ttl .big{
	font-size: 3.6rem;
}

.sec01 .lead_box .txt{
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.6;
}

.sec01 .lead .big_txt{
	position: relative;
	z-index: 2;
	margin-top: 40px;
	font-size: 2.7rem;
	line-height: 1.6;
	color: #fff;
}
.sec01 .lead .big_txt .big{
	font-size: 3.4rem;
}
.sec01 .lead .big_txt .yellow{
	color: #fff51d;
}

.sec01_btm{
	padding: 30px 0 100px;
	background: url(../img/sec01_bg02.jpg) no-repeat center top, linear-gradient(to right, #0095c7 0%, #bafff5 94%, #bafff5 100%);
	background-size: 100%;
}

.problem .ttl{
	padding: 10px 0 12px;
	margin-bottom: 5px;
	background: #333333;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.problem .flex{
	justify-content: space-between;
}

.problem_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 269px;
	padding: 25px 0 20px;
	background: #fff;
}
.problem_box:nth-child(3){
	width: 450px;
}

.problem_box .img{
	height: 204px;
}
.problem_box .img img{
	width: auto;
	height: 100%;
}

.problem_box .txt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 3.9em;
	padding-left: 50px;
	background: url(../img/sec01_ico01.svg) no-repeat left center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

.sec01_btm .img{
	width: 850px;
	margin: 0 auto;
}

.sec01_btm .box .txt_img{
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 628px;
}

.sec01_btm .box{
	position: relative;
	padding: 0 140px 30px;
	margin-top: 130px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	border-radius: 0 0 20px 20px;
}

.sec01_btm .box::before,
.sec01_btm .box::after{
	position: absolute;
	top: -70px;
	margin: auto;
	content: "";
	display: block;
	width: 175px;
	height: 100px;
	border-top: 5px solid #fff;
}
.sec01_btm .box::before{
	left: -5px;
	border-left: 5px solid #fff;
	border-radius: 20px 0 0 0;
}
.sec01_btm .box::after{
	right: -5px;
	border-right: 5px solid #fff;
	border-radius: 0 20px 0 0;
}

.sec01_btm .list_wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.sec01_btm .list li{
	padding-left: 40px;
	background: url(../img/sec01_ico02.svg) no-repeat left center;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.sec01_btm .list li + li{
	margin-top: 10px;
}

.sec01_btm .txt{
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.sec01_btm .youtube{
	margin-top: 50px;
	text-align: center;
}

.sec01_btm .youtube iframe{
	width: 90%;
	max-width: 875px;
	height: auto;
	aspect-ratio: 16/9;
	margin-top: 20px;
}


@media screen and (max-width: 768px) {
	.sec01_top{
		padding-top: 8vw;
		background: url(../img/sec01_bg01_sp.jpg) no-repeat center top, linear-gradient(to right, #0095c7 0%, #bafff5 94%, #bafff5 100%);
		background-size: 100%;
	}

	.sec01 .ttl_sec{
		margin-bottom: 8vw;
	}

	.sec01 .lead{
		padding-bottom: 13vw;
	}

	.sec01 .lead .img{
		top: -8vw;
		right: -2vw;
		width: 43%;
	}

	.sec01 .lead_box{
		left: -5vw;
		width: 67%;
		padding: 0 2vw 4vw 5vw;
	}

	.sec01 .lead_box .ttl{
		padding: 0.8em 0 0 2vw;
		margin-bottom: 2vw;
		font-size: 3vw;
	}
	.sec01 .lead_box .ttl .big{
		display: block;
		margin-top: 0.2em;
		font-size: 5.4vw;
		line-height: 1.2;
	}

	.sec01 .lead_box .txt{
		padding-left: calc(5px + 2vw);
		font-size: 3.5vw;
	}

	.sec01 .lead .big_txt{
		margin-top: 8vw;
		text-align: center;
		font-size: 4.2vw;
	}
	.sec01 .lead .big_txt .big{
		font-size: 5.4vw;
	}

	.problem .ttl{
		padding: 0.5em 0;
		margin-bottom: 1vw;
		font-size: 5.2vw;
	}

	.problem .flex{
		flex-direction: column;
	}

	.problem_box{
		width: 100%;
		padding: 5vw 0;
	}
	.problem_box + .problem_box{
		margin-top: 1vw;
	}

	.problem_box:nth-child(3){
		width: 100%;
	}

	.problem_box .img{
		height: 40vw;
		margin-bottom: 2vw;
	}

	.problem_box .txt{
		padding-left: 2.7em;
		height: auto;
		font-size: 3.5vw;
		background-size: auto 7vw;
	}

	.sec01_btm{
		padding: 4vw 0 13vw;
		background-position: center 10vw;
	}

	.sec01_btm .img{
		width: 100%;
	}

	.sec01_btm .box{
		padding: 0 0 4vw;
		margin-top: 20vw;
	}
	.sec01_btm .box::before,
	.sec01_btm .box::after{
		top: -9vw;
		width: 9%;
		height: 12vw;
	}

	.sec01_btm .box .txt_img{
		top: -15vw;
		width: 80%;
	}

	.sec01_btm .list_wrap{
		width: 90%;
		margin: 0 auto;
		padding: 3.5vw 0;
	}

	.sec01_btm .list li{
		padding-left: 5vw;
		font-size: 3.5vw;
		background-size: 3.7vw;
	}
	.sec01_btm .list li + li{
		margin-top: 1.4vw;
	}

	.sec01_btm .txt{
		margin-top: 5vw;
		font-size: 3.7vw;
	}
}



/* ------------------------------
	sec02
------------------------------ */
.sec02{
	padding: 60px 0 0;
	background: url(../img/sec02_bg01.png) repeat center top;
}

.sec02 .box + .box{
	margin-top: 60px;
}

.sec02 .box .ttl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 0 0.5em;
	margin-bottom: 30px;
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.sec02 .box .ttl .ico{
	margin-right: 25px;
}

.sec02 .point_ttl{
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.sec02 .point_ttl::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 5px;
	height: 100%;
	background: #00af8b;
}

.txt_green{
	color: #00af8b;
}

.sec02 .point01 .flex{
	justify-content: space-between;
	padding: 0 25px;
}
.sec02 .point01 .flex_box{
	width: 450px;
}

.sec02 .point01 .flex_box:nth-child(1) .img{
	width: 449px;
	margin: 0 auto 20px;
}
.sec02 .point01 .flex_box:nth-child(2) .img{
	width: 367px;
	margin: 0 auto 10px;
}

.sec02 .point02 .flex{
	align-items: center;
	justify-content: center;
}
.sec02 .point02 .img{
	width: 373px;
	margin-right: 40px;
}

.sec02 .point03 .flex{
	justify-content: space-between;
}

.sec02 .point03 .flex .img{
	width: 232px;
}
.sec02 .point03 .point_ttl{
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}
.sec02 .point03 .point_ttl::before{
	display: none;
}
.sec02 .point03 .txt{
	text-align: right;
	font-size: 1.0rem;
	margin-top: 0.5em;
	font-weight: 500;
}

.sec02 .point04 .flex{
	justify-content: space-between;
	align-items: center;
}

.sec02 .point04 .flex .img{
	width: 450px;
	margin-right: 40px;
}

.sec02 .btm_box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.sec02 .btm_box .img{
	width: 231px;
	margin-right: 25px;
}
.sec02 .btm_box .txt{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6;
}


@media screen and (max-width: 768px) {
	.sec02{
		padding-top: 8vw;
	}

	.sec02 .box .ttl{
		margin-bottom: 4vw;
		font-size: 5.4vw;
	}
	.sec02 .box .ttl .ico{
		height: 8vw;
		margin-right: 4vw;
	}
	.sec02 .box .ttl .ico img{
		width: auto;
		height: 100%;
	}

	.sec02 .flex{
		flex-direction: column;
	}
	.sec02 .point01 .flex{
		padding: 0;
	}

	.sec02 .box + .box{
		margin-top: 8vw;
	}

	.sec02 .point01 .flex_box{
		width: 100%;
	}
	.sec02 .point01 .flex_box + .flex_box{
		margin-top: 8vw;
	}

	.sec02 .point_ttl{
		padding-left: 0.8em;
		margin-bottom: 3vw;
		font-size: 5vw;
	}

	.sec02 .point01 .flex_box:nth-child(1) .img,
	.sec02 .point01 .flex_box:nth-child(2) .img{
		width: 100%;
		margin-bottom: 4vw;
	}

	.sec02 .point02 .img{
		width: 100%;
		margin: 0 auto 4vw;
	}

	.sec02 .point03 .flex{
		flex-direction: row;
		flex-wrap: wrap;
	}

	.sec02 .point03 .point_ttl{
		margin-bottom: 4vw;
	}

	.sec02 .point03 .flex .img{
		width: 49.5%;
	}
	.sec02 .point03 .flex .img:nth-child(n + 3){
		margin-top: 1vw;
	}

	.sec02 .point04 .flex .img{
		width: 100%;
		margin: 0 auto 4vw;
	}

	.sec02 .btm_box{
		margin-top: 8vw;
	}

	.sec02 .btm_box .img{
		flex-shrink: 0;
		width: 40%;
		margin-right: 4vw;
	}

	.sec02 .btm_box .txt{
		font-size: 3.2vw;
	}
}



/* ------------------------------
	sec03
------------------------------ */
.sec03{
	padding: 60px 0 100px;
	background: url(../img/sec03_bg01.jpg) no-repeat center top, linear-gradient(to right, #0095c7 0%, #bafff5 94%, #bafff5 100%);
	background-size: 100%;
}

.sec03_img{
	width: 595px;
	margin: 0 auto 20px;
}

.sec03 .type_wrap{
	display: flex;
	justify-content: center;
}

.sec03 .type_box{
	width: 410px;
	padding: 30px 30px 20px;
	background: #fff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
}
.sec03 .type_box + .type_box{
	margin-left: 20px;
}

.sec03 .type_box .img{
	width: 100%;
}

.sec03 .type_box .ttl{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 0 4px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.sec03 .type_box .txt_box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.sec03 .type_box .txt_box .cate{
	flex-shrink: 0;
	margin-right: 0.5em;
	padding: 4px 1em 5px;
	background: #095f80;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
}
.sec03 .type_box .txt_box .txt{
	letter-spacing: 0;
}

.sec03 .sec03_wrap{
	margin-top: 80px;
	background: #fff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
}

.sec03 .sec03_wrap .ttl{
	width: 100%;
	padding: 0.5em 0;
	background: #333333;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 4.0rem;
	line-height: 1;
}

.sec03 .flex{
	padding: 40px 30px 35px;
	align-items: flex-start;
}

.sec03 .flex .img{
	flex-shrink: 0;
	width: 244px;
	margin-right: 30px;
	position: relative;
}

.sec03 .flex .img .note{
	position: absolute;
	right: 1%;
	bottom: 14%;
}

.sec03 .flex .table_wrap{
	width: 100%;
}

.sec03 .flex .table_wrap table{
	width: 100%;
}

.sec03 .table_wrap table + table{
	margin-top: 15px;
}

.sec03 .table_wrap th,
.sec03 .table_wrap td{
	padding: 5px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0;
	vertical-align: middle;
	font-weight: 500;
}

.sec03 .table_wrap th{
	font-size: 1.7rem;
	font-weight: bold;
}

.sec03 .table_wrap tr:nth-child(1) *{
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.sec03 .table_wrap tr:nth-child(1) td:not(:last-child){
	border-right-color: #c5c5c5;
}
.sec03 .table_wrap tr:nth-child(1) th:nth-child(1){
	width: 95px;
	text-align: center;
	border-left: 1px solid #333333;
	vertical-align: middle;
	font-size: 2.2rem;
}

.sec03 .table_wrap .coolex{
	background: #00af8b;
	color: #fff;
	font-weight: 500;
}
.sec03 .table_wrap .black{
	background: #333;
	color: #fff;
}
.sec03 .table_wrap .gray{
	background: #eeeeef;
}
.sec03 .table_wrap .green{
	background: rgba(0,175,139, 0.2);
	font-weight: bold !important;
}

.sec03 .table_wrap tr:nth-child(1) td:nth-child(2),
.sec03 .table_wrap tr:nth-child(n + 2) td:nth-child(1){
	font-size: 1.7rem;
}
.sec03 .table_wrap td:nth-child(n + 2){
	font-size: 1.5rem;
	font-weight: 500;
}

.sec03 .table_wrap .ico{
	font-size: 0.8rem !important;
	vertical-align: text-top;
}

.sec03 .table_wrap td{
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}

.sec03 .table_wrap td:last-child{
	border-right-color: #333;
}
.sec03 .table_wrap tr:last-child td{
	border-bottom-color: #333;
}

.sec03 .table_wrap td.w2{
	width: 125px;
}

.sec03 .note_wrap{
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.sec03 .note{
	font-size: 1.4rem;
}

.sec03 .btm_box{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.sec03 .btm_box .txt{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6;
	color: #fff;
}


@media screen and (max-width: 768px) {
	.sec03{
		padding: 8vw 0 13vw;
	}

	.sec03_img{
		width: 100%;
		margin-bottom: 4vw;
	}

	.sec03 .type_wrap{
		flex-direction: column;
	}

	.sec03 .type_box{
		width: 100%;
		padding: 4vw 5%;
	}
	.sec03 .type_box + .type_box{
		margin-left: 0;
		margin-top: 4vw;
	}

	.sec03 .type_box .img{
		width: 70%;
		margin: 0 auto 4vw;
	}

	.sec03 .type_box .txt_box .cate{
		padding: 0.2em 1em;
		font-size: 2.8vw;
	}

	.sec03 .type_box .ttl{
		padding: 0.2em 0;
		font-size: 4vw;
	}

	.sec03 .sec03_wrap{
		margin-top: 8vw;
	}

	.sec03 .sec03_wrap .ttl{
		font-size: 5.4vw;
	}

	.sec03 .flex{
		flex-direction: column;
		align-items: center;
		padding: 4vw 4%;
	}

	.sec03 .flex .img{
		width: 70%;
		margin-right: 0;
	}

	.sec03 .flex .table_wrap{
		margin-top: 6vw;
	}
	.sec03 .table_wrap table + table{
		margin-top: 3vw;
	}

	.sec03 .table_wrap th,
	.sec03 .table_wrap td{
		font-size: 2vw;
	}

	.sec03 .table_wrap tr:nth-child(1) th:nth-child(1){
		width: 4.5em;
		font-size: 3vw;
	}

	.sec03 .table_wrap th{
		font-size: 2.2vw;
	}

	.sec03 .table_wrap tr:nth-child(1) td:nth-child(2),
	.sec03 .table_wrap tr:nth-child(n + 2) td:nth-child(1){
		font-size: 2.2vw;
	}

	.sec03 .table_wrap td.w2,
	.sec03 .table_wrap table:nth-child(1) td:nth-child(1){
		width: 30vw;
	}

	.sec03 .table_wrap td:nth-child(n + 2){
		font-size: 2vw;
	}

	.sec03 .note{
		font-size: 1.0rem;
	}

	.sec03 .btm_box{
		margin-top: 6vw;
	}

	.sec03 .btm_box .txt{
		font-size: 4.2vw;
	}
}



/* ------------------------------
	sec04
------------------------------ */
.sec04{
	padding: 60px 0 100px;
}

.sec04 .price {
	width: 100%;
	margin-bottom: 35px;
	text-align: center;
}
.sec04 .price img{
	width: 651px;
}

.sec04 .box_sec04 {
	border: 6px solid #EDEDED;
	padding: 30px;
	margin-bottom: 40px;
}
.sec04 .box_sec04 h3{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 18px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 10px;
}
.sec04 .box_sec04 h3::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 5px;
	height: 25px;
	background: linear-gradient(to top, #00D2FF,#3A7BD5);
	border-radius: 5px;
}
.ie .sec04 .box_sec04 h3::before{
	top: -1px;
}
.sec04 .box_sec04 h3 span{
	font-size: 1.6rem;
}
.sec04 .box_sec04 h3 + p{
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: 0;
}
.sec04 .box_sec04 p + p{
	margin-top: 1.2em;
	font-size: 1.8rem;
	font-weight: bold;
}

.sec04 .txt_line {
	font-size: 3rem;
	font-weight: bold;
}
.sec04 .txt_line:before,
.sec04 .txt_line:after{
	background: #FF5824;
}
.sec04 .txt_sec04_02{
	width: 751px;
	margin: 15px auto 0;
	text-align: center;
}

.sec04 .flex{
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}
.sec04 .flex .txt{
	width: 480px;
}
.sec04 .flex .txt p{
	font-weight: bold;
	letter-spacing: 0;
}
.sec04 .flex .txt .list_sec04{
	margin-top: 10px;
}
.sec04 .flex .txt .list_sec04 li{
	font-size: 1.2rem;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0;
}
.sec04 .flex .img{
	width: 382px;
}
.sec04 .txt_sec04_03{
	text-align: center;
	margin: 35px auto 0;
}
.sec04 .txt_sec04_03 img{
	width: 424px;
}


@media screen and (max-width: 768px) {
	.sec04{
		padding: 8vw 0 13vw;
	}

	.sec04 .price {
		margin-bottom: 15px;
		text-align: center;
	}
	.sec04 .price img{
		width: 100%;
	}
	.sec04 .box_sec04 {
		border: 3px solid #EDEDED;
		padding: 3vw;
		margin-bottom: 4vw;
	}
	.sec04 .box_sec04 h3{
		font-size: 4.2vw;
		padding-left: 0.5em;
		margin-bottom: 2vw;
	}
	.sec04 .box_sec04 h3::before{
		top: 2px;
		left: 0;
		width: 3px;
		height: 100%;
	}
	.sec04 .box_sec04 h3 span{
		font-size: 2vw;
	}
	.sec04 .box_sec04 p + p{
		margin-top: 1em;
		font-size: 3.2vw;
	}

	.sec04 .txt_line {
		font-size: 4vw;
	}

	.sec04 .txt_line:before,
	.sec04 .txt_line:after{
		height: 4.4vw;
	}

	.sec04 .txt_sec04_02{
		width: 100%;
		margin: 6px auto 0;
	}

	.sec04 .flex{
		flex-direction: column-reverse;
		margin-top: 3vw;
	}
	.sec04 .flex .txt{
		width: 100%;
		margin-top: 3vw;
	}
	.sec04 .flex .txt .list_sec04{
		margin-top: 10px;
	}
	.sec04 .flex .txt .list_sec04 li{
		font-size: 1.0rem;
	}
	.sec04 .flex .img{
		width: 100%;
	}
	.sec04 .txt_sec04_03{
		margin: 4vw auto 0;
	}
	.sec04 .txt_sec04_03 img{
		width: 60%;
	}
}



/* ------------------------------
	sec05
------------------------------ */
.sec05 {
	padding: 50px 0 30px;
}

.sec05 .txt_sec05_01 {
	margin: 0 0 40px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}
.sec05 dl {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
	padding: 25px 30px 25px 155px;
	min-height: 130px;
}
.sec05 dl + dl{
	margin-top: 55px;
}
.sec05 dl + dl:before{
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 79px;
	height: 32px;
	background: url(../img/sec05_ico01.svg) no-repeat center center;
	background-size: 100%;
}

.sec05 dt {
	margin-bottom: 0.4em;
	font-size: 2.2rem;
	font-weight: bold;
}
.sec05 dt:before,
.sec05 dt:after{
	content: "";
	position: absolute;
}
.sec05 dt:before{
	top:0;
	left:0;
	z-index: 2;
	width: 126px;
	height: 100%;
	background: #47a4ff;
	opacity: 0.2;
}
.sec05 dt:after{
	z-index: 1;
	top:calc(50% - 41px);
	left:28px;
	width: 70px;
	height: 82px;
}
.sec05 dl:nth-of-type(1) dt::after{
	background: url("../img/no_sec05_01.svg") 0 0 no-repeat;
	background-size: 66px auto;
}
.sec05 dl:nth-of-type(2) dt::after{
	background: url("../img/no_sec05_02.svg") 0 0 no-repeat;
	background-size: 69px auto;
}
.sec05 dl:nth-of-type(3) dt::after{
	background: url("../img/no_sec05_03.svg") 0 0 no-repeat;
	background-size: 69px auto;
}
.sec05 dl:nth-of-type(4) dt::after{
	background: url("../img/no_sec05_04.svg") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec05 dl:nth-of-type(5) dt::after{
	background: url("../img/no_sec05_05.svg") 0 0 no-repeat;
	background-size: 69px auto;
}

.sec05 .wrap dl dd {
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0;
}

.sec05 .flex{
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.sec05 .flex .img{
	width: 226px;
	margin-right: 20px;
}

.sec05 .txt_sec05_02 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.6;
}

.sec05 dt .green_link{
	display: inline-block;
	margin-left: 10px;
	margin-top: -2px;
	color: #00af8b;
	border-bottom: 2px solid #00af8b;
	line-height: 1.6;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
}
.sec05 dt .green_link .arw{
	margin-left: 2px;
	font-size: 0.8rem;
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
	.sec05{
		padding: 8vw 0 10vw;
	}

	.sec05 .txt_sec05_01 {
		margin: 0 0 5vw;
		font-size: 4.2vw;
	}

	.sec05 dt:before{
		width: 16vw;
	}

	.sec05 dl{
		min-height: 0;
		padding: 3vw 3vw 3vw 18vw;
	}

	.sec05 dl + dl{
		margin-top: 7vw;
	}
	.sec05 dl + dl:before{
		top: -5.5vw;
		height: 4vw;
		background-size: auto 100%;
	}

	.sec05 dt{
		font-size: 3.6vw;
	}

	.sec05 dt .green_link{
		margin-left: 1em;
		font-size: 2.8vw;
	}
	.sec05 dt .green_link .arw{
		font-size: 1.5vw;
	}

	.sec05 dt:after{
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		width: 16vw;
		height: 11vw;
	}
	.sec05 dl:nth-of-type(1) dt::after,
	.sec05 dl:nth-of-type(2) dt::after,
	.sec05 dl:nth-of-type(3) dt::after,
	.sec05 dl:nth-of-type(4) dt::after,
	.sec05 dl:nth-of-type(5) dt::after{
		background-size: auto 100%;
		background-position: center;
	}

	.sec05 .flex{
		margin-top: 5vw;
	}
	.sec05 .flex .img{
		flex-shrink: 0;
		width: 28%;
		margin-right: 3vw;
	}

	.sec05 .txt_sec05_02{
		font-size: 3.2vw;
	}
}



/* ------------------------------
	sec06
------------------------------ */
.sec06{
	padding: 60px 0 100px;
}

.sec06 .ttl_sec{
	margin-bottom: 60px;
}

.qa_dl{
	padding: 10px 0;
	border: 6px solid #e6e6e6;
}
.qa_dl + .qa_dl{
	margin-top: 30px;
}

.qa_dl dt,
.qa_dl dd{
	position: relative;
}
.qa_dl dt > .ico,
.qa_dl dd > .ico{
	position: absolute;
	top: 17px;
	left: 30px;
	width: 33px;
}
.qa_dl dd > .ico{
	top: 15px;
}
.qa_dl dt{
	padding: 20px 75px;
	background: #fff;
	position: relative;
	font-size: 2.0rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.qa_dl dd{
	background: #fff;
	padding: 20px 20px 20px 75px;
}

.qa_dl dt.pullbtn{
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.qa_dl dt.pullbtn .pull_ico{
	position: absolute;
	top: 17px;
	right: 30px;
	width: 33px;
	height: 33px;
	background: #333333;
}
.qa_dl dt.pullbtn .pull_ico::before,
.qa_dl dt.pullbtn .pull_ico::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 16px;
	height: 3px;
	background: #fff;
}
.qa_dl dt.pullbtn .pull_ico::after{
	transform: rotate(90deg);
}
.qa_dl dt.pullbtn.active .pull_ico::after{
	display: none;
}
.qa_dl dt.pullbtn + dd{
	display: none;
}

@media screen and (min-width: 769px) {
	.qa_dl dt.pullbtn:hover{
		opacity: 0.8;
	}
}


@media screen and (max-width: 768px) {
	.sec06{
		padding: 8vw 0 13vw;
	}

	.qa_dl{
		border-width: 4px;
	}

	.qa_dl + .qa_dl{
		margin-top: 2vw;
	}

	.qa_dl dt > .ico,
	.qa_dl dd > .ico{
		top: 3vw;
		left: 3vw;
		width: 4.5vw;
	}
	.qa_dl dd > .ico{
		top: 3.4vw;
	}
	.qa_dl dt{
		padding: 3vw 3vw 3vw 10vw;
		position: relative;
		font-size: 3.4vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	.qa_dl dd{
		padding: 3vw 4vw 3vw 10vw;
	}

	.qa_dl dt.pullbtn .pull_ico{
		top: 3vw;
		right: 3vw;
		width: 4.5vw;
		height: 4.5vw;
	}

	.qa_dl dt.pullbtn .pull_ico::before,
	.qa_dl dt.pullbtn .pull_ico::after{
		width: 50%;
		height: 1px;
	}
}



/* ------------------------------
	sec07
------------------------------ */
.sec07{
	padding: 60px 0 100px;
}

.sec07 .wrap{
	max-width: 940px;
}

.sec07 .ttl_sec{
	margin-bottom: 60px;
}

.sec07 .flex .img{
	width: 372px;
}

.sec07 .dl_box{
	flex-shrink: 0;
	margin-right: 30px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
}

.sec07 .dl_box dl{
	display: flex;
	width: 100%;
}
.sec07 .dl_box dl + dl{
	border-top: 1px solid #ebebeb;
}

.sec07 .dl_box dt,
.sec07 .dl_box dd{
	padding: 10px 18px;
	line-height: 1.5;
	font-weight: bold;
}

.sec07 .dl_box dt{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 125px;
	background: #333333;
	color: #fff;
}

.sec07 .dl_box dd{
	width: 100%;
	background: #fff;
}

.sec07 .box{
	margin-top: 35px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15);
}

.sec07 .box .ttl{
	width: 100%;
	padding: 0.5em 0 0.5em;
	color: #fff;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

.sec07 .box .txt{
	width: 100%;
	padding: 25px 0;
	background: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}


@media screen and (max-width: 768px) {
	.sec07{
		padding: 8vw 0 13vw;
	}

	.sec07 .ttl_sec{
		margin-bottom: 8vw;
	}

	.sec07 .dl_box{
		width: 100%;
	}

	.sec07 .dl_box dt,
	.sec07 .dl_box dd{
		padding: 2vw 3vw;
	}

	.sec07 .dl_box dt{
		width: 7em;
	}

	.sec07 .box{
		margin-top: 6vw;
	}

	.sec07 .box .ttl{
		font-size: 5.4vw;
	}

	.sec07 .box .txt{
		padding: 3vw;
	}
}





/* ----------------------------------------------------------------------------------------------------
*	contact_form
* --------------------------------------------------------------------------------------------------*/
.contact_form{
	padding: 77px 0 96px;
}

.contact_form .ttl_sec{
	margin-bottom: 60px;
}

.form_txt1{
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 28px;
}
.form_txt2{
	width: 750px;
	margin: 0 auto 40px;
	border:2px solid #0089CE;
	color: #0089CE;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	padding: 1em 0;
}
.form_txt2 a{text-decoration: underline;}
.form_txt2 .ico{
	width: 46px;
	margin-right: 14px;
	margin-left: 0;
}

.form_tabbtn{
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-right: 8px;
}
.form_tabbtn .form_tbl{
	width: auto;
	margin: 0 auto;
}
.radio_formselect{
	display: flex;
}
.radio_formselect li+li{
	margin-left: 55px;
}
.form_content{
	/* display: none; */
}
.form_content.show{
	display: block;
}
.form_content0{
	display: none;
}
.form_tbl label.error{
	font-size: 1.2rem;
	color: #ED1C24;
}
.input_num label.error{
	display: block;
}
@media screen and (min-width: 769px) {
	.contact_form .wrap{
		width: 900px;
	}
}
@media screen and (max-width: 768px) {
	.contact_form{
		padding: 8vw 0 13vw;
	}

	.contact_form .ttl_sec{
		margin-bottom: 8vw;
	}

	.form_txt1{
		font-size: 3.7vw;
		line-height: 1.6;
		margin-bottom: 3vw;
	}
	.form_txt2{
		width: 100%;
		margin: 0 auto 6vw;
		border-width: 1px;
		padding: 1.6vw 0;
		font-size: 3vw;
	}
	.form_txt2 .ico{
		width: 7.5vw;
		margin-right: 3vw;
		margin-left: 0;
	}
	.form_txt2 p{
		line-height: 1.5;
	}

	.form_tabbtn{
		margin-bottom: 6vw;
		padding-bottom: 4vw;
		padding-right: 0;
	}
	.form_tabbtn .form_tbl{
		width: auto;
		margin: 0 auto;
	}
	.form_tabbtn .form_tbl th{
		padding: 0 0 3vw;
		justify-content: center;
		text-align: center;
	}
	.radio_formselect li+li{
		margin-left: 8vw;
	}
	.form_content{
		/* display: none; */
	}
	.form_content.show{
		display: block;
	}
	.form_content0{
		display: none;
	}
}
/*--form_tbl--*/
.form_lead1{
	width: 100%;
	padding-top: 25px;
	margin-top: 35px;
	border-top: 1px solid #f2f2f2;
	font-size: 1.8rem;
	margin-bottom: 0.2em;
}
.form_lead2{
	font-size: 1.4rem;
	margin-bottom: 2em;
}
.form_tbl{
	width: 100%;
}
.form_tbl th{
	width: 286px;
	padding: 14px 0 0 72px;
	position: relative;
	vertical-align: top;
	font-size: 1.8rem;
}
.form_tbl td{
	padding: 10px 0;
	font-weight: 500;
	font-size: 1.7rem;
}
.form_info{
	margin-top: 0.5em;
	font-size: 1.2rem;
}
.form_tbl .ico_req{
	display: flex;
	width: 45px;
	height: 22px;
	align-items: center;
	justify-content: center;
	position: absolute;
	vertical-align: baseline;
	font-size: 1.3rem;
	color: #fff;
	background: #ED1C24;
	font-weight: 500;
	left: 18px;
	top: 20px;
}
.form_tbl input[type=text], .form_tbl input[type=tel], .form_tbl input[type=email], .form_tbl textarea{
	width: 100%;
	padding: 8px 1em;
	background: #f2f2f2;
}

.form_tbl input::placeholder, .form_tbl textarea::placeholder {
	color: #999999;
}
/* IE */
.form_tbl input:-ms-input-placeholder, .form_tbl textarea:-ms-input-placeholder {
	color: #999999;
}
/* Edge */
.form_tbl input::-ms-input-placeholder, .form_tbl textarea::-ms-input-placeholder{
	color: #999999;
}
.form_tbl textarea{
	resize: vertical;
	overflow: auto;
	height: 170px;
}

@media screen and (min-width: 769px) {
	.form_tbl.tbl01{
		width: 630px;
		margin: 0 auto;
	}
	.form_tbl.tbl01 .radio_formselect li+li{
		margin-left: 70px;
	}
}

.selectwrap{
	position: relative;
	height: 100%;
	z-index: 1;
	background: #f2f2f2;
}
.selectwrap:before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 11px;
	height: 11px;
	right: 13px;
	top: 50%;
	transform:rotate(45deg) translate(-50%, -50%);
	border:1px solid #000;
	border-left: none;
	border-top: none;
}
.selectwrap + .selectwrap{
	margin-top: 10px;
}
select{
	width: 100%;
	height: 100%;
	background:none;
	padding: 8px 1em;
	cursor: pointer;
	color: #333;
}


input[type="radio"]{
	visibility:hidden;
	width:1px;
	padding: 0;
	position: absolute;
}
input[type="radio"] + label{
	padding-left: 45px;
	position:relative;
	cursor: pointer;
	line-height: 1;
}
input[type="radio"] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	margin-top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #F2F2F2;
	border-radius: 50%;
	top:50%;
}
input[type="radio"]:checked + label{
}
input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	margin-top: 2px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #333;
	border-radius: 50%;
}
.form_radioli{
	padding-bottom: 20px;
}
.form_radioli li+li{
	margin-top: 18px;
}
.form_radioli li{
	display: flex;
/*	align-items: center;*/
}
.form_radioli p{
	width: 253px;
}
.form_radioli li div{
	display: flex;
	align-items: center;
}
.form_radioli li .radiobtn{
	width: 111px;
}

.input_numwrap{
	padding-right: 20px;
	justify-content: space-between;
}
.input_num{

}
.input_num .txt1{
	margin-right: 0.5em;
}
.input_num .txt2{
	margin-left: 0.5em;
}
.input_num input[type=text]{
	width: 104px;
}

.form_btn{
	margin-top: 45px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.form_btn .btn{
	width: 360px;
	height: 60px;
	font-size: 2rem;
	border-radius: 50px;
	line-height: 1;
	color: #fff;
}
.form_btn .btn_submit{
	box-shadow: 0 4px #00A36D;
}
.form_btn .btn_back{
	background: #bbb;
	box-shadow: 0 4px #999;
}
@media screen and (min-width: 769px) {
	.form_btn{
		flex-flow: row-reverse;
	}
	.form_btn .btn:hover{
		transform: translate(0, 2px);
		box-shadow: 0 2px #00A36D;
	}
	.form_btn .btn_back{
		width: 200px;
		margin-right: 30px;
	}
	.form_btn .btn_back:hover{
		box-shadow: 0 2px #999;
	}
	.selectwrap{
		width: 518px;
	}
}
@media screen and (max-width: 768px) {
	.form_lead1{
		padding-top: 3vw;
		margin-top: 4vw;
		font-size: 3.7vw;
		margin-bottom: 0.2em;
	}
	.form_lead2{
		font-size: 3vw;
		margin-bottom: 2em;
	}
	.form_tbl{
		width: 100%;
	}
	.form_tbl th, .form_tbl td{
		width: 100%;
		display: block;
		font-size: 3.7vw;
	}
	.form_tbl th{
		padding: 1vw 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: relative;
		vertical-align: top;
		font-weight: 700;
	}
	.form_tbl td{
		padding: 0 0 2vw;
		font-weight: 500;
		font-size: 3.6vw;
	}
	.form_info{
		font-size: 2.8vw;
		margin-top: 0.5em;
	}
	.form_tbl .ico_req{
		display: flex;
		width: 3em;
		height: 1.6em;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 2.9vw;
		font-weight: 500;
		left: 0;
		top: 0;
		margin-right: 0.5em;
		line-height: 1;
		padding-bottom: 0.2em;
	}
	.form_tbl input[type=text], .form_tbl input[type=tel], .form_tbl input[type=email], .form_tbl textarea{
		width: 100%;
		padding: 0.6em;
	}
	.form_tbl textarea{
		height: 207px;
	}

	.selectwrap{
	}
	.selectwrap:before{
		width: 2.6vw;
		height: 2.6vw;
		right: 2.8vw;
	}
	.selectwrap + .selectwrap{
		margin-top: 1.6vw;
	}
	select{
		width: 100%;
		height: 100%;
		background:none;
		padding: 0.6em 8.6vw 0.6em 0.6em;
		cursor: pointer;
		font-size: 3.3vw;
	}


	input[type="radio"] + label{
		padding-left: 8.5vw;
	}
	input[type="radio"] + label::before{
		margin-top: 0.5vw;
		width: 7vw;
		height: 7vw;
	}
	input[type="radio"]:checked + label::after{
		margin-top: 0.5vw;
		left: 1vw;
		width: 5vw;
		height: 5vw;
	}
	.form_radioli{
		padding-bottom: 5vw;
	}
	.form_radioli li+li{
		margin-top: 4vw;
	}
	.form_radioli li{
	}
	.form_radioli p{
		padding-right: 0.5em;
		width: 45.8vw;
	}
	.form_radioli li div{
		flex-wrap: wrap;
		flex: 1;
	}
	.form_radioli label.error{
		width: 100%;
		display: block;
		padding-top: 3vw;
	}
	.form_radioli li .radiobtn{
		width: 22vw;
	}

	.input_numwrap{
		padding-right: 0;
	}
	.input_num{
	}
	.input_num .txt1{
		margin-right: 0.2em;
	}
	.input_num .txt2{
		margin-left: 0.2em;
	}
	.input_num input[type=text]{
		width: 4em;
	}

	.form_btn{
		margin-top: 6vw;
	}
	.form_btn .btn{
		width: 80%;
		border-radius: 7vw;
		height: 12.5vw;
		font-size: 4.5vw;
	}
	.form_btn .btn_submit{
		box-shadow: 0 3px #00A36D;
	}
	.form_btn .btn_back{
		height: 10vw;
		margin-top: 4vw;
		font-size: 4.2vw;
		box-shadow: 0 3px #999;
	}
}

.contact_form.-confirm .form_tbl td{
	padding: 14px 0 6px 0;
}
@media screen and (max-width: 768px) {
	.contact_form.-confirm .form_tbl td{
		padding: 0 0 2vw;
	}
}
