@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", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  color:#0068b7;
}

@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: 398px;
    margin: 0 auto;
    transition: 0.3s;
    color: #222;
    border-radius: 100px;
    background: #ffcb40 url(../images/arrow2.png) center right 16px no-repeat;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow: 0 3px #957200;
    position: relative;
    top: 0;
    display: block;
    padding: 13px;
    text-align: center;
    letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .cta__btn2 a {
                width: 70%;
        padding: 2.65385vw 2.65385vw 2.15385vw 2.65385vw;
        background:#ffcb40 url(../images/arrow2.png) center right 16px no-repeat;
        background-size: 1.66667vw 3.07692vw;
        font-size: 17px;
        line-height: 1.0;
        box-shadow: 0 3px #957200;
  }
}

.cta__btn2 a:hover {
  opacity: 0.7;
	top: 5px; /* 元の位置から9px分下げる */
}

.cta__btn4_text{
     color: #f6e7ea;
    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{
     color: #f6e7ea;
    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;
  }
}

/*-----------------------------present---------------------------*/
section.present {
  background: #f1f4f8;
	padding:40px 0px 0px 0px;
}
 @media (max-width: 768px) {
  section.present {
    padding:0px 0px 20px 0px;
  }
}

.present-ttl {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .present-ttl {
    font-size: 6.66667vw;
  }
}
div.present-inner div.present-content {
  width: 35%;
}
@media (max-width: 768px) {
  div.present-inner div.present-content {
    width: 100%;
  }
}
div.present-inner div.present-content p {
  line-height: 2;
  margin: 20px 0px 18px 0px;
}
@media (max-width: 768px) {
  div.present-inner div.present-content p {
    margin-bottom: 32px;
  }
}

.presentbox {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}
@media screen and (max-width: 767px) {
  .presentbox {
  padding: 0 16px 48px;
 }
}

div.presentbox div.present-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  div.presentbox div.present-inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}

div.present-image {
  width: 50%;
}
@media (max-width: 768px) {
  div.present-inner div.present-image {
    width: 100%;
    height: 240px;
    margin-top: 32px;
  }
}
div.present-inner div.present-image img {
  width: 100%;
}

@media (max-width: 768px) {
  div.present-inner div.present-image img {
    height: 100%;
    object-fit: cover;
  }
 }
/*------------------------------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 {
    /*border-top: 1px solid #99b1c8;*/
    font-weight: var(--font-light);
}
@media screen and (min-width: 768px) {
    .explanation__dl {
        /*padding: 0px 16px 20px 16px;*/
    }
}

[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;
    /*border-bottom: 1px solid #99b1c8;*/
	font-size: 1.4rem;
}
@media screen and (max-width: 575.98px) {
   .explanation__dl .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    /*border-bottom: 1px solid #99b1c8;*/
	font-size: 1.4rem;
}
}

/*-------------------------------caution----------------------------*/
.caution {
  /*background-color: #f1f4f8;*/
}

@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: #222;
}
@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, #0068b7, #0068b7 43%, #0068b7 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 0px no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
   .bg_top_in {
  background: url(../images/b1.png) center 1500px no-repeat;
    background-size: 130%;
}
}
.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%;
    /*padding: 0 6.15385vw 10.25641vw;*/
  }
  
}

.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:#a67901;
    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:#0068b7;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius:8px;
  color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 0.09em;
}

@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: 3px 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: 2px 4px 0px 14px;
        margin: 0px 0px 5px 0px;
        display: inline-flex;
        position: relative;
        top: -3px;
        font-weight: normal;
}
}
.method-3-lead__ttl span.method-3-lead__s {
	color:#a67901;
    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;
    /* gap: 8px; */
    box-sizing: border-box;
    width: 400px;
    margin: 0 auto 30px auto;
    transition: 0.3s;
    color: #222;
    border-radius: 100px;
    background: #ffcb40 url(../images/arrow2.png) center right 16px no-repeat;
    background-size: 10px 15px;
    backface-visibility: hidden;
    padding: 10px 0px 10px 0px;
    position: relative;
    top: 0;
    box-shadow: 0 3px #957200;
    display: block;
    text-align: center;
	    letter-spacing: 0.09em;
	animation: btn_animation 1.5s infinite ease-in-out;
}
@keyframes btn_animation {
  0% {
      box-shadow: 0 4px 0 rgb(0, 0, 0, 0.3);
      top: 0px;
  }
  10% {
      box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
      top: 3px;
  }
  20% {
      box-shadow: 0 4px 0 rgb(0, 0, 0, 0.3);
      top: 0px;
  }
  30% {
      box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
      top: 3px;
  }
  40% {
      box-shadow: 0 4px 0 rgb(0, 0, 0, 0.3);
      top: 0px;
  }
}
@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: #d12626 url("../images/arrow3.png") center right 36px no-repeat;*/
  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;
    /*background: #fff url("../images/.png") center right
      7.69231vw no-repeat;*/
    /*background-size: 6.66667vw 3.07692vw;*/
    -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 {
    /*height: 27.17949vw;*/
  }
}

.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: 400px;
    margin: 0 auto 30px auto;
    transition: 0.3s;
    color: #222;
    border-radius: 100px;
    background: #ffcb40 ;
    background-size: 14px 24px;
    backface-visibility: hidden;
    padding: 8px 0px 7px 0px;
    position: relative;
    top: 0;
    box-shadow: 0 3px #76424c;
	animation: btn_animation 1s infinite;
}

@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: 398px;
    margin: 0 auto;
    transition: 0.3s;
    color: #fff;
    border-radius: 100px;
    background: #47afed url(../images/arrow2.png) center right 16px no-repeat;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow: 0 3px #29698f;
    position: relative;
    top: 0;
    display: block;
    padding: 13px;
    text-align: center;
    letter-spacing: 0.09em;
}

@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 10px 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: #0068b7;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #ffffff url(../images/arrow4.png) center right 16px no-repeat;
    background-size: 14px 8px;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 3px #adc4e0;
    text-align: center;
	    letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .cta__btn3 a {
   width: 60.51282vw;
        padding: 1.7vw;
        background: #ffffff url(../images/arrow4.png) center right 2.69231vw no-repeat;
                background-size: 14px 8px;
        font-size: 3.15385vw;
        position: relative;
        top: 0;
        display: block;
        box-shadow: 0 3px #adc4e0;
        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;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #ffffff url(../images/arrow4.png) center right 16px no-repeat;
    background-size: 14px 8px;
    backface-visibility: hidden;
    position: relative;
    top: 0;
    display: block;
    box-shadow:0 3px #adc4e0;
    text-align: center;
	        color: #0068b7;
}

@media screen and (max-width: 767px) {
  .cta__btn a {
    width: 60.51282vw;
        padding: 1.7vw;
        background: #ffffff url(../images/arrow4.png) center right 2.69231vw no-repeat;
        background-size: 14px 8px;
        font-size: 3.15385vw;
        position: relative;
        top: 0;
        display: block;
        box-shadow:0 3px #adc4e0;
        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: 1px solid #0f3d9a;*/
  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;
    color:#7b97c2;
    background-color: #e5f0ff;
}

@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: #222;
    border-radius: 100px;
    background: #ffcb40 url(../images/arrow2.png) center right 16px no-repeat;
    background-size: 10px 15px;
    backface-visibility: hidden;
    box-shadow: 0 3px #957200;
    position: relative;
    top: 0;
    display: block;
    padding: 13px;
    text-align: center;
    letter-spacing: 0.09em;
}

@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: 900px;
    text-align: left;
	letter-spacing: 0.09em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #222;
	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;
	color: #0068b7;
}
@media screen and (max-width: 768px) {
   .header-v9dk2m {
    display: block;
    width: 100%;
    align-items: center;
	text-align: center;
	   padding: 10px 0px 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 #0068b7;
    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 #0068b7;
    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 #3f7299;
}
	@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;
}
.value-v9dk2m_in_3 {
    font-size: 110%;
	line-height: 0.5;
	position: relative;
	top:1px;
}
/*----------------------------------------------*/
.container-q92mnx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

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

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

.logo-q92mnx {
    width: 230px;
}

.main-title-q92mnx {
    font-size: 54px;
    font-weight: bold;
    color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 768px) {
    .main-title-q92mnx {
        font-size: 25px;
        line-height: 1.4;
        padding: 0px 0px 10px 0px;
    }
	}
.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: 20px;
    display: block;
    padding: 10px 0px 0px 0px;
    letter-spacing: 0.09em;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .bond-nickname-q92mnx {
    font-size: 12px;
    display: block;
}
	}

.bond-details-q92mnx {
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
	font-weight:normal;
	    animation: 2s ease-in-out 0s infinite normal none running sway;
}
@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: 230%;
	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;
}
.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: 65%;
	text-align: left;
}
@media screen and (max-width: 600px) {
    .step_text_area_3STEP2025 {
        width: 100%;
    }
}
.step_image_area_3STEP2025 {
    width: 30%;
    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 {
	   background-image: linear-gradient(165deg, #0068b7, #2598f0 43%, #0068b7 100%);
    color: white;
    padding: 7px 0px 7px 0px;
    text-align: center;
    font-weight: bold;
    display: block;
    letter-spacing: 0.13em;
    margin: 20px 0px 0px 0px;
    font-size: 17px;
	    border-radius: 5px;
}
.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:70%;
	display: block;
	font-weight: normal;
}
@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: #222;
    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: #222;
    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: #222;
    padding: 10px 0px 8px 0px;
    display: block;
	font-weight: 600;
    }
.step_detail_3STEP2025_3 {
          font-size: 12px;
    color: #222;
    padding: 5px 0px 20px 0px;
    display: block;
    line-height: 1.7;
    }
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025_3 {
        font-size: 12px;
	color: #222;
	padding: 0px 0px 20px 0px;
	display: block;
	   line-height: 1.7;
    }
	}
.step_detail_3STEP2025_34 {
           font-size: 13px;
    padding: 10px 0px 20px 0px;
    line-height: 1.5;
    display: inline-block;
    }
@media screen and (max-width: 600px) {
   .step_detail_3STEP2025_34 {
        font-size: 12px;
	padding: 10px 0px 20px 0px;
	   line-height: 1.7;
    }
	}
/*----------------------------------------------*/
.benefits_container_2025_top {
    max-width: 960px;
    margin: auto;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 16px 0px;
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .benefits_container_2025_top {
        flex-direction: column;
        text-align: center;
        padding: 20px;
		width: 90%;
    }
	}


.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;
	gap: 2%;
}
@media screen and (max-width: 600px) {
    .benefits_container_2025 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
		width: 90%;
    }
	}
/* === 左側のテキストエリア === */
.benefits_text_area_2025 {
    width: 50%;
	text-align: center;
	    background: #e9f0f8;
	padding: 10px 0px 20px 0px;
}
@media screen and (max-width: 600px) {
    .benefits_text_area_2025 {
        width: 100%;
		margin: 0% 0% 2% 0%;
    }
}
.benefits_heading_2025 {
    font-size: 18px;
    color: #003c76;
    font-weight: bold;
    display: block;
	animation: poyo2 2s ease-out infinite;
}

.benefits_subheading_2025  {
	 padding: 0px 0px 0px 0px;
	 /*animation: poyo2 2s ease-out infinite;*/
}
@keyframes poyo2 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.balloon3{
    position: absolute;
    padding: 25px 10px 10px 10px;
    width: 60px;
    height: 45px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #0068b7;
    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: #0068b7;
    letter-spacing: 0.1em;
    font-size: 13px;
    background-color: #b8e4fd;
    top: -90px;
        left: -20px;
    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;
	animation: poyo2 2s ease-out infinite;
	display: inline-block;
}
.benefits_label_2025_t {
	animation: poyo2 2s ease-out infinite;
}
.benefits_main_text_2025 {
    font-size: 39px;
    font-weight: bold;
    display: block;
    margin: 15px 0px 0px 0px;
	    line-height: 1.2;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 600px) {
    .benefits_main_text_2025 {
                font-size: 27px;
        margin: 15px 0px 0px 0px;
    }
}
.benefits_main_highlight_2025_1 {
    font-size: 60%;
}
.benefits_main_highlight_2025_2 {
           font-size: 40%;
    padding: 8px;
    background: #0068b7;
    color: #fff;
    line-height: 1.0;
    border-radius: 100px;
    margin: 0px 5px 0px 5px;
    position: relative;
    top: -5px;
}
.benefits_main_text_2025_3 {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin: 15px 0px 0px 0px;
	    line-height: 1.2;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 600px) {
    .benefits_main_text_2025_3 {
                font-size: 19px;
        margin: 15px 0px 0px 0px;
    }
}
.benefits_main_highlight_2025 {
    font-size: 39px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
@media screen and (max-width: 600px) {
    .benefits_main_highlight_2025 {
        font-size: 30px;
    }
}
.benefits_note_2025 {
    font-size: 14px;
    color: #222;
    display: block;
    margin-top: 10px;
	    letter-spacing: 0.09em;
	line-height: 1.8;
}
@media screen and (max-width: 600px) {
    .benefits_note_2025 {
        font-size: 12px;
		padding: 0% 3% 0% 3%;
    }
}

.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: 50px;
	display: block;
	font-weight: 600;
}
@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_2 {
  font-size: 100%;
  display: inline-block;
	line-height: 1.0;
}
.member_common-ttl_in2_3 {
  font-size: 100%;
  display: inline-block;
	line-height: 1.0;
}
.member_common-ttl_in2_4 {
	    font-size: 16px;
    font-weight: normal;
    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: -14px;
}
@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;
    background-color: #e4f0ff;
    border-radius: 8px;
	    border-right: 1px solid #c0d3eb;
	border-left: 1px solid #c0d3eb;
	border-bottom: 1px solid #c0d3eb;
}

.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: #0068b7;
	    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:#0068b7;
}
}
.fukidashi-01-06::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #0068b7; /* 背景色と同じ色を指定 */
  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: #0068b7;
	    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: #0068b7; /* 背景色と同じ色を指定 */
  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: #89b3e6;
    text-align: center;
    font-size: 17px;
    line-height: 1.0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #ffffff;
    /* border: 1px solid #fff; */
    font-weight: normal;
}
@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: #0068b7;
    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: #0068b7;
	 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: #0068b7;
    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: #0068b7;
	font-weight: 600;
	position: relative;
}
@media screen and (max-width: 767px) {
   .member-3-tit3_in2 {
    font-size: 19px;
    line-height: 27px;
	color: #0068b7;
	font-weight: 600;
	position: relative;
}
}
.member-3-tit4 {
    font-size: 12px;
    line-height: 19px;
	color: #0068b7;
	border-top: 1px dotted #0068b7;
    border-bottom: 1px dotted #0068b7;
	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: #0068b7;
	border-top: 1px dotted #0068b7;
    border-bottom: 1px dotted #0068b7;
	padding: 5px 0% 5px 0%;
	margin: 0% 10% 4% 10%;
	 text-align: center;
}
}
 .member-3-tit3_in3 {
    font-size: 160%;
	color: #28a1e9;
	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;
}
}
/*---------3つの特長　ふわふわ拡大縮小アニメーション---------------------------------------------------------------------*/
.animation7{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe7{
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}

@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}

/*--------------------------------------PC SP support-------------------------------------*/
.support {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
	color:#5F5F5F;
}

.support .support-notice a {
  text-decoration:underline;
}
.support .support-notice a:hover {
  text-decoration:underline;
}

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

.support-box {
 box-sizing: border-box;
    max-width: 958px;
    margin: 0px auto 20px auto;
    padding: 31px 42px 20px 42px;
    background-color: #e4f0ff;
    border-radius: 8px;
    border: 1px solid #c0d3eb;
}

@media screen and (max-width: 767px) {
  .support-box {
    margin: 2vw 5% 3vw 5%;
    padding: 5.15385vw 3.41026vw 5.15385vw 3.41026vw;
  }
}

.support-box p {
  font-size: 1.8rem;
  text-align: center;
}

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

.support-box p:not(:last-child) {
  margin-bottom: 20px;
}

.support-box p.support-box-notice {
  color: #0f3d9a;
}

.support-box__ttl {
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0px 6px 0px;
  text-align: center;
  color: #0068b7;
}

@media screen and (max-width: 767px) {
  .support-box__ttl {
    font-size: 2.4rem;
	line-height: 1.2;
	    margin: 0px 0px 0px 0px;
  }
}

.support-box__ttl_in {
      font-size: 19px;
    padding: 0px 0px 15px 0px;
    display: block;
    letter-spacing: 0.08em;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
  .support-box__ttl_in {
  font-size: 15px;
	  padding: 0px 0px 5px 0px;
 }
}
.support-box__tel {
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 956px) {
  .support-box__tel  {
  flex-wrap: wrap;
	width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .support-box__tel a.no {
    pointer-events: none;
  }
}

.support-box__tel .support_t_r {
display: block;
text-align: center;
padding: 3px 0px 10px 0px;
line-height: 1.6;
font-size: 14px;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 956px) {
 .support-box__tel .support_t_r {
        display: block;
        text-align: center;
        padding: 4px 0px 0px 0px;
        line-height: 1.6;
        font-size: 12px;
        letter-spacing: 0.07em;
}
}
.support-notice {
  line-height: 1.66;
  max-width: 960px;
  margin: 0 auto;
  overflow-wrap: break-word;
  padding: 0px 0px 30px 0px;
}

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

.support-notice ul li {
  font-size: 13px;
	display: block;
	margin:0% 0% 11px 0%;
	font-weight: lighter;
}

@media screen and (max-width: 767px) {
  .support-notice ul li {
    font-size: 12px;
	 line-height: 1.7;
	  margin:0% 0% 10px 0%;
  }
}
/*------------*/
.support-notice__ttl {
        font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 38px 0px 13px 0px;
    display: block;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.support-notice__ttl {
font-weight: 700;
		line-height: 1.4;
		margin: 38px 0px 6px 0px;
}
}

.support_list{
  margin: 0px 0px 0px 0px;
  width: 50%;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
.support_list{
  margin: 0px 0px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
}
.support-box__tel a{
	display: block;
}
/*------------*/
.support-area2-btn a {
  position: relative;
  top: 0;
  display: block;
  margin: 17px 0px 17px 0px;
  padding: 6px 0px 0px 0px;
  box-shadow: 0 3px #001e52;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
   background: #0068b7 url(../images/arrow2.png) center right 16px no-repeat;
   background-size: 10px 15px;
	height: 37px;
}
@media screen and (max-width: 767px) {
.support-area2-btn a {
              margin: 17px auto 7px auto;
        width: 80%;
        height: auto;
        font-size: 17px;
        padding: 9px 0px 4px 0px;
}
}
.support-area2-btn a:hover {
  top: 3px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #4C0F13; /* 影を0pxにする */
  background: #769be5 url(../images/arrow2.png) center right 16px no-repeat;
  background-size: 10px 21px;
}

.support-area3-btn a {
  position: relative;
  top: 0;
  display: block;
  margin: 17px 0px 17px 0px;
  padding: 8px 0px 0px 0px;
  background-color: #0068b7;
  box-shadow: 0 3px #001e52;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
	height: 35px;
}
@media screen and (max-width: 767px) {
.support-area3-btn a {
  margin: 17px auto 7px auto;
        width: 80%;
	height: auto;
	font-size: 17px;
	padding: 6px 0px 5px 0px;
}
}
.support-area3-btn a:hover {
  top: 3px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #001e52 /* 影を0pxにする */
  background: #769be5 url(../images/arrow2.png) center right 16px no-repeat;
  background-size: 10px 21px;
}

.support-text_in{
font-size: 130%;
	display: inline;
}
.support-area2-btn .support_img_r{
	display: inline-block;
	width: 9%;
	position: relative;
    top: 5px;
}
@media screen and (max-width: 767px) {
.support-area2-btn .support_img_r{
	display: inline-block;
	width: 9%;
	position: relative;
    top: 0px;
}
}
.support-area3-btn .support_img_r{
	display: inline-block;
    width: 9%;
    position: relative;
    top: 1px;
}

/*------------------------------------------------------------------------------*/
.notice-container-xyz123 {
            width: 100%;
            max-width: 900px;
            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.3;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 16px;
    background-color:#1382d7;
    top: -30px;
    left: 15px;
    transform: rotate(-11deg);
    display: block;
	animation: 2s ease-in-out 0s infinite normal none running sway;
}
@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@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:#1382d7;
        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 #1382d7;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}

.notice-header-xyz123 {
            background-color: #fd9caf;
    color: white;
    text-align: center;
    padding: 4px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.09em;
        }
@media screen and (max-width: 600px) {
            .notice-header-xyz123 {
                font-size: 14px;
                padding: 8px;
            }
			}

.notice-box-xyz123 {
    padding: 15px 15px 15px 15px;
    background-color: #dfeeff;
    border: 1px solid #c0daf8;
    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: #0068b7;
    display: block;
    margin-bottom: 10px;
        }
@media screen and (max-width: 600px) {
            .notice-bold-xyz123 {
                font-size: 14px;
            }
}
        .notice-bold-xyz1234 {
            font-weight: bold;
    color: #ffcb40;
    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: #222;
    margin:0px 0px 15px 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:#0068b7;
	    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: #0068b7;
    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, #0068b7, #0068b7 43%, #0068b7 100%);
}
.canvas_bg{
          background: url(../images/b1.png) center 0px no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 768px) {
  .canvas_bg{
       background: url(../images/b1.png) center 0px no-repeat;
    background-size: 130%;
}
	}
/*.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;
}
}

/*----------------------------------------------*/
.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: #f43d61;
    -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;
        background: #f43d61;
        -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;
}
	}
/*------*/
.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;
}
	}
.value-q92mnx_in4 {
       font-size: 50%;
    line-height: 1.0;
    font-weight: normal;
    position: relative;
    top: -10px;
}
.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_in5 {
       font-size: 150%;
    line-height: 1.0;
    font-weight: normal;

}
.t_k {
    background: #f43d61;
    text-align: center;
    color: #fff;
    padding: 11px 0px 11px 0px;
    letter-spacing: 0.39em;
    font-size: 20px;
    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;
}