.option {
  margin-top: 60px;
}

.option-title {
  margin-bottom: 70px;
  text-align: center;
}

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

.option-title h1 {
  font-size: 2em;
}

.option-group {
  margin-bottom: 65px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .option-group {
    margin-bottom: 40px;
  }
}

.option-group h2 {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.667em;
  line-height: 1.2;
}

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

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

.option-group__desc {
  margin-bottom: 35px;
}

.option-group__thumb {
  margin-bottom: 35px;
  text-align: center;
}

.option-group__thumb img {
  width: 31.7%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 479px) {
  .option-group__thumb img {
    width: 100%;
  }
}

.option-group__note {
  margin-bottom: 10px;
  color: #929292;
  font-size: small;
  text-align: right;
}

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

.option-group__detail {
  padding: 30px 15px;
  background-color: #f3f3f3 !important;
}

.option-group__detail h3 {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.option-group__detail p span {
  color: #ee3333;
}

.option-group__detail p + h3 {
  margin-top: 40px;
}
