@charset "utf-8";


/* ==========================================================================
  main
  ========================================================================== */
.main_contents {
  background: #ddd url(/assets/img/advantage/bg_main.png) center top repeat-x;
}
.main_container {
  background: #ddd url(/assets/img/advantage/bg_main_container.png) center top repeat-x;
}

@media screen and (max-width: 767px) {
  .main_container {
    background-size: 650px;
  }
}


/* ==========================================================================
  overview
  ========================================================================== */
.overview h1 {
  background: url(/assets/img/common/ico_advantage.svg) no-repeat;
  color: #26a973;
  text-align: center;
}
.overview p {
  margin: 0;
  text-align: center;
}
.overview strong {
  color: #26a973;
  font-weight: normal;
  line-height: 1.4;
}
.overview strong span {
  display: block;
}

@media screen and (max-width: 767px) {
  .overview {
    margin-bottom: 90px;
  }
  .overview.company {
    margin-bottom: 106px;
  }
  .overview h1 {
    margin: 0 0 25px;
    padding: 55px 0 5px;
    background-position: center 15px;
    background-size: 55px auto;
    border-top: 2px solid #26a973;
    border-bottom: 2px solid #26a973;
    font-size: 2rem;
  }
  .overview p {
    padding: 0 10px;
    font-size: 1.7rem;
  }
  .overview strong {
    font-size: 2.7rem;
  }
  .overview strong span {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .overview {
    margin-bottom: 220px;
  }
  .overview h1 {
    margin: 0 0 50px;
    padding: 70px 0 10px;
    background-position: center 20px;
    background-size: 70px auto;
    border-top: 3px solid #26a973;
    border-bottom: 3px solid #26a973;
    font-size: 2.4rem;
  }
  .overview p {
    font-size: 2rem;
  }
  .overview strong {
    font-size: 5.4rem;
  }
  .overview strong span {
    font-size: 2.4rem;
  }
}


/* ==========================================================================
  faq
  ========================================================================== */
.faq .block {
  background-repeat: no-repeat;
}
body.company .faq-01 { background-image: url(/advantage/company/img/faq_01.jpg); }
body.company .faq-02 { background-image: url(/advantage/company/img/faq_02.jpg); }
body.company .faq-03 { background-image: url(/advantage/company/img/faq_03.jpg); }
body.company .faq-04 { background-image: url(/advantage/company/img/faq_04.jpg); }
body.president .faq-01 { background-image: url(/advantage/president/img/faq_01.jpg); }
body.president .faq-02 { background-image: url(/advantage/president/img/faq_02.jpg); }
body.president .faq-03 { background-image: url(/advantage/president/img/faq_03.jpg); }
body.staff .faq-01 { background-image: url(/advantage/staff/img/faq_01.jpg); }
body.staff .faq-02 { background-image: url(/advantage/staff/img/faq_02.jpg); }
body.staff .faq-03 { background-image: url(/advantage/staff/img/faq_03.jpg); }
.faq dl {
  margin: 0;
  background: #fff;
  border: 3px solid #26a973;
  text-align: center;
  box-sizing: border-box;
}
.faq dt {
  background: url(/assets/img/common/ico_faq.svg) center top no-repeat;
  border-bottom: 2px solid #26a973;
  color: #26a973;
  font-weight: bold;
}
.faq dd {
  margin: 0;
}
.faq strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 0 15px;
  }
  .faq .block {
    margin-bottom: 20px;
    padding-top: 60vw;
    background-size: 100%;
  }
  body.company .faq-01 { background-position: center -15vw; }
  body.company .faq-02 { background-position: center -27vw; }
  body.company .faq-03 { background-position: center -31vw; }
  body.company .faq-04 { background-position: center -30vw; }
  body.president .faq-01 { background-position: center -25vw; }
  body.president .faq-02 { background-position: center -18vw; }
  body.president .faq-03 { background-position: center -23vw; }
  body.staff .faq-01 { background-position: center -18vw; }
  body.staff .faq-02 { background-position: center -45vw; }
  body.staff .faq-03 { background-position: center -19vw; }
  .faq dl {
    padding: 25px 15px;
  }
  .faq dt {
    margin-bottom: 10px;
    padding: 50px 0 10px;
    background-size: 36px auto;
    font-size: 1.6rem;
  }
  .faq dd {
    font-size: 1.5rem;
    letter-spacing: -.1rem;
  }
  .faq strong:not(.small) {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .faq .block {
    margin-bottom: 50px;
    padding-right: 50%;
    background-position: right center;
    background-size: 50% auto;
  }
  .faq .block:nth-child(even) {
    padding: 0 0 0 50%;
    background-position: left center;
  }
  .faq dl {
    min-height: 300px;
    padding: 30px 20px;
  }
  .faq dt {
    margin-bottom: 10px;
    padding: 50px 0 10px;
    background-size: 38px auto;
    font-size: 1.4rem;
  }
  .faq dd {
    font-size: 1.7rem;
  }
  .faq strong:not(.small) {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .faq dl {
    min-height: 450px;
    padding: 40px 25px;
  }
  .faq dt {
    margin-bottom: 15px;
    padding: 80px 0 15px;
    background-size: 58px auto;
    font-size: 1.7rem;
  }
  .faq dd {
    font-size: 2rem;
  }
}


/* ==========================================================================
  machine
  ========================================================================== */
.machine-list dl {
  background: #fff;
  border: 3px solid #26a973;
  text-align: center;
}
.machine-list dt {
  margin-bottom: 10px;
  padding: 70px 0 5px;
  background: url(/assets/img/common/ico_machine.svg) center top no-repeat;
  background-size: 55px auto;
  border-bottom: 2px solid #26a973;
  font-weight: bold;
  line-height: 1.5;
}
.machine-list dt span {
  display: block;
  color: #26a973;
  font-size: 1.7rem;
}
.machine-list dd {
  margin: 0;
}
.machine-list figure.main {
  margin: 0 0 20px;
}
.machine-list figure img {
  width: 100%;
  height: auto;
}
.machine-list .txt {
  background: #26a973;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.machine-list .txt span {
  display: table-cell;
  vertical-align: middle;
}
.machine-list .txt .ico {
  background: url(/assets/img/common/ico_point.svg) left top no-repeat;
  background-size: contain;
  line-height: 1;
}
.machine-list figure.left {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .machine-list {
    padding: 0 15px;
  }
  .machine-list .block {
    margin-bottom: 50px;
  }
  .machine-list dl {
    margin: 0 0 20px;
    padding: 30px;
  }
  .machine-list dt {
    font-size: 2.7rem;
  }
  .machine-list dd {
    font-size: 1.7rem;
  }
  .machine-list figure.right {
    margin: 0 0 20px;
  }
  .machine-list .txt {
    margin: 0 0 20px;
    padding: 25px;
    font-size: 1.6rem;
  }
  .machine-list .txt span {
    padding-left: 20px;
  }
  .machine-list .txt .ico {
    padding: 47px 0 0 0;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .machine-list .block {
    margin-bottom: 100px;
  }
  .machine-list .block:after {
    content: "";
    display: block;
    clear: both;
  }
  .machine-list dl {
    margin: 0 0 30px;
    padding: 30px 50px;
  }
  .machine-list dt {
    font-size: 3.2rem;
  }
  .machine-list dd {
    font-size: 1.9rem;
  }
  .machine-list figure.right {
    float: right;
    width: 54%;
    margin: 0;
  }
  .machine-list .txt {
    float: left;
    width: 43.7%;
    margin: 0 0 20px;
    padding: 3vw;
    font-size: 2.2rem;
    box-sizing: border-box;
  }
  .machine-list .txt span {
    padding-left: 2.5vw;
  }
  .machine-list .txt .ico {
    padding: 50px 0 0 0;
    font-size: 1.8rem;
  }
  .machine-list figure.left {
    float: left;
    width: 43.7%;
  }
}

@media screen and (min-width: 1024px) {
  .machine-list .txt {
    padding: 30px;
  }
  .machine-list .txt span {
    padding-left: 25px;
  }
  .machine-list .txt .ico {
    padding: 64px 0 0 0;
  }
}

@media all and (-ms-high-contrast:none) and (min-width: 1024px) { /* IE hack */
  .machine-list .txt .ico {
    padding: 67px 0 0 0;
  }
}
