@charset "utf-8";

/* ------------------------------
 フォーム（PC）
------------------------------ */
.checklist {
	margin-bottom: 40px;
	padding: 57px;
	border: 3px solid rgba(224,0,71,1);
	border-image: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
	border-image-slice: 1;
}
.req,
.any {
	display: inline-block;
	width: 42px;
	height: 22px;
	margin: 0 0 3px 6px;
	border-radius: 11px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.req {
	background-color: #e50041;
}
.any {
	background-color: #8696a7;
}
.req.hide,
.any.hide {
	display: none;
}
.em {
	color: #f00;
	font-weight: bold;
}
.w7em {
	display: inline-block;
	width: 7em;
}
@media print, screen and (min-width: 768px) {
	.cms_block.formBlock {
		width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
	span.w38 {
		display: block;
		margin-left: 38px;
	}
}
/* フォーム */
label {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
textarea::placeholder,
input::placeholder {
	color: #8696a7;
}
input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
	-webkit-appearance: none;
	width: 100%;
	padding: 18px 24px;
	border-radius: 3px;
	background: #e7eaed;
	color: #000;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
	outline: 0;
	box-shadow: 0 0 3px 3px #e0e0e0 inset;
}
input[type='text']:disabled,
input[type='number']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
textarea:disabled {
	background-color: #ddd;
	cursor: default;
}
textarea {
	height: calc( 2em * 9 );
}
input[type='text'].w200 {
	width: 200px;
}
@media print, screen and (min-width: 768px) {
	.mailform input[type='text'],
	.mailform textarea {
		width: 75%;
	}
	input[type='text'].w420 {
		width: 420px;
	}
	input[type='text'].w420 + input[type='text'].w420 {
		margin-left: 20px;
	}
}
/* ラジオボタン */
input[type=radio] {
	position: absolute;
	top: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=radio] + span {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	border: solid 1px #b7c0ca;
	border-radius: 50%;
	background-color: #fff;
}
input[type=radio] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: transparent;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background: #e50041;
}
input[type=radio]:focus {
	outline: 0;
}
input[type=radio]:focus + span {
	outline: 0;
	box-shadow: 0 0 2px 2px #e0e0e0;
}
/* チェックボックス */
input[type=checkbox] {
	position: absolute;
	top: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	border: solid 1px #b7c0ca;
	background-color: #fff;
}
input[type=checkbox] + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	background-color: #e50041;
}
input[type=checkbox]:focus {
	outline: 0;
}
input[type=checkbox]:focus + span {
	outline: 0;
	box-shadow: 0 0 2px 2px #e0e0e0;
}
input[type=checkbox]#checklist + span {
	margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
	/* ラジオボタン・チェックボックス横並び */
	.cms_block.formBlock label:not(.pc_block) + label:not(.pc_block) {
		margin-left: 2em;
	}
}
/* プルダウン */
select {
	-webkit-appearance: none;
	position: relative;
	width: auto;
	padding: 3px 29px 3px 9px;
	border: solid 1px #969696;
	border-radius: 2px;
	background: #fff url("/static/shared/img/select.svg") no-repeat right 9px center / 9px 8px;
	color: #000;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	font-weight: 500;
}
select:focus {
	outline: 0;
	box-shadow: 0 0 2px 2px #e0e0e0;
}
select.w8em {
	width: 8em;
}
select.w12em {
	width: 12em;
}
/* ボタン基本 */
.contents button.btn {
	display: inline-block;
	justify-content: center;
	position: relative;
	min-width: 300px;
	padding: 24px 58px 24px 40px;
	background-color: rgba(0,61,145,.05);
	text-align: center;
	cursor: pointer;
}
.contents button.btn span {
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
	margin-right: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #b7c0ca;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.contents button.btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	width: 34px;
	height: 34px;
	background: url(/shared/img/arrow_r34.svg) no-repeat 0 0 / cover;
}
/* .contents button.btn {
	display: inline-block;
	padding: 15px 10px;
	border: 2px solid #0d2c4f;
	border-radius: 8px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.12);
	background-color: #0d2c4f;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
} */
/* 戻るボタン */
.contents button.btn.back {
	float: left;
	padding-left: 58px;
	padding-right: 15px;
}
.contents button.btn.back::after {
	left: 24px;
	right: auto;
	background: url(/shared/img/arrow_l34.svg) no-repeat 0 0 / cover;
}
/* .contents button.btn.back {
	border: 2px solid #666;
	background-color: #666;
} */
.check-boxes {
	margin-bottom: 30px;
}
.contents button.btn:disabled {
	opacity: .5;
	pointer-events: none;
}
/* 確認画面入力テキスト欄 */
.prevText {
	width: 100%;
	min-height: 60px;
	padding: 18px 24px;
	border-radius: 3px;
	background-color: rgba(0,61,145,.05);
	line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
	/* ボタン基本 */
	.contents button.btn {
		width: 300px;
		transition: .3s ease-in-out;
	}
	/* 戻るボタン */
	.contents button.btn.back {
		width: 140px;
		min-width: 140px;
		margin-right: -140px;
	}
	.contents button.btn:hover,
	.contents button.btn:focus {
		outline: 0;
		opacity: .7;
	}
}
/* ------------------------------
 フォーム（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.checklist {
		padding: 27px;
	}
	.checklist strong {
		line-height: 1.4;
	}
	.checklist strong span {
		display: block;
	}
	.w7em {
		display: block;
	}
	/* フォーム */
	label {
		display: block;
		padding-left: 1.4em;
		text-indent: -1.4em;
	}
	input[type='text'],
	input[type='number'],
	input[type='tel'],
	input[type='email'],
	input[type='password'],
	textarea {
		padding: 12px 18px;
		font-size: medium;
	}
	/* ラジオボタン・チェックボックス横並び */
	.cms_block.formBlock label + label {
		margin-top: 10px;
	}
	/* プルダウン */
	select {
		font-size: medium;
	}
	select.sp_w100p {
		width: 100%;
	}
	/* ボタン基本 */
	.contents button.btn {
		width: 300px;
		padding-top: 15px;
		padding-bottom: 15px;
		min-width: 150px;
		padding-left: 30px;
		padding-right: 50px;
	}
	.contents button.btn::after {
		right: 10px;
	}
	/* 送信ボタン */
	.contents button.btn.submit {
		width: 60%;
		float: right;
	}
	/* 戻るボタン */
	.contents button.btn.back {
		min-width: auto;
		width: 35%;
		padding-left: 50px;
		padding-right: 10px;
	}
	.contents button.btn.back::after {
		left: 10px;
	}
}
@media screen and (max-width: 359px) {
	/* ボタン基本 */
	.contents button.btn {
		width: 288px;
	}
}
