@charset "utf-8";
@media (min-width: 768px) { /* Tablet1 */

}
@media (min-width: 992px) { /* Tablet2 */

}
@media (min-width: 1200px) { /* PC */

}

.container {
    max-width: 1170px;
}
footer .container {
    max-width: 1470px;
}


.page-ttl .txt {
    background: url(../img/kazari.png) top 40% left 10% no-repeat;
    background-size: 50%;
    padding: 100px 50px;
}

.tel-box {
    text-align: center;
    padding: 30px 0 20px;
}
.tel-box .container {
    border: 1px solid #313131;
    padding: 20px 20px;
    width: calc(100% - 30px);
    max-width: 1170px;
}

.tel-box .ttl {
    font-weight: 300;
    letter-spacing: 0.15em;
    font-size: 1.8rem;
}
.tel-box .time {
    font-size: 1.2rem;
    padding-bottom: 15px;
    color: #7C7C7C;
}
.tel-box .tel span {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2780d0;
}


section.txt {
   padding-top: 0;
   padding-bottom: 0;
}
section.txt .container {
    max-width: 1200px;
}


@media (min-width: 768px) { /* Tablet1 */
    .page-ttl .txt {
      background: url(../img/kazari.png) top 40% left 20% no-repeat;
      background-size: 55%;
      padding: 100px 75px;
    }


    .tel-box .container {
        padding: 30px 20px;
    }

    .tel-box .ttl {
        font-size: 2.4rem;
    }
    .tel-box .time {
        font-size: 1.4rem;
        padding-bottom: 0px;
    }
    .tel-box .tel span {
        font-size: 2.8rem;
    }
}

@media (min-width: 992px) { /* Tablet2 */
    .tel-box .tel span {
        font-size: 3.2rem;
    }
}



/* ----------------------------------------

フォーム

---------------------------------------- */
section.form {
    padding: 60px 0;
}
section.form .container {
    max-width: 1200px;
}
td input,
td textarea {
    width: 100%;
    padding: 3px;
    border: 1px solid #dee2e6;
    /* background-color: #F4F4F4; */
}
td input[type="radio"] {
    display: inline;
    width: inherit;
}
td.radio label {
    margin-right: 20px;
}

::placeholder{
    color: #D3D3D3;
}
td textarea {
    height: 180px;
}
.table th {
    width: 30%;
}
.table td,.table th {
    padding: 10px 0;
}
.table td:last-of-type,
.table th:last-of-type {
    border-bottom: 1px solid #dee2e6;
}


.need::before {
    content: '必須';
    font-size: 0.5em;
    font-weight: 400;
    background-color: #F28851;
    color: #fff;
    margin-left: 10px;
    padding: 1px 2px;
}

.policy-txt {
    border: 1px solid #dee2e6;
    padding: 15px 10px;
    max-width: 900px;
    margin: 0 auto 10px;
  
}
.policy-txt .txt {
    font-size: 0.9em;
}
.agree-btn input {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}

.formBtn {
    padding-top: 20px;
}
.formBtn .flex {
    width: 500px;
    margin: 0 auto;
}
.form-btn {
    background-color: #2780d0;
    color: #fff;
    border: none;
    width: 240px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    border-radius:55px;
    position: relative;
    margin-bottom: 10px;
}
.form-btn.kakunin {
    display: block;
    margin: 0 auto 10px;
}
.form-btn.back {
    background-color: #7C7C7C;
}
.form-btn .fas {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 20px;
    vertical-align: middle;
}
.form-btn.submit .fas {
    left: inherit;
    right: 20px;
}




@media (max-width: 767px) { /* Tablet1 */
    section.form {
        padding: 30px 0;
    }
    .table td,.table th {
        display: block;
        width: 100%;
        border: none;
    }
    .table th {
        padding-bottom: 0;
    }
    .table td:last-of-type, 
    .table th:last-of-type {
        border: none;
    }

    .table td:last-of-type {
        border-bottom: 1px solid #dee2e6;
    }

    td input[type="radio"] {
        display: inline;
        width: 20px;
    }
    th.radio {
        border-top: 1px solid #dee2e6!important;
    }

    .formBtn .flex {
        flex-direction: column;
        width: 100%;
    }
    .form-btn {
        width: 100%;
    }
    
}




@media (min-width: 992px) { /* Tablet2 */

}
@media (min-width: 1200px) { /* PC */

}



