@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500;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 スマホ　横幅で切替指定
*/
.for-pc { display:block; }
.for-sp { display:none; }

@media only screen and (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%;
}

ul {
  list-style: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #0063b2;
}
body {
  min-width: 0;
  overflow-x: hidden;
}
/*@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}*/

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 14.17949vw;
    font-size: 15px;
    font-size: 3.84615vw;
  }
}

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 {
  text-decoration: none;
      color: #4867b1;
  outline: none;
}
a:hover{
	color:#a8bdf2;
}

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

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

/*----------------------------header---------------------------*/
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #header {
    height: 12.82051vw;
  }
}

.header__wrap {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__wrap {
    margin: 0 5%;
  }
}

.header-logo {
  width: 158px;
}

@media screen and (max-width: 767px) {
  .header-logo {
	  width: 128px;
  }
}

.header-logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-logo a:hover {
  opacity: 0.7;
}
/*----------------------------一番上メイン部分---------------------------*/
.cta2 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta2 {
    padding: 4.20513vw 0;
  }
}

.cta2 p {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta2 p {
    font-size: 8px;
    font-size: 2.05128vw;
  }
}

.cta4 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta4 {
	  z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .cta2 p {
    font-size: 11px;
    font-size: 3.07692vw;
  }
}

.cta__btn2 {
  margin:0px 0px 0px 0px;
  color: #003c76;
}
@media screen and (max-width: 767px) {
  .cta__btn2 {
  margin:20px 0px 0px 0px;
  color: #003c76;
}
}
.cta__btn2 a {
     line-height: 1.0;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 330px;
    margin: 0 auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 150px;
    background: #0063b2;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow: 0 3px #00345d;
    position: relative;
    top: 0;
    display: block;
    padding: 15px 14px 14px 14px;
    text-align: center;
    letter-spacing: 0.17em;
}
.cta__btn2 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: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn2 a {
                width: 70%;
        padding: 2.65385vw 2.65385vw 2.15385vw 2.65385vw;
        background-size: 1.66667vw 3.07692vw;
        font-size: 17px;
        line-height: 1.0;
  }
}

.cta__btn2 a:hover {
  opacity: 0.7;
	top: 5px; 
}

.cta__btn4_text{
     color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 14px 0px 35px 0px;
	letter-spacing: 0.09em;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cta__btn4_text{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 20px 5% 20px 5%;
	letter-spacing: 0.09em;
}
}

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

/*------------------------------explanation--------------------------*/
section.explanation {
  background: #f1f4f8;
	padding:40px 0px 0px 0px;
}
 @media (max-width: 768px) {
  section.explanation {
    padding:0px 0px 20px 0px;
  }
}
.container_explanation {
         max-width: 940px;
    margin: 0px auto 0px auto;
    padding: 30px 0px 10px 0px;
    color: #486887;
    border-radius: 5px;
	letter-spacing: 0.09em;
	    border-bottom: 1px solid #dadbdb;
}
 @media (max-width: 768px) {
    .container_explanation {
        padding:20px 0% 0px 0%;
		width: 90%;
		margin: 20px auto 0px auto;
    }
}

.explanation__main {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}

.explanation__title {
        font-size: 18px;
    font-weight: 600;
    color: #0063b2;
    text-align: center;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
    .explanation__title {
           margin: 0px 0px 0px 0px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
}
}
.explanation__title_in {
	  font-size: 80%;
}
.explanation .explanation__title {
    font-size: var(--h2-size, clamp(24px, 4vw, 26px));
}
.explanation__dl {
    font-weight: var(--font-light);
}
@media screen and (min-width: 768px) {
    .explanation__dl {
    }
}

[data-scroll-trigger=top].\:visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
[data-scroll-trigger=top] {
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    will-change: transition;
}
.explanation__dt {
    flex: 0 0 148px;
}
@media screen and (max-width: 575.98px) {
    .explanation__dt {
        flex: 0 0 100%;
        margin-bottom: 5px;
		font-size: 14px;
    }
}
.explanation__dd {
    flex: 0 0 calc(100% - 148px);
    line-height: 200%;
}
@media screen and (max-width: 575.98px) {
    .explanation__dd {
        flex: 0 0 100%;
		font-size:14px;
    }
}
.explanation__dl .dl-row {
        display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    font-size: 16px;
}
@media screen and (max-width: 575.98px) {
   .explanation__dl .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
	font-size: 16px;
}
}

/*-------------------------------caution----------------------------*/
.caution {
  
}

@media screen and (max-width: 767px) {
  .caution {
  padding: 4.17949vw 0px 0vw 0px;
 }
}
.cautionbox {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0px 20px 0px;
}
@media screen and (max-width: 767px) {
  .cautionbox {
  padding: 5% 5% 0px 5%;
 }
}
.caution_ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
	text-align: center;
	    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .caution_ttl {
    font-size: 16px;
  }
}
.caution_c{
	text-align: center;
}
.caution_txt {
  font-size: 14px;
  line-height: 1.7;
  padding: 1.1rem 0rem 0rem 0rem;
}
.caution_txt_l{
      border-bottom:1px solid #dadbdb;
    padding: 0px 0px 20px 0px;
    display: block;
}
.caution_txt li {
     margin: 0px 0px 20px 0px;
    font-weight: normal;
    color: #486887;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
  .caution_txt li {
	  line-height: 1.9;
	  font-size: 14px;
 }
}
.caution_txt li b{
  font-weight: 700;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #113777));
   background: -webkit-linear-gradient(transparent 40%, #113777 0%);
   background: linear-gradient(transparent 40%, #113777 0%);
}
/*----------------------------method---------------------------*/
.method {
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .method {
  }
}

 .bg_top {
       background-image: linear-gradient(165deg, #72b4e3, #64aadc 43%, #a3ddff 100%);
	 padding: 0px 0px 5px 0px;
}
@media screen and (max-width: 767px) {
  .bg_top {
   padding: 0px 0px 20px 0px;
 }
}
 .bg_top_in {
   background: url(../images/b1.png) center 300px repeat;
    background-size: 130%;
}
@media screen and (max-width: 767px) {
   .bg_top_in {
  background: url(../images/b1.png) center 1500px repeat;
    background-size: 230%;
}
}
.method-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding:60px 0px 5px 0px;
	    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .method-ttl {
           font-size: 20px;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 40px 0px 10px 0px;
  }
}

.method-ttl_in {
  font-size: 80%;
}

.method-section_d{
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .method-section_d{
	margin: 0px 5.15385vw 6% 5.15385vw; 
  }
}
.method-section {
  max-width:930px;
  margin:0% auto 0% auto;
  position:relative;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .methodt-section {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    overflow-x: clip;
    margin: 0% 5% 0% 5%;
	 width: 90%;
  }
  
}

.method-1-table__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  color: #0f3d9a;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .method-1-table__ttl {
    margin-bottom: 3.58974vw;
    font-size: 19px;
    font-size: 4.87179vw;
  }
}

.method-1-table__ttl span {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .method-1-table__ttl span {
    -webkit-column-gap: 2.05128vw;
    -moz-column-gap: 2.05128vw;
    column-gap: 2.05128vw;
    font-size: 14px;
    font-size: 3.33333vw;
  }
}

.method-1-table__ttl span::before,
.method-1-table__ttl span::after {
  display: inline-block;
  width: 14px;
  height: 19px;
  content: "";
  background: url("https://sbisec.akamaized.net/sbisec/images/base02/lp/g_icon_ttl_yellow_231117.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .method-1-table__ttl span::before,
  .method-1-table__ttl span::after {
    width: 2.5641vw;
    height: 3.84615vw;
  }
}

.method-1-table__ttl span::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.method-1-table__ttl sup {
  font-size: 60%;
  vertical-align: top;
}

.method-1-table__subttl {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .method-1-table__subttl {
    margin-bottom: 4.10256vw;
    font-size: 11px;
    font-size: 2.82051vw;
  }
}

.method-1-table__img {
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .method-1-table__img {
    position: relative;
    overflow-x: scroll;
    margin-right: -6.15385vw;
  }
}

.method-1-table__img img {
  max-width: 632px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .method-1-table__img img {
    width: 149.23077vw;
    max-width: inherit;
  }
}

.method-1-table__notice {
  max-width: 610px;
  margin: 0 auto;
}

.method-1-table__notice p {
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .method-1-table__notice p {
    font-size: 8px;
    font-size: 2.05128vw;
  }
}

.method-3-lead {
  margin:20px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
  .method-3-lead {
	margin: 0% 2% 0% 2%;
  }
}

.method-3-lead__ttl {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 /*  gap: 24px;*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 0px auto;
}

@media screen and (max-width: 767px) {
  .method-3-lead__ttl {
               gap: 5.80256vw;
        margin: 9px auto 0px auto;
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
  }
}

.method-3-lead__ttl span.method-3-lead__s {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
  );
}

.method-3-lead__ttl::before,
.method-3-lead__ttl::after {
  position: relative;
    display: inline-block;
    width: 2px;
    height: 33px;
    content: "";
    background-color: #f43d61;
    top: 15px;
}

@media screen and (max-width: 767px) {
  .method-3-lead__ttl::before,
  .method-3-lead__ttl::after {
    width: 0.51282vw;
    height: 7vw;
	  top: 45px;
  }
}

.method-3-lead__ttl::before {
  -webkit-transform: skewX(25deg);
  transform: skewX(45deg);
}

.method-3-lead__ttl::after {
  -webkit-transform: skewX(-25deg);
  transform: skewX(-45deg);
}
.method .txt1{
	color: #113777;
	font-size: 3.5rem;
	font-weight: 700;
	padding: 4px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
.method .txt1{
	font-size: 3rem;
	padding: 7px 0px 5px 0px;
 }
}
.method-3-tit {
  padding: 20px 0px 18px 0px;
    background: #347ebe;
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.09em;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .method-3-tit {
  padding: 15px 0px 15px 0px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
 }
}
.method-3-tit_s{
	font-size: 80%;
}
.method-3-tit .method-3-tit_in {
		font-size: 55%;
	padding: 0px 4px 0px 18px;
	margin: 0px 14px 0px 0px;
	border: 1px dotted #fff;
	display:inline-flex;
	    position: relative;
    top: -3px;
	font-weight: normal;
	    letter-spacing: 0.03em;
	    border-radius: 5px;
}
@media screen and (max-width: 767px) {
 .method-3-tit .method-3-tit_in {
		font-size: 50%;
	padding: 0px 4px 0px 18px;
	margin: 0px 0px 3px 0px;
	display:inline-flex;
	    position: relative;
    top: -3px;
	font-weight: normal;
}
}
.method-3-lead__ttl span.method-3-lead__s {
	color: #f43d61;
    line-height: 1.7;
    padding:0px 0px 8px 0px;
    text-align: center;
}
@media screen and (max-width: 767px) {
 .method-3-lead__ttl span.method-3-lead__s {
	line-height: 1.8;
	padding-bottom: 10px;
}
}
.method-3-lead__ttl span.method-3-lead__sw {
	font-size: 80%;
}
.method-3-lead__ttl span.method-3-lead__sw2 {
	font-size: 130%;
	font-weight: 600;
	line-height: 1.0;
}
.method_bg {
	background: #FFFFFF;
	padding: 21px 62px 46px 62px;
	    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .method_bg {
	background: #FFFFFF;
	padding: 5% 5% 3% 5%;
}
}
.method-area1 {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .method-area1 {
    height: 20.17949vw;
  }
}

.method-area1__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.method-area1-btn a {
     font-size: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 330px;
    margin: 10px auto 30px auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 160px;
    background: #fc6683;
    background-size: 10px 15px;
    backface-visibility: hidden;
    padding: 10px 0px 10px 0px;
    position: relative;
    top: 0;
    box-shadow: 0 3px #b32641;
    display: block;
    text-align: center;
    letter-spacing: 0.09em;
}
.method-area1-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: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .method-area1-btn a {
           width: 90%;
        font-size: 17px;
        padding: 1.5vw 2.65385vw 2.15385vw 2.65385vw;
  }
}

.method-area1-btn a:hover {
  opacity: 0.7;
	top: 3px;
}

.method-area1-btn22 a {
  font-size: 2.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  height: 66px;
  margin: 0 auto;
  padding: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  background-size: 18px 24px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .method-area1-btn22 a {
    width: 85vw;
    height: 16.92308vw;
    padding: 6.15385vw;
    border: 0.51282vw solid #fff;
    -webkit-box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6.15385vw 0 rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-size: 5.15385vw;
  }
}

.method-area1-btn22 a:hover {
  opacity: 0.7;
}

.method-area2 {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .method-area2 {
  }
}

.method-area2__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.method-area2-btn a {
     font-size: 27px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    width: 330px;
    margin: 0 auto 30px auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 100px;
    background: #fc6683;
    background-size: 18px 24px;
    backface-visibility: hidden;
    padding: 8px 0px 7px 0px;
    position: relative;
    top: 0;
    box-shadow: 0 3px #b32641;
}

@media screen and (max-width: 767px) {
  .method-area2-btn a {
             width: 90%;
        font-size: 21px;
        padding: 8px 0px 7px 0px;
    }
}
@media screen and (min-width: 768px) {
  .method-area2-btn a.no {
    pointer-events: none;
  }
}

.method-area2-btn a:hover {
  opacity: 0.7;
	top: 3px;
}

.method-area2-btn img{
	display: inline;
	width: 9%;
}
@media screen and (max-width: 767px) {
  .method-area2-btn img{
	display: inline;
	height:auto;
	width: 10%;
}
}
.method-area3 {
  width: 100%;
  margin: 5px auto 5px auto;
}

@media screen and (max-width: 767px) {
  .method-area3 {
	margin: 0px auto 10px auto;
  }
}

.method-area3__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.method-area3-btn a {
 line-height: 1.0;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 330px;
    margin: 0 auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 100px;
    background: #74baf6;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow: 0 3px #4385c7;
    position: relative;
    top: 0;
    display: block;
    padding: 15px 14px 14px 14px;
    text-align: center;
    letter-spacing: 0.09em;
}
.method-area3-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: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .method-area3-btn a {
        width: 90%;
        font-size: 17px;
        margin: 0px auto;
        padding: 12px 0px 8px 0px;
  }
}

.method-area3-btn a:hover {
  opacity: 0.7;
	top: 3px;
}

.cta {
  padding: 10px 0px 30px 0px;
  color: #fff;
}
 .cta_in {
	 font-size: 80%;
	 font-weight: normal;
	 }
@media screen and (max-width: 767px) {
  .cta {
    padding:2px 0px 0px 0px;
  }
}

.cta__btn3 {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .cta__btn3 {
    margin-bottom: 4.10256vw;
  }
}

.cta__btn3 a {
      font-size: 1.6rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 308px;
    margin: 0 auto;
    padding: 8px;
    transition: 0.3s;
    color:#0063b2;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #ffffff ;
    background-size: 18px 8px;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 3px #548aa9;
    text-align: center;
	    letter-spacing: 0.09em;
}
.cta__btn3 a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #0063b2;
    border-right: solid 1px #0063b2;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-45%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn3 a {
   width: 60.51282vw;
        padding: 1.7vw;
                background-size: 18px 8px;
        font-size: 3.15385vw;
        position: relative;
        top: 0;
        display: block;
        box-shadow: 0 3px #548aa9;
        text-align: center;
  }
}

.cta__btn3 a:hover {
  opacity: 0.7;
	top: 3px;
}
.cta__btn {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .cta__btn {
    margin-bottom: 3vw;
  }
}

.cta__btn a {
      font-size: 1.6rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 308px;
    margin: 0 auto;
    padding: 8px;
    transition: 0.3s;
    color: #0063b2;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #ffffff ;
    background-size: 18px 8px;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 3px #548aa9;
    text-align: center;
}
.cta__btn a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #0063b2;
    border-right: solid 1px #0063b2;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-45%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn a {
    width: 60.51282vw;
        padding: 1.7vw;
        background-size: 18px 8px;
        font-size: 3.15385vw;
        position: relative;
        top: 0;
        display: block;
        box-shadow: 0 3px #548aa9;
        text-align: center;
  }
}

.cta__btn a:hover {
  opacity: 0.7;
	top: 3px;
}

.method-selected-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68.23%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.07))
    ),
  background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 68.23%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    /*var(--white, #fff);*/
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 68.23%,
      rgba(0, 0, 0, 0.07) 100%
    ),
    /*var(--white, #fff);*/
  padding: 15px 20px 28px;
}

@media screen and (max-width: 767px) {
  .method-selected-list__item {
    border-radius: 1.02564vw;
    padding: 1.5vw 1vw 1.5vw 1vw;
  }
}

.method-selected-list {
  margin: 0px auto 5px auto;
  width: 660px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
}

@media screen and (max-width: 767px) {
  .method-selected-list {
    margin: 0 6.15385vw;
    -webkit-column-gap: 2.30769vw;
    -moz-column-gap: 2.30769vw;
    column-gap: 2.30769vw;
  }
}

.method_registration{
text-align: center;
}
.method_registration img{
text-align: center;
	    border-radius: 5px;
}

/*----------------------------footer---------------------------*/
#footer {
        font-size: 1.2rem;
    padding: 25px 0px 90px 0px;
    background-color: #e8f5ff;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 5% 20px 5%;
        font-size: 10px;
        margin: 0px;
  }
}

#footer p {
  line-height: 1.75;
}

.footer__wrap {
  max-width: 960px;
  margin: 0 auto;
}
.footer_img {
  float: right;
}
@media screen and (max-width: 767px) {
  .footer_img {
  float: right;
  width: 30%;
}
}
.copyright {
  display: block;
  margin: 10px 0px 0px 0px;
}

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

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 3.15385vw;
  }
}
/*----------------------------追従ボタンエリア--------------------------*/
#fixed-area {
  position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 70px;
    margin: auto;
    box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, 0.07);
    background-image:#fff;
}

@media screen and (max-width: 767px) {
  #fixed-area {
    height: 27.17949vw;
    -webkit-box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
  }
}

.fixed-area__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.fixed-btn a {
  line-height: 1.0;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 298px;
    margin: 0 auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 100px;
    background: #0063b2;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow:0 3px #00345d;
    position: relative;
    top: 0;
    display: block;
    padding: 14px;
    text-align: center;
    letter-spacing: 0.09em;
}
.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: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .fixed-btn a {
        width: 70%;
        font-size: 17px;
	  padding: 2.65385vw 2.65385vw 2.15385vw 2.65385vw;
  }
}

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

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

/*----------------------------ちょこっと相談コール---------------------------*/
.consultationcall_box{
text-align: center;
padding: 20px 0px 30px 0px;
background: #f1f4f8;
}
@media screen and (max-width: 767px) {
  .consultationcall_box{
margin: 2vw 5% 3vw 5%;
 }
}
.consultationcall_box img{
text-align: center;
}
.w_consultationcall{
width: 960px;
	margin: 0px auto 0px auto;
}
.consultationcall_box img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

/*----------------------------benefits---------------------------*/
.benefits_box{
text-align: center;
padding: 0px 0px 0px 0px;
}
.benefits_box img{
text-align: center;
}
.w_benefits{
width: 960px;
	margin: 0px auto 0px auto;
}

/*----------------------------追従ボタンエリア--------------------------*/
#fixed-area {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 70px;
  margin: auto;
  background-color: rgb(255 255 255 / 35%);
  -webkit-box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
  #fixed-area {
    height: 15vw;
    -webkit-box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 -3.07692vw 3.07692vw 0 rgba(0, 0, 0, 0.07);
  }
}

.fixed-area__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/*----------------------------------------------*/

.wrapper-v9dk2m {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin: 0px 0px 25px 0px;
}
@media screen and (max-width: 767px) {
  .wrapper-v9dk2m {
    display: flex;
    justify-content: center;
    align-items: center;
	    margin: auto;
}
}

.box-container-v9dk2m {
    background: rgb(255 255 255);
    padding: 15px 30px 25px 30px;
    border-radius: 10px;
    width: 80%;
    max-width:880px;
    text-align: left;
	letter-spacing: 0.09em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}
@media screen and (max-width: 768px) {
    .box-container-v9dk2m {
       padding: 10px 5% 20px 5%;
    }
}
	
.header-v9dk2m {
    display: block;
    width: 100%;
    align-items: center;
	text-align: center;
	    padding: 0px 0px 10px 0px;
	letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
   .header-v9dk2m {
    display: block;
    width: 100%;
    align-items: center;
	text-align: center;
	   padding: 10px 0px 0px 0px;
}
}
.date-v9dk2m_in2 {
   font-size: 40%;
    color: #fff;
    background:#0063b2;
    padding: 5px 5px 5px 6px;
    border-radius: 118px;
    line-height: 1.0;
    position: relative;
    top: -5px;
    margin: 0px 5px 0px 0px;
}
.label-v9dk2m {
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 1.0;
}
@media screen and (max-width: 768px) {
    .label-v9dk2m {
    padding: 5px 10px 10px 10px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 10px;
		text-align: center;
}
}
.label-v9dk2m_2 {
       font-size: 14px;
    padding: 2px 5px 3px 5px;
    margin: 0px 14px 0px 0px;
    /* border: 1px solid #347ebe; */
    color: #fff;
    border-radius: 3px;
    background: #0063b2;
    display: inline-flex;
    position: relative;
    top: -10px;
    font-weight: normal;
    letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .label-v9dk2m_2 {
            font-size: 68%;
        padding: 2px 5px 3px 5px;
        margin: 0px 6px 0px 0px;
        border: 1px solid #347ebe;
        display: inline-flex;
        position: relative;
        top: -10px;
        font-weight: normal;
}
}
.date-v9dk2m {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
  .date-v9dk2m {
    font-size: 21px;
	  line-height: 1.1;
	          letter-spacing: 0.11em;
}
}
.date-v9dk2m_in {
    font-size: 180%;
    position: relative;
    top: 3px;
}
.highlight-v9dk2m {
    font-weight: bold;
    font-size: 32px;
}
	@media screen and (max-width: 768px) {
    .highlight-v9dk2m {
        font-size: 18px;
    }
}
/* 2カラムの情報表 */
.info-grid-v9dk2m {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}
	@media screen and (max-width: 768px) {
    .info-grid-v9dk2m {
        flex-direction: column;
    }
}

.column-v9dk2m {
    width: 48%;
}
	@media screen and (max-width: 768px) {
    .column-v9dk2m {
        width: 100%;
    }
}
.row-v9dk2m {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
        border-bottom: 1px solid #d1e6ff;
}
	@media screen and (max-width: 768px) {
    .row-v9dk2m {
        flex-direction: column;
        text-align: left;
    }
}
	
.value-v9dk2m {
    font-size: 18px;
    text-align: right;
    line-height: 1.0;
}
@media screen and (max-width: 768px) {
    .value-v9dk2m {
    font-size: 15px;
    text-align: center;
	}
}
.value-v9dk2m_in {
    font-size: 130%;
	line-height: 0.5;
}
.small-text-v9dk2m {
        font-size: 12px;
    padding: 11px 0px 0px 0px;
    display: inline-block;
	line-height: 1.4;
}

/*----------------------------------------------*/
.container-q92mnx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-q92mnx {
     margin: 30px 0px 10px 0px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    letter-spacing: 0.09em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0px 0px 3px 0px;
    display: block;
    /* border-top: 1px solid rgba(255, 255, 255, 0.18);*/
}

.logo-section-q92mnx {
    margin: 0px 0;
}

.logo-q92mnx {
    width: 230px;
}

.main-title-q92mnx {
    font-size: 54px;
    font-weight: bold;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .main-title-q92mnx {
        font-size: 20px;
        width: 90%;
        text-align: center;
        line-height: 1.2;

    }
	}
.bond-info-q92mnx {
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 0.65;
    padding: 4px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
    .bond-info-q92mnx {
        font-size: 28px;
        line-height: 0.7;
        width: 90%;
        padding: 10px 0px 0px 0px;
    }
	}
.bond-round-q92mnx {
    font-size: 45%;
    display: block;
    line-height: 1.0;
    letter-spacing: 0.14em;
}
.bond-round-q92mnx_in {
    font-size: 150%;
    line-height: 1.0;
    position: relative;
    top: 2px;
}
.bond-type-q92mnx {
	letter-spacing: 0.07em;
	font-size: 55%;
}
@media screen and (max-width: 768px) {
	.bond-type-q92mnx {
	letter-spacing: 0.11em;
}
}
.hero-rate-panel-sbg {
    width: 100%;
    margin: 24px 0 22px;
    color: #ffffff;
}

.hero-rate-main-sbg {
    width: 100%;
    text-align: center;
    max-width: 940px;
    margin: 0px auto 0;
}

.hero-rate-block-sbg {
    width: 100%;
    margin: 0 auto;
}

.hero-rate-block-sbg + .hero-rate-block-sbg {
    margin-top: 10px;
}

.hero-rate-label-sbg {
        display: block;
    max-width: 100%;
    margin: 0 auto 8px;
    padding: 8px 0 5px;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0.09em;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    /* border-top: 1px dotted rgba(255, 255, 255, 0.88); */
    /* border-bottom: 1px dotted rgba(255, 255, 255, 0.88);*/
}
.hero-rate-label-sbg_in {
    font-size: 130%;
    line-height: 1.0;
    position: relative;
    top: 1px;
    padding: 0px 1px 0px 1px;
}
.hero-rate-value-sbg {
    display: block;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 400;
	padding: 0px 0px 10px 0px;
}

.hero-rate-value-large-sbg {
    font-size: 240%;
    line-height: 1;
    font-weight: 700;
}

.hero-rate-wave-sbg {
    display: inline-block;
    font-size: 155%;
    line-height: 1;
    font-weight: 700;
    margin: 0 2px;
    position: relative;
    top: -2px;
}

.hero-rate-note-wrap-sbg {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}

.hero-rate-date-sbg {
   
}

.hero-rate-note-sbg {

}

.hero-variable-rate-sbg {
    max-width: 940px;
    margin: 30px auto 0;
}

.hero-variable-head-sbg {
    text-align: center;
    margin-bottom: 12px;
}

.hero-variable-head-label-sbg {
        display: block;
    max-width: 100%;
    margin: 0 auto 7px;
    padding: 8px 0 4px;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    /* border-top: 1px solid rgba(255, 255, 255, 0.55); */
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.55);*/
}

.hero-variable-head-title-sbg {
    display: block;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
	padding:5px 0px 0px 0px;
}

.hero-variable-table-sbg {
        width: 74%;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    margin: auto;
}
@media screen and (max-width: 768px) {
.hero-variable-table-sbg {
        width: 100%;
}	
}
.hero-variable-row-sbg {
    display: grid;
    grid-template-columns: 32% 68%;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.hero-variable-row-sbg:first-child {
    border-top: none;
}

.hero-variable-term-sbg {
    padding: 15px 18px 18px 8px;
    border-right: 1px solid rgba(255,255,255,0.18);
}

.hero-variable-term-main-sbg {
    display: block;
    font-size: 17px;
    line-height: 1.48;
	    letter-spacing: 0.06em;
}
.hero-variable-term-main-sbg_in {
   font-size: 130%;
    line-height: 1.0;
    position: relative;
    top: 1px;
    padding: 0px 1px 0px 1px;
}
.hero-variable-term-sub-sbg {
       display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    letter-spacing: 0.14em;
}

.hero-variable-formula-sbg {
    padding: 15px 8px 18px 18px;
    font-size: 16px;
    line-height: 1.5;
        letter-spacing: 0.11em;
}

.hero-variable-formula-sbg small {
    font-size: 72%;
    font-weight: 400;
}

.hero-variable-formula-sbg .strong_1 {
       font-size: 1.72em;
    font-weight: 600;
    white-space: nowrap;
    color: #ffd1da;
	    line-height: 0.4;
}
.hero-variable-formula-sbg .strong_2 {
       font-size:60%;
}
.hero-variable-caption-sbg {
       margin: 8px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
	    letter-spacing: 0.07em;
    color: rgba(255, 255, 255, 0.94);
}

.hero-variable-notes-sbg {
        margin-top: 10px;
    padding: 16px 16px 8px 16px;
    border-radius: 10px;
	letter-spacing: 0.10em;
    background-color: rgba(255, 255, 255, 0.2);
    /* border-top: 1px solid rgba(255, 255, 255, 0.16);*/
}

.hero-variable-notes-sbg p {
       margin: 0 0 15px;
    font-size: 13.5px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.80);
}

@media screen and (max-width: 768px) {
    .hero-rate-panel-sbg {
        margin: 18px 0 18px;
    }

    .hero-rate-label-sbg {
                   width: 90%;
            font-size: 14px;
            letter-spacing: 0.19em;
            margin-bottom: 6px;
            padding: 4px 0;
    }

    .hero-rate-value-sbg {
        font-size: 18px;
    }

    .hero-rate-value-large-sbg {
        font-size: 280%;
    }

    .hero-rate-wave-sbg {
        top: -1px;
    }

    .hero-rate-note-wrap-sbg {
        margin-top: 8px;
    }

    .hero-rate-date-sbg,
    .hero-rate-note-sbg {
        font-size: 12px;
        line-height: 1.45;
    }

    .hero-variable-rate-sbg {
        width: 90%;
        margin-top: 20px;
    }

    .hero-variable-head-label-sbg {
                    font-size: 14px;
            letter-spacing: 0.19em;
            margin-bottom: 5px;
            padding: 3px 0;
    }

    .hero-variable-head-title-sbg {
        font-size: 22px;
        line-height: 1.25;
    }

    .hero-variable-row-sbg {
        grid-template-columns: 1fr;
    }

    .hero-variable-term-sbg {
        padding: 25px 6px 8px;
        border-right: none;
    }

    .hero-variable-formula-sbg {
             padding: 0px 0px 25px 0px;
            font-size: 14.5px;
            line-height: 1.68;
    }

    .hero-variable-term-main-sbg {
        font-size: 18px;
        line-height: 1.45;
		                font-weight: 600;
    }

    .hero-variable-term-sub-sbg {
        margin-top: 4px;
        font-size: 12.5px;
        line-height: 1.45;
    }

    .hero-variable-caption-sbg {
        font-size: 11.5px;
        line-height: 1.4;
    }

    .hero-variable-notes-sbg p {
                    margin: 0 0 15px;
            font-size: 13px;
            line-height: 1.6;
    }
}
/*----------------------------------------------*/
.container_3STEP2025 {
    max-width: 960px;
    margin: auto;
    font-family: Arial, sans-serif;
}
@media screen and (max-width: 767px) {
    .container_3STEP2025 {
        width: 100%;
    }
	}
.title_section_3STEP2025 {
    text-align: center;
    margin: 0px 0;
}

.title_main_3STEP2025 {
    font-size: 32px;
    font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.0;
}
@media screen and (max-width: 767px) {
   .title_main_3STEP2025 {
    font-size: 24px;
    font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.0;
}
	}
.title_main_3STEP2025_in {
    font-size: 130%;
	line-height: 1.0;
}
.title_main_3STEP2025_in2 {
    font-size: 80%;
	line-height: 1.0;
}
.step_section_3STEP2025 {
    margin: 0px;
    padding: 0px;
}

.step_inner_3STEP2025 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .step_inner_3STEP2025 {
        flex-direction: column;
        text-align: center;
    }
}
.step_text_area_3STEP2025 {
    width: 75%;
	text-align: left;
}
@media screen and (max-width: 600px) {
    .step_text_area_3STEP2025 {
        width: 100%;
    }
}
.step_image_area_3STEP2025 {
    width: 22%;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .step_image_area_3STEP2025 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
.step_image_3STEP2025 {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 760px) {
    .step_image_3STEP2025 {
        max-width: 100%;
    }
}
.step_title_3STEP2025 {
	 color: white;
    padding: 7px 0px 7px 0px;
    text-align: center;
    font-weight: bold;
    display: block;
    letter-spacing: 0.6rem;
    margin: 20px 0px 0px 0px;
    font-size: 17px;
    border-radius: 5px;
    background: #347ebe;
}
.step_label_3STEP2025 {
    font-size: 130%;
	line-height: 1.0;
}
.step_text_3STEP2025 {
    font-size: 23px;
    font-weight: bold;
   display: block;
	margin: 20px 0px 0px 0px;
}
@media screen and (max-width: 760px) {
    .step_text_3STEP2025 {
           font-size: 18px;
        font-weight: bold;
        display: block;
        margin: 20px 0px 0px 0px;
}
}
.step_text_3STEP2025_in {
    font-size:100%;
}
.step_text_3STEP2025_in2 {
    font-size:130%;
	line-height: 1.0;
}
.step_text_3STEP2025_in22 {
        font-size: 60%;
    display: block;
    font-weight: normal;
    padding: 9px 0px 0px 0px;
}
@media screen and (max-width: 600px) {
 .step_text_3STEP2025_in22 {
    font-size:70%;
	display: block;
	font-weight: normal;
	 padding: 3px 0px 7px 0px;
}
}
.step_detail_3STEP2025 {
    font-size: 15px;
    color: #486887;
    display: block;
    margin: 14px 0px 10px 0px;
    letter-spacing: 0.07em;
	line-height: 1.7;
}
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025 {
            font-size: 14px;
        color: #486887;
        display: block;
        margin: 10px 0px 20px 0px;
        line-height: 1.9;
}
}

.phone_number_3STEP2025 {
    margin-top: 15px;
    text-align: center;
	padding: 0px 0px 0px 0px;
}

.phone_text_3STEP2025 {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.step_detail_3STEP2025_2 {
     font-size: 18px;
    color: #f43d61;
    padding: 0px 0px 8px 0px;
    display: block;
	font-weight: 600;
    }
.step_detail_3STEP2025_3 {
          font-size: 12px;
    color: #f43d61;
    padding: 0px 0px 0px 0px;
    display: block;
    line-height: 1.7;
    }
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025_3 {
        font-size: 12px;
	color: #f43d61;
	padding: 0px 0px 0px 0px;
	display: block;
	   line-height: 1.7;
    }
	}
.step_text_area_3STEP2025_box{
	padding: 15px 15px 15px 15px;
    border: 3px solid #f9d4db;
	margin: 0px 0px 10px 0px;
	    border-radius: 5px;
}
.step_detail_3STEP2025_34 {
           font-size: 14px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5;
    display: inline-block;
    }
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025_34 {
        font-size: 12px;
	padding: 10px 0px 10px 0px;
	   line-height: 1.7;
    }
	}

/*---------------PC SP 新規会員登録 誘導---------------------------------------------------------------------*/
.container {
  width: 100%;
}

.item_member {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 85px 0px 0px 0px;
}
@media screen and (max-width: 756px) {
.item_member {
	  padding: 20px 0px 0px 0px;
  }
 }

.container div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ======= */
.member{ 
	  background: #fff;
padding: 0px 0px 20px 0px;
	animation-name: demo_ky11;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function:linear;
}

.member_common-ttl{
	margin: auto;
    text-align: center;
    font-size: 40px;
    display: block;
    font-weight: 600;
    padding: 0px 0px 18px 0px;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
.member_common-ttl{
	margin: 0% 5% 0% 5%;
	line-height: 30px;
		font-size: 30px;
	padding: 0px 0px 80px 0px;
	font-weight:700;
}
}
.member_common-ttl_in1 {
  font-size: 80%;
}
.member_common-ttl_in2 {
  font-size: 130%;
  padding-left: 7px;
	line-height: 0.3;
}
@media screen and (max-width: 767px) {
  .member_common-ttl_in2 {
  font-size: 130%;
}
}

.member_common-ttl_in2_4 {
        font-size: 18px;
    padding: 8px 6px 6px 6px;
    display: inline-block;
    letter-spacing: 0.18em;
    border-bottom: dotted 1px #4772be;
    border-top: dotted 1px #4772be;
    position: relative;
    top: -9px;
    line-height: 1.0;
    font-weight: 600;
    margin: 0px 11px 0px 0px;
}
@media screen and (max-width: 767px) {
  .member_common-ttl_in2_4 {
	    font-size: 18px;
    font-weight: normal;
    padding: 2px 6px 0px 6px;
    display: inline-block;
    letter-spacing: 0.18em;
    border-bottom: dotted 1px #4772be;
    border-top: dotted 1px #4772be;
    position: relative;
    top: -18px;
	  margin: 8px 0px 0px 0px ;
}
}
.member_common-ttl_in2_5 {
	margin: 0;
}
/*------------*/
.member-section_d{
	position: relative;
	-webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  
  border-radius: 8px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68.23%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.07))
    ),

}
@media screen and (max-width: 767px) {
  .member-section_d{
	  display: grid;
	  width: 50%;
}
}

.member-section {
       padding: 0px 0px 20px 0px;
    border-radius: 8px;
    border-right: 3px solid #c3e1f6;
    border-left: 3px solid #c3e1f6;
    border-bottom: 3px solid #c3e1f6;
}

.fukidashi-01-06 {
  position: absolute;
	top:-85px;
	left:0px;
  width: 100%;
  padding: 8px 0px 10px 0px;
  border: 1px solid #fff;
  border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	  line-height: 32px;
	font-weight: 700;
	background: #347ebe;
	    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
 .fukidashi-01-06 {
  position: absolute;
	top:-85px;
	left:0px;
  width: 100%;
  padding: 8px 0px 10px 0px;
  border: 1px solid #fff;
  border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	  line-height: 32px;
	font-weight: 700;
	background:#347ebe;
}
}
.fukidashi-01-06::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #347ebe; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}

.fukidashi-01-06::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  rotate: 135deg;
  translate: -50%;
	font-weight: 700;
}

.fukidashi-01-06_in{
	font-size: 70%;
	display: block;
	text-align: center;
	font-weight: normal;
	  line-height: 1.7rem;
	letter-spacing: 0.09em;
}

/*------------*/
.fukidashi-01-07 {
  position: absolute;
	top:-85px;
	left:0px;
  width: 100%;
  padding: 23px 0px 25px 0px;
  border: 1px solid #fff;
  border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 23px;
	  line-height: 30px;
	font-weight: 800;
	background: #347ebe;
	    letter-spacing: 0.09em;
}

.fukidashi-01-07::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #347ebe; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}

.fukidashi-01-07::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  rotate: 135deg;
  translate: -50%;
	font-weight: 700;
}
.fukidashi-01-07_in{
	font-size:17px;
	display: block;
	text-align: center;
	font-weight: normal;
	  line-height: 1.7rem;
}

/*------------*/
 .member-3-tit1 {
        padding: 20px 0px 0px 0px;
    height: 30px;
    margin: 0px 0px 15px 0px;
    background: #c3e1f6;
    text-align: center;
    font-size: 17px;
    line-height: 1.0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #0063b2;
    /* border: 1px solid #fff; */
    font-weight: 600;
    letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
   .member-3-tit1 {
  font-size: 15px;
}
}
 .member-3-tit1_in {
     font-weight: 900;
    font-size: 170%;
    line-height: 0.1;
    position: relative;
    top: -1px;
}
 .member-3-tit2 {
    display: inline-block;
    width: 62px;
    height: 57px;
    border-radius: 50%;
    background: #347ebe;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0px 0px 0px;
	 position: absolute;
	 top:55px;
	 left:35px;
}

@media screen and (max-width: 767px) {
   .member-3-tit2 {
	 top:51px;
	 left:15px;
	 font-size: 18px;
}
}

 .member-3-tit2_in2 {
	 font-size: 70%;
}
 .member-3-tit2_in3 {
	     font-size: 140%;
    display: block;
    line-height: 0.8;
}
 .member-3-tit2_in33 {
	 font-size: 80%;
}
 .member-3-tit3 {
    font-size: 15px;
    line-height: 24px;
	 color: #347ebe;
	 margin: 0% 8% 0% 10%;
	 position: relative;
	 padding: 0% 0% 0% 22%;
}
@media screen and (max-width: 767px) {
  .member-3-tit3 {
    font-size: 15px;
}
}

 .member-3-tit3_in1 {
font-size: 18px;
    line-height: 27px;
    background: #347ebe;
    color: #fff;
    padding: 8px 3px 8px 3px;
    width: 20%;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
   .member-3-tit3_in1 {
font-size: 10px;
}
}
	   
 .member-3-tit3_in2 {
    font-size: 23px;
    line-height: 35px;
	color: #347ebe;
	font-weight: 600;
	position: relative;
}
@media screen and (max-width: 767px) {
   .member-3-tit3_in2 {
    font-size: 19px;
    line-height: 27px;
	color: #347ebe;
	font-weight: 600;
	position: relative;
}
}
.member-3-tit4 {
    font-size: 12px;
    line-height: 19px;
	color: #347ebe;
	border-top: 1px dotted #347ebe;
    border-bottom: 1px dotted #347ebe;
	padding: 5px 0% 5px 0%;
	margin: 0% 10% 4% 10%;
	 text-align: center;
}
@media screen and (max-width: 767px) {
   .member-3-tit4 {
    font-size: 12px;
    line-height: 24px;
	color: #347ebe;
	border-top: 1px dotted #347ebe;
    border-bottom: 1px dotted #347ebe;
	padding: 5px 0% 5px 0%;
	margin: 0% 10% 4% 10%;
	 text-align: center;
}
}
 .member-3-tit3_in3 {
    font-size: 130%;
	font-weight: 800;
}
 .member-img1{
margin: 0% 10% 4% 10%;
	 text-align: center;
}
 .member-img1 img{
	 display: inline-flex;
}
 .micon1{
	width: 18.3%;
	  padding:  0% 1% 0% 0%;
}
 .micon2{
	width: 29.3%;
	 	  padding:  0% 1% 0% 0%;
}
 .micon3{
	width: 23.3%;
	 	  padding:  0% 1% 0% 0%;
}
 .micon4{
	width: 18.3%;
	 padding:  0% 0% 0% 30%;
}
@media screen and (max-width: 767px) {
   .micon4{
	width: 18.3%;
	 padding:  0% 0% 0% 30px;
}
}


/*--------------------------------------PC SP support-------------------------------------*/

.support-notice a {
       display: block;
    padding: 6px 0px 6px 0px;
    margin: 8px 0px 15px 0px;
    border-radius: 118px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s 
ease;
    word-break: break-word;
    position: relative;
    color: #36609d;
    background: #e0e6ed;
    font-weight: normal;
    letter-spacing: 0.12em;
    width: 30%;
}
@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: 11px;
    transform: translateY(-50%) rotate(-45deg);
}
.support-notice_in_bbr {
    background: #36609d;
    width: 4px;
    height: 4px;
    display: inline-flex;
    margin: 0px 6px 0px 0px;
    position: relative;
    top: -4px;
}
.support-box {
        box-sizing: border-box;
    max-width: 960px;
    margin: 0px auto 20px auto;
    padding: 21px 42px 0px 42px;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .support-box {
    margin: 0px;
    padding: 0px;
  }
}
.support-box_all {
	padding: 20px 0px 0px 0px;
    background-color: #fff;
}

.support-box__ttl {
  font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .support-box__ttl {
	line-height: 1.6;
	    margin: 0px 0px 0px 0px;
  }
}

.support-box__ttl_in {
      font-size: 18px;
    padding: 0px 0px 14px 0px;
    display: block;
    font-weight: 600;
    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: 12px;
    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: 40%;
}
@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: 4px;
}
.support-area3-btn .support_img_r{
	display: inline-block;
    width: 11%;
    position: relative;
    top: 0px;
}
.support-area2-btn a {
 position: relative;
    top: 0;
    display: block;
    margin: 17px 0px 7px 0px;
    padding: 6px 0px 5px 0px;
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #a9bbcf;
    background-size: 6px 18px;
    height: 32px;
    cursor: pointer;
    transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
}
.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: 11px;
    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: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #a9bbcf;
    background-size: 5px 10px;
    height: 32px;
    cursor: pointer;
    transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
}
}
.support-area2-btn a:hover {
  box-shadow: 0 0 #2b65a3; /* 影を0pxにする */
  background: #d3e4f7;
  background-size: 10px 21px;
}

.support-area3-btn a {
  position: relative;
    top: 0;
    display: block;
    margin: 17px 0px 7px 0px;
    padding: 9px 0px 0px 0px;
    background: #a9bbcf;
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 34px;
	cursor: pointer;
    transition: .2s 
cubic-bezier(0.45, 0, 0.55, 1);
}

.support-area3-btn a:hover {
  box-shadow: 0 0 #cc613c; /* 影を0pxにする */
  background: #acd5ff ;
  background-size: 10px 21px;
}
.support-box__tel .support_t_r {
display: block;
text-align: center;
padding: 3px 0px 10px 0px;
line-height: 1.6;
font-size: 14px;
	    color: #36609d;
}
@media screen and (max-width: 767px) {
 .support-box__tel .support_t_r {
padding: 0px 0px 0px 0px;
	 line-height: 1.5;
}
}
.support-notice {
  line-height: 1.66;
  max-width: 960px;
  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 3px 0px;
	font-size: 14px;
}

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

.support-notice ul li {
  font-size: 14px;
    line-height: 1.6;
    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: 18px;
	 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;
}
@media screen and (max-width: 767px) {
 .support-text_in {
    top: 0px;
}
}
/*------------------------------------------------------------------------------*/
.notice-container-xyz123 {
            width: 100%;
            max-width: 960px;
            font-family: Arial, sans-serif;
            background-color: #fff;
			margin: 10px 0px 0px 0px;
			position: relative;
        }
.balloon3_2{
    position: absolute;
    padding: 20px 10px 10px 10px;
    width: 90px;
    height: 80px;
    line-height: 1.5;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 15px;
    background-color: #fd9caf;
    top: -70px;
    left: 10px;
    transform: rotate(-11deg);
    display: block;
	
}

@media screen and (max-width: 767px) {
  .balloon3_2{
            position: absolute;
        padding: 15px 0px 10px 0px;
        width: 80px;
        height: 55px;
        line-height: 15px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 11px;
        background-color: #fd9caf;
        top: -55px;
        left: -30px;
        transform: rotate(-11deg);
        display: block;
}
}
.balloon3_2::before{
      content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #fd9caf;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}


.notice-box-xyz123 {
    padding: 15px;
    border: 3px solid #f9d4db;
    font-size: 15px;
			border-radius: 5px;
        }
@media screen and (max-width: 600px) {
.notice-box-xyz123 {
                padding:5% 5% 5% 5%;
				margin: 0px 0px 10px 0px;
}
}

        .notice-bold-xyz123 {
            font-weight: bold;
    color: #f43d61;
    display: block;
    margin-bottom: 5px;
        }
@media screen and (max-width: 600px) {
            .notice-bold-xyz123 {
                font-size: 14px;
            }
}
        .notice-bold-xyz1234 {
            font-weight: bold;
    color: #f43d61;
    display: block;
    margin-bottom: 5px;
			margin:0px 0px 15px 0px;
        }
@media screen and (max-width: 600px) {
            .notice-bold-xyz1234 {
                font-size: 18px;
            }
}
    .notice-bold-xyz123_in {
         font-size: 130%;
        }
.notice-small-xyz123 {
    font-size: 12px;
    color: #f43d61;
    margin:0px 0px 5px 0px;
    display: block;
        }
@media screen and (max-width: 600px) {
.notice-small-xyz123 {
                font-size: 10px;
            }
        }

/*-----------------------------------*/
.canvas{
  background-image: linear-gradient(165deg, #0063b2, #0063b2 43%, #a3ddff 100%);
}
.canvas_bg{
          background: url(../images/b1.png) center 300px repeat;
    background-size: 130%;
}
@media screen and (max-width: 768px) {
  .canvas_bg{
       background: url(../images/b1.png) center 1500px repeat;
    background-size: 230%;
}
	}
.canvas_bg_in{
  /*background: linear-gradient(rgba(96, 183, 209, 1),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));*/
}
/*-----------------------------------*/
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
.waves2 {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
	  margin-bottom:-17px; /*Fix for safari gap*/
  }
}
@media (max-width: 768px) {
  .waves2 {
    height:40px;
    min-height:40px;
	  margin-bottom:-27px; /*Fix for safari gap*/
  }
}
/*----------------------------------------------*/
.triangle {
  position: relative;
}

.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 37px 37px 0 37px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
	z-index: 99;
}
@media (max-width: 768px) {
 .triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
	z-index: 99;
}
}


/*----------------------------------------------*/

 /*-----CM---------------------------------------------------------*/
 .youtube-ratio2  {
	font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  }
 .youtube-ratio2 iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
  }
    /*-----------------------*/
 
.cm-gallery-bot {
        padding: 25px 0px 25px 0px;
	 background-color: #ffe9e9;
      }
      @media screen and (max-width: 767px) {
        
      }
      /*-----------------------*/
      @media screen and (max-width: 767px) {
      .cm-gallery-title{
        text-align: center;
          padding: 8px 0% 8px 0%;
          font-size: 12px;
          color: #347ebe;
          font-weight: bold;
          position: absolute;
          margin: 0 auto;
          top: 0px;
          width: 90%;
          overflow: hidden;
          }
        }
        /*-----------------------*/
.cm-gallery-content {
        position: relative;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    /* border: 1px solid #ffdada; */
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    width: 940px;
    margin: 0px auto 20px auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  @media screen and (max-width: 767px) {
    .cm-gallery-content {
      position: relative;
      padding: 8% 5% 5% 5%;
      display: flex;
      flex-direction: column-reverse;
      margin: 20px 5% 18px 5%;
      width: 80%;
      overflow: hidden;
      }
  }
  .r_i_box {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-top: 110px solid #347ebe;
    border-bottom: 110px solid transparent;
    border-left: 110px solid transparent;
	      letter-spacing: 0.19em;
}

  .cm-gallery-content .r_i_box_in{
    position: absolute;
    top: -70px;
    left: -88px;
    transform: rotate(44deg);
    font-size: 18px;
    color: #ffffff;
    width: 100px;
}

  .cm-gallery-image {
    width: 25%;
   border-radius: 10px;
    overflow: hidden
  }
  @media screen and (max-width: 767px) {
    .cm-gallery-image {
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
      }
        
  }
  .cm-gallery-image>img {
    width: 100%
  }
  @media screen and (max-width: 767px) {
    .cm-gallery-image>img {
      width: 100%;
      overflow: hidden;
      }  
  }
  .cm-gallery-body {
    width: 83%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px 0px 20px;
  }
  @media screen and (max-width: 767px) {
    .cm-gallery-body {
      width: 100%;
      padding: 0;
      margin-top: 7px;
      overflow: hidden;
      }
  }

.cm-gallery-link::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #347ebe url(/top/images/k_icon.svg) center center no-repeat;
    background-size: 8px 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cm-gallery-link::before{
		content: "";
    display: block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: #347ebe url(/top/images/k_icon.svg) center center no-repeat;
    background-size: 5px 9px;
    border-radius: 50%;
	}   
}
.cm-gallery-link::before{
    position: absolute;
    left: 60px;
	top:10px;
}
@media screen and (max-width: 767px) {
  .cm-gallery-link::before {
		position: absolute;
		top: calc((1em* 1.5 - 22px) / 2);
		left: -0px;
	} 
}
.cm-gallery-link {
    padding-left: 0px;
    margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .cm-gallery-link {
		padding-left: 10px;
		margin-left: 0px;
	}
}
  .cm-gallery-link {
    text-decoration: none;
    color: #347ebe;
    position: relative;
    font-size: 37px;
    line-height: 39px;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    letter-spacing: 0.07em;
    text-align: center;
    width: 92%;
  }
  @media screen and (max-width: 767px) {
    .cm-gallery-link {
      text-decoration: none;
      color: #347ebe;
      position: relative;
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      max-width: 100%;
      text-align: center;
      line-height: 1.5;
      }
  }

  .cm-gallery-link:hover {
    color: #7397de;
  }
  .cm-gallery-link:visited{
    color:#7397de;
}
 .cm-gallery-link:active {
    color: #7397de;
}


.cm-gallery-link_in3{
  font-size: 130%;
	line-height: 1.0;
}
.cm-gallery-link_in4{
  font-size:80%;
	line-height: 1.0;
}
/*----------------------------------------------*/
.triangle-bottom_1 {
    background: linear-gradient(to top, #bad2f1, #fff);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 25px;
    width: 120px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 0px;
}
/*----残り僅か------*/
.value-q92mnx_in33_2 {
    left: -0px;
    font-size: 20px;
    display: inline-block;
    margin: 1rem 0 1rem -10px;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    position: absolute;
    background: #fc6683;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px) {
.value-q92mnx_in33_2 {
    left: -0px;
        top: -30px;
        font-size: 18px;
        display: inline-block;
        margin: 1rem 0 1rem -10px;
        padding: 0.6rem 3rem;
        color: #fff;
        border-radius: 0 100vh 100vh 0;
        position: absolute;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
    }
}
.value-q92mnx_in33_2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #5c1826;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 768px) {
.value-q92mnx_in33_2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #5c1826;
  border-left: 10px solid transparent;
}
	}
/*-完売御礼　上---------------------------------------------*/
.t_k{
	background: #fc6683;
    text-align: center;
    color: #fff;
    padding: 11px 0px 11px 0px;
    letter-spacing: 0.39em;
    font-size: 20px;
	font-weight: 600;
}
  @media screen and (max-width: 767px) {
   .t_k{
    text-align: center;
    color: #fff;
    padding: 8px 0px 8px 0px;
    letter-spacing: 0.39em;
    font-size: 18px;
	font-weight: 600;
}
  }

/*-完売メッセージ　下---------------------------------------------*/
.ribbon {
    color: #f6e7ea;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    position: relative;
    text-align: center;
    margin: auto;
    display: block;
    padding: 30px 0px 30px 0px;
}


/* =========================================
   hybrid guide
========================================= */
.hybrid-guide {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 34px 0 42px;
  letter-spacing: 0.04em;
  color: #1f3f63;
}

.hybrid-guide__inner {
  margin: 0 auto;
}

.hybrid-guide__hero {
  margin: 0 auto 28px;
    text-align: center;
    max-width: 940px;
}

.hybrid-guide__hero-title {
margin: 0;
    color: #0b5ea8;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.09em;
}

.hybrid-guide__hero-lead {
     max-width: 880px;
    margin: 18px auto 0;
    color: #395a7a;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.hybrid-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
	    max-width: 990px;
  margin-top: 26px;
}
.hybrid-guide__feature-grid > a {
  display: block;
  height: 100%;
}

.hybrid-guide__feature-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.hybrid-guide__feature-text {
  flex-grow: 1;
}
a .hybrid-guide__feature-card:hover {
	background:#f6fbff;
}
.hybrid-guide__feature-card {
  background: #ffffff;
  border: 1px solid #cfe2f5;
  border-top: 5px solid #5aa8e3;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(53, 103, 154, 0.08);
  padding: 24px 20px 22px;
  text-align: left;
}

.hybrid-guide__feature-num {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6eb6ea 0%, #2f89d4 100%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
	display: block;
}

.hybrid-guide__feature-title {
  margin: 0;
  color: #0b5ea8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
	    letter-spacing: 0.09em;
}

.hybrid-guide__feature-text {
  margin: 10px 0 0;
  color: #486887;
  font-size: 16px;
  line-height: 1.9;
}

.hybrid-guide__panel {
  background: #ffffff;
    border: 1px solid #d8e8f7;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(54, 108, 159, 0.08);
    padding: 28px 30px 30px;
    margin: 22px auto 0px;
    max-width: 880px;
}

.hybrid-guide__panel--last {
  margin-bottom: 0;
}

.hybrid-guide__section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcebf8;
}

.hybrid-guide__section-index {
  color: #4f9bd8;
  font-size:250%;
  font-weight: 700;
  line-height: 1;
}

.hybrid-guide__section-title {
  margin: 0;
  color: #0b5ea8;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}
.hybrid-guide__two-col2 {
  display:block;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}
.hybrid-guide__two-col--wide {
  grid-template-columns: 1fr 1fr;
}

.hybrid-guide__text {
  margin: 0;
  color: #365675;
  font-size: 18px;
  line-height: 1.8;
}

.hybrid-guide__text + .hybrid-guide__text {
  margin-top: 17px;
}

.hybrid-guide__text--compact {
  font-size: 18px;
  line-height: 1.75;
}
.hybrid-guide__text--compact2 {
font-size: 18px;
    line-height: 1.75;
    padding: 0px 0px 10px 0px;
}
.hybrid-guide__subnote {
  margin: 22px 0px 22px 0px;
    color: #557391;
    font-size: 14px;
    line-height: 1.9;
	letter-spacing: 0.07em;
}

.hybrid-guide__subnote--mt {
  margin-top: 18px;
}

.hybrid-guide__visual-block,
.hybrid-guide__text-block {
  min-width: 0;
}

.hybrid-guide__visual-title {
  margin: 0 0 12px;
  color: #0b5ea8;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.hybrid-guide__rank {
  display: flex;
  gap: 18px;
  align-items: stretch;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__rank-scale {
  position: relative;
  width: 20px;
  flex: 0 0 20px;
  color: #6483a3;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.hybrid-guide__rank-scale span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hybrid-guide__rank-scale span:first-child {
  top: 2px;
}

.hybrid-guide__rank-scale span:last-child {
  bottom: 2px;
}

.hybrid-guide__rank-scale::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #7db7e6 0%, #c9def0 100%);
}

.hybrid-guide__rank-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hybrid-guide__rank-item {
  border-radius: 10px;
  padding: 10px 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.15);
}

.hybrid-guide__rank-item--loan {
  background: #2c7fc4;
}

.hybrid-guide__rank-item--bond {
  background: #4d9add;
}

.hybrid-guide__rank-item--sub {
  background: #72b4e8;
}

.hybrid-guide__rank-item--hybrid {
  background: #0b5ea8;
}

.hybrid-guide__rank-item--preferred {
  background: #8fc6ea;
  color: #1f4f7c;
}

.hybrid-guide__rank-item--stock {
  background: #d6ebfa;
  color: #21517b;
}

.hybrid-guide__yield-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__yield-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.hybrid-guide__yield-title {
  font-size: 14px;
}
	}
.hybrid-guide__yield-bars {
  margin-top: 12px;
}

.hybrid-guide__yield-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  align-items: center;
}

.hybrid-guide__yield-row + .hybrid-guide__yield-row {
  margin-top: 10px;
}

.hybrid-guide__yield-label {
  color: #486887;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.hybrid-guide__yield-bar {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: #dbeaf7;
  position: relative;
  overflow: hidden;
}

.hybrid-guide__yield-bar::after {
  content: "";
  display: block;
  height: 100%;
  border-radius: inherit;
}

.hybrid-guide__yield-bar--gov::after {
 
  /*background: linear-gradient(90deg, #8ec2ea 0%, #77b7e6 100%);*/
}

.hybrid-guide__yield-bar--plain::after {
 
  /*background: linear-gradient(90deg, #6aaedf 0%, #4a97d8 100%);*/
}

.hybrid-guide__yield-bar--hybrid::after {

  /*background: linear-gradient(90deg, #2c83ca 0%, #0b5ea8 100%);*/
}

.hybrid-guide__yield-note {
  margin-top: 12px;
  color: #557391;
  font-size: 1.2rem;
  line-height: 1.8;
}

.hybrid-guide__timeline-card {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px 18px 18px;
}

.hybrid-guide__timeline-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.hybrid-guide__timeline {
  margin-top: 18px;
}

.hybrid-guide__timeline-track {
  position: relative;
  height: 34px;
}

.hybrid-guide__timeline-line {
  position: absolute;
  top: 15px;
  left: 4%;
  right: 4%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5aa8e3 0%, #0b5ea8 100%);
}

.hybrid-guide__timeline-pins {
  position: relative;
  height: 34px;
}

.hybrid-guide__timeline-point {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.hybrid-guide__timeline-point--start {
  left: 4%;
}

.hybrid-guide__timeline-point--call {
  left: 26%;
}

.hybrid-guide__timeline-point--maturity {
  left: 96%;
}

.hybrid-guide__timeline-dot {
  display: block;
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #0b5ea8;
  box-shadow: 0 0 0 1px #5fa7df;
}

.hybrid-guide__timeline-labels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 12px;
  margin-top: 12px;
}

.hybrid-guide__timeline-label-col {
  min-width: 0;
}

.hybrid-guide__timeline-label-col--left {
  text-align: left;
}

.hybrid-guide__timeline-label-col--center {
  text-align: center;
}

.hybrid-guide__timeline-label-col--right {
  text-align: right;
}

.hybrid-guide__timeline-label {
  display: block;
  color: #355575;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.hybrid-guide__timeline-caption {
  display: block;
  margin-top: 4px;
  color: #6080a0;
  font-size:14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .hybrid-guide__timeline-card {
    padding: 18px 12px;
    border-radius: 12px;
  }

  .hybrid-guide__timeline-title {
    font-size: 1.45rem;
  }

  .hybrid-guide__timeline {
    margin-top: 18px;
  }

  .hybrid-guide__timeline-track,
  .hybrid-guide__timeline-pins {
    height: 28px;
  }

  .hybrid-guide__timeline-line {
    top: 12px;
    left: 6%;
    right: 6%;
  }

  .hybrid-guide__timeline-point--start {
    left: 6%;
  }

  .hybrid-guide__timeline-point--call {
    left: 28%;
  }

  .hybrid-guide__timeline-point--maturity {
    left: 94%;
  }

  .hybrid-guide__timeline-dot {
    width: 18px;
    height: 18px;
    border-width: 3px;
  }

  .hybrid-guide__timeline-labels {
    column-gap: 8px;
    margin-top: 10px;
  }

  .hybrid-guide__timeline-label {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .hybrid-guide__timeline-caption {
    font-size: 0.98rem;
    line-height: 1.45;
  }
}

.hybrid-guide__merit-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr;
  gap:4px;
  align-items: center;
	    letter-spacing: 0.15em;
}

.hybrid-guide__merit-col {
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__merit-head {
  color: #0b5ea8;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}

.hybrid-guide__merit-box {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cfe2f5;
  color: #325372;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 12px 10px;
}

.hybrid-guide__merit-box + .hybrid-guide__merit-box {
  margin-top: 10px;
}

.hybrid-guide__merit-box--warn {
  background: #fff8f3;
  border-color: #f0c9a8;
  color: #8a531f;
}

.hybrid-guide__merit-arrow {
  color: #4d9add;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.hybrid-guide__table-wrap {
  margin-top: 22px;
}

.hybrid-guide__table-title {
  margin-bottom: 10px;
  color: #0b5ea8;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.hybrid-guide__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d5e7f6;
  overflow: hidden;
  border-radius: 18px;
}

.hybrid-guide__table th,
.hybrid-guide__table td {
  border: 1px solid #d5e7f6;
  padding: 14px 18px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}

.hybrid-guide__table th {
  background: #eef7ff;
  color: #0b5ea8;
  font-weight: 700;
  text-align: left;
}

.hybrid-guide__table td {
  background: #ffffff;
  color: #355575;
}

.hybrid-guide__table-note {
  margin-top: 10px;
  color: #5a7793;
  font-size:14px;
  line-height: 1.7;
}

.hybrid-guide__callout {
  /*background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;*/
}

.hybrid-guide__callout-title {
  margin-bottom: 10px;
  color: #0b5ea8;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.hybrid-guide__trigger-list {
  margin-top: 12px;
	font-size: 16px;
}

.hybrid-guide__trigger-item {
     position: relative;
    color: #3b5b7a;
    font-size: 14px;
    line-height: 1.5;
}

.hybrid-guide__trigger-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #4d9add;
  font-weight: 700;
}

.hybrid-guide__trigger-item + .hybrid-guide__trigger-item {
  margin-top: 10px;
}

.hybrid-guide__rate-map {
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__rate-head {
  text-align: center;
}



.hybrid-guide__rate-sub {
  display: block;
  margin-top: 4px;
  color: #5a7793;
  font-size: 14px;
  line-height: 1.7;
}

.hybrid-guide__rate-line {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.hybrid-guide__rate-segment {
  border-radius: 999px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 12px;
}

.hybrid-guide__rate-segment--fixed {
  background: linear-gradient(90deg, #2f89d4 0%, #4da1df 100%);
}

.hybrid-guide__rate-segment--var {
  background: linear-gradient(90deg, #6db4e8 0%, #8fc8ef 100%);
  color: #1f4f7c;
}

.hybrid-guide__rate-points {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr;
  gap: 10px;
  margin-top: 10px;
}

.hybrid-guide__rate-point {
  text-align: center;
  color: #547291;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.hybrid-guide__rate-formulas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.hybrid-guide__rate-formula-card {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #cfe2f5;
  color: #355575;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 12px 10px;
  text-align: center;
}

.hybrid-guide__rate-notes {
  margin-top: 12px;
  color: #5a7793;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .hybrid-guide__feature-grid,
  .hybrid-guide__two-col,
  .hybrid-guide__two-col--wide,
  .hybrid-guide__rate-formulas {
    grid-template-columns: 1fr;
  }

  .hybrid-guide__merit-flow {
    grid-template-columns: 1fr;
  }

  .hybrid-guide__merit-arrow {
    transform: rotate(90deg);
  }

  .hybrid-guide__yield-row {
    grid-template-columns: 92px 1fr;
  }

  .hybrid-guide__rate-line {
    grid-template-columns: 1fr;
  }

  .hybrid-guide__rate-points {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .hybrid-guide {
    padding: 22px 5% 26px 5%;
  }

  .hybrid-guide__inner {
    padding: 0px;
  }

  .hybrid-guide__hero {
    margin-bottom: 20px;
  }

  .hybrid-guide__hero-title {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .hybrid-guide__hero-lead {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.9;
    text-align: left;
  }

  .hybrid-guide__feature-grid {
    gap: 12px;
    margin-top: 18px;
  }

  .hybrid-guide__feature-card {
    padding: 18px 18px 15px;
    border-radius: 12px;
  }

  .hybrid-guide__feature-num {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .hybrid-guide__feature-title {
    font-size: 1.7rem;
  }

  .hybrid-guide__feature-text {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.8;
  }

  .hybrid-guide__panel {
    border-radius: 18px;
    padding: 18px 18px 20px;
    margin-top: 18px;
  }

  .hybrid-guide__section-head {
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 10px;
  }

  .hybrid-guide__section-index {
    font-size: 1.6rem;
  }

  .hybrid-guide__section-title {
    font-size: 2rem;
    line-height: 1.45;
  }

  .hybrid-guide__text,
  .hybrid-guide__text--compact {
    font-size: 16px;
    line-height: 1.85;
  }

  .hybrid-guide__subnote {
    font-size:14px;
    line-height: 1.75;
  }

  .hybrid-guide__visual-title,
  .hybrid-guide__table-title,
  .hybrid-guide__callout-title,
  .hybrid-guide__trigger-title {
    font-size: 1.45rem;
  }

  .hybrid-guide__yield-box,
  .hybrid-guide__timeline-card,
  .hybrid-guide__callout,
  .hybrid-guide__rate-map {
    padding:0px;
    border-radius: 12px;
  }
.hybrid-guide__rank,
  .hybrid-guide__merit-col {
    padding:18px;
    border-radius: 12px;
  }
  .hybrid-guide__rank-item,
  .hybrid-guide__merit-box,
  .hybrid-guide__rate-formula-card {
    font-size:14px;
    line-height: 1.65;
  }

  .hybrid-guide__yield-label,
  .hybrid-guide__timeline-label,
  .hybrid-guide__timeline-caption,
  .hybrid-guide__rate-point,
  .hybrid-guide__table th,
  .hybrid-guide__table td,
  .hybrid-guide__table-note,
  .hybrid-guide__rate-notes,
  .hybrid-guide__yield-note,
  .hybrid-guide__trigger-item {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  .hybrid-guide__timeline {
    padding-bottom: 54px;
    min-height: 138px;
  }

  .hybrid-guide__timeline-line {
    left: 6%;
    right: 6%;
  }

  .hybrid-guide__timeline-point--start {
    left: 6%;
  }

  .hybrid-guide__timeline-point--call {
    left: 28%;
  }

  .hybrid-guide__timeline-point--maturity {
    left: 94%;
  }

  .hybrid-guide__timeline-label {
    white-space: normal;
  }

  .hybrid-guide__timeline-caption--left {
    left: 8%;
    right: 52%;
  }

  .hybrid-guide__timeline-caption--right {
    left: 38%;
    right: 4%;
  }

  .hybrid-guide__table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  .hybrid-guide__table th,
  .hybrid-guide__table td {
    padding: 10px 10px;
  }

  .hybrid-guide__rate-sub {
    font-size: 1.12rem;
    line-height: 1.65;
  }

  .hybrid-guide__rate-segment {
    font-size:14px;
    padding: 8px 10px;
  }

  .hybrid-guide__rate-points {
    gap: 6px;
  }

  .hybrid-guide__rate-formulas {
    gap: 8px;
    margin-top: 12px;
  }
}


/* ===== hybrid guide refinement 2026-03-27 ===== */
.hybrid-guide__hero-sublead {
     max-width: 880px;
    margin: 14px auto 0;
    color: #557391;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.hybrid-guide__hero-lead strong,
.hybrid-guide__rate-pay strong {
  color: #0b5ea8;
  font-weight: 700;
}
.hybrid-guide__capital-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px 18px;
}
.hybrid-guide__capital-title {
  margin: 0 0 10px;
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.hybrid-guide__capital-text {
  margin: 0;
  color: #486887;
  font-size: 18px;
  line-height: 1.85;
}
.hybrid-guide__capital-text + .hybrid-guide__capital-text {
  margin-top: 18px;
}

.hybrid-guide__balance-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__balance-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.hybrid-guide__balance-board {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 12px;
  margin-top: 12px;
}

.hybrid-guide__balance-col {
  background: #ffffff;
  border: 1px solid #d5e7f6;
  border-radius: 12px;
  padding: 12px;
}

.hybrid-guide__balance-head {
  color: #0b5ea8;
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hybrid-guide__balance-cell {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.hybrid-guide__balance-cell + .hybrid-guide__balance-cell {
  margin-top: 8px;
}

.hybrid-guide__balance-cell--asset {
  background: #eef7ff;
  color: #2a577e;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hybrid-guide__balance-cell--liability {
  background: #4d9add;
  color: #ffffff;
}

.hybrid-guide__balance-cell--hybrid {
  background: #0b5ea8;
  color: #ffffff;
}

.hybrid-guide__balance-cell--equity {
  background: #d6ebfa;
  color: #21517b;
}

.hybrid-guide__balance-eval {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hybrid-guide__balance-eval-label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dceefe;
  color: #0b5ea8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__balance-eval-main {
  color: #486887;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.hybrid-guide__balance-note {
  margin-top: 8px;
  color: #5a7793;
  font-size: 13px;
  line-height: 1.7;
}
.hybrid-guide__rank-item small {
  display: block;
  margin-top: 2px;
  font-size: 0.84em;
  font-weight: 400;
  line-height: 1.45;
}
.hybrid-guide__timeline-dot-wrap {
  position: absolute;
  top: 6px;
  transform: translateX(-50%);
}
.hybrid-guide__timeline-dot-wrap--start { left: 4%; }
.hybrid-guide__timeline-dot-wrap--call { left: 26%; }
.hybrid-guide__timeline-dot-wrap--maturity { left: 96%; }
.hybrid-guide__timeline-labels--main {
  margin-top: 18px;
}
.hybrid-guide__timeline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.hybrid-guide__timeline-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #cfe2f5;
  color: #4d6d8d;
  font-size: 14px;
  line-height: 1.5;
}
.hybrid-guide__table-lead {
  margin: 0 0 10px;
  color: #557391;
  font-size:14px;
  line-height: 1.8;
}

.hybrid-guide__timeline-note {
  margin: 10px 2px 0;
  color: #5a7793;
  font-size: 1.12rem;
  line-height: 1.75;
}
.hybrid-guide__rate-pay--sub {
  margin-top: 8px;
  background: #f6fbff;
}
.hybrid-guide__subnote--plain {
  color: #486887;
}
.hybrid-guide__rate-pay {
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #cfe2f5;
  color: #486887;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .hybrid-guide__hero-sublead {
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  .hybrid-guide__capital-box {
    margin-top: 12px;
    padding: 18px 12px;
    border-radius: 12px;
  }
  .hybrid-guide__capital-title,
  .hybrid-guide__table-lead,
  .hybrid-guide__rate-pay {
    font-size:14px;
  }
  .hybrid-guide__timeline-note,
  .hybrid-guide__rate-pay--sub {
    font-size: 13px;
    line-height: 1.75;
  }
  .hybrid-guide__capital-text,
  .hybrid-guide__timeline-badge {
    font-size: 13px;
    line-height: 1.75;
  }
  .hybrid-guide__timeline-dot-wrap--start { left: 6%; }
  .hybrid-guide__timeline-dot-wrap--call { left: 28%; }
  .hybrid-guide__timeline-dot-wrap--maturity { left: 94%; }
  .hybrid-guide__timeline-badges {
    margin-top: 10px;
    gap: 6px;
  }
  .hybrid-guide__timeline-badge {
    min-height: 28px;
    padding: 5px 10px;
  }
  .hybrid-guide__rate-pay {
    margin-top: 10px;
    padding: 10px 12px;
  }
}
/*----------------------*/
.hybrid-guide__balance-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}
@media screen and (max-width: 767px) {
.hybrid-guide__balance-title {
  font-size: 14px;
}
}
.hybrid-guide__balance-figure {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 94px 1fr 42px 52px;
  gap: 12px;
  align-items: stretch;
}

.hybrid-guide__balance-asset {
  min-height: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #4d83c6 0%, #3f72b3 100%);
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hybrid-guide__balance-right {
  min-height: 268px;
  display: grid;
  grid-template-rows: 226px 82px;
  overflow: hidden;
}

.hybrid-guide__balance-debt {
  position: relative;
  background: linear-gradient(180deg, #7da9df 0%, #5f91ca 100%);
  color: #ffffff;
  text-align: center;
  padding: 14px 18px 80px;
  box-sizing: border-box;
}

.hybrid-guide__balance-debt-label {
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1.1;
}

.hybrid-guide__balance-debt-text {
  margin: 16px 0px 10px 0px;
  font-size: 15px;
  line-height: 2.1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
	.hybrid-guide__balance-debt-text {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
}
	}
.hybrid-guide__balance-hybrid {
      position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #2f67b4 0%, #23579f 100%);
    border: 1px solid #1d4f93;
    /* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12); */
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.hybrid-guide__balance-hybrid small {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.3;
}

.hybrid-guide__balance-equity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #a9c6e8 0%, #95b7dd 100%);
  color: #ffffff;
  text-align: center;
}

.hybrid-guide__balance-equity span {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.hybrid-guide__balance-equity small {
  margin-top: 7px;
  font-size: 1.45rem;
  line-height: 1.3;
}

.hybrid-guide__balance-yield,
.hybrid-guide__balance-rank {
  position: relative;
  min-height: 268px;
}

.hybrid-guide__balance-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hybrid-guide__balance-arrow--up {
  top: 20px;
  width: 2px;
  height: 166px;
  background: #6d84a0;
}

.hybrid-guide__balance-arrow--up::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #6d84a0;
}

.hybrid-guide__balance-arrow--both {
  top: 20px;
  width: 2px;
  height: 246px;
  background: #6d84a0;
}

.hybrid-guide__balance-arrow--both::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #6d84a0;
}

.hybrid-guide__balance-arrow--both::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #a7b0bb;
}

.hybrid-guide__balance-arrow-label {
  position: absolute;
  top: 50%;
  color: #2b5883;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #f6fbff;
  padding: 4px 0;
}

.hybrid-guide__balance-yield .hybrid-guide__balance-arrow-label {
  left: calc(50% + 10px);
  transform: translateY(-50%);
}

.hybrid-guide__balance-rank .hybrid-guide__balance-arrow-label {
  left: calc(50% + 14px);
  transform: translateY(-50%);
}

.hybrid-guide__balance-arrow-high,
.hybrid-guide__balance-rank-high,
.hybrid-guide__balance-rank-low {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  background: #f6fbff;
  padding: 0 2px;
}

.hybrid-guide__balance-arrow-high {
  bottom: 14px;
  color: #0b5ea8;
}

.hybrid-guide__balance-rank-high {
  top: 14px;
  color: #0b5ea8;
}

.hybrid-guide__balance-rank-low {
  bottom: 14px;
  color: #7c8793;
}

.hybrid-guide__balance-eval {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hybrid-guide__balance-eval-label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  background: #dceefe;
  color: #0b5ea8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__balance-eval-main {
  color: #486887;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.hybrid-guide__balance-note {
  margin-top: 8px;
  color: #5a7793;
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .hybrid-guide__balance-figure {
    grid-template-columns: 66px 1fr 34px 40px;
    gap: 8px;
  }

  .hybrid-guide__balance-asset,
  .hybrid-guide__balance-right,
  .hybrid-guide__balance-yield,
  .hybrid-guide__balance-rank {
    min-height: 226px;
  }

  .hybrid-guide__balance-right {
    grid-template-rows: 166px 60px;
  }

  .hybrid-guide__balance-asset {
    font-size: 1.55rem;
  }

  .hybrid-guide__balance-debt {
    padding: 10px 8px 60px;
  }

  .hybrid-guide__balance-debt-label {
    font-size: 1.55rem;
  }

  .hybrid-guide__balance-debt-text {
            margin-top: 11px;
        font-size: 11px;
        line-height: 1.9;
        display: inline-block;
  }

  .hybrid-guide__balance-hybrid {
    left: 10px;
    right: 10px;
    bottom: 8px;
    min-height: 50px;
    font-size: 13px;
    gap: 4px;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .hybrid-guide__balance-equity span {
    font-size: 1.55rem;
  }

  .hybrid-guide__balance-equity small {
    font-size: 1.2rem;
  }

  .hybrid-guide__balance-arrow--up {
    top: 18px;
    height: 112px;
  }

  .hybrid-guide__balance-arrow--both {
    top: 18px;
    height: 142px;
  }

  .hybrid-guide__balance-arrow--up::after,
  .hybrid-guide__balance-arrow--both::before {
    border-left-width: 11px;
    border-right-width: 11px;
  }

  .hybrid-guide__balance-arrow--up::after {
    border-top-width: 12px;
  }

  .hybrid-guide__balance-arrow--both::before {
    border-bottom-width: 12px;
  }

  .hybrid-guide__balance-arrow--both::after {
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 12px;
  }

  .hybrid-guide__balance-arrow-label {
    font-size: 1.05rem;
  }

  .hybrid-guide__balance-yield .hybrid-guide__balance-arrow-label {
    left: calc(50% + 8px);
  }

  .hybrid-guide__balance-rank .hybrid-guide__balance-arrow-label {
    left: calc(50% + 10px);
  }

  .hybrid-guide__balance-arrow-high,
  .hybrid-guide__balance-rank-high,
  .hybrid-guide__balance-rank-low {
    font-size: 1.3rem;
  }
}
/*----------------------*/
.hybrid-guide__yield-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__yield-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.hybrid-guide__yield-title {

  font-size: 14px;
}
}
.hybrid-guide__yield-figure {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.hybrid-guide__yield-axis {
  position: relative;
  height: 220px;
}

.hybrid-guide__yield-axis-arrow {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 3px;
  height: 188px;
  background: #222222;
}

.hybrid-guide__yield-axis-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #222222;
}

.hybrid-guide__yield-axis-label {
  position: absolute;
  left: 50%;
  top: 98px;
  transform: translateX(-50%);
  color: #222222;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #f6fbff;
  padding: 2px 0;
}

.hybrid-guide__yield-chart {
  position: relative;
  height: 220px;
}

.hybrid-guide__yield-line {
  position: absolute;
  left: 28px;
  right: 8px;
  border-top: 2px dashed #7f8894;
}

.hybrid-guide__yield-line--top {
  top: 18px;
}

.hybrid-guide__yield-line--mid {
  top: 100px;
}

.hybrid-guide__yield-line--base {
  top: 152px;
}

.hybrid-guide__yield-premium {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.hybrid-guide__yield-premium-arrow {
  position: relative;
  width: 3px;
  background: #2f67b4;
  flex: 0 0 auto;
}

.hybrid-guide__yield-premium-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #2f67b4;
}

.hybrid-guide__yield-premium-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #2f67b4;
}

.hybrid-guide__yield-premium-text {
  color: #2c2c2c;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #f6fbff;
  padding-right: 4px;
}

.hybrid-guide__yield-premium--hybrid {
  top: 18px;
}

.hybrid-guide__yield-premium--hybrid .hybrid-guide__yield-premium-arrow {
  height: 82px;
}

.hybrid-guide__yield-premium--credit {
  top: 100px;
}

.hybrid-guide__yield-premium--credit .hybrid-guide__yield-premium-arrow {
  height: 52px;
}

.hybrid-guide__yield-bar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
}

.hybrid-guide__yield-bar-label {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.hybrid-guide__yield-bar--gov {
  left: 38px;
  top: 152px;
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #8db8e7 0%, #6f9fd7 100%);
}

.hybrid-guide__yield-bar--gov .hybrid-guide__yield-bar-label {
  font-size: 1.2rem;
  writing-mode: horizontal-tb;
}

.hybrid-guide__yield-bar--plain {
  left: 154px;
  top: 100px;
  width: 52px;
  height: 96px;
  background: linear-gradient(180deg, #6a9fdb 0%, #4b81c2 100%);
}

.hybrid-guide__yield-bar--plain .hybrid-guide__yield-bar-label {
  font-size: 1.48rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hybrid-guide__yield-bar--hybrid {
  right: 20px;
  top: 18px;
  width: 58px;
  height: 178px;
  background: linear-gradient(180deg, #2e67b4 0%, #184f98 100%);
}

.hybrid-guide__yield-bar--hybrid .hybrid-guide__yield-bar-label {
  font-size: 1.75rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.hybrid-guide__yield-note {
  margin-top: 10px;
  color: #5a7793;
  font-size: 13px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .hybrid-guide__yield-figure {
    grid-template-columns: 26px 1fr;
    gap: 8px;
  }

  .hybrid-guide__yield-axis,
  .hybrid-guide__yield-chart {
    height: 176px;
  }

  .hybrid-guide__yield-axis-arrow {
    top: 14px;
    height: 148px;
  }

  .hybrid-guide__yield-axis-arrow::before {
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 14px;
  }

  .hybrid-guide__yield-axis-label {
    top: 74px;
    font-size: 1.15rem;
  }

  .hybrid-guide__yield-line {
    left: 18px;
    right: 4px;
  }

  .hybrid-guide__yield-line--top {
    top: 14px;
  }

  .hybrid-guide__yield-line--mid {
    top: 80px;
  }

  .hybrid-guide__yield-line--base {
    top: 118px;
  }

  .hybrid-guide__yield-premium {
    left: 10px;
    gap: 6px;
  }

  .hybrid-guide__yield-premium-text {
    font-size: 1rem;
    line-height: 1.32;
  }

  .hybrid-guide__yield-premium-arrow::before {
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-width: 8px;
  }

  .hybrid-guide__yield-premium-arrow::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
  }

  .hybrid-guide__yield-premium--hybrid {
    top: 14px;
  }

  .hybrid-guide__yield-premium--hybrid .hybrid-guide__yield-premium-arrow {
    height: 66px;
  }

  .hybrid-guide__yield-premium--credit {
    top: 80px;
  }

  .hybrid-guide__yield-premium--credit .hybrid-guide__yield-premium-arrow {
    height: 38px;
  }

  .hybrid-guide__yield-bar--gov {
    left: 18px;
    top: 118px;
    width: 34px;
    height: 34px;
  }

  .hybrid-guide__yield-bar--gov .hybrid-guide__yield-bar-label {
    font-size: 0.95rem;
  }

  .hybrid-guide__yield-bar--plain {
    left: 86px;
    top: 80px;
    width: 40px;
    height: 72px;
  }

  .hybrid-guide__yield-bar--plain .hybrid-guide__yield-bar-label {
    font-size: 1.15rem;
  }

  .hybrid-guide__yield-bar--hybrid {
    right: 8px;
    top: 14px;
    width: 44px;
    height: 138px;
  }

  .hybrid-guide__yield-bar--hybrid .hybrid-guide__yield-bar-label {
    font-size: 1.28rem;
  }
}
/*-------------------------*/
.hybrid-guide__redemption-box {
  margin-top: 18px;
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__redemption-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
.hybrid-guide__redemption-title {
  font-size: 14px;
}
	}
.hybrid-guide__redemption-figure {
  margin-top: 16px;
}

.hybrid-guide__redemption-stage {
  position: relative;
  min-height: 236px;
  padding-left: 68px;
}

.hybrid-guide__redemption-issue,
.hybrid-guide__redemption-maturity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 92px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(180deg, #6499db 0%, #3f72b6 100%);
}

.hybrid-guide__redemption-issue {
  position: absolute;
  left: 0;
  top: 18px;
}

.hybrid-guide__redemption-top {
  display: grid;
  grid-template-columns: 158px 42px 132px 42px 132px 56px;
  column-gap: 12px;
  align-items: start;
}

.hybrid-guide__redemption-fixed,
.hybrid-guide__redemption-judge {
  position: relative;
  height: 92px;
}

.hybrid-guide__redemption-text {
  color: #2f67b4;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.hybrid-guide__redemption-text--em {
  color: #0b5ea8;
}

.hybrid-guide__redemption-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  border-top: 2px solid #76a8df;
}

.hybrid-guide__redemption-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -5px;
  border-left: 8px solid #76a8df;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.hybrid-guide__redemption-call,
.hybrid-guide__redemption-coupon {
  width: 42px;
  height: 92px;
  border-radius: 8px;
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hybrid-guide__redemption-call {
  border: 2px dashed #5f93d3;
  color: #2f67b4;
}

.hybrid-guide__redemption-coupon {
  border: 2px dashed #8ab2e2;
  color: #3f72b6;
}

.hybrid-guide__redemption-call span,
.hybrid-guide__redemption-coupon span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.16rem;
  line-height: 1.08;
  text-align: center;
}

.hybrid-guide__redemption-maturity {
  justify-self: end;
}

.hybrid-guide__redemption-track-row {
  display: grid;
  grid-template-columns: 158px 42px 132px 42px 132px 56px;
  column-gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.hybrid-guide__redemption-track {
  color: #222222;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.hybrid-guide__redemption-track--first {
  grid-column: 1;
}

.hybrid-guide__redemption-track--second {
  grid-column: 3;
}

.hybrid-guide__redemption-track--third {
  grid-column: 5;
}

.hybrid-guide__redemption-drop-row {
  display: grid;
  grid-template-columns: 158px 42px 132px 42px 132px 56px;
  column-gap: 12px;
  align-items: start;
  margin-top: 6px;
}

.hybrid-guide__redemption-drop {
  justify-self: center;
  position: relative;
  width: 0;
  height: 18px;
  border-left: 3px solid #7ea9dc;
}

.hybrid-guide__redemption-drop::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -10px;
  border-top: 10px solid #7ea9dc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.hybrid-guide__redemption-drop--call {
  grid-column: 2;
}

.hybrid-guide__redemption-drop--coupon {
  grid-column: 4;
}

.hybrid-guide__redemption-drop--maturity {
  grid-column: 6;
}

.hybrid-guide__redemption-summary-row {
  display: grid;
  grid-template-columns: 158px 42px 132px 42px 132px 56px;
  column-gap: 12px;
  align-items: stretch;
  margin-top: 10px;
}

.hybrid-guide__redemption-summary,
.hybrid-guide__redemption-summary-end {
  min-height: 38px;
  border: 2px solid #8ab2e2;
  border-radius: 8px;
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1f3960;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
}

.hybrid-guide__redemption-summary {
  grid-column: 2 / 6;
}

.hybrid-guide__redemption-summary strong {
  color: #0b5ea8;
  font-weight: 700;
}

.hybrid-guide__redemption-summary-end {
  grid-column: 6;
}

.hybrid-guide__redemption-after {
  margin-top: 8px;
  margin-left: 386px;
  color: #1f3960;
  font-size: 1.35rem;
  line-height: 1.3;
  text-align: center;
}

.hybrid-guide__redemption-note {
  margin-top: 12px;
  color: #5a7793;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .hybrid-guide__redemption-stage {
    min-height: 226px;
    padding-left: 48px;
  }

  .hybrid-guide__redemption-issue,
  .hybrid-guide__redemption-maturity {
    width: 40px;
    height: 72px;
    border-radius: 6px;
    font-size:12px;
  }

  .hybrid-guide__redemption-issue {
    top: 16px;
  }

  .hybrid-guide__redemption-top,
  .hybrid-guide__redemption-track-row,
  .hybrid-guide__redemption-drop-row,
  .hybrid-guide__redemption-summary-row {
    grid-template-columns: 88px 32px 76px 32px 76px 40px;
    column-gap: 8px;
  }

  .hybrid-guide__redemption-fixed,
  .hybrid-guide__redemption-judge {
    height: 72px;
  }

  .hybrid-guide__redemption-text {
    font-size: 1.02rem;
  }

  .hybrid-guide__redemption-arrow {
    top: 34px;
  }

  .hybrid-guide__redemption-call,
  .hybrid-guide__redemption-coupon {
    width: 32px;
    height: 72px;
    border-radius: 6px;
  }

  .hybrid-guide__redemption-call span,
  .hybrid-guide__redemption-coupon span {
    font-size: 0.92rem;
  }

  .hybrid-guide__redemption-track {
    font-size: 1.45rem;
  }

  .hybrid-guide__redemption-summary,
  .hybrid-guide__redemption-summary-end {
    min-height: 30px;
    border-radius: 6px;
    font-size: 1.12rem;
  }

  .hybrid-guide__redemption-after {
    margin-left: 212px;
    font-size: 1.02rem;
  }
}

/*-----------------------*/
.hybrid-guide__rate-box {
  margin-top: 18px;
}

.hybrid-guide__rate-title {
  color: #0b5ea8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.hybrid-guide__rate-title {
  font-size: 16px;
}
}	
	
.hybrid-guide__rate-panel {
  margin-top: 12px;
  padding: 22px 20px 18px;
  background: #f6fbff;
  border: 1px solid #cfe0f3;
  border-radius: 18px;
}

.hybrid-guide__rate-lead {
  color: #4b6c8f;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.hybrid-guide__rate-pill-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  align-items: center;
}

.hybrid-guide__rate-pill {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #6ea8e3 0%, #4f8dd3 100%);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hybrid-guide__rate-pill--float {
  background: linear-gradient(180deg, #8fc0ee 0%, #73a9e0 100%);
  color: #214f83;
}

.hybrid-guide__rate-timeline {
  position: relative;
  height: 34px;
  margin-top: 12px;
}

.hybrid-guide__rate-node {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  color: #4b6c8f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.hybrid-guide__rate-node:nth-child(1) {
  left: 0;
  transform: none;
  text-align: left;
}

.hybrid-guide__rate-node:nth-child(2) {
  left: 25%;
}

.hybrid-guide__rate-calc {
  position: relative;
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  border-bottom: 1px solid #6d98c7;
}

.hybrid-guide__rate-calc::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 12.5%;
  width: 0;
  height: 20px;
  border-left: 2px solid #f0b300;
  transform: translateX(-50%);
}

.hybrid-guide__rate-calc::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 12.5%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f0b300;
  transform: translateX(-50%);
}

.hybrid-guide__rate-calc-box {
  position: relative;
  min-height: 70px;
  padding: 8px 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #6d98c7;
  background: #edf5fd;
}

.hybrid-guide__rate-calc-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 20px;
  border-left: 2px solid #f0b300;
}

.hybrid-guide__rate-calc-box::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -6px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #f0b300;
}

.hybrid-guide__rate-calc-box--fixed {
  background: #edf5fd;
  border-left: 1px solid #6d98c7;
  border-radius: 0 0 0 12px;
}

.hybrid-guide__rate-calc-box--v1,
.hybrid-guide__rate-calc-box--v2,
.hybrid-guide__rate-calc-box--v3 {
  border-left: 1px solid #d7e6f6;
}

.hybrid-guide__rate-calc-box--v3 {
  border-right: 1px solid #6d98c7;
  border-radius: 0 0 12px 0;
}

.hybrid-guide__rate-calc-box--v1::before,
.hybrid-guide__rate-calc-box--v1::after {
  left: 0;
}

.hybrid-guide__rate-calc-box--v2::before,
.hybrid-guide__rate-calc-box--v2::after {
  left: 0;
}

.hybrid-guide__rate-calc-box--v3::before,
.hybrid-guide__rate-calc-box--v3::after {
  left: 0;
}

.hybrid-guide__rate-calc-main {
  color: #111111;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.hybrid-guide__rate-calc-formula {
  color: #2d3f56;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__rate-calc-add {
  color: #0b5ea8;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.hybrid-guide__rate-period-labels {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
}

.hybrid-guide__rate-period-label {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__rate-period-label--fixed {
  color: #0b5ea8;
}

.hybrid-guide__rate-period-label--float {
  color: #4f7fb6;
}

.hybrid-guide__rate-notes {
  margin-top: 12px;
  color: #6c84a0;
  font-size: 12px;
  line-height: 1.55;
}
.hybrid-guide__rate-notes a{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .hybrid-guide__rate-panel {
    padding: 18px 16px 16px;
    border-radius: 16px;
  }

  .hybrid-guide__rate-lead {
    font-size: 12px;
    line-height: 1.9;
  }

  .hybrid-guide__rate-pill-row {
    grid-template-columns: 92px 1fr;
    gap: 8px;
  }

  .hybrid-guide__rate-pill {
    min-height: 42px;
    font-size: 1.35rem;
  }

  .hybrid-guide__rate-timeline {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.35fr;
  }

  .hybrid-guide__rate-node {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  .hybrid-guide__rate-calc {
    grid-template-columns: 1fr;
    border-bottom: none;
    gap: 10px;
  }


  .hybrid-guide__rate-calc-box {
    min-height: auto;
    border: 1px solid #cfe0f3;
    border-radius: 12px;
  }

  .hybrid-guide__rate-calc-box--fixed,
  .hybrid-guide__rate-calc-box--v1,
  .hybrid-guide__rate-calc-box--v2,
  .hybrid-guide__rate-calc-box--v3 {
    border-left: 1px solid #cfe0f3;
    border-right: 1px solid #cfe0f3;
    border-bottom: 1px solid #cfe0f3;
    border-radius: 12px;
  }

  .hybrid-guide__rate-calc-main {
    font-size: 1.35rem;
  }

  .hybrid-guide__rate-calc-formula {
    font-size: 1.12rem;
  }

  .hybrid-guide__rate-calc-add {
    font-size: 1.55rem;
  }

  .hybrid-guide__rate-period-labels {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hybrid-guide__rate-period-label {
    font-size: 1.12rem;
  }

  .hybrid-guide__rate-notes {
    font-size: 11px;
  }
}
.hybrid-guide__rate-map {
  background: #f6fbff;
  border: 1px solid #d5e7f6;
  border-radius: 18px;
  padding: 18px;
}

.hybrid-guide__rate-sub {
  color: #5a7793;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.hybrid-guide__rate-line {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.hybrid-guide__rate-segment {
  border-radius: 999px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 12px;
}

.hybrid-guide__rate-segment--fixed {
  background: linear-gradient(90deg, #4e93dc 0%, #6aa8e6 100%);
  color: #ffffff;
}

.hybrid-guide__rate-segment--var {
  background: linear-gradient(90deg, #85b8ea 0%, #9cc8ef 100%);
  color: #214f83;
}

.hybrid-guide__rate-figure {
  margin-top: 12px;
}

.hybrid-guide__rate-scale {
     display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.25fr;
    align-items: end;
    margin-bottom: 8px;
    z-index: 999;
    padding: 0px 0px 20px 0px;
    width: 140%;
    position: relative;
}
@media screen and (max-width: 768px) {
	.hybrid-guide__rate-scale {
    width: 130%;
}
	
}
.hybrid-guide__rate-scale-label {
  text-align: left;
  color: #547291;
  font-size: 14px;
  line-height: 1.45;
}

.hybrid-guide__rate-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  position: relative;
  border-bottom: 1px solid #6f98c5;
}

.hybrid-guide__rate-cell {
  position: relative;
  min-height: 92px;
  padding: 10px 10px 12px;
  box-sizing: border-box;
  background: #edf5fd;
  border-bottom: 1px solid #6f98c5;
}

.hybrid-guide__rate-cell--fixed {
  border-left: 1px solid #6f98c5;
  border-bottom-left-radius: 12px;
}

.hybrid-guide__rate-cell--v1,
.hybrid-guide__rate-cell--v2,
.hybrid-guide__rate-cell--v3 {
  border-left: 1px solid #d7e6f6;
}

.hybrid-guide__rate-cell--v3 {
  border-right: 1px solid #6f98c5;
  border-bottom-right-radius: 12px;
}

.hybrid-guide__rate-arrow {
  position: absolute;
  top: -26px;
  width: 0;
  height: 22px;
  border-left: 2px solid #76a8df;
}


.hybrid-guide__rate-arrow--issue {
  left: 0;
}

.hybrid-guide__rate-arrow--5y,
.hybrid-guide__rate-arrow--20y,
.hybrid-guide__rate-arrow--25y {
  left: 0;
}

.hybrid-guide__rate-arrow--end {
  right: 0;
  left: auto;
}

.hybrid-guide__rate-mainrate {
  color: #111111;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.hybrid-guide__rate-formula {
  color: #2d3f56;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__rate-add {
  color: #0b5ea8;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.hybrid-guide__rate-period-labels {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: start;
}

.hybrid-guide__rate-period-label {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.hybrid-guide__rate-period-label--fixed {
  color: #0b5ea8;
}

.hybrid-guide__rate-period-label--float {
  color: #4f7fb6;
}

.hybrid-guide__rate-notes {
  margin-top: 12px;
  color: #5a7793;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 900px) {
  .hybrid-guide__feature-grid,
  .hybrid-guide__two-col,
  .hybrid-guide__two-col--wide {
    grid-template-columns: 1fr;
  }

  .hybrid-guide__merit-flow {
    grid-template-columns: 1fr;
  }

  .hybrid-guide__merit-arrow {
    transform: rotate(90deg);
  }

  .hybrid-guide__yield-row {
    grid-template-columns: 92px 1fr;
  }

  .hybrid-guide__rate-line {
    grid-template-columns: 1fr 3fr;
  }
}

@media screen and (max-width: 767px) {
  .hybrid-guide__rate-map {
    padding: 16px;
  }

  .hybrid-guide__rate-sub {
    font-size: 12px;
    line-height: 1.8;
  }

  .hybrid-guide__rate-line {
    grid-template-columns: 92px 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .hybrid-guide__rate-segment {
    font-size: 1.4rem;
    padding: 9px 10px;
  }

  .hybrid-guide__rate-scale {
    grid-template-columns: 1fr 1fr 1fr 1fr 1.3fr;
    margin-bottom: 6px;
  }

  .hybrid-guide__rate-scale-label {
    font-size: 14px;
    line-height: 1.35;
  }



  .hybrid-guide__rate-mainrate {
    font-size: 1.35rem;
  }

  .hybrid-guide__rate-formula {
    font-size: 1.12rem;
  }

  .hybrid-guide__rate-add {
    font-size: 1.55rem;
  }



  .hybrid-guide__rate-period-label {
    font-size: 1.12rem;
  }

  .hybrid-guide__rate-notes {
    font-size: 11px;
    line-height: 1.7;
  }
}
/*---*/
.hybrid-guide__rate-arrow {
  position: absolute;
  top: -26px;
  width: 0;
  height: 22px;
  border-left: 2px solid #76a8df;
}

.hybrid-guide__rate-arrow::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -1px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #76a8df;
}

.hybrid-guide__rate-arrow--issue {
  left: 0;
}

.hybrid-guide__rate-arrow--5y {
  right: -1px;
  left: auto;
}

.hybrid-guide__rate-arrow--20y {
  right: -1px;
  left: auto;
}

.hybrid-guide__rate-arrow--25y {
  right: -1px;
  left: auto;
}

.hybrid-guide__rate-arrow--end {
  right: 0;
  left: auto;
}
/*----------------------*/
@media screen and (max-width: 767px) {
  .iwc-fundholiday-tablewrap-a8N3q {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .iwc-fundholiday-table-a8N3q {
    min-width: 720px;
    width: max-content;
  }
}
	
	  .hybrid-guide__redemption-figure {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .hybrid-guide__redemption-stage {
    min-width: 432px;
  }
.redemption-title_b{
    font-size: 14px;
	padding: 10px 0px 10px 0px;
  }
