bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333;
	font-weight: 600;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: 'Roboto', sans-serif;
}
.min {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width:1000px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 90%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}


.cor_blue{
	color: #226ecd;
}
.cor_red {
	color: #d34444;
}
.cor_orange {
	color: #fd6a03;
}
.cor_yellow{
	color: #ffea00;
}
.cor_white{
	color: #fff;
}
.bg_white{
	background: #fff;
}
.bg_blue{
	background: #226ecd;
}
.bg_blue_02 {
	background: #ecf6ff;
}
.bg_gray{
	background: #f5f5f5;
}
.bg_math_blue {
	background: url(../images/math_blue.jpg);
}
.bg_line {
	background: url(../images/line.jpg);
}
.bg_math_gray {
	background: url(../images/math_gray.jpg);
}
@media screen and (max-width: 750px) {
}

#header{
	background: rgba(255,255,255,0);
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}
#header .header_w{
	justify-content: space-between;
	align-items: center;
}
#header .logo{
	align-items: center;
}
#header .logo img{
	width: 250px;
}
#header p{
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 10px;
}
#header .btns{
	align-items: center;
	margin-left: 20px;
}
#header .btn_i{
	margin-left: 10px;
}
@media screen and (max-width: 750px) {
	#header{
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}
	#header .header_w{
		justify-content: center;
	}
	#header .logo{
		width: 50%;
	}
	#header .btns a{
		width: 40px;
		margin-left: 7px;
	}
	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
	
}

#main_v {
	background-image: url(../images/fv_bg.jpg);
	background-position: top center;
	/* margin-top: 90px; */
	padding: 90px 0 45px;
}
@media screen and (max-width: 750px) {
	#main_v{
		padding: 0;
		background: none;
	}
	#main_v .in{
		width: 100%;
	}
}

#point{
	padding: 60px 0;
}
#point .sec_ttl {
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}
#point .sec_ttl img{
	width: 550px;
}
#point .point_w{
	justify-content: space-between;
}
#point .point_w li{
	width: 32.5%;
}
@media screen and (max-width: 750px) {
	#point{
		padding: 20px 0 30px;
	}
	#point .sec_ttl {
		margin-bottom: 0px;
		text-align: center;
		position: relative;
		top: 12px;
		padding-right: 10px;
	}
	#point .point_w li{
		width: 100%;
		margin-bottom: 15px;
	}
}

.cta{
	padding: 40px 0;
}
.cta .cta_w{
	border-radius: 15px;
	padding-bottom: 30px;
}
.cta .cta_w .cta_ttl{
	text-align: center;
	position: relative;
	top: -10px;
}
.cta .cta_w .btns{
	justify-content: center;
	margin-top: -10px;
}
.cta .cta_w .btns a{
	margin: 0 10px;
}
@media screen and (max-width: 750px) {
	.cta .cta_w{
		padding-bottom: 25px;
	}
	.cta .cta_w .cta_ttl{
		padding: 0 20px;
	}
	.cta .cta_w .btns a:nth-of-type(1){
		margin-bottom: 10px;
	}
	.cta .cta_w .btns a {
		margin: 0 20px;
	}
}

#trouble{
	padding: 80px 0 60px;
}
#trouble .sec_ttl{
	font-size: 3.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 60px;
	position: relative;
}
#trouble .sec_ttl span{
	font-size: 4.2rem;
	border-bottom: 3px solid #226ecd;
}
#trouble .sec_ttl::before {
	content: "";
	background: url(../images/trouble_ttl_icon.png);
	background-size: cover;
	width: 25px;
	height: 35px;
	display: block;
	position: absolute;
	left: 50%;
	top: -31px;
	transform: translate(-50%, 0px);
}
#trouble .trouble_w{
	justify-content: space-between;
}
#trouble .trouble_i{
	width: 32%;
}
#trouble .trouble_i .imgarea{
	width: 40%;
	flex-shrink: 0;
	margin-right: 20px;
}
#trouble .trouble_i .txtarea{}
#trouble .trouble_i .txtarea .num{
	width: 120px;
	margin-bottom: 10px;
}
#trouble .trouble_i .txtarea .txt{
	font-size: 1.8rem;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#trouble {
		padding: 60px 0 40px;
	}
	#trouble .sec_ttl{
		font-size: 2.4rem;
		margin-bottom: 45px;
	}
	#trouble .sec_ttl span {
		font-size: 2.8rem;
		border-bottom: 3px solid #226ecd;
	}
	#trouble .sec_ttl::before {
		top: -35px;
	}
	#trouble .trouble_i{
		width: 100%;
		margin-bottom: 15px;
		align-items: center;
	}
	#trouble .trouble_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#trouble .trouble_i .txtarea .txt{
		font-size: 1.5rem;
	}
	#trouble .trouble_i .txtarea .num {
		width: 50%;
		margin-bottom: 10px;
	}
}

#nara {
	background-image: url(../images/fv_bg.jpg);
	background-position: bottom center;
	/* margin-top: 90px; */
	padding: 50px 0 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#nara{
		padding-top: 30px;
	}
}

#point_anker{
	padding: 40px 0;
}
#point_anker .point_anker_w{
	justify-content: space-between;
}
.point_02_w{
	padding: 60px 0 40px;
}
.point_02_i_w{
	padding: 30px;
	border-radius: 20px;
	position: relative;
}
.point_02_i_w .num {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150px;
	top: -20px;
}
.point_02_i_w .sub_ttl{
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px solid #ddebfd;
	padding-bottom: 20px;
	margin-bottom: 40px;
	line-height: 1.5;
}
.point_02_i_w .imgarea{
	text-align: center;
}
.point_02_i_w > .imgarea.m{
	margin-bottom: 30px;
}
.point_02_i_w > .imgarea img{
	width: 400px;
}
#point_02_04 .point_02_i_w>.imgarea img {
	width: 220px;
}
.point_02_lis_w{
	justify-content: center;
}
.point_02_lis_w .point_02_lis_i{
	width: 32.5%;
	padding: 15px 20px;
	box-sizing: border-box;
	margin-right: 1%;
	border-radius: 10px;
}
.point_02_lis_w .point_02_lis_i:nth-last-of-type(1),
.point_02_lis_w .point_02_lis_i:nth-of-type(3n){
	margin-right: 0;
}
.point_02_lis_w .point_02_lis_i .ico{
	width: 55px;
	margin-right: 15px;
	flex-shrink: 0;
}
.point_02_lis_w .point_02_lis_i .txtarea{}
.point_02_lis_w .point_02_lis_i .txtarea .lis_ttl{
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.point_02_lis_w .point_02_lis_i .txtarea .lis_ttl .s_txt{
	font-size: 1.2rem;
}
.point_02_lis_w .point_02_lis_i .txtarea .txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
.point_02_lis_w_02{
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}
.point_02_lis_w_02 .point_02_lis_w_02_h{
	justify-content: center;
	align-items: center;
}
.point_02_lis_w_02 .point_02_lis_w_02_h .imgarea{
	width: 100px;
	margin-left: 15px;
}
.point_02_lis_w_02 .point_02_lis_w_02_w{
	justify-content: space-between;
}
.point_02_lis_w_02 .point_02_lis_w_02_i{
	padding: 15px;
	width: 19%;
	box-sizing: border-box;
	border-radius: 10px;
}
.point_02_lis_w_02 .point_02_lis_w_02_i dt{
	border-bottom: 2px solid #ddebfd;
	display: flex;
	align-items: center;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.point_02_lis_w_02 .point_02_lis_w_02_i dt:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #226ecd;
	margin-right: 10px;
	border-radius: 100px;
	display: block;
}
.point_02_lis_w_02 .point_02_lis_w_02_i dd{
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	#point_anker{
		padding: 20px 0;
	}
	#point_anker .point_anker_w{}
	#point_anker .point_anker_w li{
		width: 23.5%;
	}
	.point_02_w {
		padding: 50px 0 40px;
	}
	.point_02_i_w .num {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		width: 130px;
		top: -15px;
	}
	.point_02_i_w .sub_ttl {
		font-size: 2.0rem;
		line-height: 1.25;
	}
	.point_02_i_w {
		padding: 30px 15px;
		border-radius: 20px;
		position: relative;
	}
	.point_02_i_w > .imgarea.m {
		margin-bottom: 20px;
	}
	.point_02_lis_w .point_02_lis_i{
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		margin-right: 1%;
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.point_02_lis_w .point_02_lis:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.point_02_lis_w .point_02_lis_i .ico {
		width: 40px;
		margin-right: 15px;
		flex-shrink: 0;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_i{
		width: 100%;
		margin-bottom: 10px;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.point_02_lis_w_02{
		padding: 15px;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_h{
		padding-right: 10px;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_h .imgarea {
		width: 135px;
		margin-left: 10px;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_i dt{
		font-size: 1.4rem;
	}
	.point_02_lis_w_02 .point_02_lis_w_02_i dd{
		font-size: 1.2rem;
	}
	.point_02_lis_w .point_02_lis_i .txtarea .lis_ttl{
		line-height: 1.25;
	}
	.point_02_lis_w .point_02_lis_i .txtarea .txt{
		font-size: 1.2rem;
	}
}

.graph{
	padding: 40px 0;
}
@media screen and (max-width: 750px) {
	.graph .imgarea{
		margin-bottom: 20px;
	}
	.graph .txt{
		font-size: 1.4rem;
	}
}


#vs{
	padding: 60px 0;
}
#vs .sec_ttl{
	text-align: center;
	margin-bottom: 50px;
}
#vs .sec_ttl img{
	width: 500px;
}
#vs .txtarea{}
#vs .txtarea .txt{
	font-size: 2.0rem;
	text-align: center;
}
#vs .txtarea .l_txt {
	font-size: 2.6rem;
	text-align: center;
}
#vs .table_w{
	padding: 40px;
	margin: 30px 0 20px;
	border-radius: 20px;
}
@media screen and (max-width: 750px) {
	#vs{
		padding: 20px 0 40px;
	}
	#vs .sec_ttl{
		margin-bottom: 30px;
	}
	#vs .txtarea .txt{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#vs .txtarea .l_txt{
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#vs .table_w {
        padding: 20px;
        width: 100%;
        overflow: scroll;
    }
	#vs .table_w img{
		width: 140%;
        max-width: 200%;
        margin-right: 5%;
	}
}

#seacret{
	padding: 60px 0;
}
#seacret .sec_ttl{
	text-align: center;
	margin-bottom: 80px;
}
#seacret .sec_ttl img{
	width: 350px;
}
#seacret .seacret_w{
	justify-content:space-between;
}
#seacret .seacret_w .seacret_i{
	width: 23.5%;
	position: relative;
	padding: 50px 20px 30px;
	box-sizing: border-box;
	border-radius: 20px;
}
#seacret .seacret_w .seacret_i .num{
	position: absolute;
	width: 60px;
	top: -20px;
	left: 50%;
	transform: translate(-50%,0);
}
#seacret .seacret_w .seacret_i .sub_ttl{
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#seacret .seacret_w .seacret_i .ico{
	margin-bottom: 20px;
	text-align: center;
}
#seacret .seacret_w .seacret_i .ico img{
	width: 120px;
}
@media screen and (max-width: 750px) {
	#seacret{
		padding: 40px 0;
	}
	#seacret .sec_ttl{
		text-align: center;
		margin-bottom: 60px;
	}
	#seacret .sec_ttl img{
		width: 260px;
	}
	#seacret .seacret_w .seacret_i{
		width: 100%;
		margin-bottom: 30px;
	}
	#seacret .seacret_w .seacret_i .txt{
		text-align: center;
	}
}

#flow{
	padding: 50px 0;
}
#flow .sec_ttl{
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}
#flow .sec_ttl span{
	background: linear-gradient(transparent 60%, #fffac4 60%);
}
@media screen and (max-width: 750px) {
	#flow{
		padding: 40px 0;
	}
	#flow .sec_ttl {
		font-size: 2.8rem;
		margin-bottom: 40px;
		font-weight: 600;
		text-align: center;
	}
}

#owner{
	padding: 50px 0;
}
#owner .sec_ttl{
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}
#owner .sec_ttl span{
	background: linear-gradient(transparent 60%, #fffac4 60%);
}
#owner .owner_w{
	justify-content: space-between;
}
#owner .owner_i{
	width: 48.5%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 35px;
}
#owner .owner_i .owner_i_h{
	align-items: center;
	margin-bottom: 20px;
}
#owner .owner_i .owner_i_h .imgarea{
	width: 25%;
	margin-right: 20px;
}
#owner .owner_i .owner_i_h .txtarea{}
#owner .owner_i .owner_i_h .txtarea .txt{
	line-height: 1;
	margin-bottom: 10px;
}
#owner .owner_i .owner_i_h .txtarea .txt span{
	display: inline-block;
	padding: 5px;
}
#owner .owner_i .owner_i_h .txtarea h3{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
}
@media screen and (max-width: 750px) {
	#owner{
		padding: 40px 0;
	}
	#owner .sec_ttl {
		font-size: 2.8rem;
		margin-bottom: 40px;
		font-weight: 600;
		text-align: center;
	}
	#owner .owner_i{
		width: 100%;
		padding: 20px;
		margin-bottom: 15px;
	}
	#owner .owner_i .owner_i_h .imgarea {
        width: 30%;
        margin-right: 10px;
    }
	#owner .owner_i .owner_i_h .txtarea h3 {
    	font-size: 1.6rem;
    	font-weight: 600;
    	line-height: 1.25;
	}
}

#staff{
	padding: 60px 0;
}
#staff .sec_ttl{
	text-align: center;
	margin-bottom: 40px;
}
#staff .sec_ttl img{
	width: 350px;
}
#staff .staff_w{
	justify-content: center;
}
#staff .staff_w .staff_i{
	width: 15%;
	margin:0 20px;
}
@media screen and (max-width: 750px) {
	#staff{
		padding: 40px 0 20px;
	}
	#staff .sec_ttl{
		text-align: center;
		margin-bottom: 60px;
	}
	#staff .sec_ttl img{
		width: 260px;
	}
	#staff .staff_w .staff_i {
		width: 42%;
		margin: 0 10px 20px;
	}
}

#form {
	padding: 60px 0;
}
#form .sec_ttl{
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}
#form .sec_ttl span{
	background: linear-gradient(transparent 60%, #fffac4 60%);
}
.form_w {
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}

.form_w table {
	width: 100%;
}

.form_w th {
	width: 20%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}

.form_w th span {
	color: #dc294a;
	margin-left: 10px;
}

.form_w td {
	padding: 10px;
	vertical-align: top;
}

.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date],
.form_w td select {
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}

.form_w td label {
	margin-right: 10px;
}

.form_w td textarea {
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}

.with-validate {
	display: block;
	position: relative;
}

.with-validate label.error {
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: -5px;
	bottom: 100%;
	margin-bottom: 10px;
	background: #c3272a;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}

.with-validate label.error::before {
	content: '';
	background-color: transparent;
	position: absolute;
	top: 100%;
	margin: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #226ecd transparent transparent;
}

.form_w .btn-area {
	text-align: center;
	margin-top: 30px;
}

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.form_w input[type=submit] {
	width: 50%;
	border: none;
	font-weight: 600;
	font-size: 1.8rem;
	border-radius: 10px;
}

input[type="submit"]:hover {
	opacity: 0.6;
}

.form_w input[type=radio] {
	margin: 0;
	vertical-align: middle;
}

.form_w td,
.form_w th {
	vertical-align: middle;
}

.form_w input[type=submit] {
	background: #ff731d;
	padding: 15px 50px 15px 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}


.radio_w {
	padding: 5px 15px;
}

.radio_w input[type=radio] {
	display: none;
}

.radio_w input[type=radio]+label {
	padding-left: 30px;
	position: relative;
}

.radio_w input[type=radio]+label:before {
	border-radius: 100px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.radio_w input[type=radio]+label:after {
	border-radius: 100px;
	width: 10px;
	height: 10px;
	background: #ff001f;
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 6px;
	opacity: 0;
}

.radio_w input[type="radio"]:checked+label:after {
	opacity: 1;
}

@media screen and (max-width: 750px) {
	#form {
		padding: 40px 0;
		position: relative;
	}
	#form .sec_ttl {
		font-size: 2.8rem;
		margin-bottom: 20px;
		font-weight: 600;
		text-align: center;
	}
	.form_w {
		padding: 0;
	}

	.form_w.in_in {}

	.form_w td,
	.form_w th {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	.form_w input[type=submit] {
		width: 100%;
		border: none;
	}
}

#faq {
	padding: 60px 0;
	background: #f0f0f0;
}
#faq .sec_ttl {
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}
.faq_i {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open {
	border-radius: 30px;
}
.faq_i .ico {
	background: #226ecd;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	color: #226ecd;
	font-size: 1.6rem;
	margin-top: 5px;
	font-weight: 600;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #226ecd;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 30px 0 40px;
	}
	#faq .sec_ttl {
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.8rem;
	}
	.faq_i {
		border-radius: 10px;
		padding: 7.5% 5%;
		margin-bottom: 20px;
	}
	.faq_i.open {
		border-radius: 10px;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

footer{
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 900px) {
	footer{
		padding-bottom: 150px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 5px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .ttl{
		padding: 0 15px 5px;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 3px;
	}
}

.thanks #main_v {
    padding: 200px 0;
    text-align: center;
	background: none;
}

.thanks #main_v .icon {
    text-align: center;
    margin-bottom: 15px
}

.thanks #main_v .icon img {
    width: 40px
}

.thanks #main_v h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.thanks #main_v .btn_w {
    text-align: center;
    margin-top: 40px
}

.thanks #main_v .btn_w a {
    display: inline-block;
    background: #27a1d1;
    padding: 10px 20px;
    width: 300px;
    box-sizing: border-box;
    border-radius: 100px;
    border-bottom: #115976 3px solid;
    color: #fff
}

@media screen and (max-width: 750px) {
    .thanks #main_v {
        padding:100px 0;
        text-align: center
    }
}