@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address,
del, img, ins,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td , fieldset, iframe {
	border: 0;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴシック", 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	width: 100%;
	min-width: 960px;
	line-height: 1.5;
	text-align: center;

	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
input[type="text"],
textarea {
	border: 1px solid #e6e6e6;
	font-size: 100%;
}

.radioList li {
	display: inline-block;
}

.radioList li input[type="radio"] {
	display: none;
}

.radioList li label {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.radioList li input[type="radio"]:checked + label:after {
	margin-top: -5px;
	width: 6px;
	height: 6px;
	background: #8c0000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
}

.checkList li {
	display: inline;
}

.checkList li input[type=checkbox] {
	margin-right: 6px;
	display: inline-block;
}

.checkList li input[type=checkbox] + label {
	margin-right: 12px;
	display: inline-block;
	position: relative;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
	.checkList li input[type=checkbox] {
		margin: 0;
		display: none;
	}
	.checkList li input[type=checkbox] + label {
		padding: 0 0 0 24px;
		line-height: 1.75;
	}
	.checkList li input[type=checkbox] + label::before {
		margin-top: -8px;
		width: 14px;
		height: 14px;
		background: #fff;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		content: "";
	}
	.checkList li input[type=checkbox] + label::before {
		border: 2px solid #e6e6e6;
	}
	.checkList li input[type=checkbox]:checked + label::after {
		display: block;
		position: absolute;
		top: 6px;
		content: "";
	}
	.checkList li input[type=checkbox]:checked + label::after {
		width: 14px;
		height: 7px;
		border-bottom: 3px solid #8c0000;
		border-left: 3px solid #8c0000;
		left: 3px;
		transform: rotate(-45deg);
	}
}

#formBox {
	margin: 60px 30px 0;
	padding: 40px 70px;
	border: 5px solid #ededed;
	border-radius: 6px;
}

#formBox .formHdg01 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
	display: flex;
	font-size: 2.4rem;

	justify-content: center;
	align-items: center;
}

#formBox .formHdg01 img {
	margin-top: -6px;
	margin-right: 25px;
	width: 150px;
}

#formBox {
	color: #111;
}

#formBox .errorTxt {
	margin-bottom: 30px;
	color: #8c0000;
	font-size: 115%;
	text-align: center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 5px 10px;
	background-color: #111;
	text-align: center;
}

#footer p {
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

#footer .copyright {
	display: block;
	font-style: normal;
}

/*------------------------------------------------------------
	パーツ
------------------------------------------------------------*/
/* サンキューページ */
#entry-thanks #header {
	border-bottom: 1px solid #ddd;
	box-shadow: none;
}

#entry-thanks #main {
	padding: 0;
	box-shadow: none;
	font-size: 1.6rem;
}

#entry-thanks #conts {
	padding: 40px 0;
}

#entry-thanks #conts section > .inner {
	margin: auto;
	width: 680px;
}

#entry-thanks p {
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.8;
}

#entry-thanks p.lead {
	padding: 0 16px;
}

#entry-thanks .ttl03 {
	margin-bottom: 20px;
	color: #004f9d;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

#entry-thanks .thanksTxt {
	text-align: center;
}

#entry-thanks .thanksBox {
	margin-bottom: 50px;
	padding: 20px;
	background: #fff;
	border: 2px solid #004f9d;
}

#entry-thanks .thanksBox .ttl {
	margin-bottom: 15px;
	color: #004f9d;
	font-weight: bold;
}

#entry-thanks .thanksBox p {
	margin-bottom: 0;
	padding: 0 1em;
}

#entry-thanks .contactBox {
	margin: auto;
	margin-top: 15px;
	padding: 15px 0;
	width: 500px;
	border: 1px solid #ccc;
}

#entry-thanks .contactBox .name {
	margin-bottom: 0;
	text-align: center;
}

#entry-thanks .contactBox .mail,
#entry-thanks .contactBox .tel {
	display: flex;
}

#entry-thanks .contactBox .mail p,
#entry-thanks .contactBox .tel p {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: bold;
}

#entry-thanks .contactBox .mail a {
	text-decoration: none;
	color: #111;
}

#entry-thanks .contactBox .tel span {
	font-size: 1.6rem;
	font-weight: normal;
}

#entry-thanks .contactBox .inner {
	margin: auto;
	width: 300px;
}

#entry-thanks .copyright {
	margin-bottom: 0;
}