.cmn-box__heading {
  background-color: #21B6AA;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  font-size: 2.8rem;
  font-weight: 500;
}
.cmn-box__contents {
  background: url(/assets/img/common/bg_common.jpg) no-repeat center/cover;
  padding: 38px 30px 30px;
}
.cmn-box__item {
  border: solid 2px #1CB9EE;
  background: #fff;
  padding: 0 30px 20px;
  text-align: center;
  height: 100%;
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.cmn-box__item.is-pink {
  border-color: #EB6DA5;
}
.cmn-box__item.is-pink .cmn-box__item-list li::before {
  background: #EB6DA5;
}
.cmn-box__item.is-pink .cmn-box__item-heading {
  background: #EB6DA5;
}
.cmn-box__item.is-orange {
  border-color: #F08637;
}
.cmn-box__item.is-orange .cmn-box__item-list li::before {
  background: #F08637;
}
.cmn-box__item.is-orange .cmn-box__item-heading {
  background: #F08637;
}
.cmn-box__item.is-yellow {
  border-color: #F8B500;
}
.cmn-box__item.is-yellow .cmn-box__item-list li::before {
  background: #F8B500;
}
.cmn-box__item.is-yellow .cmn-box__item-heading {
  background: #F8B500;
}
.cmn-box__item-heading {
  display: inline-block;
  background: #1CB9EE;
  color: #fff;
  border-radius: 30px;
  min-width: 232px;
  padding: 3px 30px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  top: -20px;
}
.cmn-box__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.cmn-box__item-list.is-1column {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
.cmn-box__item-list.is-1column li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
.cmn-box__item-list.is-1column li:last-of-type {
  margin-bottom: 0;
}
.cmn-box__item-list.is-1column li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cmn-box__item-list.is-1column li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}
.cmn-box__item-list.is-1column li dt span {
  width: 62%;
  padding-right: 1em;
}
.cmn-box__item-list.is-1column li dd {
  width: 30%;
}
.cmn-box__item-list li {
  margin: 0 28px 10px 0;
}
.cmn-box__item-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1CB9EE;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.cmn-box__item-img {
  position: absolute;
}
.cmn-box__item-img.img01 {
  top: -110px;
  left: 20px;
}
.cmn-box__item-img.img02 {
  top: -110px;
  right: -20px;
}

.bottom-area {
  margin: -50px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cmn-box__heading {
    font-size: 2.2rem;
  }
  .cmn-box__contents {
    padding: 38px 15px 20px;
  }
  .cmn-box__item {
    padding: 0 18px 20px;
    max-width: 330px;
    margin: 0 auto;
  }
  .cmn-box__item-heading {
    font-size: 1.8rem;
    min-width: 134px;
  }
  .cmn-box__item-list.is-1column li {
    font-size: clamp(1.2rem, 3vw, 1.3rem);
  }
  .cmn-box__item-list li {
    font-size: 1.3rem;
    margin: 0 16px 10px 0;
  }
  .cmn-box__item-list li::before {
    width: 6px;
    height: 6px;
    margin-right: 7px;
  }
  .cmn-box__item-img.img01 {
    top: -80px;
    left: 0;
    width: 26%;
  }
  .cmn-box__item-img.img02 {
    top: -70px;
    right: -30px;
    width: 37%;
  }
  .bottom-area {
    margin-top: -40px;
  }
}