body {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-optical-sizing: auto;
	line-height: 1.5;
	background: url('../img/whole_bg02.png');
	background-repeat: repeat;
	background-position: center center;
}

#submitButton {
	display: none;
}

header {
	width: 99%;
	padding: 20px 0 90px;
	margin: 0 auto;
	background: #fff;
}

.main_cont_bg {
	position: relative;
}

.main_cont_bg {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: rgb(0 0 0 / 50%);
}

.main_cont {
	position: relative;
	top: -70px;
	width: 85%;
	max-width: 1300px;
	padding: 20px;
	margin: 0 auto 100px;
	background: #fff;
	border: 5px solid #4398f8;
	border-radius: 10px;
	animation: puyon 1s linear 0s 1;
}

.main_cont02 {
	position: relative;
	top: 0;
	width: 85%;
	max-width: 1300px;
	padding: 20px;
	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;
	}
}

h1 {
	width: 80%;
	padding: 20px 0 8px;
	margin: 0 auto;
	font-size: 250%;
	font-weight: 900;
	color: #fff;
	text-align: center;
	background: #4398f8;
	border-radius: 30px;
}

.q_mark {
	margin: 10px 0;
	font-size: 150%;
	font-weight: bold;
	color: #ff355b;
}

.flex_q {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 10px;
	margin: 10px 0;
	border-bottom: solid 1px #4398f8;
}

/* Qボタン */
.q_cent {
	font-size: 140%;
	font-weight: 700;
}

.q_cent02 {
	padding: 5px 0 10px;
	font-size: 140%;
	font-weight: 700;
}

.q_cent::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url('../img/q_mark.png');
}

.q_cent02::before {
	position: relative;
	top: 5px;
	left: 0;
	content: url('../img/cyuui_mark.png');
}

.target_btn {
	display: none;
}

.target01 {
}

.target01 label {
	display: block;
	width: 75%;
	padding: 8px 15px 8px 0;
	margin: 0 auto;
	font-size: 120%;
	font-weight: 900;
	color: #313131;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #eee;
	border: 2px solid #eee;
	border-radius: 3px;
	filter: drop-shadow(0 1px 2px #ccc);
	transition: 0.3s ease-in-out;
}

.target02 label {
	color: #fff;
	background: #6db8e7;
}

.target01 label i {
	padding-right: 5px;
	color: #eee;
}

.target01 label:hover {
	color: #fff;
	background: #4498cd;
	opacity: 0.8;
}

.target_btn:checked + label {
	color: #fff;
	background-color: #dd1a51;
	border: 2px solid #fbc7d5;
	border-radius: 10px;
}

.target02 label:hover {
	color: #fff;
	background: #1079bc;
	opacity: 0.8;
}

.target_btn02:checked + label {
	color: #fff;
	background-color: #423c3e;
	border: 2px solid #b4b4b4;
	border-radius: 10px;
}

.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: #0fbcbf;
	border: 2px solid #0fbcbf;
	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: #dd1a51;
	border: 2px 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);
}

.button_general:hover::before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media screen and (max-width: 850px) {
	.q_cent,
	.q_cent02 {
		font-size: 125%;
	}

	.flex_q {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 10px auto;
		border-bottom: dashed 2px #4398f8;
	}

	.yesno_flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 30px auto;
	}

	.main_cont {
		position: relative;
		top: -80px;
		width: 85%;
		max-width: 1300px;
		padding: 20px;
		margin: 0 auto 100px;
		background: #fff;
		border: 5px solid #4398f8;
		border-radius: 10px;
	}

	.button_general {
		width: 95%;
		margin: 50px auto;
		font-size: 150%;
	}
}

@media screen and (max-width: 520px) {
	.main_cont {
		position: relative;
		top: -80px;
		width: 90%;
		max-width: 1300px;
		padding: 15px 10px;
		margin: 0 auto 100px;
		background: #fff;
		border: 5px solid #4398f8;
		border-radius: 10px;
	}

	.target01 label {
		font-size: 110%;
		font-weight: 700;
	}
}
