@charset "UTF-8";

.mainvisual ul > li:nth-child(4) {
	padding-bottom: 10px;
    background: url("../common/images/mv_line.png")repeat-x;
	background-size: 100px;
	background-position: bottom;
}
/* =========================================================
 お問い合わせ
========================================================= */
.sec_contact{
	width: 920px;
	margin: 0 auto;
}
.sec_contact p{
	width: 100%;
}
/*フォーム（那須ベース）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* フォーム
--------------------------------------------------------- */
.form {
	margin: 60px 0 0;
}
.sec_contact {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
} 
.form_text {
	margin-top: 0%;
}
.sec_contact h2 {
	width: 169px;
	margin: 0 auto;
}
.sec_contact h2 img {
	width: 100%;
}
/*table*/
.form_table {
	width: 100%;
	margin: 0;
	margin-bottom: 5em
}
.form_table th, .form_table td {
	vertical-align: middle;
	text-align: left;
	display: block;
}
.form_table th {
	border-bottom: 1px solid #000;
	padding: 2em 0 .5em;
	font-size: 120%;
}
.form_table td {
	border-bottom: 1px solid #e5e5e5;
	line-height: 0;
}
.form_table td >* {
	line-height: 1.7em;
}
.form_table dl {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	line-height: 1.7em;
}
.form_table dl dt, .form_table dl dd {
	padding: 0;
	display: block;
	margin: 0;
	line-height: 1.7em;
}
.form_table dl dt {	
	padding: 0 0 .5em;
}
.form_table dl dd {
}

/* タブレット用の記述 */
@media screen and (min-width: 768px){
	/*table*/
	.form_table {
		margin: 2em 0;
	}
	.form_table th, .form_table td {
		display: table-cell;
	}
	.form_table th {
		padding: 0;
		border-top: 1px solid #000;
		font-size: 100%;
		font-weight: normal;
	}
	.form_table td {
		border-top: 1px solid #e5e5e5;
		width: 75%;
	}
	.form_table dl {
		padding: 0;
		display: table;
	}
	.form_table dl dt, .form_table dl dd {
		display: table-cell;
	}
	.form_table dl dt {	
		width: 25%;
		padding: 15px 0;
	}
	.form_table dl dd {
		width: 75%;
		padding: 15px 0;
	}
}

/*input[type="text"],input[type="tel"]*/
.form_table input[type="text"], input[type="tel"] {
	width: 95%;
	border: none;
	background: #f2f2f2;
	transition: all 0.5s ease;
	padding: .5em;
}
.form_table input[type="text"]:focus {
	background: #e5e5e5;
}
.btn_wrap input[type="submit"] {
	background: #887777;
	border: 0;
	color: #fff;
	line-height: 60px;
	width: 100%;
	background-image: url(../common/images/arrow_white.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.btn_wrap input[type="submit"] a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.btn_wrap input[type="submit"]:hover {
    background-color: #A29393;
}
.btn_wrap input[type="submit"] {
	margin-bottom: 60px;
}
.btn_blue {
	width: 100%;
}
/* タブレット用の記述 */
@media screen and (min-width: 768px) {
	/*input[type="text"]*/
	.form_table input[type="text"],input[type="tel"]{
		padding: .3em;
	}
}
@media screen and (max-width: 768px) {
.btn_wrap input[type="submit"] {
	margin-bottom: 0px;
}
}
/*ラジオボタン*/
.radio_row input[type="radio"] {	
}
.radio_row label {
	line-height: 1em;
	padding: 20px 20px 20px 5px;
	display: inline-block;
	margin: 0;
}
.radio_row {
	margin: 0;
}


/*テキストエリア*/
textarea {
	width: 95%;
	height: 200px;
	padding: .3em;
	line-height: 1.7em;
	margin: 20px 0;
	background: #f2f2f2;
	border: none;
}


/* 個人情報の取り扱い
--------------------------------------------------------- */
.privacy_text {
	margin-top: 0;
	padding-top: 20px;
}
.privacy_box {
	width: 95%;
	height: 140px;
	background: #f2f2f2;
	padding: 2em 1em;
	overflow-y: scroll;
	margin: 15px 0 20px;
}
.privacy_box .card_gray {
	background: #e6e6e6;
	margin-bottom: 1em;
}
/* リストの設定 */
.privacy_box ol {
	margin: 0 0 0 1em;
	font-size: 14px;
	line-height: 1.7em;
}
.privacy_box ol ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.7em;
}
.privacy_box li {
	text-indent: -1em;
	padding: 0 0 0 1em;
}


/* リンク(タブレットでの閲覧時の電話番号用) */
.card_gray a {
	color: #052;
}


/* 確認画面
--------------------------------------------------------- */
.confirm > .corner_box > h3 ,
.confirm > .corner_box > p {
	text-align: center;
}
.thanks > .corner_box > h3 {
	font-size: 160%;
	font-weight: bold;
}
.confirm .form_table td {
	min-height: 1em;
	padding: 15px 0;
	line-height: 1.7em;
}
.confirm .form_table td span {
	font-weight: bold;
}
.back_btn {
	text-align: center;
	background: #887777;
	border: 0;
	color: #fff;
	line-height: 60px;
	width: 100%;
	background-image: url(../common/images/arrow_white.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.confirm > .btn_wrap {
	margin-bottom: 0;
}
.back_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.back_btn:hover {
    background-color: #A29393;
}
.back_btn {
	margin-bottom: 60px;
}


/* ありがとう画面
--------------------------------------------------------- */
.thanks > .corner_box > h3 ,
.thanks > .corner_box > p {
	text-align: center;
	margin-bottom: 60
}
.thanks > .corner_box > h3 {
	font-size: 160%;
	font-weight: bold;
}
.thanks > .corner_box > p.btn {
	text-align: center;
}
.thanks > .corner_box > p.btn a {
	background: #053 url(../common/img/arrow_w.png) no-repeat right 10px center;
	background-size: auto 10px;
	color: #fff;
	padding: 1em 4em;
}


