/** DL style*/
.c-profile__row {
    display: flex;
    gap: 20px 20px;
}
.c-profile__title {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #0076C2;
    width: 240px;
    padding: 20px 20px 24px;
}
.c-profile__title--color {
    color: #846343;
}
.c-profile__txt {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #111;
    padding: 20px 20px 24px;
    flex: 1;
    font-family: メイリオ, Meiryo, sans-serif;
    letter-spacing: 1.5px;
    line-height: 30px;
}
.p-profile__info{
    gap: 20px 50px;
}
.p-profile__infoImg {
    width: 320px;
}
.p-profile__infoImg,
.p-profile__infoImg img{
    border-radius: 10px;
}
.p-profile__infoContent {
    width: 630px;
}
.p-profile__infoTitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 48px;
}
.p-profile__infoTxt {
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
}
.p-profile__ck {
    font-size: 26px;
    font-weight: 600;
    /* text-align: right; */
}
.p-profile__ck small {
    font-size: 18px;
    font-weight: 600;
}
.p-profile .c-list{
    gap: 2%;
    padding: 0 20px;
}
.p-profile .c-list.col4 .item {
    width: 23.5%;
}
.p-profile iframe {
    max-width: 100%;
}
.p-profile__sub {
    font-size: 18px;
    font-weight: bold;
}
.c-profile{
    padding: 0 20px;
}
.c-map{
    height: 440px;
    width: 100%;
}
.p-profile__title2{
    font-size: 26px;
    color: #099274;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.p-profile__txt2{
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
}
.p-profile__imgs{
    display: flex;
}
.p-profile__img{
    border-radius: 20px;
    width: 440px;
}
.p-profile__img img{
    width: 100%;
    display: block;
}
.p-profile__subtitle{
    font-size: 22px;
    font-weight: bold;
    color: #099274;
    margin-bottom: 15px;
}
.--nogap{
    gap: 0;
}
@media screen and (max-width: 1024px) {
    .c-profile__title {
        width: 180px;
    }
    .c-profile{
        padding: 0;
    }
    .c-map{
        height: 340px;
    }
    .p-profile__imgs{
        gap: 20px;
    }
}
@media screen and (max-width: 800px) {
    .p-profile__imgs{
        flex-wrap: wrap;
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .p-profile__imgs{
        gap: 10px;
    }
    .c-profile__title{
        width: 110px;
        font-size: 13px;
        padding: 10px 6px 15px !important;
    }
    .c-profile__row.--nogap .c-profile__title{
         width: 130px;
    }
    .c-profile__txt{
        font-size: 12px;
        padding: 10px 10px 15px !important;
    }
    .c-profile__row {
        gap: 0 !important;
    }
    .c-map{
        height: 200px;
    }
    .p-profile__info{
        flex-wrap: wrap;
    }
    .p-profile__infoImg,
    .p-profile__infoContent{
        width: 100%;
    }
    .p-profile__infoImg,
    .p-profile__infoImg img{
        border-radius: 50px;
        text-align: center;
    }
    .p-profile__ck{
        font-size: 20px;
    }
    .p-profile__ck small{
        font-size: 14px;
    }
    .p-profile__infoTitle{
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
    .p-profile__infoTxt{
        font-size: 13px;
        line-height: 1.7;
        text-align: center;
    }
    .p-profile__title2{
        font-size: 18px;
    }
    .p-profile__txt2{
        font-size: 14px;
        line-height: 1.7;
    }
    .p-profile__subtitle{
        font-size: 16px;
        margin-bottom: 10px;
    }
}
/** End DL style*/

/** Table style*/
.c-profile--table{
    background-color: #F2F8FC;
    border-radius: 20px;
    padding: 25px 30px;
}
.c-profile--table ~ .c-profile--table{
    margin-top: 20px;
}
.c-profile--table .c-profile__title{
    border: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    padding: 0;
    width: 180px;
    line-height: 28px;
    font-size: 16px;
}
.c-profile--table .c-profile__txt{
    border: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 0;
    line-height: 28px;
    font-size: 16px;
    /* font-weight: bold; */
}
.c-profile--table .c-profile__row {
    gap: 0;
}
.c-profile--table .c-profile__row:last-child .c-profile__title,
.c-profile--table .c-profile__row:last-child .c-profile__txt{
    border-bottom: 1px solid #CCCCCC;
}
@media(max-width: 768px){
    .c-profile--table .c-profile__title{
        width: 100px;
        font-size: 13px;
        line-height: 1.8;
    }
    .c-profile--table .c-profile__txt{
        font-size: 13px;
        line-height: 1.8;
    }
    .c-profile--table{
        padding: 0;
        border-radius: 10px;
    }
}
/** End Table style*/