@charset "utf-8";

/*---------------------------------------------------------------
各ページの独自CSS
---------------------------------------------------------------*/
/**
 * 目次
 *
 * 01. お問い合わせ
 * 02. お問い合わせ完了ページ(未使用)
 * 03. プライバシーポリシー
 *
 *（PC-1024px SP-896px以下） 
 *（★の箇所は未使用）
 */



/*****************************************************************
 01. お問い合わせ 
*****************************************************************/
#contact_stage{
	position: relative;
	width: 100%;
	padding: 0px 0px 80px 0px;
}

#contact_stage_electric_A {
	position: relative;
	width: 100%;
	background-image: url(../images/bg_electric_L.png);
	background-size: 750px auto;
	background-repeat: no-repeat;
	background-position: top 150px left;
}

#contact_stage_electric_B {
	position: relative;
	width: 100%;
	background-image: url(../images/bg_electric_R.png);
	background-size: 750px auto;
	background-repeat: no-repeat;
	background-position: top 700px right;
}

/***---- ▼SP-896px以下----***/
@media screen and (max-width:896px){

.pts_project{background-position: center right !important;}

#contact_stage{
	padding: 0px 0px 0px 0px;
}

}
/***---- ▲SP-896px以下----***/


/* ●イントロ
=================================================*/
.contact_intro_copy {
	float:left;
	width: 100%;
	font-size: 15px;
	line-height: 1.9;
	text-align:left;
	text-shadow: 1px 1px 1px #ffffff;
	margin: 30px 0px 0px 0px;
}

.contact_intro_TEL {
	width: 470px;
	text-align:center;
	background:#fff;
	border: 2px dotted #1c2088;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	padding: 10px 0px 5px 0px;
	margin: 20px 0px 0px 0px;
}
.contact_intro_TEL img {
	width: 80%;
}

.contact_intro_midashi {
	font-size:18px;
	font-weight:bold;
}

.contact_intro_copy span {
	color:#ff0000;
}

/***---- ▼SP-896px以下----***/
@media screen and (max-width:896px){

.contact_intro_TEL {
	margin: 20px 0px 0px 50px;
}

.contact_intro_copy {
	line-height: 1.7;
	padding: 0px 50px 0px 50px;
}
.page_intro_copy br {display:none;}

}
/***---- ▲SP-896px以下----***/

/***---- ▼SP-640px以下----***/
@media screen and (max-width:640px){

.contact_intro_TEL {
	width: 80%;
	margin: 20px auto 0px auto;
}
.contact_intro_TEL img {
	width: 90%;
}

.contact_intro_midashi {
	font-size:16px;
	font-weight:bold;
}

}
/***---- ▲SP-640px以下----***/

/***---- ▼SP-480px以下----***/
@media screen and (max-width:480px){

.contact_intro_copy {
	font-size: 14px;
}

}
/***---- ▲SP-480px以下----***/

/***---- ▼SP-350px以下----***/
@media screen and (max-width:350px){

.contact_intro_copy {
	line-height: 1.6;
	padding: 0px 20px 0px 20px;
}

}
/***---- ▲SP-350px以下----***/


/* ●フォーム
=================================================*/
#contact_form_FIELD{
	position: relative;
	width: 100%;
	margin: 0px auto 100px auto;
}

#contact_form_FIELD table.form_table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #1c2088;
}

#contact_form_FIELD table.form_table th,
#contact_form_FIELD table.form_table td {
	vertical-align: middle;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #1c2088;
}

#contact_form_FIELD table.form_table th {
	width: 30%;
	text-align: right;
	font-size: 16px;
	line-height: 1.1;
	color: #252525;
	font-weight: normal;
	border-right: 1px solid #1c2088;
	padding: 0px 50px 0px 0px;
}

#contact_form_FIELD table.form_table td {
	text-align: left;
	font-size: 15px;
	line-height: 2;
	padding-left: 50px;
}

#contact_form_FIELD table.form_table th span.notice {
	font-size: 13px;
	color: #FF0000;
}

#contact_form_FIELD table.form_table td p.input-01 {
	float:left;
	margin: 0px 20px 0px 0px;
}

#contact_form_FIELD table.form_table td p.input-02 {
	margin: 0px 0px 0px 0px;
}

#contact_form_FIELD table.form_table td p.notice-01 {
	font-size: 12px;
	color: #555;
	line-height: 1.4;
}

#contact_form_FIELD table.form_table span.entry_ex {
	font-size: 12px;
}

#contact_form_FIELD table.form_table td textarea {
	width: 98%;
	font-size: 15px;
}

#contact_form_FIELD table.form_table td.entry_input input[type=text]{ 
	font-size: 15px;
}

.privacy_check {
	width: 100%;
	font-size: 16px;
	text-align:center;
	padding: 30px 0px 30px 0px;
}
.privacy_check a {
	color: #252525;
}

/* ◎テーブル=レスポンシブ対応
------------------------------------*/

/***---- ▼SP-896px以下----***/
@media screen and (max-width: 896px) {

#contact_form_FIELD {
	width: 100%;
	padding: 0px 20px 0px 20px;
}

#contact_form_FIELD table.form_table {
	border-top: none;
}

#contact_form_FIELD table.form_table th,
#contact_form_FIELD table.form_table td {
	padding: 10px 0px 10px 0px;
	border-bottom: none;
}

#contact_form_FIELD table.form_table td {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#contact_form_FIELD table.form_table th {
	display: block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	color:#fff;
	border-top: 2px solid #1c2088;
	border-right: none;
	background:#80a8ff;
}

#contact_form_FIELD table.form_table td p.input-01 {
	float:none;
	margin: 0px 0px 0px 0px;
}

#contact_form_FIELD table.form_table td text.text60,
#contact_form_FIELD table.form_table td input[type="text"] {
	width: 100%;
}

#contact_form_FIELD table.form_table td.entry_input p.input-02 input[type="text"] {
	width: 20%;
}

#contact_form_FIELD table.form_table td textarea {
	width: 100%;
}

#contact_form_FIELD table.form_table td.entry_input .mwform-tel-field input[type=text]{ 
	width:auto;
}

#contact_form_FIELD table.form_table td.entry_input .mwform-zip-field input[type=text]{ 
	width:auto;
}/*---- 未使用----*/

.privacy_check {
	font-size: 14px;
}

}
/***---- ▲SP-896px以下----***/

/***---- ▼SP-480px以下----***/
@media screen and (max-width: 480px) {

#contact_form_FIELD {
	padding: 0px 0px 0px 0px;
}

#contact_form_FIELD table.form_table td textarea,
#contact_form_FIELD table.form_table td.entry_input input[type="text"] {
	font-size: 13px;
}

}
/***---- ▲SP-480px以下----***/

/*----------------------------------------
　送信ボタン
----------------------------------------*/
#contact_form_FIELD .submit_btn {
	width: 100%;
	text-align: center;
	margin: 30px auto 0px auto;
}

#contact_form_FIELD .submit_btn input[type="submit"] {
	width: 750px;
	height:50px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #80a8ff;
	border: 2px solid #fff;
	box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	padding: 15px 10px 14px 10px;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	-o-border-radius: 1.8em;
	-ms-border-radius: 1.8em;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contact_form_FIELD .submit_btn input[type="submit"]:hover {
	background-color: #1c2088;
}

#contact_form_FIELD .submit_btn_back {
	width: 60px;
	margin: 20px auto 0px auto;
}
#contact_form_FIELD .submit_btn_back input[type="button"] {
	width: 100%;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-color: #80a8ff;
	border: 2px solid #fff;
	box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 2px -1px rgba(0,0,0,0.2);
	padding: 5px 0px 5px 0px;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	-o-border-radius: 1.8em;
	-ms-border-radius: 1.8em;
}


#contact_form_FIELD .wpcf7-response-output,
#contact_form_FIELD .wpcf7-display-none{
	width: 100%;
	border: none;
	text-align:center;
	color: #FF0000;
}

/***---- ▼SP-896px以下----***/
@media screen and (max-width: 896px) {

#contact_form_FIELD .submit_btn {
	width: 100%;
}
#contact_form_FIELD .submit_btn input[type="submit"] {
	font-size: 14px;
	width: 100%;
}

}
/***---- ▲SP-896px以下----***/

/*----------------------------------------
　完了メッセージ
----------------------------------------*/
.thanks {
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}

/* ◎完了メッセージ=レスポンシブ対応
------------------------------------*/
/***---- ▼SP-896px以下----***/
@media screen and (max-width: 896px) {

.thanks {
	width: 100%;
	font-size: 14px;
	padding: 0px 15px 0px 15px;
}

.thanks br {
	display: none;
}

}
/***---- ▲SP-896px以下----***/



/*****************************************************************
 03. プライバシーポリシー
*****************************************************************/
#privacy_stage{
	position: relative;
	width: 100%;
	padding: 0px 0px 80px 0px;
}

#privacy_stage_electric_A {
	position: relative;
	width: 100%;
	background-image: url(../images/bg_electric_L.png);
	background-size: 750px auto;
	background-repeat: no-repeat;
	background-position: top 150px left;
}

#privacy_stage_electric_B {
	position: relative;
	width: 100%;
	background-image: url(../images/bg_electric_R.png);
	background-size: 750px auto;
	background-repeat: no-repeat;
	background-position: top 700px right;
}

/***---- ▼SP-896px以下----***/
@media screen and (max-width:896px){

.pts_privacy{background-position: center right !important;}

#privacy_stage{
	padding: 0px 0px 0px 0px;
}

}
/***---- ▲SP-896px以下----***/


/* ●方針概要
=================================================*/
#privacy_promise_FIELD {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#privacy_pF_BOX {
	position: relative;
	width: 100%;
	margin: 0px auto 50px auto;
}

.privacy_pFB_headline {
	width: 100%;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	text-align:left;
	border-top: 2px solid #80a8ff;
	background-color: #fff;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	-o-border-radius: 18px;
	-ms-border-radius: 18px;
	padding: 8px 40px 7px 40px;
	margin: 0px auto 15px auto;
}

.privacy_pFB_copy {
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
	margin: 0px auto 0px auto;
}

.privacy_pFB_copy ol {
	margin-left: 20px;
}

.privacy_pFB_contact {
	font-size: 14px;
	border-left: 5px solid #f1f1f1;
	padding-left: 20px;
	margin-top:10px;
}


/***---- ▼SP-640px以下----***/
@media screen and (max-width:640px){

.privacy_pFB_headline{
	font-size: 16px;
}

.privacy_pFB_copy {
	font-size: 14px;
}

}
/***---- ▲SP-640px以下----***/


/***---- ▼SP-480px以下----***/
@media screen and (max-width:480px){

.privacy_pFB_headline {
	text-align:center;
	padding: 8px 10px 7px 10px;
}
	
}
/***---- ▲SP-480px以下----***/




