@media screen and (min-width:701px){
  .under700{
    display: none!important;
  }
}/*@media screen and (min-width:768px){*/
@media screen and (min-width:481px){
  .sp_only{
    display: none!important;
  }
}/*@media screen and (min-width:768px){*/

@media screen and (max-width:480px){
  .sp_hide{
    display: none!important;
  }


  body{
    min-width: 320px;
  }

    /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .container{
    width:92%;
    max-width: 660px;
    margin:0 auto;
    padding:0;
  }


  .common_back_title{
    font-size: 80px;
    top: -32px;
    left: 56px;
  }


  /*ニュース一覧*/
  .common_news_list{
    
  }

  .common_news_list .news_block{
    padding:20px 16px;
    min-height: auto;
    flex-direction: column;
  }


  .common_news_list .news_block .news_date{
    width:95px;
    font-size: 14px;
  }

  .common_news_list .news_block .news_cat_area{
    width:auto;
    padding-right: 0;
  }


  .common_news_list .news_block .news_title{
    line-height: 2;
    font-size: 15px;
    width: 100%;
    margin-top: 6px;
  }

  .common_news_list .news_block .thumb{
    flex-shrink: 0;
    margin-left: 0;
    width:56%;
    margin-top: 20px;
    max-width: 300px;
  }

  /*ページネーション*/
  .common_pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap:10px;
  }

  .common_pagenation span.current{/*現在のページボタン*/
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .common_pagenation .dots{
    font-size: 18px;
  }

  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */

  header{

  }

  header .header_inner{
    padding:0 30px 0 16px
  }

  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:60px;
  } 

  header .header_logo{
    width:130px;
  }

  header .header_right{
    display: flex;
    align-items: center;
  }

  header .header_nav{
    display: none;
  }

  header .button_list{
    display: none;
  }

  /*
  ------------------------------------
  ページ下部のお問い合わせエリア
  ------------------------------------
  */

  .common_contact_section{
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .common_contact_section .flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap:10px 0;
    padding:0 15px;
  }

  .common_contact_section .box{
    width: 100%;
    min-height: auto;
    margin:0;
    padding-top: 44px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }


  .common_contact_section .box .front_title{
    font-size: 20px;
  }

  .common_contact_section .box .back_title{

    font-size: 51px;
    top: -24px;
  }

  .common_contact_section .box .box_text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  .common_contact_section .box .box_angle{
    margin:12px auto 0;
    width:8px;
    height:11px;
  }


  /*
  ------------------------------------
  フッター
  ------------------------------------
  */

  footer{
    position: relative;
  }

  footer::before{
    width:1366px;
    min-width: 100vw;
    height:1161px;
    background-image: url('../img/common/page_bottom_bg.png');
  }

  footer .footer_area01{
    padding-top: 40px;
    padding-bottom: 24px;

  }

  footer .footer_inner{
    max-width: 100%;
    padding: 0;
    margin:0 auto;
  }

  footer .footer_area01_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }


  footer .footer_logo{
    display: block;
    width:245px;
    margin:0 auto;
  }


  footer .company_name{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.2;
    
  } 

  footer .company_address{
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.4;
    
  }

  footer .button_list{
    display: none;
  }

  footer .footer_area01_right{
    display: none;
  }

  footer .footer_area02{
    padding:12px 0;
  }

  footer .footer_area02_flex{
    display: flex;
    justify-content:center;
    align-items: center;
  }

  footer .footer_area02_left{
    display: none;
  }


  footer .footer_area02_right{
    padding-right: 0
  }

  footer .copy{
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
  }
  /*
  ------------------------------------
  トップページ
  ------------------------------------
  */
  body.top_body{
    
  }

  body.top_body #body_wrap::before{
    height:calc(100% - calc(607 / 375 * 100vw));
  }

  main.top_main{
    
  }

  .top_section{

  }

  .top_section .sec_title{
    font-size: 30px;
    line-height: 1.3;

  }

  .top_mv_section{
    height:calc(607 / 375 * 100vw);
    position: relative;
  }

  .top_mv_section .mv_text{
    left:calc(15 / 375 * 100vw);
    bottom:calc(45 / 375 * 100vw);
  }

  .top_mv_section .mv_text01{
    width:calc(263 / 375 * 100vw);
  }
  .top_mv_section .mv_text02{
    width:calc(298 / 375 * 100vw);
  }
  .top_mv_section .mv_text03{
    width:calc(231 / 375 * 100vw);
  }
  .top_mv_section .mv_text04{
    width:calc(310 / 375 * 100vw);
  }



  .top_service_section{
    padding-top: 116px;
  }

  .top_service_section .service_block{
    padding-top: 0;
    width:100%;
    padding:0 15px;
  }

  .top_service_section .service_img_frame{
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
    display: flex;
    justify-content: flex-end;
  }

  .top_service_section .service_img{
    position: static;
    width:91.2%;
    max-width: 500px;
  }

  .top_service_section .service_text{
    margin-top: 32px;
    line-height: 2;
    font-size: 15px;
  }

  .top_service_section .service_link_line{
    width:85.7%;
    margin-top: 30px;
    padding-bottom: 5px;
  }


  .top_service_section .service_link{
    font-size: 18px;
  }

  .top_products_section{
    padding-top: 140px;
  }

  .top_products_section .common_back_title {
    left: 24px;
  }

  .top_products_section .container{
    padding:0 15px;
  }

  .top_products_section .p01{
    margin-top: 32px;
    font-size: 15px;
    line-height: 2;
  }

  .top_products_section .products_list{
    gap:30px;
    margin-top: 30px;
  }

  .top_products_section .products_item{
    width:100%;
  }


  .top_products_section .products_name{
    margin-top: 10px;
    font-size: 19px;
    line-height: 1;
  } 

  .top_products_section .products_link{
    margin-top: 50px;
  }

  .top_company_section{
    padding-top: 140px;
  } 


  .top_company_section .company_frame{
    display: flex;
    justify-content: flex-end;
    padding:0 15px;
  }

  .top_company_section .company_block{
    width:100%;
    position:relative;
    padding-top: 0;
  }


  .top_company_section .company_block .common_back_title {
    left:12px;
  }

  .top_company_section .p01{
    margin-top: 32px;
    font-size: 15px;
    line-height: 2;
  }

  .top_company_section .company_link_line{
    width:85.7%;
    margin-top: 30px;
    padding-bottom: 5px;
  }


  .top_company_section .company_link{
    font-size: 18px;
  }


  .top_company_section .company_img_frame{
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }

  .top_company_section .company_img{
    width:91.2%;
    max-width: 500px;
  }

  .top_news_section{
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .top_news_section .common_back_title {
    left: 48px;
  }

  .top_news_section .common_back_title_frame {
    margin-left: 15px;
  }

  .top_news_section .news_flex{
    display: flex;
    flex-direction: column;
    align-items:center;
    margin-top: 54px;
  }

  .top_news_section .news_left{
    flex-shrink: 0;
    width:100%;
  }

  .top_news_section .cat_list{
    padding-left: 0;
    width:160px;
    margin:0 auto;
  }

  .top_news_section .cat_list li{
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 1px solid #B3D9EF;
    position: relative;
  }

  .top_news_section .cat_list li a{
    display: inline-block;
    line-height: 1;
  }

  .top_news_section .cat_list .news_cat_open{
    position: absolute;
    right:-10px;
    cursor: pointer;
    padding:10px;
    bottom:0;
  }

  .top_news_section .cat_list .news_cat_open img{
    width:11px;
    transition-duration: 0.4s;
  }

  .top_news_section .cat_list .news_cat_open.active img{
    transform: rotateZ(180deg);
  }

  .top_news_section .cat_list .js_news_cat_item{
    display: none;
  }

  .top_news_section .cat_list li + li{
    margin-top: 20px;
  }

  .top_news_section .cat_list a{
    font-size: 16px;
  }



  .top_news_section .news_link_line{
    margin-top:50px;
    padding-bottom: 5px;
    width: 42%;
    display: flex;
    justify-content: flex-end;
  }

  .top_news_section .news_link{
    font-size: 18px;

  }

  .top_news_section .news_right{
    width: 100%;
    margin-top: 32px;
  }

  
  /*
  ------------------------------------
  下層共通
  ------------------------------------
  */

  main.page_main{
    padding-top: 60px;
  }



  /*
  ------------------------------------
  パンクズ
  ------------------------------------
  */

  .common_bread_section{
    padding:5px 0 0;
  }

  .common_bread_section .bread_list{
    gap:10px 5px;
    padding:0 15px;
  }

  /*
  ------------------------------------
  下層mv
  ------------------------------------
  */

  .page_mv_section{
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .page_mv_section .common_page_title .page_title{
    font-size: 30px;
    line-height: 1.3;
  }
  
  .page_mv_section .common_page_title .page_title::before{
    width: 7px;
    margin-right: 10px;
  }

  .page_mv_section .common_page_title .back_title{
    font-size: 80px;
    top: -12px;
    left: 40px;
  }

  /*
  ------------------------------------
  事業概要
  ------------------------------------
  */

  body.business_body{
    
  }

  main.business_main{

  }

  .business_section{

  }


  .business_section01{
    position: relative;

  }

  .business_section01::before{
    content:none;
  }

  .business_section01 .sec_title{
    font-size: 24px;
    list-style: 1.5;
  }

  .business_section01 .p01{
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: normal;
  }

  .business_section01 .p01 + .p01{
    margin-top: 16px;
  }

  .business_strength_section{
    padding-top: 60px;
  }

  .business_strength_section .sec_title{
    margin-bottom: 16px;
    font-size: 21px;
  }

  .business_strength_section .strength_area{
    height:auto;
    padding-top: 0;
    position: relative;
  }

  .business_strength_section .strength_area::before{
    height:153px;
  }

  .business_strength_section .strength_area01::before{
    background-image: url('../img/business/strength_bg01_sp.jpg');
  }
  .business_strength_section .strength_area02::before{
    background-image: url('../img/business/strength_bg02_sp.jpg');
  }


  .business_strength_section .strength_block{
    width:100%;
    margin:0 auto;
  }

  .business_strength_section .strength_block .strength_num{
    font-size: 76px;
    top: 36px;
    left: calc(50% - 170px);

  }

  .business_strength_section .strength_block .strenth_head{
    font-size: 18px;
    line-height: 1.5;
    z-index: 1;
    height:153px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .business_strength_section .strength_block .strenth_text{
    font-size: 15px;
    line-height: 1.67;
    margin-top: 15px;
    color:#000;
    padding:0 15px;
  }

  .business_strength_section .strength_block .strenth_link_line{
    width:100%;
    margin:15px auto 0;
    padding-bottom: 0;
    border: none;
  }

  .business_strength_section .strength_block .more_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 47px;
    border: 1px solid #0f31a7;
    font-size: 17px;
    color:#0F31A7;
    padding-left: 0;
  }

  .business_strength_section .strength_block .more_link::after{
    content:none;
  }

  .business_strength_section .strength_block .more_link::before{
    background-image: url('../img/common/angle_right_blue.svg');
    position: static;
    opacity: 1;
    margin-right: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  .business_strength_section .strength_area02{
    margin-top: 40px;
  }

  .business_alert_section{
    padding:60px 0;
  }

  .business_alert_section .alert_box{
    border:2px solid #012DAB;
    padding:30px 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .business_alert_section .alert_head{
    font-size: 16px;
  }

  .business_alert_section .alert_text{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }

    /*
  ------------------------------------
  事業概要
  ------------------------------------
  */

  body.support_body{
    
  }

  main.support_main{

  }

  .support_section{

  }

  main.support_main .page_mv_section .common_page_title .back_title {
    left: 24px;
}

  .support_section01{
    position: relative;

  }

  .support_section01 .support_msg{
    font-size: 16px;
    line-height: 1.5;
  }

  .support_section01 .support_list{
    max-width: 1080px;
    margin:40px auto 0;
    padding:0 15px;
  }

  .support_section01 .support_block{
    display: flex;
    flex-direction: column;
    align-items:center;
  }

  .support_section01 .support_block + .support_block{
    margin-top: 40px;
  }

  .support_section01 .support_block .support_img{
    width:100%;
  }


  .support_section01 .support_block .support_text_area{
    padding-top: 16px;
  }

  .support_section01 .support_block .support_head{
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 4px;
  }

  .support_section01 .support_block .support_text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .support_flow_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .support_flow_section .sec_title{
    font-size: 21px;
    line-height: 1.5;
  }

  .support_flow_section .alert_text{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .support_flow_section .flow_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:32px 0;
    margin-top: 16px;
    padding:0 15px;
  }

  .support_flow_section .flow_block{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding:16px;
    position: relative;
  }

  .support_flow_section .flow_block::after{
    width:0;
    height:0;
    border-style:solid;
    border-width: 12px 18px 0 18px;
    border-color: #0F31A7 transparent transparent transparent;
    right:0;
    left:0;
    top:auto;
    bottom:-22px;
    margin:auto;
  }

  .support_flow_section .flow_block:last-child::after{
    content:none;
  }

  .support_flow_section .flow_block::before{
    content:none!important;
  }


  .support_flow_section .flow_block .flow_num{
    width: 32px;
    height: 30px;
    font-size: 18px;
    line-height: 1;
  }

  .support_flow_section .flow_block .flow_title{
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    z-index: 3;
  }

  .support_flow_section .flow_block .flow_icon{
    height:0;
  }
  
  .support_flow_section .flow_block .flow_icon img{
    position: absolute;
    top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
  }

  .support_flow_section .flow_block .flow_icon01{
    height:66px;
  }
  .support_flow_section .flow_block .flow_icon02{
    height:64px;
  }
  .support_flow_section .flow_block .flow_icon03{
    height:56px;
  }
  .support_flow_section .flow_block .flow_icon04{
    height:58px;
  }
  .support_flow_section .flow_block .flow_icon05{
    height:60px;
  }
  .support_flow_section .flow_block .flow_icon06{
    height:64px;
  }

  .support_flow_section .flow_block .flow_text{
    font-size: 14px;
    margin-top: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 3;
  }

  .support_flow_section .flow_remark{
    margin-top: 56px;
    font-size: 16px;
    line-height: 1.5;
  }

  .support_flow_section .office_button{
    margin-top: 40px;
  }


  /*
  ------------------------------------
  会社情報 共通
  ------------------------------------
  */
  .common_company_link_section{
    padding-top: 60px;
    padding-bottom: 0;
  }


  main.company_main .page_mv_section .common_page_title .back_title,
  main.message_main .page_mv_section .common_page_title .back_title,
  main.profile_main .page_mv_section .common_page_title .back_title,
  main.history_main .page_mv_section .common_page_title .back_title,
  main.office_main .page_mv_section .common_page_title .back_title{
    left: 28px;
  }

  .common_company_link_section .link_card .ja_title{
    min-width: auto;
    font-size: 14px;
    padding-bottom: 8px;
  }

  .common_company_link_section .link_card .ja_title::before,
  .common_company_link_section .link_card .ja_title::after{
    width:6px;
    height:8px;
    bottom:-8px;
  }

  .common_company_link_section .link_card .ja_title::before{
    opacity: 0;
    transform: translateX(-10px);
  }

  .common_company_link_section .company_card{
    background-image: url('../img/company/card_company_sp.jpg');
  }
  .common_company_link_section .vision_card{
    background-image: url('../img/company/card_vision_sp.jpg');
  }
  .common_company_link_section .profile_card{
    background-image: url('../img/company/card_profile_sp.jpg');
  }
  .common_company_link_section .office_card{
    background-image: url('../img/company/card_office_sp.jpg');
  }
  .common_company_link_section .history_card{
    background-image: url('../img/company/card_history_sp.jpg');
  }

  /*
  ------------------------------------
  会社情報
  ------------------------------------
  */

  body.company_body{
    
  }

  main.company_main{

  }

  .company_section{

  }

  .company_greeting_section{
    position: relative;

  }

  .company_greeting_section .sec_title{
    font-size: 21px;
  }

  .company_greeting_section .flex{
    display: flex;
    margin-top: 44px;
    padding:0 15px;
  }

  .company_greeting_section .flex .left{
    display: none;
  }

  .company_greeting_section .president_pic{
    width:100%;
    max-width: 500px;
    margin:16px auto 0;
  }

  .company_greeting_section .flex .right{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
  }

  .company_greeting_section .president_head{
    font-size: 24px;
    line-height: 1.55;
  }

  .company_greeting_section .president_text{
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .company_greeting_section .president_sign{
    margin-top: 5px;
    font-size: 12px;
  }

  .company_greeting_section .president_sign span{
    font-size: 22px;
    margin-left: 10px;
  }

    /*
  ------------------------------------
  経営理念
  ------------------------------------
  */

  body.message_body{
    
  }

  main.message_main{

  }

  .message_section{

  }

  .message_vision_section{

  }

  .message_vision_section .vision_frame{
    padding:0 15px;
  }

  .message_vision_section .vision_title{
    font-size: 21px;
    text-align: center;
  }

  .message_vision_section .vision_catch{
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.5;
  }

  .message_vision_section .p01{
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .message_vision_section .vision_card_list{

    gap:20px 0;
    margin-top: 40px;
  }

  .message_vision_section .vision_card{
    padding:32px 16px 24px;
  }

  .message_vision_section .vision_card .vision_card_head{
    font-size: 20px;
    line-height: 1.5;
  }

  .message_vision_section .vision_card .vision_card_head::after{
    width:170px;
    margin-top: 6px;
  }

  .message_vision_section .vision_card .vision_card_text{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 16px;
  }

    /*
  ------------------------------------
  会社概要
  ------------------------------------
  */

  body.profile_body{
    
  }

  main.profile_main{

  }

  .profile_section{

  }

  .profile_section .profile_frame{
    padding:0;
    margin:0 auto;
  }

  .profile_section .profile_title{
    font-size: 21px;
    text-align: center;
  }

  .profile_section .table_frame{
    margin-top: 32px;
  }

  .profile_section table{
    border: 1px solid #80C1E4;
  }

  .profile_section table tr{
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .profile_section table tr th::after,
  .profile_section table tr td::after{
    content:none;
  }

  .profile_section th,
  .profile_section td{
    /* border:1px solid #80C1E4; */
  }

  .profile_section th{
    width:100%;
    font-size: 15px;
    padding:10px 16px;
  }

  .profile_section td{
    width: 100%;
    padding:10px 16px 10px 24px;
    font-size: 15px;
    line-height: 1.5;
    
  }

  .profile_section td ul{
    margin-left: -8px;
  }

  .profile_section td ul li{
    display: flex;
    align-items: flex-start;
  }

  .profile_section td ul li::before{
    font-size: 15px;
    line-height: 1.5;
  }

  .profile_section .access_area{
    padding-top: 50px;
  }

  .profile_section .access_area .access_head{
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
  }

  .profile_section .access_area .access_flex{
    margin-top: 32px;
  }

  .profile_section .access_area .access_left iframe{
    height:200px;
  }


  .profile_section .access_area .access_right{
    width: 100%;
    max-width: 420px;
    margin-top: 24px;
  }


  .profile_section .access_area .access_address{
    line-height: 1.6;
    font-size: 15px;
  }

  .profile_section .access_area .access_box{
    margin-top: 16px;
    padding:16px 12px;
    font-size: 15px;
  }

  .profile_section .access_area .access_box_head{
    line-height: 1.5;
  }

  .profile_section .access_area .access_box_text{
    margin-top: 12px;
    line-height: 1.5;
  }


  /*
  ------------------------------------
  沿革
  ------------------------------------
  */

  body.history_body{
    
  }

  main.history_main{

  }

  .history_section{
    padding-bottom: 40px;
  }

  .history_section .history_frame{
    padding:0 15px;
  }

  .history_section .history_title{
    font-size: 21px;
    text-align: center;
  }

  .history_section .history_list{
    margin-top: 32px;
  }

  .history_section .history_list::before{
    top: 10px;
    left: 70px;
  }


  .history_section .history_line + .history_line{
    margin-top: 30px;
  }

  .history_section .history_line:last-child{
    height:0;
  }

  .history_section .history_year{
    min-width:64px;
    font-size: 20px;
    padding-right: 4px;
  }

  .history_section .history_year span{
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 4px;
  }


  .history_section .history_radi{
    padding-top:4px;
  }

  .history_section .history_radi span{
    width:13px;
    height:13px;
  }

  .history_section .history_right{
    padding-top: 0;
    margin-top: -6px;
    padding-left: 20px;
  }

  .history_section .history_block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .history_section .history_block + .history_block{
    margin-top: 12px;
  }

  .history_section .history_month{
    width:auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding-top:10px;
  }

  .history_section .history_contents{
    font-size: 14px;
    line-height: 1.5;
  } 

  .history_section .history_contents ul li{
    display: flex;
    align-items: flex-start;
  }

  .history_section .history_contents ul li::before{
    content: "\2217";
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    flex-shrink: 0;
    margin-right: 4px;
  }

    /*
  ------------------------------------
  営業所一覧
  ------------------------------------
  */

  body.office_body{
    
  }

  main.office_main{

  }

  .office_section{
    padding-bottom: 20px;
  }

  .office_section .office_frame{
    max-width: 1050px;
    padding:0;
    margin:0 auto;
  }

  .office_section .office_title{

    font-size: 21px;

  }

  .office_section .map_image{
    max-width: 855px;
    margin:24px auto 0;
  }

  .office_section .office_list{
    margin-top: 32px;
  }


  .office_section .office_list .office_name{
    font-size: 17px;
    line-height: 1.3;
  }

  .office_section .office_list .office_google_map{
    margin:2px auto;
    font-size: 14px;
  }

  .office_section .office_list .office_address_frame{
    padding:0 15px;
  }

  .office_section .office_list .office_address{
    font-size: 14px;
    line-height: 1.78;
  }

  .office_section .office_list .office_contact_frame{
    padding:0 15px;
  }

  .office_section .office_list .office_contact{
    font-size: 14px;
    line-height: 1.78;
  }

  .office_section .office_list .office_area_frame{
    padding:0 15px;
  }

  .office_section .office_list .office_area{
    font-size: 14px;
    line-height: 1.78;
  }

  .office_section .office_list .office_area .office_area_label{
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
  }

  .office_section .office_list .office_area .office_area_contents{
    display: inline-block;
  }

    /*
  ------------------------------------
  採用情報
  ------------------------------------
  */

  body.recruit_body{
    
  }

  main.recruit_main{

  }

  .recruit_section01{
    padding-bottom: 60px;
  }


  .recruit_section01 .recruit_catch{
    font-size: 24px;
    padding:0 15px;
  }


  .recruit_section01 .flex{
    margin-top: 16px;
    padding:0 15px;
  }

  .recruit_section01 .flex .left{
    width:100%;
    padding-top: 16px;
  }

  .recruit_section01 .flex .left::before{
    content:none;
  }

  .recruit_section01 .flex .left p{
    font-size: 15px;
    line-height: 1.67;
  }

  .recruit_section01 .flex .left p + p{
    margin-top: 0;
  }

  .recruit_section01 .flex .right{
    width:100%;
    position: relative;
    z-index: 1;
  }

  .recruit_section01 .flex .right img{
    width:100%;
    
  }

  .recruit_section01 .recruit_gal_list{
    width: 100vw;
    margin: 16px calc(50% - 50vw) 0;
    display: flex;
    justify-content: center;
  }

  .recruit_section01 .recruit_gal_list li{
    width:33.3%;
    aspect-ratio: 1/1;
    
  }

  .recruit_section01 .recruit_gal_list li img{
    width:100%;
    height:100%;
    object-fit: cover;
  }

  .recruit_section01 .recruit_message{
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.6;
  }

  .recruit_section01 .recruit_border{
    height:60px;
    margin:15px auto;
  }

  .recruit_section01 .recruit_button{
    width:233px;
    height:50px;
    font-size: 17px;
    border-radius: 40px;
  }

  /*
  ------------------------------------
  お知らせ一覧
  ------------------------------------
  */


  /*
  ------------------------------------
  お知らせ詳細
  ------------------------------------
  */

  body.single_news_body{
    
  }


  main.single_news_main{

  }

  .single_news_section01{
    padding-bottom: 60px;
  }


  .single_news_section01 .single_news_article{
    margin:0 auto;
    padding:0 15px;
  }


  .single_news_section01 .news_info_flex .news_date{
    margin-right: 20px;
    font-size: 14px;
  }

  .single_news_section01 .news_info_flex .news_cat{
    padding:5px 8px;
    font-size: 13px;
    line-height: 1.3;
  }

  .single_news_section01 .news_title{
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 8px;
  }

  .single_news_section01 .news_thumb{
    margin-top: 40px;
  }


  .single_news_section01 .archive_news_link{
    margin-top: 60px;
  }

  .single_news_section01 .common_single_frame{
    margin-top: 30px;
  }


  .common_single_frame .wp-block-image{
    margin-top: 30px;
  }

  .common_single_frame h2{
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 18px;
  }

  .common_single_frame h2::before{
    width: 8px;
    border-radius: 4px 0 0 4px;
  }


  .common_single_frame h3{
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.5;
    padding:12px;
  }

  .common_single_frame h4{
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.8;
    padding:12px;
  }


  .common_single_frame h5{
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.8;
  }

  .common_single_frame h6{
    margin-top: 32px;
    font-size: 17px;
    line-height: 1.8;
  }

  .common_single_frame p{
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }


  .common_single_frame ul{
    margin-top: 40px;
    padding-left: 10px;
  }

  .common_single_frame ul li{
    font-size: 15px;
    line-height: 1.5;
    padding-left: 12px;

  }

  .common_single_frame ul li::before{
    width:3px;
    height:3px;
    left:0;
    top:9px;
  }

  .common_single_frame ul li + li{
    margin-top: 12px;
  }

  .common_single_frame ol{
    margin-top: 40px;
    padding-left: 10px;
  }

  .common_single_frame ol li{
    font-size: 15px;
    line-height: 1.5;
    padding-left: 12px;
  }

  .common_single_frame ol li::before {
    content: counter(cnt)".";
    left:-8px;
    top:0;
  }

  .common_single_frame ol li + li{
    margin-top: 8px;
  }

  .common_single_frame .wp-block-table{
    margin-top: 60px;
    overflow-x: scroll;
  }

  .common_single_frame table{
    border-collapse: collapse;
    max-width: none;
    width: 720px;
    margin:0;
  }

  .common_single_frame .wp-block-table thead {
    border-bottom: none;
  }

  .common_single_frame table tr{
    
  }

  .common_single_frame table th{
    padding:12px;
    font-size: 15px;
    line-height: 1.3;
  }

  .common_single_frame table td{
    padding:12px;
    font-size: 14px;
    line-height: 1.5;
  }



  /*
  ------------------------------------
  お問い合わせ
  ------------------------------------
  */

  body.contact_body{
    
  }

  main.contact_main{

  }

  .contact_section01{
    padding-bottom: 60px;
  }


  .contact_section01 .p01{

    font-size: 18px;

  }

  .contact_section01 .p02{
    line-height: 1.9;
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
  }

  .contact_section01 .contact_text_box{
    padding:16px 20px;
  }


  .contact_section01 .other_contact_area{
    margin:32px auto 0;
    padding:24px 15px;
  }

  .contact_section01 .other_contact_area .other_contact_text01{
    font-size: 18px;
    line-height: 1.5;
  }


  .contact_section01 .other_contact_area .flex{
    gap:24px 0;
    margin-top: 32px;
  }

  .contact_section01 .other_contact_area .box{
    width: 100%;
    padding:36px 24px 24px;
  }


  .contact_section01 .other_contact_area .front_text{
    font-size: 18px;
    line-height: 1.5;
  }

  .contact_section01 .other_contact_area .back_text{
    font-size: 60px;
    top: -20px;
  }

  .contact_section01 .other_contact_area .number{
    margin-top: 20px;
    font-size: 32px;
  }

  .contact_section01 .other_contact_area .time{
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }

  .contact_section01 .other_contact_area .remark{
    font-size: 12px;
    line-height: 2;
  }

  .common_form_block{
    margin:32px auto 0;
  }

  .common_form_block .form_white_bg{
    padding:24px 15px 0;
    margin-bottom: 32px;
  }

  .common_form_block .form_block_inner{
    max-width: 860px;
    margin:0 auto;
  }

  .common_form_block .form_line + .form_line{
    margin-top: 24px;
  }

  .common_form_block .form_line .form_label{
    font-size: 18px;
  }

  .common_form_block .form_line .form_label.must::after{
    font-size: 13px;
  }

  .common_form_block .form_line .form_input_frame{
    margin-top: 12px;
  }


  .common_form_block .form_line .form_input_frame input[type="text"],
  .common_form_block .form_line .form_input_frame input[type="email"],
  .common_form_block .form_line .form_input_frame input[type="number"],
  .common_form_block .form_line .form_input_frame input[type="tel"],
  .common_form_block .form_line .form_input_frame select{
    height:65px;
    padding:0 20px;
  } 

  .common_form_block .form_line textarea{
    height:200px;
    padding: 20px;
  }

  .common_form_block .form_line select{
    padding-right: 40px;
  }


  .common_form_block .form_line .select_frame::after{
    border-width: 7px 5px 0 5px;
    right:15px;
  }


  .common_form_block .agree_flex{
    margin-top: 16px;
    gap:12px 0;
  }

  .common_form_block .agree_flex input{
    width:18px;
    height:18px;
  }
  .common_form_block .agree_flex .agree_label{
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
  }

  .common_form_block .submit_area{
    margin-top: 32px;
  }

  .common_form_block .submit_area .return,
  .common_form_block .submit_area .submit{
    width:250px;
    height:52px;
    border-radius: 26px;
    font-size: 17px;
  }


  /*確認画面*/



  .common_form_block.form_confirm_block .form_line .form_input_frame{
    padding-left: 0;
  }

  .common_form_block.form_confirm_block .form_white_bg{
    padding-bottom: 32px;
  }


  /*完了画面*/


  .contact_section01 .contact_thanks_text{
    font-size: 16px;
  }

  .contact_section01 .top_link{
    margin:40px auto 0;
  }


  /*
  ------------------------------------
  カタログダウンロード
  ------------------------------------
  */

  body.download_body{
    
  }


  main.download_main{

  }

  main.download_main .page_mv_section .common_page_title .back_title {
    left: 20px;
    font-size: 72px;
  }

  .download_section01{
    padding-bottom: 60px;
  }


  .download_section01 .p01{
    font-size: 18px;
    line-height: 1.75;
  }

  .download_section01 .finish_text01{
    font-size: 18px;
    line-height: 1.75;
  }

  .download_section01 .download_list{
    gap:40px;
    margin-top: 70px;
  }


  .download_section01 .top_link{
    margin:70px auto 0;
  }

  .download_form_block .border_label{
    font-size: 16px;
    padding-bottom: 8px;
  }

  .download_form_block .check_list{
    gap:20px 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .download_form_block .check_list .mwform-checkbox-field{
    width: 100%;
    min-width: 100%;
    margin:0!important;
  }

  .download_form_block .check_list .mwform-checkbox-field label{
    display: flex;
    align-items: center;
  }

  .download_form_block .check_list .mwform-checkbox-field input{
    width:17px;
    height:17px;
    margin-right: 10px;
  }

    /*
  ------------------------------------
  プライバシーポリシー
  ------------------------------------
  */

  body.privacy_body{
    
  }

  main.privacy_main{

  }

  main.privacy_main .page_mv_section{
    padding-bottom: 96px;
  }

  main.privacy_main .page_mv_section .common_page_title .back_title {
    font-size: 80px;
    top: -36px;
    left: 20px;
    line-height: 0.8;
  }

  .privacy_section01{
    padding-bottom: 60px;
  }

  .privacy_section01 .privacy_frame{
    padding:0 15px;
  }

  .privacy_section01 .privacy_catch{
    font-size: 16px;
    line-height: 1.7;
  }

  .privacy_section01 .privacy_contents{
    margin-top: 40px;
  }

  .privacy_section01 .privacy_head{
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 6px;
  }

  .privacy_section01 .privacy_text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
  }

  .privacy_section01 * + .privacy_head{
    margin-top: 32px;
  }

    /*
  ------------------------------------
  利用規約
  ------------------------------------
  */

  body.terms_body{
    
  }

  main.terms_main{

  }

  main.terms_main .page_mv_section .common_page_title .back_title {
    font-size: 80px;
    top: -36px;
    left: 20px;
    line-height: 0.8;
  }

  .terms_section01{
    padding-bottom: 60px;
  }

  .terms_section01 .terms_frame{
    margin:0 auto;
    padding:0 15px;
  }


  .terms_section01 .terms_catch{
    font-size: 16px;
    line-height: 1.7;
  }

  .terms_section01 .terms_contents{
    margin-top: 40px;
  }

  .terms_section01 .terms_head{
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 6px;
  }

  .terms_section01 .terms_text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
  }

  .terms_section01 * + .terms_head{
    margin-top: 32px;
  }

    /*
  ------------------------------------
  サイトマップ
  ------------------------------------
  */

  body.sitemap_body{
    
  }


  main.sitemap_main{

  }

  main.sitemap_main .page_mv_section .common_page_title .back_title {
    left: 20px;
}

  .sitemap_section01{
    padding-bottom: 60px;
  }

  .sitemap_section01 .sitemap_frame{
    padding:0 15px;
  }

  .sitemap_section01 .parent_item{
    padding-bottom: 10px;
  }

  .sitemap_section01 * + .parent_item{
    margin-top: 50px;
  }

  .sitemap_section01 .parent_link{
    font-size: 18px;
    line-height: 1.5;
    padding-left: 18px;
  }

  .sitemap_section01 .parent_link::before,
  .sitemap_section01 .parent_link::after{
    width:8px;
    height:15px;
  }

  .sitemap_section01 .parent_link::before{
    opacity: 0;
    left:-15px;
  }

  .sitemap_section01 .child_menu{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 20px;
  }

  .sitemap_section01 .child_item{
    width:auto;
    min-width: auto;
    margin-top: 20px;
    padding-right: 0;
  }

  .sitemap_section01 .child_link{
    font-size: 15px;
    line-height: 1.2;
    transition-duration: 0.4s;
  }


    /*
  ------------------------------------
  404
  ------------------------------------
  */

  body.page404_body{
    
  }


  main.page404_main{

  }

  .page404_section01{
    padding-top: 60px;
    padding-bottom: 60px;
  }


  .page404_section01 .p01{
    font-size: 90px;
  }

  .page404_section01 .p02{
    font-size: 40px;
    line-height: 1.3;
    margin-top: 16px;
  }

  .page404_section01 .p03{
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.5;
  }

  .page404_section01 .p04{
    margin-top: 20px;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
  }

  .page404_section01 .top_link{
    margin:44px auto 0;
  }
  

    /*
  ------------------------------------
  製品情報　共通
  ------------------------------------
  */

  .products_section + .products_section{
    padding-top: 50px;
  }

  .products_section + .products_section.products_select_section02,
.products_section + .products_section.products_keyword_section02{
  padding-top: 40px;
}



  .products_section .sec_title{
    font-size: 21px;
    line-height: 1.5;
  }


  .products_section .products_download_box{
    margin:60px auto 0;
    border: 2px solid #012dab;
    padding:30px 12px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .products_section .products_download_box .products_download_box_head{
    font-size: 16px;
    line-height: 1.5;
  }

  .products_section .products_download_box .products_download_box_text{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }

  .products_section .products_download_box .products_download_box_text p + p{
    margin-top: 20px;
  }

  .products_section .no_result{
    margin-top: 24px;
  }

  .products_section .left_border_title{
    font-size: 18px;
    line-height: 1.6;
    padding-left: 18px;
    margin-top: 32px;
  }

  .products_section .left_border_title::before{
    width: 8px;
    border-radius: 0;
  }


  .products_section .parent_frame{
    margin-top: 32px;
  }

  .products_section .parent_frame + .parent_frame{
    margin-top: 40px;
  }

  .products_section .parent_name{
    min-width: 250px;
    padding:6px 12px;
    font-size: 22px;
    line-height: 1.5;
  }

  .products_section .grand_child_frame{
    margin-top: 20px;
  }

  .products_section .grand_child_frame + .grand_child_frame{
    margin-top: 32px;
  }

  .products_section .products_result_frame{
    max-width: 1066px;
    margin:0 auto;
    padding:0 15px;
  }

  .products_section .result_count{
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.5;
  }

  /*製品の検索結果一覧*/
  .common_products_list{
    flex-direction: column;
    gap:30px 0;
  }

  .common_products_list .products_item{
    width:100%;
  }

  .common_products_list .products_thumb{
    aspect-ratio: 1/0.78;
  }

  .common_products_list .products_name{
    margin-top: 10px;
    font-size: 22px;
  }

  .common_products_list .products_info_list li{
    margin-top: 10px;
  }

  .common_products_list .products_info_list .info_label{
    font-size: 15px;
    line-height: 1.3;
  }

  .common_products_list .products_info_list .info_label::after{
    font-size: 15px;
    line-height: 1.3;
    margin:0 3px;
  }

  .common_products_list .products_info_list .info_label span{
    display: inline-block;
    min-width:90px;
    text-align:justify;
    text-align-last:justify;
  }

  .common_products_list .products_info_list .info_text{
    font-size: 15px;
    line-height: 1.3;
  }

  .common_products_list .products_button{
    margin-top: 15px;
    width: 185px;
    border-radius: 4px;
    padding:4px 8px;
    font-size: 16px;
  }

  .common_products_list .products_button::before{
    width:8px;
    height:11px;
    margin-right: 10px;
  }


  /*製品検索の入力エリア*/
  .common_products_search_frame{
    max-width: 1066px;
    margin: 0 auto;
    /* transition-duration: 0.4s; */
  }

  .common_products_search_frame.show{
    position: fixed;
    background-color: #FFFFFF;
    /* background: rgba(255, 255, 255, 0.8); */
    top:0;
    left:0;
    width:100%;
    height: calc(100vh ); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 100);
    height:100svh;
    z-index: 1000;
    padding:40px 15px;
    overflow-y: scroll;
  }

  /* .common_products_search_frame .products_search_body{
    padding:56px 12px;
  } */

  .common_products_search_frame .products_search_body{
    display: block;
    opacity: 0;
    height:0;
    padding:0;
    border:none;
    background-color: transparent;
  }

  .common_products_search_frame.show .products_search_body{
    opacity: 1;
    height:auto;
    padding:56px 0;
  }

  .common_products_search_frame .products_search_head{
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .common_products_search_frame .products_search_head::after{
    width:15px;
    height:15px;
  }

  .common_products_search_frame .products_search_head.active::after{
    background-image: url('../img/common/icon_minus_white.svg');
    height:2px;
    border-radius: 1px;
  }



  .common_products_search_area{
    max-width: 1000px;
    margin:0 auto;
  }

  .common_products_search_frame .products_search_area01{
    margin-top: 20px;
  }

  .common_products_search_frame .keyword_flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .common_products_search_frame .keyword_flex .keyword{
    width:250px;
    height:43px;
    padding:0 12px;
    font-size: 18px;
  }

  .common_products_search_frame .keyword_flex .keyword_button{
    width:43px;
    height:43px;
  }

  .common_products_search_frame .keyword_flex .keyword_button img{
    width:26px;
  }

  .common_products_search_frame .products_search_area02{
    margin-top: 40px;
  }

  .common_products_search_frame .search_line + .search_line{
    margin-top: 32px;
  }

  .common_products_search_frame .search_label{
    font-size: 18px;
    gap:6px 10px;
    padding-bottom: 4px;
  }

  .common_products_search_frame .search_label span{
    font-size: 15px;
  }

  .common_products_search_frame .search_check_list{
    display: flex;
    flex-wrap: wrap;
    
  }

  .common_products_search_frame .search_check_list li{
    margin-top: 20px;
    width:50%;
    padding-right: 6px;
    min-width: auto;
  }

  .common_products_search_frame .search_check_list label{
    font-size: 14px;
    list-style: 1.3;
    /* align-items: center; */
  }

  .common_products_search_frame .search_check_list .check_box_frame{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: 2px;
  }

  .common_products_search_frame .search_check_list input[type="checkbox"]:checked + .check_box_frame::after{
    width:13px;
    height:13px;
  }

  .common_products_search_frame .nozzle_remark{
    margin-top: 16px;
    font-size: 13px;
  }

  .common_products_search_frame .search_select_button{
    margin:32px auto 0;
  }

  .products_section02{
    padding-bottom: 60px;
  }

  /*
  ------------------------------------
  製品情報　一覧
  ------------------------------------
  */


  .products_section .parent_term_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 30px;
    gap:20px 0;
    padding:0 15px;
  }


  .products_section .parent_term_list .parent_term_item{
    width: 100%;
    max-width: 400px;
    /* min-width: ; */
  }

  .products_section .parent_term_list .parent_term_card{
    height:auto;
    padding:30px 12px 40px;
  }

  .products_section .parent_term_list .parent_term_name{
    font-size: 22px;
    padding-bottom: 3px;
  }

  .products_section .parent_term_list .parent_term_thumb{
    margin:15px auto 0;
  }

  .products_section .parent_term_list .parent_term_text{
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
  }

  .products_section .parent_term_list .parent_term_button{
    width: 230px;
    height: 45px;
    margin:16px auto 0;
    font-size: 15px;
  }

  /*
  ------------------------------------
  製品情報　大カテゴリー絞り込み
  ------------------------------------
  */

  .products_section .child_term_list{
    margin:30px auto 0;
    padding:0 15px;
    gap:50px 0;
  }

  .products_section .child_term_list .child_term_item{
    width:100%;
    max-width: 400px;
  }

  .products_section .child_term_list .child_term_card{
    display: block;
  }

  .products_section .child_term_list .child_term_name_flex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2px;
    align-items: flex-start;
    border-bottom: 1px solid #0F31A7;
  }

  .products_section .child_term_list .child_term_name{
    font-size: 20px;
    line-height: 1.5;
  }

  .products_section .child_term_list .child_term_link_text{
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    padding-left: 14px;
  }

  .products_section .child_term_list .child_term_link_text::before{
    width:8px;
    height:11px;
  }

  .products_section .child_term_list .child_term_thumb{
    margin-top: 16px;
  }

  .products_section .child_term_list .child_term_text{
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
    min-height:auto;
  }

  .products_section .child_term_list .child_term_item_down{
    margin-top: 16px;
  }

  .products_section .child_term_list .name_box{

  }

  .products_section .child_term_list .name_head{
    min-height:46px;
    padding:10px 20px;
    line-height: 1.3;
  }

  .products_section .child_term_list .name_head::after{
    width:15px;
    height:15px;
  }

  .products_section .child_term_list .name_head.active::after{
    height:2px;
    border-radius: 1px;
  }


  .products_section .child_term_list .name_contents{
    padding:24px 30px;
    display: none;
  }

  .products_section .child_term_list .name_list{
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
  }

  .products_section .child_term_list .name_list li{
    width: 33.3%;
    padding:0 4px;
  }

  .products_section .child_term_list .name_list a{
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.3;
  }


  /*
  ------------------------------------
  製品情報　詳細
  ------------------------------------
  */

  body.single_products_body{
    
  }

  main.single_products_main{

  }

  .single_products_section{
    padding-bottom: 60px;
  }

  .single_products_section .single_products_article{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin:0 auto;
  }

  .single_products_section .single_products_flex{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .single_products_section .single_products_flex + .single_products_flex{
    margin-top: 30px;
  }

  .single_products_section .products_area01{
    width:100%;
  }

  .single_products_section .products_area02{
    flex-shrink: 0;
    margin-left: 0;
    width:100%;
  }

  .single_products_section .products_area03{
    display: none;
  }

  .single_products_section .products_area04{
    width:100%;
  }

  .single_products_section .products_name{
    font-size: 30px;
    line-height: 1.6;
  }

  .single_products_section .products_read_text{
    font-size: 18px;
    line-height:1.5;
  }

  .single_products_section .products_icon_list{
    gap:5px;
    flex-wrap: wrap;
    padding-top: 0;
    margin-top: 16px;
  }

  .single_products_section .products_icon_list li{
    min-width: 46px;
    min-height: 41px;
    padding:2px 5px;
    border-radius: 6px;
    font-size: 10px;
    line-height: 1.5;
  }

  .single_products_section .products_icon_list li.products_icon_amount{
    letter-spacing: 0.08em;
  }
  .single_products_section .products_icon_list li.products_icon_soda_nozzle{
    line-height: 1.1;
  }

  .single_products_section .products_icon_list li .num01{
    font-size: 15px;
  }
  .single_products_section .products_icon_list li .num02{
    font-size: 15px;
  }
  .single_products_section .products_icon_list li .min{
    font-size: 10px;
  }

  .single_products_section .products_img{
    aspect-ratio: 1/0.75;
    max-width: 500px;
    margin:32px auto 0;
  }
  .single_products_section .products_img img{
    width: 85%;
    height: 90%;
    object-fit: contain;
  }

  .single_products_section .products_drawing{
    aspect-ratio: 1/1;
    max-width: 500px;
    margin: 30px auto 0;
  }

  .single_products_section .products_drawing img{
    width: 85%;
    height: 90%;
    object-fit: contain;
  }

  .single_products_section .products_status{
    padding-top: 0;
    padding-bottom: 40px;
  }

  .single_products_section .products_min_head{
    font-size: 20px;
    line-height: 1.5;
  }

  .single_products_section .products_info_area{
    margin-bottom: 30px;
  }

  .single_products_section .products_info_list{
    margin-top: 20px;
  }

  .single_products_section .products_info_list li{
    padding:8px 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .single_products_section .products_info_list .products_info_label{
    flex-shrink: 0;
    width:110px;
    padding-right: 12px;
  }

  .single_products_section .products_info_list .products_info_contents{
    width: 100%;
  }

  .single_products_section .products_feature_area{
    margin-top: 40px;
  }

  .single_products_section .products_catch{
    font-size: 17px;
    line-height: 1.5;
  }

  .single_products_section .products_catch::before{
    content:none;
  }

  .single_products_section .products_feature{
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
  }

  .single_products_section .products_download_list{
    margin-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap:15px 0;
  }

  .single_products_section .products_download_list li{
    min-width:253px;
    width:253px;
    
  }

  .single_products_section .products_download_list li a{
    padding:6px 0;
    min-height: 65px;
    font-size: 17px;
    line-height: 1.5;
    border:2px solid #80C1E4;
  }

  .single_products_section .products_download_list li a::before{
    width:19px;
    height:18px;
    margin-right: 16px;
  }


  .single_products_section .products_download_list li a span{
    font-size: 17px;
  }

  .single_products_section .products_alert_box{
    margin:60px auto 0;
    border:2px solid #012DAB;
    padding:30px 12px 32px;
  }

  .single_products_section .products_alert_box .products_alert_head{
    font-size: 16px;
    line-height: 1.5;
  }

  .single_products_section .products_alert_box .products_alert_text{
    line-height: 1.5;
    font-size: 14px;
  }

  .single_products_section .products_alert_box .products_alert_text p{
    margin-top: 12px;
  }

  .single_products_section .back_link{
    margin: 60px auto 0;
    
  }




}/*@media screen and (max-width:767px){*/