@charset "utf-8";

/* ------------------------------------ */
/* 「資料ダウンロードフォーム」ページ
/* ------------------------------------ */
.download_imgwrap {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

.download_imgwrap img {
	border-radius: min(calc((20 / 1600)* 100vw), 20px);
	overflow: hidden;
}

.download_desc {
	font-size: 2.0rem;
	line-height: 1.8;
	margin-top: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: .15em;
}

.download_btn-dl,
.download_btn-dl:link,
.download_btn-dl:visited {
	background-color: #38946e;
	border-radius: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: top .5s;
	box-shadow: 0px 6px #1f543e;
	width: fit-content;
	box-sizing: border-box;
	margin: 30px auto;
}

.download_btn-dl:hover {
	top: 6px;
	box-shadow: none;
	opacity: 1;
}

.download_btn-dl::after {
	content: '無料';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	color: #38946e;
	letter-spacing: .1em;
	background-color: #efd86e;
	border-radius: 50%;
	position: absolute;
	top: -17px;
	right: -14px;
	padding-left: 1px;
}

.download_btn-dl_inner {
	padding: 1.45em 1.85em;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	border-radius: 100px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all .5s;
}

.download_btn-dl_inner::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.download_btn-dl_txt {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	position: relative;
	padding-left: 43px;
}

.download_btn-dl_txt::before {
	content: '';
	display: block;
	width: 28px;
	height: 38px;
	background: url(/common/img/common/icn_dl_white.svg) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 3px;
}

.download_ul_inner {
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.download_ul_desc {
	font-weight: 600;
    font-style: normal;
    line-height: 1.4;
	font-size: 2.5rem;
    letter-spacing: 0;
	text-align: center;
}

.download_ul_tit {
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
	font-size: 3.8rem;
    letter-spacing: 0;
	text-align: center;
}

.download_ul_desc {
	margin-top: min(calc((30 / 1600)* 100vw), 30px);
	margin-bottom: min(calc((10 / 1600)* 100vw),10px);
}

.download_ul_ul {
    width: fit-content;
    margin: 0 auto min(calc((30 / 1600)* 100vw), 30px);
}

.download_ul_ul>li {
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.3;
    margin-bottom: min(calc((10 / 1600)* 100vw), 10px);
    position: relative;
    padding-left: 1.3em;
}

.download_ul_ul>li::before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    background-color: #38946e;
    border-radius: 50%;
    position: absolute;
    left: .45em;
    top: 0.4em;
}

.download_ul_two-column {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}

.download_ul_imgwrap {
	width: 48%;
	margin-right: 4%;
}

.download_ul_imgwrap:nth-child(even) {
	margin-right: 0;
}

.download_ul_imgwrap img {
	border-radius: min(calc((20 / 1600)* 100vw), 20px);
    overflow: hidden;
}



@media screen and (max-width: 767px) {
	.download_imgwrap {
		width: auto;
	}

	.download_desc {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-top: 35px;
	}

	.download_btn-dl:hover {
		top: 0;
		box-shadow: 0px 6px #1f543e;
	}

	.download_btn-dl::after {
		width: 43px;
		height: 43px;
		font-size: 1.5rem;
		top: -18px;
		right: -18px;
	}

	.download_btn-dl_inner {
		padding: 1.2em 1.3em;
	}

	.download_btn-dl_txt {
		font-size: 1.8rem;
		padding-left: 29px;
	}

	.download_btn-dl_txt::before {
		width: 21px;
		height: 28px;
		top: 1px;
	}

	.download_ul_inner {
		padding: 0;
	}

	.download_ul_tit {
		font-size: 2.3rem;
	}

	.download_ul_desc {
        font-size: 1.8rem;
        margin: 20px 0 10px;
	}

	.download_ul_ul>li {
        font-size: 1.6rem;
        margin-bottom: 10px;
	}

	.download_ul_two-column {
		display: block;
	}

	.download_ul_imgwrap {
		width: auto;
		margin-right: 0;
	}

	.download_ul_imgwrap+.download_ul_imgwrap {
		margin-top: 20px;
	}

}


@media screen and (max-width: 350px) {
	.download_btn-dl::after {
		width: 35px;
		height: 38px;
		font-size: 1.3rem;
		top: -16px;
		right: -10px;
	}

	.download_btn-dl_txt {
		font-size: 1.5rem;
		padding-left: 25px;
	}

	.download_btn-dl_txt::before {
		width: 17px;
		height: 23px;
		top: 0px;
	}
}



/* フォームエリア
-------------------------------------------*/


/* appBl ----------*/
.anchor-app {
	position: relative;
	top: -50px;
}

.appBl {
	padding: 18px 0 60px;
}

.app_inner {
	max-width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}

.app_desc {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
	color: #f00;
	/* word-break: keep-all; */
	margin-top: 50px;
}

body.thanks .app_desc {
	color: inherit;
}

.app_desc.taL {
	text-align: left;
}

.app_desc_thanks {
	font-size: 3.5rem;
	font-weight: 600;
	color: #38946e !important;
}

.app_desc:nth-child(1) {
	margin-top: 44px;
}

.app_desc+.app_desc {
	margin-top: 30px;
}

.app_desc.app_desc_thanks+.app_desc {
	margin-top: 30px;
}

.app_desc_indent {
	text-indent: -2em;
	padding-left: 2em;
	display: inline-block;
	margin-top: 10px;
}

.app_form {
	margin: 42px auto 0;
	max-width: 1120px;
}

.app_form dl {
	display: flex;
	justify-content: center;
}

.app_form dl+dl {
	margin-top: 60px;
}

.app_form dl dt {
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	margin-right: 5.5%;
	padding-right: 7px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: .05em;
	position: relative;
	text-align: right;
	word-break: keep-all;
}

.app_form dl dt.mt_1 {
	margin-top: 5px;
}

.app_form dl dt.mt_2 {
	margin-top: 0;
}

.app_form dl dt.mandatory::after {
	content: '必須';
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #38946e;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	padding: .13em 0.6em;
	position: relative;
	top: -2px;
	right: -8px;
}

/* Safari */
_::-webkit-full-page-media,
_:future,
:root .app_form dl dt.mandatory::after {
	font-weight: 500;
	top: -2px;
}

.app_form dl dt .chuki-ul {
	margin-top: 10px;
}

.app_form dl dt .chuki-ul li {
	font-size: 1.4rem;
	line-height: 1.55;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.app_form dl dd {
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .05em;
}

.app_form input[type="checkbox"],
.app_form input[type="radio"] {
	display: none;
}

.app_form input[type="text"],
.app_form input[type="textarea"] {
	background: none repeat scroll 0 0 #efefef !important;
	border: 1px solid #efefef;
	border-radius: 5px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 1.1em 1.1em;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
}

.app_form input[type="text"][name="携帯電話番号"] {
	max-width: 400px;
}

.app_form textarea {
	background: #efefef;
	border: none;
	max-width: 600px;
	width: 100%;
	height: 200px;
	font-size: 1.6rem;
	padding: 1.1em 1.1em;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-appearance: none
		/*iphoneのsafariで上部の影を削除*/
	;
}

.app_form label {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 29px;
	cursor: pointer;
	line-height: 1.5;
	transition: all .5s;
	word-break: keep-all;
	/* font-weight: 500; */
}

.app_form label:hover {
	color: #38946e;
}

.app_form label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	;
}

.app_form input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 6px;
	height: 11px;
	transform: rotate(43deg);
	border-bottom: 2px solid #38946e;
	border-right: 2px solid #38946e;
}


.app_form dl dd .checkbox-wrap {
	max-width: 600px;
	width: 100%;
	display: inline-block;
}

.app_form dl dd .checkbox-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

.app_form dl dd .checkbox-ul > li {
	margin: 8px 0;
	width: 50%;
	box-sizing: border-box;
}

.app_form dl dd .checkbox-ul_ul > li {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05em;
    padding-left: 1em;
    margin-top: 5px;
    margin-left: 2em;
    position: relative;
    word-break: keep-all;
}

.app_form dl dd .checkbox-ul_ul > li::before {
	content: '・';
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top:0;
}

.app_form dl dd .checkbox-ul_ul > li + li {

}

.app_form dl dd .select-wrap {
	max-width: 400px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.app_form dl dd .select-wrap::after {
	content: '';
	display: block;
	width: 9px;
	height: 16px;
	background: url(/common/img/common/arrow_right_darkgreen.svg) no-repeat center / contain;
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	z-index: 1;
	transform: rotate(90deg);
}

.app_form dl dd .select-wrap .select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: .87em 2.6em .87em .9em;
	box-sizing: border-box;
	color: #173107;
}

.app_form dl dd .select-wrap .select option {
	color: #000;
}

.app_form dl dd .select-wrap .select::-ms-expand {
	display: none;
}

.app_form input[type="text"][required=""] {
	color: #341b11;
}

.app_form ::placeholder {
	color: #ccc
}

.app_form .policy-box {
	border: 1px solid #dbdbdb;
    background-color: #fff;
    margin: 60px auto;
    padding: 1.05em 3.3em 1.05em 1.3em;
    max-width: 910px;
    width: 100%;
    max-height: 150px;
    box-sizing: border-box;
    overflow-y: scroll;
    border-radius: 5px;
}

.app_form .policy-box_tit {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
	margin-bottom: 15px;
}

.app_form .policy-box_desc,
.app_form .policy-box_ul,
.policy-box_sec-tit {
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: 400;
	letter-spacing: .05em;
}

.policy-box_sec-tit {
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

.app_form .policy-box_desc+.policy-box_desc,
.app_form .policy-box_ul+.policy-box_desc,
.app_form .policy-box_desc+.policy-box_ul {
	margin-top: 10px;
}

.app_form .policy-box_ul+.policy-box_desc.fwB,
.app_form .policy-box_ul+.policy-box_sec-tit,
.policy-box_sec-tit {
	margin-top: 20px;
}

.app_form .policy-box_ul li {
	text-indent: -1em;
	padding-left: 1em;
}

.app_form .policy-box_ul li+li {
	margin-top: 5px;
}

.policy-box_inner {
	padding: 0 1em;
	margin-top: 5px;
}

.app_form .policy-box_desc+.policy-box_ul {
	padding-left: 1em;
}

.submit_bt-wrap {
	margin: 60px auto 50px;
	width: fit-content;
}

.contact_common .submit_bt {
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	color: #fff;
	background-color: #38946e;
	margin-top: -7px;
	transition: top .5s;
	position: relative;
	box-shadow: 0px 5px #1f543e;
	cursor: pointer;
}

.contact_common form .submit_bt:disabled {
	background: #BBB;
	pointer-events: none;
	color: #333;
}


.contact_common .submit_bt:hover {
	top: 4px;
	box-shadow: none;
	opacity: 1;
}

.appBl video {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.app_moviewrap {
	max-width: 1000px;
	margin: 50px auto 100px;
	cursor: pointer;
}



@media screen and (max-width:1024px) {
	.app_form dl dd .checkbox-ul > li:nth-child(3n+1) {
		/* width: 40% */
	}

	.app_form dl dd .checkbox-ul > li:nth-child(3n+2) {
		/* width: 30% */
	}

	.app_form dl dd .checkbox-ul > li:nth-child(3n+3) {
		/* width: 30% */
	}
}



@media screen and (max-width:768px) {
	.appBl {
		padding: 18px 0 40px;
	}

	.app_desc {
		font-size: 1.5rem;
		margin-top: 30px;
	}

	body.thanks .app_desc {
		font-size: 1.3rem;
	}

	.app_desc:nth-child(1) {
		margin-top: 22px;
	}

	.app_desc+.app_desc {
		margin-top: 15px;
	}

	.app_desc.app_desc_thanks+.app_desc {
		margin-top: 20px;
	}

	body.thanks .app_desc_thanks {
		font-size: 2.1rem;
		font-weight: 700;
	}

	.app_form {
		margin: 26px auto 0;
	}

	.app_form dl {
		display: block;
	}


	.app_form dl+dl {
		margin-top: 30px;
	}

	.app_form dl dt {
		max-width: inherit;
		width: auto;
		margin-top: 14px;
		margin-right: 0;
		padding-right: 0;
		font-size: 15px;
		text-align: left;
	}

	.app_form dl dt.mt_1 {
		margin-top: 0;
	}

	.app_form dl dt.mandatory::after {
		font-size: 10px;
		text-align: center;
		border-radius: 30px;
		padding: .02em 0.6em .1em;
		position: relative;
		top: -1px;
		right: -8px;
	}

	.app_form dl dt .chuki-ul {
		margin-top: 5px;
	}

	.app_form dl dt .chuki-ul li {
		font-size: 11px;
	}

	.app_form dl dd {
		width: auto;
		max-width: inherit;
		font-size: 14px;
		margin-top: 9px;
	}

	.app_form input[type="text"],
	.app_form input[type="textarea"] {
		font-size: 16px;
		padding: .85em 1.1em;
		max-width: inherit;
	}

	.app_form dl dd .select-wrap::after {
		width: 10.5px;
		height: 12px;
		right: 15px;
		top: calc(50% - 5px);
	}

	.app_form dl dd .select-wrap .select {
		border-radius: 2.5px;
		font-size: 16px;
		padding: .87em 2.6em .87em .9em;
	}

	.app_form dl dd .checkbox-ul > li {
        margin: 5px 0;
        width: 100%;
	}

	.app_form textarea {
		max-width: inherit;
		height: 150px;
		font-size: 16px;
		padding: 1.1em 1.1em;
	}

	.app_form .policy-box {
		margin: 30px auto;
		padding: 1.7em 2.2em 1.7em 1.1em;
		max-width: inherit;
		max-height: 150px;
	}

	.app_form .policy-box_tit {
		font-size: 1.5rem;
		margin-bottom: 13px;
	}

	.app_form .policy-box_desc {
		font-size: 10px;
		line-height: 2;
	}

	.app_form .policy-box_desc,
	.policy-box_sec-tit {
		font-size: 1.2rem;
	}

	.app_form .policy-box_ul,
	.app_form .policy-box_desc {
		font-size: 1.1rem;
	}

	.app_form dl dd .checkbox-ul_ul > li {
		font-size: 1.2rem;
	}

	.app_form label {
		padding: 0 0 0 16px;
	}

	.app_form label:hover {
		color: #341b11;
	}

	.app_form label:before {
		top: 5px;
		width: 12px;
		height: 12px;
		border-radius: 2.5px;
	}

	.app_form input:checked+label::after {
		top: 6px;
		left: 3.5px;
		width: 3px;
		height: 6px;
	}

	.submit_bt-wrap {
		margin: 40px auto 0;
	}

	.contact_common .submit_bt {
		width: 180px;
		padding: .6em 0;
		font-size: 15px;
		margin: -2px auto 0;
	}

	.contact_common .submit_bt:hover {
		top: 0;
		box-shadow: 0px 5px #1f543e;
	}
}


@media screen and (max-width:370px) {
	.appBl .third_tit {
		padding-top: 39px;
	}

	.appBl .third_tit_en {
		font-size: 45px;
	}
}





/* フォーム ----------*/
body.thanks,
body.contact_confirm {
	/* padding-top: 100px; */
}


.btn.back .return_bt {
	max-width: 600px;
	text-decoration: none;
	cursor: pointer;
	transition: top .5s;
	margin: 50px auto 100px;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	background-color: #38946e;
	box-shadow: 0px 4px #1f543e;
}

.btn.back .return_bt:hover {
	opacity: 1;
	box-shadow: none;
	top: 4px;
}

.btn.back .return_bt::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(225deg);
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	transition: all 0.5s ease 0s;
}

.btn.back .return_bt:hover::before {
	/* left: 10px; */
}

.btn_home_back,
.btn_home_back:link,
.btn_home_back:visited {
	text-decoration: none;
	cursor: pointer;
	margin: 50px auto;
	display: block;
	text-align: center;
	width: 300px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 0;
	position: relative;
	color: #fff;
	transition: top 0.5s;
	background-color: #38946e;
	box-shadow: 0px 4px #1f543e;
}

.btn_home_back:hover {
	box-shadow: none;
	top: 4px;
	opacity: 1;
}

.btn_home_back::before,
.btn_home_back:link::before,
.btn_home_back:visited::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	transition: all 0.5s ease 0s;
}

.btn_home_back:hover::before,
.btn_home_back:link:hover::before,
.btn_home_back:visited:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap {
	display: flex;
	justify-content: center;
	margin: 50px auto;
}

body.contact_common .btn_wrap .btn_back_wrap,
body.contact_common .btn_wrap .btn_submit_wrap {
	position: relative;
	width: 300px;
	box-sizing: border-box;

	transition: top .5s;
	position: relative;
	box-shadow: 0px 5px #1f543e;
	border-radius: 100px;
}

body.contact_common .btn_wrap .btn_back_wrap:hover,
body.contact_common .btn_wrap .btn_submit_wrap:hover {
	top: 4px;
	box-shadow: none;
	opacity: 1;
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	width: 400px;
}

body.contact_common .btn_wrap .btn_back_wrap:hover,
body.contact_common .btn_wrap .btn_submit_wrap:hover {
	text-decoration: none;
}

body.contact_common .btn_wrap .btn_back_wrap {
	margin-right: min(calc((60 / 1700)* 100vw), 60px);
}

body.thanks.contact_common .btn_wrap .btn_back_wrap {
	margin-right: 0;
}

body.contact_common .btn_wrap button[type="button"],
body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap input[type="submit"] {
	max-width: 600px;
	height: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all .5s;
	/* margin: 50px auto; */
	display: block;
	text-align: center;
	width: 300px;
	height: 69px;
	box-sizing: border-box;
	border-radius: 100px;
	padding: .63em 0;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: #38946e 1px solid;
	position: relative;
	color: #fff;
	background-color: #fff;
}

body.contact_common .btn_wrap input[type="submit"] {
	background-color: #38946e;
}

body.contact_common .btn_wrap input[type="back"],
body.contact_common .btn_wrap button[type="button"] {
	background: #fff;
	color: #38946e;
}

body.contact_common .btn_wrap input[type="back"]:hover,
body.contact_common .btn_wrap button[type="button"]:hover,
body.contact_common .btn_wrap input[type="submit"]:hover {
	/* top: 4px; */
	/* box-shadow: none; */
	opacity: 1;
}

body.contact_common .btn_wrap .btn_submit_wrap::before,
body.contact_common .btn_wrap .btn_back_wrap::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 4px);
	transition: all 0.5s ease 0s;
	z-index: 1;
}

body.contact_common .btn_wrap .btn_submit_wrap::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	right: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
	right: 10px;
}

body.contact_common .btn_wrap .btn_back_wrap::before {
	border-top: 1px solid #38946e;
	border-right: 1px solid #38946e;
	transform: rotate(225deg);
	left: 20px;
	transition: all .5s;
}

body.contact_common .btn_wrap .btn_back_wrap:hover::before {
	left: 10px;
}

body.contact_common .flame__lightred-heading {
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}


.error_messe {
	color: #f00;
	font-size: 2.3rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.8;
	margin-top: 30px;
}

.formTable {
	width: fit-content;
	margin: 20px auto 0;
}

.formTable th,
.formTable td {
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.8;
	padding: 5px 0;
	text-align: left;
}

.formTable th {
	font-weight: 600;
	width: 16em;
	box-sizing: border-box;
	vertical-align: text-bottom;
}

.formTable td {
	font-weight: 400;
	width: calc(100% - 16em);
	box-sizing: border-box;
}




/*reCAPTCHAマーク(バッジ)の移動*/
.grecaptcha-badge {
	/* top: 829px; */
}

.error .grecaptcha-badge {
	/* top: 547px !important; */
}

/* :root {
	--recaptcha-badge-position: 130px;
} */

/* recaptcha badge */
.grecaptcha-badge {
	/* margin-bottom: var(--recaptcha-badge-position); */
	z-index: 2;
	bottom: 120px !important;
}

@media(min-width:992px) {
	.grecaptcha-badge {
		/* margin-bottom: 0; */
	}
}



@media screen and (max-width:768px) {
	.grecaptcha-badge {
		bottom: 30px !important;
	}

	.btn_home_back,
	.btn_home_back:link,
	.btn_home_back:visited {
		width: 180px;
		padding: .6em 0 .7em;
		font-size: 15px;
	}

	.btn_home_back:hover {
		box-shadow: 0px 4px #1f543e;
		top: 0;
	}

	.btn_home_back::before,
	.btn_home_back:link::before,
	.btn_home_back:visited::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	.btn_home_back:hover::before,
	.btn_home_back:link:hover::before,
	.btn_home_back:visited:hover::before {
		right: 20px;
	}

	body.contact_common .btn_wrap {
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap {
		margin: 0 20px 0 auto;
		width: fit-content;
	}

	body.contact_common .btn_wrap .btn_back_wrap,
	body.contact_common .btn_wrap .btn_submit_wrap {
		width: auto;
	}

	body.contact_common .btn_wrap .btn_back_wrap:hover,
	body.contact_common .btn_wrap .btn_submit_wrap:hover {
		top: 0;
		box-shadow: 0px 5px #1f543e;
	}

	body.contact_common .btn_wrap button[type="button"],
	body.contact_common .btn_wrap input[type="back"],
	body.contact_common .btn_wrap input[type="submit"] {
		width: 130px;
		height: 40px;
		padding: .1em 0 0;
		font-size: 15px;
		margin: 0;
	}

	body.contact_common .btn_wrap input[type="back"]:hover,
	body.contact_common .btn_wrap button[type="button"]:hover,
	body.contact_common .btn_wrap input[type="submit"]:hover {
		opacity: 1;
		transform: scale(1);
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
	}

	body.contact_common .btn_wrap .btn_back_wrap::before,
	body.contact_common .btn_wrap .btn_back_wrap:hover::before {
		left: 15px;
	}

	body.contact_common .btn_wrap .btn_submit_wrap::before,
	body.contact_common .btn_wrap .btn_submit_wrap:hover::before {
		right: 15px;
	}

	.btn.back .return_bt {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 180px;
		width: 300px;
		height: 40px;
		box-sizing: border-box;
		padding: 0;
		font-size: 15px;
	}

	.btn.back .return_bt::before,
	.btn.back .return_bt:hover::before {
		width: 7px;
		height: 7px;
		top: calc(50% - 3.5px);
		left: 15px;
	}

	.btn.back .return_bt:hover {
		box-shadow: 0px 4px #1f543e;
		top: 0;
	}

	.error_messe {
		font-size: 1.8rem;
	}

	.formTable {
		width: auto;
		margin: 30px auto 0;
	}

	.formTable th,
	.formTable td {
		font-size: 13px;
		line-height: 2;
		padding: 5px;
	}

	.formTable th {
		letter-spacing: 0.05em;
		width: 11em;
		min-width: 11em;
	}

	.formTable td {
		width: calc(100% - 11em);
		word-break: break-all;
	}
}