@charset "UTF-8";

:root {
	--color_theme: #f48300;
	--color_red: #d70c19;
}

.intro {
	padding: 40px 0 60px;
	text-align: center;
}

.intro_date {
	margin-top: 30px;
}

.intro_date_dl {
	display: table;
	margin: 0 auto;
	border: 3px solid currentColor;
	border-radius: 10px;
	color: var(--color_red);
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

.intro_date_dl * {
	font-weight: inherit;
}

.intro_date_dl > dt,
.intro_date_dl > dd {
	display: table-cell;
	padding: 20px 30px;
	vertical-align: middle;
}

.intro_date_dl > dt {
	background: var(--color_red);
	color: #ffffff;
}

.cmnttl {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	background: var(--color_theme);
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

.flow {
	font-size: 15px;
}

.flow_cnt {
	padding: 20px 0 80px;
}

.flow_list {
	list-style-type: none;
	padding-left: 40px;
}

.flow_item {
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
}

.flow_item:last-child {
	/* border-bottom: none; */
}

.flow_item_ttl {
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}

.flow_item_ttl span {
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: 10px;
	color: var(--color_red);
	font-size: 32px;
}

.flow_letter {
	margin-top: 50px;
	padding: 35px 40px;
	background-color: #f7f7f7;
}

.flow_letter em {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.flow_sec {
	margin-top: 50px;
}

.flow_sec_ttl {
	margin-bottom: 20px;
	padding: 5px 15px;
	border-left: 5px solid var(--color_red);
	background: #f3f3f1;
	font-weight: bold;
	font-size: 18px;
}

.flow_sec_text em {
	color: var(--color_red);
	text-decoration: underline;
}

.flow_sec_img {
	margin-top: 20px;
}

.flow_sec_check {
	margin-top: 20px;
	font-size: 17px;
}

.flow_sec_check > li {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	font-weight: bold;
}

.flow_sec_check > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url("/img/campaign/harunokagaage/img-form-flow-check@2x.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.flow_sec_cmnlist {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.flow_sec_cmnlist.-exam,
.flow_sec_cmnlist.-none {
	text-align: center;
}

.flow_sec_cmnlist figcaption {
	margin-top: 10px;
}

.flow_sec_cmnlist.-notice figure {
	max-width: 300px;
}

.flow_sec_none {
	margin-top: 40px;
}

.flow_sec_none_ttl {
	color: var(--color_red);
	font-weight: bold;
	font-size: 17px;
}

.form {
	font-size: 15px;
}

.form input[type=text],
.form textarea {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #dddddd;
	font-size: 16px;
}

.form input[type="text"].error {
	background: rgba(215, 12, 25, 0.1);
}

.form textarea {
	min-height: 12em;
}

.form_wrap {
	padding: 50px 0 120px;
	background: #f5f4f2;
}

.form_sec {
	margin-top: 80px;
}

.form_sec:first-child {
	margin-top: 0;
}

.form_ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #333333;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}

.form_req {
	display: inline-block;
	height: 22px;
	margin-left: 10px;
	padding: 0 10px;
	background: var(--color_red);
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	vertical-align: middle;
}

.form_text {
	margin-top: 20px;
}

.form_course {
	width: 100%;
	margin-top: 30px;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
}

.form_courseTtl {
	color: var(--color_theme);
	font-weight: bold;
	font-size: 22px;
}

.form_receipt,
.form_image {
}

.form_receipt_btn input,
.form_image_btn input {
	font-size: 16px;
}

.form_receipt_list,
.form_image_list {
	margin-top: 20px;
}

.form_user {
	display: table;
	width: 100%;
}

.form_user dl {
	display: table-row;
}

.form_user dl > dt,
.form_user dl > dd {
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.form_user dl > dt {
	width: 10em;
}

.form_user dl > dt.-vat {
	vertical-align: top;
}

.form_row {
	display: -webkit-box;
	display: flex;
	margin-top: 10px;
}

.form_row:first-child {
	margin-top: 0;
}

.form_col.-pref {
	margin-right: 10px;
}

.form_col.-addr {
	flex: 1;
}

.form_zip {
	display: inline-block;
	position: relative;
	width: 240px;
	margin-right: 10px;
}

.form_zip::before {
	content: "〒";
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -0.5em;
	color: #333333;
	line-height: 1;
}

.form_zip input[type=text] {
	padding-left: 35px;
}

.form_select {
	display: inline-block;
	position: relative;
	min-width: 160px;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background: none;
	line-height: 1.5;
	vertical-align: middle;
}

.form_select.-large {
	width: 350px;
}

.form_select::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 10;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 8px 4px 0 4px;
	border-style: solid;
	border-color: #333333 transparent transparent transparent;
	pointer-events: none;
}

.form_select select {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 12px 30px 12px 12px;
	border: 0;
	background: transparent;
	background: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	outline: none;
	cursor: pointer;
	        appearance: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
}

.form_select select.error {
	background: rgba(215, 12, 25, 0.1);
}

.form_select select::-ms-expand {
	display: none;
}

.form_radio {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.form_radio > label {
	display: inline-block;
	cursor: pointer;
	/* margin-right: 10px; */
}

.form_radio > label input {
	visibility: hidden;
	position: absolute;
}

.form_radio > label em {
	display: inline-block;
	position: relative;
	min-width: 120px;
	padding: 12px 12px 12px 40px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #ffffff;
	font-size: 16px;
	line-height: 1;

	user-select: none;
}

.form_radio > label em::before {
	content: "\e918";
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -0.5em;
	color: #cccccc;
	font-size: 18px;
	font-family: icomoon;
}

.form_radio > label input:checked + em::before {
	color: var(--color_red);
}

.form_radio > label input.error + em {
	background: rgba(215, 12, 25, 0.1);
}

.form_ques dl:not(:first-child) {
	margin-top: 40px;
}

.form_ques dl > dd {
	margin-top: 10px;
}

.form_check {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.form_check > label {
	margin-right: 20px;
	cursor: pointer;
}

.form_check > label input {
	margin-right: 3px;
	margin-left: 0;
	font-size: 20px;
}

.form_submit {
	margin-top: 50px;
	text-align: center;
}

.form_submit button {
	width: 100%;
	max-width: 500px;
	height: 100px;
	padding: 0;
	border: none;
	border-radius: 50px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	background: var(--color_red);
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 100px;
	cursor: pointer;

	-webkit-appearance: none;
}

.form_submit button:disabled {
	background: #999999;
}

.form_msg {
	display: none;
	margin-top: 50px;
	font-size: 14px;
}

.form_msg p {
	margin-top: 10px;
	padding: 10px 12px;
	border: 2px solid;
	background: #ffffff;
}

.form_msg p.success {
	border-color: #33ab3e;
}

.form_msg p.error {
	border-color: var(--color_red);
	color: var(--color_red);
}

.form_msg p.debug {
	border-color: #d2a800;
}

.form_loader {
	display: none;
	margin-top: 20px;
	text-align: center;
}

.form label.error {
	display: block;
	margin-top: 5px;
	padding-left: 1em;
	color: var(--color_red);
	font-size: 14px;
	text-indent: -1em;
}

.form label.error::before {
	content: "＊";
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.intro {
		padding: 20px 0 30px;
	}

	.intro_date_dl {
		display: block;
	}

	.intro_date_dl > dt,
	.intro_date_dl > dd {
		display: block;
		padding: 10px;
	}

	.intro_date_dl > dt {
		font-size: 15px;
	}

	.cmnttl {
		padding: 15px 0;
		font-size: 16px;
	}

	.flow {
		font-size: 14px;
	}

	.flow_cnt {
		padding: 10px 0 20px;
	}

	.flow_list {
		padding-left: 0;
	}

	.flow_item {
		padding: 20px 0;
	}

	.flow_item_ttl {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 1.5;
	}

	.flow_item_ttl span {
		position: static;
		margin-right: 5px;
		font-size: 24px;
		line-height: 1;
	}

	.flow_sec {
		margin-top: 30px;
	}

	.flow_sec_ttl {
		padding: 10px 012px;
		font-size: 15px;
	}

	.flow_sec_check {
		font-size: 15px;
	}

	.flow_sec_cmnlist {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.flow_sec_cmnlist figure {
		width: calc(50% - 10px);
	}

	.flow_sec_cmnlist.-none figcaption,
	.flow_sec_cmnlist.-notice figcaption {
		font-size: 13px;
	}

	.flow_sec_none {
		margin-top: 30px;
	}

	.flow_sec_none_ttl {
		font-size: 15px;
	}

	.form {
		font-size: 14px;
	}

	.form_wrap {
		padding: 40px 0;
	}

	.form_sec {
		margin-top: 40px;
	}

	.form_ttl {
		font-size: 16px;
	}

	.form_req {
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	.form_course {
		margin-top: 20px;
	}

	.form_courseTtl {
		font-size: 18px;
	}

	.form_user dl {
		display: block;
	}

	.form_user dl:not(:first-child) {
		margin-top: 20px;
	}

	.form_user dl > dt,
	.form_user dl > dd {
		display: block;
		padding: 0;
	}

	.form_user dl > dt {
		margin-bottom: 5px;
		font-weight: bold;
	}

	.form_row {
		display: block;
	}

	.form_col.-pref {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.form_radio {
		flex-wrap: wrap;
		margin-top: -10px;
	}

	.form_radio > label {
		margin-top: 10px;
	}

	.form_ques dl:not(:first-child) {
		margin-top: 20px;
	}

	.form_ques dl > dt {
		font-weight: bold;
	}

	.form_submit {
		margin-top: 30px;
	}

	.form_submit button {
		height: 60px;
		border-radius: 30px;
		font-size: 16px;
		line-height: 60px;
	}
}
