@charset "UTF-8";
/*--------------------------
 ユニーク
----------------------------*/
.contact_readcopy {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.contact_readcopy br {
    display: none;    
}
.contact_form_back {
    background-color: #f6f6f6;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.form_privacy_message_push {
    padding-left: 20px!important;	
}
.form_privacy_message {
	font-size: 14px;
	line-height: 24px;
}
.form_privacy_message a {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #FF8000;
}
.form_privacy_message a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 フォームの全体
----------------------------*/
.form_wrapper {
    padding-top: 20px;
}
/*--------------------------
 フォームのDL
----------------------------*/
.form_wrapper dl {
	border-bottom: 1px solid #C3C3C3!important;
	margin-bottom: 20px;
	padding-bottom: 5px;	
}


/*--------------------------
 項目
----------------------------*/
form#mailformpro dl dt {
	/*width: 100%;*/
	clear: both;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	/*border-top: solid 1px #CCC;*/
	margin: 0px;
	/*
	background-image: url(../images/beige_10.svg);
	background-repeat: repeat-y;
	background-position: left 0%;
	background-size: 20px auto;
	background-color: #edf4e5;
	*/
	display: block;
	text-align: left!important;
}
/*--------------------------
 内容
----------------------------*/
form#mailformpro dl dd {
	padding: 10px 0px 5px 0px!important;
	font-size: 20px;
	line-height: 1.5em;
	display: block;
	margin-left: 5%!important;
	margin-right: 0px!important;
}

form#mailformpro dl dd textarea {
	/*width: 100%!important;*/
}
/*--------------------------
 入力項目内の文字・スペース　シングル
----------------------------*/
form#mailformpro dl dd input {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 5px;
	/*background-color: #FFFFFF;*/
}
/*--------------------------
 入力項目内の文字・スペース　複数行
----------------------------*/
form#mailformpro dl dd textarea {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
/*--------------------------
 添付
----------------------------*/
.attachement_power_p {
	font-size: 14px;
	line-height: 24px;
	list-style-type: square;
	padding-top: 20px;
}
.attachement_power_p br {
	display: none;	
}
/*--------------------------
 添付ファイルの説明
----------------------------*/
.attachement_caution {
	margin-right: 0px;		
}
.attachement_title {
	font-size: 14px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	font-weight: bold;
}
.attachement_caution ul {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.attachement_caution ul li {
	font-size: 14px;
	line-height: 22px;
	list-style-type: square;
}
.attachement_description {
	text-align: center;
	line-height: 26px;
	font-size: 16px;
}
.attachement_description01 {
	color: #00a99d;
	font-weight: bold;
}
.attachement_description02 {
	color: #c30d23;
	font-size: 14px;
}
/*--------------------------
 BUTTON DESIGN mailformpro.css側はコメントアウトしている
----------------------------*/
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
    /*border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;*/
    font-size: 24px!important;
    cursor: pointer!important;
    outline: none!important;
    background-color: #bc0b21;
    background-image: url(../images/confirm_arrow.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px 10px!important;
    padding-top: 13px!important;
    padding-right: 0px!important;
    padding-bottom: 13px!important;
    padding-left: 0px!important;
    border-style: none!important;
    color: #FFF!important;
    font-weight: normal!important;
    -webkit-transition: all .3s!important;
    transition: all .3s!important;
    width: 100%!important;
    margin-top: 20px;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	/*background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
	box-shadow: 0px 2px 15px #CCC;*/
	box-shadow: none;
	background-color: #999999;
	background-image: url(../images/confirm_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------------------------
 チェックボタン
----------------------------*/
.checkbox01-input{
	display: none !important;
}
.checkbox01-parts{
  padding-left: 15px;
  position:relative;
  margin-right: 15px;
}
.checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	/*border: 1px solid #666;
	border-radius: 4px;*/
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #e60012;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e60012;
  border-right: 3px solid #e60012;
}
.cart-none {
	display: none;  
}
/*--------------------------
 ラジオボタン
----------------------------*/
.user_radio_button {
	font-size: 18px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--------------------------
 背景のゼブラ色
----------------------------*/
.mfp_colored {
	background-color:transparent;
}
.mfp_achroma {
	background-color:transparent;
}
/*--------------------------
 プルダウン（セレクト）の文字大きさ
----------------------------*/
form#mailformpro dl dd select {
	font-size: 18px!important;
	line-height: 28px!important;
	margin-top: 15px!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	padding-right: 0px!important;
	padding-left: 10px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
	/*background-color: #FFFFFF;*/
}

/*--------------------------
 必須
----------------------------*/
.must {
    display: block;
    background-color: #00215b!important;
	border: solid 0px #fff;
    font-size: 14px!important;
    color: #FFF;
    float: left;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    line-height: 18px;
	text-shadow: 0px 0px 0px #ed6a02;
	border-radius: 0px!important;
	box-shadow: 0px 0px 0px #CCC;
	
	background-image:none!important;
	background-size: 100% 100%;
}

/*--------------------------
 任意
----------------------------*/
.any {
	display: block;
	background-color: #999999!important;
	font-size: 14px;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	line-height: 18px;
}
/*--------------------------
 入力エラーの文字調整
----------------------------*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 1px 5px 12px 5px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
/*--------------------------
 例の文字調整
----------------------------*/
:placeholder-shown {
 	color: #CCC;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 	color: #CCC;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #CCC; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #CCC; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
    color: #CCC; }

/*--------------------------
 レスポンシブ
----------------------------*/
.width100 {
	width: 100% !important;
}
 
.width50 {
	width: 100% !important;
}
.width30 {
	width: 100% !important;
}

/*--------------------------
 フォームの注意文
----------------------------*/
.form_privacy {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
}
.form_privacy a {
	text-decoration: none;
	color: #3e7128;
	font-weight: bold;
}
.form_privacy a:hover {
	color: #999999;
	text-decoration: underline;
}
.form_caution {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.form_caution li {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	display: inline;
}
/*--------------------------
 フォームのサンクス
----------------------------*/
.thanks {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-feature-settings: "palt";
}
.thanks_shoulder {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 30px;
	color: #ed6a02;
	font-weight: bold;
	padding-top: 0px;
	letter-spacing: 0.1em;
}
.thanks p {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 25px;
	letter-spacing: 0.01em;
}
.thanks p br {
	display: none;	
}
.thanks_home {
	text-align: center;
	letter-spacing: 0.1em;
}
.thanks_home a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	background-color: #ed6a02;
	padding-top: 15px;
	padding-bottom: 15px;

	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.thanks_home a:hover {
	text-decoration: none;
	background-color: #999;
}
.thanks_caution {
    font-size: 12px!important;
    line-height: 20px!important;
    color: #666!important;
    text-align: left!important;
    margin-top: 50px;

}
.thanks_caution br {
}
/*--------------------------
 CONTACT FOUNDATION
----------------------------*/
.contact_wrapper {
	position: relative;
}

.contact_wrapper::after {
    content: "";
    display: block;
    clear: both;
}
/*--------------------------
 FORM TITLE
----------------------------*/
.form_title {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.03em;
	font-weight: normal;
	border-bottom: 1px dotted #AFAFAF;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
.form_title br {
	
}
/*--------------------------
 FORM READ COPY
----------------------------*/
.form_readcopy {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	padding-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.form_readcopy br {
	display: none;	
}
/*--------------------------
 FORM TEL
----------------------------*/
/*
.form_tel_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form_tel_inner {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFF;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}
.form_tel_title {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: normal;
	border-bottom: 1px dotted #AFAFAF;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.form_tel_title br {
	
}
.form_tel {
	padding-bottom: 0px;
	font-size: 26px;
	line-height: 48px;
	letter-spacing: 0.1em;
	padding-top: 0px;
	color: #4f94dc;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	padding-left: 20px;
}
.form_tel a {
	color: #4f94dc; 
    text-decoration: none;
}
.form_tel a:hover {

}
.form_tel span {
	padding-right: 10px;
	color: #808080;
	font-weight: normal;
}
*/
/* 電場番号前のアイコンなど
.form_tel a img {
	width: 40px;
	height: auto;
	padding-right: 3px;
	margin-top: 7px;
}
*/
/*
.form_fax {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.form_company {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0px;
	letter-spacing: 0.05em;
	padding-top: 20px;
	padding-left: 20px;
}
.form_time {
	font-size: 14px;
    line-height: 24px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.form_time br {
	   
}
*/
/*--------------------------
 確認画面
----------------------------*/
div#mfp_phase_confirm {
	clear: both;
	
}
div#mfp_phase_confirm h4 {
	font-size: 20px;
	padding: 10px 10px 20px 10px;
	text-align: center;
	color: #000000;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
	
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: solid 1px #999;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: transparent!important;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: transparent!important;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
	border-top: solid 1px #999;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	font-weight: normal;
	background-color: #f9f9f9;
	display: block;
	width: 100%;

}
table#mfp_confirm_table tr td {
	word-break: break-all;
	display: block;
}
/*--------------------------
 CANCEL BUTTON
----------------------------*/
#mfp_button_cancel {
	background-color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px!important;
	/*width: 40%!important;*/
	padding-left: 50px!important;
	padding-right: 50px!important;
	background-size: 15px auto!important;
	margin-bottom: 0px;
}
/*--------------------------
 時分 調整
----------------------------*/
.form_span_txt {
	font-size: 14px;
	line-height: 42px;
	font-weight: normal;
	padding-left: 10px;
	margin-right: 10px;
}