@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Cormorant+Infant");

@media screen and (min-width: 769px), print {
  .col-grid-tx-fig_01 .text {
    width: 65.2%;
  }
}
@media screen and (min-width: 769px), print {
  .col-grid-tx-fig_01 .fig-box {
    width: 32%;
  }
}
.col-grid-tx-fig_01 .fig-box .txt {
  text-align: center;
  margin-top: 0.5em;

}
.tx-highlight_02 + p {
  margin-top: 0.5em;
}
.moist-fig01 {
  width: 240px;
}
.moist-fig02 {
  width: 400px;
}
.moist-fig03 {
  width: 600px;
}
.icon-plus {
  width: 40px;
}

.fig-center.mgt1 {
  margin-top: 1em;
}
.fig-center.mgt2 {
  margin-top: 2em;
}
.fig-center.mgb1 {
  margin-bottom: 1em;
}
.fig-center.mgb2 {
  margin-bottom: 2em;
}

/* - - - - - - */
.premium-howto {
  width: 100%;
  background: #fff;
}

.premium-howto .inner {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
  width: 94%;
}

@media only screen and (max-width: 640px) {
  .premium-howto .inner {
    padding-top: 30px;
  }
}

.premium-howto h3 {
  margin-bottom: 80px;
}

.step {
  margin-bottom: 50px;
  position: relative;
  padding: 50px 0 0;
  border: solid 1px #b58e65;
}

@media only screen and (max-width: 640px) {
  .step {
    padding: 30px 0 0;
  }
}

.step h4 {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 20px;
  font-size: 200%;
  font-family: 'Cormorant Infant',"Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #b58e65;
  letter-spacing: 0.1em;
  background: #fff;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 640px) {
  .step h4 {
    padding: 0 5px;
    font-size: 180%;
    width: 70%;
    text-align: center;
  }
}

.step h4 span {
  padding-left: 0.3em;
  font-size: 85%;
}

@media only screen and (max-width: 640px) {
  .step h4 span {
    font-size: 80%;
  }
}

.step ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 94%;
}

.step ul li {
  margin-bottom: 35px;
  width: 49%;
}

.step ul li:nth-child(odd) {
  margin-right: 2%;
}

.step ul li img {
  margin-bottom: 20px;
}

.step ul li p {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .step ul li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .step ul li img {
    margin-bottom: 10px;
    width: 80%;
  }
  .step ul li p {
    font-size: 11px;
  }
}

.step .point {
  margin-top: 1em;
  text-align: center;
}

.step .point p {
  color: #b58e65;
}
