@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */
header{
    background: url(../shared/bg_content_title.png) no-repeat;
    background-size: 1920px 312px;
    background-position: top center;
}

.contents{
    background: url(../shared/bg_content_title.png) no-repeat;
    background-size: 1920px 312px;
    background-position: top center;
}

/*topicpath*/
.topicpath{
    padding: 0 3vw 0;
    height: 1.125rem;
}

    .topicpath ul{
        font-size: 0.84em;
        color: #000;
    }

    .topicpath ul li{
        display: inline;
    }

    .topicpath ul li:first-child{
        color: #bf5025;
    }

        .topicpath ul li::after{
            font-family: FontAwesome;
            content:"\f105";
            margin: 0 0.8em 0 1em;
            color: #bf5025;
        }

        .topicpath ul li:last-child::after{
            content: none;
        }

        .topicpath ul li a{
            text-decoration: none;
            color: #000;
        }

        .topicpath ul li:first-child a{
            color: #bf5025;
        }

        .topicpath ul li a:hover{
            text-decoration: underline;
        }

        .topicpath ul li:first-child a{
            font-weight: 500;
        }


/*content_title*/
.content_title{
    min-width: 68.75rem;
    height: 11.5rem;
    margin: 0 auto 4rem auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 0;
    gap: 0;
}

    .content_title::before{
        content: "";
        width: 100%;
        height: 11.5rem;
        background-image: linear-gradient(0deg, rgba(251, 243, 230, 1), rgba(251, 243, 230, 0));
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .content_title .lbl_wrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
        padding-left: 7vw;
        width: calc(50% - 0.5rem);
        position: relative;
        z-index: 1;
    }

    .content_title .lbl_wrap::before{
        content:"";
        width: 2rem;
        height: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .content_title .lbl_wrap::after{
        content:"";
        width: 2rem;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(251, 243, 230, 1), rgba(251, 243, 230, 0));
        border-radius: 0 0 2rem 0;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .content_title .lbl_en{
        font-family: "Poppins", sans-serif;
        color: #bf5025;
        position: relative;
        z-index: 1;
        font-size: 1em;
        font-weight: 600;
        margin-bottom: 0.2em;
    }

    .content_title .lbl_en .lbl_top_ttl{
        font-family: 'Noto Sans JP', sans-serif;
        color: #000;
        padding-left: 2.2rem;
        font-weight: normal;
        position: relative;
    }

    .content_title .lbl_en .lbl_top_ttl::before{
        content:"／";
        position: absolute;
        top: 0;
        left: 0.6rem;
    }

    .content_title .lbl_ja{
        font-size: 1.7em;
        position: relative;
        z-index: 1;
        font-weight: 700;
    }

    .content_title .ct_img{
        width: calc(50% - 0.5rem);
        padding: 1rem 0 0 1rem;
        border-radius: 2rem 0 0 0;
        position: relative;
        z-index: 1;
        background: #fff;
        overflow: hidden;
    }

    .content_title .ct_img .ct_img_inner{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        border-radius: 2rem 0 0 0;
        height: 100%;
    }

    .content_title .ct_img .ct_img_inner img{
        min-width: 39rem;
        width: 50vw;
        height: auto;
    }

    /*page_title*/
    .index .page_title{
        display: none;
    }


.content_body{
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
    overflow: hidden;
}

/*column_wrapper*/
.column_wrapper{
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    max-width: 67.5rem;
    /*padding: 0 2.5rem;*/
    padding: 0;
}

.contents.index .column_wrapper{
    /*padding: 0;*/
}

    .column_wrapper .column_main{
        flex: 1;
    }


/*2カラム*/
.column_wrapper.two_col{}

    .column_wrapper.two_col .column_sub{
        width: 15rem;
        margin-left: 2.5rem;
        position: relative;
    }

    .column_wrapper.two_col .column_sub .page_nav{
        position: sticky;
        top: 6.5rem;
        margin-bottom: 3rem;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul{
        font-family: var(--font_family2);
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li{
        margin-bottom: 1rem;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > a,
    .column_wrapper.two_col .column_sub .page_nav > ul > li > .nolink{
        display: block;
        padding: 0.4rem 0 0.4rem 1.8rem;
        font-size: 1.25rem;
        border-radius: 0.25rem;
        color: #222;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        transition: .3s all ease;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .nolink{
        cursor: pointer;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li.active > a,
    .column_wrapper.two_col .column_sub .page_nav > ul > li.active > .nolink{
        color: #04838c;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > a:hover,
    .column_wrapper.two_col .column_sub .page_nav > ul > li > .nolink:hover{
        background: rgba(45,177,185,0.15);
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > a::before,
    .column_wrapper.two_col .column_sub .page_nav > ul > li > .nolink::before{
        content:"";
        display: block;
        width: 1rem;
        aspect-ratio: 1 / 1;
        background: url(../shared/icon_arrow_r.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: calc(50% - 0.5rem);
        left: 0.2rem;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li.active > a::before,
    .column_wrapper.two_col .column_sub .page_nav > ul > li.active > .nolink::before,
    .column_wrapper.two_col .column_sub .page_nav > ul > li.open > .nolink::before{
        background: url(../shared/icon_arrow_u.png) no-repeat;
        background-size: contain;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav{
        margin: 1rem 0 1rem 1rem;
        font-family: var(--font_family1);
        font-size: 0.95rem;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul{}

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li{
        padding: 0 0 0 1.2rem;
        position: relative;
        margin-bottom: 1.35rem;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li::before{
        content:"";
        display: block;
        width: 0.4rem;
        height: 2px;
        background: #444;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        transition: .3s all ease;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li:hover::before{
        background: #086eb6;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li.current_page_item::before{
        background: #086eb6;
    }

    

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li > a{
        color: #222;
        text-decoration: none;
        font-weight: 400;
        transition: .3s all ease;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li > a:hover{
        color: #086eb6;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav > ul > li.current_page_item > a{
        color: #086eb6;
    }

    /*開閉*/
    .column_wrapper.two_col .column_sub .page_nav > ul > li > .child_nav{
        display: none;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li.active > .child_nav{
        display: block;
    }


/*page_title*/
/*
.page_title{
    margin: 0 1rem 3.5em;
}

    .page_title h2{
        font-size: 2.25rem;
        color: var(--base_color1);
        font-family: var(--font_family2);
    }
*/


/*page_body*/
.page_body{
    margin: 0;
    min-height: 400px;
    line-height: 1.8;
    position: relative;
    z-index: 0;
}

    .page_body .page_contents{
        margin: 0 2rem 4rem 2rem;
    }

    .page_body h2{
        font-size: 1.9rem;
        font-weight: 400;
        padding: 1.4rem 2rem 1.4rem 2rem;
        margin-bottom: 2rem;
        line-height: 1.5;
        border-bottom: 4px solid #e5e5e5;
        color: #094d7c;
    }

    .page_body h3{
        text-align: center;
        font-size: 1.75em;
        font-weight: 500;
        margin: 2.5em 0 1em 0;
        padding-bottom: 0.8em;
        line-height: 1.4;
        font-weight: 700;
        position: relative;
        clear: both;
    }

        .page_body h3::before{
            content: "";
            width: 4.5em;
            border-bottom: 4px solid #04838c;
            position: absolute;
            bottom: 0;
            left: calc(50% - 2.25em);
        }

    .page_body h4{
        font-size: 1.4em;
        font-weight: 600;
        margin: 2.6em 0 0.8em 0;
        line-height: 1.4;
        position: relative;
        padding: 0;
        color: #125a60;
        overflow: hidden;
    }

    .page_body .page_contents h4:first-child{
        margin: 0 0 0.8em 0;
    }

    .page_body h5{
        font-size: 1.1em;
        font-weight: 500;
        margin: 1.5em 0 0.3em 0;
        line-height: 1.4;
        position: relative;
        clear: both;
    }

    .page_body p {
        margin: 0 0 1em;
    }

    .page_body .wp-block-image figure {
        margin-bottom: 1em;
    }

    .page_body .wp-block-image figure.alignleft {
        margin-right: 2em;
    }

    .page_body .wp-block-image figure.alignright {
        margin-left: 2em;
    }

    .page_body ol,
    .page_body ul{
        line-height: 1.6;
    }

    .page_body ol{
        list-style: decimal;
        margin: 1em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

    .page_body ul{
        margin: 1em;
    }

        .page_body ul li{
            margin: 0 0 0.3em 0;
            padding-left: 0.85em;
            position: relative;
        }

            .page_body ul li:before{
                content: "";
                width: 0.25rem;
                height: 0.25rem;
                border-radius: 50%;
                display: block;
                background: #555;
                position: absolute;
                top: 0.6em;
                left: 0;
            }

        .page_body ul li a{
            color: #222;
            transition: .3s all ease;
        }
        .page_body ol li a{
            color: #003d84;
            transition: .3s all ease;
        }

        .page_body ul li a:hover,
        .page_body ol li a:hover{
            color: #003d84;
            text-decoration: none;
        }

        .page_body ul li ol,
        .page_body ul li ul,
        .page_body ol li ul,
        .page_body ol li ol{
            margin: 0;
        }

        .page_body ul li ol > li{
            padding-left: 0;
            margin-left: 0.3em;
        }

        .page_body ul li ol > li::before{
            content: none;
        }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
        transition: .3s all ease;
    }

    .page_body a:hover{
        text-decoration: none;
    }

    .page_body hr{
        border: none;
        border-bottom: 2px solid #ebecec;
        margin: 3em 0;
    }

    .page_body .goto_club_introduction{
        display: flex;
        justify-content: center;
        margin-top: 4em;
    }

        .page_body .goto_club_introduction a{
            display: flex;
            border-color: #04838c;
            color: #04838c;
            text-decoration: none;
            border: 1px solid #04838c;
            font-size: 1.1em;
            padding: 0.5em 3em;
            border-radius: 100vh;
            transition: .3s all ease;
        }

        .page_body .goto_club_introduction a:hover{
            background: #04838c;
            color: #fff;
        }


    /*電話番号リンクをPCでは無効化*/
    .page_body a[href^="tel"]{
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .page_body table{
        margin: 0.5em 0;
        line-height: 1.6;
        border-top: 2px solid #7f7f7f;
        /*border-collapse: separate !important;*/
        position: relative;
    }
    
        .page_body table th,
        .page_body table td{
            border: 1px solid #ccc !important;
            padding: 0.6em;
        }

        .page_body table th:first-child,
        .page_body table td:first-child{
            border-left-color: rgba(255,255,255,0) !important;
        }

        .page_body table th:last-child,
        .page_body table td:last-child{
            border-right-color: rgba(255,255,255,0) !important;
        }

        .page_body table th{
            text-align: center;
            background: rgba(0,103,176,0.05);
            font-weight: 500;
        }

        .page_body table thead tr:first-child th,
        .page_body table tbody tr:first-child th{
            border-top: none !important;
        }


        .page_body table tbody th,
        .page_body table tbody td{
        }

        .page_body table tbody th{
            text-align: left;
        }

        .page_body .centering table tbody th{
            text-align: center;
        }

        .page_body table tbody td{
            background: #fff;
        }

        .page_body strong{
            font-weight: 600;
        }

        .page_body em{
            font-style: italic;
        }

        .page_back{
            margin-top: 3em;
            display: flex;
            justify-content: center;
            clear: both;
            line-height: 1.8;
        }

            .page_back a{
                display: block;
                color: #222;
                text-decoration: none;
                border-bottom: 1px solid #222;
                font-size: 0.9em;
                font-weight: 500;
                padding: 0.1em 0.5em 0;
                transition: .3s all ease;
            }

            .page_back a:hover{
                background: rgba(20, 86, 129, 0.05);
            }


/*カラム割*/
.column_wrapper.two_c{
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

    .column_wrapper.two_c .column_main{
        width: auto;
        flex: 1;
    }

    .column_wrapper.two_c .column_sub{
        width: 10rem;
    }

        .column_sub .archives_box dl{
            line-height: 1.5;
            margin-bottom: 2em;
        }

        .column_sub .archives_box dl dt{
            font-weight: 500;
            border-bottom: 2px solid #cbcbcb;
            margin-bottom: 0.8em;
            text-align: center;
        }

        .column_sub .archives_box dl dd{
            padding: 0 0.5em;
        }

        .column_sub .archives_box dl dd ul{

        }

        .column_sub .archives_box dl dd ul li{
            margin-bottom: 0.3em;    
        }

        .column_sub .archives_box dl dd ul li a{
            color: #111;
            text-decoration: none;
            display: block;
            position: relative;
            padding-left: 1em;
            transition: .3s all ease;
        }

            .column_sub .archives_box dl dd ul li a::before{
                font-family: FontAwesome;
                content:"\f105";
                font-size: 0.9em;
                color: #555;
                display: inline-block;
                position: absolute;
                top: 0.05em;
                left: 0;
            }

        .column_sub .archives_box dl dd ul li a:hover,
        .column_sub .archives_box dl dd ul li a:hover::before{
            color: #04838c;
        }

.index_nav_box{}

    .page_body .index_nav_box hr{
        border: none;
        border-top: 1px solid #ccc;
        margin: 4em 0 5em;
    }

    .page_body .index_nav_box ul{
        margin: 0 2.5rem;
    }

    .page_body .index_nav_box ul li{
        margin: 0;
        padding: 0;
    }

        .page_body .index_nav_box ul li::before{
            content: none;
        }

    .page_body .index_nav_box .index_rc_nav{
        display: flex;
        justify-content: center;
        gap: 2em;
    }

        .page_body .index_nav_box .index_rc_nav li{
           box-sizing: border-box;
           width: 17.5rem;
           height: 3.5rem;
        }

                .page_body .index_nav_box .index_rc_nav li a{
                    box-sizing: border-box;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #212121;
                    border: 1px solid #9f9f9f;
                    border-radius: 100vh;
                    background: #fff;
                    text-decoration: none;
                    font-weight: 600;
                    padding-top: 0.25em;
                    position: relative;
                    transition: .3s all ease;
                }

                .page_body .index_nav_box .index_rc_nav li a::after{
                    content: "";
                    width: 1rem;
                    aspect-ratio: 1 / 1;
                    background-image: url(../shared/icon/icon_arrow_gray.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: absolute;
                    top: calc(50% - 0.5rem);
                    right: 0.75em;
                    transition: .3s all ease;
                }

                .page_body .index_nav_box .index_rc_nav li a:hover{
                    border-color: #0f218b;
                    color: #0f218b;
                }

                .page_body .index_nav_box .index_rc_nav li a:hover::after{
                    background-image: url(../shared/icon/icon_arrow_blue.png);
                }

    .page_body .index_nav_box .index_basic_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .page_body .page_contents .index_nav_box .index_basic_nav{
        margin: 0;
    }

        .page_body .index_nav_box .index_basic_nav > li{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            width: calc((100% - 2em) / 3);
        }

        /*
        .page_body .index_nav_box .index_basic_nav > li:nth-child(1),
        .page_body .index_nav_box .index_basic_nav > li:nth-child(2){
            border-top: 4px solid #ccc;
        }*/

        .page_body .index_nav_box .index_basic_nav > li > a{
            box-sizing: border-box;
            display: block;
            color: #222;
            height: 100%;
            padding: 1rem;
            font-size: 1em;
            background: #fff;
            text-decoration: none;
            position: relative;
            border: 1px solid #ccc;
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
            border-radius: 0.4rem;
            transition: .3s all ease;
        }

            .page_body .index_nav_box .index_basic_nav > li > a::after{
                content: "";
                width: 2rem;
                aspect-ratio: 1 / 1;
                background-image: url(../shared/icon_arrow_gray.png);
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                top: 1.1rem;
                right: 0.75em;
                transition: .3s all ease;
            }

        .page_body .index_nav_box .index_basic_nav > li > a:hover{
            background: #fef4ea;
            border: 1px solid #aaa;
        }

        .page_body .index_nav_box .index_basic_nav > li > a .nav_detail_wrap{
            display: flex;
            justify-content: flex-start;
            gap: 1rem;
        }

        .page_body .index_nav_box .index_basic_nav > li > a .nav_detail_wrap .nav_detail_icon{
            display: block;
            width: 2.75rem;
        }

        .page_body .index_nav_box .index_basic_nav > li > a .nav_detail_wrap .nav_detail_text{
            display: block;
            flex: 1;
        }

        .page_body .index_nav_box .index_basic_nav > li > a .nav_detail_wrap .nav_detail_text .nav_detail_ttl{
            display: block;
            font-size: 1.2rem;
            font-weight: 500;
            margin-top: 0.2rem;
            margin-bottom: 0.5rem;
        }

        .page_body .index_nav_box .index_basic_nav > li > a .nav_detail_wrap .nav_detail_text p{
            font-size: 0.9rem;
            line-height: 1.4;
            margin-bottom: 0;
        }

/*img_text_wrap*/
.img_text_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
}

.img_text_wrap .text_box{
    flex: 1;
}

.img_text_wrap .text_box .img_box{
    width: 22.5rem;
}

.important_list{
    border: 1px solid #be1c49;
    padding: 1rem;
    margin-top: 3rem;
}

.important_list ul{
    margin: 0;
}

.important_list ul li{
    color: #be1c49;
    padding-left: 1.4rem;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1rem;
}

.important_list ul li::before{
    display: none;
}

.important_list ul li::after{
    font-family: FontAwesome;
    content:"\f05a";
    color: #be1c49;
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: 0;
}


/*products_activity_box*/
.products_activity_box{
    margin-top: 5em;
    display: none;
}

/*出すところだけ出す*/
.contents.thought.index .products_activity_box{
    display: block;
}

    .products_activity_box > .box_inner > ul{
        display: flex;
        justify-content: center;
        gap: 4em;
    }

    .products_activity_box > .box_inner > ul > li{}

        .products_activity_box > .box_inner > ul > li a{
            display: block;
            position: relative;
            width: 28rem;
            color: var(--base_color1);
            text-decoration: none;
            transition: .3s all ease;
        }

        .products_activity_box > .box_inner > ul > li a:hover{
            transform: scale(1.03);
        }

            .products_activity_box > .box_inner > ul > li a::before{
                content: "";
                display: block;
                width: 100%;
                aspect-ratio: 448 / 200;
                position:absolute;
                bottom: 0;
                left: 0;
                z-index: 0;
                background: rgba(0,0,0,0.1);
                border-radius: 1rem;
                transform: translate(0.25rem, 0.25rem);
                transition: .3s all ease;
            }

            .products_activity_box > .box_inner > ul > li.for_products a:hover::before{
                background: #188254;
            }

            .products_activity_box > .box_inner > ul > li.for_activity a:hover::before{
                background: #c89307;
            }

            .products_activity_box > .box_inner > ul > li a .fig{
                position: relative;
                z-index: 1;
            }

                .products_activity_box > .box_inner > ul > li a .fig img{
                    max-width: 100%;
                    height: auto;
                }

            .products_activity_box > .box_inner > ul > li a p{
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 0;
                bottom: 0;
                z-index: 2;
                background: rgba(255,255,255,0.8);
                width: 100%;
                height: 4.5rem;
                padding-top: 0.1em;
                line-height: 1.5;
                text-align: center;
                border-radius: 0 0 1rem 1rem;
            }

/*※のリスト*/
.page_body ul.chui_list{
    margin: 0 0 1.5rem 0;
}

.page_body ul.chui_list li{
    padding-left: 1.5rem;
}

.page_body ul.chui_list li::before{
    content: "※";
    width: auto;
    height: auto;
    background: none;
    top: 0;
}


/*各ページアンカーリンク*/
.page_body .page_anc_list ul{
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.page_body .page_anc_list ul li{
    margin: 0;
    padding: 0;
    width: calc((100% - 1rem) / 2);
}

.page_body .page_anc_list ul li::before{
    display: none;
}

.page_body .page_anc_list ul li a{
    display: block;
    padding: 1rem 1.3rem 1rem 1.3rem;
    border: 3px solid #e5e5e5;
    border-radius: 1rem;
    position: relative;
    font-size: 1.2rem;
    text-decoration: none;
    color: #000;
    transition: .3s all ease;
}

.page_body .page_anc_list ul li a::after{
    content:"";
    width: 1rem;
    height: auto;
    aspect-ratio: 1 / 1;
    background: url(../shared/icon_arrow_under.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1.5rem;
}

.page_body .page_anc_list ul li a:hover{
    border: 3px solid #bbb;
}


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1280px) {

}

@media screen and (min-width:1px) and (max-width:1200px) {

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .column_wrapper{
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .products_activity_box > .box_inner > ul{
        gap: 3em;
        padding: 0 3vw;
    }

        .products_activity_box > .box_inner > ul > li{
            width: calc((100% - 3vw - 3em) / 2);
        }

        .products_activity_box > .box_inner > ul > li a{
            width: 100%;
        }


}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {


    .contents{
        overflow: hidden;
    }

    .topicpath{
        display: none;
    }

    .content_body{
        padding-bottom: 0;
    }

    .content_title{
        padding-top: 0;
        margin-bottom: 2rem;
        min-width: auto;
        height: 9.5rem;
    }

    .content_title::before{
        height: 9.5rem
    }

    .content_title .lbl_wrap{
        width: calc(73% - 0.5rem);
        padding-left: 4vw;
    }

    .content_title .lbl_en{
        z-index: 3;
    }

    .content_title .lbl_ja{
        font-size: 1.4em;
        z-index: 3;
        white-space: nowrap;
    }

    .content_title .ct_img{
        width: calc(27% - 0.5rem);
    }


    .page_body{
        line-height: 1.6;
        margin: 0;
    }

    .index .page_body{
        margin: 0;
    }

    .page_body h2{
        font-size: 1.5em;
        padding: 0.8rem 1rem 0.8rem 1rem;
        margin-bottom: 1.5rem;
    }

    .page_body h3{
        font-size: 1.3em;
        margin: 1.5em 0 1.3em 0;
    }

    .page_body h4{
        font-size: 1.15em;
        margin: 1.5em 0 0.7em 0;
    }

    .page_body h5{
        font-size: 1.05em;
        margin: 1em 0 0.4em 0;
    }

    .page_body p{
        margin: 0 0 1em;
    }

    .page_body ul,
    .page_body ol{
        margin: 0.5em 0;
    }

    .page_body hr{
        margin: 2em 0;
    }

    .page_body .sub_page_list ul li{
        font-size: 1.1em;
    }

    .page_body .page_contents{
        margin: 0 1rem 3rem 1rem;
    }

    .page_body .index_nav_box .index_basic_nav > li{
        width: 100%;
    }

    /*カラム割*/
    .column_wrapper.two_col{
        flex-direction: column;
        padding-top: 1rem;
    }

    .column_wrapper.two_col .column_main{
        flex: initial;
    }

    .column_wrapper.two_col .column_sub{
        width: auto;
        margin-left: 0;
        margin-top: 3em;
    }

    .column_wrapper.two_col .column_sub .page_nav{
        position: relative;
        top: 0;
        border-top: 1px solid #ccc;
        padding-top: 1em;
    }

    .index .column_wrapper.two_col .column_sub .page_nav{
        display: none;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li{
        display: none;
    }

    .column_wrapper.two_col .column_sub .page_nav > ul > li.active{
        display: block;
    }


    .column_sub .archives_box dl dd ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0 1em;
    }

        .column_sub .archives_box dl dd ul li{
            width: calc((100% - 1em) / 2);
        }

        .column_sub .archives_box dl.archive_year dd ul li{
            width: calc((100% - 3em) / 4);
        }

    .products_activity_box > .box_inner > ul{
        flex-direction: column;
        padding: 0 5vw;
        gap: 1.75em;
    }

        .products_activity_box > .box_inner > ul > li{
            width: 100%;
        }

    .page_body a[href^="tel"] {
        pointer-events:initial;
        cursor: pointer;
    }

    .page_body .index_nav_box ul{
        margin: 0 1.5rem;
    }

    .img_text_wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .page_body .page_anc_list ul{
        gap: 0.5rem;
    }

    .page_body .page_anc_list ul li{
        width: 100%;
    }

    .page_body .page_anc_list ul li a{
        border: 2px solid #e5e5e5;
        border-radius: 0.5rem;
        padding: 0.8rem 1.1rem 0.8rem 1.1rem;
    }

    .page_body .important_list ul{
        margin: 0;
    }


}


/* ##########印刷用########## */
@media print{
    .column_wrapper{
        width: calc(100% - 4vw);
    }
}