@charset "UTF-8";
/* CSS Document */
/******************************************************************
/******************************************************************
/******************************************************************/
.main.request {
  background-image: url("../images/mainBg_Inquiry.jpg");
}

/******************************************************************
資料請求
*******************************************************************/
.reqBlock {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 735px) {
  .reqBlock {
    width: 100%;
  }
}
.reqBlock .col2 {
  width: 50%;
  margin: 0 auto 40px;
}
@media (max-width: 1025px) {
  .reqBlock .col2 {
    width: 70%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 735px) {
  .reqBlock .col2 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.reqBlock .col {
  width: 23.5%;
  margin: 0 auto 40px;
}
@media (max-width: 1025px) {
  .reqBlock .col {
    width: 36%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 735px) {
  .reqBlock .col {
    width: 45%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1027px) {
  .reqBlock .col .pc_mt10 {
    margin: 20px auto;
  }
}
.reqBlock p {
  max-width: 165px;
  text-align: center;
  margin: 10px auto;
}
@media (max-width: 735px) {
  .reqBlock p {
    max-width: 140px;
  }
}
.reqBlock p img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 735px) {
  .reqBlock p img {
    height: 180px;
  }
}
.reqBlock .r_box {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 735px) {
  .reqBlock .r_box {
    width: 94%;
  }
}
.reqBlock .r_box p {
  width: 47%;
}

.req_guidettl {
  text-align: center;
  font-size: 98%;
  font-weight: 500;
}
@media (min-width: 1026px) {
  .req_guidettl {
    min-height: 2.6em;
  }
}
.req_guidettl._type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70%;
}
@media (max-width: 735px) {
  .req_guidettl._type2 {
    max-width: 80%;
  }
}
.req_guidettl._type2::before, .req_guidettl._type2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: #000;
}
.req_guidettl._type2::before {
  margin-right: 15px;
}
.req_guidettl._type2::after {
  margin-left: 15px;
}

.ji_out_box2 {
  max-width: 600px;
  margin: 0 auto 60px;
}
@media (max-width: 1025px) {
  .ji_out_box2 {
    margin: 0 auto 40px;
  }
}
@media (max-width: 735px) {
  .ji_out_box2 {
    margin: 0 auto 30px;
    display: block;
  }
  .ji_out_box2 ul.boxitem {
    margin: 0 auto 0.8rem;
  }
}
.ji_out_box2 .boxitem a {
  color: #222;
}

.per30 {
  width: 30%;
}

.per40 {
  width: 40%;
}

.per50 {
  width: 50%;
}

@media (max-width: 735px) {
  spPer30 {
    width: 30%;
  }
  spPer40 {
    width: 40%;
  }
  spPer50 {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */