/*
theme Name: blank child
Template: blank
Author: tsukuruhito
Description: ここにテーマの説明が入ります
version： 1.0.0
*/


/*****************************
 * 
 * toppage
 * 
 * ***************************/
/* section.toppage{
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.toppage a{
	display: block;
	margin: 0 auto 10px;
	font-size: 20px;
	border: 1px solid #464e5e;
	width: 300px;
	max-width: 90%;
	padding: 5px 5px;
	background-color: #8894AC;
	color: #fff;
	letter-spacing: 1px;
}
 */

/*****************************
 * 
 * subpage
 * 
 * ***************************/
/* h1.subpage_ttl.page_ttl {
	text-align: center;
}
.section__inner {
	width: 1000px;
	max-width: 90%;
	margin: 40px auto;
	padding: 30px 20px;
	box-shadow: 1px 1px 30px 5px #ddd;
	border-radius: 10px;
}

p.question {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}
p.question span {
	background-color: #8894AC;
	color: #fff;
	padding: 5px 5px;
	margin-right: 10px;
	font-size: 20px;
	border-radius: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 60px;
}
p.question span.q_guide {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	width: 100%;
	background: none;
}
.answers {
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 400px;
	max-width: 90%;
}

.form-2 .answers {
    flex-direction: row;
}

img.img {
	display: block;
	margin: auto;
}

.answers label {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	width: 100%;
}
.answers label:last-child {
	margin-bottom: 0;
}


.form-3001 .answers,
.form-3002 .answers,
.form-3003 .answers,
.form-3004 .answers,
.form-3005 .answers {
	width: 800px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-3001 .answers label,
.form-3002 .answers label,
.form-3003 .answers label,
.form-3004 .answers label,
.form-3005 .answers label {
	max-width: 30%;
}


@media screen and (max-width: 480px) {
	.form-3001 .answers label,
	.form-3002 .answers label,
	.form-3003 .answers label,
	.form-3004 .answers label,
	.form-3005 .answers label {
		max-width: 45%;
	}
}
input[type="text"] {
	box-shadow: 1px 1px 6px 1px #ddd;
	width: 100%;
	display: block;
	padding: 10px 8px;
	font-size: 18px;
}

input[type='submit'] {
	display: block;
	margin: 0 auto 10px;
	font-size: 20px;
	border: 1px solid #464e5e;
	width: 300px;
	max-width: 90%;
	padding: 5px 5px;
	background-color: #8894AC;
	color: #fff;
	letter-spacing: 1px;
}
input[type='button'].prev {
	display: block;
	margin: 0 auto 10px;
	font-size: 20px;
	border: 1px solid #464e5e;
	width: 300px;
	max-width: 90%;
	padding: 5px 5px;
	color: #8894AC;
	letter-spacing: 1px;
	text-align:center;
}

	select#js_year,
	select#js_month,
	select#js_day {
	padding: 10px 5px;
	border: 1px solid #ddd;
	width: 90px;
	text-align: right;
    color: #000;
}


@media screen and (max-width: 480px) {

	select#js_year,
	select#js_month,
	select#js_day {
		width: 80%;
		margin-right: 10px;
		margin-bottom: 5px;
		padding: 10px 15px;
	}
	form.form-1003 label {
		text-align: center;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: center;
	}

}
 */
/*結果ページ*/
/* p.shindan_midashi {
	font-size: 20px;
	font-weight: 600;
	margin: 15px 0 10px;
}

p.shindan_text {
	line-height: 180%;
	font-size: 15px;
}
a.shindan_btn {
	width: 400px;
	max-width: 90%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8894AC;
	color: #fff;
	border-radius: 30px;
	margin: 30px auto 0;
} */