@charset "UTF-8";
/*------------------------------------------- 主な配信内容*/
.content .title + p {
  margin-bottom: 20px;
}

.delivery-contents__area {
  padding: 20px;
  border: 7px solid #ddedf9;
}
.delivery-contents__area .title8 {
  text-align: center;
  margin-top: -4px;
}
.delivery-contents__area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px 0 0;
}
.delivery-contents__area .list > li {
  width: 100%;
  padding: 8px 0 0;
  margin: 0;
}
.delivery-contents__area .list > li::before {
  content: none;
}
.delivery-contents__area .list > li p {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
.delivery-contents__area .list > li p::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #3788c6;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .content .title br {
    display: none;
  }

  .delivery-contents__area .list {
    margin: -10px -10px 0;
  }
  .delivery-contents__area .list > li {
    width: 50%;
    padding: 10px 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content .title + p {
    margin-bottom: 30px;
  }

  .unit-custom__area > *.acms-entry-unit-full .delivery-contents__area {
    margin-bottom: 90px;
  }

  .delivery-contents__area {
    padding: 30px 35px;
  }
  .delivery-contents__area .title8 {
    margin: -6px 0 20px;
  }
  .delivery-contents__area .list > li:nth-child(odd) {
    width: 55%;
  }
  .delivery-contents__area .list > li:nth-child(even) {
    width: 45%;
  }
  .delivery-contents__area .list > li p {
    padding-left: 1.5em;
    line-height: 1.3888;
  }
  .delivery-contents__area .list > li p::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}