@media screen and (min-width: 751px) {
    .lightbox, .lightboxOverlay {
        min-width: var(--site_size);
    }
    /* HOVER */
    .under main #topic_path li a:hover {
        text-decoration: underline
    }
    .under main a[data-lightbox]:hover, .under main .bnn a:hover {
        opacity: 0.7;
    }
    
    .under main .wp_content p a:not([target=_blank]):hover, .under main .link:not([target=_blank]):hover {
        color: var(--scolor);
    }
    .under main .list_anchor .btn.active a {
        background: var(--scolor);
        pointer-events: none;
    }
    /* BUTTON OVN DETAIL */
    .under main .btn_list {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .under main .btn_list .is_prev {
        position: absolute;
        top: 0;
        left: 0;
    }
    .under main .btn_list .is_next {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .under main .list_news dd a:hover{
        color: var(--scolor);
        text-decoration: underline;
    }

    .under main .wp_content img.aligncenter{display: block;margin-left: auto;margin-right: auto;}
    .under main .wp_content img.alignleft{float:left;margin-right: 50px;}
    .under main .wp_content img.alignright{float:right;margin-left: 50px;}
    .under .sec06::before{height: 100%;}
    .under .sec06::after{background: url("../images/deco_l.png") no-repeat left bottom/234px, url("../images/deco_r.png") no-repeat right top/292px;}
    .under .sec06 table{position: relative;right: -105px;}
	
}
@media screen and (max-width: 750px) {
    .under main #content {
        padding: 0 0 80px
    }
    .under main section {
        padding: 0 0 60px;
    }
    .under main .image_r, .under main .image_l {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto 30px !important
    }
/*==========================================================
                 C U S T O M
==========================================================*/
    /*  TOP INFO  */
    .under #top_info {
        height: 220px;
        padding-top: 60px;
        background: url('../images/top_info_bg.jpg') no-repeat left 30% center /cover;
    }
    .under main #topic_path {
        margin-bottom: 15px
    }
    .under main #topic_path li, .under main #topic_path li a {
        font-size: 14px;
    }
    /*============ HEAD TITLE ============ */
    .under #top_info .page_ttl,
    .under main h2 {
        font-size: 28px;
    }
    .under main h3:not(.sec06_ttl) .en{
        font-size: 36px;
    }
    .under main h3:not(.sec06_ttl){
        font-size: 22px;
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    .under main h3:not(.sec06_ttl)::before{
        height: 30px;
    }
    .under main h4, .under main .wp_content h4 {
        font-size: 22px;
    }
    .under main h5, .under main .wp_content h5 {
        font-size: 20px;
    }
    .under main h6, .under main .wp_content h6 {
        font-size: 18px;
    }
    /*============ TABLE ============ */
    .under main table {
        margin-bottom: 30px
    }
    .under main table td, .under main table th {
        padding: 15px 10px
    }
     .under main table th{
        font-size: 16px;
     }
    .under main table.tb_block tr {
        display: flex;
        flex-direction: column
    }
    .under main table.tb_block tr:not(:last-child) th {
        border-bottom: none
    }
    .under main table.tb_block td + td {
        border-top: none;
    }
    .under main table.tb_block th, .under main table.tb_block td {
        width: 100%;
    }
    /* TABLE SCROLL */
    .under main .tb_scroll {
        overflow: scroll;
    }
    .under main .tb_scroll:not(:last-child) {
        margin-bottom: 30px;
    }
    .under main .tb_scroll table {
        width: 1000px;
    }
    .under main .tb_note {
        margin-bottom: 10px;
        color: #999;
    }
    /*============ LIST ============ */
    .under main .list01,
    .under main .wp_content ul {}

    .under main .list01 li,
    .under main .wp_content ul li {padding-left: 20px;}
    .under main .list01 li::before,
    .under main .wp_content ul li::before {top: 7px;}

    .under main .list02 li::before,
    .under main .wp_content ol li::before{top: 4px;}
    
    .under main .list_check {}
    .under main .list_check li {padding-left: 20px;}

    .under main .clinic_slide .slide_thumb .slick-slide{
        width: calc((100% - 20px) / 3) !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .under main .clinic_slide .slide_thumb .slick-slide:nth-child(3n + 3){margin-right: 0;}

    /*============ FRAME ============ */
    .under main .frame01 {
        padding: 30px 15px
    }
    .under main .frame02 {
        padding: 30px 15px
    }
    .under main .frame_pick {
        padding: 30px 15px
    }
    /* ============ ORTHER ============ */
    .under main .box_map {
        height: 250px
    }
    /* ===========  OVERNOTE ===========  */
    
    .under main .btn_list {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    .under main .btn_list li:not(:last-child) {
        margin-bottom: 20px;
    }

    .under main .btn_list .btn a{
        width: 240px;height: 50px;font-size: 16px;
    }
    .under main .list_3img li{
        width: calc((100% - 20px) / 3);
    }
    .under main .access_txt{
        width: 100%;
    }
    .under main .access_txt p{text-align: center;}
    .under main .wp_content blockquote p{font-size: 14px;}

    .under .sec06{margin-top: 80px;}
    .under main .wp_content img{margin:0 auto;display: block;}
}
/* IPHONE 14 */
@media screen and (max-width: 440px) {
    /*============ ORTHER ============ */
    .under main h3:not(.sec06_ttl) .en.sm{font-size: 8vw;}

    .under main .list_news dl{flex-direction: column;align-items: flex-start;}
    .under main .list_news dt{margin-bottom: 10px;width: 100px;}
    .under main .list_news dd{width: 100%;margin-left: 0;}


    .under main .flex_box{flex-wrap: wrap;}
    .under main .flex_box dl{width: 100%;margin-bottom: 30px;}
    .under main .flex_box dl:last-child{margin-bottom: 0;}

}

/* IPHONE 6 */
@media screen and (max-width: 360px) {

}