@charset "UTF-8";
/* ------------------------------
 Function
------------------------------ */
/* ------------------------------
 Vars
------------------------------ */
/* ------------------------------
 Mixin
------------------------------ */
/* ------------------------------
 Reset CSS
------------------------------ */
* {
  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 {
  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;
  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;
  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;
  transform: translateY(3rem);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.legacy) .scroll-in.up-in.appeared {
  opacity: 1;
  transform: translateY(0);
}
html:not(.legacy) .scroll-in.popup-in {
  opacity: 0;
  transform: scale(0.9) translateY(3rem);
  transform-origin: 50% 15rem;
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.popup-in.appeared {
  opacity: 1;
  transform: scale(1) translateY(0);
}
html:not(.legacy) .scroll-in.zoom-in {
  opacity: 0;
  transform: scale(0.4);
  transform-origin: 50% 50%;
  transition: 0.7s cubic-bezier(0.22, 1.5, 0.8, 1);
}
html:not(.legacy) .scroll-in.zoom-in.appeared {
  opacity: 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%;
  font-feature-settings: "palt" 1;
  max-width: 600px;
  overflow-x: hidden;
  background-color: #FFF;
  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;
  padding-bottom: 30rem;
}

.page-header {
  background-image: repeating-linear-gradient(135deg, #FFF, #FFF 0.1em, #B8E5FF 0.1em, #B8E5FF 0.9em);
  padding: 1rem 3rem;
}

.page-footer {
  text-align: center;
  padding: 3rem 0;
}

.main-contents {
  background-color: white;
}

/* ------------------------------
 text-color
------------------------------ */
.color-orange {
  color: #ff6f0f;
}

.color-blue {
  color: #006FC9;
}

.color-grey {
  color: #6b6b6b;
}

.color-white {
  color: white;
}

/* ------------------------------
 inline-icon
------------------------------ */
.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="%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.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;
  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="%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;
}
.color-blue .inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.color-blue .inline-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.color-blue .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;
}
.color-blue .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;
  transform: rotate(90deg);
}
.color-blue .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;
}
.color-orange .inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.1em -0.1em 0.1em;
  position: relative;
}
.color-orange .inline-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.color-orange .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="%23ff6f0f" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
}
.color-orange .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="%23ff6f0f" d="m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z" /></svg>') no-repeat 50% 50%;
  background-size: contain;
  transform: rotate(90deg);
}
.color-orange .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="%23ff6f0f" 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;
}

/* ------------------------------
 button
------------------------------ */
.std-btn {
  background: #006FC9;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.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.bd {
  border: 0.2rem solid #006FC9;
  background-color: white;
  color: #006FC9;
}
.std-btn.bd.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;
}
.std-btn.bd.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;
}

/* ------------------------------
 fixed-wrap
------------------------------ */
#fixed-wrap {
  text-align: center;
  background-size: 100% auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  z-index: 100;
  -webkit-clip-path: inset(-1rem 0 0 0);
          clip-path: inset(-1rem 0 0 0);
  opacity: 0;
  transform: translateY(50%);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, transform;
}
#fixed-wrap #fixed-box {
  padding: 0.5rem 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.show-fixed-wrap #fixed-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#fixed-wrap .backtop {
  width: 10%;
  margin-left: 85%;
  display: block;
  padding-bottom: 1rem;
}

/* ------------------------------
 header
------------------------------ */
.header {
  background-color: white;
  padding: 1rem 12rem;
}

/* ------------------------------
 fv
------------------------------ */
.fv-sec {
  background-color: #ff9123;
}
.fv-sec div.fv-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv-sec div.fv-box h1 {
  width: calc(34.45% - 0.5rem);
  background: url(../img/250603/fv_icon.png) no-repeat;
  background-size: cover;
  padding-bottom: 35%;
}
.fv-sec div.fv-box h1 span {
  display: none;
}
.fv-sec div.fv-box div.fv-txt {
  width: calc(65.55% - 0.5rem);
  padding: 0 1.5rem 0 0;
  text-align: center;
}

/* ------------------------------
 ft30-sec
------------------------------ */
.ft30-sec {
  background-color: #ff9123;
}
.ft30-sec .ft30-label {
  z-index: 100;
  position: relative;
}
.ft30-sec .ft30-box {
  border: 2px solid black;
  background-color: white;
  margin-top: -2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  z-index: 1;
  position: relative;
}

/* ------------------------------
 nav
------------------------------ */
.nav-sec {
  background-color: #ff9123;
}
.nav-sec ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-sec ul li {
  width: calc(33.3% - 0.5rem);
  background-size: cover;
}

/* ------------------------------
 bnr-sec
------------------------------ */
.bnr-sec {
  background-color: #ff9123;
}

/* ------------------------------
 about
------------------------------ */
.about-sec {
  background-color: #ff9123;
  padding-top: 2rem;
}
.about-sec .about-img {
  padding: 0 1.5rem;
  z-index: 100;
  position: relative;
}
.about-sec .about-inner {
  background-color: white;
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  margin-top: -2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

/* ------------------------------
 toggle
------------------------------ */
.toggle-wrap {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  border: 0.1rem solid black;
}
.toggle-wrap .toggle-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: white;
  padding: 1rem 0.5rem;
  color: black;
}
.toggle-wrap .toggle-btn > span {
  line-height: 1.3;
}
.toggle-wrap .toggle-btn > i {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  right: 0.5em;
  top: calc(50% - 0.75em);
}
.toggle-wrap .toggle-btn > i::before, .toggle-wrap .toggle-btn > i::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.1rem;
  background: currentColor;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.toggle-wrap .toggle-btn > i::after {
  transform: rotate(90deg);
}
.toggle-wrap .toggle-inner {
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 0.5em 1.5em 1.5em;
  background-color: white;
}
.toggle-wrap .toggle-inner > * {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggle-wrap.open .toggle-btn > i::after {
  display: none;
}
.toggle-wrap:not(.open) .toggle-inner {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.toggle-wrap:not(.open) .toggle-inner > * {
  opacity: 0;
}

/* ------------------------------
 step　タブ切替
------------------------------ */
.step-sec#step-overview {
  background-color: #ff9123;
}
.step-sec#step-detail {
  background-color: #fffddf;
}
.step-sec .tab-wrap .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.step-sec .tab-wrap .tab li {
  width: calc(50% - 0.2rem);
  text-align: center;
}
.step-sec .tab-wrap .tab li button {
  font-size: 1.4em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 0.4rem);
  background: #ffddbc;
  color: #602f0c;
  height: 3.5rem;
  border-radius: 1rem;
  border: 0.2rem solid #000;
  box-sizing: content-box;
}
.step-sec .tab-wrap .tab li button::before {
  content: "▶︎";
  position: absolute;
  font-size: 0.6em;
  height: 50%;
  top: 0.5rem;
  left: 0.5rem;
  bottom: 0;
  margin: auto;
}
.step-sec .tab-wrap .tab li button.is-active {
  background: #602f0c;
  color: #fff;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  border-bottom: none;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
}
.step-sec .tab-wrap .tab li button.is-active::before {
  display: none;
}
.step-sec .tab-wrap .area {
  display: none;
  background: #fff;
  padding: 4% 4.444%;
  border: 0.2rem solid #000;
}
.step-sec .tab-wrap .area.is-active {
  display: block;
}

/* ------------------------------
 step　詳細エリア用
------------------------------ */
.step-sec#step-detail .area .detail-box {
  background-color: #feefd0;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.step-sec#step-detail .area .detail-box dl {
  padding: 2rem;
}
.step-sec#step-detail .area .detail-box dl dd {
  color: #602f0c;
  font-size: 1.3em;
  line-height: 1.4;
}
.step-sec#step-detail .area .detail-box dl dd + dt {
  margin-top: 3em;
}
.step-sec#step-detail .area .detail-box dl dd .toggle-wrap {
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------
 feature
------------------------------ */
.feature-sec {
  background-image: linear-gradient(to bottom, #ff9123 30rem, #FFFDDF 60rem);
  padding: 3rem 0;
}

/* ------------------------------
 agesugi
------------------------------ */
.agesugi-sec {
  background-color: #ff9123;
}
.agesugi-sec ul {
  background: url(../img/250612/bg_star.png) repeat #0076d6;
  padding: 3rem;
}
.agesugi-sec ul li + li {
  padding-top: 2rem;
}

/* ------------------------------
 menu_agesugi
------------------------------ */
.menu_agesugi-sec {
  background-color: #FFFDDF;
}
.menu_agesugi-sec .menu_agesugi-inner {
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-bottom: 2rem;
}
.menu_agesugi-sec .menu_agesugi-inner .ttl-bd {
  color: #0076d6;
  border-bottom: 0.1em solid currentColor;
  margin-bottom: 0.5em;
}

/* ------------------------------
 chargespot
------------------------------ */
.chargespot-sec {
  background-color: #FFFDDF;
}
.chargespot-sec .chargespot-inner {
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-bottom: 2rem;
  background-color: #fff;
}
.chargespot-sec .chargespot-inner .ppm-std-btn {
  background: #00cdd7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.25em 0;
}
.chargespot-sec .chargespot-inner .ttl-bd {
  color: #0076d6;
  border-bottom: 0.1em solid currentColor;
  margin-bottom: 0.5em;
}

/* ------------------------------
 benefit
------------------------------ */
.benefit-sec {
  background-color: #FFFDDF;
  padding: 3rem 0;
}
.benefit-sec .bnr-trial {
  background-color: white;
  border: 0.2rem solid black;
  border-radius: 1.5rem;
  overflow: hidden;
}

/* ------------------------------
 notes
------------------------------ */
.notes-sec {
  background-color: #eee;
  padding: 3rem 0;
}

/* ------------------------------
 module-override
------------------------------ */
#wl-container .csv-coupon-item .item-link,
#wl-container .csv-coupon-item .item-notes,
#wl-container .wl-store,
#wl-container .wl-nextmonth {
  display: none;
}

#boost-container .boost-btn-wrap {
  display: none;
}

#menu-container .menu-coupon,
#menu-container .menu-btn-wrap {
  display: none;
}

/* ------------------------------
 join
------------------------------ */
.join-col {
  position: relative;
  margin-top: 5rem;
  padding: 5rem 0 1.5rem;
  text-align: center;
}
.join-col-ttl {
  position: absolute;
  left: 4rem;
  right: 4rem;
  top: -3.3rem;
}

.join-flow-item {
  background: #fff4cc;
  border-radius: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 1rem;
}
.join-flow-img {
  width: 4rem;
  margin-right: 1rem;
  flex-shrink: 0;
  align-self: flex-start;
}
.join-flow-arrow {
  width: 2.5rem;
  margin: 0 auto;
}
.join-flow-ttl {
  line-height: 1.4;
}
.join-flow-finish-img {
  width: 60%;
  margin: 1rem auto 0;
}

/* ------------------------------
 ppas-inq
------------------------------ */
.ppas-inq {
  background-color: #FFE9D3;
  border: 0.2rem solid #FEA970;
  border-radius: 1.5rem;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  text-align: center;
}
.ppas-inq-ttl > span {
  background: linear-gradient(to top, #FFF829, #FFF829 40%, transparent 40%);
  display: inline-block;
  line-height: 1.2;
  padding: 0 0.2em;
}
.ppas-inq-btn {
  width: 65%;
  margin: 1.5rem auto 1rem;
}