@charset "UTF-8";


/* Company
------------------------------------------------------------*/

/* h2 */
.slide.h2Area{
	background: url(../../../uploads/contact/h2_bg.jpg) no-repeat left 70%;
	background-size: cover;
}
.slide.h2Area.h2-settlement{
	background: url(../../../uploads/service-settlement/h2_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 90px;
}

.slide#contents{
	background: #ffffff url(../../../uploads/common/contents_bg-wh.jpg) repeat center top;
}

dl.contactForm{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
dl.contactForm dt{
	margin-bottom: 15px;
	line-height: 1.2em;
}
dl.contactForm dd{
	margin-bottom: 40px;
	word-break: break-word;
}

/*** 入力画面設定 ***/

input[type="text"],
input[type="email"],
input[type="url"],
textarea{
	max-width: 100%;
}
/* ラジオボタンの画像代替 */
span.mwform-checkbox-field label{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-bottom: 15px;
}
span.mwform-checkbox-field input[type="checkbox"]{
	display: none;
}
span.mwform-checkbox-field label:before{
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 0;
	background: rgba(255,255,255,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	border-radius: 5px;
}
span.mwform-checkbox-field input[type="checkbox"] + span.mwform-checkbox-field-text:before{
	content:" ";
    position: absolute;
	width: 16px;
	height: 20px;
	background:url(../../../uploads/common/ic_check-unchecked.png) no-repeat left center;    
    background-size:contain;
    left: 0;
    bottom: 0;
}
span.mwform-checkbox-field input[type="checkbox"] + span.mwform-checkbox-field-text{
	padding-bottom: 3px;
}
span.mwform-checkbox-field input[type="checkbox"]:checked + span.mwform-checkbox-field-text{
	border-bottom: 1px solid #db575a;
}
span.mwform-checkbox-field input[type="checkbox"]:checked + span.mwform-checkbox-field-text:before{
	background:url(../../../uploads/common/ic_check.png) no-repeat left center;    
    background-size:contain;
}


/*** 確認画面設定 ***/

/* エラーメッセージ */
.mw_wp_form .error{
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #cd0000;
}

div.mw_wp_form_confirm dl.contactForm dd{
	border: none;
	background: rgba(34,155,159,0.30);
	padding: 12px;
	font-size: 14px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	border-radius: 5px;
	min-height: 38px;
}



/*****************************************/
/*				 Tablet					 */
/*****************************************/

@media screen and (max-width: 960px) {

dl.contactForm{
	width: 100%;
}

}

/*****************************************/
/*				 Mobile					 */
/*****************************************/

@media screen and (max-width: 680px) {


}


