.messageBox{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.messageBox p{
    width: 65%;
    color: var(--color-navy);
}

.messageBox figure{
    width: 30%;
}

.messageBox figure img{
    width: 100%;
    height: auto;
}

.messageBox figure img.signature{
    width: auto;
    max-width: 100%;
    height: auto;
}

.messageBox .position{
    display: block;
    font-size: clamp(12px, 1.4vw, 16px);
    color: var(--color-navy);
    margin: 20px 0;
    letter-spacing: 0.06rem;
}

.philList{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.philList li{
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid var(--color-lightblue);
    color: var(--color-blue);
    background: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 2% 3rem;
    font-size: clamp(16px, 2.4vw, 20px);
}

.philList2{
    text-align: center;
/*    margin-bottom: 2em;*/
}
.philList2 ul{
    display: inline-block;
    text-align: left;
}
.philList2 ul li{
    font-size: clamp(18px, 3.4vw, 26px);
    line-height: 2;
}


table table{
    border: none;
}

table table tr,
table table th,
table table td{
    border: none !important;
    width: auto !important;
    white-space: nowrap;
}
table table td {
    padding: 10px 15px 10px 0 !important;
}

.historyList{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.historyList dt{
    position: relative;
    width: 20%;
    padding-right: 3rem;
    text-align: right;
    font-size: clamp(20px, 2.6vw, 26px);
    color: var(--color-lightblue);
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.historyList dt::after{
    content: '';
    width: 4px;
    height: 1rem;
    background: var(--color-lightblue);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    z-index: 2;
}

.historyList dd{
    position: relative;
    width: 80%;
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-top: 5px;
    line-height: 1.2;
    font-weight: normal;
}

.historyList dd::before {
    content: '';
    width: 4px;
    height: 100%;
    background: var(--color-grey-accent);
    position: absolute;
    top: 5px;
    left: -2px;
    z-index: 1;
}

.historyList:last-child dd::before{
    content: none;

}

.accessBox{
    margin-bottom: 15%;
}

.officeinfo{
    max-width: 640px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin: 3% auto;
}

.officeinfo span{
    display: block;
}

.officeinfo span.office{
    width: 30%;
    color: var(--color-navy);
}

.officeinfo span.address {
    width: 70%;
    padding: 0 30px;
    line-height: 1.5;
}

.gmap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 45%;
}

.gmap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
    .philList li {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 640px) {
    .historyList dt{
        width: 25%;
        padding-right: 2rem;
    }
    .historyList dd{
        width: 75%;
        padding-left: 2rem;
        padding-top: 0;
    }
    .philList li {
        width: 100px;
        height: 100px;
    }
}
