@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
.sub_main {
  background-image: url(../img/items_bg.jpg);
}

.point_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items_point {
  margin-bottom: 40px;
  padding: 0 5%;
}
@media screen and (min-width: 769px) {
  .items_point {
    padding: 0;
  }
}
.items_point p {
  margin-top: 20px;
}

.box_wrap {
  background: #FFF;
  padding: 25px;
  border-bottom: 1px solid #CCC;
}

.items_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .items_box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.items_box .text {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .items_box .text {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 768px) {
  .items_box .text {
    margin-bottom: 40px;
  }
}
.items_box .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .items_box .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 769px) {
  .items_box .img {
    width: calc(250px - 40px);
  }
}
.items_box .img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.items_box .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #053559;
  color: #053559;
}
@media screen and (min-width: 769px) {
  .items_box .img.fit img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
}
.items_box .text {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .items_box .text {
    margin-bottom: 0;
  }
}
.items_box + .text_box {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .items_box + .text_box {
    margin-top: 60px;
  }
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #053559;
  font-size: 12px;
  margin-top: 10px;
}
.point_box p {
  width: calc(100% - 50px);
}
.point_box:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon/ok.svg);
}

.bg_box {
  font-size: 14px;
  font-weight: bold;
}/*# sourceMappingURL=items.css.map */