/** DL style*/
.c-profile-block__row {
    display: flex;
    gap: 0;
    letter-spacing: 0;
    line-height: 1.8;
    font-weight: bold;
}
.c-profile-block__title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #F596AA;
    width: 300px;
    text-align: center;
    padding: 22px 20px 23px;
}
.c-profile-block__title--color {
    color: #846343;
}
.c-profile-block__txt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding: 22px 20px 23px;
    flex: 1;
}
.p-profile__info {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.p-profile__signature {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    font-family: YuMincho;
}
.p-profile__signature strong {
    font-size: 22px;
}
.p-profile .c-list{
    gap: 2%;
    padding: 0 20px;
}
.p-profile .c-list.col4 .item {
    width: 23.5%;
}
.p-profile iframe {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.p-profile__sub {
    font-size: 18px;
    font-weight: bold;
}
.c-profile-block{
    padding: 0 20px;
}
.c-map{
    height: 480px;
    width: 100%;
}
.p-profile__wrapper{
    max-width: 930px;
}
.p-profile__imgs{
    padding: 0;
    max-width: 930px;
}
.p-profile__imgs img{
    width: 100%;
    display: block;
    border-radius: 50px;
}
.p-profile__imgs figure{
    width: 47.5%;
}
.p-profile__inner{
    background-color: #F7F9FA;
}

.p-profile-address img{
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.p-profile-address__content{
    gap: 20px 48px;
    align-items: center;
}
.p-profile-address__content h3{
    font-size: 18px;
    padding: 0 13px 15px;
    margin-bottom: 18px;
    border-bottom: 1px dashed;
}
.p-profile-address__content p{
    padding: 0 13px;
}
.p-profile-address__map{
    width: 400px;
}
.p-profile-address__text{
    flex: 1;
}
.c-profile-address__map {
    width: 400px;
    height: 266px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    .c-profile-block__title {
        width: 180px;
    }
    .c-profile-block{
        padding: 0;
    }
    .c-map{
        height: 340px;
    }
}
@media screen and (max-width: 767px) {
    .c-profile-block__title{
        width: 130px;
        font-size: 12px !important;
        padding: 10px 5px 15px !important;
    }
    .c-profile-block__txt{
        font-size: 12px !important;
        padding: 10px 5px 15px !important;
    }
    .c-profile-block__row {
        gap: 0 !important;
    }
    .c-map{
        height: 200px;
    }
    .p-profile-address__content{
        flex-wrap: wrap;
        text-align: center;
    }
    .c-profile-address__map{
        width: 100%;
        max-width: 350px;
        margin: auto;
        height: 200px;
        overflow: hidden;
    }
    .c-profile-address__map img{
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .p-profile-address__text{
        flex: auto;
        width: 100%;
    }
    .p-profile-address img{
        border-radius: 20px;
    }
    .p-profile iframe {
        border-radius: 30px;
    }
}
/** End DL style*/

/** Table style*/
.c-profile-block--table .c-profile-block__title{
    background-color: #F596AA;
    color: #fff;
    border: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    font-size: 16px;
    padding: 28px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-profile-block--table .c-profile-block__txt{
    border: 0;
    border-left: 0;
    border-bottom: 0;
    padding: 28px 30px 28px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}
.c-profile-block--table .c-profile-block__txt img{
    max-width: 100%;
}
.c-profile-block--table .c-profile-block__row {
    gap: 0;
    /* background-color: #F2F8FC; */
    border-radius: 20px;
}
.c-profile-block--table .c-profile-block__row ~ .c-profile-block__row{
    margin-top: 10px;
}
.c-profile-block--table .c-profile-block__row:last-child .c-profile-block__title,
.c-profile-block--table .c-profile-block__row:last-child .c-profile-block__txt{
    /* border-bottom: 1px solid #CCCCCC; */
}
@media(max-width: 768px){
    .c-profile-block--table .c-profile-block__row{
        border-radius: 10px;
    }
}
/** End Table style*/