@charset "UTF-8";
/* ヘッダ
---------------------------------------------------- */
.header-bg {
	height: 65px;
	background: url(../images/header.jpg) center center no-repeat;
	background-size: cover;
}
.header-bg h1 {
	padding-top: 15px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 35px;
	font-weight: 900;
	color: #fff;
}

/* 導入部分
---------------------------------------------------- */
.intro {
	padding-top: 40px;
}
.intro h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
}
.intro p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	color: #282828;
}
.contact-box {
	padding: 20px 5px;
	color: #282828;
	text-align: center;
	background: #EEF0F6;
}
.contact-box p {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.tel-no {
	font-size: 35px!important;
	font-size: 3.5rem!important;
	font-weight: 500!important;
}
.tel-no i {
	margin-right: 10px;
}
.uketsuke {
	font-size: 12px!important;
	font-size: 1.2rem!important;
}

/* フォーム */
.form {
	padding: 40px 0 35px 0;
}
.form h2 {
	height: 40px;
	padding-top: 10px;
	background: #212C8D;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.form-box {
	padding: 35px 0 55px 0;
	background: #fff;
}

.necessary {
	color: #C80000;
}

.table {
	padding: 20px 0;
}
.form table {
	width: 100%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 35px;
}

.form table th {
	width: 240px;
	padding: 20px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	vertical-align: top;
	background: #005BAC;
	border-bottom: 1px solid #fff;
}
.form table td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #005BAC;
}
.form table:last-child tr:last-child td {
	border-bottom: none;
}
.form table input[type=text] {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #B0B0B0;
	-webkit-appearance: none;
}
.form table textarea {
	margin: 0;
	width: 100%;
	height: 200px;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #B0B0B0;
	-webkit-appearance: none;
}

@media only screen and (max-width: 767px) { 
.form table th {
	width: 100%;
	height: auto;
	display: block;
	padding: 5px 10px;
	line-height: 1.6em;
}
.form table td {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px;
}
}
.gray {
	background: #EEF0F6;
}

/* フォーム2 */
.form-2 {
	padding: 40px 0 80px 0;
}
.form-2 h3 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	text-align: center;
}
.form-2 .privacy {
	max-width: 645px;
	height: 135px;
	margin: 15px auto 45px auto;
	padding: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 19px;
	font-weight: 400;
	border: 1px solid #464646;
	overflow-x: scroll;
}
.form-2 p.doui {
	margin: 0;
	padding: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.form-2 .mwform-checkbox-field-text {
	font-weight: 700;
}
.form-2 .doui label {
	display: inline;
}
.radio-button label {
	display: block;
	margin: 10px 0;
}
.check-box label {
	display: block;
	margin: 10px 0;
}
.btn {
	margin-top: 70px;
	text-align: center;
}

input[name=submitConfirm],
input[name=confirm],
input[name=submitBack] {
	padding: 20px 15%;
    font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
    background: #00CCFF;
    color: #fff;
    border: 2px solid #00CCFF;
	cursor: pointer;
	-webkit-appearance: none;
}
input[name=submitConfirm]:hover,
input[name=confirm]:hover,
input[name=submitBack]:hover {
    background: #fff;
    color: #00CCFF;
	border: 2px solid #00CCFF;
}
.complet-text {
	margin: 50px 0;
	text-align: center;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* ヘッダ
---------------------------------------------------- */
.header-bg {
	height: 220px;
}
.header-bg h1 {
	padding-top: 120px;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 52px;
}

/* 導入部分
---------------------------------------------------- */
.intro h2 {
	font-size: 22px;
	font-size: 2.2rem;
}
.intro .text {
	width: 55%;
}
.contact-box {
	width: 42%;
}
.tel-no {
	font-size: 40px!important;
	font-size: 4.0rem!important;
}

.form h2 {
	font-size: 20px;
	font-size: 2.0rem;
}
.form-2 .doui label {
	margin-left: 20px;
}
input[name=confirm] {
	width: auto;
	margin: 0 0 0 1%;
	display: inline-block;
	-webkit-appearance: none;
}
input[name=submitBack] {
	width: auto;
	margin: 0 1% 0 0;
	display: inline-block;
	-webkit-appearance: none;
}
.radio-button label {
	display: inline-block;
	margin: 0 10px 0 0;
}

}

/* 1000px　以上
---------------------------------------------------- */
@media all and (min-width: 1000px) {

}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}