@charset "utf-8";

/* ======================================================
 * manufacturing.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
====================================================== */
  
  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  
  /* ----- manufacturing-heading ----- */
  .manufacturing-heading .heading-lv1 {
    padding: 30px 0;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap {
    display: block;
    width: 600px;
    padding-right: 24px;
    color: #545454;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap .heading__shoulder {
    display: inline-block;
    font-size: 2.0rem;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap .heading__label {
    display: inline-block;
    font-size: 3.6rem;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap .heading__lead {
    display: inline-block;
    margin-top: 1.3em;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
  }
  
  /* ----- process--heading ----- */
  .manufacturing-heading .heading-lv1.process--heading:before {
    top: 0;
    right: 49%;
    bottom: 0;
    width: 978px;
    height: auto;
    background: url("/en/manufacturing/img/index_bg01.jpg") no-repeat;
    background-size: cover;
  }
  .manufacturing-heading .heading-lv1.process--heading:after {
    top: 0;
    bottom: 0;
    left: 51%;
    width: 942px;
    height: auto;
    background: url("/en/manufacturing/img/index_h01.jpg") no-repeat;
    background-size: cover;
  }
  
  /* ----- heading__shoulder ----- */
  .heading-lv2 .heading__label + .heading__shoulder {
    margin-bottom: 0;
    margin-top: 0.2em;
  }
  
  /* ----- manufacturing-contact-box ----- */
  .manufacturing-contact-box {
    border: 1px solid #005aaa;
    width: 786px;
    padding: 26px 36px 33px;
    margin: 30px auto 0;
  }
  .manufacturing-contact-box .manufacturing-contact_label {
    color: #005aaa;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .manufacturing-contact-box .manufacturing-contact_lead {
    margin-bottom: 10px;
  }
  .manufacturing-contact-box .manufacturing-contact_button {
    width: 712px;
    margin-bottom: 0;
  }
  .manufacturing-contact-box .manufacturing-contact_button .btn__label {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .manufacturing-contact-box .manufacturing-contact_button .btn__label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 18px;
    background: url(/en/common_img/cmn_contact_ic03.png) no-repeat;
    background-size: cover;
  }
  .manufacturing-contact-box .manufacturing-contact_button .link-contact:hover .btn__label::after {
    background-image: url(/en/common_img/cmn_contact_ic04.png);
  }
  .manufacturing-contact-box .manufacturing-contact_button .btn__label::before {
    position: absolute;
    content: "";
    display: block;
    top: 3px;
    right: 240px;
    width: 18px;
    height: 18px;
    background: url(/en/common_img/cmn_blank_ic01.png) no-repeat;
    background-size: cover;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */

}

/* ======================================================
 * PC Media Queries
====================================================== */
/*@media screen and (min-width: 768px) and (max-width: 1600px) {
}*/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * common
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  
  /* ----- manufacturing-heading ----- */
  .manufacturing-heading .heading-lv1 {
    display: block;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap {
    display: block;
    color: #545454;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap .heading__label {
    display: inline-block;
    font-size: 2.2rem;
  }
  .manufacturing-heading .heading-lv1 .manufacturing-heading_wrap .heading__lead {
    display: inline-block;
    margin-top: 1.0em;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
  }
  
  /* ----- process--heading ----- */
  .manufacturing-heading .heading-lv1.process--heading {
    height: 680px;
  }
  .manufacturing-heading .heading-lv1.process--heading:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 72%;
    background: url("/en/manufacturing/img/index_bg01-r2x.jpg") no-repeat;
    background-size: cover;
  }
  .manufacturing-heading .heading-lv1.process--heading:after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 28%;
    background: url("/en/manufacturing/img/index_h01-r2x.jpg") no-repeat;
    background-size: cover;
  }
  
  /* ----- heading__shoulder ----- */
  .heading-lv2 .heading__label + .heading__shoulder {
    margin-bottom: 0;
    margin-top: 0.2em;
    font-size: 1.5rem;
  }
  
  /* ----- manufacturing-contact-box ----- */
  .manufacturing-contact-box {
    border: 1px solid #005aaa;
    padding: 16px 9px;
    width: 100%;
  }
  .manufacturing-contact-box .manufacturing-contact_label {
    color: #005aaa;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .manufacturing-contact-box .manufacturing-contact_lead {
    margin-bottom: 15px;
  }
  .manufacturing-contact-box .manufacturing-contact_button {
    width: 319px;
    margin-bottom: 0;
  }
  .manufacturing-contact-box .manufacturing-contact_button .btn__label {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .manufacturing-contact-box .manufacturing-contact_button .btn__label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 17px;
    background: url(/en/common_img/cmn_contact_ic03.png) no-repeat;
    background-size: cover;
  }
  
  .manufacturing-contact-box .manufacturing-contact_button .btn__label::before {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    right: 65px;
    width: 14px;
    height: 14px;
    background: url(/en/common_img/cmn_blank_ic01.png) no-repeat;
    background-size: cover;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
}


/* ======================================================
 * SP Media Queries
====================================================== */
/*@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}*/
@media only screen and (max-width: 320px) {
  /* ----- manufacturing-contact-box ----- */
  .manufacturing-contact-box .manufacturing-contact_button {
    width: 100%;
    margin-bottom: 0;
  }
}

/* ======================================================
 * print
====================================================== */
@media print{
  
}