@charset "utf-8";



/* お問い合わせ
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.contact_list { 
max-width: 900px;
margin: 0 auto;
}
.contact_list table { 
width: 100%;
font-size: 16px;
line-height: 1.5em;
border-top: 1px solid #111;
margin-bottom: 40px;
}
.contact_list th p,.contact_list td p { 
margin-bottom: 0;
}
.contact_list th {
font-weight: bold;
vertical-align: top;
background: #e5f5ff;
border-bottom: 1px solid #111;
padding: 15px;
}
.contact_list td {
border-bottom: 1px solid #111;
padding: 15px;
}
.contact_list .c_red { 
display: inline-block;
font-size: 12px;
color: #ff0000;
background: #fff;
margin-left: 10px;
padding: 2px 5px;
}
.contact_list .btn-submit p {
margin-bottom: 0;
}
.contact_list .btn-submit input[type="submit"] { 
display: table;
width: 100%;
max-width: 600px;
font-size: 20px;
color: #fff;
background: #00A0FF;
border: none;
margin: 0 auto;
padding: 5px;
cursor: pointer;
}
.contact_list table input[type="text"], input[type="email"], input[type="tel"] {
width: 100%;
}
.contact_list table textarea { 
width: 100%;
}

.wpcf7cp-btns { 
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 600px;
margin: 0 auto;
}
.wpcf7cp-btns button { 
width: 49%;
font-size: 20px;
color: #fff;
background: #00A0FF;
border: none;
margin: 0;
padding: 5px;
cursor: pointer;
}
.wpcf7cp-btns button:last-child { 
margin-left: 2%;
}

#wpcf7cpcnf th { display: none; }
#wpcf7cpcnf td { display: block; }
.wpcf7 form .wpcf7-response-output { font-size: 24px; }

@media screen and (max-width: 767px) {
.contact_list .c_red { display: table; margin-left: 0; }
}



/* 個人情報保護方針
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */
.privacy_list { 
max-width: 900px;
margin: 0 auto;
}
.privacy_list .text_box { 
margin-bottom: 60px;
}
.privacy_list .text_box h3 { 
font-size: 18px;
font-weight: bold;
line-height: 1.2em;
background: #e5f5ff;
border-left: 5px solid #00A0FF;
padding: 10px;
margin-bottom: 15px;
}
.privacy_list .text_box p {
line-height: 1.7em;
}
.privacy_list .text_box p:last-child {
margin-bottom: 0;
}


