@charset "utf-8";
#estate-contact .kome{
color:#d32036;
}
#estate-contact .subTtl{
max-width:800px;
margin:0 auto 20px;
font-size:143%;
font-weight:bold;
color:#30318c;
}
#estate-contact .pageTtl{
margin-bottom: 60px;
}
#estate-contact .l-row {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
}
#estate-contact .l-row--between {
justify-content: space-between;
}
#estate-contact .contentsBorder-short {
border-bottom: 1px solid #bcbcbc;
padding-bottom: 30px;
}
#estate-contact .contentsBorder-top{
border-top: 1px solid #bcbcbc;
}
#estate-contact .u-bgLiRed {
background: #fdf6f6;
}
#estate-contact dl{
padding-top: 30px;
}
@media screen and (max-width:767px){
#estate-contact dl{
padding-top:15px;
}
}
#estate-contact dl dt{
width:35%;
padding-left:30px;
font-size: 121%;
font-weight: bold;
box-sizing: border-box;
}
@media screen and (max-width:767px){
#estate-contact dl dt{
width:100%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 5px;
font-size: 11pt;
}
}
#estate-contact dl dt .small{
font-size: 82%;
display: block;
}
#estate-contact dl dt .icon{
padding: 0 5px 1px;
margin-left: 7px;
top: -3px;
font-size:59%;
font-weight: bold;
position: relative;
background: #e1e1e1;
color: #666;
}
#estate-contact dl dt .icon.hissu{
background:#dd1c24;
color: #fff;
}
#estate-contact dl dd{
width:65%;
padding-right:30px;
box-sizing: border-box;
}
@media screen and (max-width:767px){
#estate-contact dl dd{
width:100%;
padding-left: 20px;
padding-right: 20px;
}
}
#estate-contact dl dd .exTxt{
font-size: 93%;
color: #666;
margin-bottom: 5px;
}
#estate-contact dl dd .exTxt.bk{
color: #000;
}
/*フォーム */
.txt-l,
.txt-m,
.txt-s,
.txt-area,
#btnSubmit .wpcf7-submit{
-webkit-appearance: none;
border-radius:0;
border:1px solid #b1b1b1;
font-size:16px;
}
.txt-l{
height:50px;
width:98%;
padding-left:2%;
}
.txt-l.readonly{
border: none;
background:none;
}
.txt-m{
height:50px;
width:40%;
padding-left:2.5%;
}
@media screen and (max-width:767px){
.txt-m{
width:60%;
}
}
.txt-s{
height:50px;
width:18%;
padding-left:3.33%;
}
@media screen and (max-width:767px){
.txt-s{
width:50%;
}
}
.txt-area{
width:98%;
padding-left:2%;
height:150px;
padding:0.5em 0;
border:1px solid #b1b1b1;
}
@media screen and (max-width:767px){
.txt-area{
height:90px;
}
}
.form .hasCustomSelect {
width:100%;
}
.form .customSelect{
background: url(../images/contact-select.gif) no-repeat right center #fff;
background-size: 50px 50px;
height:50px;
line-height:50px;
padding:0 20px;
width:50%;
box-sizing:border-box;
border:1px solid #b1b1b1;
font-size:16px;
}
@media screen and (max-width: 767px) {
.form .customSelect {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width:80%;
}
}
.form .agree{
margin-top:50px;
text-align: center;
}
@media screen and (max-width:767px){
.form .agree{
margin-top:20px;
}
}
.form .message{
font-size:93%;
text-align:center;
}
@media screen and (max-width:767px){
.form .message{
font-size:8pt;
text-align:left;
}
}
.form input:focus,
.form textarea:focus,
.form select:focus
{
border: 1px solid #b1b1b1 !important;
}
div.wpcf7-validation-errors{
border:2px solid #b1b1b1 !important;
}
div.wpcf7-mail-sent-ok{
border:2px solid #b1b1b1 !important;
}
div.wpcf7-response-output{
margin-top:0 !important;
margin-left:30px !important;
margin-right:30px !important;
text-align:center;
}
/*送信ボタン */
.btnSubmit .wpcf7-submit{
-webkit-appearance: none;
display:block;
text-align:center;
width:360px;
height:70px;
line-height:62px;
text-indent: 0;
border:4px solid #000;
background:#000;
color:#fff;
font-weight:bold;
font-size:128.5%;
transition: all  0.6s ease;
margin:50px auto 0;
}
@media screen and (max-width:767px){
.btnSubmit .wpcf7-submit{
margin:30px auto;
width:100%;
}
}
.btnSubmit .wpcf7-submit:hover{
text-decoration: none;
background:#fff;
color:#000;
}
.btnSubmit.disabled input{
opacity:0.5;
}
.btnSubmit.disabled input:hover{
background:#000;
color:#fff;
}
.btnSubmitAlert{
font-size:86%;
color: #a1a1a1;
max-width:380px;
margin:5px auto 20px;
}
@media screen and (max-width:767px){
.btnSubmitAlert{
font-size:7pt;
margin:5px auto 10px;
}
}
.btnSubmitAlert.none{
display:none;
}
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
color: #d4d4d4;
}
/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
color: #d4d4d4;
}
/* ▼Firefox18以前用 */
:-moz-placeholder {
color: #d4d4d4;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
color: #d4d4d4;
opacity: 1;
}
/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
color: #d4d4d4;
}