@charset "utf-8";

/* 共通要素
--------------------------------------------------*/
html {
	height: 100%;
}

body {
	height: 100%;
}

.wrapper {
}

article {
	padding-top: 100px;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

/* フォームタイトル */
.form-ttl-body {
	margin: 80px auto 60px;
}

.form-ttl-body .form-ttl-logo {
	width: 120px;
	height: auto;
	margin: 0 auto 60px;
}

.form-ttl-body .text__align-center {
	text-align: center;
}

.form-ttl-body .text__size-14 {
	font-size: 14px;
}

.form-ttl-body .text__size-16 {
	font-size: 16px;
}

.form-ttl-body .text__size-22 {
	font-size: 22px;
}

.form-ttl-body .font__weight-b {
	font-weight: bold;
}

.form-ttl-body .text__bg-ff3355 {
	background: #ff3355;
	padding: 10px;
}

.form-ttl-body .text__bg-036eb8 {
	background: #036eb8;
	padding: 10px;
}

.form-ttl-body .text__color-fff {
	color: #fff;
}

.form-ttl-body .text__color-d11514 {
	color: #d11514;
}

.block__w-700 {
	width: 700px;
	margin: 0 auto;
}

.block__border {
	border: 2px solid #000;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 20px 10px;
}

h1 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 30px;
}

.form-ttl-body hr.border-60 {
	width: 60px;
	margin: 10px auto 40px;
	display: block;
	border-color: #000;
	border-width: 1px;
}

.form-ttl-body ul.list-square {
	margin: 10px auto 0;
	width: 500px;
}

.form-ttl-body ul.list-square li {
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.6;
}

.form-ttl-body ul.list-square li::before {
	content: '□';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.form-ttl-body {
		width: 100%;
		padding: 0 20px;
	}
	
	.form-ttl-body ul.list-square {
		width: 100%;
	}

	h1 {
		font-size: 26px;
		line-height: 1.5;
	}

	.form-ttl-body .text__size-16 {
		font-size: 14px;
	}

	.form-ttl-body .text__size-22 {
		font-size: 18px;
	}

	.form_container {
		padding: 50px 20px 80px;
	}

	.form-ttl-body ul.list-square li {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.form-ttl-body {
		margin: 40px auto 60px;
	}

	.form-ttl-body .block__w-700 {
		width: calc(100% - 20px);
	}

	.form-ttl-body .block__border {
		padding: 10px 20px;
	}
}

/* フォームタイトル */

.form_container {
	padding: 60px 20px 125px;
	background-color: #f4f4f4;
}

.form_container .step_list {
	width: 440px;
	max-width: 440px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.form_container .step_list {
		width: 100%;
		margin: 0 auto;
	}
}

#form_box {
	width: 800px;
	margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
	#form_box {
		width: 100%;
		margin: 50px auto 0;
	}
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	width: 100%;
	padding: 13px 20px 13px 20px;
	font-family: 'AppleSystem', 'Yu Gothic', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, Osaka, 'MS UI Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	-webkit-appearance: none;
}
@media screen and (max-width: 768px) {
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	textarea {
		padding: 11px 15px 11px 15px;
		font-size: 14px;
	}
}

textarea {
	height: 220px;
	padding: 13px 20px 13px 20px;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	textarea {
		height: 220px;
		padding: 11px 15px 11px 15px;
		font-size: 14px;
	}
}

select {
	width: 100%;
	padding: 13px 20px 13px 20px;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	select {
		padding: 11px 15px 11px 15px;
		font-size: 14px;
		border-radius: 2px;
	}
}
select::-ms-expand {
	display: none;
}

.radio input[type='radio'],
.input-check input[type='checkbox'] {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: 2px solid #afafaf;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.radio input[type='radio'],
	.input-check input[type='checkbox'] {
		width: 16px;
		height: 16px;
		border: 2px solid #afafaf;
	}
}
.radio input[type='radio']:checked,
.input-check input[type='checkbox']:checked {
	border-color: #e57504;
}
.radio input[type='radio']:checked::before,
.input-check input[type='checkbox']:checked::before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 4px;
	width: 5px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #e57504;
	border-right: 2px solid #e57504;
}
@media screen and (max-width: 768px) {
	.radio input[type='radio']:checked::before,
	.input-check input[type='checkbox']:checked::before {
		top: 1px;
		left: 4px;
		width: 5px;
		height: 8px;
	}
}

.radio label,
.input-check label {
	display: block;
	cursor: pointer;
}
.radio label:not(:first-child),
.input-check label {
	margin-top: 18px;
}
@media screen and (max-width: 768px) {
	.radio label:not(:first-child),
	.input-check {
		margin-top: 10px;
	}
}

.radio label span,
.input-check label span {
	display: inline-block;
	margin-left: 12px;
	font-family: 'AppleSystem', 'Yu Gothic', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, Osaka, 'MS UI Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.radio label span,
	.input-check label span {
		font-size: 14px;
		line-height: 16px;
	}
}

#form_box .errormessage01 {
	margin-top: 60px;
	color: #a50404;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .errormessage01 {
		margin-top: 40px;
		color: #a50404;
		font-size: 14px;
	}
}

#form_box .form_caution {
	margin-bottom: 40px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .form_caution {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

#form_box .form_caution span {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .form_caution span {
		font-size: 14px;
	}
}

#form_box .note {
	font-size: 12px;
	margin-top: 10px;
	color: #444;
}

#form_box .note span {
	text-decoration: underline;
}

#form_box table {
	width: 100%;
}

#form_box table tr:not(:first-child) {
	display: block;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	#form_box table tr:not(:first-child) {
		display: block;
		margin-top: 30px;
	}
}

#form_box table tr th {
	display: block;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	#form_box table tr th {
		font-size: 14px;
	}
}

#form_box table tr td {
	display: block;
	width: 100%;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#form_box table tr td {
		margin-top: 13px;
	}
}

#form_box .font_red {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.01em;
	color: #a50404;
}
@media screen and (max-width: 768px) {
	#form_box .font_red {
		font-size: 11px;
	}
}

#form_box th .font_red {
	margin-left: 15px;
}
@media screen and (max-width: 768px) {
	#form_box th .font_red {
		margin-left: 5px;
	}
}

#form_box input[type='hidden'] + .font_red {
	display: block;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#form_box input[type='hidden'] + .font_red {
		margin-top: 10px;
	}
}

#form_box .column2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#form_box .column2 {
	}
}

#form_box .column2 > label {
	width: 380px;
}
@media screen and (max-width: 768px) {
	#form_box .column2 > label {
		width: 100%;
	}
	#form_box .column2 label + label {
		margin-top: 10px;
	}
}

#form_box .select_wrap {
	width: 380px;
	max-width: 380px;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#form_box .select_wrap {
		width: 100%;
	}
}

#form_box .select_wrap:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
	#form_box .select_wrap:before {
		top: 17px;
		right: 17px;
	}
}

#form_box .input-num {
	width: 380px;
	max-width: 380px;
}
@media screen and (max-width: 768px) {
	#form_box .input-num {
		width: 100%;
	}
}

input[type='text'].error,
input[type='email'].error,
input[type='tel'].error,
textarea.error,
select.error {
	border: 1px solid #a50404;
	background-color: #fdf5f5;
}
input[type='text'].error,
input[type='email'].error,
input[type='tel'].error,
textarea.error,
select.error {
	border: 1px solid #a50404;
	background-color: #fdf5f5;
}

#form_box .send_btn_block {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	#form_box .send_btn_block {
		margin-top: 30px;
	}
}

input[type='submit'] {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 20px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #ffffff;
	border: none;
	border-radius: 2px;
	background-color: #ef8200;
	-webkit-appearance: none;
	cursor: pointer;
	transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
	input[type='submit'] {
		width: 80%;
		padding: 20px 10px 17px 10px;
		font-size: 14px;
	}
}
input[type='submit']:hover {
	opacity: 0.7 !important;
}

.confirm_page .form_check {
	margin: 60px 0;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.confirm_page .form_check {
		margin: 40px 0;
		font-size: 14px;
	}
}

.confirm_page #form_box table tr td {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.68;
}
@media screen and (max-width: 768px) {
	.confirm_page #form_box table tr td {
		margin-top: 10px;
		font-size: 14px;
	}
}

#form_box .back-btn {
}

#form_box .back-btn input[type='submit'] {
	background-color: #ccc;
}

#form_box .send_btn_block_submit {
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	#form_box .send_btn_block_submit {
		margin-top: 10px;
	}
}

#form_box .send_btn_block_submit input:disabled {
	background-color: #ccc;
}

input[type='submit']:hover:disabled {
	opacity: 1 !important;
	cursor: auto;
}

.form_thanks p {
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.form_thanks p {
		margin-top: 40px;
		font-size: 14px;
	}
}

.thanks_page #form_box .back-btn {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.thanks_page #form_box .back-btn {
		margin-top: 50px;
	}
}

.thanks_page #form_box .back-btn a {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 20px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #ffffff;
	border-radius: 2px;
	background-color: #ef8200;
	transition: opacity 0.2s;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.thanks_page #form_box .back-btn a {
		width: 80%;
		padding: 20px 10px 17px 10px;
		font-size: 14px;
	}
}
.thanks_page #form_box .back-btn a:hover {
	opacity: 0.7 !important;
}

.table-yoteichi tr {
	display: block;
	padding-left: 30px;
}

/* ボタン上日数項目 */
.form_agree {
	margin: 30px auto;
	text-align: left;
	background: #fff;
	padding: 40px 80px;
	border-collapse: separate;
	width: auto !important;
}

.form_agree tr {
	display: block;
	line-height: 1.7;
}

.form_agree tr:not(:first-child) {
	margin-top: 0 !important;
}

.form_agree tr:not(:last-child) {
	margin-bottom: 10px !important;
}

.form_agree td {
	margin-top: 0 !important;
}

.form_agree a {
	text-decoration: underline;
	color: #d38200;
}

@media screen and (max-width: 640px) {
	.form_agree {
		margin: 30px auto;
		text-align: center;
		padding: 30px;
	}

	.form_agree tr:not(:last-child) {
		margin-bottom: 15px !important;
	}
}

/* ボタン */
.send_btn_block {
	margin: 20px auto 20px auto;
	padding: 10px;
	text-align: center;
}

.send_btn_block ul {
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
}

.send_btn_block li {
	list-style-type: none;
}

.send_btn_block_submit input[type='submit'] {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 18px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #fff;
	background: #ef8200;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
	.send_btn_block_submit {
		margin-top: 10px;
	}

	.send_btn_block_submit input[type='submit'] {
		display: block;
		width: 80%;
	}
}

.send_btn_block_submit input:disabled {
	color: #fff;
	background: #ccc;
}

input[type='submit']:hover:disabled {
	opacity: 1 !important;
	cursor: auto;
}

/* pc・sp表示分け */
.pc_only {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}
.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}
