@media screen and (min-width: 751px) {
  .under main .mt50pc {
    margin-top: 50px
  }
  #news.ovn main .list-blog-ovn li a {
    display: flex;
    align-items: center;
    padding: 30px 50px;
  }
  #news.ovn main .list-blog-ovn li a:hover .title {
    color: var(--scolor);
  }
  #news.ovn main .list-blog-ovn li .cate-date {
    margin-bottom: 0;
    width: 280px;
    margin-right: 30px;
  }
  #news.ovn main .list-blog-ovn li .cate-date .cate {
    width: 100%;
    text-align: center;
  }
  .ovn main .btn-ovn-list {
    display: flex;
    justify-content: center;
  }
  .lightbox, .lightboxOverlay {
    min-width: var(--container);
  }
  .under main .image_l {
    float: left;
    margin-right: 8.15%;
  }
  .under main .image_r {
    float: right;
    margin-left: 8.15%;
  }
  /* 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;
  }
  /* CUSTOMS */
  .under main .u_anc {
    padding: 0px 0 98px;
    margin-top: -242px;
  }
  .under main .u_anc ul li a:hover {
    color: var(--mcolor);
  }
  .under main .link:not(a[target="_blank"]):hover {
    color: var(--scolor);
  }
  .under main .list_step dl {
    display: flex;
  }
  .under main .list_step dl:not(:last-child) {
    margin-bottom: 30px;
  }
  .under main .list_step dt {
    /* padding: 35px 20px 0 50px; */
    /* border-radius: 20px 0px 0 20px; */
    min-width: 160px;
    flex-shrink: 0;
    margin-right: 47px;
    padding-top: 15px;
  }
  .under main .list_step dd {
    /* padding: 33px 76px 34px 20px; */
    /* border-radius: 0 20px 20px 0; */
    width: calc(100% - 160px);
  }
  .under main .u_col02 {
    display: flex;
  }
  .under main .u_col02 ul:not(:last-child) {
    margin-right: 55px;
  }
  .under main a.txt_uline:hover {
    color: var(--mcolor);
    text-decoration: unset;
  }
  .under main .link:not(a[target="_blank"]):hover, .under main .list_faq dt:hover {
    color: var(--scolor);
  }
  .under main .list_faq dt::before {
    top: 26px;
  }
  .under main .list_faq dd::before {
    top: 29px;
  }
  .under main .list_faq dt span {
    padding: 30px 86px 26px 86px;
  }
  .under main .list_faq dd {
    padding: 30px 42px 35px 82px;
  }
  /* PT */
  .under main .pt10 {
    padding-top: 10px;
  }
  .under main .u_box_l, .under main .ttl_l {
    float: left;
    width: 550px;
  }
  .under main .u_box_r, .under main .ttl_r {
    float: right;
    width: 550px;
  }
  .under main #topic_path ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .under main #topic_path li:last-child {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news.ovn main .list-blog-ovn li .cate-date .date {
    width: 100px;
    margin-right: 20px;
    top: 1px;
  }
  #records.ovn main .ovn_col3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 31%));
    gap: 50px 30px;
    justify-content: space-between;
  }
  .ovn main .records_detail .tag {
    position: relative;
    top: -2px;
  }
  /* HOVER */
  .under main #topic_path li a:hover {
    text-decoration: underline;
    color: var(--mcolor);
  }
  .under main .bnn a:hover {
    opacity: 0.7;
  }
  #records.ovn main .list-blog-ovn li a:hover .title {
    color: var(--scolor);
  }
  /* Fmail */
  #contact .box_line {
    max-width: 1120px;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  #contact .box_line_inner {
    width: 100%;
    height: 100%;
    padding: 20px 92px 20px 72px;
  }
  #contact .box_line_l {
    width: 40%;
    position: relative;
    text-align: center;
    margin-right: 50px;
  }
  #contact .box_line_l .img {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 131px);
  }
  #contact .box_line_r ul li > .step {
    margin-bottom: 2px;
  }
  #contact .box_line_r ul li > .sm {
    font-size: 14px;
  }
  #contact .box_line .tt01 {
    line-height: 1.4;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 0;
  }
  #contact .box_line .tt01::before {
    left: -35px;
  }
  #contact .box_line .tt01::after {
    right: -35px;
  }
  #contact .box_line .tt02 {
    line-height: 1.4;
    padding-left: 0;
    padding-top: 40px;
    font-size: 42px;
  }
  #contact .box_line .tt02::before {
    width: 60px;
    height: 60px;
    top: -14px;
    left: calc(50% - 30px);
  }
  #contact .box_line_r ul li > .txt {
    padding-left: 0;
    margin-bottom: 5px;
  }
  #contact main table td {
    padding-left: 20px;
  }
  .under main table td:has(img) {
    padding: 20px 70px 20px 0;
  }
  .under main #topic_path ul li:not(:last-child) a:hover {
    color: var(--scolor);
  }
  #records.ovn main .list-blog-ovn li a {
    min-height: 300px;
  }
  #guide main .list_step dd .step_tt {
    font-size: 22px;
  }
  .under main img.img_full {
    height: 400px;
  }
  .under main .privacy_must a:hover {
    color: var(--mcolor);
  }
  .u_contact_line {
    margin-left: 40px;
  }
  .under main .u_anc ul {
    padding: 37px 173px 38px 175px;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 69px;
    -webkit-column-gap: 69px;
    -moz-column-gap: 69px;
  }
  .under main .u_box_h5:has(.image_l), .under main .u_box_h5:has(.image_r) {
    min-height: 510px;
    padding: 60px 0;
  }
  .under main .u_box_h5:has(.image_l)::before, .under main .u_box_h5:has(.image_r)::before {
    width: 1269px;
  }
  .under main .u_box_h5:has(.image_l)::before {
    border-radius: 20px 0 0 20px;
    right: -30%;
    left: unset;
  }
  .under main .u_box_h5:has(.image_r)::before {
    border-radius: 0 20px 20px 0;
    left: -30%;
    right: unset;
  }
  .under main .u_box_h5:has(.image_r, .image_l) h5 {
    width: 552px;
    margin-top: 43px;
  }
  .under main .u_box_h5:has(.image_r) h5 {
    float: left;
  }
  .under main .u_box_h5:has(.image_l) h5 {
    float: right;
  }
  .under main .u_box_h5 {
    padding: 66px 70px 64px;
  }
  .under main .u_box_h5:has(.flag):not(:has(.image_l, .image_r)) {
    padding-left: 168px;
  }
  .under main .u_box_h5:has(.flag):not(:has(.image_l, .image_r)) .flag {
    left: 25px;
  }
  .under main .u_box_h6 .txt {
    display: flex;
    padding: 47px 47px 48px;
    gap: 50px;
  }
  .under main .u_list_bnr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .under main .u_list_bnr.col03 {
    flex-wrap: wrap;
  }
  .under main .u_list_bnr .u_bnr {
    width: 50%;
    max-width: 590px;
    margin-bottom: 0;
  }
  .under main .u_list_bnr.col03 .u_bnr {
    width: calc(33% - 10px);
  }
  .under main .u_box_list dl {
    width: 49%;
  }
  .under main .u_box_list dl dd {
    padding: 32px 40px;
    gap: 45px;
  }
  .under main .list_step dl {
    margin-left: 100px;
    padding: 57px 60px 67px 137px;
  }
  .under main .list_step dl::before {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: -100px;
  }
  .under main .list_step dt .sm {
    font-size: 23px;
    margin-right: 10px;
  }
  .under main .u_box_tel dl {
    padding: 25px 40px;
  }
  .under main .u_box_h5 .flag.flag_l {
    left: 70px;
  }
  .under main .u_box_h5 .flag.flag_r {
    right: 70px;
  }
  .under main .u_box_h5:has(.image_l) .flag {
    right: -143px;
  }
  .under main .u_box_h5:has(.image_r) .flag {
    left: -143px;
  }
  .under main #topic_path ul li:first-child a:hover span {
    background: var(--mcolor);
    color: #fff;
  }
  .under main .u_box_tel {
    margin-top: 75px;
  }
  .under main .list_faq dt:hover {
    opacity: 0.7;
  }
  .under main .top_anc a:hover {
    opacity: 0.9;
  }
  .under main .u_top {
    height: 529px;
  }
  .under main h2 .ja.full {
    width: calc(100% + 50px);
    display: flex;
    justify-content: center;
  }
  .under main .u_list_pf li:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid var(--scolor);
  }
  .under main .u_list_pf li:not(:nth-child(3n)) {
    border-right: 1px solid var(--scolor);
  }
  .frame_pdf ul li .pdf_ttl {
    font-size: 20px;
  }
  .frame_pdf ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .frame_pdf {
    padding: 50px 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1560px) {
  .under main h2 .ja {
    font-size: 34px;
  }
  .under main #top_info h2, .under main #topic_path {
    padding-left: 20px;
  }
  .under main .u_box_h5:has(.image_r) .flag {
    left: 0;
  }
  .under main .u_box_h5:has(.image_l) .flag {
    right: 0;
  }
  .under main .u_box_h5 .flag {
    width: 68px;
  }
  .under main .u_box_h5 .flag span::before {
    font-size: 14px;
  }
  .under main .u_box_h5 .flag span {
    font-size: 24px;
  }
  .popup_ttl {
    margin-bottom: 20px;
    padding: 12px 20px 8px;
  }
  .popup_video {
    max-width: 210px;
  }
  .popup_close {
    top: calc(50% - 152px);
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .popup_video {
    max-width: 330px;
  }
  .popup_close {
    top: calc(50% - 258px);
    right: -45px;
  }
}
@media screen and (max-width: 750px) {
  .under main .img_bf::before, .under main .img_af::before {
    width: 35%;
  }
  .under main .img_bf img, .under main .img_af img {
    border-radius: 10px;
  }
  .under main .u_list_pf li {
    width: calc(100% / 2);
    padding: 15px;
  }
  .under main .u_list_pf li:not(:nth-child(2n)) {
    border-right: 1px solid var(--scolor);
  }
  .under main .u_list_pf li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--scolor);
  }
  .under main .top_anc a {
    border-width: 3px;
    padding: 8px 10px;
    margin-bottom: 40px;
    border-radius: 15px;
  }
  .under main .top_anc a span {
    font-size: 14px;
    padding-right: 27px;
  }
  .under main .top_anc a span::before {
    width: 22px;
    top: calc(50% - 11px);
  }
  .under main .txt_big, .under main .txt_big02 {
    font-size: 25px;
  }
  .under main .txt_bdr {
    font-size: 25px;
    padding: 2px 8px;
  }
  .under main .mt25sp {
    margin-top: 25px;
  }
  .under main .list01 li::before, .ovn main .ovn_post_item ul li::before {
    top: 3px;
  }
  .under main .list_faq dt span {
    font-size: 16px;
  }
  .under main .list_faq dd {
    font-size: 15px;
  }
  .under main .tb_vt tr th span {
    padding: 10px 4px;
    line-height: 1.4;
    min-height: 68px;
  }
  .under main .tb_vt tr th {
    padding: 10px 5px;
  }
  .u_box_location .location_txt {
    padding: 25px 15px;
  }
  .u_box_location::before {
    top: -46px;
    left: 15px;
    font-size: 16px;
    color: #fff;
    width: 80px;
    height: 80px;
  }
  .u_box_location .location_txt p {
    font-size: 16px;
  }
  .under main .u_box_tel {
    margin-top: 60px;
  }
  .u_box_location {
    border-width: 6px;
  }
  .under main .u_box_h5:has(.image_r) .flag {
    left: 15px;
  }
  .under main .u_box_h5:has(.image_l) .flag {
    left: 15px;
    right: unset;
  }
  .under main .u_box_h5 .flag {
    width: 50px;
  }
  .under main .u_box_h5 .flag span::before {
    font-size: 12px;
  }
  .under main .u_box_h5 .flag span {
    font-size: 24px;
  }
  .under main .box_ovn {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .under main h2 .en {
    padding-left: 0;
  }
  .under main #topic_path ul li:first-child span {
    padding: 4px 10px 3px;
  }
  .under main .u_top {
    min-height: 420px;
    margin-bottom: 0;
  }
  .under main:not(:has(.u_anc)) .u_top {
    margin-bottom: 50px;
  }
  .under main .u_box_h5:has(.flag) h5 {
    margin-left: 65px;
  }
  #page_404 main .u_top {
    margin-bottom: 50px;
  }
  .under main .u_top .inner {
    padding: 40px 15px 70px;
  }
  .under main .u_anc {
    margin-top: -100px;
  }
  .under main .u_anc_tt {
    padding: 15px;
    font-size: 18px;
  }
  .under main .u_anc ul {
    padding: 25px 15px;
  }
  .under main .u_anc ul li a {
    padding-left: 20px;
  }
  .under main .u_anc ul li a::before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
  .under main .u_box_ct {
    padding: 50px 0;
  }
  .under main .u_box_h5 {
    padding: 25px 15px;
  }
  .under main h5:not(.pickup_ttl):after {
    background-position: left center;
  }
  .under main h5:not(.pickup_ttl) {
    padding-left: 14px;
  }
  .under main h5:not(.pickup_ttl):before {
    width: 8px;
    height: 8px;
  }
  .under main .u_box_h5:has(.image_l)::after, .under main .u_box_h5:has(.image_r)::after {
    width: 100%;
    bottom: -25px;
  }
  .under main .u_box_h5:not(:last-child) {
    margin-bottom: 50px;
  }
  .under main .u_box_h5:has(.image_r)::after {
    left: 50px;
  }
  .under main .u_box_h5:has(.image_l)::after {
    right: 50px;
  }
  .under main .u_box_h6 .txt {
    padding: 25px 15px;
  }
  .under main .u_box_h6 .txt .image {
    margin: 0 auto 25px;
  }
  .under main .list_faq dt span:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 10px;
  }
  .under main .list_faq dt::before, .under main .list_faq dd::before {
    left: 10px;
  }
  .under main .tb_hr th span {
    padding: 15px 20px;
  }
  .under main .tb_hr th span::after {
    right: calc(50% - 6px);
    top: unset;
    bottom: -6px;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--scolor);
    border-left: 6px solid transparent;
    border-bottom: none;
  }
  .under main .tb_vt tr td {
    font-size: 16px;
    padding: 15px 5px;
  }
  .under main .tb_hr td {
    font-size: 16px;
  }
  .under main .u_box_list dl dt {
    font-size: 18px;
    text-align: center;
  }
  .under main .u_box_list dl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .under main .u_box_list dl dd {
    padding: 20px 15px;
    justify-content: space-between;
  }
  .under main .u_box_list dl dd ul li {
    font-size: 16px;
    padding-left: 8px;
  }
  .under main .u_box_list dl dd ul li::before {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
  }
  .under main .u_box_tel dl {
    padding: 25px 15px;
    border-width: 6px;
  }
  .under main .u_box_tel dl dt {
    max-width: 275px;
    width: 90%;
    padding: 10px 20px;
  }
  .under main .u_box_tel dl dt span {
    font-size: 16px;
    text-align: center;
  }
  .under main .u_box_tel dl dt::before {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top-width: 14px;
    bottom: -8px;
    left: calc(50% - 8px);
  }
  .under main .u_box_tel dl dd .tel {
    font-size: 32px;
  }
  .under main .u_box_tel dl dd .tel a {
    padding-left: 35px;
  }
  .under main .u_box_tel dl dd .tel a::before {
    width: 28px;
    top: 14px;
  }
  .ovn main .records_detail .tag {
    position: relative;
    top: -2px;
    font-size: 13px;
  }
  .ovn main .records_detail .price {
    font-size: 28px;
  }
  .ovn main .records_detail .price::after {
    font-size: 18px;
    position: relative;
    top: -2px;
  }
  #records.ovn main .list-blog-ovn li:not(:last-child) {
    margin-bottom: 30px;
  }
  #records.ovn main .list-blog-ovn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #news.ovn main .list-blog-ovn li .cate-date {
    margin-bottom: 10px;
  }
  #news.ovn main .list-blog-ovn li .title {
    font-size: 18px;
  }
  #news.ovn main .list-blog-ovn li a {
    padding: 13px 0 10px;
    display: block;
  }
  #news.ovn main .list-blog-ovn li .cate-date .date {
    width: 90px;
    margin-right: 20px;
    font-size: 14px;
  }
  #news.ovn main .list-blog-ovn li .cate {
    min-width: 110px;
  }
  .under main .btn-ovn-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .under main #content {
    padding: 0 0 80px;
  }
  .under main section {
    padding: 0 0 50px;
  }
  .under main .image_r, .under main .image_l {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px !important;
  }
  .ovn main .ovn_detail_box ol li {
    font-size: 14px;
  }
  .ovn main .ovn_detail_box ul li {
    font-size: 14px;
  }
  /*==========================================================
                  C U S T O M
  ==========================================================*/
  /*  TOP INFO  */
  .under main #top_info {
    display: flex;
    flex-direction: column;
  }
  .under main #top_info {
    margin-bottom: 10px;
  }
  .under main #top_info::after {
    width: 98%;
    margin-left: auto;
    border-radius: 20px 0 0 20px;
    height: 200px;
    display: block;
    margin-bottom: 20px;
    margin-right: -15px;
  }
  .under main #topic_path li, .under main #topic_path li a {
    font-size: 14px;
    display: inline-block;
  }
  /*============ HEAD TITLE ============ */
  .under main h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .under main h3 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .under main h4 {
    font-size: 22px;
    margin-bottom: 40px;
    padding: 10px 5px;
    border-width: 4px;
    filter: drop-shadow(4px 4px 0 #e3e3e3);
    margin-bottom: 30px;
  }
  .under main h4::before {
    bottom: -6px;
    left: calc(50% - 6px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--mcolor);
  }
  .under main h4::after {
    bottom: -12px;
    left: calc(50% - 8px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #3F90C4;
  }
  .under main h5 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .under main h6 {
    font-size: 18px;
    padding: 15px;
    text-align: center;
  }
  /*============ 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 th span {
    text-align: center;
  }
  .under main table.tb_block th span {
    margin: 0 auto;
  }
  .under main table.tb_block td + td {
    border-top: none;
  }
  .under main table.tb_block th, .under main table.tb_block td {
    width: 100%;
    padding: 15px;
  }
  .under main .tb_02 th {
    font-size: 18px;
  }
  /* 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 .list01 li {}
  .under main .list02 {}
  .under main .list02 li {}
  .under main .list02 li::before {}
  .under main .list_check {}
  .under main .list_check li {}
  /* List STEP */
  .under main .list_step {
    margin-top: 40px;
  }
  .under main h4 + .list_step {
    margin-top: 70px;
  }
  .under main .list_step dl {
    margin-bottom: 60px;
    padding: 55px 15px 25px;
  }
  /*============ 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;
  }
  /*============ KIJIKAKU ============ */
  .under main .kiji_detail_ct img {
    max-width: 100%;
    max-height: 300px;
  }
  /* CUSTOMS */
  .under main h2 .en {
    margin-bottom: 4px;
    text-align: center;
  }
  .under main h2 .ja {
    font-size: 26px;
  }
  .under main #topic_path li:not(:last-child)::after {
    margin: 0 5px;
  }
  .under main h3::before {
    padding: 6px 15px;
  }
  .under main .u_anc {
    order: 1;
    padding: 30px 15px;
  }
  .under main .u_box_h3 p {
    font-size: 16px;
    text-align: left;
  }
  .under main .u_col02 ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .under main .u_pickup {
    padding: 30px 0;
  }
  .under main .pickup_ttl span {
    font-size: 22px;
    padding-bottom: 5px;
  }
  .under main .pickup_ttl {
    margin-bottom: 30px;
  }
  .under main .pickup_ttl::before {
    width: 100px;
    height: 38px;
  }
  .under main .pickup_ttl_en {
    font-size: 80px;
    bottom: -12px;
  }
  .under main .u_step {
    padding: 30px 15px;
  }
  .under main .list_step dt {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .under main .list_step dt .sm {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .under main .list_step dt .lg {
    font-size: 32px;
  }
  .under main .list_step dd {}
  .under main .list_step dd .step_tt {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .under main .list_step dl::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
  }
  .under main .u_step_ttl {
    font-size: 24px;
    line-height: 1.7;
  }
  .under main .btn a {
    margin: 0 auto;
    line-height: 1.4;
    padding: 5px 35px 0 15px;
    background-position: right 15px center
  }
  .ovn main .list_cate {
    gap: 0 10px;
  }
  .ovn main .list_cate .btn_cate {
    margin-bottom: 15px;
  }
  .ovn main .btn_cate {
    width: 46%;
  }
  .ovn main .btn_cate a {
    width: 100%;
    padding: 5px 10px;
  }
  .under main .u_map {
    height: 199px;
  }
  /* LIST FAQ */
  .under main .list_faq dt span, .under main .list_faq dd {
    padding: 15px 35px 15px 40px;
  }
  .under main .list_faq dt::before, .under main .list_faq dd::before {
    top: 20px;
  }
  .under main .tb_02 tr th, .under main .tb_02 tr td {
    height: auto;
    padding: 15px 10px;
    border-bottom: none;
  }
  .under main .tb_02:not(.tb_block) tr:last-child td {
    border-bottom: 1px solid var(--scolor);
  }
  .under main .tb_02.tb_block tr:last-child td:last-child {
    border-bottom: 1px solid var(--scolor);
  }
  .under main .u_btns_anc .btn {
    max-width: 280px;
  }
  .under main .u_btns_anc .btn a {
    max-width: 100%;
    height: 65px;
    font-size: 14px;
  }
  .under main .box_price_top .if03 p:not(:last-child) {
    margin-right: 15px;
  }
  .under main .box_price_top .if03 p > .tag {
    width: 70px;
    margin-right: 8px;
  }
  /* OVN */
  .ovn main .ovn_imgs .img {
    width: 100%;
  }
  .under main .box_line_r ul li > .step {
    font-size: 14px;
  }
  .under main .box_line_r ul li > .txt {
    font-size: 16px;
  }
  .under main .box_line_r ul li > .sm {
    text-align: left;
  }
  .under main .box_line .tt02 {
    font-size: 30px;
    line-height: 1.4;
  }
  .under main .box_line_r ul li > .step {
    width: 80px;
  }
  .under main .tb_img th {
    padding: 10px;
    font-size: 16px;
  }
  .under main .tb_img td {
    padding: 10px;
  }
  #guide main .list_step dd .step_tt {
    font-size: 16px;
  }
  .under main .u_tel a {
    font-size: 18px;
  }
  .under main .u_frame {
    padding: 20px 10px;
  }
  .under main .u_tel.contact_tel .tel::before {
    margin: 0 2px -1px 0;
    width: 25px;
    height: 15px;
  }
  #contact main .contact_frame {
    padding: 20px 10px;
  }
  #contact main .contact_frame .tt {
    font-size: 16px;
  }
  #contact main .contact_frame .contact_tel .tel {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #contact main .contact_frame .contact_tel .time {
    font-size: 14px;
  }
  .ovn main .ovn_detail_box .ovn_post_item:not(:last-child) {
    margin-bottom: 50px;
  }
  #contact .box_line_r ul li {
    padding: 15px 10px;
  }
  .under main .box_ovn_bot ul li a > .tt {
    min-height: 56px;
  }
  .under main .image_r:has(.note) .note, .under main .image_l:has(.note) .note {
    font-size: 12px;
  }
  .under main .line_qr {
    width: 180px;
    margin-bottom: 0;
  }
  .under main .privacy_must {
    font-size: 14px;
  }
  .under main .privacy_must::before {
    top: calc(50% - 16px);
  }
  .u_contact_box {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }
  .under main .box_line_l .img::before {
    left: -37px;
  }
  .popup_close {
    width: 45px;
    height: 45px;
    font-size: 24px;
    top: 5px;
    right: 5px;
    position: fixed;
  }
  .popup_inner iframe {
    width: auto;
  }
  .popup_video {
    max-width: 240px;
  }
  .popup_ttl {
    padding: 7px 10px;
    margin-bottom: 20px;
    letter-spacing: 0em;
  }
  .popup_un {
    justify-content: flex-start;
  }
  .popup_un {
    padding: 60px 0;
  }
  .popup_inner {
    position: static;
  }
  .frame_pdf ul li .pdf_ttl {
    font-size: 18px;
  }
  .frame_pdf ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .frame_pdf ul li .img img {
    max-width: 385px;
    width: 100%;
  }
  .frame_pdf {
    padding: 40px 15px 50px;
  }
}
/* IPHONE 14 */
@media screen and (max-width: 440px) {
  /*============ ORTHER ============ */
  /*============ KIJIKAKU ============ */
  .under .kiji_list dl {
    flex-wrap: wrap;
  }
  .under .kiji_list dd {
    width: 100%;
    margin-top: 10px;
  }
  .under .kiji_list dt img {
    top: inherit;
  }
  .popup_video {
    max-width: 220px;
  }
}
/* IPHONE 6 */
@media screen and (max-width: 360px) {
  .under main .box_price {
    max-width: 320px;
  }
  .under main .box_price_top .if03 p > .tag {
    width: 60px;
  }
  .under main .u_tel a {
    font-size: 14px;
  }
  .ovn main .btn_cate a {
    font-size: 14px;
  }
  .popup_un {
    min-height: 440px;
  }
}
/* 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) {}