﻿.siteinfo-area {
    /* background: var(--background-color, linear-gradient(to right, #004D80 0%, #004D80 60%, #E0F2FC 60%, #E0F2FC 100%));*/
    /*    background-color: var(--background-color,#2D4E87);
*/
}

.content-box {
    display: flex;
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
}

.container-left {
    flex: 0 0 56%;
    background-color: var(--background-color,#004b87);
    color: var(--text-color,#ffffff);
    padding: 40px 0px 40px 40px;
    display: flex;
    justify-content: flex-end;
}

.inner-container-left {
    display: flex;
    width: 660px;
}

.container-right {
    flex: 0 0 44%;
    background-color: var(--background-color,#E0F2FC);
    color: #333;
    padding: 40px;
}


    .container-right .siteinfo-area__item-wrap {
        padding-top: 30px;
        position: relative;
    }


@media screen and (max-width:1200px) {
    .content-box {
        flex-direction: column;
    }

    .container-left {
        flex: 0 0 100%;
        justify-content: flex-start;
    }

    .container-right {
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .container-right .siteinfo-area__item-wrap {
            max-width: initial;
            width: calc(100% - 20px);
            display: flex;
            padding-right: 50px;
            align-items: center;
            padding-top: 3px;
            justify-content: space-between;
        }
}

@media screen and (max-width:1000px) {
    .cp {
        margin-bottom: 56px;
    }
}

@media screen and (max-width:959px) {
    .siteinfo-area {
        background: var(--background-color, linear-gradient(to bottom, #0083B3 0%, #0083B3 50%, #0F5B77 50%, #0F5B77 100%));
    }
}

.siteinfo-area__inner {
    width: 1150px;
    padding: 40px 0px;
    border: 1px solid;
    margin: 0 auto;
}

@media screen and (max-width:959px) {
    .siteinfo-area__inner {
        padding: 40px 0px 40px 10px;
    }
}

.siteinfo-area__add-inner {
    width: 100%;
}

.siteinfo-area__wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 2rem;
    padding: 4px 0px 0px;
    color: var(--text-color,#ffffff)
}

.siteinfo-area__map {
    background-color: var(--background-color,#ffffff);
    border-radius: 4px;
    text-align: center;
    padding: 0px 12px;
    fill: #007BA8;
}

    .siteinfo-area__map a {
        color: var(--text-color,#0083B3);
    }

        .siteinfo-area__map a:visited {
            color: var(--text-color,#0083B3);
        }



    .siteinfo-area__map svg {
        position: relative;
        top: 5px;
    }

.siteinfo-area__item-title {
    border-bottom: 1px dotted #ffffff;
    max-width: 285px;
    line-height: 2rem;
    font-size: 1.35rem;
    color: var(--text-color,#ffffff);
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

    .siteinfo-area__item-title::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        height: 30px;
        background-color: #e91e63;
    }



.siteinfo-area__content-wrap {
    display: flex;
}

.siteinfo-area__item-wrap {
    max-width: 410px;
    width: 100%;
}

.left-item-wrap {
    display: flex;
    background-color: red;
    margin-right: 30px;
}





.siteinfo-area__items-name {
    max-width: 70px;
    width: 100%;
    text-indent: 1rem;
}

.siteinfo-area__items-name--right {
    max-width: 120px;
    width: 100%;
    text-indent: 1rem;
}

.siteinfo-area__items-num {
    text-indent: 1rem;
}


.cp {
    color: var(--color,#004D80);
    text-align: center;
    font-size: 0.9rem;
    padding: 0px 10px 0px 0px;
}

.footer-img {
    max-width: 399px;
    height: 65px;
}

.link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-top: 20px;
    width: 200px;
    position: absolute;
    right: 0%;
}


.link-item a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #004b87;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    justify-content: flex-end;
    font-weight: 500;
    padding-right: 30px;
}


    .link-item a::after {
        background: url(../../images/kouiki/arrow-pink.svg);
        background-size: 8px;
        position: absolute;
        bottom: 12px;
        right: 5px;
        width: 8px;
        height: 14px;
        content: '';
        background-repeat: no-repeat;
    }

    .link-item a:hover {
        opacity: 0.7;
    }

@media screen and (max-width:1200px) {
    .link-list {
        position: initial;
    }
}

@media screen and (max-width: 1100px) {
    #bottom_navi .bottom_menu {
        background-color: var(--background-color,#fff);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    }

    .active_btmpanel {
        background-color: var(--background-color,#F0F0F0);
    }
}


@media screen and (max-width:767px) {
    .siteinfo-area__item-wrap {
        flex-direction: column;
        padding-right: initial;
    }

    .container-right {
        padding-top: 30px;
    }

    .link-list {
        display: flex;
        flex-direction: column;
        width: 180px;
    }

    .container-right .siteinfo-area__item-wrap {
        padding-right: initial;
    }

    .container-right {
        padding-bottom: 30px;
    }
}


@media screen and (max-width:680px) {

    .container-left {
        padding: 30px;
    }

    .siteinfo-area__item-wrap {
        margin-right: 24px;
    }

    .inner-container-left {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width:450px) {

    .footer-img {
        max-width: 340px;
        height: auto;
    }
}



/* TOPへボタン */
#topbtn {
    position: fixed;
    right: 1rem;
    z-index: 1200;
}

@media screen and (max-width:1000px) {
    #topbtn {
        display: none;
    }
}



/* ボトムメニュー内ビュレット色 */
#areabtm_sagasu ul a::before {
    background-color: #194593 !important;
}

.sagasu_bullet_pic {
    display: none;
}


/* SP検索メニュー調整*/

.mokuteki_btn_area-sp {
    display: flex;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 60px;
    flex-direction: column;
    gap: 20px;
}

    .mokuteki_btn_area-sp a {
        display: block;
        width: 250px;
        height: 60px;
        padding: 15px 5px;
        border-radius: 10px;
        background-color: var(--background-color,#ffffff);
        border: 3px solid #004D80;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--text-color,#333);
        font-weight: bold;
        transition-duration: 0.3s;
    }

        .mokuteki_btn_area-sp a:hover {
            border: 3px solid #005C7D;
        }