@charset "utf-8";

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

body {
	height: 100%;
}

article {
	padding-top: 100px;
}

.img img {
	width: 100%;
	height: auto;
}

.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;
	}
}


.input_page {

}

.summary {
	padding: 125px 0 95px;
}

.summary > h1 {
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	font-size: 26px;
	line-height: 1.5;
}

.summary picture {
	border: none;
}

.summary img {
	display: block;
}

@media screen and (max-width: 768px) {
	.summary {
		padding: 50px 20px 45px;
	}

	.summary > h1 {
		font-size: 20px;
	}
}

.summary .shoulder {
	display: block;
	width: 337px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.summary .shoulder {
		width: 270px;
	}
}

.summary .title1 {
	display: block;
	width: 194px;
	margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
	.summary .title1 {
		display: block;
		width: 140px;
    margin: 20px auto 0;
	}
}

.input_page .summary .mook {
	position: relative;
	width: 680px;
	max-width: 680px;
	margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
	.input_page .summary .mook {
		width: calc(100% - 40px);
		margin: 50px auto 0;
	}
}

/* .input_page .summary .mook:after {
	content: "";
	position: absolute;
	bottom: -43px;
  left: -63px;
	width: 115px;
	height: 115px;
	background-size: 115px 115px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/fukidashi.png);
}
@media screen and (max-width: 768px) {
	.input_page .summary .mook:after {
		bottom: -40px;
    left: -30px;
		width: 115px;
		height: 115px;
		background-size: 115px 115px;
	}
}
@media screen and (max-width: 500px) {
	.input_page .summary .mook:after {
		bottom: -40px;
    left: -30px;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
	}
} */

.input_page .summary .heading2 {
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
	.input_page .summary .heading2 {
		margin-top: 60px;
	}
}

.input_page .summary .title2 {
	display: block;
	width: 411px;
	max-width: 526px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.input_page .summary .title2 {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}

.input_page .summary .description {
	width: 570px;
	margin: 32px auto 0;
	text-align: justify;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.input_page .summary .description {
		width: 100%;
		margin: 25px auto 0;
		font-size: 13px;
	}
}

.form_container {
	padding: 60px 0 125px;
	background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
	.form_container {
		padding: 50px 20px 80px;
	}
}

.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;
	}
}

.input-check.list-3col {
	display: flex;
	flex-wrap: wrap;
}

.input-check.list-3col label {
	width: 30%;
	margin-right: 5%;
	display: flex;
}

.input-check.list-3col label span {
	width: calc(100% - 21px);
}

.input-check.list-3col label:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.input-check.list-3col {
		justify-content: space-between;
	}

	.input-check.list-3col label {
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}

	.input-check.list-3col label span {
		line-height: 24px;
		margin-top: -4px;
	}

}

#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 .form_description {
	margin-top: 25px;
	font-size: 15px;
}

#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,
#form_box .column2 > div {
	width: 380px;
}
@media screen and (max-width: 768px) {
	#form_box .column2 > label,
	#form_box .column2 > div {
		width: 100%;
	}
	#form_box .column2 label + label,
	#form_box .column2  div + div {
		margin-top: 10px;
	}
}

#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: #d13c14;
  -webkit-appearance: none;
	cursor: pointer;
	transition: opacity .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: #d13c14;
	transition: opacity .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: #000;
		border: none;
		border-radius: 2px;
		cursor: pointer;
		transition: opacity .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;
	}

/* フッター加盟店名 */
.footer_builsers {
	display: block;
	width: 100%;
	padding: 40px 20px;
	text-align: center;
}


/* フッター加盟店名 */
.footer_builsers {
	display: block;
	width: 100%;
	padding: 40px 20px;
	text-align: center;
}

.footer_builsers-title {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer_builsers-site a {
	font-weight: bold;
	font-size: 1rem;
	color: #1d7cc6;
	text-decoration: underline;
}

.footer_builsers p.footer_builsers-info {
	line-height: 1.8;
	font-size: .9rem;
	margin: 20px auto 0;
	font-weight: normal;
}

.footer_builsers p a {
	text-decoration: underline;
	font-weight: normal;
}


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

	.footer_builsers-title {
		font-size: 1.1rem;
	}

	.footer_builsers-site a {
		font-size: .9rem;
	}

	.footer_builsers p {
		font-size: .8rem;
	}

	.footer_builsers {
		padding: 30px 20px 30px;
	}
}