@charset "utf-8";
/*---------------------------------------*/
/* contact */
/*---------------------------------------*/
.form dl{
padding-top: 30px;
margin-bottom: 0;
}
@media screen and (max-width:767px){
.form dl{
padding-top:15px;
}
}
.form dl dt{
width:35%;
padding-left:30px;
box-sizing: border-box;
}
@media screen and (max-width:767px){
.form dl dt{
width:100%;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
}
.form dl dt .icon{
padding: 2px 5px 3px;
margin-left: 7px;
top: -3px;
}
.form dl dd{
width:65%;
padding-right:30px;
box-sizing: border-box;
}
@media screen and (max-width:767px){
.form dl dd{
width:100%;
padding-left: 20px;
padding-right: 20px;
}
}
.txt-l,
.txt-m,
.txt-s,
.txt-area,
#btnSubmit .wpcf7-submit{
-webkit-appearance: none;
border-radius:0;
border:1px solid #b1b1b1;
font-size:16px;
box-sizing: border-box;
}
.txt-l{
height:50px;
width:98%;
padding-left:2%;
}
.txt-m{
height:50px;
width:60%;
padding-left:2.5%;
}
@media screen and (max-width:767px){
.txt-m{
width:100%;
}
}
.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:60%;
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:100%;
}
}
.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;
}
.form .agree{
margin-top: 50px;
}
/*送信ボタン */
.btnSubmit .wpcf7-submit{
-webkit-appearance: none;
display:block;
text-align:center;
width:360px;
height:70px;
line-height:62px;
text-indent: 0;
border:2px solid #000;
background:#000;
color:#fff;
transition: all  0.6s ease;
font-size: 1.8rem;
margin-left: auto;
margin-right: auto;
}
@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.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;
}