@charset "UTF-8";
/* ------------------------------
 Function
------------------------------ */
/* ------------------------------
 Vars
------------------------------ */
/* ------------------------------
 Mixin
------------------------------ */
/* ------------------------------
 Reset CSS
------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, picture {
  display: block;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: currentColor;
}
button::-moz-focus-inner {
  border: 0;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
  height: auto;
}

/* ------------------------------
 text & layout
------------------------------ */
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.6;
}

p, ul, dl {
  font-size: 1rem;
  line-height: 1.5;
}

sup {
  font-size: 0.7em;
}

.d-ib {
  display: inline-block;
}

.ind-1em {
  display: block;
  text-indent: -1em !important;
  padding-left: 1em;
}
.ind-1em::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.ind-1em > * {
  text-indent: 0;
}

.burasage {
  overflow: hidden;
  text-align: left;
}
.burasage > * {
  display: block;
  overflow: hidden;
}
.burasage > *:first-child {
  float: left;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

/* ------------------------------
 text-size
------------------------------ */
.txt-lg {
  font-size: 2rem;
}

.txt-md {
  font-size: 1.8rem;
}

.txt-rg {
  font-size: 1.6rem;
}

.txt-sm {
  font-size: 1.4rem;
}

.txt-xs {
  font-size: 1.2rem;
}

.txt-xxs {
  font-size: 1rem;
}

/* ------------------------------
 font-weight
------------------------------ */
.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* ------------------------------
 line-height
------------------------------ */
.lh-12 {
  line-height: 1.2;
}

/* ------------------------------
 text-align
------------------------------ */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.justify {
  text-align: justify;
}

/* ------------------------------
 text-link
------------------------------ */
a {
  outline: 0;
  color: currentColor;
  text-decoration: none;
}
a.line-link {
  text-decoration: underline;
}

.underline {
  border-bottom: 0.1em solid currentColor;
}

.underline-dash {
  border-bottom: 0.1em dashed currentColor;
}

/* ------------------------------
 margin
------------------------------ */
.mt-0 {
  margin-top: 0 !important;
}

.mt-02em {
  margin-top: 0.2em !important;
}

.mt-05em {
  margin-top: 0.5em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05em {
  margin-bottom: 0.5em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.m-auto {
  margin: auto !important;
}

/* ------------------------------
 padding
------------------------------ */
.side-padding {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-05em {
  padding-top: 0.5em !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-05em {
  padding-bottom: 0.5em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

/* ------------------------------
 device
------------------------------ */
[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-ios .show-ua-ios {
  display: block !important;
}

html.ua-ios .show-ua-ios-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-andr .show-ua-andr {
  display: block !important;
}

html.ua-andr .show-ua-andr-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-pc .show-ua-pc {
  display: block !important;
}

html.ua-pc .show-ua-pc-inline {
  display: inline !important;
}

[class^=show-ua-], [class*=" show-ua-"] {
  display: none !important;
}

html.ua-app .show-ua-app {
  display: block !important;
}

html.ua-app .show-ua-app-inline {
  display: inline !important;
}

html.ua-ios .hide-ua-ios {
  display: none !important;
}

html.ua-andr .hide-ua-andr {
  display: none !important;
}

html.ua-pc .hide-ua-pc {
  display: none !important;
}

html.ua-app .hide-ua-app {
  display: none !important;
}

/* ------------------------------
 scroll-in
------------------------------ */
html:not(.legacy) .scroll-in.fade-in {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.legacy) .scroll-in.fade-in.appeared {
  opacity: 1;
}
html:not(.legacy) .scroll-in.up-in {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.legacy) .scroll-in.up-in.appeared {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
html:not(.legacy) .scroll-in.popup-in {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(3rem);
          transform: scale(0.9) translateY(3rem);
  -webkit-transform-origin: 50% 15rem;
          transform-origin: 50% 15rem;
  -webkit-transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.popup-in.appeared {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
html:not(.legacy) .scroll-in.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.zoom-in.appeared {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ------------------------------
 Html, Body
------------------------------ */
html {
  background: #f2f2f2;
  font-size: 2.6666666667vw;
}
@media (min-width: 601px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0 auto;
  padding: 0;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  max-width: 600px;
  overflow-x: hidden;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  text-align: left;
}
body * {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

/* ------------------------------
 layout
------------------------------ */
#page-wrap {
  overflow: hidden;
  background-color: white;
}
.show-fixed-wrap #page-wrap {
  padding-bottom: 11rem;
}

.page-header {
  padding: 1.5rem;
  border-bottom: 1px solid #EEE;
  background-color: white;
  position: relative;
  z-index: 1;
}
.page-header-logo {
  width: 20rem;
  margin: -0.5rem auto 0;
}

.page-footer {
  text-align: center;
  padding: 2rem 0;
}

.main-contents {
  background-color: #FFFDDF;
}

/* ------------------------------
 text-color
------------------------------ */
.color-orange {
  color: #ff6f0f;
}

.color-blue {
  color: #006FC9;
}

.color-grey {
  color: #6b6b6b;
}

.color-white {
  color: white;
}

.color-dark-orange {
  color: #D23A00 !important;
}

/* ------------------------------
 bg-color
------------------------------ */
.bg-orange {
  background-color: #FFD056;
}

.bg-yellow {
  background-color: #FFFDDF;
}

.bg-grey {
  background-color: #F8F8F8;
}

/* ------------------------------
 button
------------------------------ */
.std-btn {
  background: #006FC9;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.std-btn.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
.std-btn > span {
  margin: auto;
  padding: 0 1rem;
}
.std-btn::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.std-btn.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.std-btn.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.std-btn {
  position: relative;
}
.std-btn.bal-member::before {
  content: "";
  top: -1.25rem;
  left: 0;
  position: absolute;
  width: 11rem;
  height: 100%;
  background: url(../img/250620/bal_member.png) no-repeat 0 0;
  background-size: contain;
}

/* ------------------------------
 placeholder
------------------------------ */
.inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.inline-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.down::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.anc::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 25"><path fill="%23006FC9" d="m12 19.1-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Zm0-8.9-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-blue {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.inline-icon.color-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-blue.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-blue.down::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-blue.anc::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 25"><path fill="%23006FC9" d="m12 19.1-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Zm0-8.9-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-blue.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23006FC9" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-black {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.inline-icon.color-black::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-black.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-black.down::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-black.anc::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 25"><path fill="%23333" d="m12 19.1-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Zm0-8.9-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-black.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23333" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-white {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.inline-icon.color-white::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-white.next::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.inline-icon.color-white.down::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-white.anc::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 25"><path fill="%23FFF" d="m12 19.1-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Zm0-8.9-6-6c-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3-.2.2-.3.5-.3.8 0 .3.1.6.3.8l6.7 6.7c.2.3.6.4.9.4.4 0 .7-.1.9-.4l6.7-6.7c.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3-.3 0-.6.1-.8.3l-6 6Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.inline-icon.color-white.blank::after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}

/* ------------------------------
 fixed-wrap
------------------------------ */
#fixed-wrap {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 100% auto;
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 100;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  clip-path: inset(-1rem 0 0 0);
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  backdrop-filter: blur(5px);
}
.show-fixed-wrap #fixed-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
#fixed-wrap .cv-btn {
  margin: 0.3rem 0 0.5rem;
  background-color: #006FC9;
  -webkit-box-shadow: 0 0.3rem rgb(0, 82.8358208955, 150);
          box-shadow: 0 0.3rem rgb(0, 82.8358208955, 150);
  min-height: 2.4em;
}
#fixed-wrap .cv-btn::after {
  margin-left: -3rem;
}
#fixed-wrap .fixed-wrap-note {
  color: #0a2f78;
}

/* ------------------------------
 list common style
------------------------------ */
.list-default {
  margin-bottom: 1rem;
}
.list-default li {
  margin-left: 1em;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.list-default li:last-child {
  margin-bottom: 0;
}
.list-default li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.25em;
  margin-left: -0.75em;
}
.list-default li.no-dot::before {
  content: none;
  margin: 0;
}
.list-default li.asterisk {
  list-style-type: none;
}
.list-default li.asterisk:before {
  content: "※";
  margin-right: 0;
  margin-left: -1em;
}

/* ------------------------------
 kv
------------------------------ */
.kv-sec {
  margin-bottom: 3em;
}
.kv-sec__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kv-sec__button li {
  width: 49%;
}
.kv-sec__button li:first-child {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* ------------------------------
 about-benefit
------------------------------ */
.about-benefit {
  margin-bottom: 4em;
}
.about-benefit h2 {
  text-align: center;
}
.about-benefit h2 img {
  width: 23.5rem;
}
.about-benefit__wrap {
  padding: 2em 1.5em;
  border-radius: 1.6rem;
  border: 0.3rem solid #AC7617;
  background: #fff;
}
.about-benefit__caution {
  margin-top: 2em;
  padding: 1.5em 1em;
  border-radius: 0.8rem;
  background: #FFF9D8;
  font-size: 1.4rem;
}
.about-benefit__caution dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #006FC9;
}
.about-benefit__caution dd {
  margin-bottom: 1em;
}
.about-benefit__caution dd:last-child {
  margin-bottom: 0;
}
.about-benefit__anchor {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.about-benefit__anchor img {
  width: 17.9rem;
}
.about-benefit .btn-arrow-double {
  position: relative;
}
.about-benefit .btn-arrow-double .img-arrow-double {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 2.5rem;
  width: 1.4rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.about-benefit__more-accordion {
  border: 0.3rem solid #000;
  border-radius: 1.6rem;
  overflow: hidden;
}
.about-benefit__more-button {
  position: relative;
  background: #ff6f0f;
}
.about-benefit__more-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-image: url("../img/260201/icon_btn_open.png");
  background-size: 3.6rem;
  background-repeat: no-repeat;
}
.is-open .about-benefit__more-button:after {
  background-image: url("../img/260201/icon_btn_close.png");
}
.about-benefit__more-content {
  position: relative;
  background: #fff;
}

/* ------------------------------
 use
------------------------------ */
.use {
  margin-bottom: 4em;
}
.use h2 {
  margin-bottom: 3em;
  text-align: center;
}
.use h2 img {
  width: 28.1rem;
}
.use__slide {
  margin-bottom: 3em;
  text-align: center;
}
.use__slide p {
  margin-bottom: 1em;
}
.use__slide p img {
  width: auto;
  height: 7.8rem;
}

/* ------------------------------
 slider
------------------------------ */
.swiper-container {
  position: relative;
  margin-left: -1.75em;
  margin-right: -1.75em;
}

.swiper-button-next, .swiper-button-prev {
  color: transparent;
  top: auto;
  bottom: 8rem;
  width: 4rem;
  height: 4rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
  width: 3.4rem;
  height: 3.4rem;
  border: 0.3rem solid #fff;
  border-radius: 1000px;
  background-color: #E07000;
  background-image: url("https://prcp.pass.auone.jp/gpl/202508_boost/img/icon-arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
}

.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 1.5rem;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 1.5rem;
}

.swiper-pagination-bullet-active {
  background: #E07000;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -1rem;
}

/* ------------------------------
 point-up
------------------------------ */
.point-up {
  margin-bottom: 4em;
}
.point-up h2 {
  margin-bottom: 2em;
  text-align: center;
}
.point-up h2 img {
  width: 32.3rem;
}
.point-up__wrap {
  padding: 2em;
  border-radius: 1.6rem;
  border: 0.3rem solid #AC7617;
  background: #fff;
}
.point-up__wrap > .list-default {
  margin-bottom: 0;
}
.point-up__wrap > .list-default li {
  font-size: 1rem;
}
.point-up__info {
  text-align: center;
  background: #FFF8F1;
  margin-bottom: 2em;
  padding: 0.5em;
  border: 0.2rem solid #ff6f0f;
  border-radius: 0.8rem;
}
.point-up__info .list-default li {
  margin-bottom: 0;
  text-align: left;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.point-up p {
  position: relative;
}
.point-up p img {
  position: relative;
  top: 0.25rem;
  width: 2.5rem;
}
.point-up__lead {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
.point-up__rate {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 2rem;
}
.point-up__rate .img-pointrate {
  width: 5.3rem;
}

/* ------------------------------
 about-pontapass
------------------------------ */
.about-pontapass h2 {
  text-align: center;
  margin-bottom: 2em;
}
.about-pontapass h2 img {
  width: 32.3rem;
}
.about-pontapass__wrap {
  margin-bottom: 1em;
  padding: 2em;
  border-radius: 1.6rem;
  border: 0.3rem solid #AC7617;
  background: #fff;
  text-align: center;
}
.about-pontapass .img-about-pontapass-lead {
  width: 24rem;
  margin-bottom: 1em;
}
.about-pontapass .img-about-pontapass-text {
  width: 23rem;
  margin-bottom: 2em;
}
.about-pontapass .img-about-pontapass-rightnow {
  width: 17.5rem;
  margin-bottom: 2em;
}
.about-pontapass__anchor {
  font-weight: bold;
  color: #562200;
  font-size: 1.6rem;
}
.about-pontapass__anchor img {
  position: relative;
  top: 0.2rem;
  margin-left: 0.25em;
  width: 2.8rem;
}

/* ------------------------------
 sns-share
------------------------------ */
.sns-share {
  background-image: url("../img/260201/bg_blue.png");
  background-size: 4rem;
  margin-top: 2em;
  margin-bottom: 2em;
}
.sns-share h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.sns-share h2 img {
  width: 22.2rem;
}
.sns-share {
  padding: 1.5em;
}
.sns-share__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.3rem solid #AC7617;
  background: #fff;
  padding: 2em 5em;
  border-radius: 1.6rem;
}
.sns-share__wrap a {
  display: block;
  margin-right: 1.5em;
}
.sns-share__wrap a:last-child {
  margin-right: 0;
}
.sns-share__wrap a img {
  width: 6rem;
}

/* ------------------------------
 pontapass-benefit
------------------------------ */
.pontapass-benefit {
  margin-bottom: 2em;
}
.pontapass-benefit h2 {
  margin-bottom: 2em;
}
.pontapass-benefit__wrap {
  padding: 2em;
  border-radius: 1.6rem;
  border: 0.3rem solid #AC7617;
  background: #fff;
}
.pontapass-benefit__wrap li {
  margin-bottom: 2em;
}
.pontapass-benefit__wrap li:last-child {
  margin-bottom: 0;
}

/* ------------------------------
 caution
------------------------------ */
.caution {
  background-image: url("../img/260201/bg_blue.png");
  background-size: 4rem;
  margin-bottom: 2em;
  padding-top: 3em;
  padding-bottom: 3em;
}
.caution h2 {
  text-align: center;
  margin-bottom: 2em;
}
.caution h2 img {
  width: 17.4rem;
}
.caution__wrap {
  padding: 1em;
  border-radius: 0.8rem;
  background: #fff;
}
.caution__wrap dt {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  font-weight: bold;
}
.caution__wrap dt img {
  width: 1.75rem;
  margin-right: 0.25rem;
}
.caution__wrap dd .list-default li {
  font-size: 1rem;
}
.caution__wrap dd h3 {
  margin-bottom: 1rem;
}
.caution__wrap dd h3:before {
  content: "■";
}
.caution__wrap dd h4 {
  font-weight: normal;
}
.caution__wrap dd h4:before {
  content: "＜";
}
.caution__wrap dd h4:after {
  content: "＞";
}

/* ------------------------------
 content
------------------------------ */
.contact {
  padding-bottom: 4em;
}
.contact h2 {
  margin-bottom: 2em;
  text-align: center;
}
.contact h2 img {
  width: 28.1rem;
}
.contact__wrap {
  padding: 2em;
  border-radius: 1.6rem;
  border: 0.3rem solid #AC7617;
  background: #fff;
}

/* ------------------------------
 anc
------------------------------ */
.anc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anc-list li {
  width: calc(50% - 0.25rem);
  margin-top: 1rem;
}

/* ------------------------------
 entry
------------------------------ */
.entry-sec {
  background: #FFFDDF;
  background-color: #ffdfa2;
  padding: 3rem 0;
}
.entry-sec strong {
  color: #e07000;
}

/* ------------------------------
 benefit-sec
------------------------------ */
.benefit-sec {
  background-color: #ffd056;
  padding: 3rem 0;
}
.benefit-sec .trial-col {
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
}
.benefit-sec .trial-col .free30 {
  background-color: white;
}

/* ------------------------------
 join
------------------------------ */
.join-sec {
  min-height: 50vh;
  background: #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------
 notes
------------------------------ */
.notes-sec {
  background: #eee;
  padding: 3rem 0;
}

/* ------------------------------
 boost-module override
------------------------------ */
#boost-container .boost-col {
  border: none !important;
  background-color: transparent !important;
}
#boost-container .boost-col-hero, #boost-container .boost-col-bnr, #boost-container .boost-btn-wrap {
  display: none !important;
}
#boost-container .boost-col-inner {
  padding-top: 0;
}

/* ------------------------------
 boost-about-wrap
------------------------------ */
.boost-about-wrap {
  background-color: #EBF1FF;
  padding: 3rem 1.5rem;
}
.boost-about-wrap .about-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0.5rem;
}
.boost-about-wrap .about-tab-balloon {
  position: absolute;
  top: 0;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10rem;
  padding: 0.2rem 0 0.9rem;
  background: #ED0E18;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  color: #fff;
}
.boost-about-wrap .about-tab-balloon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 1rem;
  background: #ED0E18;
  height: 0.9526279442rem;
  width: 1.1rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.active .boost-about-wrap .about-tab-balloon {
  display: none;
}
.boost-about-wrap .about-tab-balloon .img-pointrate {
  top: 0.3rem;
}
.boost-about-wrap .about-tab .active .about-tab-toggle {
  display: none;
}
.boost-about-wrap .about-tab .active .about-tab-balloon {
  display: none;
}
.boost-about-wrap .about-tab .img-pointrate {
  position: relative;
  top: 0.1rem;
  width: 2.4rem;
}
.boost-about-wrap .about-tab [data-tab-target] {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 1rem 0;
}
.boost-about-wrap .about-tab [data-tab-target][data-tab-target=about-tab-lawson] {
  background-color: #D4E3FF;
  border-radius: 1rem 0 0 0;
}
.boost-about-wrap .about-tab [data-tab-target][data-tab-target=about-tab-lawson].active {
  background-color: #006FC9;
}
.boost-about-wrap .about-tab [data-tab-target][data-tab-target=about-tab-other] {
  background-color: #FEDEBC;
  border-radius: 0 1rem 0 0;
}
.boost-about-wrap .about-tab [data-tab-target][data-tab-target=about-tab-other].active {
  background-color: #E07000;
}
.boost-about-wrap .about-tab [data-tab-target].active {
  padding: 1.5rem 0;
  border-radius: 1rem 1rem 0 0;
  color: white;
}
.boost-about-wrap .about-box-border {
  border: 0.2rem solid #006FC9;
  border-radius: 0.8rem;
  background: #EBF1FF;
  padding-bottom: 1rem;
}
.boost-about-wrap .about-box-border.orange {
  background: #FFF8F1;
}
.boost-about-wrap .about-box-border-lead {
  font-size: 1.3rem;
}
.boost-about-wrap .about-box-border p {
  position: relative;
}
.boost-about-wrap .about-box-border p img {
  position: relative;
  top: 0.25rem;
  width: 2.5rem;
}
.boost-about-wrap .about-tab-item {
  background-color: #FBFAE2;
  border-radius: 0.5rem 0.5rem 1rem 1rem;
  overflow: hidden;
  position: relative;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  display: none;
}
.boost-about-wrap .about-tab-item.active {
  display: block;
}
.boost-about-wrap .about-tab-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.5rem;
}
.boost-about-wrap .about-tab-item[data-tab-id=about-tab-lawson]::before {
  background-color: #006FC9;
}
.boost-about-wrap .about-tab-item[data-tab-id=about-tab-other]::before {
  background-color: #E07000;
}
.boost-about-wrap .about-txt-pointup {
  font-weight: bold;
  font-size: 2rem;
}
.boost-about-wrap .about-txt-pointup .img-pointrate {
  width: 5.3rem;
}
.boost-about-wrap .about-txt-pointup .num {
  display: inline-block;
  position: relative;
}
.boost-about-wrap .about-txt-pointup .num em {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
  font-size: 2em;
  font-style: normal;
  color: #D4E3FF;
  -webkit-text-stroke-width: 1rem;
}
.boost-about-wrap .about-txt-pointup .num em:before, .boost-about-wrap .about-txt-pointup .num em:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.boost-about-wrap .about-txt-pointup .num em:before {
  z-index: 3;
  color: #FFE100;
  -webkit-text-stroke-width: 0;
}
.boost-about-wrap .about-txt-pointup .num em:after {
  z-index: 2;
  color: #00457E;
  -webkit-text-stroke-width: 0.6rem;
}
.boost-about-wrap .about-txt-pointup .num > small {
  font-size: 0.6em;
}
.boost-about-wrap .orange .about-txt-pointup .num em {
  color: #893000;
}
.boost-about-wrap .orange .about-txt-pointup .num em:before {
  color: #e76416;
}
.boost-about-wrap .orange .about-txt-pointup .num em:after {
  color: #fff;
}
.boost-about-wrap .std-btn.orange {
  background: #E07000;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.boost-about-wrap .std-btn.orange.bd {
  border: 0.2rem solid #E07000;
  background-color: white;
  color: #E07000;
}
.boost-about-wrap .std-btn.orange > span {
  margin: auto;
  padding: 0 1rem;
}
.boost-about-wrap .std-btn.orange::after {
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: contain;
  margin-left: -1.5rem;
  margin-right: 1.5rem;
}
.boost-about-wrap .std-btn.orange.next::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.boost-about-wrap .std-btn.orange.blank::after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 -960 960 960"><path fill="%23FFF" d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h280v80H200v560h560v-280h80v280q0 33-23.5 56.5T760-120H200Zm188-212-56-56 372-372H560v-80h280v280h-80v-144L388-332Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}

/* ------------------------------
 accordion
------------------------------ */
.js-accordion-button {
  cursor: pointer;
}

.js-accordion-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.js-accordion-content > div {
  overflow: hidden;
}
.is-open > .js-accordion-content {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.kv-accordion {
  position: relative;
  border: 2px solid black;
  background: white;
  padding: 1rem 0.75rem;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 0 black;
          box-shadow: 4px 4px 0 black;
}

.kv-accordion-button {
  text-align: center;
  cursor: pointer;
}
.kv-accordion-button img {
  width: 22.5rem;
  margin: -0.2rem auto 0.2rem;
}
.kv-accordion-button:before, .kv-accordion-button:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 1000px;
  background: black;
}
.kv-accordion-button:after {
  width: 1.5rem;
  height: 1.4rem;
  background: url("../img/250620/icon_entry.png") center center/cover no-repeat;
  -webkit-transform: translate(-50%, 50%) rotate(180deg);
          transform: translate(-50%, 50%) rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.is-open .kv-accordion-button:after {
  -webkit-transform: translate(-50%, 50%) rotate(0deg);
          transform: translate(-50%, 50%) rotate(0deg);
}

.kv-accordion-content {
  margin-top: 0;
  border-radius: 10px;
  background: #fffddf;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.is-open .kv-accordion-content {
  margin-top: 1rem;
}
.kv-accordion-content > div {
  position: relative;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.is-open .kv-accordion-content > div {
  padding: 1rem 0 2rem;
}

.bg-accordion-top,
.bg-accordion-bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg-accordion-top {
  top: 0.5rem;
  width: 95%;
}

.bg-accordion-bottom {
  bottom: 0.5rem;
  width: 77%;
}

.kv-accordion-text {
  top: 1rem;
}
.kv-accordion-text h3 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.kv-accordion-text h3 span {
  color: #0072d7;
}
.kv-accordion-text p {
  padding: 0 0.75rem;
  text-align: left;
  font-size: 1.2rem;
}

.other-point h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.other-point h2 img {
  width: auto;
  height: 2.8rem;
}
.other-point {
  padding: 1.5em;
}
.other-point-wrap {
  background: #fff;
  padding: 1.5em;
  border-radius: 1.6rem;
}
.other-point-wrap a {
  display: block;
  margin-bottom: 1.5em;
}
.other-point-wrap a:last-child {
  margin-bottom: 0;
}