@charset "utf-8";
/*---------------------------------------*/
/* contact */
/*---------------------------------------*/
/*form*/
.form dl{
padding-top: 30px;
margin-bottom: 0;
}
@media screen and (max-width:767px){
.form dl{
padding-top:15px;
}
}
.form dl dt{
width:30%;
padding-left:30px;
box-sizing: border-box;
}
@media screen and (max-width:767px){
.form dl dt{
width:100%;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
text-align: left;
font-size: 1.6rem;
}
}
.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: 0;
padding-right: 0;
}
}
.txt-l,
.txt-m,
.txt-s,
.txt-ss,
.txt-area,
#btnSubmit .wpcf7-submit{
height:60px;
-webkit-appearance: none;
border-radius:0;
border:1px solid #b1b1b1;
font-size:16px;
box-sizing: border-box;
padding:0 15px;
margin-bottom: 5px;
}
@media screen and (max-width:767px){
.txt-l,
.txt-m,
.txt-s,
.txt-ss,
.txt-area,
#btnSubmit .wpcf7-submit{
height: 45px;
}
}
.txt-l{
width:100%;
}
.txt-m{
width:60%;
}
@media screen and (max-width:767px){
.txt-m{
width:100%;
}
}
.txt-ss,
.txt-s{

width:18%;
}
@media screen and (max-width:767px){
.txt-s{
width:30%;
}
}
.txt-area{
width:100%;
height: 200px;
padding:10px 15px;
border:1px solid #b1b1b1;
}
@media screen and (max-width:767px){
.txt-area{
height: 100px;
}
}
.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;
}
@media screen and (max-width:767px){
.form .agree{
margin-top: 50px;
font-size: 1.4rem;
}
.form .agree .acceptance{
position: relative;
top: 1px;
}
}
/*送信ボタン */
.btnSubmit .wpcf7-submit{
-webkit-appearance: none;
display:block;
text-align:center;
width:300px;
height:60px;
line-height:52px;
border-radius: 60px;
text-indent: 0;
border:1px solid #000;
background:#FFF;
color:#000;
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:#000;
color:#fff;
}
.btnSubmit.disabled input{
opacity:0.5;
}
.btnSubmit.disabled input:hover{
background:#fff;
color:#000;
}
.btnSubmitAlert.none{
display:none;
}
@media screen and (max-width:767px){
.btnSubmitAlert{
font-size:1.1rem;
}
}
/* ▼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;
}