.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 96px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #d35354;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/facility/page.jpg) no-repeat top center;
  background-size: cover;
}

.bg {
  position: relative;
  padding: 60px 0;
  background: url(../images/common/info_bg.png);
}
.bg .inner {
  width: 100%;
  position: relative;
}

.htu {
  padding: 0 !important;
}
.htu .use_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap {
    padding-top: 0;
  }
}
.htu .use_wrap .useBox {
  width: 80%;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.htu .use_wrap .useBox:nth-of-type(1) .ttl:before {
  content: "01.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(2) .ttl:before {
  content: "02.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(3) .ttl:before {
  content: "03.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(4) .ttl:before {
  content: "04.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(5) .ttl:before {
  content: "05.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(6) .ttl:before {
  content: "06.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(7) .ttl:before {
  content: "07.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.htu .use_wrap .useBox:nth-of-type(8) .ttl:before {
  content: "08.";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox {
    width: 100%;
    padding: 7% 5%;
    margin-bottom: 15px;
  }
}
.htu .use_wrap .useBox .image {
  width: 45%;
}
.htu .use_wrap .useBox .image img {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.htu .use_wrap .useBox .txt_wrap {
  width: 55%;
  padding: 30px;
}
.htu .use_wrap .useBox .txt_wrap.w100 {
  width: 100%;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox .txt_wrap {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.htu .use_wrap .useBox .txt_wrap .ttl {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #d35354;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox .txt_wrap .ttl {
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox .txt_wrap .txt {
    font-size: 1.4rem;
  }
}
.htu .use_wrap .useBox:nth-of-type(2n) {
  margin-left: auto;
}
.htu .use_wrap .useBox:nth-of-type(2n) .txt_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox:nth-of-type(2n) .txt_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.htu .use_wrap .useBox:nth-of-type(6) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.htu .use_wrap .useBox:nth-of-type(6) .txt_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.htu .use_wrap .useBox_type2 {
  padding: 30px;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox_type2 {
    padding: 7% 5%;
  }
}
.htu .use_wrap .useBox_type2 .txt_wrap {
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox_type2 .txt_wrap {
    margin-bottom: 15px;
  }
}
.htu .use_wrap .useBox_type2 .image {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .htu .use_wrap .useBox_type2 .image {
    width: 100%;
  }
  .htu .use_wrap .useBox_type2 .image:last-of-type {
    margin-top: 15px;
  }
}/*# sourceMappingURL=ganban_use.css.map */