@charset "utf-8";

:root {
  --main-color: #6496dc;
  --main-color-deep: #4f84d0;
  --main-color-light : #bbd7ff;
  --sub-color: #f9bf2c;
  --accent-color: #faa420;
  --accent-color-deep: #f9bf2c;
  --color-black: #323250;
  --color-white: #f3f3f3;
  --color-text-soft: #737892;
  --color-text-accent: #D86343;
  --color-link: #1e64be;
  --color-error: #f06432;
  --color-line: #d9deea;
  --surface-card: rgba(255, 255, 255, 0.98);
  --surface-shadow: 0 12px 24px rgba(50, 50, 80, 0.08);
}

html {
  background: #f3f3f3;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  letter-spacing: 0.01em;
  background-image: url(./images/back01.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  background-color: #f3f3f3;
}
body.open_menu {
  overflow: hidden;
}

#content-header {
  position: relative;
  z-index: 70;
}

header {
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 18px rgba(50, 50, 80, 0.08);
}

header .innner {
  max-width: 1040px;
  height: 62px;
  margin: 0 auto;
  gap: 12px;
}

header .header_logo {
  width: 46vw;
  max-width: 188px;
}

header .header_logo img {
  width: 100%;
  height: auto;
}

header .header_link {
  gap: 10px;
  margin-left: auto;
}

header .login_button {
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(50, 49, 80, 0.08);
  border-radius: 999px;
  color: var(--color-black);
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(39, 47, 74, 0.06);
}

.header_modal .credit,
.area_footer .credit {
  margin-top: 18px;
}

.header_modal .credit p,
.area_footer .credit p {
  color: var(--color-text-soft);
}

main {
  padding-top: 62px;
}

body.admin-bar header {
  top: 32px;
}

.main,
.aside,
.area_first,
.top_wrapper {
  padding: 0 14px;
  background: transparent;
}

.content,
.area_infolist,
.content_app {
  max-width: 920px;
  margin: 18px auto;
  padding: 20px 18px;
  line-height: 1.78;
/*  background: var(--surface-card); -miura*/
	background: var(--main-color-light);
  border: 1px solid rgba(216, 216, 223, 0.92);
  border-radius: 22px;
  box-shadow: var(--surface-shadow);
}

.top_wrapper .content {
  border: 1px solid rgba(216, 216, 223, 0.92);
}

.content,
.content p,
.content li,
.content td,
.content th,
.content_app,
.content_app p {
  color: var(--color-black);
}

.content p + p:not(.title_h3) {
  margin-top: 0.65em;
}

.content a,
.page_normal a,
.area_footer nav ul li a {
  color: var(--color-link);
}

.content figure {
  margin-top: 14px;
  margin-bottom: 14px;
}

.title_h1,
.area_infolist_title,
.content_app .title_app_h1 {
  max-width: none;
  margin: 0 0 14px;
  padding: 0 0 0 12px;
  text-align: left;
  line-height: 1.55;
  font-size: 1.24em;
  font-weight: 800;
  color: var(--color-black);
  background: none;
  border-left: 4px solid var(--main-color);
  border-radius: 0;
}

body:not(.home) .content .title_h1 {
  max-width: 600px;
  margin: 0.7em auto;
  padding: 0.5em 0.6em;
  text-align: center;
  line-height: 1.4;
  font-size: 1.54em;
  font-weight: 700;
  color: #ffffff;
  background: url("./images/inarinpay/title_h2.png") no-repeat left top / 100% 100%;
  border-left: none;
  border-radius: 0;
}

.title_h2 {
  color: var(--color-black);
  font-weight: 800;
}

.title_h3 {
  margin: 18px 0 10px;
  padding: 10px 14px;
  text-align: center;
  font-size: 1.02em;
  color: var(--main-color);
  background: rgba(100, 150, 219, 0.1);
  border-radius: 14px;
}

.area_contact .title_h3 {
  max-width: 500px;
  margin: 20px auto 10px;
  padding: 0.1em 0.5em;
  font-size: 1.23em;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
  background-color: #ffffff;
  border: solid 2px var(--main-color);
  border-radius: 0;
}

.first_message {
  font-size: clamp(1.6rem, 5vw, 2rem);
}

.area_button {
  max-width: 520px;
  padding: 14px 0 6px;
}

.area_button .button_wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
}

.area_button .button_normal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 12px 58px;
  text-align: center;
  color: var(--main-color);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 2px solid rgba(100, 150, 220, 0.34);
  border-radius: 999px;
  box-shadow:
    0 4px 10px rgba(100, 150, 220, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  filter: none;
  flex-direction: column;
}

.area_button .button_normal:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.area_button .button_normal:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, #79ace6 0%, var(--main-color) 100%);
  box-shadow: 0 2px 6px rgba(100, 150, 220, 0.16);
  transform: translateY(-50%);
  pointer-events: none;
}

.area_button .button_normal:hover {
  margin: 0;
  opacity: 1;
  transform: translateY(1px);
}

.area_button .button_disabled,
.area_button .button_disabled:hover {
  color: #c8c8d2;
  background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
  border-color: rgba(200, 200, 210, 0.92);
  box-shadow: none;
  transform: none;
}

.area_button .button_disabled:after {
  background: linear-gradient(180deg, #d9dbe4 0%, #c9cad2 100%);
  box-shadow: none;
}

#point.error .area_button .button_normal {
  min-width: 220px;
  padding-right: 24px;
}

#point.error .area_button .button_normal:before,
#point.error .area_button .button_normal:after {
  display: none;
}

.area_infolist {
  padding: 14px 16px 16px;
  font-size: 0.95em;
}

.area_infolist ul {
  border: none;
  border-radius: 0;
}

.area_infolist ul li {
  margin: 0;
  padding: 10px 0 10px 92px;
  border-top: 2px dotted rgba(124, 160, 217, 0.42);
}

.area_infolist ul li:first-child {
  padding-top: 0;
  border-top: none;
}

.area_infolist ul time {
  width: 82px;
  color: var(--main-color);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.area_infolist ul span,
.area_infolist ul a,
.area_infolist ul div {
  color: var(--color-text-soft);
}

.area_infolist ul .news_title {
  color: var(--color-black);
}

.area_infolist .area_infolist_button {
  top: 14px;
  right: 16px;
  width: 14px;
  height: 14px;
}

.area_infolist .area_infolist_button span {
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

[id^="inarinpay_sitestatus"] .content {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 24px 22px;
  text-align: center;
  color: var(--color-black);
  background: #ffffff;
  border: 5px solid rgba(100, 150, 220, 0.82);
  border-radius: 20px;
  box-shadow: none;
}

body [id^="inarinpay_sitestatus"] .content .title_h1 {
  max-width: 600px;
  margin: 0 auto 14px;
  padding: 0.5em 0.6em;
  text-align: center;
  line-height: 1.4;
  font-size: 1.54em;
  font-weight: 700;
  color: #ffffff;
  background: url("./images/inarinpay/title_h2.png") no-repeat left top / 100% 100%;
  border-left: none;
  border-radius: 0;
}

[id^="inarinpay_sitestatus"] .first_message {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.35;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  font-weight: 800;
  color: var(--color-black);
}

[id^="inarinpay_sitestatus"] .content p,
[id^="inarinpay_sitestatus"] .content center {
  color: var(--color-black);
}

[id^="inarinpay_sitestatus"] .area_button {
  max-width: 420px;
  padding: 4px 0 8px;
}

[id^="inarinpay_sitestatus"] .area_button .button_normal,
[id^="inarinpay_sitestatus"] .area_button .button_normal:hover {
  min-height: 44px;
  padding: 0.35em 1em;
  color: var(--main-color);
  background: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  box-shadow: none;
  filter: none;
  transform: none;
}

[id^="inarinpay_sitestatus"] .area_button .button_normal::before,
[id^="inarinpay_sitestatus"] .area_button .button_normal::after {
  display: none;
}

[id^="inarinpay_sitestatus"] .area_button .button_disabled,
[id^="inarinpay_sitestatus"] .area_button .button_disabled:hover {
  color: #9aa0ad;
  background: #f8f9fc;
  border-color: rgba(154, 160, 173, 0.85);
}

[id^="inarinpay_sitestatus"] .wrapper_pc_center,
[id^="inarinpay_sitestatus"] .style_text_center {
  justify-content: center;
  text-align: center;
}

[id^="inarinpay_sitestatus"] table.simple {
  margin-top: 1.2em;
  border-color: rgba(100, 150, 220, 0.38);
}

[id^="inarinpay_sitestatus"] table.simple th {
  color: #ffffff;
  background: rgba(100, 150, 219, 0.88);
}

[id^="inarinpay_sitestatus"] table.simple td {
  color: var(--color-black);
  background: rgba(255, 255, 255, 0.96);
}

[id^="inarinpay_sitestatus"] table.simple th strong {
  color: #ffffff;
}

[id^="inarinpay_sitestatus"] table.simple td strong {
  color: var(--color-black);
}

[id^="inarinpay_sitestatus"] .fs_1312 strong {
  color: var(--color-black);
}

#main_top {
  padding-bottom: 16px;
}

#main_top .top {
  position: relative;
  overflow: hidden;
  max-width: 820px;
  margin: 20px auto 0;
  padding: 48px 20px 44px;
  text-align: center;
  background: linear-gradient(180deg, #7daeed 0%, var(--main-color) 100%);
  border-radius: 30px;
  box-shadow: 0 18px 32px rgba(100, 150, 219, 0.26);
}

#main_top .top p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 18px 26px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(50, 49, 80, 0.12);
}

#main_top .top img {
  width: min(560px, 100%);
  margin: 0 auto;
}

#main_top .top + .content {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.title_speech {
  margin-bottom: 1em;
  color: var(--color-black);
}

.title_speech:before,
.title_speech:after {
  display: none;
}

.speech_merit strong,
.speech_merit strong b {
  color: var(--color-error);
}

ul.merit_list {
  padding: 0;
  gap: 12px;
}

ul.merit_list li {
  padding: 14px 12px;
  background: #ffffff;
  border: 1px solid rgba(100, 150, 219, 0.16);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(61, 71, 101, 0.05);
}

ul.merit_list picture {
  width: 72px;
  height: 72px;
  background: linear-gradient(180deg, #7daeed 0%, var(--main-color) 100%);
  border-radius: 50%;
}

ul.merit_list dl dt {
  color: var(--color-black);
}

table.simple,
table.single,
table.normal {
  border-color: rgba(100, 150, 219, 0.28);
}

table.simple th,
table.single th,
table.normal th {
  background: var(--main-color);
}

.area_app {
  padding: 0 14px;
  background: transparent;
}

.content_app {
  max-width: 820px;
  margin-top: 8px;
  padding: 12px 12px 14px;
}

:root {
  --point-color: #6496dc;
  --point-sub-color: #c2dafb;
}

.area_point {
  margin: 0;
}

.area_point dl.point_total {
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid rgba(100, 150, 219, 0.78);
  border-radius: 20px;
  background: #ffffff;
}

.area_point dl.point_total dt {
  padding: 0.45em 1em;
  color: var(--main-color);
  background: #ffffff;
  border: none;
}

.area_point dl.point_total dd {
  padding: 12px 16px 10px;
  background: linear-gradient(180deg, #78a9eb 0%, var(--main-color) 100%);
}

.area_point dl.point_total dd span {
  width: auto;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.5em, 9vw, 3.5em);
}

.area_point dl.point_total dd:after {
  width: auto;
  color: #ffffff;
  font-size: 1.05em;
}

.area_point dl.point_sub {
  margin-bottom: 10px;
  border: 1px solid rgba(100, 150, 219, 0.24);
  border-radius: 16px;
  background: #ffffff;
}

.area_point dl.point_sub_buttom {
  border-bottom: 1px solid rgba(100, 150, 219, 0.24);
}

.area_point_priod {
  margin-top: 12px;
  padding: 14px;
  background: rgba(100, 150, 219, 0.08);
  border-radius: 16px;
}

.area_point_priod .box_title,
.area_point_priod .box_text {
  color: var(--main-color);
}

.tile_forshop,
.area_forshop {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #7daeed 0%, var(--main-color) 100%);
  border: none;
  box-shadow: 0 18px 32px rgba(100, 150, 219, 0.22);
}

.tile_forshop .forshop_title,
.tile_forshop .forshop_text,
.area_forshop .forshop_title,
.area_forshop .forshop_text {
  position: relative;
  z-index: 1;
/*  color: #ffffff;  -miura*/
}

.tile_forshop .forshop_title img,
.area_forshop .forshop_title img {
/*  opacity: 0; -miura*/
  width: 300px;
/*  height: 54px;-miura*/
  margin: 0 auto 15px;
}

.tile_forshop .forshop_title:before,
.area_forshop .forshop_title:before {
  content: "";
  display: block;
  width: 280px;
  max-width: 100%;
  height: 72px;
  margin: 0 auto 15px;
  background:
    rgba(255, 255, 255, 0.96)
    url("./images/inarinpay/logo_inarinpay.svg") 50% 50% / 88% auto no-repeat;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(50, 49, 80, 0.14);
}

.tile_forshop .area_button,
.area_forshop .area_button {
  position: relative;
  z-index: 1;
}

.faq .faq_title,
.faq .faq_title_sub {
  color: var(--color-black);
}

.faq dl dt {
  position: relative;
  padding-left: 2.2em;
  color: var(--color-black);
  cursor: pointer;
}

.faq dl dt:before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color);
}

.faq dl dd {
  margin-top: 0.7em;
  padding: 1em 1em 1em 2.6em;
  background: rgba(100, 150, 219, 0.08);
  border-radius: 16px;
}

.area_breadcrumb {
  max-width: 920px;
  margin-top: 18px;
  padding: 0 16px;
}

.area_breadcrumb ol {
  color: var(--color-text-soft);
}

.area_breadcrumb ol li a {
  color: var(--color-link);
}

.area_footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0 14px 34px;
  background: transparent;
}

.area_footer .innner {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 20px;
  background: var(--surface-card);
  border: 1px solid rgba(216, 216, 223, 0.92);
  border-radius: 24px;
  box-shadow: var(--surface-shadow);
}

.area_footer .footer_logo {
  max-width: 258px;
  margin-bottom: 18px;
}

.area_footer .footer_logo img {
  width: 100%;
  height: auto;
}

.area_footer nav ul {
  gap: 10px 16px;
  padding: 0;
}

.area_footer nav ul li:after {
  display: none;
}

.area_footer_app,
.payment_button {
  --main-color: #5b8ad4;
}

.area_footer_app {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
  height: calc(56px + env(safe-area-inset-bottom));
  padding: 5px 5px calc(5px + env(safe-area-inset-bottom));
  background-color: #ffffc3;
  border-top: solid 1px var(--main-color);
}

.area_footer_app .innner {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

.area_footer_app .footer_menu {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.area_footer_app .footer_menu ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.area_footer_app .footer_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  margin: 0;
  border-right: solid 1px var(--main-color);
}

.area_footer_app .footer_menu li:last-of-type {
  border-right: none;
}

.area_footer_app .footer_menu a {
  display: block;
  width: 100%;
  padding: 0.2em 0;
  text-align: center;
  color: var(--main-color);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.area_footer_app .footer_menu a img {
  width: 2.5em;
  height: auto;
  margin: 0 0 0.2em;
  opacity: 1;
}

.area_footer_app.no_production_footer {
  bottom: 40px;
}

.payment_button {
  position: fixed;
  right: 50%;
  bottom: 40px;
  left: 50%;
  z-index: 40;
  width: 90%;
  max-width: 600px;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.payment_button.no_production_footer {
  bottom: 80px;
}

.payment_button.area_button,
.payment_button .area_button {
  max-width: none;
  padding: 0;
}

.payment_button .area_button.button_wrapper,
.payment_button.area_button .button_wrapper,
.payment_button .button_wrapper {
  width: 100%;
  margin: 0;
  overflow: visible;
}

.payment_button .button_normal,
.payment_button .button_normal:hover {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0.4em;
  text-align: center;
  color: var(--main-color);
  font-size: 1.23em;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: #ffffc3;
  border: solid 2px var(--main-color);
  border-radius: 2em;
  box-shadow: none;
  filter: drop-shadow(0 2px 1px rgba(35, 24, 21, 0.35));
  transform: none;
  cursor: pointer;
  opacity: 0.9;
  transition: all 0.2s;
}

.payment_button .button_normal.disabled,
.payment_button .button_normal.button_disabled {
  color: #b5b5b6;
  background-color: #ffffff;
  border-color: #b5b5b6;
  cursor: default;
}

.payment_button .button_normal:before,
.payment_button .button_normal:after {
  content: none;
  display: none;
}

@media screen and (min-width: 900px) {
  .area_footer_app .footer_menu {
    border-right: solid 1px var(--main-color);
    border-left: solid 1px var(--main-color);
  }

  .payment_button {
    max-width: 800px;
  }

  main {
    padding-top: 70px;
  }

  header {
    padding: 0 20px;
  }

  header .innner {
    height: 70px;
  }

  header .header_logo {
    width: 210px;
    max-width: 210px;
  }

  .content,
  .area_infolist,
  .content_app,
  .area_footer {
    font-size: 16px;
  }

  .content,
  .content_app {
    padding: 26px 28px;
  }

  #main_top .top {
    padding: 52px 36px 50px;
  }
}

@media screen and (max-width: 600px) {
  .payment_button {
    font-size: 1.17rem;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

@media screen and (max-width: 700px) {
  main {
    padding-top: 58px;
  }

  header {
    padding: 0 10px;
  }

  header .innner {
    height: 58px;
    gap: 8px;
  }

  header .header_logo {
    width: 44vw;
    max-width: 162px;
  }

  .content,
  .area_infolist,
  .content_app {
    margin: 14px auto;
    padding: 18px 14px;
    border-radius: 18px;
  }

  [id^="inarinpay_sitestatus"] .content {
    padding: 22px 16px;
  }

  .area_infolist {
    padding: 14px;
  }

  .area_infolist ul li {
    padding: 12px 0;
  }

  .area_infolist ul li:first-child {
    padding-top: 0;
  }

  .area_infolist ul time {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 4px;
  }

  #main_top .top {
    margin-top: 14px;
    padding: 36px 14px 34px;
    border-radius: 24px;
  }

  #main_top .top p {
    width: min(100%, 330px);
    padding: 14px 16px;
    border-radius: 22px;
  }

  #main_top .top + .content {
    margin-top: -18px;
  }

  .area_button .button_normal {
    min-height: 50px;
    padding: 12px 50px;
    font-size: 14px;
  }


  .area_button .button_normal:before {
    right: 23px;
  }

  .area_button .button_normal:after {
    right: 12px;
    width: 24px;
    height: 24px;
  }

  .payment_button .button_normal,
  .payment_button .button_normal:hover {
    min-height: 0;
    padding: 0.4em;
    font-size: 1.23em;
  }

  .area_footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .area_footer .innner {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .area_footer .footer_logo {
    max-width: 220px;
  }

  ul.merit_list {
    display: block;
  }

  ul.merit_list li + li {
    margin-top: 12px;
  }
}

@media screen and (max-width: 380px) {
  #main_top .top p {
    padding: 12px 14px;
  }
}

body.home main {
  width: min(100%, 430px);
  margin: 0 auto;
}

body.home .main,
body.home .aside,
body.home .top_wrapper,
body.home .area_footer {
  padding-right: 10px;
  padding-left: 10px;
}

body.home .area_infolist,
body.home #main_top > .content,
body.home .content_app,
body.home .tile_forshop,
body.home .area_footer .innner {
  max-width: none;
  border: none;
  border-radius: 22px;
  box-shadow: 0 8px 20px rgba(50, 50, 80, 0.07);
}

body.home .area_infolist,
body.home #main_top > .content:not(:first-of-type),
body.home .tile_forshop,
body.home .area_footer .innner {
  background: rgba(255, 255, 255, 0.98);
}

body.home .area_infolist_title,
body.home #main_top > .content .title_h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: 800;
  border: none;
}

body.home .area_infolist_title::before,
body.home .area_infolist_title::after,
body.home #main_top > .content .title_h1::before,
body.home #main_top > .content .title_h1::after {
  color: var(--main-color);
  font-size: 1.35em;
  font-weight: 500;
}

body.home .area_infolist_title::before,
body.home #main_top > .content .title_h1::before {
  content: "[";
}

body.home .area_infolist_title::after,
body.home #main_top > .content .title_h1::after {
  content: "]";
}

body.home .area_infolist {
  margin-top: 12px;
  padding: 14px 16px 12px;
}

body.home .area_infolist ul li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 8px 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(100, 150, 220, 0.22);
}

body.home .area_infolist ul li:first-child {
  border-top: none;
}

body.home .area_infolist ul time {
  position: static;
  display: block;
  width: auto;
  margin: 0;
  font-size: 12px;
}

body.home .area_infolist ul span,
body.home .area_infolist ul a,
body.home .area_infolist ul div {
  font-size: 12px;
  line-height: 1.55;
}

body.home .area_infolist ul .news_title + div {
  grid-column: 2 / -1;
}

body.home #main_top {
  padding-bottom: 24px;
}

body.home #main_top .top {
  margin-top: 12px;
  padding: 18px 18px 10px;
  background:
    radial-gradient(circle at 100% 24%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(180deg, #79ace6 0%, var(--main-color) 100%);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 16px 30px rgba(100, 150, 220, 0.22);
}

body.home #main_top .top p {
  width: 100%;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

body.home #main_top .top img {
  width: min(255px, 100%);
}

body.home #main_top > .top + .content {
  margin-top: 0;
  padding: 8px 18px 20px;
  background:
    radial-gradient(circle at 100% 82%, rgba(255, 255, 255, 0.16), transparent 16%),
    linear-gradient(180deg, #79ace6 0%, var(--main-color) 100%);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 16px 30px rgba(100, 150, 220, 0.22);
}

body.home #main_top > .top + .content > p:first-child {
  max-width: 400px;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
/*  color: rgba(255, 255, 255, 0.94);  -miura*/
}

body.home #main_top > .top + .content > .title_h1,
body.home #main_top > .top + .content > .title_h1::before,
body.home #main_top > .top + .content > .title_h1::after {
  content: none;
  color: #ffffff;
}

body.home #main_top > .top + .content > .title_h1 {
  display: block;
  margin: 12px 0 12px;
  font-size: 1.1rem;
}

body.home #main_top > .top + .content p,
body.home #main_top > .top + .content li,
body.home #main_top > .top + .content dd,
body.home #main_top > .top + .content dt {
/*  color: #ffffff;  -miura*/
}

body.home #main_top > .top + .content .title_speech {
  margin: 0 auto 14px;
}

body.home #main_top > .top + .content .title_speech p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 18px;
  color: var(--color-black);
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(50, 50, 80, 0.12);
}

body.home #main_top > .top + .content marker,
body.home #main_top > .top + .content .speech_merit strong,
body.home #main_top > .top + .content .speech_merit strong b {
  color: var(--accent-color-deep);
  background: transparent;
}

body.home #main_top > .top + .content ul.merit_list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: min(100%, 560px);
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  justify-items: stretch;
}

body.home #main_top > .top + .content ul.merit_list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: none;
}

body.home #main_top > .top + .content ul.merit_list picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  overflow: hidden;
  background: linear-gradient(180deg, #fcc95a 0%, var(--accent-color) 100%);
}

body.home #main_top > .top + .content ul.merit_list picture img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}

body.home #main_top > .top + .content ul.merit_list dl {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

body.home #main_top > .top + .content ul.merit_list dl dt {
  margin-bottom: 4px;
  text-align: left;
  color: var(--color-black);
  font-size: 15px;
}

body.home #main_top > .top + .content ul.merit_list dl dd {
  text-align: left;
  color: #6f7590;
  font-size: 11px;
  line-height: 1.55;
}

body.home #main_top > .content {
  margin-top: 14px;
  padding: 18px 16px;
}

body.home #main_top > .content .title_h1 {
  margin-bottom: 14px;
}

body.home .tile_forshop {
  padding: 18px 16px 16px;
  background: linear-gradient(180deg, #fcc44e 0%, var(--accent-color) 100%);
  box-shadow: 0 14px 22px rgba(250, 164, 32, 0.24);
}

body.home .tile_forshop .forshop_title::before {
  display: none;
}

/*
body.home .tile_forshop .forshop_title img {
  display: none;
}
 -miura*/

body.home .tile_forshop .forshop_title,
body.home .tile_forshop .forshop_text {
  text-align: center;
  color: #ffffff;
}

body.home .tile_forshop .forshop_title {
  margin-bottom: 12px;
/*  font-size: 1.05rem;*  -miiura*/
  font-weight: 800;
}

body.home .tile_forshop .button_normal {
  color: var(--accent-color);
  border-color: rgba(255, 255, 255, 0.92);
}

body.home .tile_forshop .button_normal::after {
  background: linear-gradient(180deg, #fcc44e 0%, var(--accent-color) 100%);
  box-shadow: 0 2px 6px rgba(250, 164, 32, 0.16);
}

body.home .area_footer .innner {
  padding: 20px 16px 88px;
}

body.home .area_footer .footer_logo {
  margin: 0 auto 16px;
}

body.home .area_footer nav ul {
  justify-content: center;
}

.area_footer {
  padding: 30px 0 0;
}

.area_footer .innner {
  max-width: none;
  padding: 24px 16px 34px;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  border-top: 1px solid rgba(216, 216, 223, 0.92);
  border-radius: 0;
  box-shadow: none;
}

body.home .area_footer_app .innner {
  max-width: none;
}

@media screen and (min-width: 701px) {
  body.home main {
    width: 100%;
    max-width: none;
  }

  body.home .area_footer_app .innner {
    max-width: none;
  }

  body.home .main,
  body.home .aside,
  body.home .top_wrapper,
  body.home .area_footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.home .area_infolist,
  body.home #main_top .top,
  body.home #main_top > .top + .content,
  body.home #main_top > .content,
  body.home .content_app,
  body.home .tile_forshop {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  body.home #main_top .top {
    padding: 24px 30px 14px;
  }

  body.home #main_top > .top + .content {
    padding: 10px 30px 24px;
  }

  .area_footer {
    padding-right: 0;
    padding-left: 0;
  }

  .area_footer .innner {
    width: 100%;
    max-width: none;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 700px) {
  body.home #main_top .top {
    padding: 16px 14px 8px;
  }

  body.home #main_top > .top + .content {
    padding: 8px 14px 16px;
  }

  body.home #main_top > .top + .content ul.merit_list li {
    padding: 10px 12px;
  }

  body.home #main_top > .top + .content ul.merit_list picture {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  body.home .area_infolist ul li {
    grid-template-columns: 70px 1fr;
  }
}


/**********
事業概要　いなりん
**********/

.content.merit-section_i {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.2rem 2.4rem;
  background: #6f97d6;
  color: #ffffff;
  text-align: center;
}

.content.merit-section_i p {
  margin: 0;
}

.merit-lead_i {
  margin-bottom: 1.2rem;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 700;
}

/* merit-lead_iの文字を--color-whiteに -miura */
.content.merit-section_i p.merit-lead_i {
  color: var(--color-white);
}

.title_speech_i.speech_merit_i {
  margin: 0 auto 1.5rem;
}

.title_speech_i.speech_merit_i p {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  background: #ffffff;
  color: #3f4a75;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}

.title_speech_i.speech_merit_i .em_i {
  color: #f0a33a;
  font-size: 1.15em;
  font-weight: 800;
}

.title_h1_i {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
}

/* 上段 */
.merit-point-list_i {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.merit-point-list_i li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.85rem;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border-radius: 18px;
  color: #3f4a75;
  text-align: left;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.merit-point-list_i li:last-child {
  margin-bottom: 0;
}

.merit-check_i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0a33a;
  position: relative;
}

.merit-check_i::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  width: 16px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.merit-point-text_i {
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 800;
}

/* 下段 */
ul.merit_list_i {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin: 0 0 2rem;
  padding: 0;
}

ul.merit_list_i li {
  list-style: none;
  width: calc(50% - 1.1rem);
  max-width: 250px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

ul.merit_list_i picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 0.9rem;
  background: #ffffff;
  border-radius: 50%;
}

ul.merit_list_i picture img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
}

ul.merit_list_i dl {
  margin: 0;
}

ul.merit_list_i dl dt {
  margin-bottom: 0.6rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

ul.merit_list_i dl dd {
  margin: 0;
  text-align: left;
  line-height: 1.8;
  font-size: 0.9rem;
  color: #eaf1ff;
}

/*
.area_button_i {
  margin-top: 1rem;
}

.button_wrapper_i {
  margin: 0;
}

.button_normal_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 0.85rem 2rem;
  background: #ffffff;
  border-radius: 999px;
  color: #6f97d6;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}

*/

.nobr_i {
  white-space: nowrap;
}

/* point-chart図 */

.point-chart_i {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 32px;
  padding: 8px 14px 6px 18px;
  background: var(--main-color-light);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #111;
  box-sizing: border-box;
}

.point-chart-note_i {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--main-color);
}

.point-chart-total_i {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.point-chart-graph_i {
  width: min(var(--chart-width, 100%), 100%);
  max-width: 400px;
  margin: 0 0 0 12px;
  box-sizing: border-box;

  --general-ratio: 71.43%;
  --common-ratio: 28.57%;
}

.point-chart-bar-wrap_i {
  margin: 0 0 10px;
}

.point-chart-bar_i {
  display: flex;
  width: 100%;
  height: 48px;
  border: 1px solid var(--main-color);
  box-sizing: border-box;
}

.point-chart-general_i,
.point-chart-common_i,
.point-chart-measure_i {
  flex-shrink: 0;
  min-width: 0;
  box-sizing: border-box;
}

.point-chart-general_i,
.point-chart-measure-general_i {
  flex: 0 0 var(--general-ratio);
}

.point-chart-common_i,
.point-chart-measure-common_i {
  flex: 0 0 var(--common-ratio);
}

.point-chart-general_i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  background: #eef09a;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-align: center;
  word-break: keep-all;
}

.point-chart-common_i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background: var(--main-color);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.point-chart-scale_i {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.point-chart-measure_i {
  position: relative;
}

.point-chart-line_i {
  position: relative;
  display: block;
  height: 14px;
  margin-bottom: 4px;
  border-top: 2px solid #111;
}

.point-chart-line_i::before,
.point-chart-line_i::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.point-chart-line_i::before {
  left: -1px;
  border-right: 8px solid #111;
}

.point-chart-line_i::after {
  right: -1px;
  border-left: 8px solid #111;
}

.point-chart-value_i {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  white-space: nowrap;
}

.point-chart-desc_i {
  margin: 10px 0 0;
  line-height: 1.6;
  color: #222;
}

@media screen and (max-width: 480px) {
  .point-chart_i {
    max-width: 100%;
    margin-bottom: 24px;
    padding: 6px 10px 6px 12px;
  }

  .point-chart-note_i {
    font-size: 14px;
  }

  .point-chart-total_i {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .point-chart-graph_i {
    margin-left: 6px;
  }

  .point-chart-bar_i {
    height: 42px;
  }

  .point-chart-general_i {
    font-size: 12px;
  }

  .point-chart-common_i {
    font-size: 11px;
    line-height: 1.1;
  }

  .point-chart-value_i {
    font-size: 14px;
  }

  .point-chart-desc_i {
    font-size: 14px;
  }
}



/* SP */
@media (max-width: 900px) {
  .content.merit-section_i {
    padding: 1.6rem 1rem 2rem;
  }

  .title_speech_i.speech_merit_i p {
    font-size: 1.2rem;
  }

  ul.merit_list_i {
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
  }

  ul.merit_list_i li {
    width: 100%;
    max-width: 320px;
  }

  .button_normal_i {
    min-width: 220px;
    font-size: 1.05rem;
  }
}
/**********
事業概要　いなりん　End
**********/

/******************************
 アプリダウンロード誘導タイル
 style_inarinpay.css 用
******************************/
.area_downloadapp {
  max-width: 920px;
  margin: 18px auto;
  padding: 18px 16px 22px;
  text-align: center;
  background-color: var(--accent-color);
  border-radius: 22px;
  overflow: hidden;
}

.area_downloadapp p {
  margin: 0;
  color: #ffffff;
}

.area_downloadapp .downloadapp_title {
  line-height: 1.14;
  font-size: clamp(1.2rem, 5.4vw, 2.2rem);
  font-weight: 700;
}

.area_downloadapp .downloadapp_subtitle {
  margin-top: 0.2em;
  line-height: 1.2;
  font-size: 1em;
  font-weight: 700;
}

.area_downloadapp .downloadapp_store {
  margin-top: 1.1em;
}

.area_downloadapp .downloadapp_label {
  margin-bottom: 0.2em;
  line-height: 1.1;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
}

.area_downloadapp .downloadapp_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 0.2em;
}

.area_downloadapp .downloadapp_badge {
  display: inline-block;
  text-decoration: none;
}

.area_downloadapp .downloadapp_badge img {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.area_downloadapp .downloadapp_qr img {
  display: block;
  width: 96px;
  height: auto;
  background-color: #ffffff;
  padding: 4px;
  border-radius: 6px;
}

@media screen and (max-width: 700px) {
  .area_downloadapp {
    padding: 14px 12px 18px;
    border-radius: 18px;
  }

  .area_downloadapp .downloadapp_badge img {
    width: 220px;
  }
  .area_downloadapp .downloadapp_links {
    gap: 12px;
  }

  .area_downloadapp .downloadapp_qr img {
    width: 72px;
    padding: 3px;
  }
}
/******************************
 アプリダウンロード誘導タイル end
******************************/

/******************************
 アプリ連携ヘッダー調整
******************************/
#content-header,
#content-header-block {
  --main-color: #5b8ad4;
  --main-bg-color: #5b8ad4;
}

#content-header header,
#content-header-block header {
  z-index: 100;
  padding: 0 10px;
  background-color: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

#content-header header .innner,
#content-header-block header .innner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  gap: 0;
  font-size: 13px;
}

#content-header header .header_logo,
#content-header-block header .header_logo {
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
}

#content-header header .header_logo img,
#content-header-block header .header_logo img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#content-header header .header_link,
#content-header-block header .header_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  min-width: 0;
  margin-left: auto;
  gap: 0;
}

#content-header header .member_name,
#content-header-block header .member_name {
  flex: 0 1 auto;
  margin: 0 1.5em;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  word-break: keep-all;
}

#content-header header .menu_button,
#content-header-block header .menu_button {
  flex-shrink: 0;
}

#content-header header .menu_open,
#content-header-block header .menu_open {
  width: 1.8em;
  height: 1.8em;
}

#content-header header .menu_open span,
#content-header-block header .menu_open span {
  height: 0.25em;
}

#content-header header .header_info,
#content-header-block header .header_info {
  position: relative;
  flex-shrink: 0;
  margin-right: 1em;
}

#content-header header .header_info::after,
#content-header-block header .header_info::after {
  content: attr(data-count) "";
  position: absolute;
  right: -0.5em;
  top: -0.2em;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  background-color: #d20000;
  border-radius: 1em;
  cursor: pointer;
}

#content-header header .header_info[data-count="0"]::after,
#content-header-block header .header_info[data-count="0"]::after {
  display: none;
}

#content-header header .header_info img,
#content-header-block header .header_info img {
  display: block;
  width: 1.8em;
  height: 1.8em;
  max-width: none;
}

#content-header .header_info_wrapper,
#content-header-block .header_info_wrapper {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

#content-header .modal-common,
#content-header-block .modal-common {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

#content-header .main_cover,
#content-header-block .main_cover {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
}

#content-header .header_info_wrapper .main_cover,
#content-header-block .header_info_wrapper .main_cover {
  display: block;
  top: 60px;
  z-index: unset;
}

#content-header .modal_content .modal_content_title,
#content-header-block .modal_content .modal_content_title {
  padding: 0.4em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--main-color);
}

#content-header .modal_content .modal_content_line,
#content-header-block .modal_content .modal_content_line {
  display: block;
  width: 100%;
  height: 1em;
  background-color: var(--main-color);
}

#content-header #area_modal_information,
#content-header-block #area_modal_information {
  display: block;
  position: absolute;
  right: -9vw;
  top: 40px;
  width: 87vw;
  max-width: none;
  padding: 1.5em 0;
  background-color: #ffffff;
  border: solid 3px var(--main-color);
  border-radius: 1em;
}

#content-header #area_modal_information::before,
#content-header #area_modal_information::after,
#content-header-block #area_modal_information::before,
#content-header-block #area_modal_information::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 20px;
  top: -20px;
  display: block;
  border-style: solid;
  border-width: 0 10px 18px;
  border-color: transparent transparent var(--main-color);
}

#content-header #area_modal_information::after,
#content-header-block #area_modal_information::after {
  top: -16px;
  border-color: transparent transparent #ffffff;
}

#content-header #area_modal_information .list_info,
#content-header-block #area_modal_information .list_info {
  overflow-y: auto;
  position: relative;
  width: auto;
  max-height: calc(100vh - 300px);
  margin: 1em 0;
  padding: 0 1em 0 0;
  text-decoration: none;
}

#content-header #area_modal_information .list_info .info_data,
#content-header-block #area_modal_information .list_info .info_data {
  margin-top: 1em;
  padding-top: 1em;
}

#content-header #area_modal_information .list_info .info_data:first-of-type,
#content-header-block #area_modal_information .list_info .info_data:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

#content-header #area_modal_information .list_info .info_data .entry_text,
#content-header-block #area_modal_information .list_info .info_data .entry_text {
  display: none;
}

#content-header .list_info,
#content-header-block .list_info {
  overflow-y: auto;
  width: 100%;
  max-width: 965px;
  margin: 1em auto;
  padding: 0 1em;
  text-decoration: none;
}

#content-header .info_data,
#content-header-block .info_data {
  display: block;
  width: 100%;
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px var(--main-color);
  text-decoration: none;
}

#content-header .info_data:first-of-type,
#content-header-block .info_data:first-of-type {
  padding-top: 0;
  border-top: none;
}

#content-header .info_data .entry_date,
#content-header-block .info_data .entry_date {
  font-size: 0.8em;
  color: var(--color-black);
}

#content-header .info_data .entry_title,
#content-header-block .info_data .entry_title {
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: 700;
  color: var(--main-color);
}

#content-header .info_data .entry_text,
#content-header .info_data .entry_excerpt,
#content-header-block .info_data .entry_text,
#content-header-block .info_data .entry_excerpt {
  color: var(--color-black);
}

#content-header .entry_list_next,
#content-header-block .entry_list_next {
  margin: 1em;
  text-align: right;
}

#content-header .entry_list_next a,
#content-header-block .entry_list_next a {
  color: var(--main-color);
  text-decoration: none;
  word-break: keep-all;
}

#content-header header .header_modal,
#content-header-block header .header_modal {
  overflow-y: scroll;
  position: absolute;
  z-index: 100;
  right: -500px;
  top: 0;
  width: 74vw;
  max-width: 500px;
  height: 100vh;
  padding: 1em;
  background-color: #ffffff;
  transition: all 0.5s;
}

#content-header header .header_modal_open,
#content-header-block header .header_modal_open {
  right: 0;
}

#content-header header .header_modal .modal_menu_logo,
#content-header-block header .header_modal .modal_menu_logo {
  width: 176px;
  margin: 1.5em auto;
  text-align: center;
}

#content-header header .header_modal .modal_menu ul,
#content-header-block header .header_modal .modal_menu ul {
  list-style-type: none;
  font-size: 1.23em;
  font-weight: 700;
  border-top: solid 1px #d3d3d3;
}

#content-header header .header_modal .modal_menu ul a,
#content-header-block header .header_modal .modal_menu ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  border-bottom: solid 1px #d3d3d3;
  text-decoration: none;
}

#content-header header .header_modal .modal_menu ul a::after,
#content-header-block header .header_modal .modal_menu ul a::after {
  content: url("./images/menu/icon_next.svg");
}

#content-header header .menu_close,
#content-header-block header .menu_close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.4em;
  height: 1.4em;
  padding-right: 0;
  background: url("./images/menu/icon_close.svg") 50% 50% no-repeat;
  background-size: contain;
}

#content-header .header_modal_back,
#content-header-block .header_modal_back {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

#content-header .header_modal_back_wide,
#content-header-block .header_modal_back_wide {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#content-header #area_modal.information_detail,
#content-header-block #area_modal.information_detail {
  position: fixed;
  z-index: 200;
  left: 0;
  width: 100vw;
  display: block;
}

#content-header #area_modal.information_detail .modal_cover,
#content-header-block #area_modal.information_detail .modal_cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.15);
}

#content-header #area_modal.information_detail .modal_content,
#content-header-block #area_modal.information_detail .modal_content {
  position: relative;
  top: 50vh;
  left: 0;
  width: 100vw;
  height: unset;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

#content-header #area_modal.information_detail .modal_information,
#content-header-block #area_modal.information_detail .modal_information {
  position: relative;
  overflow: hidden;
  width: 80vw;
  max-width: 860px;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 3px var(--main-color);
  border-radius: 1em;
}

#content-header #area_modal.information_detail.information_detail_fullscreen,
#content-header-block #area_modal.information_detail.information_detail_fullscreen {
  inset: 0;
}

#content-header #area_modal.information_detail.information_detail_fullscreen .modal_cover,
#content-header-block #area_modal.information_detail.information_detail_fullscreen .modal_cover {
  background-color: rgba(0, 0, 0, 0.3);
}

#content-header #area_modal.information_detail.information_detail_fullscreen .modal_content,
#content-header-block #area_modal.information_detail.information_detail_fullscreen .modal_content {
  top: 0;
  display: flex;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  transform: none;
}

#content-header #area_modal.information_detail.information_detail_fullscreen .modal_information,
#content-header-block #area_modal.information_detail.information_detail_fullscreen .modal_information {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  border: none;
  border-radius: 0;
}

#content-header #area_modal.information_detail .modal_information .modal_close_button,
#content-header-block #area_modal.information_detail .modal_information .modal_close_button {
  position: fixed;
  right: 1.2em;
  top: 1.2em;
  z-index: 1;
  cursor: pointer;
}

#content-header #area_modal.information_detail .modal_information .modal_close_icon,
#content-header-block #area_modal.information_detail .modal_information .modal_close_icon {
  display: block;
  padding: 0;
  color: var(--main-color);
  background: transparent;
  border: none;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

#content-header #area_modal.information_detail .modal_information .info_data,
#content-header-block #area_modal.information_detail .modal_information .info_data {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 4.5em 1.25em 0;
  border: none;
  box-sizing: border-box;
}

#content-header #area_modal.information_detail .modal_information .info_data .entry_title,
#content-header-block #area_modal.information_detail .modal_information .info_data .entry_title {
  margin: 0.4em 0;
  border-bottom: solid 3px var(--main-color);
}

#content-header #area_modal.information_detail .modal_information .info_data .entry_text,
#content-header-block #area_modal.information_detail .modal_information .info_data .entry_text {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding-bottom: 1rem;
  overflow-y: auto;
}

#content-header #area_modal.information_detail .modal_information .information_detail_close,
#content-header-block #area_modal.information_detail .modal_information .information_detail_close {
  flex-shrink: 0;
  margin-top: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}

main {
  padding-top: 50px;
}

@media screen and (min-width: 500px) {
  #content-header header .innner,
  #content-header-block header .innner {
    height: 60px;
  }

  #content-header .header_info_wrapper,
  #content-header-block .header_info_wrapper {
    font-size: 16px;
  }

  #content-header #area_modal_information,
  #content-header-block #area_modal_information {
    right: -50px;
    top: 50px;
    width: 80vw;
    max-width: 850px;
  }

  #content-header #area_modal_information::before,
  #content-header #area_modal_information::after,
  #content-header-block #area_modal_information::before,
  #content-header-block #area_modal_information::after {
    right: 25px;
    top: -25px;
    border-width: 0 10px 24px;
  }

  #content-header #area_modal_information::after,
  #content-header-block #area_modal_information::after {
    top: -18px;
  }

  #content-header #area_modal_information .list_info,
  #content-header-block #area_modal_information .list_info {
    max-height: calc(100vh - 500px);
    margin: 1em;
    padding-right: 0;
  }

  #content-header #area_modal.information_detail .modal_information .info_data,
  #content-header-block #area_modal.information_detail .modal_information .info_data {
    padding: 5em 2em 0;
  }

  main {
    padding-top: 60px;
  }
}

@media screen and (min-width: 900px) {
  #content-header header,
  #content-header-block header {
    padding: 0 20px;
  }

  #content-header header .innner,
  #content-header-block header .innner {
    height: 80px;
  }

  #content-header header .header_logo,
  #content-header-block header .header_logo {
    flex-basis: 200px;
    width: 200px;
    max-width: 200px;
  }

  #content-header header .header_link,
  #content-header-block header .header_link {
    width: 65%;
  }

  #content-header header .menu_open,
  #content-header-block header .menu_open {
    width: 2.4em;
    height: 2.4em;
  }

  #content-header header .menu_open span,
  #content-header-block header .menu_open span {
    height: 0.3em;
  }

  #content-header header .header_modal .modal_menu,
  #content-header-block header .header_modal .modal_menu {
    font-size: 15px;
  }

  main {
    padding-top: 80px;
  }
}

@media screen and (max-width: 380px) {
  #content-header header .header_link,
  #content-header-block header .header_link {
    width: 50%;
  }

  #content-header header .member_name,
  #content-header-block header .member_name {
    margin-right: 1em;
    margin-left: 1em;
  }
}

/* =========================================================
   申込方法 固定ページ 追記CSS
   既存CSSは変更せず、このブロックだけを style_inarinpay.css に追記してください。
   クラス名は競合回避のため _i を付けています。
   ========================================================= */

.applyguide_page_i {
  --ag-navy: #27305a;
  --ag-blue: #8eb9dc;
  --ag-blue-deep: #5f8fc2;
  --ag-orange: #ef7f41;
  --ag-orange-soft: #fff1e8;
  --ag-cream: #fffdf8;
  --ag-line: #d8e2ef;
  --ag-text: #2b3552;
  --ag-bg: #f6fbff;
  width: min(100%, 1100px);
  margin: 0 auto;
  color: var(--ag-text);
  line-height: 1.8;
}

.applyguide_page_i *,
.applyguide_page_i *::before,
.applyguide_page_i *::after {
  box-sizing: border-box;
}

.applyguide_page_i a {
  color: inherit;
  text-decoration: none;
}

.applyguide_page_i img {
  max-width: 100%;
  height: auto;
}

.applyguide_section_i {
  position: relative;
  margin: 0 0 28px;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid var(--ag-line);
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(39, 48, 90, 0.06);
}

.applyguide_section_soft_i {
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.applyguide_section_warm_i {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.applyguide_kicker_i {
  margin: 0 0 8px;
  color: var(--ag-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.applyguide_main_i {
  margin: 0;
  color: var(--ag-navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
}

.applyguide_lead_i {
  margin: 16px 0 0;
  font-size: 16px;
}

.applyguide_hero_grid_i {
  display: grid;
  grid-template-columns: 1.15fr 0.1fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 28px;
}

.applyguide_ticket_i {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 2px solid var(--ag-line);
  background: #fff;
}

.applyguide_ticket_support_i {
  border-color: #b8d4ea;
  background: linear-gradient(180deg, #f3fafe 0%, #ffffff 100%);
}

.applyguide_ticket_premium_i {
  border-color: #ffd1b7;
  background: linear-gradient(180deg, #fff6f0 0%, #ffffff 100%);
}

.applyguide_label_i {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--ag-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.applyguide_ticket_i h2 {
  margin: 0;
  color: var(--ag-navy);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.35;
}

.applyguide_ticket_i p {
  margin: 12px 0 0;
}

.applyguide_ticket_big_i {
  color: var(--ag-orange);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
  font-weight: 700;
}

.applyguide_ticket_sub_i {
  color: var(--ag-orange);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.4;
  font-weight: 700;
}

.applyguide_ticket_i ul {
  margin: 14px 0 0;
  padding-left: 1.3em;
}

.applyguide_ticket_i li {
  margin: 0.35em 0;
}

.applyguide_arrow_i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ag-orange);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
}

.applyguide_heading_i {
  margin: 0;
  color: var(--ag-navy);
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.35;
}

.applyguide_sublead_i {
  margin: 12px 0 0;
  font-size: 16px;
}

.applyguide_schedule_grid_i {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.applyguide_schedule_card_i {
  position: relative;
  padding: 22px 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ag-line);
  text-align: center;
}

.applyguide_schedule_num_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--ag-orange);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.applyguide_schedule_card_i h3 {
  margin: 0;
  color: var(--ag-navy);
  font-size: 18px;
  line-height: 1.45;
}

.applyguide_schedule_value_i {
  margin-top: 10px;
  color: var(--ag-orange);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.applyguide_note_i {
  margin: 18px 0 0;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f7f9fc;
  font-size: 14px;
}

.applyguide_support_panel_i {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.applyguide_support_box_i,
.applyguide_support_note_box_i {
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ag-line);
}

.applyguide_support_grid_i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.applyguide_info_item_i {
  padding: 16px;
  border-radius: 18px;
  background: #f7fbff;
  border: 1px solid #dce8f3;
}

.applyguide_info_label_i {
  display: block;
  margin-bottom: 6px;
  color: var(--ag-blue-deep);
  font-size: 13px;
  font-weight: 700;
}

.applyguide_info_value_i {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.applyguide_support_note_box_i {
  background: linear-gradient(180deg, #fff7f1 0%, #ffffff 100%);
  border-color: #ffd7bf;
}

.applyguide_warning_i {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--ag-orange-soft);
  color: #8a471e;
  font-size: 14px;
}

.applyguide_manual_intro_i {
  text-align: center;
}

.applyguide_manual_intro_i .applyguide_heading_i {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--ag-orange);
}

.applyguide_step_i {
  padding-top: 26px;
}

.applyguide_step_head_i {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.applyguide_step_no_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--ag-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.applyguide_step_head_i h3 {
  margin: 0;
  color: var(--ag-navy);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.45;
}

.applyguide_step_caption_i {
  margin: 10px 0 0;
  color: #56627f;
  font-size: 15px;
}

.applyguide_cards_i {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.applyguide_cards_i.applyguide_cards_4_i {
  grid-template-columns: repeat(4, 1fr);
}

.applyguide_manual_card_i {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--ag-line);
  box-shadow: 0 8px 18px rgba(39, 48, 90, 0.04);
}

.applyguide_manual_card_top_i {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.applyguide_manual_num_i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ag-blue-deep);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.applyguide_manual_text_i {
  font-size: 15px;
  line-height: 1.8;
}

.applyguide_phone_i {
  position: relative;
  align-self: center;
  width: min(100%, 188px);
  aspect-ratio: 9 / 18.5;
  padding: 18px 12px 14px;
  border: 3px solid var(--ag-navy);
  border-radius: 28px;
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
  overflow: hidden;
}

.applyguide_phone_i::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 42%;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(39, 48, 90, 0.18);
}

.applyguide_phone_head_i {
  margin: 0 0 10px;
  color: var(--ag-navy);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.applyguide_ui_bar_i,
.applyguide_ui_line_i,
.applyguide_ui_button_i,
.applyguide_ui_chip_i,
.applyguide_ui_panel_i,
.applyguide_ui_item_i {
  border-radius: 12px;
}

.applyguide_ui_bar_i {
  height: 28px;
  margin-bottom: 10px;
  background: #dbe8f4;
}

.applyguide_ui_panel_i {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dbe7f2;
}

.applyguide_ui_line_i {
  height: 10px;
  margin-bottom: 8px;
  background: #dfe8f2;
}

.applyguide_ui_line_i:last-child {
  margin-bottom: 0;
}

.applyguide_ui_button_i {
  padding: 9px 10px;
  background: var(--ag-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.applyguide_ui_chip_row_i {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.applyguide_ui_chip_i {
  padding: 5px 8px;
  background: #edf4fb;
  color: var(--ag-navy);
  font-size: 10px;
  font-weight: 700;
}

.applyguide_ui_item_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dbe7f2;
  font-size: 10px;
  font-weight: 700;
  color: var(--ag-navy);
}

.applyguide_ui_badge_i {
  flex: 0 0 auto;
  min-width: 44px;
  padding: 4px 6px;
  border-radius: 999px;
  background: #edf4fb;
  color: var(--ag-blue-deep);
  text-align: center;
}

.applyguide_ui_space_sm_i { height: 6px; }
.applyguide_ui_space_md_i { height: 10px; }
.applyguide_ui_space_lg_i { height: 14px; }
.applyguide_w_30_i { width: 30%; }
.applyguide_w_40_i { width: 40%; }
.applyguide_w_50_i { width: 50%; }
.applyguide_w_60_i { width: 60%; }
.applyguide_w_70_i { width: 70%; }
.applyguide_w_80_i { width: 80%; }
.applyguide_w_90_i { width: 90%; }

.applyguide_family_i {
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff7f1 0%, #ffffff 100%);
  border: 1px solid #ffd7bf;
}

.applyguide_family_head_i {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.applyguide_family_tag_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--ag-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.applyguide_family_title_i {
  margin: 0;
  color: var(--ag-navy);
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: 1.45;
}

.applyguide_family_note_i {
  margin: 12px 0 0;
  font-size: 15px;
}

.applyguide_help_i {
  text-align: center;
}

.applyguide_help_box_i {
  margin-top: 18px;
  padding: 20px;
  border-radius: 20px;
  background: #f7fbff;
  border: 1px solid #dce8f3;
}

.applyguide_help_box_i strong {
  color: var(--ag-navy);
}

@media (max-width: 1024px) {
  .applyguide_schedule_grid_i,
  .applyguide_cards_i.applyguide_cards_4_i {
    grid-template-columns: repeat(2, 1fr);
  }

  .applyguide_support_panel_i,
  .applyguide_hero_grid_i,
  .applyguide_cards_i {
    grid-template-columns: 1fr;
  }

  .applyguide_arrow_i {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .applyguide_page_i {
    width: 100%;
  }

  .applyguide_section_i {
    margin-bottom: 20px;
    padding: 24px 16px;
    border-radius: 22px;
  }

  .applyguide_schedule_grid_i,
  .applyguide_support_grid_i,
  .applyguide_cards_i,
  .applyguide_cards_i.applyguide_cards_4_i {
    grid-template-columns: 1fr;
  }

  .applyguide_manual_card_i {
    padding: 16px;
  }

  .applyguide_phone_i {
    width: min(100%, 210px);
  }

  .applyguide_support_box_i,
  .applyguide_support_note_box_i,
  .applyguide_family_i {
    padding: 18px;
  }
}
/********************************
  共通ガイドページ
  申込方法 / 利用方法 両対応
********************************/
.guide_page_i {
  margin: 20px 0;
}

.guide_section_i {
  padding: 0 14px;
}

.guide_inner_i {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 20px 36px;
  background-color: #f7f7f7;
  border-radius: 24px;
  box-sizing: border-box;
}

/********************************
  帯見出し
********************************/
.guide_bandtitle_i {
  width: min(760px, calc(100% - 20px));
  height: 88px;
  margin: 0 auto 20px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  background: url("./images/inarinpay/title_h2.png") center center / 100% 100% no-repeat;
  box-sizing: border-box;
}

/********************************
  冒頭文・画像
********************************/
.guide_notes_i {
  max-width: 900px;
  margin: 0 auto 24px;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
}

.guide_notes_i p {
  margin: 0;
}

.guide_notes_i p + p {
  margin-top: 4px;
}

.guide_image_i {
  max-width: 700px;
  margin: 0 auto 22px;
  text-align: center;
}

.guide_image_i img {
  display: block;
  width: 100%;
  height: auto;
}

.guide_subname_i {
  margin: 0 0 22px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--main-color);
}

/********************************
  マニュアルボタン
********************************/
.guide_manual_i {
  margin: 0 auto 26px;
  text-align: center;
}

.guide_manual_i a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(680px, 100%);
  min-height: 78px;
  margin: 0 auto;
  padding: 12px 24px 10px;
  text-decoration: none;
  color: var(--main-color);
  background-color: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.guide_manual_i a span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

/********************************
  共通ブロック
********************************/
.guide_card_i {
  max-width: 900px;
  margin: 0 auto;
}

.guide_block_i {
  padding: 0 0 16px;
}

.guide_block_solidline_i {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid rgba(50, 50, 80, 0.35);
}

.guide_block_dashedline_i {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px dashed rgba(50, 50, 80, 0.35);
}

.guide_block_title_i {
  margin: 0 0 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-black);
}

.guide_block_em_i {
  margin: 0 0 10px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-accent);
}

.guide_block_text_i {
  max-width: 860px;
  margin: 0 auto;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.guide_block_text_i p {
  margin: 0;
}

.guide_block_text_i p + p {
  margin-top: 4px;
}

/********************************
  サポート窓口
********************************/
.guide_support_i {
  max-width: 920px;
  margin: 26px auto 30px;
  background-color: var(--main-color);
  border-radius: 18px;
  overflow: hidden;
}

.guide_support_head_i {
  margin: 0;
  padding: 16px 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
}

.guide_support_body_i {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  gap: 18px;
  padding: 18px 22px 22px;
  background-color: rgba(255,255,255,0.08);
}

.guide_support_text_i {
  min-width: 0;
  padding: 18px 22px;
  background-color: #ffffff;
  border-radius: 18px;
  box-sizing: border-box;
}

.guide_support_lead_i {
  margin: 0 0 8px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-text-accent);
}

.guide_support_note_i {
  margin: 0 0 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-black);
}

.guide_support_buttonwrap_i {
  margin: 0;
  text-align: center;
}

.guide_support_button_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: var(--main-color);
  background-color: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.guide_support_chara_i {
  width: 150px;
  margin: 0;
  text-align: center;
}

.guide_support_chara_i img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}

/********************************
  強調ラベル
********************************/
.guide_accent_label_i {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 14px 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  background-color: var(--accent-color);
  border-radius: 999px;
  box-sizing: border-box;
}

/********************************
  商品券購入方法テーブル
********************************/
.purchase_tablewrap_i {
  margin-top: 10px;
  overflow-x: auto;
}

.purchase_table_i {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--color-black);
  background-color: #ffffff;
}

.purchase_table_i th,
.purchase_table_i td {
  padding: 12px 14px;
  vertical-align: middle;
  border: 1px solid var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.purchase_table_i th {
  width: 32%;
  text-align: left;
  color: #ffffff;
  background-color: var(--color-text-accent);
}

.purchase_table_i td {
  color: var(--color-black);
  background-color: #ffffff;
}


/********************************
  利用方法ページ 専用CSS 完成版
********************************/

/* 残高画像 */
.guide_balance_image_i {
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}

.guide_balance_image_i img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 案内文 */
.guide_notice_i {
  max-width: 860px;
  margin: 0 auto 26px;
}

.guide_notice_i p {
  margin: 0;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.guide_notice_i p + p {
  margin-top: 4px;
}

/* 強調文 */
.guide_emphasis_text_i {
  margin: 26px auto 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text-accent);
}

/* 利用方法フロー */
.guide_usageflow_i {
  max-width: 900px;
  margin: 20px auto 0;
}

.guide_usageflow_step_i {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  align-items: start;
  margin: 0 0 22px;
}

.guide_usageflow_image_i {
  margin: 0;
  text-align: center;
}

.guide_usageflow_image_i img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 1px rgba(50, 50, 80, 0.18);
  background-color: #ffffff;
}

.guide_usageflow_image_narrow_i {
  max-width: 220px;
  margin-left: 0;
  margin-right: auto;
}

.guide_usageflow_text_i {
  min-width: 0;
  padding-top: 4px;
}

.guide_usageflow_text_i p {
  margin: 0;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.guide_usageflow_text_i p + p {
  margin-top: 12px;
}

.guide_usageflow_warn_i {
  color: var(--color-text-accent) !important;
}

.guide_usageflow_arrow_i {
  display: block;
  width: 100%;
  margin: 4px 0 18px;
  text-align: center;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: var(--main-color);
}

/* 確定前の吹き出し */
.guide_usageflow_chara_i {
  display: flex;
  align-items: center;
/*  align-items: flex-end;*/
  justify-content: flex-start;
  gap: 14px;
  margin-top: 10px;
}

.guide_usageflow_chara_balloon_i {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  margin-bottom: 18px;
  padding: 0.8em 1.1em;
  font-size: 0.95em !important;
  line-height: 1.6 !important;
  color: var(--color-black) !important;
  background-color: #ffffff;
  border: 2px solid var(--color-black);
  border-radius: 30px;
}

/* 外側の線 */
.guide_usageflow_chara_balloon_i::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 52%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 22px solid var(--color-black);
}

/* 内側の白 */
.guide_usageflow_chara_balloon_i::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 52%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 18px solid #ffffff;
}

.guide_usageflow_chara_accent_i {
  color: var(--color-text-accent);
  font-weight: 700;
}

.guide_usageflow_chara_i img {
  width: 92px;
  height: auto;
}

/* 中央注意文 */
.guide_usageflow_centertext_i {
  margin-bottom: 18px;
  text-align: center;
}

.guide_usageflow_centerwarn_i {
  margin-top: 0.6em !important;
  font-size: 1.15em;
  font-weight: 700;
  color: var(--color-text-accent) !important;
}

/* 最後の完了ブロック */
.guide_finish_usage_i {
  margin-top: 24px;
}

.guide_finish_i {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.guide_finish_balloon_i {
  position: relative;
  flex: 1 1 auto;
  max-width: 520px;
  padding: 0.95em 1em;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  background-color: var(--accent-color);
  border-radius: 28px;
  box-sizing: border-box;
}

.guide_finish_balloon_i::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 70px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 24px solid var(--accent-color);
}

.guide_finish_chara_i {
  width: 220px;
  margin: 0;
  text-align: center;
}

.guide_finish_chara_i img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
}

/* 戻るボタン */
.guide_backbutton_i {
  margin: 26px auto 0;
  text-align: center;
}

.guide_backbutton_i a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(680px, 100%);
  min-height: 64px;
  padding: 12px 24px;
  text-decoration: none;
  color: var(--main-color);
  background-color: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.2;
}

/********************************
  900px以下
********************************/
@media screen and (max-width: 900px) {
  .guide_usageflow_step_i {
    grid-template-columns: 260px 1fr;
    gap: 18px;
  }

  .guide_usageflow_text_i p {
    font-size: 16px;
  }

  .guide_usageflow_arrow_i {
    font-size: 44px;
  }
}

/********************************
  700px以下
********************************/
@media screen and (max-width: 700px) {
  .guide_notice_i {
    margin-bottom: 20px;
  }

  .guide_notice_i p {
    font-size: 15px;
  }

  .guide_emphasis_text_i {
    margin: 22px auto 16px;
    font-size: 24px;
  }

  .guide_finish_i {
    display: block;
  }

  .guide_finish_balloon_i {
    max-width: none;
    font-size: 24px;
    border-radius: 22px;
  }

  .guide_finish_balloon_i::after {
    right: 36px;
    bottom: -18px;
    border-top: 18px solid var(--accent-color);
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: none;
  }

  .guide_finish_chara_i {
    width: 170px;
    margin: 22px auto 0;
  }

  .guide_finish_chara_i img {
    max-width: 170px;
  }

  .guide_usageflow_i {
    margin-top: 18px;
  }

  .guide_usageflow_step_i {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  .guide_usageflow_image_i {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .guide_usageflow_image_narrow_i {
    max-width: 180px;
  }

  .guide_usageflow_text_i {
    padding-top: 0;
  }

  .guide_usageflow_text_i p {
    font-size: 15px;
    line-height: 1.72;
  }

  .guide_usageflow_text_i p + p {
    margin-top: 10px;
  }

  .guide_usageflow_arrow_i {
    margin: 4px 0 14px;
    font-size: 36px;
  }

  .guide_usageflow_chara_i {
/*    align-items: center;*/
    gap: 10px;
  }

  .guide_usageflow_chara_balloon_i {
/*    margin: 0 0 10px;*/
    margin-bottom: 20px;
    padding: 0.7em 0.95em;
    font-size: 0.88em !important;
    border-radius: 24px;
  }

  .guide_usageflow_chara_balloon_i::before {
    right: -18px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 18px;
  }

  .guide_usageflow_chara_balloon_i::after {
    right: -15px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 15px;
  }

  .guide_usageflow_chara_i img {
    width: 74px;
  }

  .guide_backbutton_i a {
    min-height: 58px;
    font-size: 1em;
  }





}

/********************************
  420px以下
********************************/
@media screen and (max-width: 420px) {
  .guide_usageflow_image_i {
    max-width: 280px;
  }

  .guide_usageflow_image_narrow_i {
    max-width: 160px;
  }

  .guide_usageflow_text_i p {
    font-size: 14px;
  }

  .guide_usageflow_arrow_i {
    font-size: 30px;
  }

  .guide_usageflow_chara_balloon_i {
/*    margin: 0 0 8px;*/
    margin-bottom: 18px;
    font-size: 0.8em !important;
    line-height: 1.55 !important;
  }

  .guide_usageflow_chara_balloon_i::before {
    right: -16px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 16px;
  }

  .guide_usageflow_chara_balloon_i::after {
    right: -13px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 13px;
  }

  .guide_usageflow_chara_i img {
    width: 64px;
  }

  .guide_finish_balloon_i {
    font-size: 20px;
  }


}














/********************************
  丸数字つき見出し
********************************/
.guide_steptext_i {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-text-accent);
}

.guide_stepnum_i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: var(--color-text-accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.sp_br_i {
  display: none;
}

/********************************
  900px以下
********************************/
@media screen and (max-width: 900px) {
  .guide_bandtitle_i {
    height: 76px;
    font-size: 28px;
  }

  .guide_notes_i,
  .guide_block_text_i,
  .guide_notice_i p,
  .purchase_table_i th,
  .purchase_table_i td,
  .guide_support_note_i {
    font-size: 16px;
  }

  .guide_manual_i a {
    font-size: 24px;
  }

  .guide_block_title_i {
    font-size: 28px;
  }

  .guide_block_em_i,
  .guide_emphasis_text_i {
    font-size: 30px;
  }

  .guide_support_head_i {
    font-size: 26px;
  }

  .guide_support_lead_i {
    font-size: 24px;
  }

  .guide_support_button_i {
    font-size: 22px;
  }

  .guide_accent_label_i {
    font-size: 24px;
  }
}

/********************************
  700px以下
********************************/
@media screen and (max-width: 700px) {
  .guide_section_i {
    padding: 0 10px;
  }

  .guide_inner_i {
    padding: 18px 14px 24px;
    border-radius: 18px;
  }

  .guide_bandtitle_i {
    width: min(100%, 620px);
    height: 62px;
    margin-bottom: 16px;
    padding: 0 20px;
    font-size: 22px;
  }

  .guide_notes_i {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .guide_subname_i {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .guide_manual_i {
    margin-bottom: 22px;
  }

  .guide_manual_i a {
    min-height: 64px;
    padding: 10px 16px 8px;
    font-size: 20px;
  }

  .guide_manual_i a span {
    font-size: 11px;
  }

  .guide_block_solidline_i {
    margin-top: 16px;
    padding-top: 16px;
  }

  .guide_block_dashedline_i {
    margin-top: 16px;
    padding-top: 16px;
  }

  .guide_block_title_i {
    font-size: 24px;
  }

  .guide_block_em_i {
    font-size: 26px;
  }

  .guide_block_text_i {
    font-size: 15px;
  }

  .guide_support_i {
    margin: 24px auto 26px;
    border-radius: 16px;
  }

  .guide_support_head_i {
    padding: 13px 12px;
    font-size: 20px;
  }

  .guide_support_body_i {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 10px;
    padding: 12px 12px 14px;
  }

  .guide_support_text_i {
    padding: 12px 0px;
    border-radius: 14px;
  }

  .guide_support_lead_i {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .guide_support_note_i {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .guide_support_button_i {
    min-height: 42px;
    padding: 7px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .guide_support_chara_i {
    width: 78px;
  }

  .guide_support_chara_i img {
    max-width: 78px;
  }

  .guide_accent_label_i {
    margin-bottom: 20px;
    padding: 12px 14px;
    font-size: 20px;
  }

  .guide_notice_i {
    margin-bottom: 20px;
  }

  .guide_notice_i p {
    font-size: 15px;
  }

  .guide_emphasis_text_i {
    margin: 22px auto 16px;
    font-size: 24px;
  }

  .guide_finish_i {
    display: block;
  }

  .guide_finish_balloon_i {
    max-width: none;
    font-size: 24px;
    border-radius: 22px;
  }

  .guide_finish_balloon_i::after {
    right: 36px;
    bottom: -18px;
    border-top: 18px solid var(--accent-color);
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: none;
  }

  .guide_finish_chara_i {
    width: 170px;
    margin: 22px auto 0;
  }

  .guide_finish_chara_i img {
    max-width: 170px;
  }

  .purchase_table_i th,
  .purchase_table_i td {
    padding: 10px 10px;
    font-size: 13px;
  }

  .guide_steptext_i {
    margin-bottom: 8px;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .guide_stepnum_i {
    width: 28px;
    height: 28px;
    margin-right: 4px;
    font-size: 20px;
  }
}

/********************************
  420px以下
********************************/
@media screen and (max-width: 420px) {
  .guide_bandtitle_i {
    height: 56px;
    font-size: 19px;
  }

  .guide_notes_i,
  .guide_block_text_i,
  .guide_notice_i p {
    font-size: 14px;
  }

  .guide_manual_i a {
    font-size: 18px;
  }

  .guide_block_title_i {
    font-size: 22px;
  }

  .guide_block_em_i {
    font-size: 24px;
  }

  .guide_support_head_i {
    font-size: 15px;
  }

  .guide_support_body_i {
    grid-template-columns: minmax(0, 1fr) 68px;
    gap: 8px;
    padding: 10px 10px 12px;
  }

  .guide_support_text_i {
/*    padding: 10px 0px;*/
    padding: 10px 0px 0px 0px;
  }

  .guide_support_lead_i {
    font-size: 14px;
  }

  .guide_support_note_i {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .guide_support_button_i {
    min-height: 38px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .guide_support_chara_i {
    width: 68px;
  }

  .guide_support_chara_i img {
    max-width: 68px;
  }

  .guide_accent_label_i {
    font-size: 17px;
  }

  .guide_emphasis_text_i {
    font-size: 20px;
  }

  .guide_finish_balloon_i {
    font-size: 20px;
  }

  .purchase_table_i th,
  .purchase_table_i td {
    font-size: 12px;
  }

  .guide_steptext_i {
    font-size: 1.05em;
  }

  .guide_stepnum_i {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    font-size: 17px;
  }

  .sp_br_i {
    display: inline;
  }
}
/********************************
  申込方法ページ 続きフロー
  PC: 画像左 + 説明右
  SP: 画像上 + 説明下
********************************/
.guide_flow_i {
  max-width: 900px;
  margin: 20px auto 0;
}

.guide_flow_step_i {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 22px;
  align-items: start;
  margin: 0 0 22px;
}

.guide_flow_image_i {
  margin: 0;
  text-align: center;
}

.guide_flow_image_i img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 1px rgba(50, 50, 80, 0.18);
  background-color: #ffffff;
}

.guide_flow_image_narrow_i {
  max-width: 220px;
  margin-left: 0;
  margin-right: auto;
}

.guide_flow_text_i {
  min-width: 0;
  padding-top: 4px;
}

.guide_flow_text_i p {
  margin: 0;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.guide_flow_text_i p + p {
  margin-top: 12px;
}

.guide_flow_arrow_i {
  display: block;
  width: 100%;
  margin: 4px 0 18px;
  text-align: center;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: var(--main-color);
  clear: both;
}

.guide_flow_note_i {
  margin-top: -4px;
  margin-bottom: 20px;
}

.guide_flow_note_i p {
  font-size: 16px;
  line-height: 1.7;
}



@media screen and (max-width: 900px) {
  .guide_flow_step_i {
    grid-template-columns: 260px 1fr;
    gap: 18px;
  }

  .guide_flow_text_i p {
    font-size: 16px;
  }

  .guide_flow_arrow_i {
    font-size: 44px;
  }
}

@media screen and (max-width: 700px) {
  .guide_flow_i {
    margin-top: 18px;
  }

  .guide_flow_step_i {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  .guide_flow_image_i {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .guide_flow_image_narrow_i {
    max-width: 180px;
  }

  .guide_flow_text_i {
    padding-top: 0;
  }

  .guide_flow_text_i p {
    font-size: 15px;
    line-height: 1.72;
  }

  .guide_flow_text_i p + p {
    margin-top: 10px;
  }

  .guide_flow_arrow_i {
    margin: 4px 0 14px;
    font-size: 36px;
  }

  .guide_flow_note_i {
    margin-top: -2px;
    margin-bottom: 16px;
  }

  .guide_flow_note_i p {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .guide_flow_image_i {
    max-width: 280px;
  }

  .guide_flow_image_narrow_i {
    max-width: 160px;
  }

  .guide_flow_text_i p {
    font-size: 14px;
  }

  .guide_flow_note_i p {
    font-size: 13px;
  }

  .guide_flow_arrow_i {
    font-size: 30px;
  }
}










/********************************
  利用マニュアルボタン
  右端に「＞」を表示
********************************/
.guide_manual_i a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 620px;
  min-height: 76px;
  margin: 0 auto;
  padding: 10px 58px 10px 24px;
  text-align: center;
  text-decoration: none;
  color: var(--main-color);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 2px solid rgba(100, 150, 220, 0.34);
  border-radius: 999px;
  box-shadow:
    0 4px 10px rgba(100, 150, 220, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  box-sizing: border-box;
  line-height: 1.2;
}

.guide_manual_i a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.guide_manual_i a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(180deg, #79ace6 0%, var(--main-color) 100%);
  box-shadow: 0 2px 6px rgba(100, 150, 220, 0.16);
  transform: translateY(-50%);
  pointer-events: none;
}

.guide_manual_i a span {
  display: block;
  margin-top: 0.15em;
  font-size: 0.58em;
  font-weight: 700;
  line-height: 1.35;
}

@media screen and (max-width: 700px) {
  .guide_manual_i a {
    min-height: 50px;
    padding: 12px 50px 12px 18px;
/*    font-size: 14px;*/
  }

  .guide_manual_i a::before {
    right: 23px;
  }

  .guide_manual_i a::after {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}


/******************************
 アプリ会員登録誘導タイル
 カンプ反映用 追記CSS
******************************/

#area_downloadapp.area_downloadapp {
  max-width: 920px;
  margin: 18px auto;
  padding: 24px 18px 18px;
  text-align: center;
  background-color: var(--accent-color);
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
}

#area_downloadapp.area_downloadapp p {
  margin: 0;
  color: #ffffff;
}

#area_downloadapp .downloadapp_title {
  line-height: 1.18;
  font-size: clamp(1.55rem, 5.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

#area_downloadapp .downloadapp_subtitle {
  margin-top: 0.15em;
  line-height: 1.35;
  font-size: clamp(0.82rem, 2.5vw, 1rem);
  font-weight: 700;
}

#area_downloadapp .downloadapp_icon {
  display: block;
  width: min(180px, 42vw);
  margin: 12px auto 0;
}

#area_downloadapp .downloadapp_icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#area_downloadapp .downloadapp_entrybox {
  position: relative;
  z-index: 2;
  width: min(700px, 92%);
  margin: 0 auto 10px;
  padding: 0.45em 1em;
  line-height: 1.45;
  text-align: center;
  font-size: clamp(1.15rem, 3.6vw, 1.7rem);
  font-weight: 800;
  color: #000000;
  background-color: #ffffff;
  border: 5px solid var(--main-color);
  box-sizing: border-box;
}

#area_downloadapp .downloadapp_notice {
  max-width: 790px;
  margin: 0 auto;
  line-height: 1.45;
  text-align: left;
  font-size: clamp(0.78rem, 2.4vw, 0.96rem);
  font-weight: 700;
  color: #ffffff;
}

/* PC・タブレット寄り */
@media screen and (min-width: 701px) {
  #area_downloadapp.area_downloadapp {
    padding-top: 26px;
    padding-bottom: 18px;
  }

  #area_downloadapp .downloadapp_icon {
    width: 178px;
    margin-top: 12px;
  }

  #area_downloadapp .downloadapp_entrybox {
    margin-top: 0;
  }
}

/* スマホ */
@media screen and (max-width: 700px) {
  #area_downloadapp.area_downloadapp {
    margin: 14px auto;
    padding: 20px 12px 16px;
    border-radius: 18px;
  }

  #area_downloadapp .downloadapp_title {
    font-size: clamp(1.28rem, 7vw, 1.85rem);
    letter-spacing: 0.02em;
  }

  #area_downloadapp .downloadapp_icon {
    width: min(160px, 48vw);
    margin-top: 10px;
  }

  #area_downloadapp .downloadapp_entrybox {
    width: 94%;
    padding: 0.55em 0.7em;
    border-width: 4px;
    font-size: clamp(1rem, 5.2vw, 1.35rem);
  }

  #area_downloadapp .downloadapp_notice {
    width: 94%;
    font-size: 0.82rem;
    line-height: 1.55;
  }
}

/* かなり狭いスマホ */
@media screen and (max-width: 420px) {
  #area_downloadapp .downloadapp_title {
    font-size: 1.25rem;
  }

  #area_downloadapp .downloadapp_icon {
    width: 140px;
  }

  #area_downloadapp .downloadapp_entrybox {
    font-size: 1rem;
  }
}
