.president-area {
    display: flex;
    align-items: baseline;
    color: #000;
    font-weight: 400;
}

.president-area .president-name {
    margin-left: 16px;
    font-weight: 400;
    font-size: 24px;
    color: #000;
}



.row-greeting {
    padding: 15px;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .row-policy .text {
        line-height: 23px;
    }

    .table-base dl dd {
        border-left: none;
        padding: 15px 15px !important;
    }

    .line-add-all .title::after {
        content: "";
        position: absolute;
        top: 50%;
        border-top: 2px solid #000;
        width: 37px;
        right: 12px;
        z-index: 1;
    }

    .line-add-all .title::before {
        content: "";
        position: absolute;
        top: 50%;
        border-top: 2px solid #000;
        width: 37px;
        right: 15px;
        left: 20px;
        z-index: 1;
    }

    .line-add-all .title {
        font-weight: 700;
        font-size: 30px;
        color: #000;
    }


    h2 {
        margin-bottom: 20px !important;
        margin-top: 20px;
    }

    .item-text .title.blue {
        font-weight: 400;
        font-size: 17px;
    }

    .row-base .all {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .row-base.mirror .all {
        justify-content: center;
    }

    .row-base.mirror .metabox {

        margin-left: auto;
    }

    .row-base .metabox {
        width: 100%;
    }

    .row-greeting .title.blue {
        font-weight: 500;
        font-size: 20px;
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .row-greeting p {
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .row-base.mirror .all {
        width: 83%;
    }

    .row-base.mirror .all.all-toku {
        width: 81%;
    }

    .line-add-all .title::after {
        content: "";
        position: absolute;
        top: 50%;
        border-top: 2px solid #000;
        width: 37px;
        right: 0px;
        z-index: 1;
    }

    .line-add-all .title::before {
        content: "";
        position: absolute;
        top: 50%;
        border-top: 2px solid #000;
        width: 37px;
        right: 15px;
        left: 0;
        z-index: 1;
    }

    .line-add-all .title {
        font-weight: 700;
        font-size: 40px;
        color: #000;
    }


    h2 {
        margin-bottom: 43px !important;
    }

    .item-text .title.blue {
        font-weight: 400;
        font-size: 21px;
    }

    .row-base.mirror .all {
        justify-content: end;
    }

    .row-base.mirror .metabox {
        width: 50%;
        margin-left: auto;
    }

    .row-base .metabox {
        width: 50%;
    }

    .row-greeting .title.blue {
        font-weight: 500;
        font-size: 24px;
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .row-greeting p {
        line-height: 30px;
    }
}





.line-add-all .title {
    position: relative;
    width: 185px;
    margin: auto;
    margin-bottom: 43px;
}

.row-base img {
    border-radius: 10px;
}


.row-base .all {
    display: flex;
    align-items: center;
}

.row-base .all .number-img {
    margin-right: 20px;
}

.row-base .metabox {
    margin-top: 10px;
}

.row-base .item-text {
    align-items: center;
}




.table-dl.table-base {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);

}

iframe {
    width: 100%;
}

.row-policy a {
    background-color: #16a6c1;
    display: flex;
    align-items: center;
    padding: 24px;
    color: #fff;
    font-weight: 400;
}

.row-policy a:hover svg {
    fill: #000;
    transition: .5s ease all;
}

.row-policy a:hover .text {
    color: #000;
    transition: .5s ease all;
}