@charset "utf-8";

.mb50 {
    margin-bottom: 50px !important;
}

.section_block01 .section_block01_inner {
    max-width: 1100px;
    width: 100%;
    padding: 10px;
}

.flex_block {
    display: flex;
    gap: 20px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.flex_block .flex_item {
    flex: 1;
}

.img_block .thumb {
    text-align: center;
    margin-bottom: 20px;
}

/*
.summary {
    border: 2px solid #e3e3e3;
    border-radius: 26px;
    padding: 30px 40px;
    margin-bottom: 60px;
}

.summary_title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.summary ul li {
    margin-bottom: 20px;
}*/

@media only screen and (max-width: 768px) {
    .flex_block {
        display: block;
    }

    .flex_block .thumb {
        margin-bottom: 20px;
    }

    /*
    .summary {
        border: 1px solid #e3e3e3;
        border-radius: 13px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .summary_title {
        font-size: 1.8rem;
    }*/
}

.supervisor {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 60px;
}

.supervisor .circle {
    width: 150px;
}

.supervisor .circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.supervisor p {
    flex: 1;
}

.supervisor p span:nth-of-type(1) {
    font-weight: bold;
    color: #2868B1;
}

.supervisor p span:nth-of-type(2) {
    font-weight: bold;
}

.section_block01 .section_block01_inner .in_content {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .supervisor {
        padding: 10px;
    }

    .supervisor .circle {
        width: 130px;
    }

    /*
    .supervisor {
        display: block;
    }

    
    .supervisor .circle {
        text-align: center;
    }

    .supervisor p {
        text-align: center;
    }*/
}

.list_block p {
    font-weight: bold;
}

.list_block ul {
    list-style-type: disc;
    padding-left: 20px;
}

.merit_table {
    margin-bottom: 60px;
}

.text_title {
    font-weight: bold;
    margin-bottom: 10px;
}

.merit_table table {
    width: 100%;
}

.merit_table table,
.merit_table td,
.merit_table th {
    border-collapse: collapse;
    border: 1px solid #e3e3e3;
}

.merit_table td,
.merit_table th {
    padding: 16px 20px;
}

.merit_table tr td:nth-of-type(2) {
    padding: 16px 40px;
}

.merit_table th {
    text-align: center;
    background-color: #f2f2f2;
    font-weight: bold;
}

.merit_table ul {
    list-style-type: disc;
}

@media only screen and (max-width: 768px) {

    .merit_table {
        margin-bottom: 40px;
    }

    .merit_table td,
    .merit_table th {
        padding: 10px;
    }

    .merit_table tr td:nth-of-type(2) {
        padding: 10px 8px 10px 36px;
    }
}