@charset "UTF-8";
/* =======================================

PC用設定

======================================= */
.sp {
  display: none !important;
}

.wrap_out a:not(.no_hover):hover, .wrap_in a:not(.no_hover):hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.wrap_out a:not(.no_hover):hover img, .wrap_in a:not(.no_hover):hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.container {font-weight:bold;}


/* cvc
------------------------------- */
.cvc {background:#f6fafa;}
.cvc .cvc--in {width:80rem;padding:10rem 0;}
.cvc .cvc_box {border-radius:1rem;border:solid 1px #346dbc;overflow:hidden;background:#fff;padding-bottom:3rem;}
.cvc .cvc_box .cvc_head h2,
.cvc .cvc_box .cvc_head span {text-align:center;position:relative;padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;}
.cvc .cvc_box .cvc_head h2 {background:#346dbc;color:#fff;}
.cvc .cvc_box .cvc_head span {display:block;background:#fff377;color:#346dbc;}
.cvc .cvc_box .cvc_head span:before {}
.cvc .cvc_box img {width:100%;display:block;}
.cvc .cvc_box .btnA {margin:0 auto;}


/* MV
------------------------------- */
.mv {
  width: 100%;
  height: 55rem;
  overflow:hidden;
  background:url("../img/subsc/pc/mv-bg.webp") no-repeat center top;
  background-size:100% auto;
}
.mv--in {
  height:100%;
  padding-top: 10.8rem;
  position: relative;
  
}
.mv img {
  display: block;
}
.mv_box {width:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.mv_box img {width:100%;}
.mv .btnA {position:absolute;left:50%;top:63%;transform:translate(-50%,0);}




/* lp_links
------------------------------- */
.ttl_h2_udln {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4.2rem;
  letter-spacing: 0.26em;
  color: #616468;
  text-align: center;
  margin-bottom: 5.4rem;
	position:relative;
}
.ttl_h2_udln span {
  padding-bottom: 0.5rem;
  border-bottom: 0.3rem solid #616468;
}


.lp_links {background-color: #e9f6fa;}
.lp_links .sec01--in {padding: 10rem 0 10rem;}
.lp_links .ttl_h2_udln {margin-bottom: 10rem;}
.lp_links .ttl_h2_udln span {padding: 0 1em 2rem;border-width:1px;}
.lp_links .ttl_h2_udln:after {content:'▼';color:#68b8de;position:absolute;left:50%;top:6rem;transform:translate(-50%,0);}

.lp_links ul {display:flex;justify-content:space-between;}
.lp_links ul li {width: calc(50% - 0.25px - 2.9rem);}
.lp_links ul .box {border-radius:1rem;border:solid 1px #346dbc;overflow:hidden;margin-bottom: 2.5rem;}
.lp_links ul .box .box_head {background:#346dbc;padding: 1.2rem 0;}
.lp_links ul .box .box_head h3,
.lp_links ul .box .box_head p {text-align:center;color:#fff;position:relative;}
.lp_links ul .box .box_head h3 {margin-bottom: 2.5rem;}
.lp_links ul .box .box_head h3:after {content:'▼';position:absolute;left:50%;top:2.8rem;transform:translate(-50%,0);}
.lp_links ul .box .box_head p:after {content:'';display:block;width:10em;height:1px;background:#fff;position:absolute;left:50%;top:2.8rem;transform:translate(-50%,0);}
.lp_links ul .box img {width:100%;display:block;}

.lp_links .btnA {width:auto;border-radius:1rem;}
.lp_links .btnA span {border-radius:1rem;}





/* sec02
------------------------------- */
.ttl_h2_line {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  color: #336dbb;
  margin-bottom: 5.9rem;
}
.ttl_h2_line span {
  display: inline-block;
  text-align: center;
}
.ttl_h2_line span small {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding-top: 0.4rem;
}
.ttl_h2_line::before {
  content: "";
  display: block;
  width: 4.3rem;
  aspect-ratio: 43/60.75;
  background-image: url("../img/parts/ttl_line.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.ttl_h2_line::after {
  content: "";
  display: block;
  width: 4.3rem;
  aspect-ratio: 43/60.75;
  background-image: url("../img/parts/ttl_line.svg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.ttl_h2_line b {color:#d8010f;}

.ttl_h2_line._wh {
  color: #fff;
}
.ttl_h2_line._wh::before, .ttl_h2_line._wh::after {
  background-image: url("../img/parts/ttl_line_wh.svg");
}



.sec02 {
  /* background-image: url("../img/subsc/pc/b-bg.webp"); */
  background-position: center 0;
  background-size: auto 6.8rem;
  background-repeat: repeat-x;
}
.sec02--in {
  padding-top: 14.7rem;
  padding-bottom: 8.8rem;
}
.sec02--anchor {
  display: flex;
  align-items: center; /* 縦方向*/
  justify-content: space-between; /*横方向*/
  flex-wrap: wrap;
}
.sec02--anchor li {width: calc(50% - 0.25px - 2.9rem);margin: 0 0 3rem;}
.sec02--anchor--item {
  display: table-cell;
  width:100rem;
  height: 7rem;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.06em;
  color: #336dbb !important;
  text-align: center;
  border: 1px solid #336dbb;
  border-radius: 50rem;
  background-image: url("../img/parts/arrow_b_blu.svg");
  background-size: 1.163rem auto;
  background-position: right 4rem center;
  background-repeat: no-repeat;
  background-color: #fff;
  
  
}
span.sec02--anchor--item {background-image:none;}
.sec02--anchor--item strong {
  font-size: 2.1rem;
  color: #d8010f;
}
.sec02--anchor--item small {
  font-size: 1.2rem;
}
.sec02--anchor--item ._text_img {
  width: auto;
  height: 2.2rem;
  vertical-align: sub;
  margin-top: 0.5rem;
}

/* sec03
------------------------------- */
.sec03 {
  background-image: url("../img/sec03/bg_1.png.webp");
  background-size: 192rem auto;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #68b8de;
}
.no-webp .sec03 {
  background-image: url("../img/sec03/bg_1.png");
}
.sec03--in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7.9rem 5.8rem;
  width: 96rem;
  padding-top: 15rem;
  padding-bottom: 7.8rem;
  position: relative;
}
.sec03--in--item {
  width: calc((100% - 0.5px - 5.8rem) / 2);
}
.sec03--in--item .num {
  display: block;
  width: 8rem;
  margin: 0 auto 1.5rem;
}
.sec03--in--item--ttl {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end; /* 縦方向*/
  justify-content: center; /*横方向*/
  flex-wrap: wrap;
  min-height: 4.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.15rem;
  letter-spacing: 0.05em;
  color: #fff377;
  border-bottom: 2px solid #fff377;
  margin-bottom: 1.2rem;
  text-align: center;
padding-bottom: .8rem;
}
.sec03--in--item--ttl._small {
  font-size: 2.1rem;
}
.sec03--in--item--ttl .text_900 {
  width: 6.6rem;
  height: auto;
  vertical-align: sub;
  margin: 0 0.2em;
}
.sec03--in--item--p1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3.15rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-bottom: 2.1rem;
}
.sec03--in--item--p1 .text_1 {
  width: 0.9rem;
  height: auto;
  margin: 0 0.35em;
  vertical-align: sub;
}
.sec03--in--item--img {
  display: block;
  width: 100%;
  aspect-ratio: 45/30;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.9rem;
}
.sec03--in--item--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03--in--item--p2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 3.4rem;
}
.sec03 .btnD > span {
	background-image: url("../img/parts/arrow_r_blu.svg");
	background-size:auto 1.163rem;
}
#point02 .sec03--in--item--p2 {text-align:center;}
#point02 .sec03--in--item--p2 small {display:block;font-size:1rem;line-height:1.5rem;margin-bottom:1rem;}
#point02 .sec03--in--item--p2 span {display:block;font-size:2rem;line-height:4rem;margin-top:1rem;}
#point02 .sec03--in--item--p2 strong {font-size:4rem;}

#point04 .sec03--in--item--ttl small {display:block;width:100%;font-size:1.8rem;text-align:center;}
#point04 .sec03--in--item--p2 {margin-bottom: 2rem;padding-bottom: 2rem;border-bottom:solid 1px #fff;}
#point04 ol {display:flex;justify-content: flex-start;flex-wrap: wrap;color:#fff;}
#point04 ol li {margin-right:1em;}


/* note
------------------------------- */
.note {background:#fff;}
.note--in {padding:10rem 0;}
.note h3 {font-size:3rem;line-height:1.5rem;font-weight: bold;text-align:center;background:#fff377;border-radius:50rem;position:relative;padding:4rem 0;margin-bottom: 6rem;}
.note h3:after {content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.5rem solid #fff377;
  border-bottom: 0;
  position:absolute;left:50%;top:100%;transform:translateX(-50%);
}
.note h3 span {border-bottom:solid 1px #000;padding-bottom: .6rem;}
.note .note_box {width:50rem;margin:0 auto;}
.note .note_box .image {margin-bottom: 4rem;}
.note .note_box p {color:#346dbc;text-align:center;margin-bottom: 4rem;}
.note .note_box .btnA {margin:0 auto;}


/* will
------------------------------- */
.will {background:#fff;padding:10rem 0 5rem;}
.will .ttl_h2_line {margin-bottom: 2.5rem;}
.will .will--p1 {color:#336dbb;text-align:center;margin-bottom:7rem;position: relative;}
.will .will--p1:after {content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.5rem solid #68b8de;
  border-bottom: 0;
  position:absolute;left:50%;top:5rem;transform:translateX(-50%);}
.will--in {width: 80rem;}
.will li {border-radius:1rem;border:solid 1px #346dbc;overflow:hidden;background:#fff;margin-bottom:5rem;}
.will li .will_in {width: 65rem;margin:0 auto;}
.will li .q {background:#336dbb url("../img/subsc/pc/q.webp") no-repeat;background-size:5.5rem auto;background-position:3rem center;color:#fff;padding:2rem 0;}
.will li .q h3 {font-size: 2rem;font-weight: bold;padding-left:3rem;}
.will li .a {background:#f6fafa url("../img/subsc/pc/a.webp") no-repeat;background-size:5.5rem auto;background-position:3rem 2rem;color:#336dbb;padding:3rem 0 5rem;}
.will li .a p {margin-bottom:3rem;padding-left:3rem;}
.will li > div {}
.will li.will_02 .a .image {display: flex;
  justify-content: space-between;
  gap: 5rem;
  width: 30rem;
}


/* sec04
------------------------------- */
.sec04 {
  background-image: url("../img/sec04/bg_01.png.webp");
  background-size: 192rem auto;
  background-position: center 0;
  background-repeat: no-repeat;
}
.no-webp .sec04 {
  background-image: url("../img/sec05/bg_01.png");
}
.sec04--in {
  padding-top: 14.7rem;
  padding-bottom: 7.9rem;
  position: relative;
}
.sec04--in .wd_1 {
  display: block;
  width: 15rem;
  position: absolute;
  top: 0;
  left: 16.7rem;
  z-index: 1;
}
.sec04--slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 99rem;
  margin: 0 auto 0;
}
.sec04--slide--in {
  width: 30rem !important;
  background-color: #fff;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  margin: 0 1.5rem;
  padding-bottom: 1.9rem;
}
.sec04--slide--img {
  height: 20rem;
  background-color: #e1f0f5;
  padding-top: 3.7rem;
}
.sec04--slide--img img {
  display: block;
  width: auto;
  height: 13.1rem;
  margin: 0 auto;
}
.sec04--slide .num_img {
  display: block;
  height: 3rem;
  margin: -2.5rem auto 1.5rem 2rem;
}
.sec04--slide--p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  color: #336dbb;
  padding: 0 2rem;
  margin-bottom: 2.1rem;
}
.sec04--slide--prpf {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #336dbb;
  text-align: right;
  padding: 0 2rem;
}




/* safety
------------------------------- */
.safety {background:#fff;padding:10rem 0 0;}
.safety .ttl_h2_line {margin-bottom: 2.5rem;}
.safety .safety--p1 {color:#336dbb;text-align:center;margin-bottom:4rem;position: relative;}

.safety01 {background:url("../img/subsc/pc/g-01-bg.webp") no-repeat center;background-size:cover;position:relative;padding:7rem 0 6rem;}
.safety01:after {
	content: '';
  position: absolute;
  left: 50%;
  bottom: -4.8rem;
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10rem solid transparent;
  border-left: 10rem solid transparent;
  border-top: 5rem solid #e5e5e5;
  border-bottom: 0;
}
.safety01 .image {width:90rem;margin:0 auto;}
.safety01 .next_text {
	position: absolute;
  left: 50%;
  bottom: -0.5em;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
	background: url("../img/nece/cont2_icon.webp") no-repeat center top;
    background-size: auto;
  background-size: 2em auto;
	padding-top: 1em;
}
.safety02 {background:url("../img/subsc/pc/g-02-bg.webp") no-repeat center;background-size:cover;padding: 10rem 0 4rem;}
.safety02 h3 {width:90rem;margin:0 auto 5rem;}
.safety02 .image {width:80rem;margin:0 auto 3rem;}
.safety02 p {width:80rem;font-size:1rem;border:solid 1px #fff;color:#fff;padding:1rem .5rem;margin:0 auto;}



/* sec06
------------------------------- */
.sec06 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  /*background-image: url("../img/sec06/bg_01.png.webp"), url("../img/sec06/bg_02.png.webp");*/
  background-size: 192rem auto;
  background-position: center 0, center bottom;
  background-repeat: no-repeat;
}
.sec06 .sec06--in {width:80rem;}
.no-webp .sec06 {
  background-image: url("../img/sec06/bg_01.png") , url("../img/sec06/bg_02.png");
}
.sec06 .ttl_h2_line {
  margin-bottom: 5rem;
}
.sec06 h3 {border:solid 1px #336dbb;color: #336dbb;text-align:center;background:#fff;border-radius:50rem;position:relative;padding:3rem 0;margin-bottom: 6rem;}
.sec06 h3:before,
.sec06 h3:after {
	content: '';
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.5rem solid #fff;
  border-bottom: 0;
}
.sec06 h3:before {border-top: 1.5rem solid #336dbb;top: calc(100% + 1px);}
.sec06 ul {
  display: flex;
  align-items: flex-start; /* 縦方向*/
  justify-content: space-between; /*横方向*/
  flex-wrap: wrap;
  position: relative;
}
.sec06 ul li {width:22rem;margin-bottom: 7rem;}
.sec06 ul li div {width:70%;text-align:center;color:#336dbb;font-size:2rem;font-weight:bold;border-bottom:solid 1px #336dbb;margin:0 auto;}




/* sec05
------------------------------- */
.sec05 {
  background-color: #fff377;
  background-image: url("../img/subsc/pc/i-bg.webp");
  background-size: 192rem auto;
  background-position: center 0;
  background-repeat: repeat-x;
  padding-top: 10rem;
}
.no-webp .sec05 {
  background-image: url("../img/sec05/bg_01.png");
}
.sec05 .ttl_h2_line {
  margin-bottom: 7rem;
}

.sec05--in {
  width: 80rem;
}
.sec05 ol {display:flex;justify-content: space-between;flex-wrap:wrap;}
.sec05 ol li {width:35rem;position:relative;margin-bottom: 6rem;}
.sec05 .image {width:calc(100% - 4rem);padding-top:2rem;margin:0 auto 0;}
.sec05 .image .num {width:6rem;position:absolute;left:0;top:0;}
.sec05 ol li p {color:#336dbb;text-align:center;}
.sec05 ol li p small {font-size:1.4rem;}


/* sec07
------------------------------- */
.sec07 {
  padding-top: 14.9rem;
  padding-bottom: 5rem;
  background-color: #68b8de;
  background-image: url("../img/subsc/pc/j-bg.webp");
  background-size: 192rem auto;
  background-position: center 0;
  background-repeat: repeat-x;
  position: relative;
}
.no-webp .sec07 {
  background-image: url("../img/sec07/bg_01.png");
}
.sec07 .ttl_h2_line {
  margin-bottom: 3rem;
}
.sec07 .exa {margin-bottom:0;}
.sec07 .exa .exe_ttl {width: 40rem;border:solid 1px #336dbb;color: #336dbb;text-align:center;background:#fff;border-radius:50rem;position:relative;padding:1rem 0;margin:0 auto 1rem;}
.sec07 .exa .exe_ttl:before,
.sec07 .exa .exe_ttl:after {
	content: '';
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1rem solid transparent;
  border-left: 1rem solid transparent;
  border-top: 1.5rem solid #fff;
  border-bottom: 0;
}
.sec07 .exa .exe_ttl:before {border-top: 1.5rem solid #336dbb;top: calc(100% + 1px);}

.sec07 .exa p {font-size:2rem;font-weight:bold;color:#fff;text-align:center;}
.sec07 .exa p strong {font-size:4rem;}

.sec07 .wd_1 {
  display: block;
  width: 13.2rem;
  position: absolute;
  top: -4.1rem;
  left: 50%;
  margin-left: -40.4rem;
}
.sec07--in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80rem;
  position: relative;
}
.sec07--in--itemA {
  width: 6.1rem;
}
.sec07--in--itemA img {
  display: block;
  width: 100%;
}
.sec07--in--itemB {
  width: 73.5rem;
}

.flow_block {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-bottom: 0;
}
.flow_block--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 5.92rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: #336dbb;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
}
.flow_block--item._bg-pink {
  color: #d8010f;
  background-color: #fff1ed;
}
.flow_block--ttl {
  width: 8rem;
  text-align: right;
}
.flow_block--ttl .img_month {
  width: auto;
  height: 1.8rem;
  vertical-align: baseline;
  margin-top: 0.4rem;
}
.flow_block--p {
  width: calc(100% - 8rem);
  position: relative;
  padding-left: 2.4rem;
}
.flow_block--p span {
  font-size: 1rem;
  display: block;
	color:#336dbb;text-align: right;
  padding-top: 0.5rem;
}
.flow_block .img_fuki {
  display: block;
  width: 12rem;
  height: auto;
  position: absolute;
  top: -8.4rem;
  right: -3.7rem;
  z-index: 1;
}
.sec07 .exa_sub {text-align:center;font-size:1rem;color:#fff;margin-top:1rem;}

/* sec08
------------------------------- */
.sec08 {
  padding-top: 14.8rem;
  padding-bottom: 8.9rem;
  background-image: url("../img/sec08/bg_01.png.webp");
  background-size: 192rem auto;
  background-position: center 0;
  background-repeat: repeat-x;
  position: relative;
}
.no-webp .sec08 {
  background-image: url("../img/sec08/bg_01.png");
}
.sec08 .ttl_h2_line {
  margin-bottom: 4.6rem;
}
.sec08 .wd_1 {
  display: block;
  width: 15.3rem;
  position: absolute;
  top: -1.8rem;
  left: 50%;
  margin-left: 10.5rem;
  z-index: 1;
}

.faq {
  width: 96rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  color: #336dbb;
}
.faq + .faq {
  margin-top: 2.5rem;
}
.faq--ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.faq--ttl:hover {
  opacity: 0.7;
}
.faq--ttl::after {
  content: "";
  display: block;
  width: auto;
  height: 0.7rem;
  aspect-ratio: 1163/703;
  background-image: url("../img/parts/arrow_b_blu.svg");
  background-size: 100% 100%;
  background-size: contain 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7.5rem;
  margin-top: -0.35rem;
}
.faq_conts {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: space-between; /*横方向（Safari用）*/
  justify-content: space-between; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.8rem 3rem;
  padding: 0 4.5rem 4.5rem;
}
.faq_conts .an {width: 100%;background:#e1f0f5;color:#336dbb;line-height: 1.5em;border-radius:1rem;padding:3.5rem 3rem;}

.faq_conts--item {
  width: calc((100% - 3rem) / 2);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background-color: #e1f0f5;
}
.faq_conts--ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0.8rem 4.5rem;
  position: relative;
  cursor: pointer;
}
.faq_conts--ttl:hover {
  opacity: 0.7;
}
.faq_conts--ttl::after {
  content: "";
  display: block;
  width: auto;
  height: 0.7rem;
  aspect-ratio: 1163/703;
  background-image: url("../img/parts/arrow_b_blu.svg");
  background-size: 100% 100%;
  background-size: contain 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.35rem;
}
.faq_conts--text {
  width: 36rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #336dbb;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  word-wrap: break-word;
  border-top: 1px solid #336dbb;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


/* フローティングバナー
------------------------------- */
.flt_bnr {
  width: 100%;
  height: 9rem;
  background-color: #d8010f;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: none;
}
.flt_bnr--in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.3rem;
  width: 96rem;
  height: 100%;
}
.flt_bnr--in .btnB {
  width: 32rem;
  margin-top: 0.5rem;
}
.flt_bnr--img {
  width: 50rem;
  height: 100%;
}
.flt_bnr--img img {
  display: block;
  width: 100%;
  position: relative;
  
}
/*# sourceMappingURL=_maps/main.css.map */

.centering  {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
}

.footer {padding-bottom: 20rem;}
