/*　220427 グリシルグリシン調整用css */

.temp-top-area .inner .main-title {
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.75;
  margin: 2rem 0;
}

.temp-top-area .inner .main-title span {
  font-size: 2.25rem;
  letter-spacing: .15rem;
}


.howto-area .inner .howto-box .conts .howto-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  margin: 1rem 0 .25rem;
  font-size: 15px;
  grid-column-gap: 10px;
  transition: all 0.3s ease;
  text-align: right;
}

.howto-area .inner .howto-box .conts .howto-btn p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-left: auto;
}

.howto-area .inner .howto-box .conts .howto-btn::after {
  content: "";
  padding-right: 36px;
  background: url(https://mmoon.itembox.design/item/common/icon_arrow.svg) no-repeat 100% 50%;
  background-size: 30px auto;
  letter-spacing: 0.04em;
  transition: 0.1s ease-in-out;
}

.special-box {
  position: relative;
  margin: 0 auto 5rem;
  padding: 0 0 5rem;
}

.special-box .conts {
  position: absolute;
  left: 0;
  bottom: -5rem;
  font-size: 1rem;
  padding: 2.5% 10%;
}

.special-box .conts div {
  font-size: 1rem;
  margin: 1rem 0;
}

@media screen and (max-width: 375px) {

  .temp-top-area .inner .main-title {
    font-size: 1rem;
  }

  .temp-top-area .inner .main-title span {
    font-size: 1.5rem;
    letter-spacing: .15rem;
  }
}



/* 背景色、文字色変更 */

.temp-top-area .inner .title-obj {
  background-color: rgb(110, 155, 197, .8);
  padding: 40px 20px;
}

.case-area .inner h3 {
  color: #6E9BC5;
}

.case-area .case-obj div span {
  color: #6E9BC5;
}

.case-obj {
  background-color: #EEF3F7;
}

.features-flex .conts {
  background-color: #EEF3F7;
}

.howto-area .inner .howto-box .image .howto-obj {
  background-color: #6E9BC5;
}

.special-box .conts {
  background-color: rgb(239, 239, 239, .8);
}


@media screen and (min-width: 768px) {

  .temp-top-area .inner .title-obj {
    padding: 70px 20px;
  }

  .howto-area .inner .howto-box .conts .howto-btn p {
    font-size: 1rem;
  }

  .special-box {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }

  .special-box .conts {
    top: 50%;
    left: 2.5%;
    bottom: auto;
    font-size: 1.5rem;
    padding: 2.5% 10%;
    transform: translate(0px, -50%);
  }

  .special-box .conts div {
    font-size: 1.25rem;
    margin: 1rem 0;
  }

}


@media screen and (min-width: 1366px) {

  .special-box .conts div {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

}
