@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:1420px){
  .gnav li a {
    padding: 0 6.5px;
  }
}

@media only screen and (max-width:1220px){
  .container{
    width: 100%;
  }
  header .inner{
    padding: 25px 20px 15px;
  }
  header .hdr1 .hdr_logo{
    width: 240px;
  }
  .gnav li a {
    font-size: 12px;
    padding: 0 5.5px;
  }
  .gnav .l_1,
  .gnav .l_2{
    width: 120px;
    font-size: 14px;
  }
  .gnav .l_2 i {
    margin-right: 5px;
  }
  
  footer .ftr_links li {
    padding: 0 38.5px;
  }
  
  /* **********************************
   *  Home
   * ********************************* */
  .mv {
    height: 50vw;
  }
  .mv .mv_box .txt {
    font-size: 20px;
  }
  .mv .mv_box .txt .large {
    font-size: 40px;
  }

  /* **********************************
   *  よくあるご質問
   * ********************************* */
  .pg_faq .section#sec2 .menu li a {
    font-size: 14px;
  }
}

@media only screen and (max-width:1023px){
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 150px;
  }
  
  header{
    padding-top: 0;
  }
  
  header .inner{
    position: inherit;
  }
  header .hdr1{
    flex-wrap: wrap;
    justify-content: center;
  }
  header .hdr1 .hdr_logo {
    width: auto;
    margin-bottom: 20px;
  }
  
  footer .ftr_links li {
    padding: 0 17.5px;
  }
  
  
  /* **********************************
   *  Home
   * ********************************* */
  .mv .mv_box .txt .large {
    font-size: 34px;
  }
  .tt1 {
    font-size: 14px;
  }
  .tt1 span {
    font-size: 50px;
  }
  .list_4 .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .pg_home .section#sec7 .box .bg {
    width: 100%;
  }

  /* **********************************
   *  企業情報
   * ********************************* */
  .pg_header .container {
    height: 30vw;
  }
  .pg_company .section#sec2 .box {
    width: 50%;
    margin-bottom: 20px;
  }
  .pg_company .section#sec3 .bg {
    height: 30vw;
  }
  .pg_company .section td {
    padding-left: 40px;
  }
  
  /* **********************************
   *  受託開発
   * ********************************* */
  .pg_contracted .section#sec1 .images .flex .img{
    width: 30%;
  }
  .pg_contracted .section#sec1 .images .flex .img:nth-child(2) {
    margin-top: 20px;
    margin-right: 30px;
  }
  .pg_contracted .section#sec1 .point .ttl {
    font-size: 16px;
  }
  .u_arrow {
    border-width: 84px 300px 0 300px;
  }
  .pg_contracted .section#sec1 .consul a {
    width: 305px;
  }
  
  /* **********************************
   *  受注終了製品一覧
   * ********************************* */
  .discount_list dt {
    width: 155px;
  }
  .discount_list dd {
    width: calc(100% - 155px);
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec2 th {
    width: 155px;
  }
  
  /* **********************************
   *  ダウンロード一覧
   * ********************************* */
  .pg_download .dl_item .item{
    align-items: flex-start;
  }
  .pg_download .dl_item .item .link_2 {
    margin-top: 60px;
  }
  .pg_download .dl_item .item .link_2 + .link_2{
    margin-top: 10px;
  }

  /* **********************************
   *  よくあるご質問
   * ********************************* */
  .pg_faq .section#sec2 .menu li {
    display: flex;
  }
  .pg_faq .section#sec2 .menu li a {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pg_faq .section#sec1 .flex {
    margin: 100px -5px 0;
  }
  .pg_faq .section#sec1 .flex .item {
    padding: 0 5px;
  }
  .pg_faq .section#sec1 .flex a {
    font-size: 16px;
    padding: 10px;
  }
  

  /* **********************************
   *  製品案内
   * ********************************* */
  .list_3 {
    margin: 0 -20px;
  }
  .list_3 .item {
    padding: 0 20px;
  }
  
  /* 詳細 */
  .products_detail .specification dt {
    width: 220px;
  }
  .products_detail .specification dd {
    width: calc(100% - 220px);
  }
}

@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 60px;
  }
  
  header .hdr1 .hdr_logo,
  header .hdr1 .hdr_contact{
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_contact{
    margin: 0;
  }
  
  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;
  }
  footer .ftr2 .download {
    width: 230px;
    max-width: 100%;
    margin: 14px auto 0;
  }
  footer .ftr1{
    display: none;
  }
  
  .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;
    display: block;
  }
  .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{
    font-size: 16px;
    padding: 10px 0;
  }
  .gnav .l_1, 
  .gnav .l_2 {
    height: 34px;
    margin-top: 20px;
    display: inline-block;
  }
  .gnav .l_2 {
    padding: 8px 0;
    vertical-align: top;
    line-height: 1;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  
  .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"]{
    width: auto;
  }
  
  
  /* サイトマップ */
  .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: 14px;
  }
  
  /* **********************************
   *  Home
   * ********************************* */  
  .section {
    padding: 50px 0;
  }
  .mv .mv_box .txt {
    font-size: 14px;
  }
  .mv .mv_box .txt .large {
    font-size: 24px;
    line-height: 1.5;
  }
  .tt1 {
    font-size: 12px;
  }
  .tt1 span {
    font-size: 40px;
  }
  .pg_home .section#sec1 .center{
    text-align: left;
  }
  .list_4{
    margin: 0 -5px;
  }
  .list_4 .item {
    padding: 0 5px;
  }
  .recommend_items .bold {
    font-size: 14px;
  }
  .recommend_items .desc {
    /*height: 100px;*/
    font-size: 13px;
  }
  .recommend_items .more {
    font-size: 13px;
    margin: 20px auto 0;
  }
  .pg_home .section#sec3 {
    margin: 80px 0 50px;
    padding: 58px 0 50px;
    background: url(/img/top/bg_1.jpg?1) no-repeat 30% center / cover;
  }
  .pg_home .section#sec5 {
    margin: 50px 0 10px;
    padding: 50px 0 45px;
  }
  .pg_home .section#sec6 {
    padding: 80px 0;
  }
  .pg_home .section#sec6 .item{
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .pg_home .section#sec6 .item .date {
    margin-bottom: 10px;
    border-right: 0;
  }
  .pg_home .section#sec6 .item .title {
    width: 100%;
    padding-left: 0;
  }
  .pg_home .section#sec7 .box {
    width: 100%;
    padding: 50px 15px;
  }
  .section#contact .box.b1 {
    width: 100%;
    padding: 60px 10px;
  }
  .section#contact .box.b2 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .home .main {
    padding: 20px 0 80px;
  }

  /* **********************************
   *  企業情報
   * ********************************* */
  .tt2 {
    font-size: 20px;
  }
  .pg_company .section#sec2 .box {
    width: 100%;
    padding: 20px 12px 10px;
  }
  .pg_company .section#sec3 .bg {
    margin-bottom: 100px;
  }
  .pg_company .section th {
    width: 92px;
    vertical-align: top;
  }
  .pg_company .section td {
    padding-left: 20px;
    padding-right: 0;
  }
  .pg_company .pg_home .section#sec3 {
    margin: 50px 0 53px;
  }
  .main,
  .home .main{
    padding-bottom: 100px;
  }
  .pg_company .section#sec3 .flex {
    margin: 60px 0 0;
  }
  .pg_company .section#sec3 .txt, 
  .pg_company .section#sec3 .map {
    width: 100%;
  }
  .pg_company .section#sec3 .txt{
    margin-top: 20px;
    order: 2;
  }
  .pg_company .section#sec3 .txt dl + dl {
    margin-top: 25px;
  }

  /* **********************************
   *  導入事例
   * ********************************* */
  .pg_case .case_item {
    margin-top: 50px;
  }
  .pg_case .case_item .box {
    padding: 13px 10px 23px;
  }
  .pg_case .case_item .ttl {
    font-size: 16px;
  }
  .pg_case .case_item .ttl strong {
    margin-left: 0;
    display: block
  }
  .pg_case .case_item .txt {
    padding: 0;
  }
  .section#contact .container > .bg .large {
    font-size: 16px;
  }
  .section#contact .container > .bg {
    padding: 48px 20px 45px;
  }
  .pg_case .section#sec1 {
    margin-bottom: 0;
  }
  .section#contact .bg + .center {
    font-size: 16px;
    margin: 72px 0 0;
  }
  .pg_case .case_item .example dd a {
    min-width: 220px;
  }
  
  /* **********************************
   *  受託開発
   * ********************************* */
  .pg_contracted .section#sec1 .images .flex .img {
    width: 70%;
    margin-top: 50px;
  }
  .pg_contracted .section#sec1 .images .flex .img:nth-child(2){
    margin-top: 50px;
    margin-right: 0;
  }
  .pg_contracted .section#sec1 .images .flex {
    justify-content: center;
  }
  .pg_contracted .section#sec1 .goodBox {
    font-size: 15px;
    padding: 18px;
  }
  .u_arrow {
    border-width: 15vw 30vw 0 30vw;
  }
  .pg_contracted .section#sec1 .point .ttl {
    position: relative;
    padding-left: 50px;
  }
  .pg_contracted .section#sec1 .point .ttl i {
    position: absolute;
    left: 0;
    top: -10px;
  }
  .pg_contracted .section#sec1 .consul {
    padding: 48px 20px 45px;
  }
  .pg_contracted .section#sec1 .consul .large {
    font-size: 16px;
  }
  .pg_contracted .section#sec1 .consul a {
    width: 265px;
    font-size: 16px;
  }
  .pg_contracted .section#sec1 .consul a + a{
    margin-top: 10px;
  }
  .pg_contracted .section#sec2 .step dt {
    width: 100%;
    text-align: center;
  }
  .pg_contracted .section#sec2 .step dd {
    width: 100%;
  }
  .pg_contracted .section#sec2 .step dd .bold {
    font-size: 16px;
    text-align: center;
  }
  
  /* **********************************
   *  受注終了製品一覧
   * ********************************* */
  .pg_discontinued .discount_list {
    margin-top: 55px;
  }
  .discount_list dt {
    width: 105px;
  }
  .discount_list dd {
    width: calc(100% - 105px);
  }
  .pg_discontinued .center {
    font-size: 16px;
    margin-top: 87px;
  }

  /* **********************************
   *  お知らせ
   * ********************************* */
  .post_items,
  .view-more-button {
    margin: 50px auto 0;
  }
  .post_content {
    font-size: 14px;
  }
  
  /* **********************************
   *  採用情報
   * ********************************* */
  .pg_recruit .section#sec1 .flex {
    min-height: inherit;
  }
  .pg_recruit .section#sec1 .bg {
    width: 100%;
    padding: 25px 0 45px;
  }
  .pg_recruit .section#sec1 .img {
    width: 100%;
    position: inherit;
    bottom: 0;
  }
  .pg_recruit .section#sec1 .img:before {
    padding-top: 53%;
  }
  .pg_recruit .section#sec1 .tt1 {
    margin-bottom: 30px;
  }
  .pg_recruit .section#sec2 table,
  .pg_recruit .section#sec2 tbody,
  .pg_recruit .section#sec2 tr,
  .pg_recruit .section#sec2 th,
  .pg_recruit .section#sec2 td{
    width: 100%;
    display: block;
  }
  .pg_recruit .section#sec2 tr + tr{
    margin-top: 20px;
  }
  .pg_recruit .section#sec2 th,
  .pg_recruit .section#sec2 td{
    padding: 0;
  }
  .link_2 {
    max-width: 100%;
    margin: 80px auto 20px;
  }
  
  /* **********************************
   *  応募フォーム
   * ********************************* */
  .contact_form_acceptance {
    margin-top: 54px;
  }
  .contact_form_btns {
    padding: 70px 0 0;
  }
  
  /* **********************************
   *  ダウンロード一覧
   * ********************************* */
  .pg_download .dl_item .item .img {
    width: 100%;
  }
  .pg_download .dl_item .item .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .pg_download .dl_item .item .ttl {
    font-size: 16px;
  }
  .pg_download .dl_item .item .link_2 {
    width: 100%;
    font-size: 16px;
    padding: 20px 12px;
    margin-top: 40px;
  }
  .pg_download .dl_item .item {
    margin-top: 60px;
  }
  
  
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form td [name="addr1"],
  .contact_form td .wpcf7-select{
    width: 286px;
  }
  div.wpcf7 .ajax-loader{
    display: block;
  }

  /* **********************************
   *  よくあるご質問
   * ********************************* */
  .pg_faq .section#sec1 .flex .item {
    width: 100%;
  }
  .pg_faq .section#sec1 .flex .item + .item{
    margin-top: 10px;
  }
  .pg_faq .section#sec1 .flex a {
    padding: 5px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }
  .pg_faq .section#sec2 .menu{
    border-right: 1px solid #2c8dd1;  
    border-top: 1px solid #2c8dd1;       
  }
  .pg_faq .section#sec2 .menu li {
    width: 50%;
    height: 72px;
    border: 1px solid #2c8dd1;
    border-right: 0;
    border-top: 0;    
    line-height: 1.5;
  }
  .pg_faq .section#sec2 .menu li + li {
    border-left: 1px solid #2c8dd1;
  }
  .pg_faq .section#sec2 h3,
  .pg_faq .section#sec2 .qa_list dt{
    font-size: 16px;
  }
  

  /* **********************************
   *  製品案内
   * ********************************* */
  .pg_products .section#sec2 {
    padding: 32px 0 50px;
  }
  .pg_products .section#sec2 .flex .item {
    width: 100%;
  }
  .pg_products .section#sec2 .flex .item + .item{
    margin-top: 15px;
  }
  .list_3 .item {
    width: 50%;
    padding: 0 5px;
  }
  .list_3 {
    margin: 0 -5px;
  }
  .pg_products .section#sec3 .item .ttl, 
  .pg_products .section#sec4 .item .ttl {
    font-size: 16px;
  }
  .pg_products .pg_home .section#sec5 {
    padding: 50px 0 45px;
  }
  .post-type-archive-products .section#contact .container > .bg,
  .tax-products_cat .section#contact .container > .bg {
    padding: 65px 40px 58px;
  }
  .products_cat_list .products_ttl {
    font-size: 18px;
  }
  
  /* 詳細 */
  .products_detail .category, 
  .products_detail .title {
    font-size: 16px;
  }
  .products_detail .post_content {
    margin: 40px 0 65px;
    text-align: left;
  }
  .products_detail .point li {
    font-size: 16px;
  }
  .products_detail .point {
    margin: 0 0 40px;
  }
  .products_detail .specification {
    margin: 62px 0 25px;
    padding: 27px 0 25px;
  }
  .products_detail .specification dl{
    display: block;
    line-height: 2;
  }
  .products_detail .specification dl + dl{
    margin-top: 15px;
  }
  .products_detail .specification dt,
  .products_detail .specification dd{
    width: 100%;
  }
  .products_detail .links {
    margin: 105px -15px -60px;
  }
  .products_detail .links .item {
    width: 100%;
    margin-bottom: 0;
  }
  .products_detail .links .item + .item{
    margin-top: 10px;
  }

}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}