@charset "utf-8";
/* 京tenpo-atm.css */
.contents:before{
    background-image: url("../shared/content_title/tenpo-atm.jpg");
}

/*anc_nav*/
.anc_nav{
    width: 840px;
    margin: 0 auto 4em auto;
}

    .anc_nav ul{
        display: flex;
        justify-content: center;
    }

         .anc_nav ul li{
            width: calc((100% - 4rem) / 3);
            margin: 0 2rem 0 0;
            padding: 0;
            line-height: 1.4;
            font-weight: 600;
        }

         .anc_nav ul li:nth-child(3n){
            margin-right: 0;
        }

         .anc_nav ul li:before{
            content: none;
        }

             .anc_nav ul li a{
                display: flex;
                box-sizing: border-box;
                text-decoration: none;
                align-items: center;
                justify-content: center;
                font-size: 1.125rem;
                transition: .5s all ease;
                height: 3.75em;
                border: 2px solid #CCC;
                border-radius: 0.5em;
                color: #111;
                position: relative;
            }

            .anc_nav ul li a:hover{
                border-color: #999;
                color: #222;
            }

             .anc_nav ul li a:after{
                display: block;
                position: absolute;
                content: "";
                background: url(../shared/icon_arrow_g.png) no-repeat;
                transform: rotate( 90deg );
                background-size: 30px 30px;
                top: 0.85em;
                right: 0.8em;
                width: 30px;
                height: 30px;
            }

             .anc_nav ul li a.pdf_link:after{
                background: url(../shared/icon_pdf.png) no-repeat;
                transform: rotate( 0deg );
                background-size: 24px 24px;
                top: 1.1em;
            }

.tenpo_atm_about{
    margin-bottom: 3.75em;
}

    .tenpo_atm_about dl{
        
    }

        .tenpo_atm_about dl dt{
            color: #c70100;
            font-weight: 600;
            font-size: 1.36em;
            margin: 1.5em 0 0.2em;
        }

        .tenpo_atm_about dl dt:nth-of-type(1){
            margin-top: 0;
        }

        .tenpo_atm_about dl dd{
            margin: 0 0 1em 0;
        }

/*店舗・ATMマップ*/
.tenpo_atm_map_box{
    display: flex;
}

    .tenpo_atm_map_box > .box_header{
        width: 16rem;
        padding-right: 4rem;
    }

        .area_selector{
            margin-bottom: 2rem;
        }

            .area_selector ul{
                margin: 0;
            }

                .area_selector ul li{
                    padding: 0;
                    margin-bottom: 0.5em;
                }

                .area_selector ul li:last-child{
                    margin-bottom: 0;
                }                

                    .area_selector ul li:before{
                        content: none;
                    }

                    .area_selector ul li button{
                        box-sizing: border-box;
                        border: 1px solid #C30001;
                        height: 3.75rem;
                        width: 100%;
                        display: flex;
                        align-items: center;
                        font-size: 1.1em;
                        position: relative;
                        padding-left: 1em;
                        font-weight: 600;
                        cursor: pointer;
                        background: #fff;
                        transition: .4s all ease;
                    }

                    .area_selector ul li button:hover{
                        background: #FFF6F1;
                    }

                    .area_selector ul li button.active{
                        background: #FFF6F1;
                        color: #C30001;
                        box-shadow: 0 0 0 1px #C30001;
                    }

                    .area_selector ul li button:after{
                        display: block;
                        position: absolute;
                        content: "";
                        background-image: url(../shared/icon_arrow_r.png);
                        background-repeat: no-repeat;
                        background-size: contain;
                        top: calc(50% - 0.9375rem);
                        right: 0.8em;
                        width: 1.875rem;
                        height: 1.875rem;
                    }

        .tenpo_atm_map_box > .box_header .legend_info{}

            .tenpo_atm_map_box > .box_header .legend_info ul{
                margin: 0;
                display: flex;
                font-size: 1.1em;
            }

                .tenpo_atm_map_box > .box_header .legend_info ul li{
                    margin: 0 2em 0 0;
                    padding-left: 1.3em;
                }

                .tenpo_atm_map_box > .box_header .legend_info ul li:last-child{
                    margin-right: 0;
                }

                .tenpo_atm_map_box > .box_header .legend_info ul li:before{
                    font-family: FontAwesome;
                    content:"\f111";
                    width: auto;
                    height: auto;
                    background: none;
                    top: 0;
                    left: 0;
                }

                .tenpo_atm_map_box > .box_header .legend_info ul li.for_tenpo:before{
                    color: #c30001;
                }

                .tenpo_atm_map_box > .box_header .legend_info ul li.for_atm:before{
                    color: #0b509d;
                }

                

    .tenpo_atm_map_box > .box_inner{
        flex: 1;
    }

        .tenpo_atm_map_box > .box_inner #map_wrapper{
            box-sizing: border-box;
            overflow: hidden;
            transition: .5s all ease;
        }

            .tenpo_atm_map_box > .box_inner #map_wrapper .fig_map{
                transition: .5s all ease;
            }

        /*classによる制御*/
        /*熊本県全体*/
        #map_wrapper.area_all{}

            #map_wrapper.area_all .map_kumamoto_city{
                display: none;
            }

        /*熊本市地区*/
        #map_wrapper.area_city{}

            #map_wrapper.area_city .map_all{
                display: none;
            }

            #map_wrapper.area_city .map_kumamoto_city{
                display: block;
                transform: scale(1.2);
                transform-origin: center center;
            }

        /*県北地区*/
        #map_wrapper.area_north{
            height: 500px;
        }

            #map_wrapper.area_north .map_all{
                display: block;
                transform: scale(1.6) translateX(-10%);
                transform-origin: top left;
            }

            #map_wrapper.area_north .map_kumamoto_city{
                display: none;
            }

        /*県南地区*/
        #map_wrapper.area_south{
            height: 500px;
        }

            #map_wrapper.area_south .map_all{
                display: block;
                transform: scale(1.6) translateY(-18%);
                transform-origin: bottom left;
            }

            #map_wrapper.area_south .map_kumamoto_city{
                display: none;
            }

        /*人吉・球磨地区*/
        #map_wrapper.area_hitoyoshi{
            height: 500px;
        }

            #map_wrapper.area_hitoyoshi .map_all{
                display: block;
                transform: scale(1.6) translateY(-28%);
                transform-origin: bottom right;
            }

            #map_wrapper.area_hitoyoshi .map_kumamoto_city{
                display: none;
            }



.navi_map_wrap{
    display: flex;
    justify-content: center;
}

    .navi_map_wrap .navi{
        margin-right: 2.5em;

    }

        .navi_map_wrap .navi ul{
            margin: 0 0 2.5em 0;
        }

            .navi_map_wrap .navi ul li{
                border: 1px solid #C30001;
                height: 60px;
                width: 260px;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                margin-bottom: 1em;
                font-size: 1.1em;
                position: relative;
                padding-left: 1em;
                font-weight: 600;
                cursor: pointer;
            }

            .navi_map_wrap .navi ul li.active{
                color: #C30001;
                background:#FFF6F1; 
                transition: .3s all ease;
            }

            .navi_map_wrap .navi ul li:last-child{
                margin-bottom: 0;
            }

            .navi_map_wrap .navi ul li:before,
            .navi_map_wrap .map ul li:before{
                content: none;
            }

            .navi_map_wrap .navi ul li:after{
                display: block;
                position: absolute;
                content: "";
                background: url(../shared/icon_arrow_r.png) no-repeat;
                background-size: 30px 30px;
                top: 0.85em;
                right: 0.8em;
                width: 30px;
                height: 30px;
            }

        .navi_map_wrap .navi .point{
            display: flex;
            margin-left: 0.3em;
        }

            .navi_map_wrap .navi .point .point_tenpo{
                margin-right: 2em;
            }

            .navi_map_wrap .navi .point .point_tenpo,
            .navi_map_wrap .navi .point .point_atm{
                position: relative;
                padding-left: 1.6em;
                font-size: 1.1em;
            }

            .navi_map_wrap .navi .point .point_tenpo:before,
            .navi_map_wrap .navi .point .point_atm:before{
                display: block;
                position: absolute;
                content: "";
                top: 0.25em;
                left: 0;
                width: 18px;
                height: 18px;
                border-radius: 1em;
            }

            .navi_map_wrap .navi .point .point_tenpo:before{
                background: #C30001;
            }

            .navi_map_wrap .navi .point .point_atm:before{
                background: #0B509D;
            }

    .navi_map_wrap .map ul{
        margin:0;
    }

        .navi_map_wrap .map ul li{
            width: 600px;
            height: 360px;
            display: none;
            padding:0;
        }

        .navi_map_wrap .map ul li.active{
            display: block;
        }

        .navi_map_wrap .map li img{
            width: 100%;
            height: auto;
        }

.tenpo_table{}

    .tenpo_table table {
        width: 100%;
    }

        .tenpo_table table thead{}

            .tenpo_table table thead th{
                text-align: center;
                padding: 1em;
                font-weight: 600;
            }

            .tenpo_table table thead th:nth-child(1){
                width: 6em;
            }

            .tenpo_table table thead th:nth-child(2){
                width: 25%;
            }

            .tenpo_table table thead th:nth-child(3){
                
            }

            .tenpo_table table thead th:nth-child(4){
                width: 10em;
            }

        .tenpo_table table tbody{}

            .tenpo_table table tbody tr{}

                .tenpo_table table tbody tr th{
                    text-align: left;
                    font-weight: bold;
                    width: 250px;
                    box-sizing:border-box;
                    padding-left: 1em;
                }

                .tenpo_table table tbody tr td{
                    padding: 1em;
                }

                .tenpo_table table tbody tr td:nth-child(1),
                .tenpo_table table tbody tr td:nth-child(4){
                    text-align: center;
                }

.tenpogai_table table{
    width: 100%;
}

    .tenpogai_table table thead{}

        .tenpogai_table table thead th{
            text-align: center;
            padding: 1em;
        }

            .tenpogai_table table thead th:nth-child(1){
            }

            .tenpogai_table table thead th:nth-child(2){
                width: 45%;
            }

            .tenpogai_table table thead th:nth-child(3){
                width: 8em;
            }

.tenpogai_table table tbody{}

    .tenpogai_table table tbody td{
        padding: 1em;
    }

    .tenpogai_table table tbody td:nth-child(3){
        text-align: center;
    }

/*店舗・ATM詳細*/
.tenpo_atm_info_box{}

    .tenpo_atm_info_box > .box_header{
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.5em;
    }

        .tenpo_atm_info_box > .box_header .name_area{
            display: flex;
            align-items: flex-end;
            position: relative;
            padding-left: 6rem;
        }

            .tenpo_atm_info_box > .box_header .name_area:before{
                content: "";
                display: block;
                width: 4.375rem;
                height: 2.875rem;
                background-image: url("../shared/tenpo-atm/icon_tenpo.png");
                background-size: contain;
                background-repeat: no-repeat;
                position: absolute;
                left: 0;
                bottom: 0.4em;
            }

            .tenpo_atm_info_box > .box_header .name_area .name{
                color: #222;
                font-weight: 700;
                margin: 0;
                line-height: 1.2;
                font-size: 2em;
                margin-right: 2em;
            }

            .tenpo_atm_info_box > .box_header .name_area .area{
                margin: 0;
                background: #f0f0f0;
                line-height: 1;
                padding: 0.5em 1em 0.3em;
                font-weight: 500;
                margin-bottom: 0.4em;
            }

        .tenpo_atm_info_box > .box_header .page_back{}

            .tenpo_atm_info_box > .box_header .page_back a{
                border: 2px solid #e5e5e5;
                color: #222;
                display: flex;
                align-items: center;
                text-decoration: none;
                border-radius: 0.5rem;
                line-height: 1;
                padding: 0.6em 2em 0.6em 1rem;
                font-weight: 500;
                transition: .3s all ease;
                white-space: nowrap;
            }

            .tenpo_atm_info_box > .box_header .page_back a:hover{
                border-color: #aaa;
            }

                .tenpo_atm_info_box > .box_header .page_back a:before{
                    content: "";
                    display: block;
                    width: 1.875rem;
                    height: 1.875rem;
                    background-image: url("../shared/icon_arrow_g.png");
                    background-repeat: no-repeat;
                    background-size: contain;
                    transform: rotate(180deg) translateY(0.0625rem);
                    margin-right: 0.75rem;
                    transition: .3s all ease;
                }

                .tenpo_atm_info_box > .box_header .page_back a:hover:before{
                    transform: rotate(180deg) translateY(0.0625rem) translateX(0.25rem);
                }

    .tenpo_atm_info_box > .box_inner{}

        .tenpo_atm_info_box > .box_inner table{
            width: 100%;
        }

            .tenpo_atm_info_box > .box_inner table th,
            .tenpo_atm_info_box > .box_inner table td{
                padding: 1em 1.2em;
                line-height: 1.4;
            }

        .tenpo_atm_info_box > .box_inner .for_outline{}

            .tenpo_atm_info_box > .box_inner .for_outline tbody th{
                width: 12em;
            }

        .tenpo_atm_info_box > .box_inner .for_atm_time{}

            .tenpo_atm_info_box > .box_inner .for_atm_time thead th{
                font-size: 1.1em;
            }

            .tenpo_atm_info_box > .box_inner .for_atm_time tbody td{
                text-align: center;
                font-weight: 500;
                line-height: 1.2;
                font-size: 1.2em;
            }

        .tenpo_atm_info_box > .box_inner .service_info_box{}

            .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner{}

                .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul{
                    margin: 0;
                    display: flex;
                }

                    .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li{
                        box-sizing: border-box;
                        margin: 0 1.875rem 0 0;
                        padding: 0 0 0.9rem 0;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: flex-end;
                        width: calc((100% - 7.5rem) / 5);
                        border: 1px solid #f6736f;
                        height: 10rem;
                        border-radius: 0.3125rem;
                    }

                    .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li:last-child{
                        margin-right: 0;
                    }

                    .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li.unavailable{
                        border-color: #d2d2d2;
                    }

                        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li.unavailable .lbl{
                            color: #767676;
                        }

                        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li:before{
                            content: none;
                        }

                        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li .fig{
                            width: 6.25rem;
                            margin-bottom: 1rem;
                        }

                        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li .lbl{
                           font-size: 1.08em;
                           font-weight: 500;
                        }

        .tenpo_atm_info_box > .box_inner .map_box{
            height: 550px;
        }

            .tenpo_atm_info_box > .box_inner .map_box iframe{
                width: 100%;
                height: 100%;
            }


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1200px) {
    .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li {
        margin-right: 1rem;
        width: calc((100% - 4rem) / 5);
        height: 10rem;
    }

    .tenpo_atm_info_box > .box_inner .map_box {
        height: 50vw;
    }
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .tenpo_atm_about{
        margin-bottom: 2.5em;
    }
    
    .anc_nav{
        width: auto;
    }
    
        .anc_nav ul{
            margin: 0;
        }
    
    .navi_map_wrap .navi{
        margin-right: 3vw;
    }
        
        .navi_map_wrap .navi ul{
            margin: 0 0 3vw 0;
        }

        .navi_map_wrap .navi ul li{
            height: 3.5em;
            width: 25vw;
        }

        .navi_map_wrap .navi ul li:after{
            background: url(../shared/icon_arrow_r.png) no-repeat;
            background-size: contain;
            top: calc(50% - 1.5vw);
            right: 0.8em;
            width: 3vw;
            height: 3vw;
        }

        .navi_map_wrap .map ul li{
            width: 54vw;
            height: auto;
        }

    .tenpo_table table thead th:nth-child(1){
        width: 4em;
    }

    .tenpo_table table thead th:nth-child(2){
        width: 20%;
    }

    .tenpo_table table thead th:nth-child(4){
        width: 8em;
    }

    /*店舗・ATMマップ*/
    .tenpo_atm_map_box > .box_header{
        width: 14rem;
        padding-right: 3rem;
    }

        /*classによる制御*/
        /*熊本市地区*/
        #map_wrapper.area_city{
            height: 45vw;
        }

        #map_wrapper.area_city .map_kumamoto_city{
            transform: scale(1.55) translateX(-11%) translateY(18%);
        }

        /*県北地区*/
        #map_wrapper.area_north{
            height: 45vw;
        }

            #map_wrapper.area_north .map_all{
                transform: scale(1.9) translateX(-15%);
            }

        /*県南地区*/
        #map_wrapper.area_south{
            height: 45vw;
        }

            #map_wrapper.area_south .map_all{
                transform: scale(1.9) translateY(-6%) translateX(-10%);
            }

        /*人吉・球磨地区*/
        #map_wrapper.area_hitoyoshi{
            height: 45vw;
        }

            #map_wrapper.area_hitoyoshi .map_all{
                transform: scale(1.9) translateY(-18%) translateX(10%);
            }

    
}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {
}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .anc_nav{
        margin: 0 auto 2.5em auto;
    }
    
        .anc_nav ul{
            flex-direction: column;
        }

        .anc_nav ul li{
            width: 100%;
            margin: 0 0 0.5em 0;
        }

        .anc_nav ul li a{
            height: 3em;
        }

        .anc_nav ul li a:after{
            background: url(../shared/icon_arrow_g.png) no-repeat;
            transform: rotate( 90deg );
            background-size: contain;
            top: calc(50% - 3vw);
            right: 0.8em;
            width: 6vw;
            height: 6vw;
        }
    
    .navi_map_wrap{
        display: block;
    }
    
    .navi_map_wrap .navi{
        margin-right: 0;
        margin-bottom: 4vw;
    }
    
    .navi_map_wrap .navi ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .navi_map_wrap .navi ul li{
        width: 41vw;
        height: 3em;
        padding-left: 0.5em;
        font-size: 1.05em;
    }
    
    .navi_map_wrap .navi ul li:after{
        background: url(../shared/icon_arrow_r.png) no-repeat;
        background-size: contain;
        top: calc(50% - 3vw);
        right: 0.4em;
        width: 6vw;
        height: 6vw;
    }
    
    .navi_map_wrap .navi .point .point_tenpo:before,
    .navi_map_wrap .navi .point .point_atm:before{
        width: 1em;
        height: 1em;
    }

    .tenpo_table table,
    .tenpogai_table table{
        display: block;
        border: none;
    }

        .tenpo_table table thead,
        .tenpogai_table table thead{
            display: none;
        }

        .tenpo_table table tbody,
        .tenpogai_table table tbody{
            display: block;
        }

            .tenpo_table table tbody tr,
            .tenpogai_table table tbody tr{
                display: flex;
                flex-wrap: wrap;
                border-bottom: 1px dotted #aaa;
                padding: 0.7em 0;
            }

                .tenpo_table table tbody tr td,
                .tenpogai_table table tbody tr td{
                    display: block;
                    border: none;
                    text-align: left !important;
                    padding: 0;
                    line-height: 1.4;
                }
                
                .tenpo_table table tbody tr td:nth-child(1){
                    order: 2;
                    font-size: 0.8em;
                    padding-top: 0.2em;
                }

                    .tenpo_table table tbody tr td:nth-child(1):before{
                        content: "（店番：";
                    }

                    .tenpo_table table tbody tr td:nth-child(1):after{
                        content: "）";
                    }

                .tenpo_table table tbody tr td:nth-child(2),
                .tenpogai_table table tbody tr td:nth-child(1){
                    font-size: 1.2em;
                    margin-bottom: 0.3em;
                    font-weight: 500;
                    order: 1;
                    position: relative;
                    padding-left: 1.1em;
                }

                    .tenpo_table table tbody tr td:nth-child(2):before,
                    .tenpogai_table table tbody tr td:nth-child(1):before{
                        font-family: FontAwesome;
                        content:"\f111";
                        font-weight: normal;
                        display: inline-block;
                        color: #c30001;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

                    .tenpogai_table table tbody tr td:nth-child(1):before{
                        color: #0b509d;
                    }

                .tenpo_table table tbody tr td:nth-child(3),
                .tenpo_table table tbody tr td:nth-child(4),
                .tenpogai_table table tbody tr td:nth-child(2),
                .tenpogai_table table tbody tr td:nth-child(3){
                    box-sizing: border-box;
                    padding-left: 1rem;
                    position: relative;
                    width: calc(100% - 0.25rem) !important;
                    margin-left: 0.25rem;
                }

                .tenpogai_table table tbody tr td:nth-child(3){
                    padding-left: 0;
                }

                .tenpo_table table tbody tr td:nth-child(3){
                    order: 3;
                }

                .tenpo_table table tbody tr td:nth-child(4){
                    order: 4;
                }

                .tenpogai_table table tbody tr td:nth-child(2){
                    order: 2;
                }

                .tenpogai_table table tbody tr td:nth-child(3){
                    order: 3;
                }

                .tenpo_table table tbody tr td:nth-child(3):before,
                .tenpo_table table tbody tr td:nth-child(4):before,
                .tenpogai_table table tbody tr td:nth-child(2):before{
                    font-family: FontAwesome;
                    color: #888;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .tenpo_table table tbody tr td:nth-child(3):before,
                .tenpogai_table table tbody tr td:nth-child(2):before{
                    content:"\f041";
                }

                .tenpo_table table tbody tr td:nth-child(4):before{
                    content:"\f095";
                }

                .tenpogai_table table tbody tr td:nth-child(3):before{
                    content: '受付時間：';
                }

    
    .navi_map_wrap .map ul li{
        width: 100%;
    }
    
    .tenpo_atm_info_box > .box_header{
        flex-direction: column;
        margin-bottom: 1em;
    }

        .tenpo_atm_info_box > .box_header .name_area{
            padding-left: 13vw;
            margin-bottom: 1rem;
            flex-direction: column;
         }

            .tenpo_atm_info_box > .box_header .name_area:before{
                width: 10vw;
                height: calc(10vw / 140 * 92);
                bottom: auto;
                top: 0;
            }

            .tenpo_atm_info_box > .box_header .name_area .name{
                font-size: 1.4em;
                margin-right: 0;
                flex: 1;
                padding-right: 1em;
                width: 100%;
                padding-right: 0;
            }

            .tenpo_atm_info_box > .box_header .name_area .area{
                margin-bottom: 0;
                font-size: 0.84em;
            }

            .tenpo_atm_info_box > .box_header .page_back{
                display: flex;
                justify-content: flex-end;
            }

            .tenpo_atm_info_box > .box_header .page_back a {
                border-radius: 0.35rem;
                padding: 0.3em 1em 0.2em 0.7em;
                font-size: 0.84em;
                border-width: 1px;
            }

                .tenpo_atm_info_box > .box_header .page_back a:before{
                    width: 1.5rem;
                    height: 1.5rem;
                    margin-right: 0;
                    margin-left: 0;
                }

    .tenpo_atm_info_box > .box_inner table th,
    .tenpo_atm_info_box > .box_inner table td{
        padding: 0.6em 0.7em;
    }

    .tenpo_atm_info_box > .box_inner .for_outline tbody th{
        width: 6em;
    }

    .tenpo_atm_info_box > .box_inner .for_atm_time thead th{
        font-size: 1em;
    }

    .tenpo_atm_info_box > .box_inner .for_atm_time tbody td{
        font-size: 1em;
        padding: 0.8em 0;
    }

    .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul{
        flex-wrap: wrap;
    }

        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li{
            width: calc((100% - 2rem) / 3);
            margin-bottom: 1rem;
            height: 7rem;
            padding-bottom: 0.4rem;
        }

        .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li:nth-child(3n){
            margin-right: 0;
        }

            .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li .fig{
                width: 70%;
                margin-bottom: 0.6rem;
            }

            .tenpo_atm_info_box > .box_inner .service_info_box > .box_inner ul li .lbl{
                font-size: 0.96em;
            }

    .tenpo_atm_info_box > .box_inner .map_box{
        height: 80vw;
    }

    /*店舗・ATMマップ*/
    .tenpo_atm_map_box{
        flex-direction: column;
    }

        .tenpo_atm_map_box > .box_header{
            width: 100%;
            padding-right: 0;
        }

            .area_selector{
                margin-bottom: 1rem;
            }

            .area_selector ul{
                display: flex;
                flex-wrap: wrap;
                border: 1px solid #C30001;
            }

            .area_selector ul li{
                box-sizing: border-box;
                width: calc(100% / 5);
                height: 3rem;
                margin: 0;
                border-right: 1px solid #C30001;
            }

            .area_selector ul li:last-child{
                border-right: none;
            }

            .area_selector ul li button{
                padding: 0;
                width: 100%;
                height: 100%;
                font-size: 0.86em;
                justify-content: center;
                border: none;
            }

                .area_selector ul li button::after{
                    content: none;
                }

            .tenpo_atm_map_box > .box_header .legend_info ul{
                justify-content: flex-end;
                font-size: 0.9em;
            }

        /*県北地区*/
        #map_wrapper.area_north{
            height: 60vw;
        }

        /*県南地区*/
        #map_wrapper.area_south{
            height: 70vw;
        }

        /*人吉・球磨地区*/
        #map_wrapper.area_hitoyoshi{
            height: 60vw;
        }

}


/* ##########印刷用########## */
@media print{

}