
@media screen and (min-width: 1921px) {
    .under main .u_sec_ic::before {left: calc((1920px - 100% - 18px) / -2)}
    .under main .u_box_bg::before {left: calc((1920px - 100%) / -2);}
    .under main .frame_pick::before {left: calc((1920px - 100%) / -2);}
}

@media screen and (min-width: 751px) {

.under header .nav_list>li>a,
.under header .nav_list>li>.sub_btn,
.under header .h_contact_tel a,
.under header .h_contact_tel .time {color: var(--txt);}
.under header .h_contact_tel a::before {background-image: url(../images/h_ic_phone02.png);}

.under .sub {background: var(--wh);backdrop-filter: unset;-webkit-backdrop-filter: unset;}


/* HOVER */
.under main #topic_path li a:hover{text-decoration:underline}
.under main .bnn a:hover{opacity: 0.7;}

.under main .ovn_content p a:not(a[target=_blank]):hover,
.under main .link:not(a[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: 150px;}
.under main .btn_list .is_next {position: absolute;top: 0;right: 150px;}

.under main .list_ovn li:nth-child(2n + 2) {margin-right: 0;}

.under main .list_float{float:right;width:calc(100% - 760px);}
.under main .max_w1k1 {width: 100%;max-width: 1100px;margin-left: auto;margin-right: auto;}

.under main .box_pic {--w_pic: 660px;--w_mg: 98px;position: relative;padding-left: calc(var(--w_pic) + var(--w_mg));}
.under main .box_pic.u_right {padding: 0 calc(var(--w_pic) + var(--w_mg)) 0 0;}
.under main .box_pic .pic {position: absolute;top: 0;left: 0;width: var(--w_pic);}
.under main .box_pic.u_right .pic {left: initial;right: 0;}

}

@media screen and (min-width: 751px) and  (max-width: 1600px) {
    .under main .inner {width: 1230px;}
    .under main #top_info {width: 100%;height: 300px;}
    .under main #top_info::before {top: -130px;}
    .under main .image_l {max-width: 560px;margin-right: 50px;}
    .under main .image_r {max-width: 560px;margin-left: 50px;}
    .under main .box_pic {--w_pic: 560px;--w_mg: 50px}
    .under main .u_sec_ic::before {left: calc((100vw - 100% ) / -2)}

}

@media screen and (min-width: 751px) and  (max-width: 1279px) {
    .under main .u_box_bg::before {width: calc(100% + 60px);left: -30px;}
    .under main .u_sec_ic::before {left: -30px;}

}



@media screen and (max-width: 750px) {
.under main {padding-top: 75px;}
.under main #content{padding:0 0 60px}
.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
==========================================================*/
.under  .hamburger--3dxy,.under header .hamburger--3dxy {border-color: var(--txt);}
.under .hamburger--3dxy .hamburger-inner::after,
.under header .hamburger-inner::after,
.under .hamburger--3dxy .hamburger-inner::before,
.under header .hamburger-inner::before {background-color: var(--txt);}

/*  TOP INFO  */
.under main #top_info{height:250px;margin-bottom: 40px;}
.under main #top_info::before {width: 80%;top: 50px;height: auto;aspect-ratio: 1231/800;}
.under main #top_info .top_info_txt {padding: 20px 30px 21px 15px;border-radius: 0 40px 0 0;margin-bottom: -40px;width: 80%;}
.under main #top_info .top_info_txt .en {font-size: 16px;}
.under main #top_info .top_info_txt h2 .f_sm {font-size: 20px;}
.under main #topic_path{margin-bottom:15px}
.under main #topic_path li,
.under main #topic_path li a{font-size: 14px;}

/*============ HEAD TITLE ============ */
.under main h2, .under main h3, .under main h4, .under main h5, .under main h6, .under main .ovn_content h3, .under main .ovn_content h4, .under main .ovn_content h5, .under main .ovn_content h6 {margin-bottom: 20px;}

.under main h2{font-size:26px;margin-bottom: 0;}
.under main h3,
.under main .ovn_content h3{font-size:26px;letter-spacing: 0.1em;}
.under main h3 .ja {font-size: 20px;}
.under main h4,
.under main .ovn_content h4{font-size:22px;margin-bottom: 30px;}
.under main h5,
.under main .ovn_content h5{font-size:20px;}
.under main h6,
.under main .ovn_content h6{font-size:18px;}

/*============ TABLE ============ */
.under main table{margin-bottom:30px}
.under main table td,
.under main table th{padding:10px 10px}
.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%;}


.under main table.tb_block th,
.under main table.mailform th {border-right: 0;}
.under main table.tb_block td,
.under main table.mailform td {border-right: 0;padding-left: 10px;}
.under main table.tb_block td:last-child,
.under main table.mailform td:last-child {border-bottom: 0;}

.under main table.tb_block tr:last-child td,
.under main table.mailform tr:last-child td {border-bottom: 1px solid #cccccc;}

.under main table th,.under main table.mailform th {font-size: 18px;}
.under main table td {font-size: 15px;}

/* TABLE SCROLL */
.under main .tb_scroll{overflow:scroll;}
.under main .tb_scroll:not(:last-child){margin-bottom: 30px;}
.under main .tb_scroll table{width: 800px;}
.under main .tb_note{margin-bottom: 10px;color: #999;}

/*============ LIST ============ */
.under main .list01,
.under main .ovn_content ul{}
.under main .list01 li,
.under main .ovn_content ul li{font-size: 18px;}
.under main .list01 li::before,
.under main .ovn_content ul li::before{width: 9px;height: 9px;top: 17px;}

.under main .list02,
.under main .ovn_content ol{}
.under main .list02 li,
.under main .ovn_content ol li,
.under main ol li{font-size: 18px;}
.under main .list02 li::before,
.under main .ovn_content ol li::before,
.under main ol li::before{top: 11px;}

.under main .list_check{}
.under main .list_check li{font-size: 18px;}
.under main .list_check li::before {top: 13px;}

/* LIST FAQ */
.under main .list_faq dl{margin-bottom: 30px;}
.under main .list_faq dt span{width: 60px;}
.under main .list_faq dt{font-size: 16px;min-height: 50px;}
.under main .list_faq dd {padding-left: 70px;}
.under main .list_faq dd span {width: 60px;}

/* List STEP */
.under main .list_step dl{margin-bottom: 36px;padding-bottom: 40px}
.under main .list_step dl:not(:last-child)::before {width: 60px;height:auto;aspect-ratio: 8/3;left: calc(50% - 30px);}

/*============ FRAME ============ */
.under main .frame01{padding:30px 15px}

.under main .frame02{padding:30px 15px}

.under main .frame_pick{padding:50px 15px}
.under main .frame_pick::before {border-radius: 50px 50px 0 0;}
.under main .frame_pick .pick_ttl {font-size: 39px;margin-bottom: 20px;}
.under main .frame_pick .pick_ttl .ja {font-size: 18px;padding: 0 10px;}


/* ============ ORTHER ============ */
.under main .box_map{height:250px}


/* ===========  OVERNOTE ===========  */
.under main .list_ovn {justify-content: space-between;margin-top: 30px;}
.under main .list_ovn li {width: calc((100% - 15px) / 2);margin: 0 0 20px 0;flex-direction: column;padding-bottom: 20px;}
.under main .list_ovn li .img {width: 100%;height: 25vw;}
.under main .list_ovn li .btn{text-align: center;}
.under main .list_ovn li .btn a{margin: 0 auto;}
.under main .list_ovn .info_box{padding: 15px 0 0;width: 100%;}
.under.ovn_page main .btn a {font-size: 16px;}

.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 .u_sec_ic::before {bottom: calc(100% - 30px);left:-15px;width: 100%;height: auto;aspect-ratio: 887/832;}
.under main .u_box_bg {padding: 70px 0 50px;}
.under main .u_box_bg::before {border-radius: 50px 50px 0 0;}
.under main .list03 {grid-template-columns: repeat(1,1fr);gap: 30px;}
.under main .list03 .item {}

/* ===========  FMAIL ===========  */
.under main form#fmail input.postcode {padding: 2px 10px 3px;}
.under main div#fmail_thankspage p {font-size: 15px;}

.under main .submit_confirm_button, .under main .submit_send_button, .under main .submit_cancel_button,.under main .site_top a {width: 300px;height: 60px;}

.under main .list_2img {gap: 25px;}

/* ===========  list_3col ===========  */
.under main .list_3col {gap: 5px;grid-template-columns: repeat(1,1fr);}

}


/* IPHONE 14 */
@media screen and (max-width: 440px) {
/*============ ORTHER ============ */
.under main #top_info::before {top: 60%;}

/*============ OVERNOTES ============ */
.under main .list_ovn li {width: 100%;}
.under main .list_ovn li:last-child {margin-bottom: 0;}
.under main .list_ovn li .img {height: 50vw;}


}

