@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:1120px){
  .container{
    width: 100%;
  }
}

@media only screen and (max-width:1023px){
  #menu-item-35{
    width: auto;
  }
  
  .mv{
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .company_tbl .addr dt{
    width: 100%;
  }
  .company_tbl .addr dd{
    width: 100%;
  }
  
  .service_items1.md{
    margin-left: -10px;
    margin-right: -10px;
  }
  .service_items1.md li{
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .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-bottom: 50px;
  }
  
  header{
    padding: 10px 0;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }  
  #menu-item-112,
  #menu-item-113{
    display: block;
  }
  
  footer .ftr1{
    display: none;
  }
  footer .ftr2 .container{
    flex-wrap: wrap;
  }
  footer .ftr2 .box1,
  footer .ftr2 .box2{
    width: 100%;
    text-align: center;
  }
  footer .ftr2 .box2{
    margin-top: 10px;
  }
  .footer_fix{
    display: block;
  }
  .ftr_addr {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  
  .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;
    border: 0;
  }
  .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{
    overflow-x: auto;
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
  }
  .tt2{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .tt3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .tt4{
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  
  /* HOME */
  
  .pg_home .section#sec4{
    margin-top: 80px;
  }
  
  .home_blc1 .title{
    font-size: 18px;
  }
  .home_blc1 .txt{
    font-size: 14px;
  }
  
  .home_blc2 .box1,
  .home_blc2 .box2{
    width: 100%;
  }
  .home_blc2 .box2{
    margin-top: 15px;
    text-align: center;
  }
  .home_blc2 .title{
    font-size: 18px;
  }
  .home_blc2 .txt{
    font-size: 14px;
  }
  .home_blc2 .read_more a{
    margin-left: auto;
  }
  
  .home_service_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_service_items li{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .home_service_items li:nth-child(n+3){
    margin-top: 10px
  }
  .home_service_items li a {
    height: 80px;
    padding-bottom: 15px;
  }
  .home_service_items li a img{
    zoom: 0.8;
  }
  .home_service_items li a:before, 
  .home_service_items li a:after{
    width: 15px;
    height: 15px;
  }
  
  
  .contact_items_wrap h4{
    font-size: 20px;
  }
  .contact_items_wrap .box{
    padding: 15px;
  }
  .contact_items{
    padding: 10px;
  }
  .contact_items .item{
    width: 49%;
    letter-spacing: 0.05em;
  }
  .contact_items .item .title{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact_items .item .btn1{
    font-size: 16px;
    line-height: 34px;
  }
  .contact_items .item .btn2 a:after{
    display: none;
  }
  
  
  /* 会社概要 */
  .company_blc1 .box1,
  .company_blc1 .box2{
    width: 100%;
  }
  .company_blc1 .box2{
    margin-top: 15px;
    text-align: center;
  }
  
  .company_tbl{
    border-bottom: 1px solid #0099cc;
  }
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 0;
    font-size: 14px;
  }
  .company_tbl th{
    
    text-align: left;
  }
  
  
  /* 実績 */
  .pg_achievement .section#sec1{
    padding-top: 0;
  }
  .achievement_items li{
    padding: 10px;
    font-size: 14px;
  }
  .achievement_items li:before{
    margin-right: 10px;
  }
  
  .home_service_items.md li{
    width: 100%;
  }
  .home_service_items.md li:nth-child(n+2){
    margin-top: 10px;
  }
  
  
  /* 業務内容 */
  .service_msg1 .title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service_msg1 .txt{
    font-size: 14px;
  }
  .service_msg2{
    font-size: 14px;
  }
  .service_msg3{
    font-size: 14px;
  }
  
  .service_list{
    font-size: 15px;
  }
  .service_list dt:before{
    margin-right: 10px;
  }
  .service_list dd{
    font-size: 14px;
  }
  
  ul.service_list{
    margin-bottom: 10px;
  }
  .service_list li{
    padding-left: 25px;
    line-height: 1.6;
  }
  .service_list li + li{
    margin-top: 10px;
  }
  .service_list li:before{
    
  }
  
  .service_items1{
    margin-left: -5px;
    margin-right: -5px;
  }
  .service_items1 li{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service_items1 li:nth-child(n+4){
    margin-top: 20px;
  }
  .service_items1 li .txt{
    font-size: 13px;
    margin-top: 5px;
  }
  
  .service_items1.md{
    margin-left: -5px;
    margin-right: -5px;
  }
  .service_items1.md li{
    width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service_items1.md li .txt{
    font-size: 14px;
  }
  
  .service_tbl th,
  .service_tbl td{
    padding: 10px;
    font-size: 14px;
  }
  .service_tbl th{
    width: 40%;
  }
  .service_tbl .sizes input[type="file"]{
    width: 200px;
  }
  .service_tbl .sizes input[type="text"]{
    width: 60px;
  }
  
  .service_blc1 .box1,
  .service_blc1 .box2{
    width: 100%;
  }
  .service_blc2 .box1,
  .service_blc2 .box2{
    width: 100%;
  }
  .service_blc3 .box1,
  .service_blc3 .box2{
    width: 100%;
  }
  
  .service_blc1 .box2,
  .service_blc2 .box2,
  .service_blc3 .box2{
    text-align: center;
    margin-top: 10px;
  }
  
  .service_blc1 .tt3, 
  .service_blc2 .tt3, 
  .service_blc3 .tt3{
    margin-bottom: 10px;
  }
  
  .service_blc1 .txt, 
  .service_blc2 .txt, 
  .service_blc3 .txt{
    font-size: 14px;
  }
  
  .service_blc3 .read_more a{
    margin-left: auto;
    margin-top: 15px;
  }
  
  /* 記事一覧 */
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .title{
    width: 100%;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
  }
  .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;
  }
  
  
  /* お問い合わせ */
  .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%;
    font-size: 16px;
  }
  
  .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%;
    border-radius: 0;
  }
  .contact_form_btns input[type="submit"],
  .contact_form_btns button[type="reset"] {
    width: auto;
  }
  
  .contact_form.service_tbl tr{
    border-bottom: 0;
  }
  .contact_form.service_tbl th,
  .contact_form.service_tbl td{
    border-bottom: 0;
  }
  .contact_form.service_tbl{
    border-bottom: 1px solid #054a96;
  }
  
  
  /* サイトマップ */
  .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;
  }
}