@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 .list_kiji dt a:hover,
.under main a[data-lightbox]:hover,
.under main .bnn a:hover{opacity: 0.7;}

.under main .list_kiji dd a:hover{color: var(--mcolor);}
.under main .ovn_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;}
	.under_btn li a:hover {background-color: var(--scolor);}

/* 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(3n + 3) {margin-right: 0;}
	
	.under main .list_ovn li:hover {opacity: 0.7;}
}

@media screen and (min-width: 751px) and (max-width: 1800px){
	.under main #top_info .inner {padding: 0 30px;}
	.under main h2 {font-size: 70px;}
	.top_info_txt {font-size: 20px;}
}
@media screen and (min-width: 751px) and (max-width: 1500px){
	.under main .image_r {margin-left: 60px;}
	.under main .image_l {margin-right: 60px;}
	.under main h2 {font-size: 64px;}
	.top_info_txt {font-size: 18px;}
	.top_info_main { padding-right: 120px; }
	.under main #top_info {height: 400px;}
}
@media screen and (max-width: 750px) {
.under main { padding-top: 70px; }
.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 20px !important}

/*==========================================================
                 C U S T O M
==========================================================*/
/*  TOP INFO  */
.under main #top_info{min-height:300px;height: auto;padding: 20px 0;display: flex;}
.under main #top_info .inner {height: auto;}
.under main #topic_path{margin-bottom:15px}
.under main #topic_path li,
.under main #topic_path li a{font-size: 14px;}
.top_info_txt {font-size: 18px;}
.top_info_main { max-width: 100%; }
/*============ HEAD TITLE ============ */
.under main h2{font-size:26px;font-weight: 500;margin: 0 0 20px;}
.under main h3:not([class]),
.under main .ovn_content h3{font-size:24px;margin-bottom: 30px;}
.under main h3 .en { font-size: 80%; margin: 0 0 3px; }
.under main h3 .line { text-underline-offset: 8px; text-decoration-thickness: 3px; }
.under main h4, .under main .ovn_content h4 { font-size: 22px; padding: 15px; margin: 0 0 30px; border-radius: 10px; min-height: 80px; }
.under main h5,
.under main .ovn_content h5{font-size:20px;padding: 0 0 10px;}
.under main h6,
.under main .ovn_content h6{font-size: 18px; padding: 10px 20px 15px; text-underline-offset: 6px;margin-bottom: 20px;}
.under main .under_box_img h5 , .under main .under_row_item h5{ width: 100%; }
/*============ TABLE ============ */
.under main table{margin-bottom:30px}
.under main table td, .under main table th{padding:15px 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%;}

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

/*============ LIST ============ */
.under main .list01,
.under main .ovn_content ul{}
.under main .list01 li,
.under main .ovn_content ul li{font-size: 18px; margin: 0 0 10px;padding-left: 20px;}
.under main .list01 li::before,
.under main .ovn_content ul li::before, .under main .list01_link li a::before{width: 9px; height: 9px; top: 11px;}
.under main .list01_link li {font-size: 18px;margin-bottom: 10px;}
.under main .list01_link li a {padding-left: 20px;}

.under main .list02,
.under main .ovn_content ol{}
.under main .list02> li,
.under main .ovn_content ol li{font-size: 18px; margin: 0 0 10px;}
.under main .list02> li::before,
.under main .ovn_content ol li::before{}

.under main .list_check{}
.under main .list_check li{font-size: 18px; margin: 0 0 10px;}

/* LIST FAQ */
.under main .list_faq dl{margin-bottom: 30px; padding: 15px}
.under main .list_faq dt span{top:3px;}
.under main .list_faq dt{font-size: 16px;min-height: 50px;padding-bottom: 3px;}

/* List STEP */
.under main .list_step dl{margin-bottom: 20px;padding-bottom: 40px}

/*============ 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 .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: 2px 15px;}
.under main .ovn_content img {max-height: 300px;}

.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_box_h3 p:not([class]) {font-size: 18px;}
	.under_col_item { width: 100%; margin: 0 0 30px; }
	.under_col_main { padding: 0 15px 30px; }
	.under_row { padding: 60px 0; }
	.under_row_item { border-width: 5px; padding: 30px 15px; }
	.under_row_item_img { float: none; text-align: center; margin: 0 0 20px; width: 100%;}
	.chart_list { padding: 25px 15px; }
	.chart_list li { font-size: 18px; margin: 0 0 10px; }
	.under main section.cta { padding: 60px 0; min-width: calc(100% + 30px); transform: none; left: -15px; }
	.under main section.cta:not(:last-child) { margin-bottom: 60px; }
	.tb_note {line-height: 1.2em;}
	
	.house_step { border-radius: 10px; padding: 30px 15px; }
	.house_step dt:before { padding: 2px 0 0; margin: 0 5px 0 0; top: -2px;}
	.house_step dt { padding: 10px; }
	.house_step dl { padding-right: 100px; }
	.house_step dd { width: 80px; font-size: 11px; }
	.house_step dl .arr { right: 87px; }
	.house_step_main:before { left: calc((100% - 100px) / 2 - 30px); }
	.house_step_main:after { left: calc((100% - 100px) / 2 - 15px); }
	
	.under_btn li {width: 100%;max-width: 400px;margin: 0 auto 20px;}
	.under_btn li:nth-child(3n), .under_btn li:last-child {margin-right: auto;}
	.under_btn li:last-child {margin-bottom: 0;}
	.under_btn li a { height: 120px; padding: 10px 25px; }
	
	.under main .anchor_lager .btn a {min-height: 60px;}
	.list01_link {padding: 30px 15px;}
}


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

/*============ OVERNOTES ============ */
.under main .list_ovn li .img {height: 50vw;}
.under main .list_ovn li {width: 100%;}
.under main .list_ovn li:last-child {margin-bottom: 0;}
.under main .list01_link li {font-size: 16px;}
	.under main .list01_link li a::before{top: 9px;}
	.under main table td ,.under main table th {font-size: 14px;}
	.under main .list01 li, .under main .ovn_content ul li { font-size: 16px;padding-left: 15px; }
	.under main .list01 li::before, .under main .ovn_content ul li::before, .under main .list01_link li a::before { top: 8px; }
}


/* IPHONE 6 */
@media screen and (max-width: 360px) {
	.top_info_txt, .chart_list li, .under main .list01 li, .under main .list02 li, .under main .list_check li, .under main .ovn_content ul li, .under main .ovn_content ol li {font-size: 16px;}
	.under main .list01 li::before, .under main .ovn_content ul li::before {top: 8px;}
	.under main table td, .under main table th{padding:10px 5px}
	.house_step dt, .house_step dd {padding: 5px;}
	.house_step dt:before { width: 20px; height: 20px; top: 0; }
	.under_btn li { font-size: 14px; }
	.under_btn li a{height: 100px;}
	.under main table td {font-size: 13px;}
}
