body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-optical-sizing: auto;
	line-height: 1.5;
	background: url("../../assets/img/whole_bg02.png");
	background-repeat: repeat;
	background-position: center center;
}

header {
	width: 98%;
	padding: 20px 0 90px;
	margin: 0 auto;
	background: var(--header-color);
}

.main_cont_bg {
	position: relative;
}

.header_logo {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 30%;
	transform: translateX(-50%);
}

.header_logo img {
	width: 100%;
}

.main_cont_bg02 {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgb(0 0 0 / 50%);
}

.main_cont {
	position: relative;
	top: -70px;
	width: 85%;
	max-width: 1600px;
	padding: 20px;
	margin: 0 auto 100px;
	background: #fff;
	border: 5px solid #fccf00;
	border-radius: 10px;
	animation: puyon 1s linear 0s 1;
}

.main_cont02 {
	position: relative;
	top: 0;
	width: 85%;
	max-width: 1500px;
	padding: 0 0 40px;
	margin: 100px auto;
	background: #fff;
	animation: puyon 0.8s linear 0s 1;
}

@keyframes puyon {
	0% {
		transform: scale(1, 1) translate(0%, 8%);
	}

	100% {
		transform: scale(1, 1) translate(0%, 0%);
	}

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fo_140 {
	font-size: 140%;
	font-weight: 600;
}

h1 {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto 15px;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #cb052a;
	border-radius: 0;
}

h2 {
	position: relative;
	padding: 10px 0;
	margin: 10px auto 30px;
	font-size: 200%;
	font-weight: bold;
	color: #cd2c24;
	text-align: center;
	border-bottom: dotted 4px var(--sub-color);
}

h2::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	content: "";
	background-image: url("../../assets/img/senior_mark02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

h2::after {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	content: "";
	background-image: url("../../assets/img/senior_mark02.png");
	background-repeat: no-repeat;
	background-size: contain;
}

h4 {
	font-size: 120%;
	font-weight: bold;
}

h4::before {
	position: relative;
	top: 5px;
	right: 5px;
	content: url("../../assets/img/cyuui_mark.png");
}

h6 {
	position: relative;
	padding: 20px 0 15px;
	margin: 0 auto;
	font-size: 110%;
	font-weight: bold;
	color: #525050;
	text-align: center;
}

h6::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 10px;
	vertical-align: middle;
	content: "";
	background-image: url("../../assets/img/senior_mark.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.list02 {
	position: relative;
	padding: 5px 0 5px 17px;
	line-height: 1.3;
	text-align: left;
}

.list02::after {
	position: absolute;
	top: 13px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: "";
	background-color: #6b7b77;
	border-radius: 50%; /* これで?形になりま? */
}

.pink_box {
	width: 95%;
	padding: 10px 0 20px;
	margin: 0 auto;
	font-size: 140%;
	font-weight: 600;
	background: #fff0f5;
}

.pink_box p {
	width: 95%;
	margin: 10px auto 0;
	font-size: 140%;
	font-weight: bold;
	color: var(--empha-color);
}

.kakunin_box {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin: 10px;
	background-color: #eee;
	box-shadow: 3px 3px 2px rgb(0 0 0 / 30%);
}
/* ?承しました */
.check_box {
	margin: 60px auto 20px;
	text-align: center;
}

.check_btn input[type="checkbox"] {
	display: none;
}

.check_btn label {
	position: relative;
	padding-left: 50px;
	font-size: 180%;
	font-weight: bold;
}

.check_btn input[type="checkbox"] + label::before {
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	width: 50px;
	height: 50px;
	content: "";
	border: 2px solid #000;
	border-radius: 3px;
}

.check_btn input[type="checkbox"] + label::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	display: block;
	width: 15px;
	height: 40px;
	content: "";
	border-right: 8px solid #ef001d;
	border-bottom: 8px solid #ef001d;
	transform: rotate(45deg) scale(0, 0);
	transition: 0.3s;
}

.check_btn input[type="checkbox"]:checked + label {
	color: #ef001d;
}

.check_btn input[type="checkbox"]:checked + label::before {
	background: #fff0f0;
	border: 2px solid #ef001d;
	border-radius: 50%;
}

.check_btn input[type="checkbox"]:checked + label::after {
	transform: rotate(45deg) scale(1, 1);
}

.kakunin_btn {
	width: 80%;
	padding: 20px 0;
	margin: 0 auto;
}

button.kakunin {
	width: 100%;
	padding: 15px 0;
	margin: 0 auto 20px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	background: #ca012d;
	border: none;
	border-radius: 5px;
	transition:
		background 0.8s ease,
		color 0.8s ease; /* ? 追? */
}

button.kakunin:disabled {
	color: #333; /* 無効時??字色を少し暗くする? */
	pointer-events: none; /* マウスイベントを無効? */
	cursor: default;
	background: #ffd61b;
}

button.kakunin:hover {
	opacity: 0.6;
}

.warning_cent {
	position: relative;
	padding: 30px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #cd2c24;
	text-align: center;
}

.warning_cent::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	content: url("../../assets/img/cyuui_mark.png");
	transform: translateX(-50%);
}

.flex_q img {
	width: 100%;
}

.flex_q {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 10px;
	margin: 20px auto;
	border-bottom: solid 2px var(--accent-color);
}

.flex_q.fade {
	display: none;
}

.flex_q.fade.show {
	display: block;
}

.flex_q p {
	font-size: 140%;
	font-weight: 600;
	text-align: center;
}

.q_last {
	border-bottom: none;
}
/* Qボタン */
.q_cent,
.q_cent02 {
	margin-top: 10px;
	font-size: 180%;
	font-weight: 700;
}

.q_cent::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url("../../assets/img/q_mark.png");
}

.q_cent02 {
	color: #dd1c08;
	text-align: center;
}

.target_btn {
	display: none;
}

.target01 {
}

.target01 label {
	display: block;
	width: 78%;
	padding: 8px 15px 8px 0;
	margin: 0 auto;
	font-size: 150%;
	font-weight: 900;
	color: #313131;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: var(--btn-color03);
	border: 3px solid var(--main-color);
	border-radius: 5px;
	filter: drop-shadow(0 1px 2px #ccc);
	transition: 0.2s ease-in-out;
}

.target02 label {
	width: 90%;
	padding: 15px 10px;
	margin: 0 auto 20px;
	font-size: 130%;
	font-weight: 900;
	color: #495799;
	background: #ffd61b;
	border: 2px solid #ffd61b;
	border-radius: 10px;
	box-shadow:
		rgb(50 50 93 / 25%) 0 2px 5px -1px,
		rgb(0 0 0 / 30%) 0 1px 3px -1px;
}

.target01 label i {
	padding-right: 5px;
	font-size: 95%;
	color: var(--btn-color03);
	transition: 0.3s ease-in-out;
}

.target01 label:hover {
	color: #fff;
	background: var(--main-color);
	border: 3px solid var(--main-color);
}

.target01 label:hover i {
	color: #fff;
}

.target_btn:checked + label {
	color: #fff;
	background-color: #dd1a51;
	border: 4px solid #fbc7d5;
	border-radius: 10px;
}

.target_btn:checked + label i {
	color: #fff;
}

.yesno_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px auto;
}

.button_general {
	position: relative;
	width: 90%;
	padding: 10px 0;
	margin: 50px auto;
	font-size: 200%;
	font-weight: 900;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	cursor: pointer;
	background: #dd1a51;
	border: 4px solid #fbc7d5;
	border-radius: 10px;
	box-shadow:
		rgb(50 50 93 / 25%) 0 2px 5px -1px,
		rgb(0 0 0 / 30%) 0 1px 3px -1px;
}

.button_general:hover {
	color: #fff;
	background: #c30000;
	border: 4px solid #dd1a51;
}

.button_general::before {
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	content: "";
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	transition: right 0.3s ease;
}

.button_general:hover::before {
	right: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

#submitButton {
	display: none;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

#submitButton.show {
	display: block;
	pointer-events: auto;
	opacity: 1;
	animation: puyon 0.5s linear 0s 1;
}
/* footer */
footer {
	background: #fff;
	border-top: dotted 2px var(--main-color);
}

.footer_logo {
	width: 30%;
	margin: 20px auto 10px;
}

.footer_logo img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 890px) {
	h2 {
		font-size: 170%;
	}

	.kakunin_box {
		width: 70%;
	}

	.q_cent,
	.q_cent02 {
		width: 96%;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 140%;
	}

	.flex_q {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 10px auto;
		border-bottom: dotted 4px var(--sub-color);
	}

	.flex_q p {
		width: 96%;
		margin: 0 auto;
		font-size: 130%;
		text-align: left;
	}

	.q_last {
		border-bottom: none;
	}

	.yesno_flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 30px auto;
	}

	.main_cont {
		top: -80px;
		width: 85%;
		padding: 20px;
		border-radius: 10px;
	}

	.button_general {
		width: 95%;
		margin: 50px auto;
		font-size: 150%;
	}

	.check_btn label {
		padding-left: 40px;
		font-size: 150%;
	}

	.check_btn input[type="checkbox"] + label::before {
		top: 5px;
		left: 8px;
		width: 30px;
		height: 30px;
	}

	.check_btn input[type="checkbox"] + label::after {
		bottom: 10px;
		left: 20px;
		width: 10px;
		height: 30px;
		border-right: 7px solid #ef001d;
		border-bottom: 7px solid #ef001d;
	}
}

@media screen and (max-width: 600px) {
	h1 {
		padding: 15px 5px;
		margin: 0 auto 10px;
		font-size: 160%;
	}

	h2 {
		position: relative;
		padding: 10px 0 15px;
		margin: 5px auto 20px;
		font-size: 140%;
		font-weight: bold;
		line-height: 1.2;
		text-indent: 0;
	}

	h2::before {
		position: absolute;
		top: 10px;
		left: 5px;
		opacity: 0.2;
	}

	h2::after {
		position: absolute;
		top: 10px;
		right: 5px;
		opacity: 0.2;
	}

	h4 {
		font-size: 105%;
	}

	h4::before {
		position: relative;
		top: 0;
		right: 5px;
		content: url("../../assets/img/cyuui_mark_sp.png");
	}

	.pink_box {
		width: 95%;
		padding: 5px 0 20px;
		margin: 10px auto;
		font-size: 115%;
		border: 1px solid #ff7b7b;
		border-radius: 3px;
	}

	.flex_q p {
		width: 96%;
		margin: 0 auto;
		font-size: 120%;
		line-height: 1.4;
	}

	.target01 label {
		width: 85%;
		font-size: 120%;
	}

	.q_cent,
	.q_cent02 {
		width: 96%;
		margin: 0 auto;
		margin-top: 30px;
		font-size: 130%;
	}

	.main_cont {
		top: -50px;
		width: 98%;
		padding: 0 0 15px;
		margin: 0 auto 100px;
		background: #fff;
		border: 1px solid #e81f1f;
		border-top: none;
		border-radius: 0;
	}

	.main_cont02 {
		width: 98%;
		margin: 90px auto;
	}

	header {
		padding: 5px 0 50px;
		margin: 0 auto;
	}

	.header_logo {
		width: 50%;
	}

	.kakunin_box {
		width: 90%;
	}

	.target01 label {
		font-size: 130%;
	}

	.target01 label i {
		font-size: 90%;
	}

	.target02 label {
		width: 96%;
		padding: 10px 8px;
		margin: 0 auto 30px;
		font-size: 130%;
		font-weight: 900;
	}
	/* ?承しました */
	.check_box {
		margin: 50px auto 20px;
	}

	.check_btn label {
		padding-left: 35px;
		font-size: 135%;
	}

	.check_btn input[type="checkbox"] + label::before {
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
	}

	.check_btn input[type="checkbox"] + label::after {
		bottom: 50px;
		left: 13px;
		width: 10px;
		height: 30px;
		border-right: 7px solid #ef001d;
		border-bottom: 7px solid #ef001d;
	}

	.kakunin_btn {
		width: 95%;
		padding: 15px 0;
	}

	button.kakunin {
		width: 100%;
		padding: 15px 0;
		font-size: 25px;
	}

	button.kakunin:disabled {
		font-size: 20px;
	}

	.button_general:hover {
		color: #fff;
		background: #c30000;
		border: 4px solid #dd1a51;
	}

	.button_general::before {
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.button_general:hover::before {
		right: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
