@charset "UTF-8";
/* CSS Document */
/* ========== form ========= */
.form {
	padding-bottom: 85px;
}
.form .disp_pc {

}
.form .disp_sp {
	display: none;
}
.formHeadding {
	display: block;
	width: 567px;
	margin: 35px auto 30px auto;
}
.formHeadding .disp_pc img {
	display: block;
	width: 567px;
	height: 70px;
	margin: 40px auto 0 auto;
}
.formCaption {
	display: block;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.formCaption em {
	color: #f22e2e;
}
@media screen and (max-width:1129px) {
	.form {
		padding-bottom: 35px;
	}
	.form .disp_pc {
		display: none;
	}
	.form .disp_sp {
		display: block;
	}
	.formHeadding {
		display: block;
		width: calc(100% - 75px);
		max-width: 400px;
		margin: 20px auto 0 auto;
	}
	.formHeadding .disp_sp img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.formCaption {
		display: block;
		width: 100%;
		margin: 20px auto 30px auto;
		font-size: 75%;
		text-align: center;
	}
	.formCaption em {
		color: #f22e2e;
	}
}

form {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.formWrapper {
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0 45px 0;
	border: 4px solid #e4e4e4;
	border-radius: 10px;
}
dl.formLayout {
	display: table;
	width: 100%;
}
dl.formLayout dt,
dl.formLayout dd {
	display: table-cell;
	vertical-align: middle;
}
dl.formLayout dt {
	width: 326px;
	padding: 15px 54px 15px 0;
	font-size: 100%;
	text-align: right;
	font-weight: 600;
}
dl.formLayout dt span {
	padding-right: 1em;
}
dl.formLayout dt.need span {
	padding-right: 0;
}
dl.formLayout dt.need span i {
	display: inline-block;
	width: 1em;
	color: #f20000;
	font-style: normal;
	text-align: left;
}
dl.formLayout dd {
	padding: 15px 0;
	font-size: 100%;
}
.formLayout dd input[type="text"] {
	display: inline-block;
	padding: 0 20px;
	height: 36px;
	line-height: 16px;
	/* line-height: 1.8em; */
	font-size: 100%;
	border: 2px solid #eeeeee;
	border-radius: 5px;
		-webkit-appearance: none;
}
 
.formLayout dt.need + dd input[type="text"] {
	background: #e9f4ff;
	border: 2px solid #e9f4ff;
}
.formLayout dt.need + dd.err input[type="text"],
.formLayout dd.err textarea {
	background: #ffecea;
	border: 2px solid #ffecea;
}
:placeholder-shown {
	color: #a1a1a1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::-webkit-input-placeholder {
	color: #a1a1a1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:-moz-placeholder {
	color: #a1a1a1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::-moz-placeholder {
	color: #a1a1a1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
:-ms-input-placeholder {
	color: #a1a1a1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formLayout dd select[name="pref"] {
	display: block;
	width: 200px;
	height: 36px;
	padding: 0 20px;
	background: url(../images/inquiry/arrow_down.svg) no-repeat calc(100% - 8px) 50%;
	background-size: 12px 8px;
	line-height: 16px;
	/* line-height: 1.8em; */
	font-size: 100%;
	border: 2px solid #eeeeee;
	border-radius: 5px;
		-webkit-appearance: none;
}
.formLayout dd input.long {
	width: 500px;
}
.formLayout dd input.short {
	width: 240px;
}
.formLayout dd input.ml20 {
	margin-left: 16px;
}
.formLayout dd input.postal {
	width: 100px;
}
.formLayout dd span.postal_hyp {
	display: inline-block;
	padding: 0 12px;
	text-align: center;
}
.formLayout dd textarea {
	width: 500px;
	height: 300px;
	padding: 10px 20px;
	line-height: 1.6em;
	font-size: 100%;
	border: 2px solid #e9f4ff;
	border-radius: 5px;
	background: #e9f4ff;
		-webkit-appearance: none; 
}
.formerror {
	display: block;
	margin-top: 5px;
	color: #f20000;
}
.formerror em {
	font-style: normal;
}
.formLayout dd div.checklist {
	display: inline-block;
	margin-right: 60px;
}
.formLayout dd div.checklist span {
	
}
label.checkboxWrapper {
	padding: 0 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
label.checkboxWrapper .checkboxInput {
	margin: 0;
	width: 0;
	opacity: 0;
}
.checkboxInput:hover > .checkboxInput-dummy {
	/* background: #DDDDDD !important; */
}
.checkboxInput:focus + .checkboxInput-dummy {
	/* background: #DDDDDD !important; */
}
.checkboxInput:checked + .checkboxInput-dummy {
	background: #87aad0;
}
.checkboxInput:checked + .checkboxInput-dummy::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/inquiry/checked.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
}
.formWrapper .checkboxInput-dummy,
.ppCont .checkboxInput-dummy {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #e4e4e4;
}
.formWrapper .label_text,
.ppCont .label_text {
	display: inline-block;
	margin-left: 10px;
	font-size: 100%;
}
.textareaWrapper {
	margin-top: 20px;
}
@media screen and (max-width:1129px) {
	form {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0;
	}
	.formWrapper {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	dl.formLayout {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	dl.formLayout dt,
	dl.formLayout dd {
		display: block;
	}
	dl.formLayout dt {
		width: 100;
		padding: 0;
		font-size: 100%;
		text-align: left;
		font-weight: 600;
	}
	dl.formLayout dt span {
		padding-right: 1em;
	}
	dl.formLayout dt.need span {
		padding-right: 0;
	}
	dl.formLayout dt.need span i {
		display: inline-block;
		width: 1em;
		color: #f20000;
		font-style: normal;
		text-align: left;
	}
	dl.formLayout dd {
		padding: 5px 0 0 0;
		font-size: 100%;
	}
	.formLayout dd input[type="text"] {
		display: inline-block;
		padding: 0 20px;
		height: 36px;
		line-height: 16px;
		/* line-height: 1.8em; */
		font-size: 100%;
		border: 2px solid #eeeeee;
		border-radius: 5px;
			-webkit-appearance: none;
	}
	.formLayout dt.need + dd input[type="text"] {
		background: #e9f4ff;
		border: 2px solid #e9f4ff;
	}
	.formLayout dd.err input[type="text"] {
		background: #fff7f6;
		border: 2px solid #fff7f6;
	}
	.formLayout dd select[name="pref"] {
		display: block;
		width: 210px;
		height: 36px;
		padding: 0 20px;
		background: url(../images/inquiry/arrow_down.svg) no-repeat calc(100% - 8px) 50%;
		background-size: 12px 8px;
		line-height: 16px;
		/* line-height: 1.8em; */
		font-size: 100%;
		border: 2px solid #eeeeee;
		border-radius: 5px;
			-webkit-appearance: none;
	}
	.formLayout dd input.long {
		width: 100%;
		max-width: 500px;
	}
	.formLayout dd input.short {
		width: 165px;
	}
	.formLayout dd input.ml20 {
		margin-left: 8px;
	}
	.formLayout dd input.postal {
		width: 120px;
	}
	.formLayout dd span.postal_hyp {
		display: inline-block;
		padding: 0 8px;
		text-align: center;
	}
	.formLayout dd textarea {
		width: 100%;
		max-width: 500px;
		height: 300px;
		padding: 10px 20px;
		line-height: 1.6em;
		font-size: 100%;
		border: 2px solid #e9f4ff;
		border-radius: 5px;
		background: #e9f4ff;
			-webkit-appearance: none; 
	}
	.formLayout dd div.checklist {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.formLayout dd div.checklist:first-child {
		margin-top: 5px;
	}
	.formLayout dd div.checklist span {
		
	}
	.textareaWrapper {
		margin-top: 20px;
	}
}
.formPP {
	display: block;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.formPP a {
	color: #164da0;
}
.ppCont {
	width: 21em;
	margin: 20px auto 0 auto;
}
.sendBtnForm,
.sendBtnConf,
.thanksBack a {
	display: block;
	width: 350px;
	color: #0050af;
	margin: 40px auto 0 auto;
	padding: 17px 0;
	color: #fff;
	border: 2px solid #0050af;
	border-radius: 50px;
	background: #164da0 url(../images/common/footerInq_arrow_white.svg) no-repeat 308px 50%;
	background-size: 20px 20px;
	font-size: 112.5%;
	font-weight: 600;
	text-align: center;
	transition: all 0.3s;
}
.sendBtnForm:hover,
.sendBtnConf:hover,
.thanksBack a:hover {
	cursor: pointer;
	color: #164da0;
	text-decoration: none;
	background: #fff url(../images/common/footerInq_arrow.svg) no-repeat 308px 50%;
	background-size: 20px 20px;
	transition: all 0.3s;
}
@media screen and (max-width:1129px) {
	.formPP {
		display: block;
		width: 100%;
		margin-top: 40px;
		text-align: left;
	}
	.formPP a {
		color: #164da0;
	}
	.ppCont {
		width: 21em;
		margin: 20px 0 0 0
	}
	.sendBtnForm,
	.sendBtnConf,
	.thanksBack a {
		display: block;
		width: 300px;
		color: #0050af;
		margin: 40px auto 0 auto;
		padding: 10px 0;
		color: #fff;
		border: 2px solid #0050af;
		border-radius: 50px;
		background: #164da0 url(../images/common/footerInq_arrow_white.svg) no-repeat 270px 50%;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
		text-align: center;
		transition: all 0s;
	}
	.sendBtnForm:hover,
	.sendBtnConf:hover,
	.thanksBack a:hover {
		cursor: pointer;
		color: #164da0;
		text-decoration: none;
		background: #fff url(../images/common/footerInq_arrow.svg) no-repeat 270px 50%;
		background-size: 15px 15px;
		transition: all 0s;
	}
}
.confBack {
	display: block;
	width: 300px;
	text-align: center;
	margin: 35px auto 0 auto;
}
.confBack a {
	color: #000;
	padding-left: 30px;
	background: url(../images/common/confBack_arrow.svg) no-repeat 0 50%;
	background-size: 20px 20px;
	font-size: 112.5%;
	font-weight: 600;
}
.confBack a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1129px) {
	.confBack {
		display: block;
		width: 300px;
		text-align: center;
		margin: 25px auto 0 auto;
	}
	.confBack a {
		color: #00386a;
		padding-left: 25px;
		background: url(../images/common/confBack_arrow.svg) no-repeat 0 55%;
		background-size: 15px 15px;
		font-size: 100%;
		font-weight: 600;
	}
}
.thanksWrapper {
	display: block;
	width: 1100px;
	margin: 50px auto 0 auto;
}
.thanksWrapper .formWrapper {
	padding: 55px 0 60px 0;
}
.thanksWrapper em {
	display: block;
	color: #164da0;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	font-style: normal;
}
.thanksWrapper p {
	display: block;
	margin-top: 40px;
	color: #000;
	font-size: 112.5%;
	text-align: center;
	font-weight: 600;
}
.thanksBack {
	padding-top: 10px;
}
.thanksBack a,
.thanksBack a:hover {
	
}
@media screen and (max-width:1129px) {
	.thanksWrapper {
		display: block;
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.thanksWrapper .formWrapper {
		padding: 40px 0 0 0;
	}
	.thanksWrapper em {
		display: block;
		color: #164da0;
		font-size: 162.5%;
		font-weight: 600;
		text-align: center;
		font-style: normal;
	}
	.thanksWrapper p {
		display: block;
		margin-top: 25px;
		color: #000;
		font-size: 100%;
		text-align: center;
		font-weight: 600;
	}
}

/* footer */
.footerInqBlue,
.footerMainSky,
.gototop {
	display: none;
}