.ttl_area01 {
    margin-bottom: 115px;
}

.ttl_area01 .ttl_box .ttl_txt {
    min-height: auto;
    margin-bottom: 15px;
}

.ttl_area01 .ttl_box .img{
    bottom: -73px;
}

.ttl_area01 .ttl_box .ttl_desc {
    padding-right: 52%;
    min-height: 112px;
}

.info_block {
    margin: 0 0 100px;
}

.info_block .listAcc_link {
    font-weight: bold;
    font-size: 20px;
    padding-top: 19px;
}

.info_block .listAcc_content {
    padding: 0 27px 20px;
}
.info_block .listAcc_content_inner {
    margin-right: 92px;
}

.info_text {
    margin-top: 15px;
}
.info_text:first-child {
    margin-top: 0;
}
.info_text > .text-note-p >*:nth-child(n+2) {
    margin-top: 5px;
}
.info_img {
    text-align: center;
    margin: 60px 0 40px;
}
.info_img img {
    width: 700px;
    margin: 0 auto;
}
.info_p20{
    font-size: 20px;
}

.info_table{
    max-width: 700px;
    margin: 20px auto 0;
}
.info_table table{
    width: 100%;
}
.info_table table tbody th {
    width: 38%;
}
.info_table table th,
.info_table table td{
    font-weight: bold;
    padding: 15px 15px;
    text-align: center;
    vertical-align: middle;
}
.info_table table th {
    border: 1px solid #A4A4A4;
    background: #F8F0DA;
    font-size: 18px;
}
.info_table table td{
    border: 1px solid #A4A4A4;
    background: #fff;
    font-size: 16px;
}
.info_table table .num{
    font-size: 22px;
}

.link_content-column{
    display: flex;
    flex-wrap: wrap;
    margin-left: -65px;
}

.link_content-column .column_item{
    margin-left: 65px;
}
.link_content-column .ttl {
    margin-bottom: 15px;
}
.link_content-column .btn_link {
    margin-bottom: 19px;
}
.link_content-column .btn_link:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 751px) {
    .info_table table {
        border-collapse: separate;
    }
    .info_table table tbody th,
    .info_table table tbody td{
        padding: 23px 15px;
    }
    .info_table table thead th{
        border: 1px solid #fff;
        border-bottom: none;
    }
    .info_table table tbody td{
        border: 1px solid #ECECEC;
    }
    .info_table table tbody th {
        border: 1px solid #F8F0DA;
    }
    .info_table table tbody tr th{
        border-top-color: #fff;
        border-right-color: #fff;
    }
    .info_table table tbody tr td{
        border-top: none;
    }
    .info_table table thead tr > *:nth-child(n+3){
        border-left: none;
    }
    .info_table table tbody tr > * + *{
        border-left: none;
    }
    .info_table table thead tr:first-child > *:first-child{
        border-top-left-radius: 10px;
        border-left: none;
        border-right: none;
    }
    .info_table table thead tr:first-child > *:last-child{
        border-top-right-radius: 10px;
        border-right: none;
    }
    .info_table table tbody tr:last-child > *:first-child{
        border-bottom-left-radius: 10px;
    }
    .info_table table tbody tr:last-child > *:last-child{
        border-bottom-right-radius: 10px;
    }

}

@media screen and (max-width: 750px) {
    .ttl_area01 {
        padding-bottom: 13.641vw;
        margin-bottom: calc(36vw + 80px);
    }

    .ttl_area01 .ttl_box{
        margin-top: 20px;
    }

    .ttl_area01 .ttl_box .ttl_txt {
        padding-bottom: 3px;
    }

    .ttl_area01 .ttl_box .img{
        bottom: -114px;
    }

    .ttl_area01 .ttl_box .ttl_desc {
        padding-right: 0;
        font-size: 14px;
        padding-bottom: 40px;
        min-height: 0;
    }    
    .info_block{
        margin: 0 0 80px;
    }    
    .info_text{
        font-size: 14px;
        margin-top: 10px;
    }
    .info_text > .text-note-p >*:nth-child(n+2){
        margin-top: 0;
    }
    .info_block .listAcc_link {
        font-size: 16px;
        padding: 14px 50px 15px 10px;
    }
    .info_block .listAcc_content {
        padding: 0 10px 18px;
    }
    .info_block .listAcc_content_inner {
        margin-right: 40px;
    }
    .info_p20{
        font-size: 16px;
    }
    .link_content-column{
        margin-left: 0;
    }
    .link_content-column .column_item{
        margin: 0 0 5px 0;
        width: 100%;
    }
    .info_table {
        margin: 15px -40px 0 0;
    }
    .info_table table th,
    .info_table table td{
        padding: 9px 15px;
    }
    .info_table table tbody th,
    .info_table table tbody td{
        padding: 10px 15px;
    }
    .info_table table th {
        font-size: 14px;
    }
    .info_table table tbody th {
        text-align: left;
    }
    .info_table table td{
        font-size: 12px;
    }
    .info_table table .num{
        font-size: 18px;
    }
    .info_img {
        margin: 15px 0 0;
    }
    .img01{
        margin: 15px -40px 0px 0;
    }
    .img02{
        margin: 0px 0 15px;
    }
}