/*画面内遷移リンクボタンの調整*/
@media only screen and (max-width: 890px) {
    .ml-auto,.mr-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*aboutページ独自のスタイル 直接記述*/
ul.floor_map {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    column-gap: 30px;
}
ul.floor_map li {
    width: calc(50% - 15px);
    text-align: right;
    margin-top: 20px;
    position: relative;
}
ul.floor_map li span {
    position: absolute;
    top: -15px;
    left: 0px;
    color: #fff;
    font-size: clamp(18px,2.5vw,22px);
    font-weight: bold;
    text-align: center;
    background-color: #17288b;
    border-radius: 50%;
    padding: 15px;
    aspect-ratio: 1 / 1;
    z-index: 1;
}
ul.floor_map li img {
    width: 90%;
}
img.floor_map_image {
    max-height: 230px !important;
    padding-left: 30px;
}
@media only screen and (max-width: 890px) {
    ul.floor_map li {
        width: calc(100% - 15px);
    }
    img.floor_map_image {
        padding-left: 0;
    }
}
.howtospend_box {
    position: relative;
    margin-top: 30px;
    padding: 35px;
    background-color: #fff;
    border: solid 1px #17288b;
}
.howtospend_box:before,
.howtospend_box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #17288b;
    border-top: 0;
}
.howtospend_box:before {
    top: -2px;
    right: -7px;
    transform: rotate(45deg);
}
.howtospend_box:after {
    bottom: -2px;
    left: -7px;
    transform: rotate(-135deg);
}
.howtospend_box ul {
    display: flex;
    flex-wrap: wrap;
}
.howtospend_box ul li {
    width: 50%;
    max-height: 850px;
}
li.time_table_photo {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    grid-gap: 10px; 
}
li.time_table_photo img {
    width: 100%;
    height: calc(25% - 8px);
    object-fit: cover;
}
.time_table p {
    font-size: clamp(20px,3vw,22px);
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    padding: 30px 0;
    border-bottom: dashed 1px gray;
    position: relative;
}
.time_table p span {
    display: inline-block;
    font-size: clamp(15px,3vw,16px);
    font-weight: normal;
    margin-left: 8px;
}
/*↓SP版でのみ表示*/
.time_table p img {
    object-fit: cover;
    object-position: center;
    width: calc(100% - 1.5em);
    height: 150px;
    margin: 10px 0 0 1.5em;
}
/*↑ここまで*/
.time_table p:before {
    content: "●";
    font-size: 20px;
    color: #17288b;
    margin-right: 5px;
}
.time_table p:after {
    content: "";
    height: 105%;
    width: 2px;
    position: absolute;
    left: 9px;
    top: -5px;
    border-left: solid 1px #17288b;
}
.time_table p:first-child {
    padding-top: 0;
    margin-top: 10px;
}
.time_table p:first-child:after {
    height: 50px;
    top: 10px;
}
.time_table p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 .time_table p:last-child:after {
    height: 40px;
    bottom: 10px;
}
@media only screen and (max-width: 890px) {
    .howtospend_box {
        padding: 15px;
    }
    .howtospend_box ul li {
        width: 100%;
        max-height: 100%;
    }
    li.time_table_photo {
        display: none;
    }
}

ul.contents.brief_box {
    position: relative;
    max-width: 930px;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #17288b;
    grid-gap: 30px;
}
ul.contents.brief_box img {
    max-height: 250px;
}
ul.contents.brief_box h3.title {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 30%;
    padding: 8px;
    color: #fff;
    background-color: #17288b;
    text-align: center;
    border-radius: 25px;
}
ul.contents.brief_box li.mist_point {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}
ul.contents.brief_box li.mist_point h4 {
    font-size: clamp(18px,2.5vw,22px);
    text-align: left;
    color: #17288b;
}
ul.contents.brief_box li.mist_point .left {
    width: 100%;
    max-width: 95px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.contents.brief_box li.mist_point .right {
    width: calc(100% - 115px);
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.contents.brief_box:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #17288b;
    border-top: 0;
}
@media only screen and (max-width: 890px) {
    ul.contents.brief_box {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0;
        grid-gap: 0;
    }
    ul.contents.brief_box h3.title {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    ul.contents.brief_box li.mist_point {
        width: calc(100% - 30px);
        margin: 20px auto 0;
        column-gap: 15px;
        justify-content: center;
    }
    ul.contents.brief_box li.mist_point .left {
        max-width: 80px;
    }
    ul.contents.brief_box li.mist_point .right {
        width: calc(100% - 100px);
    }
    ul.contents.brief_box li.mist_point .right p,
    ul.contents.brief_box li.mist_point .right h4 {
        line-height: 1.5em;
        margin-bottom: 5px;
    }
}
span.sup {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}