@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
header {
}
footer {
}
main {
	width: min(550px, 100%);
	margin: auto;
	font-size: 29px;
	position: relative;
}
section {
}
div {
}
img {
}
a {
}
p {
}
h1 {
}
h2 {
}
h3 {
	text-align: center;
}
h4 {
}
#fv {
}
.cta {
	width: 80%;
	margin: 50px auto;
}
#special_offer {
}
.arrows {
	width: 70%;
	margin: 50px auto;
}
#questionnaire {
}
#questionnaire_list {
}
.questionnaire_item {
	background-color: #022058;
	color: #fff;
	padding: 30px 0;
	margin: 30px auto;
	position: relative;
	display: none;
}
#q1_item{
	display: block;
}
.q_num {
	text-align: center;
	padding-bottom: 25px;
	font-size: 1.4em;
}
.q_text {
	width: 90%;
	min-height: 80px;
	margin: auto;
}
.q_img {
	width: 90%;
	margin: 20px auto;
}
.q_btns {
}
.q_btn {
	width: 90%;
	margin: 20px auto;
}
.q_radio {
	display: none;
}
.q_label {
	display: block;
	background-color: #fff;
	color: #3a3a3a;
	text-align: center;
	border-radius: 25px;
	line-height: 2;
}
input:checked + .q_label {
	background-color: #022058;
	color: #fff;
	border: solid 5px #fff;
	box-sizing: border-box;
}
.q_sub_text {
	position: absolute;
	font-size: 0.65em;
	right: 5%;
	top: 165px;
	font-weight: 400;
}
.font_min {
	font-size: 0.85em;
}
.special_offer2 {position: relative;}
.show_hide{
	position: absolute;
	top: 0;
	width: 100%;
	height: 1200px;
	text-align: center;
	background-image: linear-gradient(0deg, #fff, #fff 88%, #ffffff00);
	padding-top: 40%;
	z-index: 3;
}
.show_hide p{}
#contact {
	background-color: #eeeeee;
	padding: 30px;
}
.fukidashi {
	background-color: #fff;
	width: 90%;
	margin: 0px auto 20px;
	position: relative;
	text-align: center;
	line-height: 2;
	font-size: 0.9em;
	border-radius: 60px;
	color: #022058;
}
.fukidashi::after {
	content: "";
	background: #ffffff;
	height: calc(tan(60deg) * 60px / 2);
	width: 60px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#contact h3 {
	color: #022058;
	font-size: 1.5em;
}
#form {
}
#form input {
	width: 100%;
	margin-top: 5px;
}
#form label {
	font-size: 0.75em;
}
.form_content {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.form_item.form_item_half {
	width: 48%;
}
.required {
	font-size: 0.8em;
	color: #be0201;
	border: solid 1px #be0201;
	padding: 0 10px;
	margin-right: 10px;
	background-color: #fff;
	font-weight: 400;
}
.form_item {
}
.submit_btn {
	width: 70%;
	margin: auto;
}
#hp_link {
	padding: 50px 5%;
}
#footer_fixed{
	width: min(550px, 100%);
	display: flex;
	position: fixed;
	bottom: 0;
	gap: 10px;
	padding-top: 10px;
	background-color: #fff;
	z-index: 9999;
}
#footer_fixed a{}
#footer_fixed a img{}
@media screen and (max-width: 768px) {
	body {
	}
	header {
	}
	footer {
	}
	main {
		font-size: 6vw;
	}
	section {
	}
	div {
	}
	img {
	}
	a {
	}
	p {
	}
	h1 {
	}
	h2 {
	}
	h3 {
	}
	h4 {
	}
	#fv {
	}
	.cta {
	}
	#special_offer {
	}
	.arrows {
	}
	#questionnaire {
	}
	#questionnaire_list {
	}
	.questionnaire_item {
	}
	.q_num {
	}
	.q_text {
	}
	.q_img {
	}
	.q_btns {
	}
	.q_btn {
	}
	.q_radio {
	}
	.q_label {
	}
	input:checked + .q_label {
	}
	.q_sub_text {
	}
	.font_min {
	}
	.special_offer2 {
	}
	#contact {
	}
	.fukidashi {
		font-size: 0.8em;
	}
	.fukidashi::after {
	}
	#contact h3 {
		font-size: 1.2em;
	}
	#form {
	}
	#form input {
	}
	#form label {
		font-size: 0.65em;
	}
	.form_content {
	}
	.form_item.form_item_half {
	}
	.required {
		margin-right: 1.5vw;
		padding: 0 1.4vw;
	}
	.form_item {
	}
	.submit_btn {
	}
	#hp_link {
	}
}