@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Roboto:wght@600;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* PC / SP 切り替え */
.for-pc { display: block; }
.for-sp { display: none; }

@media (max-width: 767px) {
  .for-pc { display: none; }
  .for-sp { display: block; }
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  max-width: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
	color:#3e4853;
   font-family: "Roboto", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums lining-nums; /* 桁が揃って見やすい */
  font-feature-settings: "tnum" 1, "lnum" 1;
  letter-spacing: .02em;
  line-height: 1.75;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  }
}

body.drawer-active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  color:  #428be0;
  text-decoration: underline;
}
a:hover {
  color:#6caefb;
  text-decoration: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}
 
/*メイン画像--------------------------------------------------*/
.top_pc img {
  text-align: center;
  margin: auto;
  margin: 0px auto 15px auto;
}

.top_sp{
  height: 100%;
  width: 100%;
  margin: 0% 0% 0% 0%;
}

/*----------------------------PC  header---------------------------*/
.header__wrap {
    max-width: 980px;
    margin: 0 auto;
	padding: 8px 16px;
}
.header__wrap_bg {
    box-shadow: 0px 10px 10px 0 rgb(167 191 208 / 15%);
	background-color: #ffffff;
}
.header__img {
   box-shadow: 0px 10px 10px 0 rgb(167 191 208 / 15%);
}

/*----------------------------PC SP footer---------------------------*/
#footer {
        font-size: 13px;
    padding: 0px 0px 15px 0px;
    background:#4e9ef0;
	color: #fff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding:5% 5% 5% 5%;
    font-size: 13.5px;
	  font-weight: 400;
  }
}

#footer .footer_text {
  line-height: 1.7;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.footer__wrap {
  max-width: 980px;
  margin: 0 auto;
    padding: 24px 0px 72px 0px;
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.08em;
}

.footer_text {
  margin-top: 4px;
}


.footer_img {
      float: right;
    width: 148px;
    padding: 6px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .footer_img {
  float: right;
  width: 50%;
}
}
.copyright {
  display: block;
  margin: 10px 0px 0px 0px;
	  line-height: 1.75;
	font-size: 11px;
}

@media screen and (min-width: 768px) {
  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 3.15385vw;
	  line-height: 1.45;
  }
}

/*----------------------------ふわっと表示させる記述---------------------------*/
.e {
  opacity: 0;
}
.e-v {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY( 20px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}

/*--------------------------------------PC SP support-------------------------------------*/
.support {
  background-color: #ffffff;
}
.support-notice a {
       display: block;
    padding: 6px 0px 6px 0px;
    margin: 8px 0px 25px 0px;
    border-radius: 116px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s 
ease;
	    border: 1px solid #e1e7f0;
    word-break: break-word;
    position: relative;
    color: #4e9ef0;
    background: #fff;
    font-weight: normal;
    letter-spacing: 0.12em;
    width:25%;
}
@media screen and (max-width: 767px) {
.support-notice a {
   width: 60%;
	margin: 8px auto 15px auto;
  }
}
.support-notice a:hover {
 background: #eff4fa;
	color: #94c1e0;
}
.support-notice a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #96b7db;
    border-right: solid 1px #96b7db;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%) rotate(-45deg);
}
.support-notice_in_bbr {
    background: #4e9ef0;
    width: 4px;
    height: 4px;
    display: inline-flex;
    margin: 0px 6px 0px 0px;
    position: relative;
    top: -4px;
}
.support-box {
         box-sizing: border-box;
    max-width: 980px;
    margin: 0px auto 20px auto;
    padding: 1px 0px 0px 0px;
    border-radius: 8px;
	letter-spacing: 0.11em;
}

@media screen and (max-width: 767px) {
  .support-box {
    margin: 0px;
    padding: 0px;
  }
}
.support-box_all {
	    padding: 40px 0px 0px 0px;
        background:radial-gradient(900px 1420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 1420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 1360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 1360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
    margin: 50px 0px 0px 0px;
}

.support-box__ttl {
  font-size: 16px;
    line-height: 1;
    margin: 0px 0px 17px 0px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .support-box__ttl {
	        line-height: 1.6;
        margin: 0px 0px 12px 0px;
        font-size: 14px;
  }
}
.support-box__ttl_in1 {
  font-size: 80%;
}
.support-box__ttl_in {
        padding: 0px 0px 10px 0px;
    display: block;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .support-box__ttl_in {
	  padding: 0px 0px 1px 0px;
 }
}
.support-box__tel {
  list-style: none;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
@media screen and (max-width: 956px) {
  .support-box__tel  {
list-style: none;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
	  padding: 0px 0px 20px 0px;
  }
}
@media screen and (min-width: 768px) {
  .support-box__tel a.no {
    pointer-events: none;
  }
}
.support_list{
 margin: 0px 0px 0px 0px;
    width: 25%;
}
@media screen and (max-width: 767px) {
.support_list{
  width: 100%;
	margin: 0px 15% 0px 15%;
}
}
.support-area2-btn .support_img_r{
	    display: inline-block;
    width: 9%;
    position: relative;
    top: 0px;
}
.support-area3-btn .support_img_r{
	    display: inline-block;
    width: 13%;
    position: relative;
    top: -2px;
}
.support-area2-btn a {
    top: 0;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 5px 0px;
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #4e9ef0;
    background-size: 6px 14px;
    height: 38px;
    cursor: pointer;
    transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
	position: relative;
}
.support-area2-btn a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
.support-area2-btn a {
  position: relative;
    top: 0;
    display: block;
    margin: 17px 0px 7px 0px;
    padding: 11px 0px 0px 0px;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-size: 5px 10px;
    height: 38px;
    cursor: pointer;
    transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
}
}
.support-area2-btn a:hover {
         background:#aed6ff;
}

.support-area3-btn a {
  position: relative;
    top: 0;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 9px 0px 0px 0px;
    background: #4e9ef0;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 38px;
	cursor: pointer;
     transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	line-height: 1.0;
}
@media screen and (max-width: 767px) {
 .support-area3-btn a {
    margin: 0px 0px 10px 0px;
}
}
.support-area3-btn a:hover {
  box-shadow: 0 0 #cc613c; /* 影を0pxにする */
  background: #acd5ff url(../images/arrow2.png) center right 16px no-repeat;
  background-size: 10px 21px;
}
.support-box__tel .support_t_r {
display: block;
text-align: center;
padding: 5px 0px 10px 0px;
line-height: 1.6;
font-size: 14px;
	    color: #4e9ef0;
}
@media screen and (max-width: 767px) {
 .support-box__tel .support_t_r {
padding: 0px 0px 0px 0px;
	 line-height: 1.0;
}
}
.support-notice {
  line-height: 1.66;
  max-width: 980px;
  margin: 0 auto;
  overflow-wrap: break-word;
  padding: 0px 0px 20px 0px;
}

@media screen and (max-width: 767px) {
  .support-notice {
    margin:0% 5% 0% 5%;
  }
}
.support-notice__ttl {
  font-weight: 600;
    padding: 6px 0px 6px 0px;
	letter-spacing: 0.11em;
	font-size: 14px;
}

.support-notice_t {
    font-size: 13px;
    display: block;
    margin: 0px 0% 25px 0%;
    font-weight: normal;
	line-height: 1.9;
    letter-spacing: 0.08em;
}

.support-notice ul li {
  font-size: 13px;
    line-height: 1.9;
    display: block;
    margin: 0px 0% 15px 0%;
    font-weight: normal;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .support-notice ul li {
    font-size: 14px;
	 line-height: 1.7;
	  margin:0% 0% 25px 0%;
  }
}
.support-text_in {
  font-size: 125%;
    display: inline;
    position: relative;
    top: -3px;
    letter-spacing: 0.11em;
}
/*---------------------------------------------------------------------------------------------------------------*/
:root {
  --brand-blue: #005bac;
  --brand-blue-2: #0b6fd6;
  --accent-red: #e60021;

  --bg: #ffffff;
  --bg-alt: #f3f7fc;
  --line: rgb(0 50 150 / 12%);

  --card-radius: 16px;
  --shadow-soft: 0 8px 20px rgb(31 83 154 / 6%);
  --shadow: 0 10px 28px rgba(16, 24, 40, .08);
  --border-soft: 1px solid #e1e7f0;

  /* 既存CSS内で参照されているが未定義になりがちなものを補完 */
  --fz-body: 14px;
  --text-main: #1f2a37;
  --text-muted: rgba(31, 42, 55, .62);
}



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

/* 共通レイアウト */
.lp-container {
 max-width: 980px;
    margin: 0 auto;
padding: 0px 0px 0px 0px;
}
@media (max-width: 767px) {
 .lp-container {
 max-width: 100%;
    margin: 0 auto;
}
}
.lp-section {
  padding: 0px 0;
}
.lp-section-title-text_in3 {
      font-weight: 600;
    font-size: 160%;
    line-height: 1.0;
    position: relative;
    top: 2px;
}

/* =============================
   ヒーロー
============================= */

.hero{
  position: relative;
  overflow: hidden;
  background-size: 22px 22px, cover;
  background-repeat: repeat, no-repeat;
  background-position: 0 0, center;
  padding: 31px 0px 30px 0px;
	background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
@media (max-width: 767px) {
  .hero {
   padding: 0px 0px 10px 0px;
  }
	}
/* 奥行き：メッシュ光（上だけじゃなく中央にも） */
.hero::before{
  content:"";
  position:absolute;
  inset:-120px;
  pointer-events:none;
  background:
    radial-gradient(900px 420px at 52% 10%, rgba(11,111,214,.16), transparent 70%),
    radial-gradient(860px 420px at 50% 56%, rgba(11,111,214,.10), transparent 70%),
    radial-gradient(700px 360px at 16% 40%, rgba(11,111,214,.08), transparent 70%),
    radial-gradient(700px 360px at 88% 42%, rgba(11,111,214,.06), transparent 70%);
  filter: blur(22px);
  opacity: .75;
}

/* “面”を作る：薄い斜め帯＋ほんのり粒ノイズ（さみしさ対策の本丸） */
.hero::after{
  content:"";
  position:absolute;
  inset:-40px;                 /* ドット側の余白を残す */
  pointer-events:none;

  /* 3枚重ね：斜め帯 + ノイズ + ドット */
  background:
    /* 斜め帯（超うすい） */
    linear-gradient(115deg,
      transparent 0%,
      rgba(11,111,214,.05) 38%,
      rgba(11,111,214,.075) 50%,
      rgba(11,111,214,.05) 62%,
      transparent 100%),

    /* ほんのりノイズ（均一感を消す） */
    repeating-linear-gradient(0deg,
      rgba(11,111,214,.02) 0 1px,
      transparent 1px 6px),

    /* ドット */
    radial-gradient(rgba(0,91,172,.10) 1px, transparent 1px);

  /* 各レイヤのサイズを指定（ドットだけサイズ必要） */
  background-size: auto, auto, 18px 18px;
  background-repeat: no-repeat, repeat, repeat;

  mix-blend-mode: multiply;    /* 斜め帯/ノイズの感じを維持 */
  opacity: .55;                /* “全体の濃さ”は強い方に寄せる */
  transform: rotate(-2deg);    /* ドット側の動きを残す */
}

/* 中身を前に */
.hero-inner{ position:relative; z-index:1; }


.hero-cta-wrap {
  text-align: center;
  margin: 0px 0px 10px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
 .hero-cta-wrap {
  margin: 0px 0px 0px 0px;
}
}
.hero-cta-wrap::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  width: 560px;
  height: 180px;
  background: radial-gradient(circle,
    rgba(11,111,214,.14) 0%,
    transparent 65%);
  filter: blur(16px);
  opacity: .6;
  z-index:-1;
}
.hero-title {
      font-size: 66px;
    line-height: 1.4;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    letter-spacing: .06em;
	padding: 0px 0px 0px 30px;
}
	@media (max-width: 767px) {
  .hero-title {
    font-size: 35px;
	padding: 6px 0px 0px 0px;
  }
		}
.hero-title_in {
        font-size: 370%;
    line-height: 0.8;
    position: relative;
    top: 6px;
    padding: 0px 3px 0px 3px;
    font-weight: 900;
    color: #0b6fd6;
	transform: translateY(0.08em); /* 0.04〜0.14emくらいで調整 */
}

/* 0以外に漏れる系（前の疑似要素）は殺す */
.hero-title_in::before,
.hero-title_in::after{
  content:none !important;
  animation:none !important;
}

/* 0：ベースは濃い #0b6fd6 のまま、白い筋だけ細く走らせる */
.hero-title_in{
  display:inline-block;
  font-weight:900;
  line-height:1.05 !important;     
  top:0 !important;

  /* ここが“薄さ解消”の肝：ほぼ全部 #0b6fd6 */
  background: linear-gradient(115deg,
    #0b6fd6 0%,
    #0b6fd6 46%,
    rgba(255,255,255,.95) 50%,
    #0b6fd6 54%,
    #0b6fd6 100%
  );
  background-size: 370% 100%;
  background-position: -170% 0;

  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;

  /* 薄く見えるのを締める（線じゃなく“ほんの少し輪郭”） */
  -webkit-text-stroke: .6px rgba(5,55,120,.35);
  paint-order: stroke fill;

  /* 立体感：同系色の影だけ */
  text-shadow:
    0 10px 22px rgba(11,111,214,.22);

  animation: zeroShineText 2.2s ease-in-out infinite;
}

@keyframes zeroShineText{
  0%,60% { background-position:-170% 0; } /* 長めに止める＝濃い時間が長い */
  80%    { background-position: 140% 0; } /* ここで筋が走る */
  100%   { background-position: 140% 0; }
}

/* “カードの0は光らせない”ならONのまま。光らせたいならこの塊を削除 */
.hero-card .hero-title_in{
  animation:none !important;
  background:none !important;
  color:#0b6fd6 !important;
  -webkit-text-fill-color: initial !important;
  -webkit-text-stroke: 0 !important;
  text-shadow:none !important;
}

@media (prefers-reduced-motion: reduce){
  .hero-title_in{ animation:none !important; }
}
.hero-title_in2 {
      font-size: 70%;
    line-height: 1.0;
    padding: 0px 10px 0px 0px;
}
.hero-title_in3 {
     font-size: 50%;
    line-height: 1.0;
    position: relative;
    top: -7px;
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 0px;
    background: #0b6fd6;
    color: #fff;
    border-radius: 3px;
	    letter-spacing: .16em;
}
.hero-title_in4 {
  font-size: 30%;
	display: inline-block;
  writing-mode: vertical-rl;      /* 縦書き */
  text-orientation: upright;      /* 文字を正立 */
  line-height: 1;
  vertical-align: middle;         /* 0と並べた時の基準 */
  margin-right: 0.12em;           /* 0との間隔 */
  transform: translateY(0.05em);  /* 微調整 */
	font-weight: normal;
}
.hero-title_in5 {
  font-size: 40%;
	display: inline-block;
  writing-mode: vertical-rl;      /* 縦書き */
  text-orientation: upright;      /* 文字を正立 */
  line-height: 1;
  vertical-align: middle;         /* 0と並べた時の基準 */
  margin-right: 0.12em;           /* 0との間隔 */
  transform: translateY(0.05em);  /* 微調整 */
	font-weight: normal;
}
.hero-title_in6 {
       color: #0b6fd6;
	margin: 0px 4px 0px 20px;
}
.hero-title_in7 {
     font-size: 150%;
    line-height: 1.0;
    top: 2px;
    position: relative;
}
.hero-title-note {
      font-size: 11px;
    position: relative;
    left: -4px;
}

.hero-lead {
     text-align: center;
    margin: 0px 0px 68px 0px;
    letter-spacing: 0.11em;
    font-size:22px;
}

@media screen and (max-width: 767px) {
 .hero-lead {
         width: 90%;
        margin: 7px auto 18px auto;
        font-size: 15px;
}
}
.hero-lead_in {
    font-size:80%;
}
.hero-card-grid {
     display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}
@media (max-width: 767px) {
  .hero-card-grid {
    gap: 14px;
	  width: 90%;
	  margin: auto;
  }
		}
.hero-card {
  background-color: #ffffff;
  border-radius: var(--card-radius);
  padding:14px 0px 5px 0px;
  text-align: center;
	position: relative;
	box-shadow: var(--shadow-soft);
}
@media screen and (max-width: 767px) {
 .hero-card {
  padding:0px 14px 5px 14px;
}
}
.hero-pill {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    font-size: 19px;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: .13em;
    position: absolute;
    top: -50px;
    left: 110px;
	box-shadow: 0 10px 18px rgba(0,91,172,.18);
}
@media screen and (max-width: 767px) {
 .hero-pill {
        top: 9%;
        left: 5%;
}
}
.hero-pill_in {
        font-size: 70%;
    position: relative;
    top: 14px;
    left: -10px;
}
.hero-pill_in2 {
    font-size: 110%;
}
.hero-card-title {
         font-size: 15px;
    margin: 11px 0px 2px 0px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .08em;
    position: relative;
    top: 20px;
}
@media screen and (max-width: 767px) {
 .hero-card-title {
    margin: 0px 0px 2px 0px;
}
}
.hero-card-title_in {
       font-size: 80%;
	font-weight: normal;
}
.hero-card-main {
     font-weight: 600;
      margin: 10px 0px 0px 0px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: .02em;
}
.hero-small {
  font-size: 10px;
    color: var(--text-muted);
}

.hero-card-sub {
      font-size: 10px;
    color: rgba(31, 42, 55, .62);
    margin: 0;
    letter-spacing: 0.04em;
}

.hero-notes {
	padding: 20px 0px 0px 0px;
	color: rgba(31,42,55,.78);
  font-size: 10.5px;
  line-height: 1.85;
}

@media screen and (max-width: 767px) {
 .hero-notes {
  width: 90%;
	 margin: auto;
	 font-size: 12.5px;
}
}
 .hero-notes_in {
  margin: 4px 0px 0px 0px;
    display: block;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
 .hero-notes_in {
  margin: 0 0 11px;
}
}

.hero-label{
 color: #274b73;
        border-radius: 995px;
        padding: 12px 28px 11px 30px;
        font-weight: 700;
        letter-spacing: .06em;
        text-align: center;
        display: table;
        margin: auto;
        font-size: 18px;
        top: 20px;
        background: #fff;
        position: relative;
}
@media screen and (max-width: 767px) {
 .hero-label{
        font-size: 13px;
	         width: auto;
	 padding: 12px 18px 11px 20px;
}
}

.hero-label::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 15px;
    background: #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
    margin: auto;
}
.hero-label_in{
     font-size: 80%;
    font-weight: normal;
}

.hero-pill-new{ background: #0b6fd6; }
.hero-pill-nisa{ background:#0b6fd6; }
.hero-pill-age{ background: #0b6fd6; }

.cntr_announce_full_5tGmH {
    display: flex;
    justify-content: center;
    font-size:25px;
    text-align: center;
    position: relative;
        margin: 0px 0px 0px 11px;
    font-weight: 600;
    color: #e60021;
    border-radius: 12px;
    padding:30px 0px 7px 0px;
    letter-spacing: 0.11em;
}

@media (max-width: 768px) {
.cntr_announce_full_5tGmH {
 width: 100%;
	        flex-wrap: wrap;
	    font-size: 16px;
	    margin: 0px auto 0px auto;
	letter-spacing: 0.04em;
}
 }

.cntr_announce_full_5tGmH::before,
.cntr_announce_full_5tGmH::after {
  content: "";
    width: 25px;
    height: 1px;
    background-color: var(--accent-red);
    position: relative;
    top: 22px;
	margin: 0px 10px 0px 0px;
}
 @media screen and (max-width: 767px) {
 .cntr_announce_full_5tGmH::before,
.cntr_announce_full_5tGmH::after {
    top: 12px;
	content: "";
    width: 14px;
    height: 1px;
    background-color: var(--accent-red);
    position: relative;
    margin: 0px 7px 0px 0px;
	transform-origin: center;
}
}
.cntr_announce_full_5tGmH::before {
  transform: rotate(45deg);
}
 
.cntr_announce_full_5tGmH::after {
  transform: rotate(-45deg);
}

.cntr_announce_full_5tGmH_in{
	    font-size: 80%;
    position: relative;
    top:4px;
}
.cntr_announce_full_5tGmH_in2{
	    font-size: 60%;
    position: relative;
    top: 10px;
}

/* =============================
   基本の手数料
============================= */

.basic-fees {
  background-color: #ffffff;
  padding: 56px 0 48px;
  border-top: 1px solid #edf0f4;
}

.basic-fees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.basic-fee-card {
	text-align: center;
    background-color: #ffffff;
    border-radius: var(--card-radius);
    padding: 20px 30px 18px 30px;
    max-width: 980px;
    margin: auto;
	box-shadow: var(--shadow-soft);
}

@media screen and (max-width: 767px) {
  .basic-fee-card {
	width: 90%;
	  margin: auto;
	  padding: 3%;
}
}
.basic-fee-card_in {
      font-weight: 600;
    font-size: 190%;
    line-height: 0.5;
    position: relative;
    top: 4px;
    color: #0b6fd6;
    padding: 0px 3px 0px 3px;
}
.basic-pill {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    padding: 3px 34px 14px 34px;
    border-radius: 7px;
    font-size:33px;
    color: #0b6fd6;
    margin: 0px auto 30px auto;
    font-weight: 600;
    line-height: 1.0;
    letter-spacing: 0.15em;
	display: block;
}
@media screen and (max-width: 767px) {
 .basic-pill {
    font-size:20px;
	 padding: 3px 34px 8px 34px;
}
}
.basic-pill img   { 
	width:60px;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    position: relative;
    border: 1px solid rgba(0, 91, 172, .12);
    top: 7px;
}
@media screen and (max-width: 767px) {
 .basic-pill img   { 
	width:40px;
	 top:5px;
}
}
.basic-pill2 {
           padding: 12px 0px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.18em;
	display: block;
}
@media screen and (max-width: 767px) {
.basic-pill2 {
           padding: 6px 0px 0px 0px;
}
}
.basic-card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
}

.basic-card-list {
  padding-left: 1em;
  margin: 0 0 10px;
  font-size: 13px;
}

.basic-card-list li {
  margin-bottom: 4px;
}

.basic-card-em {
       font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
 .basic-card-em {
       font-size: 20px;
}
}
.basic-card-em_in {
           font-size: 60%;
    border-bottom: 1px solid #edf0f4;
    border-top: 1px solid #edf0f4;
    padding: 11px 0px 7px 0px;
}
.basic-card-text {
      font-size: 13px;
    color: var(--text-main);
    margin: 20px 0px 0px 0px;
    letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
 .basic-card-text {
      font-size: 11px;
}
}
.basic-card-text2 {
  font-size:9px;
	font-weight: normal;
}
.basic-card-text3 {
  font-size:70%;
	font-weight: normal;
}
.basic-card-text4 {
   font-size: 40%;
    background: #0b6fd6;
    color: #fff;
    font-weight: normal;
    line-height: 1.0;
    padding: 8px;
    margin: 0px 13px 0px 0px;
    border-radius: 3px;
    position: relative;
    top: -8px;
}
.basic-card-link a {
  font-size: 14px;
  color: var(--brand-blue);
  text-decoration: underline;
}

.note-text-small {
  font-size: 11px;
  color: var(--text-muted);
	letter-spacing: 0.11em;
}

.lp-commission{
	background: radial-gradient(900px 620px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 620px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 660px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 660px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
	padding:0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
 .lp-commission{
	background: radial-gradient(900px 1620px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 1620px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 1660px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 1660px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
	padding:0px 0px 0px 0px;
}
}
/* =============================
   3つの手数料コース
============================= */

.fee-course-grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 31px;
    padding: 0px 0px 60px 0px;
}

.fee-card {
  background-color: #ffffff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  border: var(--border-soft);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
 .fee-card {
  width: 90%;
	 margin: auto;
}
}
.fee-card-header {
      padding: 12px 18px 10px 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0px 0px;
    background: #0b6fd6;
    text-align: center;
    color: #fff;
}

.fee-card-header2 {
    padding: 16px 16px 3px 16px;
    font-size: 14.5px;
    letter-spacing: 0.10em;
    font-weight: 600;
}
.fee-card-header2_in {
        color: #0b6fd6;
}
.fee-course-name {
     font-size:22px;
    margin: 0;
    line-height: 1.4;
	letter-spacing: 0.11em;
}

.fee-card-body {
  padding: 14px 16px 16px;
  font-size: 14px;
}
.fee-point-list_t {
  font-weight: 600;
    padding: 10px 0px 6px 0px;
}
.fee-point-list {
  margin: 0 0 10px;
	    min-height: 3.4em;
}

.fee-point-list li {
 margin-bottom: 4px;
   letter-spacing: 0.12em;
    border-bottom: 1px solid #edf0f4;
    padding: 4px 0px 7px 0px;
}
.fee-point-list li .fee-point-list_in_bbr {
        background: #0b6fd6;
    width: 4px;
    height: 15px;
    display: inline-flex;
    margin: 0px 8px 0px 0px;
    position: relative;
    top: 1px;
    border-radius: 213px;
}
.fee-highlight {
       font-size: 16.5px;
    font-weight: 600;
    background: var(--bg-alt);
    color: #0b6fd6;
    border-radius: 5px;
    padding: 12px 12px;
    margin: 10px 16px 0px 16px;
    min-height: 4.4em;
    letter-spacing: 0.09em;
    line-height: 1.6;
}
.fee-highlight_in {
  font-size: 190%;
    line-height: 1.0;
    margin: 0px 2px 0px 3px;
    position: relative;
    top: 2px;
}
.fee-highlight2 {
      font-size: 11px;
    padding: 10px 0px 0px 0px;
	    letter-spacing: 0.11em;
}
.fee-highlight_in3 {
  font-size: 60%;
    background: #0b6fd6;
    color: #fff;
    font-weight: normal;
    line-height: 1.0;
    padding: 5px;
    margin: 0px 6px 0px 0px;
    border-radius: 3px;
    position: relative;
    top: -3px;
}

.fee-accordion {
  margin-top: 8px;
  padding-top: 4px;
}

.lp-accordion-input {
  display: none;
}

.lp-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
	border-radius: 10px;
  padding: 10px 10px;
  transition: background-color .2s ease;
}

/* 中身が長くても切れにくいように */
.lp-accordion-input:checked ~ .lp-accordion-content{ max-height: 2200px; }

.lp-accordion-header,
.lp-faq-header{
      min-height: 52px;
    border: 3px solid #edf0f4;
}
.lp-accordion-header-text {
  font-weight: 600;
	letter-spacing: .11em;
}

.lp-accordion-header-icon {
  font-size: 11px;
  color: var(--brand-blue);
	letter-spacing: 0.12em;
	font-weight: 700;
}

.lp-accordion-icon-minus {
  display: none;
}

.lp-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

/* 開いたとき */
.lp-accordion-input:checked ~ .lp-accordion-content {
  max-height: 1000px;
}

.lp-accordion-input:checked + .lp-accordion-header .lp-accordion-icon-plus {
  display: none;
}
.lp-accordion-input:checked + .lp-accordion-header .lp-accordion-icon-minus {
  display: inline;
}

.lp-accordion-content-inner {
  padding: 8px 0 4px;
  font-size: 11px;
}

/* 料金テーブルまわり */

.lp-fee-table-group_top_box,
.lp-fee-table-group_top_box2 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.lp-fee-table-group_top {
  font-weight: 600;
  font-size: 12px;
  margin-right: 8px;
}

.lp-fee-table-group_top2_all {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.lp-fee-table-group_top2 {
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 999px;
    background-color: #ffffff;
    color: #0b6fd6;
    display: inline-table;
    margin: 0px 6px 0px 0px;
    line-height: 1.0;
    letter-spacing: 0.10em;
}

.lp-fee-table-group {
  margin-bottom: 8px;
}

.lp-fee-table-title {
    color: #fff;
    font-size: 12px;
    margin: 14px 0px 7px 0px;
    background: #74b0ef;
    padding: 8px;
    border-radius: 4px;
    letter-spacing: 0.08em;
}
.lp-fee-table-title_in {
    font-size:80%;
}
.lp-table-row,
.lp-table-row2 {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4px;
  padding: 5px 0;
  border-bottom: 1px dotted #eceff5;
}

.lp-table-row2 {
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
}

.lp-fee-table-label {
  font-size: 11px;
}
.lp-fee-table-label2 {
  color: var(--brand-blue);
}
.lp-fee-table-label_in {
      font-variant-numeric: tabular-nums;
    font-size: 140%;
    letter-spacing: -0.02em;
    padding: 0px 2px 0px 0px;
}

.lp-fee-table-value {
  font-size: 11px;
  text-align: right;
}

.lp-fee-table-value_in2,
.lp-fee-table-value_in3 {
        font-variant-numeric: tabular-nums;
    font-weight: 600;
    font-size: 160%;
    letter-spacing: -0.00em;
    padding: 0px 2px 0px 0px;
	    color: #0b6fd6;
}

.lp-fee-table-note,
.lp-fee-table-not {
  margin-top: 6px;
	color: rgba(31, 42, 55, .62);
}

.lp-note-text2 {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  margin:0px 0px 4px 0px;
}
.lp-note-text {
  display: block;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
.iwcLP_credPromo_8e1d7a__section {
  padding: 34px 5% 30px 5%;
	background: radial-gradient(900px 920px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 920px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 960px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 960px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
}

.iwcLP_credPromo_8e1d7a__subTag{
  background:var(--bg-alt);
  color:#0b6fd6;
	font-size: 16px;
       padding: 6px 10px;
    border-radius: 7px;
    font-weight: 600;
    width: 90%;
    margin: 18px auto 0px auto;
    letter-spacing: 0.11em;
}
.iwcLP_credPromo_8e1d7a__subTag2{
  background:var(--bg-alt);
  color:#0b6fd6;
	font-size: 16px;
       padding: 6px 10px;
    border-radius: 7px;
    font-weight: 600;
    width: 90%;
    margin: 18px auto 0px auto;
    letter-spacing: 0.04em;
}

.iwcLP_credPromo_8e1d7a__container {
  max-width: 980px;
  margin: 0 auto;
}

.iwcLP_credPromo_8e1d7a__container_in {
 font-size: 80%;
}
.iwcLP_credPromo_8e1d7a__header {
  margin: 0px 0px 6px 0px;
}

.iwcLP_credPromo_8e1d7a__headline {
  margin: 0;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 44px;
    font-weight: 900;
	    color: #0b6fd6;
}

@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__headline {
    font-size: 24px;
}
}
.iwcLP_credPromo_8e1d7a__headline_in {
    font-size:80%;
}
.triangle-bottom_sv_certification6 {
    background: linear-gradient(to top, #bad2f1, #e9f5ff);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 25px;
    width: 120px;
    margin: 0px auto 10px auto;
    padding: 10px 0px 0px 0px;
}
.iwcLP_credPromo_8e1d7a__headlineEm {
	 display: block;
    font-size: 18px;
    letter-spacing: 0.13em;
    font-weight: normal;
    padding: 8px 0px 10px 0px;
    color:#3e4853;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__headlineEm {
    font-size: 15px;
}
}
.iwcLP_credPromo_8e1d7a__mainCard {
    background: #fff;
    border-radius: 16px;
    border: var(--border-soft);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    margin: 0 0 38px 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .iwcLP_credPromo_8e1d7a__mainCard {
  padding: 0px 0px 10px 0px;
	  margin: 0 0 20px 0;
}
}
.iwcLP_credPromo_8e1d7a__mainLead {
        margin: 0 0 2px 0;
    font-size: 25px;
    text-align: center;
    background: #0b6fd6;
    padding: 7px;
    color: #fff;
    letter-spacing: 0.16em;
    border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__mainLead {
    font-size: 19px;
}
}
.iwcLP_credPromo_8e1d7a__mainHighlightRow {
    align-items: center;
    margin: 18px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  .iwcLP_credPromo_8e1d7a__mainHighlightRow {
    align-items: center;
    margin: 14px 5% 10px 5%;
}
}

.iwcLP_credPromo_8e1d7a__badge {
     padding: 8px 13px;
    position: relative;
    top: -4px;
    border-radius: 8px;
    display: table;
    margin: auto;
  background:var(--bg-alt);
  color:#0b6fd6;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__badge {
	font-size: 13px;
}
}
.iwcLP_credPromo_8e1d7a__highlightText {
       font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 36px;
    line-height: 1.5;
    padding: 8px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    border-bottom: 3px solid #b1cdf9;
    display: inline-block;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__highlightText {
    font-size: 25px;
}
}

.iwcLP_credPromo_8e1d7a__highlightText_in {
      color: #0b6fd6;
    font-size: 180%;
    line-height: 1.0;
    font-weight: 900;
    padding: 0px 6px 0px 3px;
}

.iwcLP_credPromo_8e1d7a__highlightText_in1 {
    font-size: 30%;
	font-weight: normal;
}
.iwcLP_credPromo_8e1d7a__highlightText_in2 {
    font-size: 70%;
	font-weight: normal;
}
.iwcLP_credPromo_8e1d7a__highlightText_in3 {
    letter-spacing:0.09em;
}
.iwcLP_credPromo_8e1d7a__mainSubLead {
          color: #3e4853;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 0.12em;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px 11px 0px;
}

@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__mainSubLead {
         margin: 0px auto 20px auto;
	 padding: 0px 0px 0px 0px;
	 font-size: 15px;
	 width: 100%;
}
}
.iwcLP_credPromo_in {
    font-size: 40%;
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.12em;
    transform: translateY(0.05em);
    font-weight: normal;
}
.iwcLP_credPromo_8e1d7a__mainSubLead_in {
        margin: 0px 3px 0px 2px;
    font-size: 200%;
    line-height: 1.0;
    position: relative;
    top: 3px;
    color: #0b6fd6;
    letter-spacing: 0.00em;
}
.iwcLP_credPromo_8e1d7a__mainSubLead_in2 {
        margin: 0px 2px 0px 2px;
    font-size: 200%;
    line-height: 1.0;
    position: relative;
    top: 3px;
    color: #0b6fd6;
}
.iwcLP_credPromo_8e1d7a__mainSubLead_in3 {
     margin: 0px 2px 0px 2px;
    font-size: 200%;
    line-height: 0.4;
    position: relative;
    top: 3px;
    color: #0b6fd6;
}
.iwcLP_credPromo_8e1d7a__note {
  margin: 0;
  color: rgba(31, 42, 55, .62);
  font-size: 11px;
  line-height: 1.7;
	    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__note {
  margin: auto;
  width: 90%;
	 line-height: 1.8;
}
}
.iwcLP_credPromo_8e1d7a__note--sub {
  margin-top: 10px;
}

.iwcLP_credPromo_8e1d7a__subCard {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: 0px 0px 10px 0px;
	border: var(--border-soft);
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__subCard {
  margin: 20px 0px 0px 0px;
}
}
.iwcLP_credPromo_8e1d7a__subTopLabel {
      margin: 0 0 10px 0;
    font-size: 19px;
    padding: 7px;
    color: #fff;
	    background: #0b6fd6;
	    border-radius: 10px 10px 0px 0px;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__subTopLabel {
    font-size: 15px;
}
}
.iwcLP_credPromo_8e1d7a__subCatch {
       font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.08em;
    padding: 8px 0px 4px 0px;
    margin: 8px 0px 15px 0px;
    border-bottom: 3px solid #b1cdf9;
    display: inline-block;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .iwcLP_credPromo_8e1d7a__subCatch {
        margin: 0px auto 10px auto;
        width: 90%;
        line-height: 1.0;
        padding: 24px 0px 10px 0px;
}
}
.iwcLP_credPromo_8e1d7a__subCatch_in {
    font-size: 80%;
}
.iwcLP_credPromo_8e1d7a__subCatchEm {
  font-weight: 600;
}

.iwcLP_credPromo_8e1d7a__subBody {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 1.7;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
 .iwcLP_credPromo_8e1d7a__subBody {
  margin: 0px auto 0px auto;
  width: 90%;
}
}
@media (min-width: 768px) {
  .iwcLP_credPromo_8e1d7a__section {
    padding: 40px 0px 40px 0px;
	  background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 460px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 460px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
  }

  .iwcLP_credPromo_8e1d7a__mainCard {
          padding: 0px 0px 20px 0px;
        border: var(--border-soft);
  }

  .iwcLP_credPromo_8e1d7a__subGrid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
	  display: grid;
	   padding: 0px 0px 0px 0px;
  }
}

/* =============================
   商品ラインナップ
============================= */

.products {
	padding:50px 0px 40px 0px;
	background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
@media screen and (max-width: 767px) {
.products {
	padding:33px 0px 40px 0px;
}
}
.products-grid {
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 16px;
	padding: 0px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
  .products-grid {
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 11px;
	 width: 90%;
	  margin: auto;
}
}
.products-card {
  background-color: #ffffff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  border: var(--border-soft);
  padding: 18px 18px 16px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
.products-card {
  padding: 5%;
}
}
.products-card img{
  border-radius: 5px;
}
.products-title {
    color: #0b6fd6;
    font-size: 18px;
    line-height: 1.35;
    padding: 15px 0px 8px 0px;
    font-weight: 600;
	    letter-spacing: 0.11em;
	text-align: center;
}
.products-title_i{
  position: relative;
}
.products-title_i_in{
  color: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
	font-size: 8px;
}
.products-main {
      font-size: 14px;
    margin: 10px 0px 20px 0px;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
 .products-main {
    margin: 10px 0px 0px 0px;
}
}
.products-main .em {
   font-weight: 600;
    font-size: 170%;
    line-height: 0.8;
}

.products-text {
  font-size: 14px;
    margin: 13px 0px 0px 0px;
    letter-spacing: 0.11em;
    display: block;
}
.products-text2 {
  font-size: 10px;
	display: block;
	padding: 10px 0px 0px 0px;
	letter-spacing: 0.11em;
    color: rgba(31, 42, 55, .62);
}
.products-text3 {
  font-size: 10px;
	display: block;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.11em;
	    color: rgba(31, 42, 55, .62);
}
/* =============================
   3つの取引ツール / 情報サービス
============================= */

.tools{
  background-color: #ffffff;
}


.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.tools-card{
  background-color: #ffffff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  border: var(--border-soft);
  padding: 18px;
  font-size: 13px;
}

.tools-title{
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
}

.tools-text{
  font-size: 14px;
  margin: 0;
}

/*---------------------------------------------------------------------*/
.lpfx-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.lpfx-modal__overlay.isActive {
  opacity: 1;
  pointer-events: auto;
}
.lpfx-modal__window {
  background: #fff;
  padding: 32px 28px;
  border-radius: 12px;
  width: 92%;
  max-width: 620px;
  position: relative;
	line-height: 1.7;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
.lpfx-modal__window {
  width: 90%;
	        margin: 0% 5% 0% 5%;
}
 }
.lpfx-modal__closeBtn {
  position: absolute;
  right: 16px;
  top: 14px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
.lpfx-modal__content {
  text-align: center;
}
.lpfx-modal__title {
  font-size: 22px;
  font-weight: 600;
  margin:0px 0px 10px 0px;
	letter-spacing: 0.07em;
}
.lpfx-modal__title2 {
  font-size: 15px;
  margin:0px 0px 18px 0px;
  text-align: center;
	line-height: 1.8;
	letter-spacing: 0.07em;
}
.lpfx-modal__actionLink {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  border-radius: 116px;
  font-weight: 700;
	background: linear-gradient(to right, #004a9a 0%, #2a80de 100%);
	letter-spacing: 0.11em;
  color: #fff;
  text-decoration: none;
	width:45%;
	position: relative;
}

@media (max-width: 767px) {
  .lpfx-modal__actionLink {
	width:75%;
}
	}

.lpfx-modal__actionLink:hover {
  background:#4997ec;
	text-decoration: none;
	color: #fff;
	transform: translateY(-5px);
}
.lpfx-modal__actionLink::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%) rotate(-45deg);
}

.section-title {
    font-size:44px;
    font-weight: 900;
    text-align: center;
	    letter-spacing: 0.11em;
	color: #0b6fd6;
	padding: 0px 0px 2px 0px;
}
.section-title_in {
    font-size:80%;
}
@media screen and (max-width: 767px) {
.section-title {
    font-size:24px;
}
}
.section-lead {
    text-align: center;
    font-size: 18px;
    color:#3e4853;
    margin:0px 0px 23px 0px;
	    letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
 .section-lead {
    width: 90%;
	  margin:0px auto 18px auto;
	 font-size: 15px;
}
}
.section-lead_in {
    font-size: 80%;
}
.section-title2 {
        font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 0px auto;
    max-width: 980px;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 767px) {
  .section-title2 {
    width: 90%;
	 margin: 10px auto 0px auto;
	   font-size: 17px;
}
}
.section-lead2 {
    font-size: 70%;
}
/* =============================
   利用者の声
============================= */

.imonials {
  background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
	padding: 40px 0px 30px 0px;
}

.imonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

@media screen and (max-width: 767px) {
  .imonials-grid {
  width: 90%;
	  margin: auto;
	  grid-template-columns:auto;
}
}
.imonial-card {
  background-color: #ffffff;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid #e1e7f0;
  padding: 22px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .imonial-card {
  padding: 5%;
}
}
.imonial-card-main {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .imonial-card-main {
    grid-column: span 1;
  }
}

.imonial-profile {
  display: flex;
  align-items: center;
}

.imonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 10px;
}

.imonial-avatar img{
  width: 70px;
  height: 70px;
  border-radius: 50%;   /* これで丸 */
  object-fit: cover;    /* はみ出す分はトリミング */
  object-position: center; /* 中央寄せ */
  display: block;
}

.imonial-avatar2 {
    width: 180px;
    border-radius: 50%;
    margin-right: 10px;
    margin: 0px 0px 0px 30px;
}
@media (max-width: 767px) {
  .imonial-avatar2 {
    margin: 0px 0px 0px 0px;
	  width: 280px;
}
}
.imonial-name {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
	display: block;
}
.imonial-name2 {
  font-size:22px;
  font-weight: 600;
  margin: 0;
}
.imonial-note {
      font-size: 14px;
    color:#0b6fd6;
    display: block;
    padding: 3px 0px 10px 0px;
    letter-spacing: 0.11em;
}
.imonial-note_in {
        font-size: 140%;
    line-height: 0.8;
    position: relative;
    top: 1px;
}

.imonial_1 {
      font-size: 15px;
    margin: 9px 0px 9px 0px;
  line-height: 1.8;
  color: rgba(31,42,55,.90);
	letter-spacing: 0.11em;
}
.imonial-footnote {
  font-size: 11px;
  color: rgba(31,42,55,.62);
  margin: 2px 0 0;
}
.imonial-footnote2 {
  font-size: 11px;
	color: rgba(31, 42, 55, .62);
}
.imonial-bottom-note {
  margin: 10px 0px 0px 0px;
    text-align: right;
    color: rgba(31, 42, 55, .62);
}
@media screen and (max-width: 767px) {
.imonial-bottom-note {
  width: 90%;
	margin:10px auto 0px auto;
}
}
/* =============================
   FAQ
============================= */

.lp-faq-section {
  background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
padding:40px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
.lp-faq-section {
padding:40px 0px 30px 0px;
}
}
.lp-faq-wrapper {
      padding: 0px 0px 40px 0px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
 .lp-faq-wrapper {
  max-width: 90%;
  margin: 0 auto;
	 padding: 0px 0px 0px 0px;
}
}
.lp-faq-item {
  background-color: #ffffff;
  border-radius: 14px;
  border: var(--border-soft);
  margin-bottom: 14px;
  overflow: hidden;
	    box-shadow: var(--shadow-soft);
}

.lp-faq-input {
  display: none;
}

.lp-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
.lp-faq-header {
  padding: 14px 5%;
}
}

.lp-faq-question_Q {
     font-size: 90%;
    line-height: 1.0;
    position: relative;
    top: -3px;
    padding: 5px 8px 5px 8px;
    margin: 0px 10px 0px 0px;
    background: #0b6fd6;
    color: #fff;
    border-radius: 223px;
    letter-spacing: .16em;
}

.lp-faq-question{
      line-height: 1.8;
    letter-spacing: 0.11em;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
 .lp-faq-question{
    padding: 0px 10px 0px 0px;
}
}
.lp-faq-question_in{
    color: #0b6fd6;
}

.lp-faq-input:checked ~ .lp-faq-content{ max-height: 1200px; }

.lp-faq-icon {
  font-size: 14px;
  color: var(--brand-blue);
}
@media screen and (max-width: 767px) {
.lp-faq-icon {
  font-size: 11px;
}
}
.lp-faq-icon-minus {
  display: none;
}

.lp-faq-content {
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #edf0f4;
  transition: max-height 0.25s ease;
}

.lp-faq-answer {
      padding: 20px 26px 26px 26px;
    font-size: 14px;
	 line-height: 1.85;
  color: rgba(31,42,55,.90);
	    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
.lp-faq-answer {
      padding: 5% 5% 5% 5%;
    font-size: 14px;
}
}
.lp-faq-answer_in_box {
    display: block;
}
.lp-faq-answer_in {
       padding: 10px 16px 14px;
    font-size: 13px;
	color: #0b6fd6;
    background:var(--bg-alt);
    margin: 4px 0px 10px 0px;
    display: inline-block;
	    border-radius: 5px;
}
.lp-faq-answer_in2 {
     color: rgba(31, 42, 55, .62);
    padding: 15px 0px 0px 0px;
}
.lp-faq-answer_in3 {
     font-weight: 600;
}
/* 開いたとき */
.lp-faq-input:checked ~ .lp-faq-header .lp-faq-icon-plus {
  display: none;
}
.lp-faq-input:checked ~ .lp-faq-header .lp-faq-icon-minus {
  display: inline;
}

/* =============================
   3ステップで口座開設
============================= */

.lp-flow-section {
 background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
padding: 50px 0px 0px 0px;
}

.flow-eyecatch {
      font-size: 23px;
    color: #0b6fd6;
    text-align: center;
    letter-spacing: 0.11em;
    font-weight: 600;
    line-height: 1.0;
    padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
 .flow-eyecatch {
      font-size: 15px;
}
}
.flow-eyecatch_in {
        font-weight: 600;
    font-size: 150%;
    line-height: 0.8;
    padding: 0px 2px 0px 2px;
    position: relative;
    top: 2px;
}
.lp-flow-subtitle {
  text-align: center;
  font-size: 18px;
  margin: 0 0 22px;
	letter-spacing: 0.13em;
}
@media screen and (max-width: 767px) {
 .lp-flow-subtitle {
  font-size: 15px;
}
}
.lp-flow-subtitle_in {
      font-weight: 600;
    font-size: 150%;
    line-height: 0.8;
    padding: 0px 2px 0px 2px;
    position: relative;
    top: 2px;
}
.lp-flow-subtitle_in2 {
    font-size: 80%;
}
.lpfx-flowSection__gridWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lpfx-flowSection__gridWrapper {
  width: 90%;
	  margin: auto;
}
}
.lpfx-flowCard__itemBlock {
    background-color: #ffffff;
    border-radius: var(--card-radius);
    padding: 0px 21px 11px 21px;
	    border: 1px solid #e1e7f0;
    font-size: 13px;
	box-shadow: var(--shadow-soft);
}
@media screen and (max-width: 767px) {
.lpfx-flowCard__itemBlock {
    padding: 0px 5% 11px 5%;
}
}
.lpfx-flowCard__itemBlock_i{
	position: relative;
}
.lpfx-flowCard__itemBlock_i_in{
	color: #fff;
    display: block;
    position: absolute;
    bottom: 4px;
    right: 0px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    font-size: 8px;
    font-weight: normal;
}
.lpfx-flowCard__itemBlock_i img{
	    width: 100%;
    border-radius: 5px;
    position: relative;
    top: -4px;
}
.lpfx-flowCard__stepIcon {
      width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color:#0b6fd6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    margin: 0px auto 0px auto;
    position: relative;
    top: -10px;
}

.lpfx-flowCard__titleText {
  font-size: 17px;
    font-weight: 600;
    margin: 12px 0px 7px 0px;
    letter-spacing: 0.11em;
    color: #0b6fd6;
    text-align: center;
    line-height: 1.5;
}

.lpfx-flowCard__bodyCopy {
  font-size: 14px;
    color: var(--text-muted);
    letter-spacing: 0.11em;
}

.cta-primary_in {
       background: #f96868;
    padding: 7px 9px 7px 8px;
    font-size: 50%;
    line-height: 60%;
    position: relative;
    top: -4px;
    text-align: center;
    width: 60%;
    margin: auto 8px auto 0px;
    border-radius: 200px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
 .cta-primary_in {
        display: block;
        font-size: 11px;
        margin: 0px auto 3px auto;
        width: auto;
        padding: 1px 4px 4px 4px;
}
}
.cta-primary_in2 {
    font-size: 75%;
}

/* ホバーしたときに 1.03倍くらい “ふわっ” と */
.cta-primary:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background:  #f4667a;
	background: linear-gradient(180deg, #ff5a72 0%, #f02a44 100%);
}
.cta-primary::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(-45deg);
}
.cta-primary-main{
      font-size: 25px;
    letter-spacing: 0.11em;
    line-height: 1.0;
    padding: 0px 0px 4px 0px;
}
@media screen and (max-width: 767px) {
 .cta-primary-main{
      font-size: 19px;
}
}

.cta-primary {
	background: linear-gradient(180deg, #ff2a4a 0%, #e60021 100%);
  box-shadow: 0 14px 26px rgba(230,0,33,.22);
  border: 1px solid rgba(230,0,33,.18);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  border-radius: 999px;
  text-decoration: none;
  background-color: var(--accent-red);
  color: #ffffff;
  font-weight: 600;
	position: relative;
	transition: background-color 0.3s 
ease;
	transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 768px) {
    .cta-primary {
 min-width: 70%;
	padding: 11px 44px 5px 44px;
}
}


.cta-primary-sub_in{
	    font-size: 160%;
    line-height: 1.0;
    position: relative;
    top: 2px;
    margin: 0px 1px 0px 1px;
}
/* =============================
   安心のサポート＆セキュリティ
============================= */
.lp-support-security {
  padding: 40px 0px 50px 0px;
	background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
@media (max-width: 768px) {
  .lp-support-security {
    padding: 34px 5% 32px 5% ;
  }
}
.lp-support-security__inner {
  max-width:980px;
  margin: 0 auto;
}

.lp-support-security__title {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
	color: #0b6fd6;
	    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
.lp-support-security__title {
    font-size:24px;
}
}
.lp-support-security__title_in {
  font-size:80%;
}
.lp-support-security__lead {
  text-align: center;
  font-size: 18px;
  color:#3e4853;
	letter-spacing: 0.13em;
  margin:0px 0px 18px 0px;
	display: block;
}
@media screen and (max-width: 767px) {
.lp-support-security__lead {
  font-size: 15px;
}
}
.lp-support-security__lead_in {
  font-size:80%;
}
.lp-support-security__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
@media (max-width: 768px) {
  .lp-support-security__grid {
    grid-template-columns: 1fr;
  }
}
.lp-support-security__item {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e1e7f0;
  padding: 25px 25px 5px 25px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 767px) {
  .lp-support-security__item {
  padding: 20px 5% 0px 5% ;
}
}
.lp-support-security__item_t {
	    letter-spacing: 0.08em;
}
.lp-support-security__item_t2 img{
        width: 100%;
    border-radius: 5px;
}
.lp-support-security__item_t2{
	position: relative;
}
.lp-support-security__item_t2_in{
	color: #fff;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
	font-size: 8px;
}
@media screen and (max-width: 767px) {
.lp-support-security__item_t2_in{
	font-size: 8px;
}
}
.lp-support-security__item-title {
       font-size: 22px;
    font-weight: 600;
    margin: 15px 0px 11px 0px;
    color: #0b6fd6;
    letter-spacing: 0.11em;
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
 .lp-support-security__item-title {
       font-size: 20px;
	 line-height: 1.6;
}
}
.lp-support-security__item-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
	letter-spacing: 0.11em;
}
.lp-support-security__item-text2 {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
	letter-spacing: 0.11em;
}

/* =============================
   3つの取引ツール + 情報サービス1行
============================= */

.blk_tools_q9m2x {
  max-width: 980px;
  margin: 0 auto;
}

.blk_tools_title_text_l0w6p {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 8px;
	color: #0b6fd6;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
.blk_tools_title_text_l0w6p {
    font-size:24px;
}
}
.blk_tools_title_text_l0w6p2 {
  text-align: center;
  font-size:18px;
  color:#3e4853;
  margin:0px 0px 18px 0px;
  letter-spacing: 0.13em;
  display: block;
}
@media screen and (max-width: 767px) {
.blk_tools_title_text_l0w6p2 {
    width: 90%;
	margin:0px auto 14px auto;
	font-size:15px;
}
}
.blk_tools_title_text_l0w6p2_in {
  font-size: 80%;
}
.blk_tools_title_text_l0w6p_in {
  font-size: 80%;
}
/* ▼ ツール全体コンテナ：背景カードはやめる */
.blk_tools_cards_y6h9v {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
.blk_tools_cards_y6h9v {
 width: 90%;
	margin: auto;
}
}
/* ▼ 3カラムレイアウト＋同じ高さにストレッチ */
.blk_tools_grid_z4t3q {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* ▼ 各カードを独立した白カードにする */
.blk_tools_item_p2x0r {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e1e7f0;
  padding: 20px 18px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ===== 商品カテゴリアイコン（lp-prodIcons_*） ===== */

.lp-prodIcons_wrap_a9k2m {
  margin: 0px;
}

.lp-prodIcons_inner_a9k2m {
     display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
 .lp-prodIcons_inner_a9k2m {
    flex-wrap:unset;
}
}

.lp-prodIcons_icon_a9k2m {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size:10px;
  background-color: #005bac;
  color: #ffffff;
  flex-shrink: 0;
}

.lp-prodIcons_icon_a9k2m img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* カテゴリごとの微調整 */
.lp-prodIcons_item--japan_a9k2m .lp-prodIcons_icon_a9k2m {
  background-color: #005bac;
}

.lp-prodIcons_item--us_a9k2m .lp-prodIcons_icon_a9k2m {
  background-color: #0073d1;
}

.lp-prodIcons_item--fund_a9k2m .lp-prodIcons_icon_a9k2m {
  background-color: #199e7e;
}

.lp-prodIcons_item--futures_a9k2m .lp-prodIcons_icon_a9k2m {
  background-color: #b35a00;
}

.lp-prodIcons_item--ipo_a9k2m .lp-prodIcons_icon_a9k2m {
  background-color: #c61f3a;
}
/*----------------------------------------------------------------------*/

.blk_tools_item_title_k4d3m2 {
         font-weight: 600;
    text-align: center;
    letter-spacing: 0.11em;
    background: var(--bg-alt);
    color: #0b6fd6;
    height: 65px;
    line-height: 1.5;
    padding: 8px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
}
.blk_tools_item_title_k4d3m2_2 {
        font-weight: 600;
    text-align: center;
	line-height: 1.5;
    letter-spacing: 0.11em;
    background: var(--bg-alt);
    color: #0b6fd6;
    height: 55px;
    padding: 18px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
}
.blk_tools_item_img_b5v8n {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 10px;
	background: #fff;
}
.blk_tools_item_img_b5v8n2 {
  width: 30%;
    height: auto;
    border-radius: 14px;
    margin: 0px auto 10px auto;
	background: #fff;
}
/* サブタイトル：ここも高さそろえておくと横位置がキレイ */
.blk_tools_item_title_k4d3m {
     font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0b6fd6;
    letter-spacing: 0.08em;
    line-height: 1.6;
    padding: 10px 0px 3px 0px;
}

/* 説明文：カードの下側に寄せて、3枚の底もそろえる */
.blk_tools_item_desc_j9b6t2 {
      font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.07em;
    text-align: left;
}
.blk_tools_item_desc_j9b6t22 {
         font-size: 13px;
    line-height: 1.7;
    color:#3e4853;
    margin-top: auto;
    font-weight: 600;
    background:var(--bg-alt);
    padding: 11px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
	letter-spacing: 0.11em;
}

/* ▼ スマホ：1列でカードを縦並びに */
@media (max-width: 767px) {
  .blk_tools_grid_z4t3q {
    grid-template-columns: 1fr;
  }
	}
@media (max-width: 767px) {
  .blk_tools_item_p2x0r {
    padding: 16px 5% 16px;
	   border-radius: 14px;
    text-align: center;
  }
}
.blk_tools_q9m2x_bg{
  background: radial-gradient(900px 420px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 420px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 360px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 360px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
  padding: 44px 0px 40px 0px ;
}
@media screen and (max-width: 767px) {
.blk_tools_q9m2x_bg{
  padding: 34px 0px 40px 0px ;
}
}

/* =========================================================
   追加CSS：CV最適化
   ========================================================= */

/* クリック要素：フォーカス可視化 */
a:focus-visible,
label:focus-visible,
button:focus-visible{
  outline: 3px solid rgba(11,111,214,.35);  /* または 0.35 */
  outline-offset: 2px;
  border-radius: 10px;
}

/* カード共通：影と枠の質を揃え */
.hero-card,
.fee-card,
.basic-fee-card,
.products-card,
.imonial-card,
.lp-faq-item,
.lpfx-flowCard__itemBlock,
.lp-support-security__item,
.iwcLP_credPromo_8e1d7a__mainCard,
.iwcLP_credPromo_8e1d7a__subCard,
.blk_tools_item_p2x0r{
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

/* セクションの境界（背景切替＋薄い罫線） */
.fee-courses,
.imonials,
.lp-flow-section{
  position: relative;
}
.fee-courses::before,
.imonials::before,
.lp-flow-section::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:1px;
}
.fee-courses{
  padding: 34px 0px 40px 0px;
    background: radial-gradient(900px 1120px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 1120px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 1160px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 960px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
@media screen and (max-width: 767px) {
 .fee-courses{
	 padding: 24px 0px 40px 0px;
            background: radial-gradient(900px 2520px at 52% 10%, rgba(11, 111, 214, .16), transparent 70%), radial-gradient(860px 1520px at 50% 56%, rgba(11, 111, 214, .10), transparent 70%), radial-gradient(700px 2060px at 16% 40%, rgba(11, 111, 214, .08), transparent 70%), radial-gradient(700px 1560px at 88% 42%, rgba(11, 111, 214, .06), transparent 70%);
}
}

/*---------------------------------------------------*/
#fixed-area {
        position: fixed;
        z-index: 20;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 54px;
        margin: auto;
        background: rgba(255, 255, 255, 0.8);
}

.fixed-area__wrap {
   display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
      }
      
.fixed-btn a {
    font-size: 15px;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.3s;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    backface-visibility: hidden;
    background: linear-gradient(180deg, #ff2a4a 0%, #e60021 100%);
    text-decoration: none;
    letter-spacing: 0.11em;
    padding: 8px 22px 8px 22px;
      }

.fixed-btn a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right:8px;
    transform: translateY(-50%) rotate(-45deg);
}
      #contents .fixed-btn a:hover {
        color: #fff;
        animation: btn_animation 2s infinite;
		  text-decoration: none;
    }
    @keyframes btn_animation {
        0% {
            transform: translate(4px, 0px);
        }
        5% {
            transform: translate(-4px, 0px);
        }
        10% {
            transform: translate(4px, 0px);
        }
        15% {
            transform: translate(-4px, 0px);
        }
        20% {
            transform: translate(4px, 0px);
        }
        25% {
            transform: translate(-4px, 0px);
        }
        30% {
            transform: translate(0px, 0px);
        }
    }  

      .fixed-btn a:hover {
        opacity: 0.7;
      }

.cmp_hero_em_u4f6p {
       font-weight: 600;
    color: #d62828;
    font-size: 16px;
    padding: 5px 10px 0px 0px;
    display: block;
	    line-height: 1.5;
    letter-spacing: 0.11em;
}

.cmp_hero_em_u4f6p_in2 {
      font-size: 150%;
    line-height: 0.3;
    padding: 2px 0px 0px 5px;
}
.cmp_hero_em_u4f6p_in3 {
 font-size: 40%;
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.12em;
    transform: translateY(0.05em);
    font-weight: normal;
}
.cmp_hero_em_u4f6p_in4 {
    font-size: 150%;
    line-height: 0.6;
    padding: 0px 4px 0px 3px;
    position: relative;
    top: 3px;
}
.cmp_hero_em_u4f6p_in5 {
     font-size:40%;
	color:#3e4853;
}
.cmp_hero_em_u4f6p_in6 {
    font-size: 50%;
    line-height: 1.0;
    position: relative;
    top: -3px;
    padding: 5px 5px 5px 5px;
    margin: 0px 10px 0px 0px;
    background:#d62828;
    color: #fff;
    border-radius: 3px;
    letter-spacing: .16em;
}
.cmp_hero_em_u4f6p_in7 {
    font-size: 150%;
    line-height: 1.0;
    top: 2px;
    position: relative;
}
.cmp_hero_em_u4f6p_in8 {
    font-size: 70%;
}
.cmp_hero_em_u4f6p_in9 {
    font-size: 70%;
}
.txt_hero_note_r8a6q {
  font-size: 10.5px;
    color: rgba(31, 42, 55, .62);
    margin: 1px 0px 10px 0px;
    font-weight: normal;
    letter-spacing: -0.00em;
	display: block;
}
@media screen and (max-width: 767px) {
 .txt_hero_note_r8a6q {
    margin: 0px auto 10px auto;
}
}
.fixed-btn {
    margin: 13px 0px 0px 0px;
}
.fixed-area_s{
	 background: #f96868;
    padding: 4px 9px 4px 8px;
    font-size: 65%;
    line-height: 1.0;
    position: relative;
    top: -1px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 200px;
    font-weight: normal;
}
.fixed-area_s2 {
    font-size: 160%;
    line-height: 1.0;
    position: relative;
    top: 2px;
    margin: 0px 1px 0px 1px;
}
.fixed-area_s3 {
        font-size: 75%;
}
/*------------------*/

