@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
}

@media only screen and (max-width:1023px){
  body {
    padding-top: 124px;
  }
  
  header .hdr1 .box1{
    width: 44%;
  }
  header .hdr1 .box2{
    width: 56%;
  }
  header .hdr1 .hdr_contact{
    margin-bottom: 20px;
  }
  
  footer .ftr1 .box1{
    width: 40%;
  }
  footer .ftr1 .box2{
    width: 58%;
  }
  footer .ftr_links{
    margin: 0;
    margin-top: 20px;
  }
  footer .ftr_links li{
    padding: 0 5px;
  }
  
  .gnav li a{
    padding: 0 8px;
  }
  
  .mv{
    height: 400px;
  }
  .mv .mv_box{
    max-width: 90%;
  }
  .mv .mv_box .txt{
    font-size: 30px;
  }
  
  .pg_header .container{
    height: 250px;
  }
  
  .breadcrumb_wrap{
    margin-bottom: 60px;
  }
  
  .tt4 em{
    font-size: 80px;
  }
  
  .pg_home .section#sec1{
    margin-top: 110px; 
  }
  .pg_home .section#sec2{
    margin-top: 50px;
    padding: 50px 0 80px;
  }
  .pg_home .section#sec3{
    margin-top: 50px;
  }
  .pg_home .section#sec4{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_home .section#sec5{
    margin-top: 50px;
  }
  .pg_home .section#sec6{
    margin-top: 170px;
  }
  
  .home_about{
    margin-left: 30px;
  }
  .home_about .box1{
    width: 50%;
    left: -30px;
  }
  .home_about .box2{
    min-height: 0;
    padding-bottom: 50px;
    font-size: 16px;
  }
  
  .home_recruit_wrap .inner .box1{
    width: 200px;
  }
  .home_recruit_wrap .inner .box2{
    width: calc(100% - 200px - 180px);
  }
  .home_recruit_wrap .inner:after{
    width: 180px;
  }
  
  /**/
  .product_msg1{
    font-size: 16px;
  }
  
  .product_cat_items.type1{
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
  }
  .product_cat_items.type1 .item{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_cat_items.type1 .item:nth-child(n+3){
    margin-top: 40px;
  }
  
  .product_cat_items.type2{
    margin-left: -10px;
    margin-right: -10px;
  }
  .product_cat_items.type2 .item{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product_cat_items.type2 .item:nth-child(n+4){
    margin-top: 30px;
  }
  .product_cat_items.type2 .item .read_more a{
    width: 150px;
  }
  .product_cat_items .item .spec th, 
  .product_cat_items .item .spec td{
    font-size: 12px;
  }
  
  /*  */
  .recruit_box .box1 .title{
    font-size: 20px;
  }
  
  
  /**/
  .post_items .item .date{
    width: 140px;
  }
  .post_items .item .title {
    width: calc(100% - 140px);
  }
  
  .pagination .nav-posts .page-next, .pagination .nav-posts .page-prev{
    min-width: 150px;
  }
  .pagination .nav-posts .page-archive a{
    width: 200px;
  }
  
  /**/
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 60px;
  }
  
  header{
    position: inherit;
  }
  header .hdr1{
    flex-wrap: wrap;
  }
  header .hdr1 .box1 {
    width: 100%;
    text-align: center;
  }
  header .hdr1 .box2{
    width: 100%;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  header .hdr1 .hdr_logo img{
    width: 200px;
  }
  
  footer{
    margin-top: 100px;
    padding: 30px 0 10px;
  }
  footer .ftr_logo{
    margin-bottom: 20px;
  }
  
 
  footer .ftr1 .box1{
    width: 100%;
    text-align: center;
  }
  footer .ftr1 .box2{
    width: 100%;
    margin-top: 10px;
  }
  
  footer .ftr_contact{
    width: 80%;
    margin: 0 auto 20px;
  }
  footer .ftr_contact .btn1 span{
    font-size: 14px;
  }
  footer .ftr_contact .btn1 span:first-letter{
    font-size: 18px;
  }
  footer .ftr_contact .btn1 a{
    font-size: 24px;
  }
  footer .ftr_links{
    justify-content: center;
  }
  
  .footer_fix{
    display: block;
  }
  
  .mv {
    height: 300px;
  }
  .mv .mv_box .txt{
    height: 150px;
    text-align: center;
    font-size: 20px;
    padding-left: 10px;
  }
  
  .pg_header .container{
    height: 150px;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 16px;
  }
  .tt2 span{
    font-size: 20px;
  }
  .tt3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tt3 span{

  }
  .tt4{

  }
  .tt4 em {
    font-size: 48px;
  }
  .tt5{

  }
  .tt5 span{

  }
  
  .read_more a{
    width: 200px;
    padding: 10px 0;
  }
  .read_more a:after{
    width: 30px;
  }
  
  .tbl th,
  .tbl td{
    padding: 10px;
  }
  .tbl th{
    width: 35%;
  }
  
  /**/
  .pg_home .section#sec1{
    margin-top: 50px;
  }
  .pg_home .section#sec6{
    margin-top: 50px;
  }
  
  .home_about{
    margin-left: 0;
  }
  .home_about .box1{
    width: 100%;
    padding: 15px;
    text-align: center;
    position: static;
  }
  .home_about .box2{
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  
  .home_product_items .item{
    width: 100%;
  }
  .home_product_items .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .home_product_items .item .title{
    font-size: 18px;
  }
  .home_product_items .item .txt{
    font-size: 15px;
  }
  
  .home_ordermade_tt{
    font-size: 20px;
  }
  
  .home_news_items{
    margin: 35px 0;
  }
  .home_news_items li .date{
    width: 100px;
    margin-right: 15px;
  }
  .home_news_items li .title{
    width: calc(100% - 100px - 15px );
  }
  
  .home_company_box .box {
    width: 100%;
  }
  .home_company_box .box + .box{
    margin-top: 20px;
  }
  .home_company_box .txt{
    padding-left: 0;
    text-align: center;
  }
  .home_company_box .read_more{
    margin-left: 0;
    margin: 0 0;
  }
  .home_company_box .read_more a{
    width: 200px;
    padding: 10px 0;
  }
  .home_company_box .read_more a:after{
    width: 30px;
  }
  .home_company_box iframe{
    height: 300px;
  }
  
  .home_recruit_wrap .title{
    width: 200px;
    top: -16px;
  }
  .home_recruit_wrap .inner{
    flex-wrap: wrap;
    padding: 15px 15px;
  }
  .home_recruit_wrap .inner .box1{
    width: 100%;
    padding: 0 ;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 2px solid;
    font-size: 18px;
  }
  .home_recruit_wrap .inner .box2{
    width: calc(100% - 80px);
    padding: 0;
    font-size: 15px;
    min-height: 0;
  }
  .home_recruit_wrap .inner:after{
    width: 100px;
    right: 0;
  }
  
  
  
  /**/
  .product_cat_items .item .title{
    font-size: 18px;
  }
  .product_cat_items .item .txt1{
    font-size: 15px;
  }
  .product_cat_items .item .txt2{
    line-height: 1.7;
  }
  .product_cat_items .item .spec th, 
  .product_cat_items .item .spec td{
    font-size: 10px;
  }
  .product_cat_items .item .spec th{
    width: 60px;
  }
  
  
  .product_cat_items.type1{
    margin-top: 30px;
  }
  .product_cat_items.type1 .item{
    width: 100%;
  }
  .product_cat_items.type1 .item:nth-child(n+2) {
    margin-top: 30px;
  }
  
  .product_cat_items.type2{
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_cat_items.type2 .item{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product_cat_items.type2 .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .product_cat_items.type2 .item .box{
    padding-bottom: 15px;
  }
  .product_cat_items.type2 .item .read_more a{
    width: 120px;
    font-size: 12px;
  }
  .product_cat_items.type2 .item .read_more a:after{
    width: 20px;
  }
  
  .products_nav{
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 50px;
  }
  .products_nav .item{
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  
  .product_msg1{
    font-size: 15px;
  }
  .product_msg2 strong{
    font-size: 16px;
  }
  
  
  .product_box_wrap{
    margin-bottom: 60px;
  }
  .product_box{
  }
  .product_box + .product_box{
    margin-top: 20px;
  }
  .product_box .box1{
    width: 100%;
  }
  .product_box .box2{
    width: 100%;
    margin-top: 10px;
  }

  .product_thumb_sub{
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
  .product_thumb_sub li{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product_thumb_sub li:nth-child(n+3){
    margin-top: 10px;
  }
  .product_thumb_sub li a{
    padding: 6px;
  }

  .products_class_tbl{
  }
  .products_class_tbl th,
  .products_class_tbl td{
    font-size: 12px;
    padding: 5px;
  }
  
  .size_download {
    text-align: center;
  }
  .size_download img{
    width: 250px;
  }

  
  
  /**/
  .pg_company .section#sec1 .tt2{
    margin-bottom: 30px;
  }
  .company_iso .txt1 {
    font-size: 16px;
  }
  
  .company_greeting{
    margin-top: 0;
  }
  .company_about_tbl{
    margin-top: 0;
  }
  
  .company_about .box1,
  .company_about .box2{
    width: 100%;
    text-align: center;
  }
  .company_about .box2{
    margin-top: 15px;
  }
  .company_about .box2 iframe{
    height: 300px;
  }
  
  .company_facility_items{
    margin: 0 -5px;
  }
  .company_facility_items .item{
    padding: 0 5px;
    /*width: 100%;*/
  }
  .company_facility_items .item dl{
    padding: 15px 0;
    font-size: 12px;
  }
  .company_facility_items .item dt{
    padding: 0 5px;
  }
  .company_facility_items .item dd{
    padding: 0 5px;
  }
  
  .company_history th, 
  .company_history td{
    padding-top: 10px;
  }
  .company_history th{
    width: 100px;
  }
  .company_history td{
    padding-left: 15px;
  }
  
  /**/
  
  .pg_recruit .section#sec3{
    margin-top: 50px;
  }
  
  .recruit_box .box1,
  .recruit_box .box2{
    width: 100%;
  }
  .recruit_box .box1 .title{
    font-size: 16px;
  }
  .recruit_box .box2{
    text-align: center;
    margin-top: 15px;
  }
  
  .recruit_job_nav{
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .recruit_job_nav li{
    width: 100%;
  }
  .recruit_job_nav li+li{
    margin-top: 10px;
  }
  .recruit_job_nav li a{
    font-size: 14px;
  }
  
  
  .recruit_interview_wrap{
    padding-top: 0;
  }
  .recruit_interview{
    padding: 30px 10px;
  }
  .recruit_interview + .recruit_interview{
    margin-top: 30px;
  }
  .recruit_interview .box1{
    width: 100%;
    padding-bottom: 0px;
    text-align: center;
  }
  .recruit_interview .box2{
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .recruit_interview .box1 img{
    width: 70%;
    margin: 0;
  }
  .recruit_interview .box2 .title{
    position: static;
    transform: none;
    font-size: 16px;
  }
  
  
  .recruit_entry .inner{
    padding: 0 15px 15px;
  }
  .recruit_entry .title{
    font-size: 20px;
  }
  .recruit_entry .tel em{
    font-size: 20px;
  }
  .recruit_entry .tel a{
    font-size: 24px;
  }
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  
  .post_items .item.single_item{
    padding: 20px 15px;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  
  .pagination{
    margin-top: 30px;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  .pagination .nav-posts .page-archive a{
    width: 100px;
  }
  
  
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
    /*padding-bottom: 5px;*/
  }
  .contact_form td{
    /*padding-top: 0;*/
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form td .wpcf7-text,
  .contact_form td .wpcf7-textarea,
  .contact_form td .wpcf7-select{
    width: 100%;
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    /* テキストが長いとき */
    /*width: 66%;*/
  }
  .contact_form_btns button {
    width: 30%;
  }
  
  
  /* サイトマップ */
  .sitemap_items .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap_items .item h4 a{
    padding: 10px 10px;
  }
  
  /* プライバシーポリシー */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}