@charset "utf-8";

/* -----------------------------------------------------------
　common
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .pc_cont {display: none !important;}
  
  .mb50 {margin-bottom: 30px!important;}
  :where(.wp-block-columns.is-layout-flex) {gap: 2em!important;}

}

/* -----------------------------------------------------------
  template
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  header {border-left: none;}
  header .header_box .menu_box {width: 100%;}
  nav > .main_nav {max-width: 100%;}
  .sim_box ul + p .telnum a {
    pointer-events: auto;
    text-decoration: none;
  }
  main {padding: 90px 0 0;}
  .btn_more {font-size: 14px;}
  .btn_more::before ,
  .btn_more::after {
    width: 1.5em;
    height: 1.5em;
  }
  a[target="_blank"] .btn_more::before ,
  a[target="_blank"] .btn_more::after {
    width: 1.4em;
    height: 1em;
  }
  aside {padding: 0;}
  aside > div {padding: 70px 5% 20px;}
  aside > div a {aspect-ratio: 335 / 350;}
  aside > div a h2 {font-size: 54px;}
  aside > div a p {font-size: 1em;}
  .breadcrumbs {
    margin: 40px 0 0;
    padding: 1em 5%;
  }
  .pagetop {inset: auto 3% 50px auto;}
  .pagetop.bottom {inset: auto 3% 350px auto;}
  footer {padding: 50px 0 0;}
  footer .logo {
    width: 180px;
    margin: 0 auto 50px;
  }
  footer .box {padding: 0;}
  footer .m_box {padding: 0;}
  footer .box > ul {
    display: block;
    margin: 0 auto;
  }
  footer .box > ul > li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    padding: 1em 5%;
    margin: 0;
    border-top: solid 1px #000000;
  }
  footer .box > ul > li p span {
    position: relative;
    z-index: 0;
    display: block;
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
    background: url("../img/common/ico_ab.svg") no-repeat center / contain;
  }
  footer .box > ul > li p span.open {transform: rotate(180deg);}
  footer .box > ul > li ul {
    display: none;
    padding: 1em 7.5%;
    border-top: solid 1px #000000;
  }
  footer .box > ul > li ul li {
    font-size: 14px;
    font-weight: 300;
  }
  footer .box > ul > li ul + p {margin: 0;}
  footer .box > ul > li p + p {margin: 0;}
  footer .m_box .flex {
    display: block;
    padding: 0;
  }
  footer .m_box .flex::before ,
  footer .m_box .flex::after {display: none;}
  footer .m_box .flex ul {
    padding: 15px 5%;
    text-align: center;
    border-top: solid 1px #000000;
  }
  footer .m_box .flex ul li {
    font-size: 11px;
    padding: 0 1em 0 0;
    margin: 0 1em 0 0;
  }
  footer .m_box .flex p {
    padding: 15px 5%;
    text-align: center;
    border-top: solid 1px #000000;
    font-size: 11px;
    font-weight: 300;
  }
  
  .fixed_btn {
    inset: auto 0 0;
    max-width: 100%;
    padding: 0;
  }
  .fixed_btn.show {transform: translateY(0);}
  .fixed_btn::after {display: none;}
  .fixed_btn > .close {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    color: var(--color01);
    background: #FFFFFF;
    inset: 10px 10px auto auto;
  }
  .fixed_btn > .close::before {font-size: 3vw;}
  .fixed_btn > dl {display: none;}
  .fixed_btn > p {display: block;width: 100%;}
  .fixed_btn > p img {width: 100%;display: block;}
  .fixed_btn + .pagetop {inset: auto 3% 15% auto;}
  
  .contact_bnr {
    inset: auto 0 0;
    max-width: 100%;
    padding: 0;
  }
  .contact_bnr.show {transform: translateY(0);}
  .contact_bnr.show.hidden {transform: translateY(150%);}
  .contact_bnr > .close {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    inset: 10px 10px auto auto;
  }
  .contact_bnr > .close::before {font-size: 3vw;}
  .contact_bnr > dl {display: none;}
  .contact_bnr > p {display: block;width: 100%;}
  .contact_bnr > p img {width: 100%;display: block;}
  .contact_bnr + .pagetop {inset: auto 3% 15% auto;}
}

/* -----------------------------------------------------------
 subpage
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  .title_area {
    height: 125px;
    padding: 0 5%;
  }
  .title_area .p_title {
    font-size: 15px;
    margin: 0 0 0.5em;
  }
  .title_area .p_title + span {
    font-size: 35px;
  }
  .title_area .p_title + .double {height: 2.2em;}
  .title_area .p_title + .double > span {transform: translateY(240%);}
  .title_area + .title_img {aspect-ratio: 375 / 200;}
  .link_list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .link_list li a figure {aspect-ratio: 335 / 140;}
  .editor_contents h1 {
    font-size: 1.57em;
    margin: 0 0 50px;
  }
  .editor_contents h2 {
    font-size: 20px;
    margin: 50px 0 30px;
  }
  .editor_contents h2::before {inset: 0.8em auto 0 0;}
  .editor_contents h3 {
    font-size: 17px;
    margin: 50px 0 30px;
  }
  .editor_contents h4 {
    font-size: 15px;
    margin: 50px 0 30px;
  }

  
  
  
  
  
  
  
  
  

  .w_img {overflow-x: auto;}
  .w_img figure {width: 800px;}
  
  
  
  
  .editor_contents table {
    width: auto;
    height: auto;
    margin: 0 0 1em;
    max-width: 100%;
    clear: both;
  }
  .editor_contents table th {}
  .editor_contents table td {}
  .editor_contents ul {}
  .editor_contents ul li {}
  .editor_contents ul li::before {}
  .editor_contents a.link {}
  .editor_contents a.link:hover {
    text-decoration: underline;
  }
  .editor_contents a.link::before {}
  .editor_contents a.link::after {}
  .editor_contents a[target="_blank"] {}
  .editor_contents a[href$=".pdf"] {}
  .editor_contents ol {}
  .editor_contents ol li {}
  .editor_contents div.border {}
}



/* -----------------------------------------------------------
 news/faq
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  .cat_link {padding: 40px min(5%, 30px);}
  .cat_link ul {
    overflow-x: auto;
    white-space: nowrap; 
    padding: 10px 0;
  }
  .cat_link ul::-webkit-scrollbar {height: 5px;}
  .cat_link ul::-webkit-scrollbar-thumb {background: var(--color01);}
  .cat_link ul::-webkit-scrollbar-track {background: #eee;}
  .cat_link ul::-webkit-scrollbar-button {display: none;}
  .cat_link ul li {
    min-width: auto;
    height: 35px;
    line-height: 33px;
    margin: 0 20px 0 0;
    padding: 0 1em;
  }
  .cat_link ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .more_news {padding: 40px 0;}
  .more_news button {font-size: 16px;}

  .news_list > li > span,
  .news_list > li a {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.5em 3em 1.5em 0;
  }
  .news_list > li date {
    width: 7em;
    padding: 0 3em 0 0;
  }
  .news_list > li .news_cat {
    width: 9em;
    padding: 0 2em 0 0;
  }
  .news_list> li .btn_more {
    position: static;
    width: 100%;
    padding: 0.5em 0 0 0;
  }
  .news_list > li .btn_more::before ,
  .news_list > li .btn_more::after {inset: 0 0 0 auto;}

  .page_faq .cat_link ul {margin-bottom: 50px;}
  .faq_list dt span:nth-of-type(1) {
    font-size: 22px;
    width: 1.5em;
  }
  .faq_list dd {padding: 1.5em 0 1.5em 2em;}
  .faq_list dd span:nth-of-type(1) {
    font-size: 22px;
    width: 1.5em;
  }
  
}

/* -----------------------------------------------------------
 catalog/manual
----------------------------------------------------------- */

@media screen and (max-width: 800px) {

  .dl_list::before,
  .dl_list::after {width: 49%;}
  .dl_list > li {
    width: 49%;
    margin: 0 0 50px;
  }
  .dl_list > li:nth-last-child(3) ,
  .dl_list > li:nth-last-child(4) {margin: 0 0 50px;}
  .dl_list > li > p {
    height: 90px;
    font-size: 13px;
  }
  .dl_list > li > p span {font-size: 15px;}
  .dl_list > li ul li {font-size: 14px;}
  .dl_list > li.sp_hidden ul li:nth-child(1) {display: none;}
}

/* -----------------------------------------------------------
 portal
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  main.page_portal {font-size: 14px;}
  .lead_title {
    display: block;
    margin: 70px auto 90px;
  }
  .lead_title h2 {
    display: block;
    font-size: 28px;
    margin: 0 auto 30px;
  }
  .page_products .lead_title h2,
  .page_about .lead_title h2,
  .page_sim .lead_title h2 ,
  .page_sim .lead_title h2.vs {width: fit-content;}
  .lead_title p {
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .lead_text {padding: 50px 0;}
  .portal_box h2 {
    font-size: 22px;
    padding: 0.75em 0.5em;
  }
  .portal_box ul li {width: 100%;}
  .portal_box ul li:nth-child(even) {border-left: none;}
  .portal_box ul li a {padding: 10% 10% 0;}
  .portal_box ul li a .btn_more {
    font-size: 14px;
    padding: 1em 0;
  }
  .strength_sec {
    display: flex;
    flex-direction: column;
    margin: 0 0 70px;
    border-bottom: solid 1px #000000;
  }
  .strength_sec:nth-of-type(even) {flex-direction: column;}
  .strength_sec:nth-of-type(1) ,
  .strength_sec:nth-last-of-type(1) {margin: 0 0 70px;}
  .strength_sec > div {
    display: contents;
    width: 100%;
    padding: 0;
    border: none;
  }
  .strength_sec > div > div {
    display: contents;
    width: 100%;
  }
  .strength_sec > div > div h2 {
    order: 0;
    position: static;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 40px;
  }
  .strength_sec > div > div h2 span:nth-of-type(1) {font-size: 14px;}
  .strength_sec > div > div h2 span:nth-of-type(2) {
    display: block;
    font-size: 3.125em;
    margin: 0 auto 0.15em;
  }
  .strength_sec > div > div p {
    order: 2;
    font-size: 14px;
    line-height: 1.875;
    padding: 30px 5%;
  }
  .strength_sec > figure {
    position: relative;
    z-index: 1;
    order: 1;
    width: 95%;
  }
  .strength_sec > figure::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    width: 120vw;
    height: 1px;
    background: #000000;
    margin: auto;
    inset: 0 -100vw;
  }
  .strength_sec:nth-of-type(odd) > figure {margin: 0 0 0 5%;} 
  .strength_sec:nth-of-type(even) > figure {margin: 0 5% 0 0;} 


}
/* -----------------------------------------------------------
 home
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  .fixed_movie > h2 {width: 70%;}
  main.home .scroll {font-size: 14px;}
  main.home section h2 {
    font-size: 15px;
    margin: 0 0 40px;
  }
  main.home section h2 span {
    font-size: 35px;
    line-height: 1;
    margin: 10px 0 0;
  }
  .home_bnr {padding: 70px 5%;}
  .home_bnr a {aspect-ratio: 335 / 350;}
  .home_bnr a > div {opacity: 1;}
  .home_bnr a::before  {opacity: 0.6;}
  .home_bnr a > div p:nth-of-type(1) {font-size: 18px;}
  .home_bnr a > div p:nth-of-type(1) span {font-size: 55px;}
  .home_bnr a > div p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.7;
  }
  .home_bnr a > div .btn_more ,
  .home_bnr a:hover > div .btn_more {font-size: 16px;}
  main.home .home_special h2 img {width: 280px;}
  
  .home_special .flex {
    flex-wrap: wrap;
  }
  .home_special .flex > section {width: 100%;}
  .home_special .flex > section:nth-child(1) {
    border-right: none;
    border-bottom: solid 1px #000000;
  }
  .home_special .flex > section a h3 {
    font-size: 18px;
    padding: 1.25em 0 0.5em;
  }
  .home_special .flex > section a figure {aspect-ratio: 375 / 190;}
  .home_special .flex > section a > section {padding: 40px 5%;}
  .home_special .flex > section a > section h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
  }
  .home_special .flex > section a > section p {font-size: 14px;}
  .home_special .flex > section a > section .btn_more {font-size: 16px;}

  .home_pickup {margin: 0 auto 70px;}
  .home_pickup .box {padding: 0;}
  .home_pickup h2 {padding: 0 5%;}
  .home_pickup ul {flex-wrap: wrap;}
  .home_pickup ul li {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000000;
  }
  .home_pickup ul li:nth-child(1) {border-top: solid 1px #000000;}
  .home_pickup ul li a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .home_pickup ul li a figure {
    width: 50%;
    border-right: solid 1px #000000;
    border-bottom: none;
    order: 1;
  }
  .home_pickup ul li a > div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    order: 2;
  } 
  .home_pickup ul li a h3 {
    width: 100%;
    font-size: 16px;
    margin: 0; 
    padding: 0.75em;
    border-bottom: solid 1px #000000;
  }
  .home_pickup ul li a p {
    font-size: 14px;
    padding: 0 5%;
  }
  .home_pickup ul li a .btn_more {
    font-size: 16px;
    text-align: left;
    margin: 1em 0 0;
    transform: translateX(0);
    padding: 0 5%;
  }
  .home_about {margin: 0 auto 70px;}
  .home_about .box {padding: 0;}
  .home_about .box h2 {padding: 0 5%;}
  .home_about .flex section {
    width: 100%;
    border-bottom: solid 1px #000000;
  }
  .home_about .flex section:nth-child(1) {border-top: solid 1px #000000;}
  .home_about .flex section::before ,
  .home_about .flex section::after {display: none;}
  .home_about .flex section:nth-child(odd) {border-right: none;}
  .home_about .flex section:nth-child(odd)::after {display: none;}  
  .home_about .flex section:nth-child(1)::before {display: none;}
  .home_about .flex section a {
    display: block;
    padding: 90px 10% 30px;
  }
  .home_about .flex section:nth-child(odd) a::before ,
  .home_about .flex section:nth-child(even) a::before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    width: 120vw;
    height: 1px;
    background: #000000;
    margin: auto;
    inset: 120px -100% auto;
  }
  .home_about .flex section:nth-child(even) a {padding: 90px 10% 30px;}

  .home_about .flex section a > p {
    inset: 15px 10% auto auto;
    font-size: 14px;
  }
  .home_about .flex section a > p span {font-size: 56px;}
  .home_about .flex section:nth-child(even) a > p {inset: 15px 10% auto auto;}
  .home_about .flex section a figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  .home_about .flex section a > div {width: 100%;}
  .home_about .flex section a > div h3 {font-size: 14px;}
  .home_about .flex section a > div h3 span {font-size: 38px;}
  .home_about .flex section a > div h3 + p {font-size: 14px;}
  .home_about .flex section a > div .btn_more {font-size: 16px;}
  .home_news .box {padding: 0;}
  .home_news .box h2 {padding: 0 5%;}
  .home_news .flex {display: block;}
  .home_news .flex::before,
  .home_news .flex::after {display: none;}
  .home_news .flex .news_left {
    width: 100%;
    padding: 20px 5%;
    border-top: solid 1px #000000;
  }
  .home_news .flex .news_left ul li {
    font-size: 16px;
    margin: 0 1.25em 0 0;
    display: inline-block;
  }
  .home_news .flex .news_left .btn_more {font-size: 16px;}
  .home_news .flex .tab_content {
    max-width: 100%;
    border-left: none;
    border-top: solid 1px #000000;
  }
  .home_news .flex .tab_content > .news_list > li {font-size: 14px;}
  .home_news .flex .tab_content > .news_list > li.pen {display: none;}
  .home_news .flex .tab_content > .news_list > li > span ,
  .home_news .flex .tab_content > .news_list > li a {padding: 1.5em 4em 1.5em 5%;}
  .home_news .flex .tab_content > .news_list > li .btn_more {font-size: 14px;}
  .home_news .flex .tab_content > .news_list > li .btn_more::after {inset: 0 5% 0 auto;}
  .home .link_list {margin: 70px auto 50px;}
  .home .link_list .btn_more {font-size: 14px;}
  .home_faq .box {padding: 0;}
  .home_faq .flex {display: block;}
  .home_faq .flex::before,
  .home_faq .flex::after {display: none;}
  .home_faq .flex > div:nth-of-type(1) {
    padding: 40px 5%;
    width: 100%;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }
  .home_faq .flex > div:nth-of-type(1) .btn_more {font-size: 16px;}
  .home_faq .flex > div:nth-of-type(2) {
    max-width: 100%;
    border: none;
  }
  .home_faq .flex .faq_list {font-size: 14px;}
  .home_faq .flex .faq_list dt span:nth-of-type(1) {font-size: 22px;}
  .home_faq .flex .faq_list dd span:nth-of-type(1) {font-size: 22px;}
  .home_faq .flex .faq_list dd {padding: 1.5em 0 1.5em calc(5% + 2em);}
  
}

/* -----------------------------------------------------------
 products
----------------------------------------------------------- */

@media screen and (max-width: 800px) {

  .page_products .title_area {margin-bottom: 50px;}
  .page_products .product_box {
    position: relative;
    z-index: 0;
    flex-wrap: wrap;
  }
  .page_products .product_box::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    width: 150vw;
    height: 1px;
    background: #000000;
    margin: auto;
    inset: auto -100vw 0;
  }
  .page_products .product_box > figure {
    width: 100%;
    order: 1;
  }
  .page_products .product_box > figure::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    width: 150vw;
    height: 1px;
    background: #000000;
    margin: auto;
    inset: 10% -100vw auto;
  }
  .page_products .product_box > div {
    display: contents;
    width: 100%;
  }
  .page_products .product_box > div::after {display: none;}
  .page_products .product_box h2 {
    font-size: 1.5em;
    margin: 0 0 30px;
  }
  .page_products .product_box h3 {
    order: 2;
    font-size: 20px;
    padding: 30px 0;
    margin: 0 0 50px;
  }
  .page_products .product_box h3::before {display: none;}
  .page_products .product_box .flex {
    order: 3;
    width: 100%;
  }
  .page_products .product_box .flex figure {width: 55%;margin: 0 2.5% 30px;}
  .page_products .product_box .flex p {width: 40%;}
  .page_products .product_box:has(.square) {margin: 0 0 120px;}
  /*
  .page_products .product_box .square .flex figure {overflow-x: auto;}
  .page_products .product_box .square .flex figure img {width: 400px;max-width: 400px;}
  */
  .page_products .product_box .square .flex .square_epec {
    inset: calc(100% + 20px) auto auto 0;
    justify-content: flex-start;
  }
  .page_products .product_box .square .flex .square_epec li {
    font-size: 1em;
    margin: 0 2em 0.5em 0;
  }
  .page_products .products_val {margin: 40px 0 0;}
  .page_products .products_val::after {display: none;}
  .page_products .products_val li {
    width: 100%;
    font-size: 16px;
    padding: 1.5em 0.5em;
    margin: 0 0 40px;
  }
  .page_products .products_val li:nth-last-child(1) {margin-bottom: 0;}
  .page_products .products_val li span {font-size: 36px;}
  .page_products .products_point {display: block;}
  .page_products .products_point::after {display: none;}
  .page_products .products_point li {
    width: 100%;
    padding: 30px 0;
  }
  .page_products .products_point li:nth-child(odd) {border-right: none;}
  .page_products .products_point li:nth-child(even) {padding: 30px 0;}
  .page_products .products_point li > p {
    flex-wrap: wrap;
    width: 60px;
  }
  .page_products .products_point li > p span {
    font-size: 4em;
    margin: 0;
  }
  .page_products .products_point li > dl {width: calc(100% - 80px);}
  .page_products .products_point li > dl dt {font-size: 1.21em;}
  .page_products .products_movie {padding: 0 0 30px;}
  .page_products .products_movie::before {inset: 10% -100vw auto;}
  .page_products .products_movie > div {
    width: 100%;
    margin: 0 auto 30px;
  }
  .page_products .products_movie > div:nth-last-child(1) {margin: 0 auto;}
  .page_products .spec {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .page_products .spec dt {width: 100%;}
  .page_products .spec dd {width: 100%;}
  .page_products .spec + p {margin: 30px 0 0;}
}


/* -----------------------------------------------------------
 other
----------------------------------------------------------- */

@media screen and (max-width: 800px) {

  /* exterior */

  .exterior_list li {
    width: 48%;
    margin: 50px 0 0;
  }
  .exterior_list li figure {margin: 0 0 15px;}
  .exterior_list li dl dt {font-size: 17px;}
  .exterior_list li dl dd {font-size: 14px;}
  .exterior_list li a .btn_more {font-size: 14px;}
  
  /* flow */
  .page_flow .deliv_flow li figure {
    width: 90px;
    margin: 0 0 30px;
  }
  .page_flow .deliv_flow li dl {width: calc(100% - 120px);}
  .page_flow .deliv_flow li dl dt {font-size: 20px;}
  .page_flow .deliv_flow li dl dt span {
    position: absolute;
    z-index: 1;
    inset: 120px auto auto 10px;
    display: block;
    width: 70px;
    font-size: 14px;
    margin: 0;
  }
  .page_flow .deliv_flow li dl dd {font-weight: 300;}
  
  /* about */
  .editor_contents .bg_box {display: block;}
  .editor_contents .bg_box figure {width: 100%;}
  .editor_contents .bg_box ul {
    width: 100%;
    margin: 0 0 20px;
  }
  .editor_contents .bg_box li p {font-size: 14px;}
  .editor_contents .bg_box.ev figure {
    position: static;
    width: 80%;
    height: auto;
  }
  .editor_contents .modal::before {inset: calc((100% - 60px) / 2) -150vw auto;}
  .editor_contents .modal figure + p {
    font-size: 20px;
    text-align: left;
    padding: 0.5em 0;
  }
  .editor_contents .modal figure::before {
    width: 40px;
    height: 40px;
  }
  .editor_contents .figure_flow {flex-wrap: wrap;}
  .editor_contents .figure_flow figure {width: 100%;}
  .editor_contents .figure_flow figure:nth-of-type(1) {margin: 0 auto 10%;}
  .editor_contents .figure_flow::after {
    width: 15%;
    height: 3%;
    clip-path: polygon(0 0,100% 0% ,50% 100%);
  }
  .editor_contents .figure_list {
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
  .editor_contents .figure_list li {
    width: 48%;
    margin: 0 0 30px;
  }
  .figure_list li figure::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .mantenance_title {
    width: 100vw;
    inset: 0 auto 0 -5%;
    padding: 0 0 50px;
  }
  .mantenance_title figure {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .mantenance_title ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 min(5% , 30px);
  }
  .mantenance_title ul li {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .page_maintenance-support .editor_contents figure img {
    max-width: 500px;
    margin: 0 auto;
  }
  .editor_contents div.border {margin-top: 50px;}
  .editor_contents .link_more {
    height: 90px;
    line-height: 90px;
    margin: 50px 0 0;
  }
  .editor_contents .link_more a {color: #FFFFFF;}
  .editor_contents .link_more a:hover {color: var(--color01)!important;}
  .editor_contents .link_more a[target="_blank"]::after {background: url("../img/common/ico_target_w.svg") no-repeat center / contain;transition: 0.5s;}
  .editor_contents .link_more a[target="_blank"]:hover::after {background: url("../img/common/ico_target_b.svg") no-repeat center / contain;}
  .editor_contents .link_more a::before {opacity: 1;}
  .editor_contents .link_more a:hover::before {opacity: 0;}
  .editor_contents figure + h1 {margin-top: 50px;}
  .page_operation-management .mantenance_title ul li {
    min-width: auto;
    margin: 0 0 15px;
  }
  .page_operation-management .mantenance_title ul li:nth-last-child(1) {margin: 0;}
  .page_operation-management .mantenance_title ul li:nth-last-child(2) {margin: 0 0 15px;}
  .page_operation-management .editor_contents h2 .fs80 {display: block;}

  .support_box {display: block;}
  .support_box > figure {
    width: 100%;
    margin: 0 auto 50px;
  }
  .support_box > div {
    width: 100%;
    display: block;
  }
  .support_box > div figure {margin: 0 auto 50px;}
  .support_box > div > div ul li {font-size: 1em;}
  .kanri_view {margin: 50px auto;}
  .kanri_view figure {
    width: 100vw ;
    left: -5%;
    overflow-x: auto;
  }
  .kanri_view figure img {
    width: 300vw;
    max-width: 300vw;
  }
  .kanri_view ul {
    display: block;
    margin: 20px 0 0;
  }
  .kanri_view ul li {margin: 1em 0;}
  .kanri_list::after {display: none;}
  .kanri_list li {width: 100%;}
  .kanri_list li p {
    font-size: 18px;
    padding: 0 0 0 2.4em;
  }
  .kanri_list li p span {font-size: 0.85em;}

  .page_barrier-free .editor_contents .modal figure + p ,
  .page_earthquake-measures .editor_contents .modal figure + p {text-align: center;}
  .page_earthquake-measures .editor_contents > figure img {
    max-width: 500px;
    margin: 0 auto;
  }
  .page_earthquake-measures .editor_contents .bg_box {
    display: block;
    padding: 5%;
  }
  .page_earthquake-measures .editor_contents .bg_box h3 {margin-bottom: 20px;}
  .page_earthquake-measures .editor_contents .bg_box > div {width: 100%;}
  .page_earthquake-measures .editor_contents .bg_box > div figure {
    width: 100%;
    margin: 30px 0 1em;
  }
  .page_earthquake-measures .editor_contents .bg_box > div p {margin: 0;}
  
}

/* -----------------------------------------------------------
 search
----------------------------------------------------------- */

@media screen and (max-width: 800px) {

  .search_section {padding: 50px 0;}
  .search_section h2 {margin-top: 0;}
  .search_section p:nth-last-child(1) {margin: 0;}
  
}
/* -----------------------------------------------------------
 404
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  
  .page_404 {padding-top: 140px;}
  .page_404 .title404 {font-size: 160px;}
  .page_404 h1 {font-size: 22px;}
  .page_404 h1 + p {text-align: left;}
  .page_404 .btn404 {margin: 50px 0 0;}
  .page_404 .btn404 a {
    font-size: 17px;
    padding: 30px;
  }
}

/* -----------------------------------------------------------
 sitemap
----------------------------------------------------------- */

@media screen and (max-width: 800px) {

  .page_sitemap .box.editor_contents {display: block;}
  .page_sitemap .box.editor_contents section {width: 100%;}
  .page_sitemap .box.editor_contents section h2 {margin-top: 50px;}

}

/* -----------------------------------------------------------
 contact
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  .page_contact iframe {
    margin: 20px 0 0;
    height: 1600px;
  }
}

/* -----------------------------------------------------------
 download
----------------------------------------------------------- */

@media screen and (max-width: 800px) {
  .page_download table {margin: 50px 0 0;}
  .page_download table th {padding: 0.5em;}
  .page_download table th:nth-of-type(1) {width: 100px;}
  .page_download table th:nth-of-type(3) {width: 60px;}
  .page_download table th:nth-of-type(4) {width: 80px;}
  .page_download table td {padding: 0.5em;}
  .page_download table td:nth-of-type(4) a {
    font-size: 14px;
    display: block;
    width: 3em;
    margin: 0 auto 0.35em;
    padding: 0.35em 0 0;
    border: none;
    border-top: solid 1px #1A73E8;
  }
  .page_download table td:nth-of-type(4) a:first-child {border: none;}
}















