/*
お問い合わせ 
*/

.form-msg{
    margin-bottom: 40px;
}

.form-block{
	background: #fff;
    padding: 60px 20px;
    border:1px solid #DDDDDD;
    margin-bottom: 80px;
}

.form-tbl{
    width: 800px;
    margin:0 auto;
}

.form-tbl th {
	position: relative;
    width: 188px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: left;
    padding: 20px 0 0;
    vertical-align: top;
}
.form-tbl th strong{
    display: block;
    font-size: 2.2rem;
    line-height: 1.3em;
}
.form-tbl th span{
	position: absolute;
	top: 20px;
	right: 10px;
	color: #ff0000;
}

.form-tbl td{
    padding: 15px 0;

}

.form-privacy{
    margin: 20px 0 50px;
    text-align: center;
}

.form-privacy-msg {
    margin-bottom: 10px;
}

.form-privacy-link{
    text-align: center;
}
.form-privacy-link a{
    display: inline-block;
    color:#333333;
    text-decoration: underline;
}

.form-btn{
    display: inline-block;
    color:#333333;
    text-decoration: underline;
}
.form-submit{
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-submit form{
    display: block;
    margin: 40px 20px;
}

.form-submit-btn{
    width: 256px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #333333;
    color:#fff;
    font-size: 1.7rem;
    font-weight: bold;
}

.form-submit-btn.back{
    background: #999;
}

@media screen and (max-width:1024px){


    .form .top-section-ttl {
        font-size: 5rem;
    }


    .form-block {
        padding: 20px 20px 30px;
        margin-bottom: 30px;
    }

    .faq-ttl{
        font-size: 5rem;
        margin-bottom: 30px;
    }

    .form-msg {
        margin-bottom: 20px;
    }

    .form-tbl,
    .form-tbl tbody,
    .form-tbl tr,
    .form-tbl th,
    .form-tbl td{
        width: 100%;
        display: block;
        padding: 0;
    }

    .form-tbl th{
        display: flex; 
        margin-bottom: 10px;
    }

    .form-tbl th span{
		position: relative;
		top: 0px;
		right: 0px;
        display: inline-block;
        margin-top: 0px;
        margin-left: 1em;
    }

    .form-tbl td{
        margin-bottom: 20px;
    }

    .form-submit form{
        display: block;
        margin: 10px 20px;
    }


}


/*
お問い合わせ パーツ
*/

input[type="email"],
input[type="text"],
button,
textarea,
select{
width: 100%;
appearance: none;
margin: 0;
padding: 0;
border-radius: none;
border-radius: 0;
border:none;
border:0;
box-shadow: none;
}

 select::-ms-expand {
  display: none;
}

.form input[type="email"],
.form input[type="text"]{
    border:1px solid #CCCCCC;
    padding: 0 1em;
    height: 55px;
    background: #EEEEEE;
    font-size: 1.7rem;
}

.form input[type="email"][disabled],
.form input[type="text"][disabled],
.form textarea[disabled]{
    background:#fff;
    cursor:not-allowed; /* 禁止カーソル */
}

.form textarea{
    border:1px solid #CCCCCC;
    padding: 1em;
    height: 208px;
    background: #EEEEEE;
    font-size: 1.7rem;
}

.form .select-label{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.form .select-label select {
    position: relative;
    border: 1px solid #ccc;
    padding: 0 1em;
    background: #ffffff;
    height: 55px;
    font-size: 1.7rem;
}

.form .select-label::after{
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top:7px solid #000000;
    pointer-events: none;
}

.form .form-err ul{
    margin: 20px 0;
    color:#fb0000;
}

.form .form-complete{
    max-width: 740px;
    margin: 0 auto 30px;
}



@media screen and (max-width:1024px){

.form .select-label select,
.form input[type="email"],
.form input[type="text"]{
    font-size: 1.4rem;
}

.form textarea{
    height: 208px;
    font-size: 1.4rem;
}

}