#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;
border: 5px solid #D90245;
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 #28288c;
}

/* 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,.target_btn02 {
	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: #D5CE08;
	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: #dd1a51;
	border: 2px solid #fbc7d5;
	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;
transition: background 0.3s, border 0.3s;
}
.button_general:hover {
color: #fff;
background: #dd1a51;
border: 2px solid #dd1a51;
}
.button_general::before {
position: absolute;
top: 0;
right: 30px;
bottom: 0;
width: 15px;
height: 15px;
margin: auto;
content: '';
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
transition: transform 0.3s ease, right 0.3s ease;
}

/* ホバー時に矢印が右へスライド＋少し回転 */
.button_general:hover::before {
transform: rotate(45deg);
right:25px;
}
footer{
background: #FBEC9E;
padding-bottom: 50px;
}
@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 #28288c;
	}

	.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;
	}
.main_cont02 {
top: -10px;
width: 97%;
padding: 10px 8px;
margin: 100px auto;
border: 3px solid #D90245;
}
.target01 label {
font-size: 120%;
font-weight: 700;
width:80%;
padding: 8px 15px 8px 0;
}
.target01 label i {
padding-right: 0px;
}
}
