/* 
	Create 20200713
	digital-survey.css 
*/

@charset "utf-8";

.conspicuous_text {
	font-size: 1.2rem;
	font-weight: bold;
}

.color_red {
	color: red;
}

.display_block {
	display: block;
}

.flex_container {
	display: flex;
}

.flex_grow {
	flex-grow: 1;
}

.float_none {
	float: none;
}

.height_0 {
	height: 0;
}

.l_font {
	font-size: 1.2em;
}

.l_mb {
	margin-bottom: 20%;
}

.note {
	font-size: .8em;
	font-weight: normal;
}

.radio_button {
	margin-right: 8px;
}

.request_notes {
	font-size: .875rem;
	margin-bottom: 20px;
}

.s_mb {
	margin-bottom: 5%;
}

.s_min_width {
	min-width: 50px;
}

.text_align_center {
	text-align: center;
}

.required {
	font-size: .8em;
}

.rg_font {
	font-size: 1rem;
}

.width_auto {
	width: auto;
}


#agreement #policy {
	height: auto;
	overflow-y: auto;
}

#form_main .form_contents #vehicle_type li {
	text-align: center;
}

#form_main .form_contents #vehicle_type .list_separator {
	margin-bottom: 0;
	margin-top: 5%;
	text-align: left;
	width: 100%;
}

#form_main .form_contents #vehicle_type li.list_separator:first-of-type {
	margin-top: 0;
}

#form_main .form_contents #vehicle_type .list_separator .required {
	font-size: .8em;
	line-height: 1.5;
}

#form_main .form_contents h2 span.note {
	margin: 0;
}

.form_contents dd.w100 {
	width: 100%;
}

.form_contents dd label.float_none {
	display: inline-block;
	float: none;
}

.form_contents .sp_only_flex_direction_column label {
	margin-right: 3%;
}

.form_contents dt.width_auto {
	width: auto;
}


/* confirm */
#form_main.confirm .form_contents #vehicle_type li {
	width: auto;
}

#form_main.confirm .form_contents #vehicle_type li.list_separator {
	width: 100%;
}

#form_main.confirm .form_contents #vehicle_type li p img {
	max-width: 190px;
}

#form_main #form_back_btn .btn_center {
	width: 340px;
	margin: 0 auto 8%;
	overflow: hidden;
}

#form_main.confirm .form_contents .conspicuous_text.container {
	margin-left: 5%;
	margin-right: 5%;
}

#form_main.confirm #form_back_btn .btn_center .btn_box,
#form_main.confirm #form_btn .btn_center .btn_box {
	float: none;
	margin: auto;
	text-align: center;
	width: 50%;
}

#form_main.confirm #form_back_btn .btn_center .btn_box input {
	font-size: 1.1em;
	height: 56px;
	line-height: 56px;
	width: 85%;
}

@media screen and (max-width: 640px){
	.conspicuous_text {
		font-size: 1rem;
	}

	.sp_only_flex_direction_column {
		flex-direction: column;
	}

	.form_contents dd .input_block.sp_65 {
		width: 65%;
	}

	#form_main .form_contents h2 span.note {
		height: auto;
		line-height: 1.5;
		width: auto;
	}


	#form_main #form_back_btn .btn_center {
		max-width: 340px;
		width: 90%;
	}
}