@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;
}

@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 13px 13px 13px;
    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%;
    left: 7px;
    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; /* 元の位置から9px分下げる */
}

.cta__btn4_text{
     color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 13px 0px 5px 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% 10px 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: 880px;
    margin: 0px auto 0px auto;
    padding: 30px 40px 30px 40px;
    /* background-image: linear-gradient(165deg, #60b7d1, #4f95cf 43%, #798ed9 100%); */
    color: #ffffff;
    background: #b3b3b3;
    /* border: 10px solid #efefef; */
    border-radius: 5px;
	letter-spacing: 0.09em;
}
 @media (max-width: 768px) {
    .container_explanation {
        padding:20px 5% 0px 5%;
		width: 80%;
		margin: 20px auto 0px auto;
    }
}

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

.explanation__title {
    margin: 0px 0px 0px 0px;
	  font-size: 20px;
	font-weight: 600;
	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;
	font-weight: 600;
	    font-size: 16px;
}
@media screen and (max-width: 575.98px) {
    .explanation__dt {
        flex: 0 0 100%;
        margin-bottom: 5px;
		font-size: 13px;
    }
}
.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:13px;
    }
}
.explanation__dl .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 575.98px) {
   .explanation__dl .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
	font-size: 1.4rem;
}
}

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

@media screen and (max-width: 767px) {
  .caution {
  padding: 4.17949vw 0px 0vw 0px;
 }
}
.cautionbox {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .cautionbox {
  padding: 5% 5% 0px 5%;
 }
}
.caution_ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
	text-align: center;
	    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .caution_ttl {
    font-size: 4vw;
  }
}
.caution_c{
	text-align: center;
}
.caution_txt {
  font-size: 13px;
  line-height: 1.7;
  padding: 1.1rem 0rem 0rem 0rem;
}
.caution_txt_l{
      border-bottom: 1px dotted #a7a7a7;
    padding: 0px 0px 20px 0px;
    display: block;
}
.caution_txt li {
  margin:0px 0px 20px 0px;
  font-weight:normal;
	color: #666;
}
@media screen and (max-width: 767px) {
  .caution_txt li {
	  line-height: 1.9;
 }
}
.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: 6.66667vw;
    background-repeat: no-repeat;
    background-position: center bottom;
	  padding: 40px 0px 0px 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:960px;
  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: 13px;
    font-size: 3.33333vw;
  }
}

.method-1-table__ttl span::before,
.method-1-table__ttl span::after {
  display: inline-block;
  width: 13px;
  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: 13px;
  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: 13px;
}

@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: 13px;
        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 16px 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 14px;
	margin: 0px 13px 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 14px;
	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%;
    left: 7px;
    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: 14px 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: 14px 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 13px 13px 13px;
    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%;
    left: 7px;
    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: 16px;
}

@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: 14px 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%;
    left: 7px;
    transform: translateY(-45%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn3 a {
   width: 60.51282vw;
        padding: 1.7vw;
                background-size: 14px 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: 16px;
}

@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: 14px 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%;
    left: 7px;
    transform: translateY(-45%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cta__btn a {
    width: 60.51282vw;
        padding: 1.7vw;
        background-size: 14px 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: 398px;
    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: 13px;
    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%;
    left: 7px;
    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: 960px;
    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: #0074b8;
    padding: 5px 5px 5px 6px;
    border-radius: 116px;
    line-height: 1.0;
    position: relative;
    top: -5px;
    margin: 0px 5px 0px 0px;
}
.label-v9dk2m {
    font-size: 14px;
    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: 13px;
    padding: 5px 5px 3px 5px;
    margin: 0px 13px 0px 0px;
    border: 1px solid #347ebe;
    display: inline-flex;
    position: relative;
    top: -10px;
    font-weight: normal;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .label-v9dk2m_2 {
    font-size: 58%;
    padding: 5px 5px 3px 5px;
    margin: 0px 6px 0px 0px;
    border: 1px solid #347ebe;
    display: inline-flex;
    position: relative;
    top: -10px;
    font-weight: normal;
    letter-spacing: 0.09em;
}
}
.date-v9dk2m {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
  .date-v9dk2m {
    font-size: 23px;
	  line-height: 1.1;
}
}
.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: 14px 0;
    border-bottom: 1px dotted #347ebe;
}
	@media screen and (max-width: 768px) {
    .row-v9dk2m {
        flex-direction: column;
        text-align: left;
    }
}
	
.value-v9dk2m {
    font-size: 14px;
    text-align: right;
    line-height: 1.0;
}
@media screen and (max-width: 768px) {
    .value-v9dk2m {
    font-size: 16px;
    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;
}

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

.header-q92mnx {
       margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    letter-spacing: 0.09em;
    border-bottom: 1px dotted #ffffff;
    padding: 0px 0px 3px 0px;
    display: block;
}

.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: 25px;
    }
	}
.bond-info-q92mnx {
    font-size:65px;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .bond-info-q92mnx {
        font-size: 31px;
    }
	}
.bond-round-q92mnx {
    font-weight: bold;
	font-size: 70%;
}
.bond-round-q92mnx_in {
    font-size: 150%;
}
.bond-type-q92mnx {
    font-weight: bold;
    margin-left: 5px;
	letter-spacing: 0.07em;
	font-size: 115%;
}

.bond-nickname-q92mnx {
    font-size: 34px;
    display: block;
	padding: 10px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
    .bond-nickname-q92mnx {
    font-size: 17px;
    display: block;
}
	}

.bond-details-q92mnx {
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
    .bond-details-q92mnx {
        flex-direction: column;
        align-items: center;
    }
	}
.detail-box-q92mnx {
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-radius: 8px;
    min-width: 100px;
}
@media screen and (max-width: 768px) {
    .detail-box-q92mnx {
        margin: 5px 0;
    }
	}
.label-q92mnx {
    font-size: 17px;
    color: #ffffff;
    border-bottom: dotted 1px #fff;
    border-top: dotted 1px #fff;
    padding: 5px 0px 5px 0px;
    margin: 0px 10px 3px 0px;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .label-q92mnx {
    font-size: 13px;
    color: #ffffff;
    border-bottom: dotted 1px #fff;
    border-top: dotted 1px #fff;
    padding: 5px 0px 5px 0px;
    margin: 0px 10px 3px 0px;
	letter-spacing: 0.09em;
}
	}
.value-q92mnx {
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .value-q92mnx {
        font-size: 18px;
    }
	}
.value-q92mnx_in {
    font-size: 290%;
	line-height: 1.0;
	    font-weight: 700;
}
@media screen and (max-width: 768px) {
   .value-q92mnx_in {
    font-size: 280%;
	line-height: 1.0;
	    font-weight: 700;
}
	}
.value-q92mnx_in2 {
   font-size: 50%;
    line-height: 1.0;
    font-weight: normal;
    position: relative;
    top: -10px;
}
.condition-date_box{
    font-size: 14px;
    color: #ffffff;
	    letter-spacing: 0.09em;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .condition-date_box {
        font-size: 12px;
    }
}
.condition-date-q92mnx {
    color: #ffffff;
	padding: 10px 0px 0px 0px;
}

.note-q92mnx {
    margin-top: 2px;
    color: #fff;
	padding: 0px 0px 15px 0px;
}


/*----------------------------------------------*/
.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: 44px;
    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;
}
.value-q92mnx_in33 {
    line-height: 1.0;
    font-weight: normal;
    position: relative;
	padding: 40px 0px 0px 0px;
	display: block;
	    color: #fff;
	font-size: 30px;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
.value-q92mnx_in33 {
    line-height: 1.0;
    font-weight: normal;
    position: relative;
	padding: 10px 0px 0px 0px;
	display: block;
	    color: #fff;
	font-size: 30px;
	letter-spacing: 0.07em;
}
	}
.value-q92mnx_in4 {
       font-size: 50%;
    line-height: 1.0;
    font-weight: normal;
    position: relative;
    top: -10px;
}
.value-q92mnx_in44 {
    font-size: 50%;
    line-height: 1.0;
    font-weight: normal;
    position: relative;
    top: -10px;
    border: 1px dotted #fff;
    padding: 4px;
}
@media screen and (max-width: 768px) {
.value-q92mnx_in44 {
    font-size: 13px;
    line-height: 1.0;
    font-weight: normal;
    position: relative;
    top: -10px;
    border: 1px dotted #fff;
    padding: 4px;
}
	}
.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%;
    }
}
.value-q92mnx_in5 {
       font-size: 150%;
    line-height: 1.0;
    font-weight: normal;

}
.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: #77aedd;
}
.step_label_3STEP2025 {
    font-size: 130%;
	line-height: 1.0;
}
.step_text_3STEP2025 {
    font-size: 28px;
    font-weight: bold;
   display: block;
	margin: 20px 0px 0px 0px;
}
@media screen and (max-width: 760px) {
    .step_text_3STEP2025 {
    font-size: 21px;
    font-weight: bold;
   display: block;
	margin: 20px 0px 0px 0px;
}
}
.step_text_3STEP2025_in {
    font-size:80%;
}
.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: #666;
    display: block;
    margin: 13px 0px 10px 0px;
    letter-spacing: 0.07em;
	line-height: 1.7;
}
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025 {
    font-size: 14px;
    color: #666;
    display: block;
	margin: 10px 0px 20px 0px;
	   line-height: 1.7;
}
}

.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: 16px;
    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;
}
.step_detail_3STEP2025_34 {
           font-size: 13px;
    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;
    }
	}
/*----------------------------------------------*/
.benefits_container_2025 {
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 30px 0px;
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .benefits_container_2025 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
		width: 90%;
    }
	}
/* === 左側のテキストエリア === */
.benefits_text_area_2025 {
    width: 60%;
	text-align: center;
}
@media screen and (max-width: 600px) {
    .benefits_text_area_2025 {
        width: 100%;
    }
}
.benefits_heading_2025 {
    font-size: 18px;
    color: #003c76;
    font-weight: bold;
    display: block;
}

.benefits_subheading_2025  {
	 padding: 0px 0px 0px 0px;
}

.balloon3{
    position: absolute;
    padding: 25px 10px 10px 10px;
    width: 60px;
    height: 45px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #347ebe;
    letter-spacing: 0.1em;
    font-size: 13px;
    background-color: #b8e4fd;
    top: -50px;
    left: -150px;
    transform: rotate(-11deg);
    display: block;
}
@media screen and (max-width: 767px) {
  .balloon3{
    position: absolute;
    padding: 25px 10px 10px 10px;
    width: 60px;
    height: 45px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #347ebe;
    letter-spacing: 0.1em;
    font-size: 13px;
    background-color: #b8e4fd;
    top: -40px;
    left: -110px;
    transform: rotate(-11deg);
    display: block;
}
}
.balloon3::before{
      content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #b8e4fd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

.benefits_label_2025 {
        font-size: 14px;
    font-weight: normal;
    padding: 4px 6px 5px 6px;
    letter-spacing: 0.18em;
    border-bottom: dotted 1px #4772be;
    border-top: dotted 1px #4772be;
    position: relative;
	display: inline-block;
}

.benefits_main_text_2025 {
    font-size: 41px;
    font-weight: bold;
    display: block;
    margin: 15px 0px 0px 0px;
	    line-height: 1.0;
}
@media screen and (max-width: 600px) {
    .benefits_main_text_2025 {
                font-size: 27px;
        margin: 15px 0px 0px 0px;
    }
}
.benefits_main_text_2025_in {
    font-size: 130%;
	    line-height: 1.0;
}
.benefits_main_highlight_2025 {
    font-size: 62px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
	line-height: 1.3;
	letter-spacing: 0.09em;
}
@media screen and (max-width: 600px) {
    .benefits_main_highlight_2025 {
        font-size: 36px;
    }
}
.benefits_note_2025 {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 10px;
	    letter-spacing: 0.09em;
}
@media screen and (max-width: 600px) {
    .benefits_note_2025 {
        font-size: 12px;
    }
}
/* === 右側の画像エリア === */
.benefits_image_area_2025 {
    width: 40%;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .benefits_image_area_2025 {
        width: 100%;
        text-align: center;
        margin: 10px 0px 0px 0px;
    }
}
.benefits_image_2025 {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/*---------------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 16px 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: 16px;
    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: 14px;
    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: -14px;
	  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: 14px;
	  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: 16px;
}
}

 .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: 14px;
    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: 160%;
	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: 116px;
    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%;
    left: 7px;
    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 13px 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 14px;
    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%;
    left: 7px;
    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.0;
}
}
.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: 13px;
}

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

.support-notice ul li {
  font-size: 13px;
    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: 14px;
	 line-height: 1.7;
	  margin:0% 0% 25px 0%;
  }
}
.support-text_in {
  font-size: 125%;
    display: inline;
    position: relative;
    top: -3px;
    letter-spacing: 0.11em;
}
/*------------------------------------------------------------------------------*/
.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: 16px;
    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 15px 15px 15px;
    border: 3px solid #f9d4db;
    font-size: 16px;
			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: 14px;
            }
}
    .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;
            }
        }

/*-----------------------------------*/
.slash {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size:20px;
    padding: 10px 0px 13px 0px;
	text-align: center;
	color:#347ebe;
	    letter-spacing: 0.09em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
   .slash {
    font-size: 16px;
	   padding: 10px 0px 10px 0px;
}
	}
.slash::before,
.slash::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #347ebe;
    margin: 4px 4px 4px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}
.slash_in {
	 font-size: 80%;
	}
/*-----------------------------------*/
.canvas{
      background-image: linear-gradient(165deg, #0095ff, #64aadc 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: 16px;
    height: 16px;
    min-width: 16px;
    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: 14px;
        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: 16px;
	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;
}
