@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :base.css
 style info :共通のスタイル指定(ヘッダー、フッターなど)
=================================================================== */

.contact h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.contact .read{
	margin-bottom: 30px;
}
.contact .read span{
	color: #f04544;
	font-size: 14px;
}
.table-form tr{
	border-bottom: 1px solid #f88f8e;
}
.table-form tr th,
.table-form tr td{
	padding: 15px 0;
	vertical-align: top;
}
.table-form tr th{
	font-weight: normal;
	width: 20%;
}
.table-form tr td{
	width: 80%;
}
.table-form tr th span{
	color: #f04544;
	font-size: 14px;
	margin-left: 5px;
}
.get-contact{
	width: 680px;
	margin: 0 auto 20px;
	background-color: #f7f7f7;
	padding: 20px;
}
.get-contact dl {
	overflow: hidden;
}
.get-contact dl dt{
	float: left;
	width: 230px;
	font-size: 24px;
	padding: 35px 0;
	text-align: center;
}
.get-contact dl dd{
	margin-left: 230px;
	border-left: solid 1px #ccc;
	padding-left: 35px;
}
.get-contact dl a{
	color: #f04544;
}
.form-contact input[name=post-code01]{
	width: 60px;
}
.form-contact input[name=post-code02]{
	width: 100px;
}
.form-contact input[name=address]{
	width: 100%;
}
.form-contact input[name=email]{
	width: 300px;;
}
.form-contact .submit{
	padding: 20px 0;
	text-align: center;
}
.form-contact .submit p{
	text-align: center;
}
.form-contact .submit button{
	border: none;
}

.form-contact .thanks{
	padding: 50px 0;
}
.form-contact .thanks p{
	text-align: center;
}
.error{
	color: #f04544;
	font-size: 12px;
}

.table-form.check{
	margin: 20px auto;
}
.table-form.check th,
.table-form.check td{
	border: 1px solid #ccc;
	padding: 10px;
}
.table-form.check th{
	background: #ffeaea;
}

input[type="text"].txt_add,
input[type="text"].txt_mail{
	width: 100%;
}

.error_messe{
	text-align: center;
	background: #f88f8e;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}
.error_messe:last-of-type{
	margin-bottom: 0px;
}

select{
	padding: 10px;
}

.form-txt_access{
	margin-top: 20px;
}
.form-txt_access a{
	color: #f88f8e;
	text-decoration: underline;
}

.lbl_radio{
	display: block;
	margin-bottom: 5px;
	cursor: pointer;
}
.lbl_radio input{
	margin-right: 5px;
}
.lbl_radio:last-of-type{
	margin-bottom: 0;
}

.kibou{
	display: none;
}
