@charset "utf-8";


img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
strong, em{
    display: block;
}
em{
    font-style: normal;
}

.subhead02{
    background: none;
}

.subhead02_ja,.subhead02_en{
    color: #64747d;
}

.sec-outline{
    margin: 80px 0 10rem;
}


.outline_margin
{
    max-width: 80rem;
    /* margin: 0 auto; */
    margin: 3rem auto 0;
}
/* .outline-wrap{
    max-width: 82rem;
} */
.ttl-box{
    max-width: 80rem;
    margin: 0 auto;
}
.ttl-box p{
    font-size: 22px;
    color: #64747d;
    border-bottom: 2px solid #64747d;
    padding-bottom: 5px;
}
.ttl_out{
    font-size: 2.0rem;
    border-left: solid 2px #231815;
    padding: 0 0 0 1rem;
}
.ttl-box2{
    color: #64747d;
    border-left: 2px solid #64747d;
    padding: 0 0 0 1rem;
}
.com_margin{
    margin: 80px 0px;
}
.ttl-box2 p{
    font-size: 22px;
}
.table-box table{
    font-size: 14px;
    width: 100%;
    margin: 1rem auto 0;
}
.table-box tbody{
    border: solid 1px #231815;
} 

.table-box tr{
    border-bottom: solid 1px #231815;
}
.table-box th{
    font-weight: normal;
    text-align: left;
    width: 230px;
    border-right: solid 1px #231815;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: middle;
    background: #D2C7AD;
    background: rgb(149 167 178 / 27%);
}

.table-box td{
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.note-box{
    margin: 10px 0 0;
}
.com-note{
    font-size: 10px;
    line-height: 1.4;
    color:#64747d;
}


.notice-wrap{
    max-width: 82rem;
    margin: 5rem auto 0;
}

.notice-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
}
.notice-box p{
    font-size: 10px;
    line-height: 1.4;
}
.ttl_out{
    font-size: 12px;
    border: solid 1px #231815;
    padding: 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 780px){

}
@media screen and (max-width: 760px){

}

@media screen and (max-width: 650px){


    .com_margin {
        margin: 60px 0px 0px;
    }
    
    .table-box tr{
        font-size: 12px;
    }
    .table-box th{
        text-align: center;
        background: rgb(149 167 178 / 27%);
        border-right: none;
        border-bottom: solid 1px #231815;
    }
    .table-box th,
    .table-box td{
        display: block;
        width: 100%;
        font-size: 12px;
    }
    .notice-box p{
        display: block;
        width: 100%;
    }
    .notice-box .ttl_out{
        text-align: center;
        padding: 8px 0px;
        font-size: 12px;
        line-height: 1;
        margin-right: 0;
    }
    .ttl-box2 p {
        font-size: 18px;
    }
    .ttl-box p{
        font-size: 20px;
    }
}