@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media (prefers-reduced-motion: no-preference) {
html:focus-within {
	scroll-behavior: smooth;
	}
}

* {
	box-sizing: border-box;
}

html {
	color: #333;
	font-family: "Roboto","Noto Sans JP",  sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	color: #009944;
	text-decoration: none;
	transition: .3s ease;
	}

a:hover {
	color: #44b0ff;
	}

img {
	display: block;
	width: 100%;
}

.sp {
	display: none;
	}

/* footerここから */
footer {
	position: relative;
	display: block;
	padding: 100px 0 30px;
	text-align: center;
	background: #2E9F92;
}

footer .logo {
	width: 312.54px;
	height: 50px;
	margin: 0 auto 70px;
}

footer p {
	margin: 0 0 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
/* footerここまで */

/* mainここから */
main {
	position: relative;
	display: block;
}
/* mainここまで */

/* 共通ボタンここから */
a.bt {
	display: block;
	width: 120px;
	margin: 0 auto 20px;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #1B9FFF;
	border: 1px solid #1B9FFF;
	border-radius: 15px;
	transition: .3s ease;
}

a.bt:hover {
	color: #1B9FFF;
	background: #fff;
	border: 1px solid #1B9FFF;
}
/* 共通ボタンここまで */


.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	background: #fff;
	border: solid 2px #009944;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.pagetop__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #009944;
	border-right: 3px solid #009944;
	transform: translateY(20%) rotate(-45deg);
}



/* タブレットここから */
@media screen and (max-width: 1024px) {
}
/* タブレットここまで */



/* スマホここから */
@media screen and (max-width: 600px) {

footer {
	padding: 50px 0 20px;
}

footer ul {
	display: none;
}

footer p {
	margin: 0 0 50px;
	font-size: 14px;
	line-height: 2em;
}

footer p span {
	display: none;
}

.sp {
	display: inline;
	}

/* 共通ボタンここから */
a.bt {
	width: 200px;
	margin: 0 auto 40px;
	padding: 16px 0;
	font-size: 16px;
	border-radius: 30px;
}
/* 共通ボタンここまで */


}
/* スマホここまで */





#mv {
}

#content {
	padding: 1rem 1rem 5rem;
}

dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

dt {
	display: block;
	width: 20%;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

dd {
	display: block;
	width: 80%;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}

ul.notice {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 1rem 0;
	font-size: .75em;
	line-height: 1.5em;
}

ul.notice li {
	display: block;
	text-indent: -1em;
	padding: .25rem 0 .25rem 1em;
}

form {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

form .form_input {
	margin: 0 0 1em;
	}

form span.form_label {
	position: relative;
	display: block;
	width: fit-content;
	padding: .2em 0;
	font-size: 1.2em;
	font-weight: 600;
}

form span.req:after {
	position: absolute;
	right: -40px;
	top: 10px;
	margin: 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	content: "必須";
	background: #a00;
	border-radius: 5px;
}

form label {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: .2em 0;
	line-height: 1.5em;
}

form label div {
	width: 100%;
	padding: 5px 0;
}

form label input {
	display: block;
	width: 100%;
	padding: .5rem;
	font-size: 1.2em;
}

form div.menseki label,
form div.jiki label,
form div.kyouryoku label {
	display: inline-block;
	padding-right: 10px;
}

form label input[type=radio] {
	display: inline-block;
	width: auto;
	padding: 0;
}

form label input[type=checkbox] {
	display: inline-block;
	width: auto;
	padding: 0;
}

.bt_submit {
	margin: 0;
	padding: 50px 4vw;
	background: #fff;
}
.bt_submit button {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 28px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #009944;
	border: 1px solid #009944;
	border-radius: 50px;
	transition: .3s ease;
}
.bt_submit button:hover {
	color: #009944;
	background: #fff;
	border: 1px solid #009944;
}
@media screen and (max-width: 600px) {
.bt_submit {
	padding: 10vw 4vw;
}
.bt_submit button {
	width: 270px;
	padding: 18px 0;
	font-size: 4vw;
}
}

.thanks {
	padding: 5rem 0;
	}

.thanks p {
	margin: 0 0 1rem;
	line-height: 2em;
	text-align: center;
	}