@media screen and (min-width: 1921px) {
    .under main #top_info {
        background-size: cover;
        background-position: bottom;
    }
}
@media screen and (min-width: 751px) {
    .lightbox, .lightboxOverlay {
        min-width: var(--container);
    }
    .under main .mb30_pc {
        margin-bottom: 30px !important;
    }
    .under main .image_l {
        float: left;
        margin: 0 105px 0 0
    }
    .under main .image_r {
        float: right;
        margin: 0 0 0 105px;
    }
    .under main .image_r img, .under main .image_l img, .under .bor img, .under main .center_post img, .under main .u_editor img {
        border-radius: 50px 0 50px 0;
    }
    /* 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;
    }
    /* HOVER */
    .under main #topic_path li a:hover {
        text-decoration: underline
    }
    .under main .bnn a:hover {
        opacity: 0.7;
    }
    .under main .link:not(a[target=_blank]):hover {
        color: var(--scolor);
    }
    .under main #content .inner {
        width: 1396px;
    }
    /* OVERNOTE */
    .under main .list_ovn li:nth-child(3n + 3) {
        margin-right: 0;
    }
    .under main .list_ovn li:hover {
        opacity: 0.8;
    }
    .under main .btn.is_prev a:hover, .under main .btn.is_none a:hover {
        background-color: var(--scolor);
    }
    .under main .list01 li a:hover {
        color: var(--mcolor);
    }
    .under main .center.bor {
        margin-bottom: 60px;
    }
    .under main .u_editor img {
        max-width: 560px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1500px) {
    .under main #content .inner {
        width: 1280px;
    }
    .under main .un_title span {
        font-size: 60px;
    }
    .under main .un_ttl3 .ja {
        font-size: 46px;
    }
    .under main .un_ttl3 .en, .under main .u_editor h3 .en {
        bottom: 23px;
    }
    .under main .un_ttl4 {
        font-size: 40px;
        padding: 23px 15px;
    }
    .under main #top_info {
        height: 460px;
    }
    .under main #top_info .inner {
        padding-bottom: 0px;
    }
    .under main .list_anchor .btn a {
        width: 280px;
    }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
    .under main .btn_list .is_prev {
        left: 130px;
    }
    .under main .btn_list .is_next {
        right: 130px;
    }
}
@media screen and (max-width: 750px) {
    .under main p {
        font-size: 18px;
    }
    .under main #content {
        padding: 0 0 60px
    }
    .under main section {
        padding: 0 0 60px;
    }
    .under main .image_r, .under main .image_l, .under main .u_editor img {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 auto 25px !important
    }
    .under main .u_editor img {
        margin: 0 auto !important;
    }
    .under main .image_r img, .under main .image_l img, .under main .center_post img, .under .bor img, .under main .u_editor img {
        border-radius: 40px 0 40px 0;
    }
    .under main .u_editor img {
        max-height: 300px !important;
        float: none !important;
        display: table;
    }
    /*==========================================================
                  C U S T O M
  ==========================================================*/
    .under main {
        padding-top: 60px;
    }
    /*  TOP INFO  */
    .under main #top_info {
        height: 200px
    }
    .under main #top_info .inner {
        padding-bottom: 0;
    }
    .under main #topic_path {
        background: url(../images/par2.png) repeat 0 0 / 40px;
    }
    .under main #topic_path li, .under main #topic_path li a {
        font-size: 14px;
    }
    .under main #topic_path ul {
        padding: 15px 0 10px;
    }
    /*============ HEAD TITLE ============ */
    .under main .un_title {
        line-height: 1.7;
    }
    .under main .un_title span {
        font-size: 26px;
        display: table;
        background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 6px 3px;
        display: inline;
    }
    .under main .boxh3 {
        background: url(../images/par2.png) repeat 0 0 /40px;
        position: relative;
        padding-top: 15px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .under main .boxh3.none {
        padding-bottom: 20px;
    }
    .under main .un_ttl3, .under main .u_editor h3 {
        align-items: flex-start;
        margin-bottom: 25px;
        flex-direction: column;
    }
    .under main .un_ttl3 .ja, .under main .u_editor h3 .ja {
        font-size: 25px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .under main .un_ttl3 .en, .under main .u_editor h3 .en {
        font-size: 14px;
        padding-left: 50px;
        bottom: 0;
        align-self: flex-start;
    }
    .under main .un_ttl3 .en:before, .under main .u_editor h3 .en:before {
        top: 9px;
        width: 40px;
    }
    .under main .un_ttl4, .under main .u_editor h4 {
        font-size: 24px;
        padding: 14px 10px 12px;
        margin-bottom: 25px;
        letter-spacing: 0em;
        line-height: 1.3;
    }
    .under main .un_ttl4::before, .under main .u_editor h4:before {
        background-size: 40px auto;
    }
    .under main .un_ttl5 span, .under main .u_editor h5 span {
        font-size: 22px;
        background-size: 6px 6px;
        padding-bottom: 4px;
    }
    .under main .un_ttl6, .under main .u_editor h6 {
        font-size: 20px;
        background: #efd862;
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    /*============ TABLE ============ */
    .under main table {
        margin-bottom: 30px
    }
    .under main table.tb01 th {
        width: 15%;
        font-size: 16px;
    }
    .under main table.mailform th, .under main table th {
        font-size: 18px;
    }
    .under main table td, .under main table th {
        padding: 10px;
        line-height: 1.7;
    }
    .under main table.mailform tr th:not(:last-child) {
        border-right: 1px var(--mcolor) solid;
    }
    .under main table td {
        font-size: 18px;
    }
    .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 {
        margin-bottom: 0px;
    }
    /* TABLE SCROLL */
    .under main .tb_scroll {
        overflow: scroll;
    }
    .under main .tb_scroll:not(:last-child) {
        margin-bottom: 20px;
    }
    .under main .tb_scroll table {
        width: 800px;
    }
    .under main .tb_note {
        margin-bottom: 10px;
        color: #999;
        font-size: 14px;
    }
    /*============ LIST ============ */
    .under main .list01 {}
    .under main .list01 li {}
    .under main .list02 {}
    .under main .list02 li {}
    .under main .list02 li::before {
        top: 3px;
    }
    .under main .list_step dt {
        font-size: 18px;
        line-height: 1.4;
        padding: 10px;
    }
    .under main .list_check {}
    .under main .list_check li {}
    .under main .list01 li, .under main .list02 li, .under main .list_check li {
        padding-left: 25px;
        font-size: 18px;
    }
    .under main .list01 li::before, .under main .list_check li::before {
        top: 8px;
    }
    .under main .list02 li {
        padding-left: 30px;
    }
    /* LIST FAQ */
    .under main .list_faq dl {
        margin-bottom: 30px;
        padding: 15px
    }
    .under main .list_faq dt span, .under main .list_faq dd span {
        font-size: 16px;
        width: 36px;
        height: 36px;
    }
    .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: 50px;
    }
    .under main .list_step dd {
        padding: 20px;
        font-size: 16px;
    }
    .under main .list_step dl:not(:last-child)::before {
        width: 60px;
        height: 23px;
        bottom: -38px;
        left: calc(50% - 30px);
    }
    /*============ 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
    }
    .under main .list_step dt span {
        padding: 5px 8px 2px;
        font-size: 15px;
    }
    /*OVN*/
    .under main .list_ovn li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
        box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.07);
        padding-bottom: 15px;
    }
    .under main .list_ovn li:nth-child(2n + 2) {
        margin-right: 0;
    }
    .under main .info_box {
        padding: 0px 5px;
    }
    .under main .list_ovn li .big {
        font-size: 18px;
    }
    .under main .list_ovn li .img {
        height: 32vw;
    }
    .under main .center_post img {
        max-height: 300px;
    }
    .under main .box_table dl {
        width: 100%;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .under main .box_table dd {
        border: 1px solid var(--scolor);
    }
    .under main .box_table dt, .under main .box_table dd {
        padding: 10px 15px;
    }
    .under main .box_table dt {
        width: 100%;
        font-size: 16px;
        border-bottom: none;
    }
    .btn_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn_list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .under main .btn.is_prev a {
        background-size: 30px auto;
    }
    .under main .box_toc p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .under main .list_anchor .btn.active a {
        background-size: 30px auto;
    }
    .under main .list_ovn li .cate {
        min-width: 90px;
        font-size: 14px;
    }
    .under main table.tb02 tr:not(:last-child) td {
        border-bottom: none;
    }
    .under main table tr th:not(:last-child) {
        border-right: var(--mcolor);
    }
    .under main table tr th {
        border-top: none;
    }
    .under main .list_img li:not(:last-child) {
        margin-right: 10px;
    }
    .under main .box_tb1 {
        flex-direction: column;
		align-items: center;
    }
    .under main .box_tb1 > p {
        margin-right: 0;
    }
}
/* IPHONE 14 */
@media screen and (max-width: 440px) {
    /*============ ORTHER ============ */
    /*============ OVN ============ */
    .under .ovn_list dl {
        flex-wrap: wrap;
    }
    .under .ovn_list dd {
        width: 100%;
        margin-top: 10px;
    }
    .under .ovn_list dt img {
        top: inherit;
    }
    .under main .list_ovn li .big {
        font-size: 16px;
    }
}
@media screen and (max-width: 425px) {
    .under main table.tb01 th {
        width: 15%;
        font-size: 15px;
    }
    .under main .list_ovn li {
        width: 100%;
        margin: 0 0px 20px 0;
    }
    .under main .list_ovn li .img {
        height: 50vw;
    }
}
/* IPHONE 6 */
@media screen and (max-width: 360px) {
    .under main .un_title span {
        font-size: 25px;
    }
    .under main .un_ttl3 .ja {
        font-size: 24px;
    }
    .under main .un_ttl4 {
        font-size: 22px;
    }
    .under main .un_ttl5 {
        font-size: 20px;
    }
    .under main .un_ttl6 {
        font-size: 18px;
    }
    .under main table.mailform th, .under main table th {
        font-size: 16px;
        line-height: 1.6;
    }
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}