@charset "UTF-8";
/**
 * App
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/*==================================
* breakpoint
==================================*/
/*==================================
* margin
==================================*/
/*==================================
* padding
==================================*/
/*==================================
* z-index
==================================*/
/*==================================
* round
==================================*/
/*==================================
* theme
==================================*/
/* Vendors
----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base
----------------------------------------------------------------- */
/* --- CSS Reset & Base Styles --- */
:root {
  --primary-color: #488ecc;
  --accent-color: #9fd2be;
  --text-color: #333333;
  --bg-color: #ffffff;
  --light-gray-bg: #f7f8fa;
  --border-color: #e0e0e0;
  /* Colors */
  --color-primary: #488ecc;
  --color-primary-hover: #70aee0;
  --color-secondary: #9fd2be;
  --color-secondary-hover: #bde2d2;
  --color-text-base: #333;
  --color-text-muted: #555;
  --color-text-on-primary: #fff;
  --color-border: #e5e7eb;
  --color-background: #fff;
  --color-background-subtle: #f9fafb;
  --color-background-accent: #fffbeb;
  --color-icon-accent: #f59e0b;
  --color-rakuten: #BF0000; /* 楽天のブランドカラー */
  --color-danger: #d9534f; /* 警告・インパクト */
  --color-success: #28a745; /* 成長・安心感 */
  /* Spacing */
  --space-xs: 0.5rem; /* 8px */
  --space-sm: 0.75rem; /* 12px */
  --space-md: 1.5rem; /* 24px */
  --space-lg: 2.5rem; /* 40px */
  --space-xl: 3rem; /* 48px */
  /* Typography */
  --font-size-sm: 0.875rem; /* 14px */
  --font-size-base: 1rem; /* 16px */
  --font-size-md: 1.125rem; /* 18px */
  --font-size-lg: 1.25rem; /* 20px */
  --font-size-xl: 1.75rem; /* 28px */
  --line-height-base: 1.7;
  /* Borders */
  --border-radius-sm: 8px;
  --border-radius-md: 12px;
  --border-radius-full: 9999px;
  /* Shadows */
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

html {
  box-sizing: border-box;
  font-size: 14px;
  scroll-padding-top: 70px;
}
@media print, screen and (min-width: 1000px) {
  html {
    font-size: 16px;
    scroll-padding-top: 90px;
  }
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: var(--light-gray-bg);
  line-height: 1.7;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.6em;
}

h1 {
  font-size: 1.7rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
ol {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

span {
  display: inline-block;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #3d70bb;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(115.127016129, 153.2741935484, 209.372983871);
  text-decoration: none;
  opacity: 0.8;
}

/*=================================
* 印刷用
=================================*/
@media print {
  body {
    width: 1200px;
  }
  .l-header__menu {
    display: none;
  }
}
/* ==========================================================================
   Layout
========================================================================== */
/*=========================================

* フッター-02

==========================================*/
.l-footer {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #9e9e9e;
  border-top: none;
  overflow: hidden;
}

.l-footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}

.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__nav li {
  width: 50%;
}

.l-footer__nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 8px;
  }
  .l-footer__nav ul {
    flex-wrap: wrap;
  }
  .l-footer__nav li {
    width: auto;
    margin-right: 20px;
  }
  .l-footer__nav li:last-child {
    margin-right: 0;
  }
  .l-footer__nav li a {
    font-size: 15px;
    padding: 5px;
  }
  .l-footer__nav li a:hover {
    color: var(--color-1);
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .btn__page_top {
    display: none !important;
  }
}
/*==================================================
c-cta (Call To Action)
==================================================*/
.l-footer-cta {
  background-color: var(--color-background-accent);
  text-align: center;
  padding: 3em 1.5em;
  border-radius: 12px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  margin: 3em 0;
}

.l-footer-cta__content {
  margin-bottom: 2em;
}

.l-footer-cta__title {
  font-size: 2rem; /* スマートフォンでも見やすいサイズ */
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.l-footer-cta__text {
  font-size: 1.1rem;
  line-height: 1.8;
  opacity: 0.9;
  max-width: 65ch; /* 一行が長くなりすぎないように調整 */
  margin: 0 auto;
}

/* レスポンシブ対応 (PCなど) */
@media (min-width: 768px) {
  .l-footer-cta {
    padding: 4em 2em;
  }
  .l-footer-cta__title {
    font-size: 2.5rem;
  }
  .l-footer-cta__text {
    font-size: 1.15rem;
  }
}
/*=========================================

* ヘッダー-01

==========================================*/
html {
  scroll-padding-top: 55px;
}

.l-header {
  position: relative;
  width: 100%;
  height: 55px;
  margin: 0;
}

.l-header__wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  top: 0;
  padding: 5px 10px;
  background-color: rgba(250, 250, 250, 0.9);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1010;
}

.l-header__logo {
  max-width: 200px;
}

.l-header__logo a {
  display: block;
  text-decoration: none;
}

.l-header__logo a span {
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.l-header__nav {
  display: none;
}

.l-header__menu__button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  display: block;
}

.l-header__menu__button a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #1f2a34;
}

.l-header__menu__button i {
  font-size: 35px;
}

.l-header__sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 72px 20px 65px 20px;
  transform: translateY(min(-100%, -1000px));
  transition: transform 0.5s;
  overflow-y: auto;
  background: #fefefe;
  z-index: 1000;
}

.l-header__sp-menu ul li {
  width: 100%;
  height: auto;
  border-top: 1px solid #919191;
}

.l-header__sp-menu ul li:last-child {
  border-bottom: 1px solid #919191;
}

.l-header__sp-menu ul li:hover {
  background: #747474;
}

.l-header__sp-menu ul li a {
  display: block;
  width: 100%;
  height: 3em;
  margin-left: 1em;
  text-decoration: none;
  line-height: 3em;
  font-size: 1em;
  color: #0b3c5d;
}

.l-header__sp-menu ul li a:hover {
  color: #fff;
}

.l-header__sp-menu--tel a,
.l-header__sp-menu--mail a {
  display: block;
  text-align: center;
}

.l-header__sp-menu--mail a:hover {
  background: #070d59;
}

.l-header__sp-menu--tel a {
  margin-top: 50px;
  text-decoration: none;
  line-height: 1;
  font-family: "Arial", "Noto Sans Japanese", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-1);
}

.l-header__sp-menu--tel p {
  text-align: center;
  font-size: 16px;
  color: #5f5f5f;
}

.l-header__sp-menu--mail a {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  padding: 30px;
  text-decoration: none;
  font-size: 16px;
  color: #FFF;
  background-color: var(--color-1);
  box-sizing: border-box;
}

.l-header__sp-menu--mail a span {
  font-weight: bold;
  font-size: 25px;
}

.l-header__sp-menu.__open {
  transform: translateY(0);
  transition: transform 0.5s;
}

@media print {
  .l-header__sp-menu {
    display: none;
  }
}
/* PC */
@media screen and (min-width: 1060px) {
  html {
    scroll-padding-top: 85px;
  }
  .l-header {
    height: 85px;
  }
  .l-header__wrapper {
    display: block;
    height: 85px;
    padding: 0;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    padding: 0 8px;
  }
  .l-header__logo {
    max-width: clamp(200px, 21.6vw, 270px);
    margin: 0 auto 0 0;
  }
  .l-header__logo a span {
    font-size: 18px;
  }
  .l-header__nav {
    display: block;
  }
  .l-header__nav ul {
    display: flex;
    align-items: center;
  }
  .l-header__nav li {
    padding: 10px 15px;
  }
  .l-header__nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #000;
  }
  .l-header__nav li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    background: #333;
  }
  .l-header__nav li a:hover::after {
    transform: scale(1, 1);
  }
  .l-header__menu__button {
    display: none;
  }
}
/**
 * Section
 */
/*==================================
* Section
==================================*/
.l-section {
  padding: 50px 0;
}

.l-section.l-section--gray {
  background: #F5F5F5;
}

.l-section.l-section--blue {
  background: #eaf3f9;
}

.l-section.l-section--yellow {
  background: #fbf9ee;
}

.l-section__container {
  padding: 0 8px;
}

/* PC */
@media screen and (min-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
  .l-section__container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}
/**
 * Container
 */
/*==================================
* Container
==================================*/
.l-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 5px 15px;
}

/*=========================================

* メインビジュアル

==========================================*/
.l-main-visual {
  background-image: url("/img/main-visual-02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--bg-color);
  text-align: center;
  min-height: 450px;
  padding: 80px 0;
  position: relative;
}
.l-main-visual h1 {
  font-size: 36px;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.l-main-visual p {
  font-size: 18px;
  margin: 0 0 24px 0;
  color: #555;
}
.l-main-visual__chat-box {
  background-color: var(--bg-color);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 20px;
  max-width: 550px;
  margin: 40px auto 0;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.l-main-visual__chat-box:hover {
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .l-main-visual h1 {
    font-size: 28px;
  }
  .l-main-visual p {
    font-size: 16px;
  }
}

/* ==========================================================================
   Object
========================================================================== */
/* Utitlity
----------------------------------------------------------------- */
/**
 * Float
 */
.u-float-right {
  float: right !important;
}

.u-float-left {
  float: left !important;
}

.u-float-none {
  float: none !important;
}

.u-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/**
 * margin
 */
/**
 * m : margin
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-ma-xs {
  margin: 0.5rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-ml-xs {
  margin-left: 0.5rem !important;
}

.u-mr-xs {
  margin-right: 0.5rem !important;
}

.u-mx-xs {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-ma-sm {
  margin: 1rem !important;
}

.u-mt-sm {
  margin-top: 1rem !important;
}

.u-mb-sm {
  margin-bottom: 1rem !important;
}

.u-ml-sm {
  margin-left: 1rem !important;
}

.u-mr-sm {
  margin-right: 1rem !important;
}

.u-mx-sm {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-my-sm {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-ma-md {
  margin: 2rem !important;
}

.u-mt-md {
  margin-top: 2rem !important;
}

.u-mb-md {
  margin-bottom: 2rem !important;
}

.u-ml-md {
  margin-left: 2rem !important;
}

.u-mr-md {
  margin-right: 2rem !important;
}

.u-mx-md {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-my-md {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-ma-lg {
  margin: 3rem !important;
}

.u-mt-lg {
  margin-top: 3rem !important;
}

.u-mb-lg {
  margin-bottom: 3rem !important;
}

.u-ml-lg {
  margin-left: 3rem !important;
}

.u-mr-lg {
  margin-right: 3rem !important;
}

.u-mx-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-my-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-ma-xl {
  margin: 5rem !important;
}

.u-mt-xl {
  margin-top: 5rem !important;
}

.u-mb-xl {
  margin-bottom: 5rem !important;
}

.u-ml-xl {
  margin-left: 5rem !important;
}

.u-mr-xl {
  margin-right: 5rem !important;
}

.u-mx-xl {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/*==================================
* margin
==================================*/
.u-m0 {
  margin: 0px !important;
}

.u-m1 {
  margin: 1px !important;
}

.u-m2 {
  margin: 2px !important;
}

.u-m3 {
  margin: 3px !important;
}

.u-m4 {
  margin: 4px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-m6 {
  margin: 6px !important;
}

.u-m7 {
  margin: 7px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-m9 {
  margin: 9px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m11 {
  margin: 11px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-m13 {
  margin: 13px !important;
}

.u-m14 {
  margin: 14px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-m16 {
  margin: 16px !important;
}

.u-m17 {
  margin: 17px !important;
}

.u-m18 {
  margin: 18px !important;
}

.u-m19 {
  margin: 19px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m21 {
  margin: 21px !important;
}

.u-m22 {
  margin: 22px !important;
}

.u-m23 {
  margin: 23px !important;
}

.u-m24 {
  margin: 24px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-m26 {
  margin: 26px !important;
}

.u-m27 {
  margin: 27px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-m29 {
  margin: 29px !important;
}

.u-m30 {
  margin: 30px !important;
}

/*==================================
* margin-top
==================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

/*==================================
* margin-left
==================================*/
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-11 {
  margin-left: 11px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-21 {
  margin-left: 21px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-26 {
  margin-left: 26px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

/*==================================
* margin-right
==================================*/
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-11 {
  margin-right: 11px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-21 {
  margin-right: 21px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

/*==================================
* margin-bottom
==================================*/
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

/**
 * Padding
 */
/**
 * p : padding
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-pa-xs {
  padding: 0.5rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pl-xs {
  padding-left: 0.5rem !important;
}

.u-pr-xs {
  padding-right: 0.5rem !important;
}

.u-mx-xs {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pa-sm {
  padding: 1rem !important;
}

.u-pt-sm {
  padding-top: 1rem !important;
}

.u-pb-sm {
  padding-bottom: 1rem !important;
}

.u-pl-sm {
  padding-left: 1rem !important;
}

.u-pr-sm {
  padding-right: 1rem !important;
}

.u-mx-sm {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-py-sm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pa-md {
  padding: 2rem !important;
}

.u-pt-md {
  padding-top: 2rem !important;
}

.u-pb-md {
  padding-bottom: 2rem !important;
}

.u-pl-md {
  padding-left: 2rem !important;
}

.u-pr-md {
  padding-right: 2rem !important;
}

.u-mx-md {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-py-md {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pa-lg {
  padding: 3rem !important;
}

.u-pt-lg {
  padding-top: 3rem !important;
}

.u-pb-lg {
  padding-bottom: 3rem !important;
}

.u-pl-lg {
  padding-left: 3rem !important;
}

.u-pr-lg {
  padding-right: 3rem !important;
}

.u-mx-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-py-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-pa-xl {
  padding: 5rem !important;
}

.u-pt-xl {
  padding-top: 5rem !important;
}

.u-pb-xl {
  padding-bottom: 5rem !important;
}

.u-pl-xl {
  padding-left: 5rem !important;
}

.u-pr-xl {
  padding-right: 5rem !important;
}

.u-mx-xl {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/*==================================
* padding
==================================*/
.u-p-0 {
  padding: 0px !important;
}

.u-p-1 {
  padding: 1px !important;
}

.u-p-2 {
  padding: 2px !important;
}

.u-p-3 {
  padding: 3px !important;
}

.u-p-4 {
  padding: 4px !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-6 {
  padding: 6px !important;
}

.u-p-7 {
  padding: 7px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-p-9 {
  padding: 9px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-11 {
  padding: 11px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-13 {
  padding: 13px !important;
}

.u-p-14 {
  padding: 14px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-16 {
  padding: 16px !important;
}

.u-p-17 {
  padding: 17px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-19 {
  padding: 19px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-21 {
  padding: 21px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-p-23 {
  padding: 23px !important;
}

.u-p-24 {
  padding: 24px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-26 {
  padding: 26px !important;
}

.u-p-27 {
  padding: 27px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-29 {
  padding: 29px !important;
}

.u-p-30 {
  padding: 30px !important;
}

/*==================================
* padding-top
==================================*/
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-1 {
  padding-top: 1px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pt-9 {
  padding-top: 9px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-11 {
  padding-top: 11px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-13 {
  padding-top: 13px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-17 {
  padding-top: 17px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-19 {
  padding-top: 19px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-21 {
  padding-top: 21px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pt-23 {
  padding-top: 23px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pt-27 {
  padding-top: 27px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-29 {
  padding-top: 29px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

/*==================================
* padding-left
==================================*/
.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-1 {
  padding-left: 1px !important;
}

.u-pl-2 {
  padding-left: 2px !important;
}

.u-pl-3 {
  padding-left: 3px !important;
}

.u-pl-4 {
  padding-left: 4px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-6 {
  padding-left: 6px !important;
}

.u-pl-7 {
  padding-left: 7px !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pl-9 {
  padding-left: 9px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-11 {
  padding-left: 11px !important;
}

.u-pl-12 {
  padding-left: 12px !important;
}

.u-pl-13 {
  padding-left: 13px !important;
}

.u-pl-14 {
  padding-left: 14px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-16 {
  padding-left: 16px !important;
}

.u-pl-17 {
  padding-left: 17px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pl-19 {
  padding-left: 19px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-21 {
  padding-left: 21px !important;
}

.u-pl-22 {
  padding-left: 22px !important;
}

.u-pl-23 {
  padding-left: 23px !important;
}

.u-pl-24 {
  padding-left: 24px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-26 {
  padding-left: 26px !important;
}

.u-pl-27 {
  padding-left: 27px !important;
}

.u-pl-28 {
  padding-left: 28px !important;
}

.u-pl-29 {
  padding-left: 29px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

/*==================================
* padding-right
==================================*/
.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-1 {
  padding-right: 1px !important;
}

.u-pr-2 {
  padding-right: 2px !important;
}

.u-pr-3 {
  padding-right: 3px !important;
}

.u-pr-4 {
  padding-right: 4px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pr-7 {
  padding-right: 7px !important;
}

.u-pr-8 {
  padding-right: 8px !important;
}

.u-pr-9 {
  padding-right: 9px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-11 {
  padding-right: 11px !important;
}

.u-pr-12 {
  padding-right: 12px !important;
}

.u-pr-13 {
  padding-right: 13px !important;
}

.u-pr-14 {
  padding-right: 14px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-16 {
  padding-right: 16px !important;
}

.u-pr-17 {
  padding-right: 17px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pr-19 {
  padding-right: 19px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-21 {
  padding-right: 21px !important;
}

.u-pr-22 {
  padding-right: 22px !important;
}

.u-pr-23 {
  padding-right: 23px !important;
}

.u-pr-24 {
  padding-right: 24px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-26 {
  padding-right: 26px !important;
}

.u-pr-27 {
  padding-right: 27px !important;
}

.u-pr-28 {
  padding-right: 28px !important;
}

.u-pr-29 {
  padding-right: 29px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

/*==================================
* padding-bottom
==================================*/
.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-1 {
  padding-bottom: 1px !important;
}

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-11 {
  padding-bottom: 11px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-13 {
  padding-bottom: 13px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-17 {
  padding-bottom: 17px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pb-19 {
  padding-bottom: 19px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-21 {
  padding-bottom: 21px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pb-23 {
  padding-bottom: 23px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pb-27 {
  padding-bottom: 27px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-29 {
  padding-bottom: 29px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

/**
 * Text
 */
/*==================================
* color
==================================*/
.u-fc-blue {
  color: #044E80 !important;
}

.u-fc-red {
  color: #dc3545 !important;
}

.u-fc-green {
  color: #03967a !important;
}

.u-fc-orange {
  color: #FEB808 !important;
}

.u-fc-white {
  color: #fff !important;
}

/*==================================
* font-size
==================================*/
.u-fs-0 {
  font-size: 0px !important;
}

.u-fs-1 {
  font-size: 1px !important;
}

.u-fs-2 {
  font-size: 2px !important;
}

.u-fs-3 {
  font-size: 3px !important;
}

.u-fs-4 {
  font-size: 4px !important;
}

.u-fs-5 {
  font-size: 5px !important;
}

.u-fs-6 {
  font-size: 6px !important;
}

.u-fs-7 {
  font-size: 7px !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-h1 {
  font-size: 2.5rem !important;
}

.u-fs-h2 {
  font-size: 2rem !important;
}

.u-fs-h3 {
  font-size: 1.75rem !important;
}

.u-fs-h4 {
  font-size: 1.5rem !important;
}

.u-fs-h5 {
  font-size: 1.25rem !important;
}

.u-fs-h6 {
  font-size: 1rem !important;
}

@media print, screen and (min-width: 768px) {
  .u-fs-h1 {
    font-size: 3rem !important;
  }
  .u-fs-h2 {
    font-size: 2.5rem !important;
  }
  .u-fs-h3 {
    font-size: 2.2rem !important;
  }
  .u-fs-h4 {
    font-size: 1.75rem !important;
  }
  .u-fs-h5 {
    font-size: 1.5rem !important;
  }
  .u-fs-h6 {
    font-size: 1rem !important;
  }
}
/*==================================
* font-weight
==================================*/
.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

/*==================================
* align
==================================*/
.u-text-top {
  vertical-align: top !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 768px) {
  .u-txt-pc-center {
    text-align: center;
  }
}

@media print, screen and (max-width: 767px) {
  .u-txt-sp-center {
    text-align: left;
  }
}

/*==================================
* その他
==================================*/
/* テキストを改行しない */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行する */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃え */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/*==================================
* マーカー
==================================*/
.u-text-marker--yel {
  background: linear-gradient(transparent 60%, #fff3a8 60%);
}

.u-text-marker--orn {
  background: linear-gradient(transparent 60%, #ffd7a8 60%);
}

.u-text-marker--grn {
  background: linear-gradient(transparent 60%, #b9e8c6 60%);
}

.u-text-marker--pnk {
  background: linear-gradient(transparent 60%, #ffc9d9 60%);
}

.u-text-marker--blu {
  background: linear-gradient(transparent 60%, #b7e3ff 60%);
}

/**
 * width
 */
/*==================================
* width
==================================*/
.w0 {
  width: 0 !important;
}

.u-w0p {
  width: 0% !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

/*==================================
* min-width
==================================*/
.u-min-w0p {
  min-width: 0% !important;
}

.u-min-w1p {
  min-width: 1% !important;
}

.u-min-w2p {
  min-width: 2% !important;
}

.u-min-w3p {
  min-width: 3% !important;
}

.u-min-w4p {
  min-width: 4% !important;
}

.u-min-w5p {
  min-width: 5% !important;
}

.u-min-w6p {
  min-width: 6% !important;
}

.u-min-w7p {
  min-width: 7% !important;
}

.u-min-w8p {
  min-width: 8% !important;
}

.u-min-w9p {
  min-width: 9% !important;
}

.u-min-w10p {
  min-width: 10% !important;
}

.u-min-w11p {
  min-width: 11% !important;
}

.u-min-w12p {
  min-width: 12% !important;
}

.u-min-w13p {
  min-width: 13% !important;
}

.u-min-w14p {
  min-width: 14% !important;
}

.u-min-w15p {
  min-width: 15% !important;
}

.u-min-w16p {
  min-width: 16% !important;
}

.u-min-w17p {
  min-width: 17% !important;
}

.u-min-w18p {
  min-width: 18% !important;
}

.u-min-w19p {
  min-width: 19% !important;
}

.u-min-w20p {
  min-width: 20% !important;
}

.u-min-w21p {
  min-width: 21% !important;
}

.u-min-w22p {
  min-width: 22% !important;
}

.u-min-w23p {
  min-width: 23% !important;
}

.u-min-w24p {
  min-width: 24% !important;
}

.u-min-w25p {
  min-width: 25% !important;
}

.u-min-w26p {
  min-width: 26% !important;
}

.u-min-w27p {
  min-width: 27% !important;
}

.u-min-w28p {
  min-width: 28% !important;
}

.u-min-w29p {
  min-width: 29% !important;
}

.u-min-w30p {
  min-width: 30% !important;
}

.u-min-w31p {
  min-width: 31% !important;
}

.u-min-w32p {
  min-width: 32% !important;
}

.u-min-w33p {
  min-width: 33% !important;
}

.u-min-w34p {
  min-width: 34% !important;
}

.u-min-w35p {
  min-width: 35% !important;
}

.u-min-w36p {
  min-width: 36% !important;
}

.u-min-w37p {
  min-width: 37% !important;
}

.u-min-w38p {
  min-width: 38% !important;
}

.u-min-w39p {
  min-width: 39% !important;
}

.u-min-w40p {
  min-width: 40% !important;
}

.u-min-w41p {
  min-width: 41% !important;
}

.u-min-w42p {
  min-width: 42% !important;
}

.u-min-w43p {
  min-width: 43% !important;
}

.u-min-w44p {
  min-width: 44% !important;
}

.u-min-w45p {
  min-width: 45% !important;
}

.u-min-w46p {
  min-width: 46% !important;
}

.u-min-w47p {
  min-width: 47% !important;
}

.u-min-w48p {
  min-width: 48% !important;
}

.u-min-w49p {
  min-width: 49% !important;
}

.u-min-w50p {
  min-width: 50% !important;
}

.u-min-w51p {
  min-width: 51% !important;
}

.u-min-w52p {
  min-width: 52% !important;
}

.u-min-w53p {
  min-width: 53% !important;
}

.u-min-w54p {
  min-width: 54% !important;
}

.u-min-w55p {
  min-width: 55% !important;
}

.u-min-w56p {
  min-width: 56% !important;
}

.u-min-w57p {
  min-width: 57% !important;
}

.u-min-w58p {
  min-width: 58% !important;
}

.u-min-w59p {
  min-width: 59% !important;
}

.u-min-w60p {
  min-width: 60% !important;
}

.u-min-w61p {
  min-width: 61% !important;
}

.u-min-w62p {
  min-width: 62% !important;
}

.u-min-w63p {
  min-width: 63% !important;
}

.u-min-w64p {
  min-width: 64% !important;
}

.u-min-w65p {
  min-width: 65% !important;
}

.u-min-w66p {
  min-width: 66% !important;
}

.u-min-w67p {
  min-width: 67% !important;
}

.u-min-w68p {
  min-width: 68% !important;
}

.u-min-w69p {
  min-width: 69% !important;
}

.u-min-w70p {
  min-width: 70% !important;
}

.u-min-w71p {
  min-width: 71% !important;
}

.u-min-w72p {
  min-width: 72% !important;
}

.u-min-w73p {
  min-width: 73% !important;
}

.u-min-w74p {
  min-width: 74% !important;
}

.u-min-w75p {
  min-width: 75% !important;
}

.u-min-w76p {
  min-width: 76% !important;
}

.u-min-w77p {
  min-width: 77% !important;
}

.u-min-w78p {
  min-width: 78% !important;
}

.u-min-w79p {
  min-width: 79% !important;
}

.u-min-w80p {
  min-width: 80% !important;
}

.u-min-w81p {
  min-width: 81% !important;
}

.u-min-w82p {
  min-width: 82% !important;
}

.u-min-w83p {
  min-width: 83% !important;
}

.u-min-w84p {
  min-width: 84% !important;
}

.u-min-w85p {
  min-width: 85% !important;
}

.u-min-w86p {
  min-width: 86% !important;
}

.u-min-w87p {
  min-width: 87% !important;
}

.u-min-w88p {
  min-width: 88% !important;
}

.u-min-w89p {
  min-width: 89% !important;
}

.u-min-w90p {
  min-width: 90% !important;
}

.u-min-w91p {
  min-width: 91% !important;
}

.u-min-w92p {
  min-width: 92% !important;
}

.u-min-w93p {
  min-width: 93% !important;
}

.u-min-w94p {
  min-width: 94% !important;
}

.u-min-w95p {
  min-width: 95% !important;
}

.u-min-w96p {
  min-width: 96% !important;
}

.u-min-w97p {
  min-width: 97% !important;
}

.u-min-w98p {
  min-width: 98% !important;
}

.u-min-w99p {
  min-width: 99% !important;
}

.u-min-w100p {
  min-width: 100% !important;
}

/*==================================
* max-width
==================================*/
.u-max-w0p {
  max-width: 0% !important;
}

.u-max-w1p {
  max-width: 1% !important;
}

.u-max-w2p {
  max-width: 2% !important;
}

.u-max-w3p {
  max-width: 3% !important;
}

.u-max-w4p {
  max-width: 4% !important;
}

.u-max-w5p {
  max-width: 5% !important;
}

.u-max-w6p {
  max-width: 6% !important;
}

.u-max-w7p {
  max-width: 7% !important;
}

.u-max-w8p {
  max-width: 8% !important;
}

.u-max-w9p {
  max-width: 9% !important;
}

.u-max-w10p {
  max-width: 10% !important;
}

.u-max-w11p {
  max-width: 11% !important;
}

.u-max-w12p {
  max-width: 12% !important;
}

.u-max-w13p {
  max-width: 13% !important;
}

.u-max-w14p {
  max-width: 14% !important;
}

.u-max-w15p {
  max-width: 15% !important;
}

.u-max-w16p {
  max-width: 16% !important;
}

.u-max-w17p {
  max-width: 17% !important;
}

.u-max-w18p {
  max-width: 18% !important;
}

.u-max-w19p {
  max-width: 19% !important;
}

.u-max-w20p {
  max-width: 20% !important;
}

.u-max-w21p {
  max-width: 21% !important;
}

.u-max-w22p {
  max-width: 22% !important;
}

.u-max-w23p {
  max-width: 23% !important;
}

.u-max-w24p {
  max-width: 24% !important;
}

.u-max-w25p {
  max-width: 25% !important;
}

.u-max-w26p {
  max-width: 26% !important;
}

.u-max-w27p {
  max-width: 27% !important;
}

.u-max-w28p {
  max-width: 28% !important;
}

.u-max-w29p {
  max-width: 29% !important;
}

.u-max-w30p {
  max-width: 30% !important;
}

.u-max-w31p {
  max-width: 31% !important;
}

.u-max-w32p {
  max-width: 32% !important;
}

.u-max-w33p {
  max-width: 33% !important;
}

.u-max-w34p {
  max-width: 34% !important;
}

.u-max-w35p {
  max-width: 35% !important;
}

.u-max-w36p {
  max-width: 36% !important;
}

.u-max-w37p {
  max-width: 37% !important;
}

.u-max-w38p {
  max-width: 38% !important;
}

.u-max-w39p {
  max-width: 39% !important;
}

.u-max-w40p {
  max-width: 40% !important;
}

.u-max-w41p {
  max-width: 41% !important;
}

.u-max-w42p {
  max-width: 42% !important;
}

.u-max-w43p {
  max-width: 43% !important;
}

.u-max-w44p {
  max-width: 44% !important;
}

.u-max-w45p {
  max-width: 45% !important;
}

.u-max-w46p {
  max-width: 46% !important;
}

.u-max-w47p {
  max-width: 47% !important;
}

.u-max-w48p {
  max-width: 48% !important;
}

.u-max-w49p {
  max-width: 49% !important;
}

.u-max-w50p {
  max-width: 50% !important;
}

.u-max-w51p {
  max-width: 51% !important;
}

.u-max-w52p {
  max-width: 52% !important;
}

.u-max-w53p {
  max-width: 53% !important;
}

.u-max-w54p {
  max-width: 54% !important;
}

.u-max-w55p {
  max-width: 55% !important;
}

.u-max-w56p {
  max-width: 56% !important;
}

.u-max-w57p {
  max-width: 57% !important;
}

.u-max-w58p {
  max-width: 58% !important;
}

.u-max-w59p {
  max-width: 59% !important;
}

.u-max-w60p {
  max-width: 60% !important;
}

.u-max-w61p {
  max-width: 61% !important;
}

.u-max-w62p {
  max-width: 62% !important;
}

.u-max-w63p {
  max-width: 63% !important;
}

.u-max-w64p {
  max-width: 64% !important;
}

.u-max-w65p {
  max-width: 65% !important;
}

.u-max-w66p {
  max-width: 66% !important;
}

.u-max-w67p {
  max-width: 67% !important;
}

.u-max-w68p {
  max-width: 68% !important;
}

.u-max-w69p {
  max-width: 69% !important;
}

.u-max-w70p {
  max-width: 70% !important;
}

.u-max-w71p {
  max-width: 71% !important;
}

.u-max-w72p {
  max-width: 72% !important;
}

.u-max-w73p {
  max-width: 73% !important;
}

.u-max-w74p {
  max-width: 74% !important;
}

.u-max-w75p {
  max-width: 75% !important;
}

.u-max-w76p {
  max-width: 76% !important;
}

.u-max-w77p {
  max-width: 77% !important;
}

.u-max-w78p {
  max-width: 78% !important;
}

.u-max-w79p {
  max-width: 79% !important;
}

.u-max-w80p {
  max-width: 80% !important;
}

.u-max-w81p {
  max-width: 81% !important;
}

.u-max-w82p {
  max-width: 82% !important;
}

.u-max-w83p {
  max-width: 83% !important;
}

.u-max-w84p {
  max-width: 84% !important;
}

.u-max-w85p {
  max-width: 85% !important;
}

.u-max-w86p {
  max-width: 86% !important;
}

.u-max-w87p {
  max-width: 87% !important;
}

.u-max-w88p {
  max-width: 88% !important;
}

.u-max-w89p {
  max-width: 89% !important;
}

.u-max-w90p {
  max-width: 90% !important;
}

.u-max-w91p {
  max-width: 91% !important;
}

.u-max-w92p {
  max-width: 92% !important;
}

.u-max-w93p {
  max-width: 93% !important;
}

.u-max-w94p {
  max-width: 94% !important;
}

.u-max-w95p {
  max-width: 95% !important;
}

.u-max-w96p {
  max-width: 96% !important;
}

.u-max-w97p {
  max-width: 97% !important;
}

.u-max-w98p {
  max-width: 98% !important;
}

.u-max-w99p {
  max-width: 99% !important;
}

.u-max-w100p {
  max-width: 100% !important;
}

@media print, screen and (min-width: 768px) {
  .u-w50p-pc {
    width: 50%;
  }
}

/**
 * Display
 */
/*==================================
* media
==================================*/
@media print, screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

/**
 * Triangle
 */
/*==================================
* down primary
==================================*/
.u-triangle-down {
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 40px solid #044E80;
}
@media print, screen and (min-width: 768px) {
  .u-triangle-down {
    margin: 40px auto;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #044E80;
  }
}

/* Component
----------------------------------------------------------------- */
/*==================================================
アニメーション
==================================================*/
/* 初期化 */
[data-animate] {
  visibility: hidden;
}

/* fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animate__fade-in {
  visibility: visible;
  animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-fill-mode: both;
}

/* fadeInUp */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.c-animate__fade-in-up {
  visibility: visible;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

/*==================================================
記事リスト
==================================================*/
/* --- Article List --- */
.c-article-list {
  padding: 40px 0;
}

.c-article-list__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-article-card {
  background-color: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s ease;
}

.c-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-color);
}

.c-card-number {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color);
  padding: 0 30px;
  align-self: stretch;
  display: flex;
  align-items: center;
  background-color: var(--light-gray-bg);
}

.c-card-content {
  padding: 25px 30px;
}

.c-card-content h2 {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.c-card-content p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

.c-card-content .arrow {
  font-weight: bold;
  color: var(--primary-color);
  display: inline-block;
  margin-top: 10px;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .c-article-card {
    flex-direction: column;
    text-align: center;
  }
  .c-card-number {
    padding: 15px 0;
    width: 100%;
  }
}
/*==================================================
記事
==================================================*/
/* --- Header --- */
.c-article-header {
  text-align: center;
  padding: 50px 0 30px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.c-article-header h1 {
  font-size: 32px;
  margin: 0;
}

.c-article-header p {
  font-size: 18px;
  color: #555;
  margin: 16px 0 0 0;
}

/* --- Content --- */
.c-article-content h2 {
  font-size: 24px;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 10px;
  margin-top: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.c-article-content h2 .number {
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}

.c-article-content p {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.c-article-content strong {
  background: linear-gradient(transparent 60%, var(--accent-color) 60%);
  font-weight: bold;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .c-article-header h1 {
    font-size: 26px;
  }
  .c-article-header p {
    font-size: 16px;
  }
}
/**
 * Block
 */
/*==================================
* コンテナ
==================================*/
.c-block {
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .c-block {
    max-width: 1140px;
  }
}
/**
 * breadcrumb
 */
/*==================================
* c-breadcrumb
==================================*/
.c-breadcrumb {
  margin: 8px 0 16px 0;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 14px;
  color: #546370;
}

.c-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-breadcrumb li {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.c-breadcrumb li + li::before {
  content: "›";
  margin: 0 0.5rem;
  color: rgba(0, 0, 0, 0.35);
}

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

.c-breadcrumb a:hover,
.c-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.c-breadcrumb .is-current {
  color: #2e4150;
  font-weight: 600;
  pointer-events: none;
  cursor: default;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    max-width: 980px;
    margin: 0 auto 20px auto;
    font-size: 16px;
  }
}
/*==================================================
c-btn (汎用ボタン)
==================================================*/
.c-btn {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.8em 1.6em;
  font-size: var(--font-size-base);
  border-radius: var(--border-radius-full);
  transition: transform 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
}

.c-btn:hover {
  transform: translateY(-3px);
}

/* Modifier: Primary Button */
.c-btn--primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-text-on-primary);
}

.c-btn--primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

/* Modifier: Secondary Button */
.c-btn--secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-text-on-primary);
  box-shadow: var(--shadow-sm);
}

.c-btn--secondary:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
}

/* Modifier: Outline Button */
.c-btn--outline {
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.c-btn--outline:hover {
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
}

.c-btn__arrow {
  display: inline-block;
  margin-left: var(--space-xs);
  transition: transform 0.2s;
}

.c-btn:hover .c-btn__arrow {
  transform: translateX(4px);
}

.c-btn--rakuten {
  background-color: var(--color-rakuten);
  color: var(--color-text-on-primary);
  font-size: 1.15rem;
  padding: 16px 32px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .c-btn--rakuten {
    font-size: 1.3rem;
    padding: 18px 40px;
  }
}
.c-btn-cta {
  padding: 18px 50px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--rakuten-color);
}

.c-btn-cta:hover {
  color: #fff;
  background-color: #ff6347; /* Tomato */
  border-color: #ff4500; /* OrangeRed */
}

/* Modifier: Next Theme Button (ステップ間のナビゲーション用) */
.c-btn--next-theme {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.c-btn--next-theme:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/**
 * card
 */
/*==================================
* c-card-grid & c-card__link
==================================*/
.c-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
  margin: var(--space-lg) 0;
}

.c-card__link a {
  display: flex;
  flex-direction: column;
  padding: var(--space-md);
  text-decoration: none;
  font-size: 14px;
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  will-change: transform;
  backface-visibility: hidden;
}

.c-card__link:hover a {
  transform: translateY(-5px);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
}

.c-card__eyebrow {
  margin-bottom: var(--space-xs);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-card__title {
  margin: 0 0 var(--space-sm) 0;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.c-card__text {
  margin: 0 0 var(--space-md) 0;
  line-height: var(--line-height-base);
  color: var(--color-text-muted);
  flex-grow: 1;
}

.c-card__action {
  text-align: right;
  font-weight: bold;
  color: var(--color-primary);
}

/*==================================
* c-chart-container
* グラフ表示用のコンテナ
* モバイル: 縦並び
* PC: 横並び
==================================*/
.c-chart-container {
  margin: var(--space-lg) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.c-chart-container__item {
  flex: 1;
  min-width: 0;
  padding: var(--space-md);
  background-color: var(--color-background-subtle);
  border-radius: 8px;
  border: 1px solid var(--color-border);
}

.c-chart-container__title {
  font-size: var(--font-size-sm);
  font-weight: bold;
  margin-bottom: var(--space-md);
  text-align: center;
  color: var(--color-text-primary);
}

/* PC: 横並び */
@media screen and (min-width: 768px) {
  .c-chart-container {
    flex-direction: row;
    gap: var(--space-xl);
  }
  .c-chart-container__item {
    padding: var(--space-lg);
  }
  .c-chart-container__title {
    font-size: var(--font-size-base);
  }
}
/* ==================================================
   c-chat-section (会話エリア)
   ================================================== */
.c-chat-section {
  padding: 30px 25px;
  background-color: #f4f7f6;
}

/* ==================================================
   c-chat-bubble (チャット吹き出し)
   ================================================== */
.c-chat-bubble {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.c-chat-bubble__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
}

.c-chat-bubble__icon--navi {
  background-color: var(--color-primary);
}

.c-chat-bubble__icon--user {
  background-color: #f5a623;
}

.c-chat-bubble__message {
  padding: 18px 22px;
  border-radius: 18px;
  position: relative;
  max-width: calc(100% - 100px);
}

.c-chat-bubble--navi .c-chat-bubble__message {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.c-chat-bubble--user .c-chat-bubble__message {
  background-color: #fffbef;
  border: 1px solid #fdeec9;
}

.c-chat-bubble__message p {
  margin: 0;
  padding: 0;
}

.c-chat-bubble__message p + p {
  margin-top: 10px;
}

.c-chat-bubble__message strong {
  color: var(--color-danger);
  font-weight: 600;
}

.c-chat-bubble__message ul {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}

/*==================================================
c-conclusion
==================================================*/
.c-conclusion {
  background-color: #fffbeb; /* 暖かみのある薄い黄色 */
  border: 1px solid #fde68a; /* 背景に合わせた黄色系のボーダー */
  border-radius: 8px;
  padding: 1.5em;
  margin: 2em 0;
}

.c-conclusion__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}

.c-conclusion__icon {
  width: 1.5em;
  height: 1.5em;
  color: #f59e0b; /* アクセントとなるアンバーカラー */
  margin-right: 0.5em;
}

.c-conclusion__title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

.c-conclusion__content p {
  margin: 0;
  line-height: 1.8;
}

/* ==================================================
   c-disclaimer (免責事項)
   ================================================== */
.c-disclaimer {
  font-size: 0.85em;
  color: var(--color-text-muted);
  padding: 20px 40px;
  background-color: var(--color-background-subtle);
  border-top: 1px solid #eee;
  margin-top: 40px;
}

.c-disclaimer p {
  margin: 0.5em 0;
}

/*
　Flow
================================*/
.c-flow__unit {
  position: relative;
  margin-bottom: 20px;
}

.c-flow__unit:last-child {
  margin-bottom: 0;
}

.c-flow__unit a {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  text-decoration: none;
  border: solid 2px transparent;
  background: #fff;
  transition: all 0.2s ease;
}

.c-flow__unit a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: solid 2px var(--color-primary);
}

.c-flow__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
}

.c-flow__number span {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}

.c-flow__content {
  width: calc(100% - 60px);
  color: #333;
}

.c-flow__content__title {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-flow__content__text {
  margin-bottom: 5px;
  line-height: 1.7;
}

.c-flow__content__arrow {
  text-align: right;
  font-weight: bold;
  color: var(--color-primary);
}

.c-flow__content__arrow i {
  margin-left: 10px;
}

.c-flow__arrow {
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -5%);
  width: 50px;
  height: 25px;
  margin: 0 auto;
  background: var(--color-primary);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-flow__wrapper {
    padding: 0 8px;
  }
  .c-flow__unit {
    margin-bottom: 30px;
  }
  .c-flow__unit a {
    align-items: center;
    padding: 25px;
  }
  .c-flow__number {
    width: 70px;
    height: 70px;
  }
  .c-flow__number span {
    font-size: 21px;
  }
  .c-flow__content {
    width: calc(100% - 95px);
  }
  .c-flow__content__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .c-flow__content__text {
    margin-bottom: 10px;
  }
  .c-flow__arrow {
    bottom: -30px;
    width: 70px;
    height: 35px;
  }
}
/* ==================================================
   c-highlight-box (ハイライトボックス)
   ================================================== */
.c-highlight-box {
  background-color: #eef7ff;
  border: 1px solid #d4eaff;
  padding: 20px 25px;
  border-radius: 8px;
  margin: 20px 0;
}

.c-highlight-box__title {
  font-size: 1.3em;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.c-highlight-box__content p {
  margin: 0.5em 0;
  font-size: 1.05em;
}

/* --- img --- */
.c-image-placeholder {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.c-image-placeholder {
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 40px;
  background-color: var(--light-gray-bg);
  color: #aaa;
}

/**
 * info-block
 */
/*==================================
* c-info-block（本文構造）
==================================*/
.c-info-block {
  margin-bottom: 30px;
}

.c-info-block__text {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 15px;
}

.c-info-block__text span {
  display: inline;
}

.c-info-block__text:last-child {
  margin-bottom: 0;
}

.c-info-block__overview {
  margin: 15px 0;
  padding: 3px 0 5px 10px;
  border-left: solid 4px #7ab6e0;
}

.c-info-block__item {
  margin-bottom: 7px;
}

.c-info-block__item:last-child {
  margin-bottom: 0;
}

.c-info-block__item span {
  font-size: 15px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-info-block__item p {
  line-height: 1.6;
  font-size: 15px;
  color: #333;
}

.c-info-block__list {
  margin: 15px 0;
  padding-left: 16px;
}

.c-info-block__list li {
  position: relative;
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 15px;
  color: #333;
}

.c-info-block__list li span {
  display: inline;
}

.c-info-block__list li:last-child {
  margin-bottom: 0;
}

.c-info-block__list li::before {
  content: "\f111";
  position: absolute;
  top: 4px;
  left: -15px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  color: #9c9c9c;
}

.c-info-block__note {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.c-info-block__note i {
  font-size: 20px;
  color: #e5b349;
}

.c-info-block__note p {
  width: calc(100% - 25px);
  line-height: 1.6;
  font-size: 15px;
}

.c-info-block__note p span {
  display: inline;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-info-block {
    margin-bottom: 45px;
  }
  .c-info-block__text {
    font-size: 16px;
  }
  .c-info-block__overview {
    margin: 17px 0;
    padding: 4px 0 6px 15px;
    border-left: solid 5px #7ab6e0;
  }
  .c-info-block__item {
    margin-bottom: 10px;
  }
  .c-info-block__item span,
  .c-info-block__item p {
    font-size: 16px;
  }
  .c-info-block__list {
    margin: 20px 0;
    padding-left: 17px;
  }
  .c-info-block__list li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .c-info-block__list li::before {
    top: 6px;
    left: -16px;
  }
  .c-info-block__note {
    margin-top: 13px;
  }
  .c-info-block__note p {
    font-size: 16px;
  }
}
/*==================================
* c-info-block--lead（リード文）
==================================*/
.c-info-block--lead {
  margin-bottom: 50px;
}

.c-info-block--lead .c-info-block__text {
  margin-bottom: 10px;
}

.c-info-block--lead .c-info-block__text span {
  display: inline;
}

.c-info-block--lead .c-info-block__text:last-child {
  margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-info-block--lead {
    margin-bottom: 60px;
  }
}
/*==================================
* c-info-block--intro（導入部分）
==================================*/
.c-info-block--intro {
  margin-bottom: 40px;
}

.c-info-block--intro .c-info-block__text {
  margin-bottom: 10px;
}

.c-info-block--intro .c-info-block__text span {
  display: inline;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-info-block--intro {
    margin-bottom: 50px;
  }
}
/*==================================
* c-info-block--media（画像＋テキスト）
  c-info-block--media-reverse（テキスト＋グラフ）
==================================*/
.c-info-block--media .c-info-block__image,
.c-info-block--media-reversev .c-info-block__image {
  margin-bottom: 10px;
}

.c-info-block--media .c-info-block__image img,
.c-info-block--media-reverse .c-info-block__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c-info-block--media .c-info-block__image img {
  border-radius: 10px;
  border: solid 1px rgba(52, 88, 135, 0.12);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-info-block--media .c-info-block__wrapper,
  .c-info-block--media-reverse .c-info-block__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    box-sizing: border-box;
  }
  .c-info-block--media .c-info-block__image,
  .c-info-block--media-reverse .c-info-block__image {
    margin-bottom: 0;
  }
  .c-info-block--media .c-info-block__image {
    width: 40%;
  }
  .c-info-block--media-reverse .c-info-block__image {
    width: 45%;
  }
  .c-info-block--media .c-info-block__body {
    width: 60%;
  }
  .c-info-block--media-reverse .c-info-block__body {
    width: 55%;
  }
}
/*==================================
* c-info-block--media-double（画像＋画像）
==================================*/
.c-info-block--media-double .c-info-block__image {
  margin-bottom: 10px;
}

.c-info-block--media-double .c-info-block__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-info-block--media-double .c-info-block__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    box-sizing: border-box;
  }
  .c-info-block--media-double .c-info-block__image {
    width: 50%;
    margin-bottom: 0;
  }
}
/**
 * link-card
 */
/*==================================
* c-link-card-horizontal（横並び）
==================================*/
.c-link-card-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-md);
  margin: var(--space-lg) 0;
}

.c-link-card-horizontal__unit a {
  display: flex;
  flex-direction: column;
  padding: var(--space-md);
  text-decoration: none;
  font-size: 14px;
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  will-change: transform;
  backface-visibility: hidden;
}

.c-link-card-horizontal__unit:hover a {
  opacity: 1;
  background: rgba(72, 142, 204, 0.08);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}

.c-link-card-horizontal__number {
  margin-bottom: var(--space-xs);
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-link-card-horizontal__title {
  margin: 0 0 var(--space-sm) 0;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.c-link-card-horizontal__text {
  margin: 0 0 var(--space-md) 0;
  flex-grow: 1;
  line-height: var(--line-height-base);
  color: var(--color-text-muted);
}

.c-link-card-horizontal__action {
  text-align: right;
  font-weight: bold;
  color: var(--color-primary);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-link-card-horizontal {
    padding: 0 8px;
  }
  .c-link-card-horizontal__unit a {
    font-size: 16px;
  }
  .c-link-card-horizontal__number {
    font-size: 18px;
  }
  .c-link-card-horizontal__title {
    font-size: 16px;
  }
}
/*==================================
* c-link-card-vertical（縦並び）
==================================*/
.c-link-card-vertical__unit {
  position: relative;
  margin-bottom: 20px;
}

.c-link-card-vertical__unit:last-child {
  margin-bottom: 0;
}

.c-link-card-vertical__unit a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  border: solid 2px #a2d5f2;
  background: #fff;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.c-link-card-vertical__unit a:hover {
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: solid 2px #488ecc;
}

.c-link-card-vertical__number {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 0 15px;
  background: #c9e1f0;
  border-radius: 10px 0 0 10px;
}

.c-link-card-vertical__number span {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-link-card-vertical__content {
  width: calc(100% - 55px);
  padding: 15px;
  color: #333;
}

.c-link-card-vertical__content__title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-link-card-vertical__content__text {
  margin-bottom: 5px;
  line-height: 1.7;
}

.c-link-card-vertical__content__action {
  text-align: right;
  font-weight: bold;
  color: var(--color-primary);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-link-card-vertical__unit {
    margin-bottom: 30px;
  }
  .c-link-card-vertical__unit a {
    align-items: center;
  }
  .c-link-card-vertical__number {
    padding: 0 30px;
  }
  .c-link-card-vertical__number span {
    font-size: 25px;
  }
  .c-link-card-vertical__content {
    width: calc(100% - 95px);
    padding: 25px;
  }
  .c-link-card-vertical__content__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .c-link-card-vertical__content__text {
    margin-bottom: 10px;
  }
}
/*==================================
* c-link-card-thumbnail（横並び＋サムネイル付）
==================================*/
.c-link-card-thumbnail {
  margin: 0 auto;
  box-sizing: border-box;
}

.c-link-card-thumbnail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.c-link-card-thumbnail__item {
  width: 47%;
  display: flex;
  background: #fff;
  border-radius: 7px;
}

.c-link-card-thumbnail__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.1s ease-in;
  border-radius: 7px;
  box-sizing: border-box;
}

.c-link-card-thumbnail__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px 7px 0 0;
}

.c-link-card-thumbnail__body {
  position: relative;
}

.c-link-card-thumbnail__tag {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-link-card-thumbnail__tag span {
  display: inline-block;
  white-space: nowrap;
  padding: 0px 7px 1px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  border-radius: 2px;
}

.c-link-card-thumbnail__content {
  padding: 20px 15px 13px 15px;
}

.c-link-card-thumbnail__title {
  margin-bottom: 7px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-primary);
}

.c-link-card-thumbnail__text {
  line-height: 1.4;
  font-size: 14px;
  color: #333;
}

.c-link-card-thumbnail__item a:hover {
  opacity: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-link-card-thumbnail {
    width: 100%;
  }
  .c-link-card-thumbnail ul {
    justify-content: flex-start;
    gap: 33px;
  }
  .c-link-card-thumbnail ul::after {
    content: "";
    display: block;
    width: 31%;
  }
  .c-link-card-thumbnail__item {
    display: flex;
    width: 31%;
  }
  .c-link-card-thumbnail__tag span {
    padding: 3px 10px 2px 10px;
    font-size: 13px;
  }
  .c-link-card-thumbnail__content {
    padding: 25px 16px 13px 16px;
  }
  .c-link-card-thumbnail__title {
    margin-bottom: 8px;
    line-height: 1.3;
    font-size: 17px;
  }
  .c-link-card-thumbnail__text {
    font-size: 16px;
  }
}
/**
 * list
 */
/*==================================
* c-list--check（チェック付きリスト）
==================================*/
.c-list--check {
  margin: 20px 0;
  padding: 25px 25px 25px 45px;
  list-style: none;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}

.c-list--check li {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

.c-list--check li span {
  display: inline;
}

.c-list--check li:last-child {
  margin-bottom: 0;
}

.c-list--check li::before {
  content: "✓";
  position: absolute;
  left: -25px;
  top: 0;
  font-weight: bold;
  color: var(--primary-color);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-list--check {
    padding: 25px 25px 25px 55px;
  }
  .c-list--check li {
    font-size: 16px;
  }
}
/**
 * next-section
 */
/*==================================
* c-next-section
==================================*/
.c-next-section {
  margin-top: 50px;
  padding-top: 40px;
  line-height: 1.75;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.c-next-section p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
}

.c-next-section__button a {
  display: inline-block;
  padding: 9px 50px 10px 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.c-next-section__button a:hover {
  opacity: 1;
  background: var(--color-primary-hover);
  transform: translateY(-1px);
}

.c-next-section__button a i {
  margin-left: 10px;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-next-section p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .c-next-section__button a {
    width: 90%;
    max-width: 320px;
    padding: 11px 50px 12px 50px;
    font-size: 16px;
  }
}
/**
 * note-box
 */
/*==================================
* c-note-box
==================================*/
.c-note-box {
  font-size: 14px;
  color: #333;
}

/* ==================================================
   c-page-header (ページタイトルヘッダー)
   ================================================== */
.c-page-header {
  background-color: var(--color-primary);
  color: #fff;
  padding: 30px;
  text-align: center;
  border-bottom: 4px solid var(--color-secondary);
}

.c-page-header__title {
  font-size: 1.7em;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

/**
 * page-intro
 */
/*==================================
* c-page-intro
==================================*/
.c-page-intro {
  margin-top: 20px;
  margin-bottom: 50px;
}

.c-page-intro__media {
  margin-bottom: 15px;
}

.c-page-intro__media img {
  display: block;
  width: 100%;
  height: auto;
  justify-content: center;
}

.c-page-intro__tag span {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 7px;
  padding: 2px 9px 1px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  border-radius: 2px;
}

.c-page-intro__text p {
  margin-bottom: 7px;
  line-height: 1.7;
  font-size: 15px;
}

.c-page-intro__text p:last-child {
  margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-page-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .c-page-intro__media {
    width: 40%;
    margin-bottom: 0;
  }
  .c-page-intro__body {
    width: 60%;
  }
  .c-page-intro__tag span {
    margin-bottom: 10px;
    padding: 2px 10px 1px 10px;
    font-size: 15px;
  }
  .c-page-intro__text p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/*==================================================
c-pager (記事間のナビゲーション)
==================================================*/
.c-pager {
  background-color: #f9fafb; /* ごく薄いグレー */
  border: 1px solid #e5e7eb; /* 境界線を明確にするボーダー */
  text-align: center;
  padding: 2.5em 1.5em;
  border-radius: 12px;
  margin: 3em 0;
}

.c-pager__title {
  font-size: 1.5rem;
  margin: 0 0 0.5em 0;
}

.c-pager__text {
  line-height: 1.8;
  color: #4b5563;
  max-width: 65ch;
  margin: 0 auto 1.75em auto;
}

/* ==================================================
   c-qa-item (Q&A)
   ================================================== */
.c-qa-item {
  margin-bottom: 30px;
}

.c-qa-item__question {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-size: 1.15em;
  margin-bottom: 15px;
}

.c-qa-item__question-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f39c12;
  color: white;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  line-height: 1;
}

.c-qa-item__answer {
  padding-left: 40px;
}

.c-qa-item__answer p {
  font-size: 1.05em;
  margin-bottom: 1.5em;
}

.c-qa-item__answer strong {
  color: var(--color-danger);
}

.c-qa-item__answer ul {
  padding-left: 20px;
  margin-top: 10px;
}

/* ==================================================
   c-summary
   ================================================== */
.c-summary {
  background-color: var(--color-background-subtle);
  border-left: 5px solid var(--color-primary);
  border-radius: var(--border-radius-sm);
  padding: var(--space-md);
  margin: var(--space-lg) 0;
}

.c-summary__title {
  font-weight: bold;
  font-size: var(--font-size-md);
  margin: 0 0 var(--space-sm) 0;
}

.c-summary__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs); /* gapプロパティでアイテム間の余白を管理 */
}

.c-summary__item {
  position: relative;
  padding-left: 1.5em;
  line-height: var(--line-height-base);
}

.c-summary__item::before {
  content: "✔";
  color: var(--color-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/*==================================
* c-table-compare
==================================*/
.c-table-compare {
  margin: var(--space-lg) 0;
}

.c-table-compare table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
}

.c-table-compare th,
.c-table-compare td {
  border: 1px solid var(--color-border);
  padding: var(--space-md);
  text-align: left;
  vertical-align: top;
}

.c-table-compare thead th {
  background-color: var(--color-background-subtle);
  font-size: var(--font-size-base);
  text-align: center;
}

.c-table-compare tbody th {
  font-weight: bold;
  background-color: var(--color-background-subtle);
  width: 25%;
}

/*==================================
* c-table
==================================*/
.c-table-wrapper {
  width: 100%;
  margin: 15px 0 10px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-table {
  width: 100%;
  min-width: 600px;
  line-height: 1.5;
  font-size: 15px;
  border-collapse: collapse;
  border: 1px solid #d7dee4;
}

.c-table th,
.c-table td {
  padding: 7px 10px 8px 10px;
  border: 1px solid #d7dee4;
  vertical-align: top;
  background-color: #ffffff;
}

.c-table th {
  min-width: 90px;
  text-align: center;
}

.c-table td {
  text-align: left;
}

.c-table thead th {
  background-color: #f0f0f0;
  text-align: center;
  font-weight: bold;
}

.c-table tbody tr:nth-child(even) th,
.c-table tbody tr:nth-child(even) td {
  background-color: #f5faff;
}

@media screen and (min-width: 768px) {
  .c-table-wrapper {
    margin: 20px auto 15px auto;
  }
  .c-table {
    font-size: 16px;
  }
  .c-table th,
  .c-table td {
    padding: 10px 15px 12px 15px;
  }
}
/**
 * title
 */
/*==================================
* c-title-lv2
==================================*/
.c-title-lv2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

/*==================================
* c-section-title
==================================*/
.c-section-title {
  margin-bottom: 30px;
}

.c-section-title h2 {
  margin: 0 0 15px 0;
  padding: 0 5px 0 0;
  font-size: 24px;
  font-weight: bold;
}

.c-section-title p {
  font-size: 16px;
  line-height: 1.6;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-section-title {
    max-width: 980px;
    margin: 0 auto 50px auto;
    padding: 0 8px;
  }
  .c-section-title h2 {
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    font-size: 30px;
  }
}
/*==================================
* H2:c-deco-heading--overlay
==================================*/
.c-deco-heading--overlay {
  position: relative;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 50px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: var(--color-text-base);
}

.c-deco-heading--overlay::before {
  content: attr(data-en);
  position: absolute;
  top: -15px;
  left: 50%;
  color: rgba(72, 142, 204, 0.15);
  font-family: "Lora", serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 900;
  transform: translateX(-50%);
}

.c-deco-heading--overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: var(--color-primary);
  transform: translate(-50%) rotate(30deg);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-deco-heading--overlay {
    max-width: 980px;
    margin: 0 auto 50px auto;
    padding: 35px 8px 50px 8px;
    font-size: 36px;
  }
  .c-deco-heading--overlay::before {
    top: -15px;
    font-size: 90px;
  }
}
/*==================================
* H2:c-heading-block
==================================*/
.c-heading-block {
  margin-bottom: 30px;
}

.c-heading-block__main {
  margin: 0 0 15px 0;
  padding: 0 5px 0 0;
  font-size: 24px;
  font-weight: bold;
}

.c-heading-block__lead {
  font-size: 16px;
  line-height: 1.6;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-heading-block {
    max-width: 980px;
    margin: 0 auto 50px auto;
  }
  .c-heading-block__main {
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    font-size: 30px;
  }
}
/*==================================
* H2:c-deco-heading--circle
==================================*/
.c-deco-heading--circle {
  --dot: 70px;
  --gap: 6px;
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding-left: calc(var(--dot) / 2 + var(--gap));
  line-height: 1.35;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.c-deco-heading--circle::before {
  content: "";
  position: absolute;
  left: calc(var(--dot) / -20);
  top: 50%;
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: linear-gradient(135deg, #8fc3e8 0%, #bddcf3 100%);
  transform: translateY(-50%);
  z-index: -1;
}

/* PC */
@media (min-width: 768px) {
  .c-deco-heading--circle {
    --dot: 86px;
    --gap: 0px;
    margin-bottom: 70px;
    font-size: 30px;
  }
  .c-deco-heading--circle::before {
    left: calc(var(--dot) / -30);
  }
}
/*==================================
* H3:c-deco-heading--diamond
==================================*/
.c-deco-heading--diamond {
  position: relative;
  margin-bottom: 20px;
  padding: 0.4em 0 0.3em 1.2em;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #8fc3e8;
}

.c-deco-heading--diamond::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: linear-gradient(135deg, #8fc3e8 0%, #bddcf3 100%);
}

.c-deco-heading--diamond::after {
  content: "";
  position: absolute;
  transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: linear-gradient(135deg, #8fc3e8 0%, #bddcf3 100%);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-deco-heading--diamond {
    margin-bottom: 25px;
    padding: 0.4em 0 0.4em 1.3em;
    font-size: 22px;
  }
  .c-deco-heading--diamond::before {
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 13px;
  }
  .c-deco-heading--diamond::after {
    top: 0.7em;
    left: 0;
    height: 9px;
    width: 9px;
  }
}
/*==================================
* H4:c-subheading--labeled
==================================*/
.c-subheading--labeled {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.c-subheading--labeled__label {
  display: inline-block;
  padding: 3px 0 1px 0;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  border-top: solid 2px var(--color-primary);
  border-bottom: solid 2px var(--color-primary);
}

.c-subheading--labeled__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-subheading--labeled {
    gap: 10px;
    margin-bottom: 17px;
  }
  .c-subheading--labeled__label {
    padding: 5px 0 4px 0;
    font-size: 20px;
  }
  .c-subheading--labeled__title {
    font-size: 20px;
  }
}
/*==================================
* H4:c-subheading--dot
==================================*/
.c-subheading--dot {
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
}

.c-subheading--dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: linear-gradient(135deg, #488ecc 0%, #7ab6e0 100%);
  border-radius: 50%;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-subheading--dot {
    margin-bottom: 17px;
    padding-left: 35px;
    font-size: 20px;
  }
  .c-subheading--dot::before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
}
/*==================================
* H4:c-heading--stacked
==================================*/
.c-heading--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.c-heading--stacked__en {
  display: inline-block;
  padding: 3px 5px 0px 5px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  border-bottom: solid 2px var(--color-primary);
}

.c-heading--stacked__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .c-heading--stacked {
    gap: 10px;
    margin-bottom: 17px;
  }
  .c-heading--stacked__en {
    padding: 5px 5px 4px 5px;
    font-size: 20px;
  }
  .c-heading--stacked__title {
    font-size: 20px;
  }
}
/*==================================
* H4:c-subheading--bar
==================================*/
.c-subheading--bar {
  margin-bottom: 15px;
  padding: 1px 10px 3px 8px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid var(--color-primary);
}

/* PC */
@media screen and (min-width: 768px) {
  .c-subheading--bar {
    margin-bottom: 17px;
    padding: 2px 10px 4px 10px;
    font-size: 20px;
  }
}
/* Project
----------------------------------------------------------------- */
/*=================================

* about Page

=================================*/
.p-about__intro,
.p-about__recommend,
.p-about__keypoints,
.p-about__philosophy {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-about {
    padding: 0 8px;
  }
  .p-about__intro,
  .p-about__recommend,
  .p-about__keypoints,
  .p-about__philosophy {
    margin-bottom: 60px;
  }
}
/*
　導入
================================*/
.p-about__intro__text {
  margin-bottom: 20px;
  font-size: 15px;
}

.p-about__intro__text:last-child {
  margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-about__intro__text {
    font-size: 16px;
  }
}
/*
　私たちのスタンス
================================*/
.p-about__philosophy__text p {
  margin-bottom: 10px;
  line-height: 1.7;
  font-size: 15px;
}

.p-about__philosophy__text p:last-child {
  margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-about__philosophy__text p {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
/*
　メッセージ
================================*/
.p-about__message {
  position: relative;
  max-width: 400px;
  margin: 80px auto 0 auto;
  padding: 1em calc(1.5em + 9px);
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  font-size: 15px;
  color: #333;
}

.p-about__message::before,
.p-about__message::after {
  position: absolute;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 20px);
  background-color: var(--color-primary);
  content: "";
}

.p-about__message::before {
  left: 9px;
}

.p-about__message::after {
  right: 9px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-about__message {
    max-width: 770px;
    padding: 30px 50px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
  }
}
/*=================================

* index Page

=================================*/
.p-index__chat-message {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.p-index__chat-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285F4, #9B59B6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-shrink: 0;
}
.p-index__chat-avatar svg {
  width: 24px;
  height: 24px;
}
.p-index__chat-bubble {
  background-color: var(--light-gray-bg);
  border-radius: 18px;
  border-top-left-radius: 4px;
  padding: 12px 18px;
  position: relative;
}
.p-index__chat-bubble p {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
}
.p-index__typing-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--text-color);
  border-radius: 50%;
  opacity: 0;
  animation: pulse 1.5s infinite ease-in-out;
}
.p-index__typing-indicator:nth-child(2) {
  animation-delay: 0.2s;
}
.p-index__typing-indicator:nth-child(3) {
  animation-delay: 0.4s;
}
.p-index__chat-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1020;
}
.p-index__chat-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.p-index__chat-modal-overlay.active .p-index__chat-modal-content {
  transform: scale(1);
}
.p-index__chat-modal-content {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 90vh;
  background-color: var(--bg-color);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.p-index__chat-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-index__chat-modal-header h3 {
  margin: 0;
  font-size: 18px;
}
.p-index__chat-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.p-index__chat-modal-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 24px;
}
.p-index__chat-message-wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  animation: slideUp 0.3s ease;
}
.p-index__chat-message-user {
  justify-content: flex-end;
}
.p-index__chat-message-user .p-index__chat-bubble {
  background-color: #a8c9f5;
  color: #333;
  border-radius: 18px;
  border-bottom-right-radius: 4px;
}
.p-index__chat-message-ai .p-index__chat-bubble {
  background-color: var(--light-gray-bg, #f5f5f5);
  color: var(--text-color, #333);
  border-radius: 18px;
  border-top-left-radius: 4px;
}
.p-index__quick-replies-wrapper {
  margin: 16px 0;
  display: flex;
  justify-content: center;
  animation: slideUp 0.3s ease;
}
.p-index__quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 600px;
}
.p-index__quick-reply-btn {
  background-color: white;
  border: 2px solid var(--primary-color, #4285F4);
  color: var(--primary-color, #4285F4);
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-index__quick-reply-btn:hover:not(:disabled) {
  background-color: var(--primary-color, #4285F4);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}
.p-index__quick-reply-btn:active:not(:disabled) {
  transform: translateY(0);
}
.p-index__quick-reply-btn:disabled, .p-index__quick-reply-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.p-index__chart-wrapper {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: slideUp 0.3s ease;
}
.p-index__chart-wrapper canvas {
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .p-index__chat-modal-content {
    max-height: 100vh;
    border-radius: 0;
  }
  .p-index__quick-replies {
    flex-direction: column;
    align-items: stretch;
  }
  .p-index__quick-reply-btn {
    width: 100%;
    text-align: center;
  }
  .p-index__chart-wrapper {
    padding: 15px;
    margin: 15px 0;
  }
}
/*
　導入部分
================================*/
.p-index__intro {
  margin-bottom: 60px;
  padding: 0 8px;
}

.p-index__intro__title {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 25px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.p-index__intro__title::before,
.p-index__intro__title::after {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
}

.p-index__intro__title::before {
  top: 0;
  left: 0;
  border-top: 3px solid var(--color-primary);
  border-left: 3px solid var(--color-primary);
}

.p-index__intro__title::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid var(--color-primary);
  border-right: 3px solid var(--color-primary);
}

.p-index__intro__subtitle {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}

.p-index__intro__button {
  width: 90%;
  margin: 0 auto;
}

.p-index__intro__button a {
  display: block;
  margin: 0 auto;
  padding: 10px 10px 11px 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--color-primary);
  border: solid 2px var(--color-primary);
  border-radius: 5px;
  transition: all 0.3s;
}

.p-index__intro__button a:hover {
  color: var(--color-primary);
  background: #fff;
  opacity: 1;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-index__intro {
    margin-bottom: 80px;
  }
  .p-index__intro__title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .p-index__intro__title::before {
    left: 75px;
  }
  .p-index__intro__title::after {
    right: 75px;
  }
  .p-index__intro__subtitle {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .p-index__intro__button {
    width: 40%;
  }
}
/*=================================

* invest

=================================*/
.p-invest .c-link-card-thumbnail .c-link-card-thumbnail__content {
  padding: 11px 15px 13px 15px;
}

.p-invest .c-link-card-thumbnail .c-link-card-thumbnail__title {
  margin-bottom: 0;
  color: #333;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest {
    padding: 0 8px;
  }
  .p-invest .c-link-card-thumbnail .c-link-card-thumbnail__content {
    padding: 14px 16px 15px 16px;
  }
}
/*=================================

* basics

=================================*/
.p-invest-basics .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-basics__risk-return,
.p-invest-basics__compound,
.p-invest-basics__types,
.p-invest-basics__risk-management,
.p-invest-basics__mutual-funds,
.p-invest-basics__monte-carlo {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-basics {
    padding: 0 8px;
  }
  .p-invest-basics .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-basics__risk-return,
  .p-invest-basics__compound,
  .p-invest-basics__types,
  .p-invest-basics__risk-management,
  .p-invest-basics__mutual-funds,
  .p-invest-basics__monte-carlo {
    margin-bottom: 60px;
  }
}
/*=================================

* vs-savings

=================================*/
.p-invest-vs-savings .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-vs-savings__deposit-simulation,
.p-invest-vs-savings__deposit-role,
.p-invest-vs-savings__investment-role,
.p-invest-vs-savings__comparison,
.p-invest-vs-savings__key-points,
.p-invest-vs-savings__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-savings {
    padding: 0 8px;
  }
  .p-invest-vs-savings .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-vs-savings__deposit-simulation,
  .p-invest-vs-savings__deposit-role,
  .p-invest-vs-savings__investment-role,
  .p-invest-vs-savings__comparison,
  .p-invest-vs-savings__key-points,
  .p-invest-vs-savings__summary {
    margin-bottom: 60px;
  }
}
/*
　預金で20年後いくら増えるの？
================================*/
.p-invest-vs-savings__deposit-simulation .c-info-block__list {
  margin-bottom: 3px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-savings__deposit-simulation .c-info-block__list {
    margin-bottom: 5px;
  }
}
/*
　預金と投資を分ける2つのポイント
================================*/
.p-invest-vs-savings__key-points .c-subheading--labeled {
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-savings__key-points .c-subheading--labeled {
    gap: 20px;
  }
}
/*=================================

* types

=================================*/
.p-invest-types .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-types__stock,
.p-invest-types__fund,
.p-invest-types__bond,
.p-invest-types__real-estate,
.p-invest-types__summary {
  margin-bottom: 40px;
}

.p-invest-types__stock .c-subheading--bar,
.p-invest-types__fund .c-subheading--bar,
.p-invest-types__bond .c-subheading--bar,
.p-invest-types__real-estate .c-subheading--bar {
  font-size: 16px;
}

.p-invest-types__stock .c-info-block__list,
.p-invest-types__fund .c-info-block__list,
.p-invest-types__bond .c-info-block__list,
.p-invest-types__real-estate .c-info-block__list {
  margin: 10px 0 20px 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-types {
    padding: 0 8px;
  }
  .p-invest-types .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-types__stock,
  .p-invest-types__fund,
  .p-invest-types__bond,
  .p-invest-types__real-estate,
  .p-invest-types__summary {
    margin-bottom: 60px;
  }
  .p-invest-types__stock .c-subheading--bar,
  .p-invest-types__fund .c-subheading--bar,
  .p-invest-types__bond .c-subheading--bar,
  .p-invest-types__real-estate .c-subheading--bar {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .p-invest-types__stock .c-info-block__list,
  .p-invest-types__fund .c-info-block__list,
  .p-invest-types__bond .c-info-block__list,
  .p-invest-types__real-estate .c-info-block__list {
    margin: 10px 0 25px 0;
  }
}
/*=================================

* compound

=================================*/
.p-invest-compound .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-compound__simple,
.p-invest-compound__compound,
.p-invest-compound__bank-compound,
.p-invest-compound__invest-compound,
.p-invest-compound__rule72,
.p-invest-compound__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-compound {
    padding: 0 8px;
  }
  .p-invest-compound .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-compound__simple,
  .p-invest-compound__compound,
  .p-invest-compound__bank-compound,
  .p-invest-compound__invest-compound,
  .p-invest-compound__rule72,
  .p-invest-compound__summary {
    margin-bottom: 60px;
  }
}
/*
　銀行預金での複利
================================*/
.p-invest-compound__bank-compound .c-info-block__list {
  margin-top: 5px;
}

/*
　投資と複利効果
================================*/
.p-invest-compound__invest-compound .c-info-block__list {
  margin: 5px 0;
}

.p-invest-compound__invest-compound .c-info-block__list li {
  margin-bottom: 5px;
}

.p-invest-compound__invest-compound .c-info-block__text {
  margin-bottom: 5px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-compound__invest-compound .c-info-block__text:last-child {
    margin-bottom: 0;
  }
}
/*
　72の法則
================================*/
.p-invest-compound__rule72 .c-info-block__list {
  margin-top: 5px;
}

/*=================================

* about-risk

=================================*/
.p-invest-about-risk .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-about-risk__what-is-risk,
.p-invest-about-risk__risk-return,
.p-invest-about-risk__vs-gamble,
.p-invest-about-risk__risk-management,
.p-invest-about-risk__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-about-risk {
    padding: 0 8px;
  }
  .p-invest-about-risk .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-about-risk__what-is-risk,
  .p-invest-about-risk__risk-return,
  .p-invest-about-risk__vs-gamble,
  .p-invest-about-risk__risk-management,
  .p-invest-about-risk__summary {
    margin-bottom: 60px;
  }
}
/*
　投資におけるリスクとは？
================================*/
.p-invest-about-risk__what-is-risk .c-info-block__list {
  margin: 3px 0;
}

.p-invest-about-risk__what-is-risk .c-info-block__list li {
  margin-bottom: 3px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-about-risk__what-is-risk .c-info-block__text {
    margin-bottom: 20px;
  }
  .p-invest-about-risk__what-is-risk .c-info-block__text:last-child {
    margin-bottom: 0;
  }
}
/*
　リスクとリターンの関係を一目で整理すると？
================================*/
.p-invest-about-risk__risk-return .c-info-block__list {
  margin: 3px 0;
}

.p-invest-about-risk__risk-return .c-info-block__list li {
  margin-bottom: 3px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-about-risk__risk-return .c-info-block--media .c-info-block__text {
    margin-bottom: 20px;
  }
  .p-invest-about-risk__risk-return .c-info-block__text:last-child {
    margin-bottom: 0;
  }
}
/*
　投資のリスクを管理する4つの基本
================================*/
.p-invest-about-risk__risk-management .c-subheading--labeled {
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-about-risk__risk-management .c-subheading--labeled {
    gap: 20px;
  }
}
/*
　まとめ
================================*/
.p-invest-about-risk__summary .c-info-block__list {
  margin: 10px 0;
}

.p-invest-about-risk__summary .c-info-block__list li {
  margin-bottom: 5px;
}

/*=================================

* vs-speculation

=================================*/
.p-invest-vs-speculation .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-vs-speculation__sum-games,
.p-invest-vs-speculation__difference,
.p-invest-vs-speculation__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-speculation {
    padding: 0 8px;
  }
  .p-invest-vs-speculation .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-vs-speculation__sum-games,
  .p-invest-vs-speculation__difference,
  .p-invest-vs-speculation__summary {
    margin-bottom: 60px;
  }
}
/*
　3つのサムゲーム
================================*/
.p-invest-vs-speculation__sum-games .c-subheading--bar {
  font-size: 16px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-speculation__sum-games .c-subheading--bar {
    font-size: 18px;
  }
}
/*
　3つのサムゲーム
================================*/
/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-speculation__difference .c-subheading--labeled {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
/*
　投資と投機の違い
================================*/
.p-invest-vs-speculation__difference .c-info-block__overview .c-info-block__item span {
  font-size: 16px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-vs-speculation__difference .c-info-block__overview .c-info-block__item span {
    font-size: 18px;
  }
}
/*=================================

* mindset

=================================*/
.p-invest-mindset .c-breadcrumb {
  margin-bottom: 30px;
}

.p-invest-mindset__surplus-funds,
.p-invest-mindset__diversification,
.p-invest-mindset__long-term,
.p-invest-mindset__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-mindset {
    padding: 0 8px;
  }
  .p-invest-mindset .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-invest-mindset__surplus-funds,
  .p-invest-mindset__diversification,
  .p-invest-mindset__long-term,
  .p-invest-mindset__summary {
    margin-bottom: 60px;
  }
}
/*
　余裕資金で投資する
================================*/
.p-invest-mindset__surplus-funds .c-info-block__list {
  margin-top: 3px;
}

.p-invest-mindset__surplus-funds .c-info-block__list li {
  margin-bottom: 3px;
}

.p-invest-mindset__surplus-funds .c-info-block__list li:last-child {
  margin-bottom: 0;
}

/*
　分散投資をする
================================*/
.p-invest-mindset__diversification .c-info-block__list {
  margin-top: 0;
}

/*
　長期・積立投資をする
================================*/
.p-invest-mindset__long-term .c-subheading--bar {
  margin-bottom: 7px;
  font-size: 16px;
}

.p-invest-mindset__long-term .c-info-block__list {
  margin: 3px 0 0 0;
}

.p-invest-mindset__long-term .c-info-block__list li {
  margin-bottom: 3px;
}

.p-invest-mindset__long-term .c-info-block__list li:last-child {
  margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-invest-mindset__long-term .c-subheading--bar {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
/*
　まとめ
================================*/
.p-invest-mindset__summary .c-info-block__list {
  margin: 7px 0;
}

/*=================================

* nisa-info

=================================*/
/* PC */
@media screen and (min-width: 768px) {
  .p-nisa-info {
    padding: 0 8px;
  }
}
/*=================================

* tsumitate-vs-growth

=================================*/
.p-nisa__usage .c-breadcrumb {
  margin-bottom: 30px;
}

.p-nisa__usage__framework,
.p-nisa__usage__comparison,
.p-nisa__usage__beginner,
.p-nisa__usage__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__usage {
    padding: 0 8px;
  }
  .p-nisa__usage .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-nisa__usage__framework,
  .p-nisa__usage__comparison,
  .p-nisa__usage__beginner,
  .p-nisa__usage__summary {
    margin-bottom: 60px;
  }
}
/*=================================

* how-to-sell

=================================*/
.p-nisa__sell-and-renewal .c-breadcrumb {
  margin-bottom: 30px;
}

.p-nisa__sell-and-renewal__rule,
.p-nisa__sell-and-renewal__timing,
.p-nisa__sell-and-renewal__caution,
.p-nisa__sell-and-renewal__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__sell-and-renewal {
    padding: 0 8px;
  }
  .p-nisa__sell-and-renewal .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-nisa__sell-and-renewal__rule,
  .p-nisa__sell-and-renewal__timing,
  .p-nisa__sell-and-renewal__caution,
  .p-nisa__sell-and-renewal__summary {
    margin-bottom: 60px;
  }
}
/*=================================

* ideco-comparison

=================================*/
.p-nisa__ideco-comparison .c-breadcrumb {
  margin-bottom: 30px;
}

.p-nisa__ideco-comparison__basic,
.p-nisa__ideco-comparison__case,
.p-nisa__ideco-comparison__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__ideco-comparison {
    padding: 0 8px;
  }
  .p-nisa__ideco-comparison .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-nisa__ideco-comparison__basic,
  .p-nisa__ideco-comparison__case,
  .p-nisa__ideco-comparison__summary {
    margin-bottom: 60px;
  }
}
/*
　年代・目的別ケーススタディ
================================*/
.p-nisa__ideco-comparison__case .c-subheading--labeled {
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__ideco-comparison__case__intro .c-info-block {
    margin-bottom: 40px;
  }
  .p-nisa__ideco-comparison__case .c-subheading--labeled {
    gap: 20px;
    margin-bottom: 15px;
  }
}
/*=================================

* common-mistakes

=================================*/
.p-nisa__common-mistakes .c-breadcrumb {
  margin-bottom: 30px;
}

.p-nisa__common-mistakes__cases,
.p-nisa__common-mistakes__summary {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__common-mistakes {
    padding: 0 8px;
  }
  .p-nisa__common-mistakes .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-nisa__common-mistakes__cases,
  .p-nisa__common-mistakes__summary {
    margin-bottom: 60px;
  }
}
/*
　NISA運用でよくある5つの失敗
================================*/
.p-nisa__common-mistakes__cases .c-subheading--labeled {
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}

.p-nisa__common-mistakes__cases .c-subheading--labeled__label {
  color: #7ba0b7;
  border-top: solid 2px #7ba0b7;
  border-bottom: solid 2px #7ba0b7;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-nisa__common-mistakes__cases__intro .c-info-block {
    margin-bottom: 40px;
  }
  .p-nisa__common-mistakes__cases .c-subheading--labeled {
    gap: 20px;
    margin-bottom: 15px;
  }
}
/*=================================

* rakuten-info

=================================*/
/* PC */
@media screen and (min-width: 768px) {
  .p-rakuten-info {
    padding: 0 8px;
  }
}
/*=================================

* rakuten-merits

=================================*/
.p-rakuten-merits .c-breadcrumb {
  margin-bottom: 30px;
}

.p-rakuten-merits__reasons {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-rakuten-merits {
    padding: 0 8px;
  }
  .p-rakuten-merits .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-rakuten-merits__reasons {
    margin-bottom: 60px;
  }
}
/*
　楽天証券で投資を始める5つの理由
================================*/
/* PC */
@media screen and (min-width: 768px) {
  .p-rakuten-merits__reasons__intro .c-info-block {
    margin-bottom: 40px;
  }
}
/*=================================

* rakuten-point

=================================*/
.p-rakuten-point .c-breadcrumb {
  margin-bottom: 30px;
}

.p-rakuten-point__merits,
.p-rakuten-point__trick {
  margin-bottom: 40px;
}

/* PC */
@media screen and (min-width: 768px) {
  .p-rakuten-point {
    padding: 0 8px;
  }
  .p-rakuten-point .c-breadcrumb {
    margin-bottom: 60px;
  }
  .p-rakuten-point__merits,
  .p-rakuten-point__trick {
    margin-bottom: 60px;
  }
}
/*
　楽天ポイントを上手に使うコツ
================================*/
.p-rakuten-point__trick .c-info-block__list li {
  padding-left: 5px;
  list-style: decimal;
}

.p-rakuten-point__trick .c-info-block__list li::before {
  display: none;
}

/*
　ポイント投資が、資産づくりの第一歩に
================================*/
.p-rakuten-point__summary .c-info-block {
  margin-bottom: 0;
}

.p-rakuten-point__summary .c-info-block__text {
  margin-bottom: 0;
}

.p-rakuten-point__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-rakuten-point__description {
  font-size: 16px;
  color: #666;
  margin-top: 16px;
  line-height: 1.8;
}
.p-rakuten-point__section {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.p-rakuten-point__section:last-child {
  margin-bottom: 0;
}
.p-rakuten-point__section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8f5e9;
}
.p-rakuten-point__amount-input {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 400px;
  margin: 0 auto;
}
.p-rakuten-point__amount-field {
  flex: 1;
  padding: 16px 20px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}
.p-rakuten-point__amount-field:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}
.p-rakuten-point__amount-field::-moz-placeholder {
  color: #ccc;
}
.p-rakuten-point__amount-field::placeholder {
  color: #ccc;
}
.p-rakuten-point__amount-unit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.p-rakuten-point__campaign-order {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 15px;
}
.p-rakuten-point__campaign-order span {
  font-weight: bold;
}
.p-rakuten-point__campaigns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.p-rakuten-point__checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  transition: background 0.2s;
}
.p-rakuten-point__checkbox-label:hover {
  background: #f0f0f0;
}
.p-rakuten-point__checkbox-label--with-select {
  flex-direction: column;
  align-items: stretch;
}
.p-rakuten-point__checkbox-label input[type=checkbox] {
  margin-right: 10px;
  margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.p-rakuten-point__checkbox-label span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 1.6;
}
.p-rakuten-point__checkbox-label span small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}
.p-rakuten-point__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}
.p-rakuten-point__shop-count {
  margin-top: 12px;
  padding: 12px;
  background: white;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.p-rakuten-point__shop-count label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
}
.p-rakuten-point__shop-count-select {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}
.p-rakuten-point__shop-count-select:focus {
  outline: none;
  border-color: #4caf50;
}
.p-rakuten-point__shop-count-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.5;
}
.p-rakuten-point__spu-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.p-rakuten-point__spu-summary {
  padding: 12px 16px;
  background: #e8f5e9;
  border-radius: 6px;
  font-weight: bold;
  color: #2e7d32;
  text-align: center;
}
.p-rakuten-point__results {
  background: #f0f7ff;
  border-color: #2196f3;
}
.p-rakuten-point__result-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-rakuten-point__result-box {
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-rakuten-point__result-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}
.p-rakuten-point__result-box h3 span {
  color: #4caf50;
}
.p-rakuten-point__result-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
}
.p-rakuten-point__result-item span {
  color: #666;
}
.p-rakuten-point__result-item strong {
  color: #333;
  font-weight: bold;
}
.p-rakuten-point__breakdown {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.p-rakuten-point__breakdown div {
  padding: 4px 0;
}
.p-rakuten-point__result-total {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 24px;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.p-rakuten-point__result-total-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.p-rakuten-point__result-total-label {
  font-size: 14px;
  opacity: 0.9;
}
.p-rakuten-point__result-total-value {
  font-size: 24px;
  font-weight: bold;
}
.p-rakuten-point__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
.p-rakuten-point__usage {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #e0e0e0;
}
.p-rakuten-point__usage p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-rakuten-point__usage-steps {
  list-style: none;
  counter-reset: step-counter;
  padding-left: 0;
}
.p-rakuten-point__usage-steps li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.p-rakuten-point__usage-steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: #4caf50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.p-rakuten-point__usage-steps li strong {
  color: #333;
}
.p-rakuten-point__usage-steps li em {
  font-style: normal;
  color: #4caf50;
  font-weight: bold;
}

.c-button {
  padding: 12px 32px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.c-button--primary {
  background: #4caf50;
  color: white;
}
.c-button--primary:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}
.c-button--secondary {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
}
.c-button--secondary:hover {
  background: #e0e0e0;
}
.c-button--text {
  background: transparent;
  color: #4caf50;
  padding: 8px 16px;
  text-decoration: underline;
}
.c-button--text:hover {
  color: #45a049;
}
.c-button--small {
  padding: 6px 16px;
  font-size: 14px;
}
.c-button--danger {
  background: #f44336;
  color: white;
}
.c-button--danger:hover {
  background: #da190b;
}

@media (max-width: 768px) {
  .p-rakuten-point__section {
    padding: 16px;
  }
  .p-rakuten-point__amount-input {
    max-width: 100%;
  }
  .p-rakuten-point__amount-field {
    font-size: 18px;
    padding: 12px 16px;
  }
  .p-rakuten-point__amount-unit {
    font-size: 18px;
  }
  .p-rakuten-point__campaigns, .p-rakuten-point__spu-list {
    grid-template-columns: 1fr;
  }
  .p-rakuten-point__result-total {
    flex-direction: column;
    gap: 16px;
  }
  .p-rakuten-point__actions {
    flex-direction: column;
  }
  .p-rakuten-point__actions .c-button {
    width: 100%;
  }
}
/* ==========================================================================
   Page: beginner/inflation-risk
   ========================================================================== */
/* インフレ比較セクション */
.p-inflation-comparison {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: var(--light-gray-bg);
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
}
.p-inflation-comparison__item {
  flex: 1;
  max-width: 200px;
}
.p-inflation-comparison__year {
  font-size: 14px;
  color: var(--secondary-text-color);
  margin-bottom: 10px;
  font-weight: 500;
}
.p-inflation-comparison__icon {
  font-size: 48px;
  margin: 15px 0;
}
.p-inflation-comparison__price {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color);
}
.p-inflation-comparison__arrow {
  font-size: 32px;
  color: var(--secondary-text-color);
  flex-shrink: 0;
}

/* 価値減少リスト（元の静的リスト） */
.p-value-decrease {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.p-value-decrease li {
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px dashed var(--border-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-value-decrease li:last-child {
  border-bottom: none;
}
.p-value-decrease__year {
  font-weight: bold;
  display: inline-block;
  min-width: 80px;
  color: var(--text-color);
}
.p-value-decrease__value {
  font-weight: bold;
  color: #e74c3c;
  font-size: 22px;
}

/* 元の静的リスト用のハイライトボックススタイル（青背景） */
.c-highlight-box--info {
  background: #eaf4ff;
  border: 1px solid #cfe4ff;
  border-radius: 10px;
  padding: 20px 24px;
}
.c-highlight-box--info .c-highlight-box__title {
  margin-bottom: 6px;
  font-weight: 700;
}
.c-highlight-box--info .c-highlight-box__note {
  margin-top: 6px;
  color: #6b7280;
  font-size: 0.9rem;
}

/* 新しいインタラクティブシミュレーター用のハイライトボックススタイル（黄色枠、クリーム色背景） */
.c-highlight-box--simulator {
  background: #fff7e6;
  border: 2px solid #f5a623;
  border-radius: 10px;
  padding: 24px 28px;
}
.c-highlight-box--simulator .c-highlight-box__title {
  margin-bottom: 16px;
  font-weight: 700;
}
.c-highlight-box--simulator .c-highlight-box__note {
  margin-top: 12px;
  color: #888;
  font-size: 0.9rem;
}

/* シミュレーターフォーム */
.c-simulator-form > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.c-simulator-form label {
  width: 160px;
  margin: 0;
  font-weight: 500;
  color: #333;
}
.c-simulator-form input[type=number] {
  width: 120px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 700;
}
.c-simulator-form span {
  color: #666;
  margin-left: 4px;
}

/* シミュレーター結果表示 */
.c-simulator-result {
  margin-top: 28px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 24px;
}
.c-simulator-result p {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 10px;
  font-weight: 600;
}
.c-simulator-result h4 {
  text-align: center;
  color: #e25757;
  font-size: 2rem;
  margin: 4px 0 0;
  font-weight: 800;
}
.c-simulator-result h4 span {
  font-size: 2.4rem;
  line-height: 1.1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .p-inflation-comparison {
    flex-direction: column;
    gap: 15px;
    padding: 25px 20px;
  }
  .p-inflation-comparison__arrow {
    transform: rotate(90deg);
    font-size: 24px;
  }
  .p-inflation-comparison__icon {
    font-size: 40px;
  }
  .p-inflation-comparison__price {
    font-size: 24px;
  }
  .p-value-decrease li {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .p-value-decrease__year {
    min-width: auto;
  }
  .p-value-decrease__value {
    font-size: 20px;
  }
}
/* シミュレーターのモバイル対応 */
@media (max-width: 480px) {
  .c-simulator-form label {
    width: 120px;
  }
  .c-simulator-form input[type=number] {
    width: 100px;
  }
  .c-simulator-result h4 {
    font-size: 1.8rem;
  }
  .c-simulator-result h4 span {
    font-size: 2rem;
  }
}
.p-poc-simple-vs-compound__title,
.p-poc-simulation__title,
.p-poc-time-advantage__title,
.p-poc-summary__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0066cc;
}

.c-chart-container {
  margin: 2rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.c-chart-container canvas {
  max-height: 400px;
}

.p-simulation-form {
  background-color: #f0f7ff;
  border: 2px solid #0066cc;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-end;
}
.p-simulation-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 150px;
}
.p-simulation-form__group label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}
.p-simulation-form__group input {
  width: 100%;
  max-width: 150px;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  text-align: right;
}
.p-simulation-form__group span {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: bold;
}
.p-simulation-form .c-button {
  flex-shrink: 0;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.p-simulation-result {
  background-color: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.p-simulation-result p:first-child {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #856404;
}
.p-simulation-result #js-result-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
}
.p-simulation-result #js-result-text strong {
  font-size: 1.5rem;
  color: #0056b3;
}

@media (max-width: 768px) {
  .p-simulation-form {
    flex-direction: column;
    align-items: stretch;
  }
  .p-simulation-form__group {
    min-width: auto;
  }
  .p-simulation-form__group input {
    max-width: 100%;
  }
  .p-simulation-form .c-button {
    width: 100%;
  }
  .p-poc-simple-vs-compound__title,
  .p-poc-simulation__title,
  .p-poc-time-advantage__title,
  .p-poc-summary__title {
    font-size: 1.3rem;
  }
}
/* ==========================================================================
   Page: beginner/why-invest
   ========================================================================== */
/* シミュレーターセクション */
.p-wi__simulation {
  padding: 30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.p-wi__simulation__title {
  font-size: 1.8em;
  color: var(--color-primary);
  text-align: center;
  margin-top: 10px;
}
.p-wi__simulation__input-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  max-width: 600px;
  margin: 20px auto;
}
@media (min-width: 600px) {
  .p-wi__simulation__input-area {
    grid-template-columns: 1fr 1fr;
  }
}
.p-wi__simulation__label {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 5px;
  display: block;
}
.p-wi__simulation__input {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1.2em;
  text-align: center;
  box-sizing: border-box;
}
.p-wi__simulation__button-area {
  text-align: center;
  margin-top: 20px;
}
.p-wi__simulation__button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(to right, #ff8c00, #ff6347);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-wi__simulation__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 99, 71, 0.4);
}
.p-wi__simulation__result {
  margin-top: 30px;
  display: none;
}
.p-wi__simulation__result.is-visible {
  display: block;
}
.p-wi__simulation__result-text {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
.p-wi__simulation__result-text strong {
  color: var(--color-danger);
  font-size: 1.6em;
  display: block;
}
.p-wi__simulation__chart {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* 解説セクション */
.p-wi__analysis {
  padding: 30px 40px;
}
.p-wi__analysis__title {
  font-size: 1.7em;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.p-wi__analysis__conclusion {
  margin-top: 40px;
}
.p-wi__analysis__conclusion-title {
  font-size: 1.5em;
  color: var(--color-primary);
  margin-bottom: 15px;
}

/* CTA リンク */
.p-wi__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-wi__cta-link:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: beginner/mindset
   ========================================================================== */
/* アナロジーセクション */
.p-ms__analogy {
  padding: 30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.p-ms__analogy__title {
  font-size: 1.8em;
  color: var(--color-primary);
  text-align: center;
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.p-ms__analogy__item {
  margin-top: 30px;
  text-align: center;
}
.p-ms__analogy__icon {
  font-size: 5em;
  margin-bottom: 10px;
}
.p-ms__analogy__subtitle {
  font-size: 1.4em;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.p-ms__analogy__text {
  font-size: 1.05em;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 1em;
}
.p-ms__analogy__text strong {
  color: var(--color-danger);
  font-weight: 600;
}

/* マインドセットセクション */
.p-ms__mindset {
  padding: 30px 40px;
}

/* ハイライトボックス */
.p-ms__highlight-box {
  border-radius: 8px;
  padding: 20px 25px;
  margin: 20px 0;
  text-align: center;
  /* danger variant */
  /* success variant */
}
.p-ms__highlight-box__title {
  margin: 0 0 10px 0;
  font-size: 1.3em;
}
.p-ms__highlight-box__text {
  font-size: 1.1em;
  margin: 0;
  line-height: 1.8;
}
.p-ms__highlight-box__text + .p-ms__highlight-box__text {
  margin-top: 10px;
}
.p-ms__highlight-box__text strong {
  font-weight: 600;
}
.p-ms__highlight-box--danger {
  background-color: var(--color-danger);
  color: white;
  border: 1px solid #c82333;
}
.p-ms__highlight-box--success {
  background-color: #eaf6ec;
  border: 1px solid var(--color-success);
}
.p-ms__highlight-box--success .p-ms__highlight-box__title {
  color: var(--color-success);
}
.p-ms__highlight-box--success .p-ms__highlight-box__text {
  color: var(--color-text);
}

/* CTA リンク */
.p-ms__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-success);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-ms__cta-link:hover {
  background-color: #218838;
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: beginner/risk-and-return
   ========================================================================== */
/* アナロジーセクション - 山登りの例え話 */
.p-rar__analogy {
  padding: 30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.p-rar__analogy.is-visible {
  opacity: 1;
}
.p-rar__analogy__title {
  font-size: 1.8em;
  color: var(--color-primary);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-rar__analogy__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-rar__analogy__cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* 山カード */
.p-rar__mountain-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.p-rar__mountain-card__title {
  margin: 0 0 15px 0;
  color: var(--color-primary);
  font-size: 1.1em;
}
.p-rar__mountain-card__icon {
  font-size: 3em;
  margin: 10px 0;
}
.p-rar__mountain-card__list {
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
  line-height: 1.8;
}
.p-rar__mountain-card--low-risk {
  border-color: var(--color-success);
}
.p-rar__mountain-card--high-risk {
  border-color: var(--color-danger);
}

/* 解説セクション */
.p-rar__analysis {
  padding: 30px 40px;
}
.p-rar__analysis__title {
  font-size: 1.7em;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* CTA リンク */
.p-rar__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-rar__cta-link:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: beginner/long-term-diversification
   ========================================================================== */
/* 3つの魔法セクション */
.p-ltd__magic {
  padding: 30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.p-ltd__magic__title {
  font-size: 1.8em;
  color: var(--color-primary);
  text-align: center;
  margin-top: 10px;
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* 魔法の個別アイテム */
.p-ltd__magic-item {
  margin-top: 30px;
}
.p-ltd__magic-item__title {
  font-size: 1.4em;
  color: var(--color-primary);
  border-left: 5px solid var(--color-primary);
  padding-left: 15px;
  margin-bottom: 15px;
}
.p-ltd__magic-item__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
@media (min-width: 600px) {
  .p-ltd__magic-item__content {
    grid-template-columns: 1fr 1fr;
  }
}
.p-ltd__magic-item__icon {
  font-size: 6em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.2;
}
.p-ltd__magic-item__text {
  font-size: 1.05em;
}
.p-ltd__magic-item__text p {
  margin-bottom: 1em;
}
.p-ltd__magic-item__text ul {
  padding-left: 20px;
  line-height: 1.8;
}
.p-ltd__magic-item__text ul li {
  margin-bottom: 0.5em;
}

/* 解説セクション */
.p-ltd__analysis {
  padding: 30px 40px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.p-ltd__analysis.is-visible {
  opacity: 1;
}

/* CTA リンク */
.p-ltd__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-ltd__cta-link:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: beginner/why-investment-trusts
   ========================================================================== */
/* 比較セクション */
.p-wit__comparison {
  padding: 30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.p-wit__comparison__title {
  font-size: 1.8em;
  color: var(--color-primary);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-wit__comparison__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .p-wit__comparison__cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* 比較カード */
.p-wit__comparison-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}
.p-wit__comparison-card__title {
  margin: 0 0 15px 0;
  color: var(--color-primary);
  font-size: 1.1em;
}
.p-wit__comparison-card__icon {
  font-size: 3em;
  margin: 10px 0;
}
.p-wit__comparison-card__text {
  text-align: left;
  font-size: 1.05em;
  line-height: 1.8;
  margin-bottom: 1em;
}
.p-wit__comparison-card__conclusion {
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
.p-wit__comparison-card--self-cook {
  border-color: var(--color-danger);
}
.p-wit__comparison-card--bento-box {
  border-color: var(--color-success);
}

/* 解決策セクション */
.p-wit__solution {
  padding: 30px 40px;
}
.p-wit__solution__title {
  font-size: 1.7em;
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-secondary);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

/* 魔法マップアイテム */
.p-wit__magic-map-item {
  margin-bottom: 25px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
}
.p-wit__magic-map-item__name {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.p-wit__magic-map-item__divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}
.p-wit__magic-map-item__problem {
  font-size: 0.9em;
  color: var(--color-danger);
  font-weight: 600;
  margin-bottom: 10px;
}
.p-wit__magic-map-item__solution {
  font-size: 1.05em;
  color: var(--color-success);
  font-weight: 600;
  margin-bottom: 10px;
}
.p-wit__magic-map-item__text {
  font-size: 1em;
  line-height: 1.8;
}

/* CTA リンク */
.p-wit__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-wit__cta-link:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: rakuten/why-rakuten-securities
   ========================================================================== */
/* メリットリストセクション */
.p-wrs__merits-list {
  padding: 20px 0 0 0;
  margin: 40px 0;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.p-wrs__merits-list__title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  color: var(--color-primary);
}
.p-wrs__merits-list__item {
  padding: 25px 30px;
  border-top: 1px dashed var(--color-border);
}
.p-wrs__merits-list__item:first-of-type {
  border-top: 1px solid var(--color-border);
}
.p-wrs__merits-list__number {
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 15px;
  float: left;
}
.p-wrs__merits-list__subtitle {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--color-text);
}
.p-wrs__merits-list__text {
  margin-left: 50px;
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.8;
  color: var(--color-text);
}
.p-wrs__merits-list__text:last-child {
  margin-bottom: 0;
}
.p-wrs__merits-list__text strong {
  color: var(--color-primary);
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-wrs__merits-list__title {
    font-size: 1.5em;
  }
  .p-wrs__merits-list__subtitle {
    font-size: 1.15em;
  }
  .p-wrs__merits-list__text {
    margin-left: 0;
    font-size: 1em;
  }
  .p-wrs__merits-list__number {
    float: none;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}

/* CTA リンク */
.p-wrs__cta-link {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 30px auto;
  padding: 18px 20px;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.p-wrs__cta-link:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  color: #fff;
}

/* ==========================================================================
   Page: step/how-to-continue
   ========================================================================== */
/* ヒントリストセクション */
.p-htc__hints-list {
  padding: 20px 0 0 0;
  margin: 40px 0;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.p-htc__hints-list__title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  color: var(--color-primary);
}
.p-htc__hints-list__item {
  padding: 25px 30px;
  border-top: 1px dashed var(--color-border);
}
.p-htc__hints-list__item:first-of-type {
  border-top: 1px solid var(--color-border);
}
.p-htc__hints-list__number {
  background-color: var(--color-primary);
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-right: 15px;
  float: left;
}
.p-htc__hints-list__subtitle {
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--color-text);
}
.p-htc__hints-list__content {
  margin-left: 50px;
}
.p-htc__hints-list__content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.8;
  color: var(--color-text);
}
.p-htc__hints-list__content p:last-child {
  margin-bottom: 0;
}
.p-htc__hints-list__content p strong {
  color: var(--color-primary);
  font-weight: 600;
}
.p-htc__hints-list__ul {
  margin: 15px 0 15px 20px;
  padding-left: 0;
  list-style: none;
}
.p-htc__hints-list__ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.8;
  color: var(--color-text);
}
.p-htc__hints-list__ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: bold;
}
.p-htc__hints-list__ul li strong {
  color: var(--color-primary);
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-htc__hints-list__title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .p-htc__hints-list__item {
    padding: 20px 15px;
  }
  .p-htc__hints-list__number {
    width: 30px;
    height: 30px;
    font-size: 1em;
    margin-right: 10px;
  }
  .p-htc__hints-list__subtitle {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .p-htc__hints-list__content {
    margin-left: 0;
    clear: both;
    padding-top: 10px;
  }
  .p-htc__hints-list__content p {
    font-size: 1em;
  }
  .p-htc__hints-list__ul {
    margin-left: 10px;
  }
  .p-htc__hints-list__ul li {
    font-size: 1em;
  }
}

/* === 投資シミュレーション === */
/* 基本スタイル（モバイルファースト） */
.p-investment__header {
  text-align: center;
  margin-bottom: 30px;
}

/* フォームセクション */
.p-investment__form {
  margin-bottom: 40px;
}

.p-investment__fieldset {
  border: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.p-investment__legend {
  font-size: 1.5em;
  color: var(--primary-color);
  border-left: 5px solid var(--primary-color);
  padding-left: 15px;
  margin: 0 0 20px 0;
  font-weight: 600;
  width: 100%;
}

.p-investment__input-group {
  margin-bottom: 25px;
}

.p-investment__label {
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 8px;
  display: block;
}

/* 万円単位の入力 */
.p-investment__input-wrapper {
  display: flex;
  align-items: center;
}

.p-investment__input {
  flex-grow: 1;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px 0 0 8px;
  font-size: 1.2em;
  box-sizing: border-box;
  -moz-appearance: textfield;
}

.p-investment__input::-webkit-outer-spin-button,
.p-investment__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-investment__unit {
  padding: 12px 15px;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #eee;
  border: 2px solid #ddd;
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: var(--text-dark);
}

.p-investment__note {
  font-size: 0.9em;
  text-align: left;
  padding: 5px 0;
  display: block;
}

/* スライダーUI */
.p-investment__slider-group {
  margin-bottom: 25px;
}

.p-investment__slider-output {
  font-size: 1.3em;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 10px;
}

.p-investment__slider {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

.p-investment__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.p-investment__slider::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.p-investment__slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  color: var(--text-light);
  padding: 0 5px;
}

/* 計算ボタン */
.p-investment__button-area {
  text-align: center;
  margin-top: 20px;
}

.p-investment__button {
  display: block;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to right, #ff8c00, #ff6347);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.p-investment__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 99, 71, 0.3);
}

/* ローディング */
.p-investment__loading-spinner {
  display: none;
  width: 50px;
  height: 50px;
  border: 5px solid var(--bg-light);
  border-top: 5px solid var(--primary-color);
  border-radius: 50%;
  margin: 40px auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 診断書（モバイルファースト） */
.p-investment__diagnostic-report {
  display: none;
  margin-top: 40px;
  border-top: 2px solid var(--primary-color);
  padding-top: 30px;
}

.p-investment__report-title {
  font-size: 1.5em;
  color: var(--primary-color);
  text-align: center;
  margin: 0 0 30px 0;
}

.p-investment__chart-container {
  width: 100%;
  margin: 0 auto 40px auto;
}

/* レポート詳細 */
.p-investment__result-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.p-investment__result-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.p-investment__result-card-title {
  margin: 0;
  padding: 15px 20px;
  font-size: 1.3em;
  color: white;
}

.p-investment__result-card--path-a .p-investment__result-card-title {
  background-color: var(--text-light);
}

.p-investment__result-card--path-b .p-investment__result-card-title {
  background-color: var(--primary-color);
}

.p-investment__result-card--path-c .p-investment__result-card-title {
  background-color: var(--success-color);
}

.p-investment__report-body {
  padding: 20px;
}

.p-investment__report-item {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.p-investment__report-item dt {
  font-weight: 600;
  color: var(--text-light);
}

.p-investment__report-item dd {
  font-weight: 600;
  font-size: 1.1em;
  margin: 0;
}

.p-investment__report-item--final-value dd {
  font-size: 1.5em;
  font-weight: bold;
}

.p-investment__result-card--path-a .p-investment__report-item--final-value dd {
  color: var(--text-dark);
}

.p-investment__result-card--path-b .p-investment__report-item--final-value dd {
  color: var(--primary-color);
}

.p-investment__result-card--path-c .p-investment__report-item--final-value dd {
  color: var(--success-color);
}

.p-investment__report-item--shortfall dd {
  font-size: 1.2em;
  font-weight: bold;
}

.p-investment__report-item--shortfall dd.plus {
  color: var(--success-color);
}

.p-investment__report-item--shortfall dd.minus {
  color: var(--danger-color);
}

.p-investment__risk-range {
  font-size: 0.9em;
  color: var(--text-light);
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background: var(--bg-light);
  border-radius: 4px;
}

/* 比較表 */
.p-investment__comparison-table-container {
  margin: 30px auto;
  overflow-x: auto;
}

.p-investment__comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.p-investment__comparison-table thead {
  background-color: var(--bg-light);
}

.p-investment__comparison-table th {
  padding: 15px 10px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #ddd;
  font-size: 1em;
}

.p-investment__comparison-table th:first-child {
  text-align: left;
  padding-left: 20px;
}

.p-investment__path-a-header {
  color: var(--text-dark);
}

.p-investment__path-b-header {
  color: var(--primary-color);
}

.p-investment__path-c-header {
  color: var(--success-color);
}

.p-investment__comparison-table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 0.95em;
}

.p-investment__label-cell {
  text-align: left;
  padding-left: 20px;
  font-weight: 600;
  color: var(--text-light);
  background-color: var(--bg-light);
}

.p-investment__highlight-row {
  background-color: #fffef7;
}

.p-investment__value-cell {
  font-weight: bold;
  font-size: 1.1em;
}

.p-investment__shortfall-cell {
  font-weight: 600;
}

.p-investment__shortfall-cell.plus {
  color: var(--success-color);
}

.p-investment__shortfall-cell.minus {
  color: var(--danger-color);
}

@media (max-width: 600px) {
  .p-investment__comparison-table th,
  .p-investment__comparison-table td {
    padding: 10px 5px;
    font-size: 0.85em;
  }
  .p-investment__comparison-table th:first-child,
  .p-investment__label-cell {
    padding-left: 10px;
  }
}
/* CTAセクション */
.p-investment__cta-section {
  display: none;
  margin-top: 40px;
  padding: 25px;
  background-color: var(--bg-light);
  border-radius: 8px;
  text-align: center;
}

.p-investment__cta-title {
  font-size: 1.4em;
  color: var(--primary-color);
  margin-top: 0;
}

.p-investment__cta-section p {
  font-size: 1.05em;
}

.p-investment__cta-button {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.p-investment__cta-button:hover {
  background-color: #003d7a;
  transform: translateY(-2px);
}

.p-investment__disclaimer {
  font-size: 0.85em;
  color: var(--text-light);
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.p-investment__disclaimer p {
  margin-bottom: 10px;
}