@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

#gasnorikae {
  position: relative;
  padding: 80px 0 70px;
  background: #fff100;
}
@media screen and (min-width: 769px) {
  #gasnorikae {
    padding-bottom: 120px;
    margin-bottom: -80px;
  }
}

#gasnorikae * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
#gasnorikae img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#gasnorikae ul, ol {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  #gasnorikae img {
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #gasnorikae .wide-screen {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #gasnorikae .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  #gasnorikae .sp {
    display: none !important;
  }
}

#gasnorikae a:not([class]) {
  color: #00A0E9;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  #gasnorikae a:hover {
    opacity: .7;
  }
  #gasnorikae a {
    transition: .3s opacity ease;
  }
}

@media screen and (max-width: 768px) {
  #gasnorikae {
    padding: 0 0 40px;
  }

  #gasnorikae .wrp-contents {
    padding: 0 15px;
  }

  .core-site-footer {
    margin-top: 0;
  }
}

/* ナビゲーション */
#gasnorikae .top-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#gasnorikae .top-nav--fix {
  position: fixed;
  top: -80px;
  left: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.07);
  transition: transform .4s;
  transition-delay: .2s;
  transform: translateY(0);
  z-index: 99;
}
#gasnorikae .top-nav--fix.top-nav--show {
  transform: translateY(80px);
}
#gasnorikae .top-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
  height: 80px;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 20px 10px;
}
#gasnorikae .top-nav__items {
  display: flex;
  align-items: center;
}
#gasnorikae .top-nav__items li {
  margin: 0 .5em;
}
#gasnorikae .top-nav__items li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 30px;
  padding: 0 .5em .2em;
  background: #fff100;
  border: 2px solid #000;
  border-radius: 8px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.03em;
  white-space: nowrap;
  text-decoration: none;
}
#gasnorikae .top-nav__items li a::after {
  width: 0;
  height: 0;
  margin: 0 0 -.2em .4em;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .8em .45em 0;
  content: "";
}
#gasnorikae .top-nav__title {
  margin-right: 10px;
}

@media screen and (max-width: 1079px) {
  #gasnorikae .top-nav--fix.top-nav--show {
    transform: translateY(131px);
  }
  #gasnorikae .top-nav__items li a {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #gasnorikae .top-nav {
    display: none;
  }
}

/* KV */
#gasnorikae .kv {
  padding: 0 20px;
}
#gasnorikae .kv__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #gasnorikae .kv {
    padding: 0 3vw;
  }
}

/* CTA */
#gasnorikae .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
#gasnorikae .cta__btn a {
  border: none;
}
#gasnorikae .cta__btn {
  display: inline-block;
  padding: 7px 4px 7px 0;
  background: #DF007F;
  box-shadow: 0 10px 0 #940054;
  border-radius: 15px;
  transition: .2s ease;
}
#gasnorikae .cta__btn img {
  transform: translateX(-15px);
}
#gasnorikae .cta__btn--sm {
  max-width: 400px;
  margin-top: 50px;
  padding: 0 20px 15px;
}
#gasnorikae .cta__btn--sm img {
  margin-top: -50px;
  transform: none;
}
#gasnorikae .cta__att {
  margin-top: 15px;
  padding-left: 1em;
  font-size: 14px;
  text-indent: -1em;
}
#gasnorikae .cta__att--wht {
  text-shadow: 2px  2px 0 #fff, -2px  2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff,2px  0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff,
              3px  3px 0 #fff, -3px  3px 0 #fff, 3px -3px 0 #fff, -3px -3px 0 #fff,3px  0px 0 #fff, 0px 3px 0 #fff, -3px 0px 0 #fff, 0px -3px 0 #fff;
}
@media screen and (max-width: 768px) {
  #gasnorikae .cta {
    padding: 0 5vw;
  }
  #gasnorikae .cta__btn {
    max-width: 400px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  #gasnorikae .cta__btn img {
    transform: none;
  }
  #gasnorikae .cta__att {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #gasnorikae a.cta__btn:hover {
    opacity: 1;
    transform: translateY(7px);
    box-shadow: 0 3px 0 #940054;
  }
}

/* えらべるギフト */
#gasnorikae .gift {
  margin-top: -40px;
  padding: 40px 0;
}
#gasnorikae .gift .wrp-contents {
  position: relative;
  /*margin-top: -6px;*/
  overflow: hidden;
}
#gasnorikae .gift .wrp-contents::after {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  height: 8px;
  background: #000;
  content: "";
}
#gasnorikae .gift-wrap {
  position: relative;
  left: 6px;
  max-width: 990px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #fff;
  border: 9px solid #000;
  border-bottom: none;
  border-radius: 26px 26px 0 0;
  box-shadow: 8px 8px 0 #000;
}
#gasnorikae .gift__catch {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 5px -30px 10px;
}
#gasnorikae .gift__catch h2 {
  margin: 0 10px 10px;
}
#gasnorikae .gift__lead {
  margin-bottom: 10px;
  text-align: center;
}
#gasnorikae .gift__lead p {
  margin: 0 20px;
}
#gasnorikae .gift__present {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#gasnorikae .gift__present--1 {
  margin-bottom: 45px;
}
#gasnorikae .gift__present--1::after {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  content: "";
}
#gasnorikae .gift-money {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 880px;
  margin: 10px auto 45px;
  gap: 0 40px;
}

#gasnorikae .gift-more {
  position: relative;
  margin: 15px 0 50px;
  padding: 70px 30px 0;
  text-align: center;
}
#gasnorikae .gift-more::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92%;
  height: 50px;
  background: url("../images/gift_border.png") no-repeat 50% 0;
  background-size: contain;
  content: "";
  transform: translateX(-50%);
}
#gasnorikae .gift-more__att {
  padding-left: 1em;
  margin-top: 15px;
  font-size: 14px;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #gasnorikae .gift {
    /*margin-top: -60px;*/
    padding-bottom: 20px;
  }
  #gasnorikae .gift .wrp-contents {
    margin-top: -2.5vw;
    padding: 0 3vw;
  }
  #gasnorikae .gift .wrp-contents::after {
    left: 0;
    width: 100%;
    height: 5px;
  }
  #gasnorikae .gift-wrap {
    left: 0;
    padding-bottom: 60px;
    border-width: 4px 4px 0 4px;
    border-radius: 13px 13px 0 0;
    box-shadow: 4px 4px 0 #000;
  }
  #gasnorikae .gift__catch {
    margin: 20px 3px 25px;
  }
  #gasnorikae .gift__lead {
    margin: 0 10px 20px;
  }
  #gasnorikae .gift__present {
    padding: 0 15px 20px;
  }
  #gasnorikae .gift__present--1 {
    margin-bottom: 20px;
  }
  #gasnorikae .gift__present--1::after {
    height: 1px;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 4px 1px;
  }
  #gasnorikae .gift-money {
    gap: 0;
    margin-bottom: 40px;
    padding: 0;
  }
  #gasnorikae .gift-money__item {
    width: 24%;
  }
  #gasnorikae .gift-money__item--lg {
    width: 46%;
  }
  #gasnorikae .gift-more {
    margin-bottom: 20px;
    padding: 60px 20px 0;
  }
  #gasnorikae .gift-more__att {
    font-size: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  #gasnorikae .gift-more::before {
    width: 90%;
    background-image: url("../images/gift_border_sp.png");
  }
}

/* お申し込みの流れ */
#gasnorikae .flow {
  position: relative;
  padding: 40px 0 100px;
}
#gasnorikae .flow::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1080px;
  height: 8px;
  background: #000;
  content: "";
  transform: translateX(-50%);
}
#gasnorikae .flow__catch {
  text-align: center;
}
#gasnorikae .flow__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
#gasnorikae .flow-grid {
  position: relative;
  display: grid;
  grid-template-columns: 48% 4% 48%;
  grid-auto-rows: auto;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gasnorikae .flow-grid {
    display: block;
  }
}
#gasnorikae .flow-grid__l00 {
  grid-column: 1/2;
  grid-row: 1/2;
}
#gasnorikae .flow-grid__l01 {
  grid-column: 1/2;
  grid-row: 2/3;
  background: #fff;
  border: 5px solid #000;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}
#gasnorikae .flow-grid__l02 {
  grid-column: 1/2;
  grid-row: 3/4;
  background: #fff;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
}
#gasnorikae .flow-grid__l03 {
  grid-column: 1/2;
  grid-row: 4/5;
  background: #fff;
  border: 5px solid #000;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
#gasnorikae .flow-grid__r00 {
  grid-column: 3/4;
  grid-row: 1/2;
}
#gasnorikae .flow-grid__r01 {
  grid-column: 3/4;
  grid-row: 2/3;
  background: #fff;
  border: 5px solid #000;
  border-radius: 15px 15px 0 0;
  border-bottom: none;
}
#gasnorikae .flow-grid__r02 {
  grid-column: 3/4;
  grid-row: 3/4;
  background: #fff;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
}
#gasnorikae .flow-grid__r03 {
  grid-column: 3/4;
  grid-row: 4/5;
  background: #fff;
  border: 5px solid #000;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

#gasnorikae .flow-content {
  width: 48%;
  margin-top: 100px;
  padding-bottom: 20px;
  background: #fff;
  border: 5px solid #000;
  border-radius: 15px;
}
#gasnorikae .flow-content__arr {
  position: relative;
}
#gasnorikae .flow-content__arr::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 36px 20px 0;
  content: "";
  transform: translateX(-50%);
}
#gasnorikae .flow-content__title {
  position: relative;
  top: 30px;
  margin-left: -6px;
  z-index: 2;
}
#gasnorikae .flow-item {
  position: relative;
  padding: 30px;
}
#gasnorikae .flow-item__inner {
  display: flex;
}
#gasnorikae .flow-item--top {
  padding-top: 40px;
  padding-bottom: 180px;
}
#gasnorikae .flow-item--md::before,
#gasnorikae .flow-item--btm::before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  background-image : linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  content: "";
}
#gasnorikae .flow-item--btm {
  padding-bottom: 210px;
}
#gasnorikae .flow-item__img {
  width: 40%;
}
#gasnorikae .flow-item__col {
  flex: 1;
}
#gasnorikae .flow-item__title {
  margin-bottom: 10px;
}
#gasnorikae .flow-item__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -.05em;
}
#gasnorikae .flow-item__em--mkr {
  color: #e00012;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FFEB00 70%);
}
#gasnorikae .flow-item__em--01 {
  color: #de007f;
  font-weight: 900;
}
#gasnorikae .flow-item__em--02 {
  color: #009ae3;
  font-weight: 900;
}
#gasnorikae .flow-item__att--wide {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
#gasnorikae .flow-item__att li {
  margin-right: -1em;
  padding-left: 1em;
  font-size: 13px;
  letter-spacing: -.07em;
  text-indent: -1em;
}

#gasnorikae .flow-cta--wide {
  position: absolute;
  top: 350px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 5;
}
#gasnorikae .flow-cta--wide2 {
  top: auto;
  bottom: 50px;
}
#gasnorikae .flow-cta--wide .cta__att {
  display: flex;
  justify-content: center;
}
#gasnorikae .flow-cta--sp {
  display: none;
}
#gasnorikae .flow-cta {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
#gasnorikae .flow-cta__att {
  font-size: 11px;
  letter-spacing: -.07em;
}
#gasnorikae .flow-more {
  padding: 0 10px;
  text-align: center;
}
#gasnorikae .flow-more__att {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 11px;
  letter-spacing: -.05em;
  text-indent: -1em;
}

#gasnorikae .flow__arr--01,
#gasnorikae .flow__arr--02 {
  position: absolute;
  left: 50%;
  content: "";
  z-index: 2;
}
#gasnorikae .flow__arr--01 {
  top: 13%;
  transform: translateX(-40%);
}
#gasnorikae .flow__arr--02 {
  bottom: 26%;
  transform: translateX(-50%);
}

#gasnorikae .flow-btm {
  position: relative;
  display: flex;
  max-width: 980px;
  margin: 45px auto 0;
  padding: 0 20px 10px;
  border: 5px solid #000;
  border-radius: 15px;
}
#gasnorikae .flow-btm__col {
  flex: 1;
}
#gasnorikae .flow-btm__title {
  margin: 10px 0;
}
#gasnorikae .flow-btm__txt {
  font-weight: 600;
  line-height: 1.6;
}
#gasnorikae .flow-btm__list {
  width: 450px;
  margin-left: 10px;
  padding: 10px 12px;
  background: #000;
  border-radius: 0 0 15px 15px;
  letter-spacing: -.05em;
}
#gasnorikae .flow-btm__list li {
  padding-left: 1em;
  color: #FFEB00;
  font-size: 17px;
  font-weight: 500;
  text-indent: -1em;
  letter-spacing: -.03em;
  line-height: 1.6;
}
.flow-btm__char {
  position: absolute;
  bottom: -20px;
  right: 80px;
}

@media screen and (max-width: 768px) {
  #gasnorikae .flow {
    padding: 20px 0 50px;
  }
  #gasnorikae .flow::after {
    height: 5px;
  }
  #gasnorikae .flow .wrp-contents {
    max-width: 640px;
  }
  #gasnorikae .flow__wrap {
    display: block;
  }
  #gasnorikae .flow-content {
    width: 100%;
    border-width: 3px;
    border-radius: 11px;
  }
  #gasnorikae .flow-content__title {
    top: 20px;
    margin-left: 0;
    padding: 0 5px;
  }
  #gasnorikae .flow-item {
    padding: 20px;
  }
  #gasnorikae .flow-item__cta {
    max-width: 90%;
  }
  #gasnorikae .flow-item--top {
    padding-bottom: 0;
  }
  #gasnorikae .flow-item--top,
  #gasnorikae .flow-item--md {
    min-height: 0;
  }
  #gasnorikae .flow-item--md::before,
  #gasnorikae .flow-item--btm::before {
    height: 1px;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 4px 1px;
  }
  #gasnorikae .flow-item__img {
    width: 39%;
    margin-right: 2%;
  }
  #gasnorikae .flow-item__desc {
    font-size: 13px;
    letter-spacing: -.05em;
  }
  #gasnorikae .flow-item__em--mkr {
    font-size: 14px;
  }
  #gasnorikae .flow-item__att li {
    margin-right: 0;
    font-size: 11px;
  }
  #gasnorikae .flow-more {
    margin-top: 20px;
  }
  #gasnorikae .flow-more__att {
    display: flex;
    justify-content: center;
    text-align: left;
  }
  #gasnorikae .flow-cta--wide {
    display: none;
  }
  #gasnorikae .flow-cta--sp {
    display: block;
    margin-top: 20px;
    padding: 0 0 20px;
  }
  #gasnorikae .flow-content__arr::after {
    border-width: 25px 15px 0;
  }
  #gasnorikae .flow-btm {
    display: block;
    margin-top: 25px;
    padding: 0;
    border-width: 3px;
    border-radius: 11px;
  }
  #gasnorikae .flow-btm__col {
    padding: 0 20px 20px;
  }
  #gasnorikae .flow-btm__list {
    width: 100%;
    margin-left: 0;
    border-radius: 0 0 8px 8px;
  }
  #gasnorikae .flow-btm__list li {
    font-size: 15px;
  }
  #gasnorikae .flow-btm__txt {
    font-size: 12px;
  }
  .flow-btm__char {
    bottom: 5px;
    right: 20px;
    width: 100px;
  }
}

/* おすすめポイント */
#gasnorikae .recommend {
  padding: 100px 0 80px;
}
#gasnorikae .recommend__title {
  margin-bottom: 20px;
  padding-left: 45px;
}
#gasnorikae .recommend .wrp-contents {
  position: relative;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
#gasnorikae .recommend .wrp-contents::before {
  position: absolute;
  top: -50px;
  right: 60px;
  width: 204px;
  height: 156px;
  background: url("../images/anshin_img_01.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
}
#gasnorikae .recommend .point-wrap {
  position: relative;
  margin: 40px 0 0;
  background: #fff;
  border: 5px solid #000;
  border-radius: 15px;
}
#gasnorikae .recommend .point {
  padding: 50px 50px;
  position: relative;
}
#gasnorikae .recommend .point + .point::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  height: 1px;
  background: #000;
  content: "";
  transform: translateX(-50%);
}
#gasnorikae .recommend .point-top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#gasnorikae .point--3 .point-top {
  margin-bottom: 20px;
}
#gasnorikae .recommend .point__label {
  flex-shrink: 0;
  margin-right: 30px;
}
#gasnorikae .recommend .point__read {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
#gasnorikae .recommend .point__read strong {
  color: #f00;
}
#gasnorikae .recommend .point__heading {
  line-height: 1;
  margin-bottom: 20px;
}
#gasnorikae .recommend .point__heading--mt {
  margin-top: 60px;
}
#gasnorikae .recommend .point__freedial {
  display: inline-block;
  margin-bottom: 15px;
}
#gasnorikae .recommend .point__text1 {
  font-size: 16px;
  margin-bottom: 30px;
}
#gasnorikae .recommend .point__text2 {
  font-size: 15px;
  font-weight: 600;
}
#gasnorikae .recommend .point__text2 a {
  color: #f00;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
#gasnorikae .recommend .point__text3 {
  margin: 30px 0 20px;
}
#gasnorikae .recommend .point__caution {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#gasnorikae .recommend .point__caution a {
  color: #0097c9;
  text-decoration: underline;
}
#gasnorikae .recommend .point__caution a:hover {
  text-decoration: none;
}
#gasnorikae .recommend .point__caution2 {
  font-size: 14px;
  margin-left: 50px;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
#gasnorikae .recommend .point-layout3__item .point__caution2 {
  margin: 20px 0 0;
}
#gasnorikae .recommend .point__caution2 a {
  color: #0097c9;
  text-decoration: underline;
}
#gasnorikae .recommend .point__caution2 a:hover {
  text-decoration: none;
}
#gasnorikae .recommend .point-layout1 {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gasnorikae .recommend .point-layout3__item:first-child  {
  padding-left: 50px;
}
#gasnorikae .recommend .point-layout3__item .point__heading {
  margin-left: -50px;
}
#gasnorikae .recommend .point-layout1__item:nth-child(1) {
  width: 58%;
}
#gasnorikae .recommend .point-layout1__item:nth-child(2) {
  text-align: right;
  width: 42%;
  padding-left: 1%;
}
#gasnorikae .recommend .point-layout1:first-of-type {
  margin-bottom: 60px;
}
#gasnorikae .recommend .point-layout3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
#gasnorikae .recommend .point-layout3__item:nth-child(1) {
  width: 65%;
}
#gasnorikae .recommend .point-layout3__item:nth-child(2) {
  text-align: left;
  width: 35%;
}

#gasnorikae .point-gift__lead {
  margin-bottom: 35px;
}
#gasnorikae .point-gift__present1 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#gasnorikae .point-gift__present1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  content: "";
}
#gasnorikae .point-case {
  padding: 50px;
  border-radius: 15px;
}
#gasnorikae .point-case--1 {
  margin-bottom: 50px;
  background: #00C097;
}
#gasnorikae .point-case--2 {
  background: #AD8047;
}
#gasnorikae .point-case__top {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  padding-left: 20px;
}
#gasnorikae .point-case__title {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 15px;
}
#gasnorikae .point-case__text {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
#gasnorikae .point-case__toku {
  grid-column: 2/3;
  grid-row: 1/3;
  justify-self: flex-end;
}
#gasnorikae .point-case__detail {
  display: none;
  margin-top: 40px;
  padding: 50px;
  background: #fff;
  border-radius: 15px;
}
#gasnorikae .point-case__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#gasnorikae .point-case__toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 420px;
  max-width: 100%;
  height: 55px;
  margin: 40px auto 0;
  padding: 0 80px 0 40px;
  border: 1px solid #fff;
  border-radius: 15px;
  cursor: pointer;
}
#gasnorikae .point-case__toggle::before,
#gasnorikae .point-case__toggle::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 1px;
  background: #fff;
  content: "";
}
#gasnorikae .point-case__toggle::after {
  transform: rotate(90deg);
}
#gasnorikae .point-case__toggle.is-open::after {
  display: none;
}
#gasnorikae .point-case__att {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #gasnorikae .recommend {
    padding: 40px 0;
  }
  #gasnorikae .recommend__title {
    padding-left: 0;
  }
  #gasnorikae .recommend .wrp-contents {
    max-width: 640px;
  }
  #gasnorikae .recommend .wrp-contents::before {
    top: -20px;
    right: 20px;
    width: 135px;
    height: 104px;
  }
  #gasnorikae .recommend .point-wrap {
    margin-top: 20px;
    border-width: 3px;
    border-radius: 11px;
  }
  #gasnorikae .recommend .point {
    padding: 30px 5.33vw 40px;
  }
  #gasnorikae .recommend .point__label {
    width: 90px;
    margin-right: 15px;
  }
  #gasnorikae .recommend .point--3 {
    padding-left: 8vw;
  }
  #gasnorikae .point--3 .point-top {
    margin-bottom: 10px;
    margin-left: -2.67vw;
  }
  #gasnorikae .recommend .point__read {
    font-size: 17px;
    line-height: 1.6;
  }
  #gasnorikae .recommend .point__heading--mt {
    margin-top: 40px;
  }
  #gasnorikae .recommend .point__text1 {
    font-size: 14px;
  }
  #gasnorikae .recommend .point__text2 {
    font-size: 14px;
  }
  #gasnorikae .recommend .point__text2 a {
    font-size: 18px;
  }
  #gasnorikae .recommend .point-layout1 {
    display: block;
  }
  #gasnorikae .recommend .point-layout3__item:first-child  {
    padding-left: 0;
  }
  #gasnorikae .recommend .point-layout3__item .point__heading {
    margin-left: 0;
  }
  #gasnorikae .recommend .point-layout1__item:nth-child(1) {
    margin-bottom: 15px;
    width: 100%;
  }
  #gasnorikae .recommend .point-layout1__item:nth-child(2) {
    text-align: center;
    width: 100%;
  }
  #gasnorikae .recommend .point-layout1__item:nth-child(2) img {
    height: auto;
    max-width: 100%;
  }
  #gasnorikae .recommend .point-layout1:first-of-type {
    margin-bottom: 40px;
  }
  #gasnorikae .recommend .point-layout3 {
    display: block;
    margin-bottom: 20px;
  }
  #gasnorikae .recommend .point-layout3__item:nth-child(1) {
    margin-bottom: 15px;
    width: 100%;
  }
  #gasnorikae .recommend .point-layout3__item:nth-child(2) {
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }
  #gasnorikae .recommend .point-layout3__item:nth-child(2) img {
    height: auto;
    max-width: 100%;
  }
  #gasnorikae .recommend .point-layout3__item .point__img {
    padding-left: 20px;
  }
  #gasnorikae .recommend .point__caution {
    font-size: 11px;
  }
  #gasnorikae .recommend .point__caution2 {
    margin-left: 0;
    margin: 0;
    font-size: 11px;
  }
  #gasnorikae .recommend .point__freedial {
    max-width: 85%;
  }

  #gasnorikae .point-gift__lead {
    margin-bottom: 15px;
  }
  #gasnorikae .point-gift__present1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #gasnorikae .point-gift__present1::after {
    height: 1px;
    background-image: linear-gradient(to right, #000 1px, transparent 1px);
    background-size: 4px 1px;
  }
  #gasnorikae .point-case {
    padding: 25px 15px;
  }
  #gasnorikae .point-case--1 {
    margin-bottom: 25px;
  }
  #gasnorikae .point-case__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  #gasnorikae .point-case__text {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
  }
  #gasnorikae .point-case__toku {
    padding: 0 15px;
  }
  #gasnorikae .point-case__toggle {
    max-width: calc(100% - 30px);
    height: 35px;
    margin: 15px auto 0;
    padding: 0 50px 0 20px;
    border-radius: 9px;
  }
  #gasnorikae .point-case__toggle::before,
  #gasnorikae .point-case__toggle::after {
    right: 18px;
    width: 16px;
  }
  #gasnorikae .point-case__detail {
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  #gasnorikae .point-case__price {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    margin-bottom: 15px;
  }
}

/* CVエリア */
#gasnorikae .cv {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #gasnorikae .cv {
    padding-bottom: 40px;
  }
}

/* よくあるご質問 */
#gasnorikae .faq {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0 70px;
  border-top: 6px solid #000;
}
#gasnorikae .faq .wrp-contents {
  position: relative;
  max-width: 940px;
}
#gasnorikae .faq .wrp-contents::before {
  position: absolute;
  top: -65px;
  right: 20px;
  width: 109px;
  height: 331px;
  background: url("../images/faq_img_01.png") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
#gasnorikae .faq__title {
  margin-bottom: 50px;
}
#gasnorikae .faq-item {
  margin-bottom: 60px;
  position: relative;
}
#gasnorikae .faq-item:last-child {
  margin-bottom: 0;
}
#gasnorikae .faq-item__icon {
  display: inline-block;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: -3px;
}
#gasnorikae .faq-item__q {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 3px 0 0 58px;
  line-height: 1.4;
}
#gasnorikae .faq-item__a {
  padding: 3px 0 0 58px;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #gasnorikae .faq {
    padding: 40px 0;
  }
  #gasnorikae .faq .wrp-contents {
    max-width: 640px;
    padding: 0 24px;
  }
  #gasnorikae .faq__title {
    max-width: 210px;
  }
  #gasnorikae .faq .wrp-contents::before {
    top: -15vw;
    right: 7vw;
    width: 19vw;
    height: 30vw;
  }
  #gasnorikae .faq-item {
    margin-bottom: 30px;
  }
  #gasnorikae .faq-item__q {
    padding-top: 0;
  }
  #gasnorikae .faq-item__icon {
    top: 3px;
  }
}

/* お問い合わせ */
#gasnorikae .contact {
  padding: 100px 0 60px;
}
#gasnorikae .contact__wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 20px;
  border: 5px solid #000;
  border-radius: 15px;
  text-align: center;
}
#gasnorikae .contact__title {
  text-align: center;
}
#gasnorikae .contact__number {
  margin: 20px 0 12px;
}
#gasnorikae .contact-recept {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
#gasnorikae .contact-recept__label {
  display: inline-block;
  margin-right: .6em;
  padding: .2em .5em;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: .73em;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
#gasnorikae .contact-recept__text {
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
#gasnorikae .contact-recept__text--sm {
  display: block;
  font-size: .54em;
  font-weight: 500;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  #gasnorikae .contact {
    padding: 30px 0;
  }
  #gasnorikae .contact__wrap {
    padding: 20px 20px;
    border-width: 3px;
    border-radius: 10px;
  }
  #gasnorikae .contact__title {
    max-width: 50%;
    margin: 0 auto 20px;
  }
  #gasnorikae .contact-recept {
    font-size: 22px;
  }
  #gasnorikae .contact-recept__text--sm {
    font-size: .45em;
  }
}

/* 適用条件 */
#gasnorikae .terms {
  padding: 70px 0 0;
}
#gasnorikae .terms__title {
  margin: 0 auto 20px;
  text-align: center;
}
#gasnorikae .terms__wrap {
  max-width: 900px;
  margin: 0 auto 70px;
  padding: 10px;
  background: #fff;
  border: 4px solid #000;
  border-radius: 15px;
}
#gasnorikae .terms__content {
  font-size: 12px;
  font-weight: 500;
}
#gasnorikae .terms__content--fix {
  height: 220px;
  padding: 10px 5px 10px 15px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  #gasnorikae .terms {
    padding-top: 30px;
  }
  #gasnorikae .terms .wrp-contents {
    max-width: 640px;
  }
  #gasnorikae .terms__wrap {
    margin-bottom: 30px;
    padding: 5px;
    border-width: 3px;
    border-radius: 10px;
  }
  #gasnorikae .terms__content,
  #gasnorikae .terms__content--fix {
    height: 160px;
    overflow-y: auto;
    padding: 5px 0 5px 10px;
  }
  #gasnorikae .terms__title {
    max-width: 85%;
  }
  #gasnorikae .terms__title:first-of-type {
    max-width: 65%;
  }
}

/* 追従フッター */
body {
  padding-bottom: 143px;
}
#gasnorikae .fix-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: rgba(255,241,0,.9);
  text-align: center;
  opacity: 0;
  transition: transform .4s, opacity .6s;
  transform: translateY(100%);
  z-index: 9999;
}
#gasnorikae .fix-cta.fix-cta--show {
  opacity: 1;
  transform: translateY(0);
}
#gasnorikae .fix-cta__btn {
  display: inline-block;
  padding: 7px 4px 7px 0;
  background: #DF007F;
  box-shadow: 0 10px 0 #940054;
  border-radius: 15px;
  transition: .2s ease;
}
#gasnorikae .fix-cta__btn img {
  transform: translateX(-15px);
}
#gasnorikae .fix-cta__att {
  margin-top: 12px;
  font-size: 11px;
}
#gasnorikae .fix-cta__img {
  margin-left: 20px;
}
#gasnorikae .fix-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 45vw;
  }
  #gasnorikae .fix-cta {
    display: block;
  }
  #gasnorikae .fix-cta {
    padding: 2.4vw 6vw 1.6vw;
    background: rgba(255,255,255,.9);
  }
  #gasnorikae .fix-cta__btn {
    padding: 5px 10px 5px 5px;
  }
  #gasnorikae .fix-cta__btn img {
    transform: none;
  }
  #gasnorikae .fix-cta__att {
    font-size: 2.2vw;
    letter-spacing: -.07em;
    white-space: nowrap;
  }
  #gasnorikae .fix-cta__img {
    display: none;
  }
  #gasnorikae .fix-nav {
    display: block;
    margin-bottom: 2.4vw;
  }
  #gasnorikae .fix-nav__items {
    display: flex;
    justify-content: space-between;
  }
  #gasnorikae .fix-nav__items li {
    flex: 1;
  }
  #gasnorikae .fix-nav__items li:not(:last-child) {
    margin-right: 3vw;
  }
}

@media screen and (min-width: 769px) {
  #gasnorikae a.fix-cta__btn:hover {
    opacity: 1;
    transform: translateY(7px);
    box-shadow: 0 3px 0 #940054;
  }
}
