.sp-br {
  display: none;
}

@media screen and (max-width: 479px) {
  .sp-br {
    display: block;
  }
}

.service-delivery {
  margin-top: 60px;
}

.service-title {
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-title {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .service-title {
    margin-bottom: 30px;
  }
}

.service-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.service-subtitle {
  margin-bottom: 35px;
  padding: 0 15px;
}

.service-subtitle h2 {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.667em;
}

.service-subtitle h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.service-subtitle h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.delivery-group {
  margin-bottom: 65px;
}

.delivery-head {
  position: relative;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
}

.delivery-head > span {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.delivery-head h3 {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
  .delivery-head h3 {
    font-size: 46px;
  }
}

.delivery-head p {
  font-size: 20px;
  padding: 5px 20px;
  display: inline-block;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .delivery-head p {
    font-size: 19px;
    line-height: 1.4;
  }
}

.delivery-head p span {
  margin-left: 5px;
  font-size: 32px;
}

@media screen and (max-width: 479px) {
  .delivery-head p span {
    font-size: 44px;
  }
}

.bubble-red > span {
  background: #ff675b;
}

.bubble-red > span::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 13px solid #ff675b;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
}

.bubble-red h3 {
  color: #ff675b;
  border-bottom: solid 4px #ff675b;
}

.bubble-orange > span {
  background: #f79468;
}

.bubble-orange > span::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 13px solid #f79468;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
}

.bubble-orange h3 {
  color: #f79468;
  border-bottom: solid 4px #f79468;
}

@media screen and (max-width: 479px) {
  .bubble-orange h3 {
    font-size: 40px;
  }
}

.bubble-basic > span {
  background: #ddc499;
}

.bubble-basic > span::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 13px solid #ddc499;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
}

.bubble-basic h3 {
  color: #ddc499;
  border-bottom: solid 4px #ddc499;
}

@media screen and (max-width: 479px) {
  .bubble-basic h3 {
    font-size: 32px;
  }
}

.delivery-detail {
  padding: 20px 15px 45px;
  background-color: #f3f3f3;
}

.delivery-detail__title {
  margin-bottom: 35px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.delivery-detail__title span {
  color: #ee3333;
}

.delivery-detail__note span {
  color: #ee3333;
}

.delivery-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 130px;
  padding: 55px 0 70px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .delivery-attention {
    margin-bottom: 115px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .delivery-attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.attention-item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .attention-item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
  }
}

.attention-item:first-child {
  padding-left: 0;
}

.attention-item:last-child {
  padding-right: 0;
}

.attention-item__title {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.attention-item__note {
  margin-bottom: 15px;
}

.attention-item__note span {
  color: #ee3333;
}

.proof-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
  .proof-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.proof-item {
  display: inline-block;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .proof-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.proof-item__container {
  padding: 20px 15px 30px;
  background-color: #f3f3f3;
}

.proof-item h3 {
  color: #795548;
  font-size: 1.846em;
  line-height: 1.2;
  margin-bottom: 5px;
}

.proof-item__sub {
  margin-bottom: 20px;
  font-style: italic;
}

.proof-item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}

.proof-item__price {
  margin-bottom: 40px;
}

.proof-item__price h4 {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.proof-item__price:last-of-type {
  margin-bottom: 0;
}

.proof-note {
  margin-bottom: 105px;
  padding: 20px 15px 0;
  text-align: right;
  color: #929292;
  font-size: small;
}

@media screen and (max-width: 767px) {
  .proof-note {
    text-align: left;
  }
}
