@charset "utf-8";
/*====================================
	for inquiry.php
	Date of 2017.01.18
====================================*/
#inquiryList{
	margin: 30px 0;
}
#inquiryList dt{
	font-size: 130%;
}
#inquiryList dt:before{
	content: "\f095";
	font-family: FontAwesome;
	margin-right:5px;
	color: rgba(180, 180, 180, 1);
}
#inquiryList dd .tel{
	font-size: 130%;
}
#inquiryList dd .tel a{
	font-size: 170%;
	font-weight: 600;
	text-decoration: none;
	color:rgba(79,79,79,1.00);
}
#inquiryList dd .time{
	font-size: 90%;
}
.soudanBtn{
	margin: 0 0 40px;
}
.soudanBtn a{
	color: rgba(64,34,15, 1);
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border: 2px solid rgba(64,34,15, 1);
	position: relative;
}
.soudanBtn a:after{
	font-size: 150%;
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top:25%;
}
.policyBtn{
	margin: 20px 0;
}
.policyBtn a{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: hidden;
	padding: 15px 0;
	background:rgba(64,34,15, 1);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.error{
	font-weight:600;
	color:rgba(199,0,3,1.00);
	margin:0 0 15px;
}
.entryform dt,
.entryform dd{
	padding:10px;
}
.entryform dt{
	background:rgba(240,233,217,1.00);
}
.entryform dd{
	margin-bottom:10px;
}
.annotation{
	font-size:90%;
	margin:10px 0 0;
}
.imp,
.opt{
	font-size:90%;
	display:inline-block;
	padding:0 10px;
	margin-right:5px;
	color:rgba(255,255,255,1.00);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.imp{
	background:rgba(136,0,74,1.00);
}
.opt{
	background:rgba(137,137,137,1.00);
}
@media print, screen and (min-width : 768px){
#inquiryList{
	margin: 30px 0 50px;
}
#inquiryList dt{
	font-size: 170%;
}
#inquiryList dt:before{
	font-size: 110%;
}
#inquiryList dd .tel{
	font-size: 190%;
}
#inquiryList dd .tel span{
	font-size: 190%;
	font-weight: 600;
	margin-left: 10px;
	text-decoration: none;
	color:rgba(79,79,79,1.00);
}
#inquiryList dd .time{
	font-size: 100%;
}
.soudanBtn{
	width: 60%;
	margin: 0 auto 50px;
}
.soudanBtn a{
	padding: 7px 0;
}
.soudanBtn a:hover{
	background: rgba(64,34,15, 0.1);
}

.soudanBtn a:after{
	top:7px;
}



.entryform{
	margin-bottom:20px;
}
.entryform dl{
	width:100%;
	display:table;
	border-bottom:1px solid rgba(205,205,205,1.00);
}
.entryform dt,
.entryform dd{
	vertical-align:middle;
	display:table-cell;
	padding:15px;
}
.entryform dt{
	width:20.8333333333%;/*200px*/
	box-sizing:border-box;
}
.entryform dd{
	width: 79.1666666667px;/*760px*/
}
.btnConfirm{
	width:200px;/*200px*/
	margin:0 auto;
}
.btnWrapper{
	width:43.75%;/*420px*/
	margin:0 auto;
}
.btnWrapper form{
	width:200px;
	float:left;
}
.btnWrapper form:first-child{
	margin-right:20px;
}
.policyBtn a{
	width: 20%;
	margin: 0 auto;
	padding: 12px 0;
}
.policyBtn a:hover{
	background:rgba(64,34,15, 0.8);
}
}
/*	thanks
=======================================*/
.thanks h4{
	font-size:120%;
	font-weight:600;
	text-align:center;
	margin-bottom:15px;
}
.thanks p{
	text-align:center;
}
.returnIndex a{
	text-decoration:none;
	padding:15px 0;
	margin:10px 0 0;
	color:rgba(255,255,255,1.00);
	background:rgba(63,33,14,1);
	display:block;
}

@media print, screen and (min-width : 768px){
/*	thanks
=======================================*/
.thanks h4{
	font-size:150%;
}
.returnIndex a{
	width:200px;
	padding:10px 0;
	margin:30px auto 0;
}
.returnIndex a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	transition:all 0.3s ease 0s;
}
}

/*	form common
=======================================*/
label{
	display:block;
	padding:10px 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 100%;
	max-width: 400px; /* レスポンシブの場合の対策 */
	color:rgba(89,87,87,1);
	padding:15px 10px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	border:1px solid rgba(196,196,196,1.00);
}
input[type=submit]  {
	width:100%;
	max-width: 400px; /* レスポンシブの場合の対策 */
	padding:15px 0;
	margin-bottom:10px;
	cursor:pointer;
	background: rgba(210, 210, 210, 1);
	border: none;
	-webkit-appearance: none;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/*	focus active
=======================================*/
input[type=text]:focus,
input[type=text]:active {
	background:rgba(244,233,233,1.00);
}
input[type=email]:active,
input[type=email]:focus {
	background:rgba(244,233,233,1.00);
}
input[type="tel"]:active,
input[type="tel"]:focus {
	background:rgba(244,233,233,1.00);
}
textarea:active,
textarea:focus {
	background:rgba(244,233,233,1.00);
}


@media print, screen and (min-width : 768px){
/*	form common
=======================================*/
label{
	display:inline-block;
	margin-right:15px;
	cursor:pointer;
}
textarea{
	max-width: 500px; /* レスポンシブの場合の対策 */
}
/* select css
=======================================*/
select{
	width:30%;
	padding:5px;
	cursor:pointer;
}
/* custom */
.custom-selectbox select {
	width: 30%;
	height: 40px;
}
.custom-selectbox .inner {
	width: 30%;
	height: 40px;
	line-height: 40px;
}

}
.errMessage {
  font-weight: 900;
  color: #dd3636;
  line-height: 1.6;
}
.bgRed {
  background-color: #ffc8c8;
}
