@charset "utf-8";

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

body {
	height: 100%;
}

.wrapper {

}

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


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

.radio input[type="radio"] {
	border-radius: 50vw;
	margin-right: 5px;
	margin-bottom: 3px;
}

@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: #a50404;
}

.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 #a50404;
  border-right: 2px solid #a50404;
}

.radio input[type="radio"]:checked::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 4px;
	width: 8px;
	height: 8px;
	background:  #a50404;
	border-radius: 50vw;
	top: 2px;
    left: 2px;
}

@media screen and (max-width: 768px) {
	.radio input[type="radio"]:checked::before,
	.input-check input[type="checkbox"]:checked::before {
		top: 2px;
	  left: 2px;
	  width: 8px;
	  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;
}

#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: #000;
  -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;
	}
}

.form_thanks p a{
	color: #a50404;
	text-decoration: underline;
	font-weight: bold;
}

.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: #1d7cc6;
	font-weight: bold;
}

.form_agree input {
	margin-right: 10px;
}

.form_agree label .font_red {
	margin-top: 10px;
}

@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;
	}
/* フォーム編集エリア流用パーツ start*/

.form-description > div > div,
.form-description > div > h1,
.form-description > div > h2,
.form-description > div > h3,
.form-description > div > h4,
.form-description > div > h5,
.form-description > div > h6,
.form-description > div > p {
	--mb-default: 40px;
	margin-bottom: var(--mb-default);
}

.form-description .text__algin-ceter {
	text-align: center;
}

.form-description > div {
	max-width: 840px;
	margin: 0 auto;
	padding: 60px 20px 0;
}

.form-description h1 {
	text-align: center;
	font-size: 32px;
	font-weight: bold !important;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.form-description h1 > span {
	font-weight: bold;
}

.form-description h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold !important;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.form-description img {
	display: block;
	width: 100%;
	height: auto;
}

.form-description .img__1col {
	padding: 0;
	margin-right: auto ;
	margin-left: auto ;
}

.form-description .img__size-small {
	width: 240px;
}

/* フォントサイズ */
.text__size-12 {
	font-size: 12px;
}

.text__size-14 {
	font-size: 14px;
}

.text__size-20 {
	font-size: 20px;
}

.text__size-26 {
	font-size: 26px;
}

.text__size-32 {
	font-size: 32px;
}

.text__bold {
	font-weight: bold;
}

.form-description-2col {
	display: flex;
	justify-content:space-around;
	text-align: center;
	padding-top: 0;
}

.form-description-2col >div:first-child {
	margin-right: 20px;
	height: auto;
}
.form-description-2col >div >img {
	height: 305px;
	width: auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {

	.form-description > div {
		padding: 60px 20px 0 ;
	}

	.form-description h2 {
		font-size: 18px;
	}

	.form-description p {
		font-size: 13px;
	}

	.form-description .text__size-14 {
		font-size: 12px;
	}
	.form-description .text__size-20 {
		font-size: 18px;
	}

	.form-description .text__size-26 {
		font-size: 20px;
	}

	.form-description .text__size-32 {
		font-size: 28px;
	}

	.form-description .img__1col {
		padding: 0 10px;
		margin-right: auto ;
		margin-left: auto ;
	}

	.form-description-2col {
		display: block;
	}

	.form-description-2col >div:first-child {
	margin-right: 0;
	}

	.form-description-2col >div >img {
		max-height: 200px;
		max-width: 100%;
		margin: 0 auto 10px;
	}
}

/* フォントカラー */
 .text__color-red {
	color: #A50404;
}

/* 余白 */
.mg-b0 {
	margin-bottom: 0 !important;
}
.mg-b10 {
	margin-bottom: 10px !important;
}
.mg-b20 {
	margin-bottom: 20px !important;
}

.mg-t0 {
	margin-top: 0 !important;
}

/* レガシィLP用 */
.bloks-2col-2308reg h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 20px;
}

.bloks-2col-2308reg-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bloks-2col-2308reg:first-child {

	margin-bottom: 30px;
}

.bloks-2col-2308reg-body > div {
	width: 50%;
	padding: 20px;
}
.bloks-2col-2308reg-body > div  img {
	display: block;
	height: 270px;
}

.bloks-2col-2308reg-body > div p {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.bloks-2col-2308reg-body > div p > span {
	font-size: 14px;
}

.bloks-2col-2308reg-body > div span {
	line-height: 1.5;
}

.border-yellow {
	border-color:#ffdf3e !important;
}

.border-blue {
	border-color:#00a0e2 !important;
}

@media screen and (max-width: 768px) {
	.bloks-2col-2308reg-body {
		display: block;
	}

	.bloks-2col-2308reg h2 {
		padding: 0;
		font-size: 17px;
		letter-spacing: 0;
	}

	.bloks-2col-2308reg-body > div {
		width: 100%;
		padding: 20px 0;
	}

	.bloks-2col-2308reg-body > div  img {
		display: block;
		height: auto;
		width: 100%;
	}

}

/* フッター加盟店名 */
.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;
	}
}
