@charset "UTF-8";
/* おてがる定期便 */
.fixcenter {
  width: auto;
}

#pointback {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  color: #211815;
}

#pointback * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #323232;
  font-family: "YakuHanJPs_Noto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
}

/* メインビジュアル */
#pointback .main {
  width: 756px;
  margin: 0 auto 80px;
}

/* タイトル部分 */
#pointback .subttl_icon {
  width: auto;
  margin: 0 auto;
}
#pointback .subttl_icon img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#pointback .subttl {
  display: block;
  margin: 0 auto 48px;
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 0.12em;
  text-align: center;
}

/* terms */
#pointback .terms_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: space-between;
  width: 680px;
  margin: 0 auto 60px;
}
#pointback .terms_wrap:before {
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
          transform: translateY(-50%) translateX(-50%);
  background: #323232;
  content: "";
}
#pointback .terms_wrap:after {
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
          transform: translateY(-50%) translateX(-50%);
  background: #323232;
  content: "";
}
#pointback .terms_box {
  position: relative;
  width: 304px;
  padding: 24px 0;
  border: solid 2px #323232;
}
#pointback .terms_num {
  position: absolute;
  top: -13px;
  left: -2px;
}
#pointback .terms_text {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#pointback .terms_text span {
  color: #e75252;
  font-weight: 700;
}
#pointback .terms_comment {
  position: absolute;
  top: -70px;
  right: 20px;
}
#pointback .btn_app {
  -webkit-transition: all 0.3s;
  display: block;
  position: relative;
  width: 400px;
  margin: 0 auto 84px;
  padding: 14px 0;
  background: #e75252;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: center;
  transition: all 0.3s;
}
#pointback .btn_app:hover {
  opacity: 0.6;
}
#pointback .coupon {
  -webkit-transition: all 0.3s;
  display: block;
  margin: 0 auto 78px;
  transition: all 0.3s;
}
#pointback .coupon:hover {
  opacity: 0.6;
}

/* point */
#pointback .point {
  margin: 0 auto 92px;
}
#pointback .point_btns {
  width: 680px;
  margin: 0 auto;
}
#pointback .point_btns a {
  -webkit-transition: all 0.3s;
  display: inline-block;
  position: relative;
  margin-right: 18px;
  padding: 12px 30px 11px 19px;
  background: #73c1ea;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.07em;
  transition: all 0.3s;
}
#pointback .point_btns a:last-child {
  margin-right: 0;
}
#pointback .point_btns a::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 45%;
  right: 15px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  transition: all 0.3s;
}
#pointback .point_btns a:hover::after {
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}

/* caution */
#pointback .caution {
  margin: 0 auto 92px;
  padding: 60px 0;
  background: #eaf6fb;
}
#pointback .caution_list {
  width: 680px;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fff;
  font-size: 16px;
}
#pointback .caution_list li {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;
}
/*# sourceMappingURL=../maps/css/pc.css.map */
