@charset "UTF-8";

/* レイアウト
------------------------------*/
#page #form .contentIn {
    margin-bottom: 80px;
}

#formBox .title{
	font-size:18px;
	margin-bottom:10px;
}

#formBox{
	margin:0 auto;
	line-height:1.7;
	font-size:14px;
}
#formBox dl{
	overflow:hidden;
	background-color: #f7f7f7;
}
#formBox dl dt {
	box-sizing:border-box;
	float: left;
	width: 30%;
	padding:23px 15px;
	clear: both;
	text-align: right;
	border-top: solid 1px #CCC;
	vertical-align:middle;
	font-weight:bold;
}
#formBox dl dd {
	box-sizing:border-box;
	float:left;
	width: 70%;
	padding:15px;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background-color: #FFF;
}
#formBox dl dd ul li{margin-bottom:10px;}
#formBox dl dd ul li:last-child{margin-bottom:0;}
#formBox .telWrap,
#formBox .mfp_phase{
	box-sizing:border-box;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#formBox .lead .telWrap,
#formBox .formBody{
	border-bottom: solid 1px #CCC;
}


/*  入力エリア
------------------------------*/
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
#formBox ul li{list-style:none;}
#formBox del {text-decoration: line-through;}
#formBox abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
#formBox table {border-collapse:collapse;border-spacing:0;}
#formBox input, select {vertical-align:middle;}
#formBox div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/*input・textarea*/
#formBox div#mfp_hidden input {margin: 5px;}
#formBox textarea {height:10em!important;}
#formBox input, #formBox textarea {
	font-size:1.071em;
	box-sizing:border-box;
	width:100%!important;
	width:calc(100% - 50px)!important;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	border:1px solid #dddddd;
	vertical-align:bottom;
}
#formBox input[type=text]:focus,
#formBox input[type=email]:focus,
#formBox input[type=tel]:focus,
#formBox input[type=url]:focus,
#formBox textarea:focus{
	background:#f7f7f7;
	outline:none;
}
#formBox input[type=radio]{
	width:inherit!important;
	cursor:pointer;
	vertical-align: initial;
}

/*label*/
#formBox label {
	border-radius: 3px;
	display: inline-block;
}
#formBox label.mfp_checked {
	padding: 3px 10px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
}
#formBox label.mfp_not_checked {
	padding: 3px 10px;
	border: solid 1px #EEE;
}

/*項目個別対応*/
#formBox .shortBox input{
	width:4em !important;
}
#formBox .smallBox input{
	width:120px !important;
}

/*必須項目*/
#formBox  .must {
    display: block;
	font-weight:bold;
    background-color: #ff6012;
    padding: 2px 9px;
    font-size: 11px;
    color: #FFF;
    float: left;
	margin-right:10px;
}


/* CGIバリデーション
----------------------------------*/
/*エラーメッセージ*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background: url(images/mfp_error.gif) 0 5px no-repeat;
}
/* OKマーク*/
div.mfp_ok {
    width: 38px;
	padding:3px 0;
	font-weight:bold;
    background-color: #090;
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 0 8px;
    color: #FFF;
    display: none;
    font-size: 12px;
}


/* 郵便番号POPUP
--------------------------------*/
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(images/mfp_zip_loading.gif) no-repeat center center;
}


/*  Lead・電話番号
------------------------------*/
#formBox .lead{
	margin-bottom:30px;
}
#formBox .lead p{
	margin-bottom:30px;
}
#formBox .lead .tel em{
	font-size:24px;
	padding:8px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right:10px;
	font-weight:bold;
	line-height:1;
}
#formBox .lead .tel span{
	vertical-align:text-top;
	line-height:1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*  送信・リセットボタン
------------------------------*/
div.mfp_buttons button:focus {outline:none;}
div.mfp_buttons {
    clear: both;
    padding: 30px 0px;
    text-align: center;
	letter-spacing: -.40em;
}
div.mfp_buttons button {
    display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    border: none;
    font-size: 16px;
    padding: 15px 0;
    width: 200px;
    text-align: center;
	cursor:pointer;
	margin-right:20px;
	-webkit-transition: opacity ease-in 0.3s;
	-moz-transition: opacity ease-in 0.3s;
	-ms-transition: opacity ease-in 0.3s;
	-o-transition: opacity ease-in 0.3s;
	transition: opacity ease-in 0.3s;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
div.mfp_buttons button:last-child {margin-right:0;}
div.mfp_buttons button:hover{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*キャンセルボタン*/
.mfp_buttons .mfp_element_reset,
#mfp_overlay #mfp_button_cancel {
    color: #ffffff;
    background: #dddddd;
}

/*送信ボタン*/
.mfp_buttons .mfp_element_submit,
#mfp_overlay #mfp_button_send{
	background: #000000;
	color:#ffffff;
}


/*  内容確認モーダル
------------------------------*/
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
#mfp_overlay h4 {
	font-size:1.5em;
	padding-bottom:20px;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 25px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_overlay_inner {
	text-align:center;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #CCC;
}
table#mfp_confirm_table tr.mfp_colored {background-color: #F6F7F9;}
table#mfp_confirm_table tr.mfp_achroma {background-color: #FFF;}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}


/*  Thanksページ
------------------------------*/
#formBox .thanks {
  	border: 4px #dddddd solid;
  	text-align: center;
  	padding: 30px;
  	margin-bottom: 30px;
}
#formBox .thanks em {
  	display: block;
  	font-size: 1.8em;
  	font-weight: bold;
  	line-height: 1.3;
  	margin-bottom: 25px;
}
#formBox .thanks p {
	line-height:1.5;}


@media screen and (max-width: 700px) {
#formBox .title{
	font-size:14px;
	margin-bottom:5px;
}
#formBox {width: auto;}
#formBox .tel{text-align:center;}
#formBox .tel em{display:block;}
#formBox dl dt {
	float: none;
	width:100%;
	width: auto !important;
	font-size: 12px;
	text-align: left;
	padding:10px;
}
#formBox dl dd {
	clear: both;
	width:100%;
	border-top: none;
	font-size: 12px;
	line-height: 1.5em;
	border-left:none;
	padding:10px;
	border-top: solid 1px #CCC;
}

}

div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}

@media screen and (max-width: 480px) {
.mfp_buttons button{
		display:block!important;
		margin:0 auto 20px auto!important;
		}
}
