@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
	mv
---------------------------------------------- */
.mv {
	width: 100%;
	height: 280px;
	background: url(../img/mv_bg.jpg) center /cover no-repeat;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.mv h1 {
	margin-top: 126px;
	font-size: 2.375em;
	font-family:YuMincho, '游明朝体', serif;
	font-weight: 400;
	line-height: 1.158;
	color: #36bec6;
	text-align: center;
}
.mv h1 span {
	display: block;
	font-size: .4em;
	letter-spacing: .2em;
}


.contents {
	min-height: calc(100vh - 490px);
}
.error .contents {
	min-height: calc(100vh - 785px);
	margin-bottom:80px;
}
.inner {
	margin: 50px auto 120px;
}
footer .inner {
	margin: 0 auto;
}

/* ----------------------------------------------
nav
---------------------------------------------- */
.flex > ul {
    display: flex;
    justify-content: space-between;
}
a.btn{
	width:230px;
}
.flex > ul li:nth-child(1) a.btn:hover{
	background: #317fc7;
}
.flex > ul li:nth-child(2) a.btn{
	background: #317fc7;
}
.flex > ul li:nth-child(3) a.btn:hover{
	background: #a8c91a;
}
.flex > ul li:nth-child(4) a.btn:hover{
	background: #fdb211;
}

/* ----------------------------------------------
	form
---------------------------------------------- */
.caution {
	font-weight: bold;
	text-align: center;
}
table {
	margin-top: 30px;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
}
th,
td {
	padding: 22px 24px;
	border: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.4;
}
th {
	width: 201px;
	background: #ecf5f6;
	font-weight: bold;
	color: #36bec6;
}
th span {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background: #36bec6;
	color: #fff;
	font-size: .875em;
}
th span.ninni {
	background: #555;
}
td span {
	display: block;
}
td .mt10 {
	margin-top: 10px;
}
td .mt30 {
	margin-top: 30px;
}
td p.err {
	color: #d0111b;
}
input,
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	background: #f6f6f6;
	border: none;
	font-size: 16px;
}
textarea {
	font-family: YuGothic, '游ゴシック', sans-serif;
}
input[name="name1"],
input[name="name2"] {
	width: 400px;
}
input#zip1 {
	width: 60px;
}
input#zip2 {
	width: 80px;
}
select#pref {
	padding: 15px;
	background: #f6f6f6;
	border: none;
	font-size: 16px;
}
input[name="tel1"] {
	width: 70px;
}
input[name="tel2"],
input[name="tel3"] {
	width: 100px;
}
input#ckb {
	width: auto;
	margin-top: 12px;
}
input.checklist {
    width: auto;
    margin-top: 12px;
}
input:focus,
select:focus,
textarea:focus {
	background: #ecf5f6;
	border: none;
	outline: none;
}
label{
	margin-right: 20px;
}
h3 {
	margin-top: 50px;
}
h4{
	font-weight: bold;
}
.attention {
	padding: 30px 30px 30px 50px;
	list-style: disc;
	background: rgba(85,85,85,.05);
}
.attention li {
	line-height: 1.4;
}
.attention li + li {
	margin-top: 12px;
}
.attention li a {
	text-decoration: underline;
	color: #000;
	transition: 0.3s ease;
}
.attention li a:hover {
	text-decoration: none;
	color: #999;
	transition: 0.3s ease;
}
.attention li span {
	display: inline-block;
	padding: 5px 10px;
	background: #36bec6;
	color: #fff;
	font-size: .875em;
}
.subm,
.return {
	margin-top: 50px;
}
.confirm {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.confirm > input {
	width: calc((100% - 30px) / 2);
}
.subm input,
.return input,
.confirm input {
	height: 60px;
	font-weight: bold;
	color: #fff;
	background: #555;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
	transition: background 0.3s ease;
	position: relative;
}
.subm input:hover,
.return input:hover,
.confirm input:hover {
	cursor: pointer;
	background: #888;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	transition: 0.3s ease;
}
.confirm input.back {
	background: #eee;
	box-shadow: none;
	color: #222;
	font-weight: 500;
}
.confirm input.back:hover {
	background: #f5f5f5;
	box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
p + p {
	margin-top: 10px;
}

.contact {
	display: none;
}
.error .contact {
	display: block;
}
.inner {
	margin-bottom: 80px;
}
sup {
    vertical-align: super;
    font-size: .6em;
}