@media screen and (min-width: 751px) {
.lightbox,
.lightboxOverlay{min-width: var(--site_size);}
.under main .under_anc {position: absolute;left: 15px; top: 87px;z-index: 10;width: 280px;}
.under main .under_anc.active {position: fixed;top: 120px;left: auto;}
.under main .col2 {display: flex;flex-wrap: wrap;justify-content: space-between;}
.under main .col2>* {width: calc((100% - 60px)/2)}
	.under footer {position: relative;z-index: 4;}
	.under main .under_anc {height: calc(100vh - 140px);}
.under main .under_anc_link::-webkit-scrollbar { display: none;}
	.under main .under_anc_link {height: calc(100% - 60px);overflow: auto;-ms-overflow-style: none; scrollbar-width: none;}
/* HOVER */
.under main #topic_path li a:hover{text-decoration:underline}
.under main a[data-lightbox]:hover,
.under main .bnn a:hover, .under main .list_faq dt:hover, .case_list li:hover, .under main .box_ytb:hover img{opacity: 0.7;}

.under main .ovn_content p a:not([target=_blank]):hover,
.under main .link:hover{color: var(--scolor);}

/* BUTTON OVN DETAIL */
.under main .btn_list {display: flex;justify-content: center;position: relative;}
	.under main .btn_list > * {width: 300px;margin: 0 10px;}
	.under main .btn_list .is_prev a:hover{background-image: url("../images/ic_arr_white_prev.svg");}

.under main .list_ovn li:nth-child(3n + 3) {margin-right: 0;}
	
	.under main .under_anc li a:hover {background-color: var(--blue-light);}
	.under main .list_anchor.case_cate .btn {max-width: calc((100% - 60px)/3);width: 100%;}
}
@media screen and (min-width: 751px) and (max-width: 1400px){
	.under main .under_main_info {padding-left: 300px;}
	.under main .under_main_info > section:nth-of-type(2n):before {left: calc(50% - 150px);}
	.under main h2 .lager {font-size: 48px;}
	.under main .frame_pick img {width: 400px;}
}

@media screen and (max-width: 750px) {
	.under main #content .inner {padding: 0 15px;}
.under main section{padding:0 0 40px;}
	.under main .under_main_info > section {padding: 60px 0;}
.under main .image_r,
.under main .image_l{float:none;display:inline-block;width:100%;text-align:center;margin:0 auto 20px !important}

/*==========================================================
                 C U S T O M
==========================================================*/
/*  TOP INFO  */
.under main #top_info{height:250px;padding-top: 60px;}
	.under main #top_info:after {left: 0;height: 40px;}
.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{font-size:18px;text-align: center;}
	.under main h2 .small {padding: 1px 15px 3px;}
	.under main h2 .lager {font-size: 26px;margin-top: 5px;}
.under main h3,
.under main .ovn_content h3{font-size:24px;margin-bottom: 25px;}
.under main h4,
.under main .ovn_content h4{font-size:22px;margin-bottom: 20px;}
.under main h5,
.under main .ovn_content h5{font-size:20px;margin-bottom: 20px;padding: 12px 25px;}
.under main h6,
.under main .ovn_content h6{font-size:18px;margin-bottom: 20px;padding: 0 5px 10px;}

/*============ TABLE ============ */
.under main table{margin-bottom:30px}
.under main table td,
.under main table th{padding: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;margin-bottom: -1px;}
.under main table.tb_block th,
.under main table.tb_block td{width: 100%;border-left: none;border-right: none;}

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

/*============ LIST ============ */
.under main .list01,
.under main .ovn_content ul{margin-top: 0;}
.under main .list01 li,
.under main .ovn_content ul li{}
.under main .list01 li::before,
.under main .ovn_content ul li::before{}

.under main .list02,
.under main .ovn_content ol{}
.under main .list02 li,
.under main .ovn_content ol li{}
.under main .list02 li::before,
.under main .ovn_content ol li::before{}

.under main .list_check{}
.under main .list_check li{}

/* LIST FAQ */
.under main .list_faq dl{margin-bottom: 20px; padding: 20px}
.under main .list_faq dt span:first-child{margin: -2px 10px 0 0;}
	.under main .list_faq dd span:first-child {top: 11px;}
.under main .list_faq dt{font-size: 16px;}
	.under main .list_faq dd {padding: 5px 0 0 40px;}

/* List STEP */
.under main .list_step dl{margin-bottom: 40px;padding: 20px;}
	.under main .list_step dl:not(:last-child)::before {width: 120px;height: 40px;}
	.under main .list_step dt {font-size: 17px;margin-bottom: 10px;}
	.under main .list_step dt .num {height: 30px;width: 80px;font-size: 14px;margin-right: 10px;}

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

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

.under main .frame_pick{padding:30px 15px}
	.under main .frame_pick .pick_ttl {flex-direction: column;align-items: center;font-size: 20px;padding: 15px 10px;margin-bottom: 20px;text-align: center;border-radius: 100px;}
	.under main .frame_pick .pick_ttl span {border-right: none;border-bottom: 1px solid #fff;padding: 0 0 10px;margin: 0 0 10px;font-size: 22px;}
	.under main .frame_pick .pick_ttl span:before {width: 25px;height: 26px;margin-right: 5px;}
	.under main .pick_main {padding: 0;}
	.under main .pick_main:not(:last-child) {margin-bottom: 20px;}

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


/* ===========  OVERNOTE ===========  */
.under main .list_ovn {justify-content: space-between;}
.under main .list_ovn li {width: calc((100% - 20px) / 2);margin: 0 0 20px 0}
.under main .list_ovn li .cate {font-size: 14px;}
.under main .list_ovn li .img {height: 30vw;}
.under main .list_ovn .info_box .cate {padding: 3px 15px 2px;}

.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 .under_main_info {padding: 0;}
	.under_anc_ttl:after {bottom: -9px;}
	.under main .under_anc {position: relative;top: 0;left: 0;}
	.under main .btn a {min-height: 65px;padding: 10px 30px 12px;min-width: auto;}
	.under .under_cta {padding: 50px 0 110px;}
	.under main .under_col {display: block;}
	.under main .under_col dl {width: 100%;border-right: none;border-bottom: 1px solid var(--mcolor);}
	.under main .under_col dd {padding: 15px;}
	.contact_bnr_btn {flex-direction: column;align-items: center;}
	.contact_bnr_btn >* {width: 100%;max-width: 400px;margin: 0 auto;display: block;padding: 20px 15px;}
	.contact_bnr_btn .cta_btn_tel .f_big {font-size: 130%;margin-bottom: 10px;}
	.contact_bnr_btn .cta_btn_line {margin-top: 20px;}
	.case_list li {width: calc((100% - 30px)/2);margin: 0 30px 30px 0;padding: 20px;}
	.case_list li:nth-child(3n) {margin-right: 30px;}
	.case_list li:nth-child(2n) {margin-right: 0;}
	.case_list .img {height: auto;aspect-ratio: 3/2;}
	.under main .list_anchor.case_cate {justify-content: space-between;margin: 30px 0 40px;}
	.under main .list_anchor.case_cate .btn {margin: 0;width: calc((100% - 30px)/3)}
	.under main .list_anchor.case_cate .btn a {width: 100%;}
	.under main .btn_list > * {width: 250px;margin: 5px;}
	.frame01 .ovn_img img {max-width: 100%;}
	.under main .ovn_content img {max-height: 300px;}
	.info_box .cate {font-size: 14px;}
.under main section#contact_privicy {padding-top: 0;}
}


/* IPHONE 14 */
@media screen and (max-width: 560px) {
/*============ ORTHER ============ */

/*============ OVERNOTES ============ */
	.case_list li {width: 100%;margin: 0 0 30px;}
	.case_list li:nth-child(3n) {margin-right: 0;}

}
@media screen and (max-width: 440px) {
/*============ ORTHER ============ */

/*============ OVERNOTES ============ */
	.under main .list_anchor.case_cate .btn {width: 100%;margin: 0 0 10px;}

}


/* IPHONE 6 */
@media screen and (max-width: 360px) {
	.under main h2 .lager {font-size: 22px;}
	.under main h2 {font-size: 16px;}
	.under main h3, .under main .ovn_content h3 {font-size: 22px;}
	.under main h4, .under main .ovn_content h4 {font-size: 20px;}
}
