/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*font-size*/
/*wrapper inner width*/
/*flex settings*/
/*grid settings*/
/*add :after*/
/* media query */
.p-mv {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-mv__ttl {
  padding: 20rem 0 15rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    padding: 7rem 0;
  }
}
.p-mv__ttl h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl h2 {
    font-size: 1.2rem;
  }
}
.p-mv__ttl h2 em {
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl h2 em {
    font-size: 1.5em;
  }
}
.p-mv__ttl h2 em span {
  display: block;
}
.p-mv__ttl__lead {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__lead {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__lead {
    font-size: 1.2rem;
  }
}
.p-mv__tag {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__tag {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__tag {
    font-size: 0.9rem;
  }
}
#benefit01 .p-mv {
  background-image: url(../../images/benefits/mv01.jpg);
}
#benefit02 .p-mv {
  background-image: url(../../images/benefits/mv02.jpg);
}
#benefit03 .p-mv {
  background-image: url(../../images/benefits/mv03.jpg);
}
#couponlist .p-mv {
  background-image: url(../../images/benefits/mv_couponlist.jpg);
}
.p-mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #93929e;
  mix-blend-mode: multiply;
}

.p-localnav {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1080px) {
  .p-localnav {
    width: 96%;
  }
}
.p-localnav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding: 0 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-localnav__list {
    padding: 0;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-localnav__list {
    grid-template-columns: 1fr 1.5fr 1.2fr;
  }
}
.p-localnav__list__item {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #93929e;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  text-align: center;
  line-height: 1.4;
  padding: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-localnav__list__item {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .p-localnav__list__item {
    font-size: 0.9rem;
  }
}
.p-localnav__list__item em {
  font-size: 1.5em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-localnav__list__item {
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-localnav__list__item:hover:hover {
    background-color: #efedf1;
    color: #212121;
  }
}
.p-localnav__list__item.is-active {
  background-color: #ffffff;
  color: #212121;
  pointer-events: none;
}

.p-tag {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-tag__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}
.p-tag__cap {
  text-align: center;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-tag__cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-tag__cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-tag__cap {
    text-align: left;
  }
}

.p-benefit__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 2rem;
}
.p-benefit__list__item {
  width: calc(33.33% - 1.5rem);
}
@media only screen and (max-width: 1080px) {
  .p-benefit__list__item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .p-benefit__list__item {
    width: 100%;
  }
}

.p-about {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-about__ttl {
  padding: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  background-color: #3b3736;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-about__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__ttl {
    font-size: 1.4rem;
  }
}
.p-about__detail {
  display: none;
  padding: 2rem;
  border: 1px solid #bababb;
}
.p-about__detail__list {
  padding-left: 1em;
}
.p-about__detail__list li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-about__detail__list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__detail__list li {
    font-size: 1.4rem;
  }
}
.p-about__detail__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 2rem;
  background-color: #efedf1;
  padding: 1rem 1.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-about__detail__link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about__detail__link {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-about__detail__link:hover:hover {
    background-color: #73b6e9;
    color: #ffffff;
  }
}

.p-referral {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-referral__intro {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-referral__intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-referral__intro__img {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .p-referral__intro__img {
    width: 100%;
  }
}
.p-referral__intro__txt {
  position: absolute;
  right: 0;
  bottom: 15%;
  background-color: #efedf1;
  padding: 4rem 5rem;
  width: 40%;
}
@media only screen and (max-width: 1080px) {
  .p-referral__intro__txt {
    width: 60%;
    bottom: -5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-referral__intro__txt {
    position: static;
    padding: 2.5rem;
    width: 95%;
    margin-left: 2.5%;
    -ms-transform: translateY(-10%);
        transform: translateY(-10%);
  }
}
.p-referral__intro__ttl {
  position: relative;
  font-size: min(1.8vw, 2.4rem);
  padding-bottom: 1rem;
  border-bottom: 2px solid #93929e;
}
@media only screen and (max-width: 1080px) {
  .p-referral__intro__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-referral__intro__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-referral__intro__ttl {
    font-size: 1.8rem;
  }
}
.p-referral__intro__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
  background-color: #005394;
}
.p-referral__intro__lead {
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-referral__intro__lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-referral__intro__lead {
    font-size: 1.4rem;
  }
}
.p-referral__detail__cap {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin: 2rem auto 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-referral__detail__cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-referral__detail__cap {
    font-size: 1rem;
  }
}

.p-referral-table {
  margin: 3rem auto 0;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-referral-table {
    width: 100%;
  }
}
.p-referral-table tr {
  border-bottom: 1px solid #efedf1;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.4fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-referral-table tr {
    gap: 0.5rem;
    grid-template-columns: 1fr 1.2fr 1.4fr;
  }
}
.p-referral-table tr th {
  font-weight: normal;
}
.p-referral-table tr th span {
  display: inline-block;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  width: 100%;
  background-color: #93929e;
  color: #ffffff;
}
.p-referral-table tr th span.-blue {
  margin: 0 auto;
  background-color: #005394;
}
.p-referral-table tr td {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  padding: 3rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-referral-table tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .p-referral-table tr td {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-referral-table tr td {
    padding: 2rem 0.5rem;
  }
}
.p-referral-table tr td.empty::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #212121;
}
.p-referral-table tr td span {
  color: #005394;
}
.p-referral-table tr td em {
  font-size: 2em;
  color: #005394;
}
@media only screen and (max-width: 768px) {
  .p-referral-table tr td em {
    font-size: 1.6em;
  }
}
.p-referral-table tr td small {
  font-size: 0.6em;
}
.p-referral-table tr td:first-child {
  background-color: #efedf1;
}

.p-detail {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-detail__intro {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-detail__intro {
    width: 100%;
  }
}
.p-detail__intro__lead {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__intro__lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-detail__intro__lead {
    font-size: 1.4rem;
  }
}
.p-detail__intro__lead span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-detail__intro__lead {
    text-align: left;
  }
}
.p-detail__intro__img {
  margin-top: 5rem;
}
.p-detail__card {
  margin-top: 5rem;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-detail__card {
    width: 100%;
  }
}
.p-detail__card__inner {
  padding: 5rem;
  background-color: #efedf1;
}
@media only screen and (max-width: 768px) {
  .p-detail__card__inner {
    padding: 2rem;
  }
}
.p-detail__card__cap {
  margin-top: 2rem;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-detail__card__cap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-detail__card__cap {
    font-size: 1rem;
  }
}
.p-detail__card__cap span {
  display: block;
}
.p-detail__back {
  width: 100%;
  max-width: 300px;
  margin: 5rem auto 0;
}

.p-couponlist {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-couponlist__cards {
  background-color: #efedf1;
  padding: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__cards {
    padding: 3rem;
  }
}
.p-couponlist__card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card {
    grid-template-columns: 1fr;
  }
}
.p-couponlist__card:not(:first-child) {
  margin-top: 3rem;
  border-top: 1px solid #bababb;
  padding-top: 3rem;
}
.p-couponlist__card__img {
  padding: 1rem;
  background-color: #ffffff;
}
.p-couponlist__card__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1.5rem;
}
.p-couponlist__card__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #005394;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl {
    font-size: 2rem;
  }
}
.p-couponlist__card__ttl--new > :first-child {
  background-color: #ffef00;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  color: #212121;
  border: 1px solid #bababb;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl--new > :first-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl--new > :first-child {
    font-size: 1.2rem;
  }
}
.p-couponlist__card__ttl--limtd > :first-child {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #9fe7b0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  color: #212121;
  border: 1px solid #bababb;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl--limtd > :first-child {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__ttl--limtd > :first-child {
    font-size: 1.2rem;
  }
}
.p-couponlist__card__cord {
  background-color: #ffffff;
  padding: 1rem 2rem;
}
.p-couponlist__card__btn {
  display: block;
}
.p-couponlist__card__note {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__note {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__note {
    font-size: 1rem;
  }
}
.p-couponlist__card__bic02 {
  max-width: 510px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__bic02 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist__card__bic02 {
    font-size: 1rem;
  }
}
.p-couponlist .p-coupon-cord {
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
}
.p-couponlist .p-coupon-cord--col {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord {
    width: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.p-couponlist .p-coupon-cord__ttl {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__ttl {
    font-size: 1.4rem;
  }
}
.p-couponlist .p-coupon-cord__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 1.5rem;
  border-left: 1px solid #bababb;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail {
    font-size: 3rem;
  }
}
.p-couponlist .p-coupon-cord__detail__ver {
  min-width: 15rem;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail__ver {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail__ver {
    font-size: 1rem;
  }
}
.p-couponlist .p-coupon-cord__detail__period {
  margin-left: 1rem;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail__period {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail__period {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail__period {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-cord__detail {
    padding-top: 1rem;
    border-left: none;
    border-top: 1px solid #bababb;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
  }
}
.p-couponlist .p-coupon-cord__detail--col {
  gap: 1rem;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 1rem;
  border-left: none;
  border-top: 1px solid #bababb;
  padding-left: 0;
}
.p-couponlist .p-coupon-id {
  width: -moz-fit-content;
  width: fit-content;
}
.p-couponlist .p-coupon-id__lead {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__lead {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__lead {
    font-size: 1rem;
  }
}
.p-couponlist .p-coupon-id__detail {
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.5rem;
  }
}
.p-couponlist .p-coupon-id__detail__txt {
  font-size: 28px;
  font-size: 2.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail__txt {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail__txt {
    font-size: 3rem;
  }
}
.p-couponlist .p-coupon-id__detail__txt span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  border: 1px solid #bababb;
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail__txt span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail__txt span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-couponlist .p-coupon-id__detail__txt span {
    width: 8rem;
    text-align: center;
  }
}
.p-couponlist__btm {
  display: block;
  max-width: 500px;
  width: 90%;
  margin: 5rem auto 0;
}

.p-login {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #efedf1;
  padding: 5rem;
  border-radius: 5px;
}
.p-login__inputArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-login__inputArea {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-login__inputArea__pass {
  width: 30%;
  max-width: 400px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .p-login__inputArea__pass {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-login__inputArea__pass {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-login__inputArea__pass {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    text-align: center;
  }
}
.p-login__inputArea__btn {
  background-color: #93929e;
  color: #ffffff;
  padding: 1rem;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  transition: 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-login__inputArea__btn {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.p-login__inputArea__btn i {
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-login__inputArea__btn i:after {
  content: "";
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 48%);
          clip-path: polygon(0 0, 0% 100%, 100% 48%);
  width: 0.35em;
  height: 0.5em;
  background-color: #005394;
}
.p-login__inputArea__btn.active {
  background-color: #005394;
  pointer-events: all;
}
.p-login__inputArea__btn:hover {
  background-color: #ffffff;
}

.p-login-note {
  margin-top: 3rem;
  padding: 3rem;
  border: 1px solid #eee;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .p-login-note {
    text-align: left;
    padding: 2rem;
  }
}
.p-login-note__p01 {
  color: #005394;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .p-login-note__p01 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .p-login-note__p01 {
    font-size: 1.6rem;
  }
}
.p-login-note__p01 span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-login-note__p01 span {
    display: inline;
  }
}
.p-login-note__p02 {
  line-height: 1.6;
}
.p-login-note__p02 span {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-login-note__p02 span {
    display: inline;
  }
}
.p-login-note__btnWrap {
  gap: 1rem;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-login-note__btn {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
@media only screen and (max-width: 768px) {
  .p-login-note__btn {
    max-width: 100%;
  }
}
.p-login-note__cap {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .p-login-note__cap {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .p-login-note__cap {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=../../map/benefits/style.css.map */