@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%;
  max-width: 100%;
  overflow-x: hidden;
	 letter-spacing: 0.15em;
}

ul {
  list-style: none;
}

.content{
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
	
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
 /* padding-bottom: 62px;*/
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 980px;
    /*padding-bottom: 62px;*/
  }
}

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

body.drawer-active {
  overflow: hidden;
}

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

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

a {
  color:  #467cdc;
  text-decoration: underline;
}
a:hover {
  color:#81aeff;
  text-decoration: underline;
}

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

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


/*画像--------------------------------------------------*/
.img_c img {
  text-align: center;
  margin: auto;
}

.top_image_100{
  height: 100%;
  width: 100%;
}
/*メイン画像--------------------------------------------------*/
.top_pc img {
  text-align: center;
  margin: auto;
  margin: 0px auto 15px auto;
}

.top_sp{
  height: 100%;
  width: 100%;
  margin: 0% 0% 0% 0%;
}
/*説明画像--------------------------------------------------*/
.flow_pc img {
  text-align: center;
  margin: auto;
  margin: 0px auto 15px auto;
}

.flow_sp{
  height: 100%;
  width: 100%;
  margin: 3% 0% 3% 0%;
}
/*トップボタン余白--------------------------------------------------*/
.sp_top_btn_box{
  text-align: center;
  margin: auto;
  margin: 0% 5% 0% 5%;
  padding: 2% 0% 0% 0%;
}
/*--------------------------------------------------*/
h2{
  display: block;
  }
h3{
display: block;
}



/*---------たてゆれ-アニメーション------------------------------------------------------------------*/
.fuwafuwa {
  animation: fuwafuwa 3s linear infinite;
} 

@keyframes fuwafuwa {
0% { transform: translateY(0) }
33.33333% { transform: translateY(10px) }
66.66667% { transform: translateY(0) }
100% { transform: translateY(0) }
}
/*---------きらりんアニメーション---------------------------------------------------------------------*/
.animation2{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe2{
  animation-name: anim_h;
}

@keyframes anim_h {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}

.reflection-img{
  /*width       :100%;*/
  height      :100%;
  position    :relative;
  overflow    :hidden;
}

.reflection {
  height      :100%;
  width       :30px;
  position    :absolute;
  top         :-180px;
  left        :0;
  background-color: #fff;
  opacity     :0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s ease-in-out infinite;
  line-height: 0%;
}

@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
  0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
  0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
  0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*----------------------------PC  header---------------------------*/
.header__wrap {
    max-width: 900px;
    margin: 0 auto;
	background: #fff;
}
/*----------------------------PC SP footer---------------------------*/
#footer {
        font-size: 15px;
    padding: 15px 0px 15px 0px;
    background-color:#9dc4ee;
	color: #fff;
}

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

#footer p {
  line-height: 1.75;
	font-size: 13px;
}

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

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

@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 3.15385vw;
  }
}
/*----------------------------テキストのゆれ　アニメーション--------------------------*/
@keyframes sway22 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

.text_yurayura {
  animation: sway22 2s infinite ease-in-out;
  display: inline-block;
}
/*----------------------------テキストのゆれ　アニメーションをやめる--------------------------*/
.text_yurayura_no {
  
  display: inline-block;
}
/*----------------------------ふわっと表示させる記述---------------------------*/
.e {
  opacity: 0;
}
.e-v {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY( 20px );
  }
  100% {
    opacity: 1;
    transform: translateY( 0 );
  }
}

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

.support .support-notice a {
  color:#003670;
  text-decoration:underline;
}
.support .support-notice a:hover {
  color:#427dbd;
  text-decoration:underline;
}
.support .line_t{
	    border-top: 1px solid #c6d5de;
}


.support-notice__l_in{
	font-weight: 600;
    border-bottom: solid 2px #ffd5bd;
	line-height: 1.0;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 3px 0px;
}
@media screen and (max-width: 767px) {
  .support-notice__l_in{
	    font-weight: 600;
        border-bottom: solid 2px #ffd5bd;
        line-height: 1.6;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 7px 0px;
        display: inline-block;
}
}

.support-notice__l li{
	padding: 0px 0px 23px 0px;
}
@media screen and (max-width: 767px) {
  .support-notice__l li{
	padding: 0px 0px 25px 0px;
}
}


.support-box {
        box-sizing: border-box;
    max-width: 860px;
    margin: 0px auto 30px auto;
    padding: 31px 42px 20px 42px;
    background-color:#fff;
    /*border: 1px solid #ffdcca;*/
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .support-box {
    margin: 2vw 5% 7vw 5%;
    padding: 5.15385vw 3.41026vw 5.15385vw 3.41026vw;
  }
}
.support-box_all {
	 padding: 0px 0px 0px 0px;
    background-color: #fff;
    /*border: 1px solid #cce692;*/
}
@media screen and (max-width: 767px) {
 .support-box_all {
	 padding: 0px 0px 0px 0px;
    background-color: #fff;
    /*border: 1px solid #cce692;*/
}
}
.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: 25px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0px 6px 0px;
  text-align: center;
  color:#467cdc;
}

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

.support-box__ttl_in {
  font-size: 15px;
	padding: 0px 0px 15px 0px;
	display:block;
	font-weight: 600;
	    letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .support-box__ttl_in {
  font-size: 15px;
	  padding: 0px 0px 10px 0px;
 }
}
.support-box__tel {
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 900px;
  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;
}


.support-notice {
  line-height: 1.66;
  max-width: 860px;
  margin: 0 auto;
  overflow-wrap: break-word;
  padding: 0px 0px 20px 0px;
}

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

.support-notice ul li {
  font-size: 14px;
    line-height: 1.7;
    display: block;
    margin: 0px 0% 25px 0%;
    font-weight: normal;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .support-notice ul li {
    font-size: 14px;
	 line-height: 1.7;
	  margin:0% 0% 25px 0%;
  }
}
/*------------*/
.support-notice__ttl {
       font-size: 17px;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
    line-height: 1.5;
    color:#467cdc;
    display: block;
    letter-spacing: 0.08em;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.support-notice__ttl {
font-weight: 700;
		line-height: 1.4;
}
}



.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 7px 0px;
    padding: 11px 0px 0px 0px;
    border-radius: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .2s 
ease-in-out;
    background: #397bd9;
    background-size: 10px 21px;
    height: 42px;
}
.support-area2-btn a::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
.support-area2-btn a:hover {
  box-shadow: 0 0 #a2dc5f; /* 影を0pxにする */
  background: #7aa5e3;
  background-size: 10px 21px;
}

.support-area3-btn a {
  position: relative;
  top: 0;
  display: block;
  margin: 17px 0px 7px 0px;
  padding: 9px 0px 0px 0px;
  background-color:  #397bd9;
  border-radius: 100px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .2s ease-in-out;
	height: 45px;
}

.support-area3-btn a:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #a2dc5f; /* 影を0pxにする */
  background: #397bd9 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;
}
.support-area3-btn .support_img_r{
	display: inline-block;
    width: 11%;
    position: relative;
    top: 1px;
}

.cautionbox {
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .cautionbox {
  max-width: 90%;
 }
}
.caution_ttl {
  font-size:52px;
  font-weight:800;
  line-height: 1.0;
	text-align: center;
	    letter-spacing: 0.08em;
	 color: #fff;
	    padding: 0px 0px 10px 0px;
}
@media screen and (max-width: 767px) {
  .caution_ttl {
    font-size: 32px;
    line-height: 1.6;
	      padding: 0px 0px 0px 0px;
  }
}

.caution_ttl_in4 {
    color: #ffff89;
	    font-size: 120%;
}


.caution_c{
	text-align: center;
	padding: 22px 0px 20px 0px;
}
.caution_txt {
         font-size: 16px;
    line-height: 1.7;
    padding: 20px 0px 0px 0px;
    letter-spacing: 0.08em;
	   
}
.caution_txt li {
  margin:0px 0px 20px 0px;
  font-weight:normal;
}
@media screen and (max-width: 767px) {
  .caution_txt li {
	  line-height: 1.6;
	  text-align: center;
 }
}
.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%);
}
.caution_txt_in {
	display: block;
    padding: 16px 0px 0px 0px;
}

/*------------------------------explanation--------------------------*/
section.explanation {
  background: #f1f4f8;
	padding:40px 0px 0px 0px;
}
 @media (max-width: 768px) {
  section.explanation {
    padding:0px 0px 20px 0px;
  }
}
.container {
    max-width: 100%;
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
}


.explanation__main {
  max-width: 760px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
    .explanation__main {
    }
}

.explanation__title {
    margin: 10px 0px 0px 0px;
	  font-size: 2rem;
	text-align: center;
}
@media screen and (max-width: 767px) {
    .explanation__title {
    margin: 10px 0px 0px 0px;
	    font-size: 4vw;
	text-align: center;
}
}

.e_text1{
	    line-height: 1.8;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.18em;
    background: #88a1c3;
}
.e_text2{
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0.08em;
}


.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 {
    }
}




[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 208px;
	font-weight: 600;
	letter-spacing: 0.08em;
	    color: #003670;
}
@media screen and (max-width: 575.98px) {
    .explanation__dt {
        flex: 0 0 100%;
    }
}
.explanation__dd {
    flex: 0 0 calc(100% - 208px);
    line-height: 200%;
}
@media screen and (max-width: 575.98px) {
    .explanation__dd {
        flex: 0 0 100%;
		font-size:15px;
    }
}
.explanation__dl .dl-row {
        display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #c6d5de;
    font-size: 15px;
}
@media screen and (max-width: 575.98px) {
   .explanation__dl .dl-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #c6d5de;
	font-size: 15px;
}
}
.explanation__dl .dl-row_n {
        display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 0px solid #c6d5de;
    font-size: 15px;
}
@media screen and (max-width: 575.98px) {
   .explanation__dl .dl-row_n {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 0px solid #c6d5de;
	font-size: 1.4rem;
}
}


div.explanationbox {
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 16px 46px 16px;
}
 @media (max-width: 768px) {
  div.explanationbox {
    padding: 25px 16px 0px 16px;
  }
 }
.explanation__dt_in {
    font-size: 12px;
	font-weight: normal;
}
/*=============================================================================*/

.warning_title{
    line-height: 1.0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.11em;
    padding: 15px 0px 13px 0px;
    background: #78bd29;
    margin: 0px 0px 0px 0px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media screen and (max-width: 767px) {
 .warning_title{
       line-height: 1.5;
        font-size: 16px;
        padding: 10px 0px 8px 0px;
}
}

.warning_text{
        line-height: 1.8;
    color: #333;
    font-size: 15px;
    /*border-bottom: 1px solid #c6d5de;*/
    padding: 6px 0px 0px 0px;
	letter-spacing: 0.08em;
	text-align: center;
	display: inline;
	    font-weight: normal;
	margin: 0px 0px 0px 10px;
}
.warning_text_in{
     background: #cee0f7;
    color: #103772;
}


/*--------------------------------------留意事項-----------------------------------*/
.r_box_all {
    letter-spacing: 0.05em;
    background: #fff;
    width: 860px;
    margin: 0px auto 10px auto;
}
@media screen and (max-width: 767px) {
  .r_box_all {
  width: 90%;
  }
  }
.r_title {
      color: #474747;
    padding: 0px 0px 0px 0px;
    line-height: 1.25;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.09em;
}
.r_text {
  color: #333333;
  padding: 0px 0px 0px 0px;
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
 .r_text {
     margin: 0% 0% 0% 0%;
}
  }
.r_text_in {
  padding: 5px 35px 25px 35px;
    background: #e7e7e7;
    margin: 0px 0px 50px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
.r_text_in {
  padding: 5px 5% 25px 5%;
    background: #e7e7e7;
    margin: 0px 0px 50px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	letter-spacing: 0.11em;
}
  }
.r_text_in_b {
        font-weight: normal;
    color: #fff;
    padding: 7px 0px 6px 0px;
    font-size: 15px;
    line-height: 1.2;
    display: block;
    margin: 15px 0px 0px 0px;
    background: #b6b6b6;
    letter-spacing: 0.18em;
	    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	text-align: center;
}

.r_text_in_1 {
        padding: 14px 0px 21px 0px;
    display: block;
    border-bottom: 1px dotted #b6b6b6;

}
@media screen and (max-width: 767px) {
.r_text_in_1 {
        padding: 15px 0px 18px 0px;
	display: block;
	line-height: 1.8;
}
	}
  .r_text_in_11 {
    padding: 18px 0px 8px 0px;
    display: block;

}
@media screen and (max-width: 767px) {
.r_text_in_11 {
    padding: 18px 0px 5px 0px;
display: block;
}
}
.r_text_in2 {
  font-weight: 600;
	display: block;
	    padding: 0px 0px 6px 0px;
	font-size: 16px;
}
.r_text_in3 {
  font-weight: 600;
	    
}
/*-------------------------------------------------------------------*/
/* 下三角形 */
.triangle-bottom {
    background: linear-gradient(to top, #94b9ec, #fff);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 30px;
    width: 220px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: -10px;
}
/*-------------------------------------------------------------------*/
.r_text_in_bbr {
    background: #7c7c7c;
    width: 4px;
    height: 13px;
    display: inline-flex;
    margin: 0px 6px 0px 0px;
    position: relative;
    top: 1px;
}

/*-------------------------------------------------------------------*/
.m_text_in {
    padding: 6px 0px 15px 0px;
    line-height: 1.8;
    display: block;
    letter-spacing: 0.08em;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    text-shadow: 0px 0px 5px #004a9a;
    border-bottom: dotted 1px #fff;
}
@media screen and (max-width: 767px) {
 .m_text_in {
     font-size: 15px;
	 line-height: 1.8;
}
  }

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

/*-------------------------------------------------------------------*/
.tbl-unique-csmnw35r_box {
  background: #fff;
  width: 100%; /* 幅固定やめて全幅 */
  max-width: 860px; /* デスクトップでは最大860px */
  margin: 0px auto 0px auto;
  padding: 0px;
  border-radius: 6px;
  box-sizing: border-box;
}

/* スマホ向けレスポンシブ */
@media screen and (max-width: 767px) {
  .tbl-unique-csmnw35r_box {
    width: 90%;
    margin: 5% auto;
    padding: 0;
  }
}

/*-------------------------------------------------------------------*/
.menu-wrapper-vx82qj9d {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
	padding: 10px 0px 50px 0px ;
}
@media screen and (max-width: 767px) {
  .menu-wrapper-vx82qj9d {
      max-width: 860px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}
}
.button-container-vx82qj9d {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.menu-button-vx82qj9d {
  flex: 1 1 calc(33.333% - 11px);
  min-width: 140px;
}

.menu-button-vx82qj9d a {
  display: block;
    width: 100%;
    letter-spacing: 0.09em;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    color: #5e9a1a;
    border-radius: 116px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
    word-break: break-word;
	box-shadow: 0px 0px 5px rgb(175 210 138);
	position: relative;
	font-weight: 600;
}
.menu-button-vx82qj9d a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #78bd29;
  border-right: 2px solid #78bd29;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}
.menu-button-vx82qj9d a:hover {
  background-color: #e4ffa1;
}

@media (max-width: 768px) {
  .menu-button-vx82qj9d {
    flex: 1 1 100%;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.uxpk_body_v4 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #0B1726;
  line-height: 1.7;
}

.uxpk_container_v4 {
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
}

.uxpk_block_v4 {
  padding-bottom: 0px;
  /*border-bottom: 1px solid #EEF2F6;*/
}
.uxpk_block_v4_22 {
  padding-bottom: 50px;
  /*border-bottom: 1px solid #EEF2F6;*/
}

.uxpk_text_v4 {
  margin: 0 0 1rem 0;
	color: #fff;
	letter-spacing: 0.08em;
}
@media (max-width: 768px) {
 .uxpk_text_v4 {
  margin:0px 5% 0.5rem 5%;
  color: #fff;
	 font-size: 13px;
}
}
body .uxpk_text_v4 a.baba{
	color: #fff;
}
body .uxpk_text_v4 a.baba:hover{
	color: #ccc;
}

.uxpk_listitem_v4_in2 {
  font-weight: 600;
}
.uxpk_callout_v4 {
  background-color: #e2eeff;
    padding: 15px;
    margin: 1rem 0;
    color: #3675d2;
    border-radius: 4px;
}
@media (max-width: 768px) {
 .uxpk_callout_v4 {
  margin: 10px 5% 10px 5%;
}
}
.uxpk_callout_v4_t {
  font-weight: 600;
	font-size: 120%;
	display: block;
	padding: 13px 0px 1px 0px;
	    letter-spacing: 0.08em;
}

@media (max-width: 768px) {
 .uxpk_callout_v4_t {
  font-weight: 600;
	font-size: 14px;
	display: block;
	padding: 13px 0px 1px 0px;
	    letter-spacing: 0.08em;
}
}
.uxpk_callout_v4_t2 {
         font-weight: normal;
    font-size: 100%;
    display: block;
    padding: 2px 0px 2px 0px;
    background: #5e94e3;
    color: #fff;
}
@media (max-width: 768px) {
.uxpk_callout_v4_t2 {
         font-weight: normal;
    font-size: 14px;
    display: block;
    padding: 2px 0px 2px 0px;
    background: #5e94e3;
    color: #fff;
}
}
.uxpk_linkbtn_v4 {
      display: inline-block;
    background-color: #ffffff;
    color: #3778d5;
    padding: 0.75rem 2.4rem;
    text-decoration: none;
    border-radius: 114px;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.uxpk_linkbtn_v4:hover,
.uxpk_linkbtn_v4:focus {
  background-color: #0E89FF;
}
.uxpk_errormsg_v5 {
      background: #ffffff;
    /* border: 1px solid #E1E6EC; */
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    padding: 0.4rem 0.6rem;
    margin: 0.4rem;
    color: #333;
    display: inline-block;
}
/*=============================================================================*/
.c_text_in223r {
    display: block;
    text-align: center;
    padding: 35px 0px 10px 0px;
	width: 860px;
	margin: auto;
	letter-spacing: 0.08em;
	font-size: 44px;
	text-shadow: 0px 0px 5px #004a9a;
	font-weight: 700;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
 .c_text_in223r {
            display: block;
        text-align: center;
        padding: 25px 0px 5px 0px;
        width: 90%;
        margin: auto;
        font-size: 28px
}
  }

.c_text_in223 {
        background:linear-gradient(to right, #004a9a 0%, #2a80de 100%);
    color: #fff;
    line-height: 1.6;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
.c_text_in223 {
        font-size: 20px;
    color: #fff;
    line-height: 1.6;
    display: block;
    text-align: center;
}
  }


/*------------------------------------*/
.iwc-pkenv{
  --iwc-pkenv-line:#cfd7ea;
  --iwc-pkenv-head:#f4f6fb;
  --iwc-pkenv-sub:#555;
  --iwc-pkenv-radius:12px;

  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
              "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP",
              "Yu Gothic", "Meiryo", sans-serif;
}

.iwc-pkenv__strong{ font-weight:normal; }

.iwc-pkenv__pc{ display:block; }
.iwc-pkenv__sp{ display:none; }

.iwc-pkenv__table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--iwc-pkenv-line);
  border-radius:var(--iwc-pkenv-radius);
  overflow:hidden;
}

.iwc-pkenv__th,
.iwc-pkenv__rowTh,
.iwc-pkenv__td{
  padding:12px;
  border-bottom:1px solid var(--iwc-pkenv-line);
  border-right:1px solid var(--iwc-pkenv-line);
  line-height:1.6;
  vertical-align:top;
	background: #fff;
}

.iwc-pkenv__th{
  background: #e2eeff;
    font-weight: 800;
    text-align: left;
    color: #5e94e3;
    font-size: 80%;
}

.iwc-pkenv__rowTh{ font-weight:800; white-space:nowrap; }

.iwc-pkenv__tr > *:last-child{ border-right:none; }
.iwc-pkenv__tbody .iwc-pkenv__tr:last-child > *{ border-bottom:none; }

.iwc-pkenv__note{
      margin: 5px 0px 20px 0px;
    font-size: 12px;
    line-height: 1.7;
    color:#fff;
	text-align: center;
}

/* SP: table -> cards */
@media (max-width:600px){
  .iwc-pkenv__pc{ display:none; }
  .iwc-pkenv__sp{ display:block; }

  .iwc-pkenv__card{
    border:1px solid var(--iwc-pkenv-line);
    border-radius:var(--iwc-pkenv-radius);
    padding:12px;
    margin:0 0 10px;
    background:#fff;
  }

  .iwc-pkenv__cardTitle{
    font-size:15px;
    font-weight:800;
    margin:0 0 8px;
  }

  .iwc-pkenv__kv{
    display:flex;
    gap:10px;
    padding:8px 0;
    border-top:1px solid var(--iwc-pkenv-line);
  }

  .iwc-pkenv__kv:first-of-type{ border-top:none; padding-top:0; }
  .iwc-pkenv__k{
    width:5.5em;
    flex:0 0 auto;
    font-size:12px;
    color:var(--iwc-pkenv-sub);
    font-weight:700;
  }
  .iwc-pkenv__v{
    flex:1 1 auto;
    font-size:13px;
    line-height:1.6;
  }
}

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

/*==アコーディオンの中 はじまり*/
.certification2_accordion_box{
    margin: 0px 0px 0px 0px;
}
.certification2_s_img_rs3_22_32 {
        display: inline-block;
    position: relative;
    top: 5px;
    margin: 0px 10px 0px 0px;
    width: 0%;
    overflow: hidden;
}
.certification2_s_img_rs3_22_323 {
     display: inline-block;
    position: relative;
    top: 4px;
    margin: 0px 13px 0px 7px;
    width: 0%;
    overflow: hidden;
}

.certification2_accordion_bg{
	    padding: 0px 0px 0px 0px;
    background: #fff;
}
.certification2_accordion_bg2{
	    padding: 10px 0px 20px 0px;
}
/* ---- */
.uxpk_subtitle_v4{
	color: #fff;
}
/* ---- */
.iwc-tabnav__tab{
	    color: #fff;
    padding: 0px 0px 5px 0px;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.iwc-cosmo-otp-setup-block_5{
	    color: #fff;
    padding: 0px 0px 20px 0px;
    font-size: 18px;
}
/* =========================================================
   Passkey help redesign
   ========================================================= */
body {
  background: radial-gradient(circle at top, #f8fbff 0%, #eef5ff 42%, #ffffff 78%);
  color: #183153;
}
.header__wrap_bg { background: #fff; }
.header__wrap { padding-top: 1px; }
.pk-help {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto 48px;
}
.pk-hero {
  padding: 34px 0 20px;
  text-align: center;
}
.pk-hero__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(70, 124, 220, 0.08);
  color: #3567c7;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.pk-hero__title {
  margin: 0;
  color: #154ba8;
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0.04em;
}
.pk-hero__lead {
  margin: 18px auto 0;
  font-size: 2rem;
  line-height: 1.85;
  color: #304968;
}
.pk-hero__lead strong { color: #154ba8; font-weight: 700; }
.pk-hero__chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.pk-hero__chips li {
  min-width: 112px;
  padding: 10px 16px;
  border: 1px solid #d7e3f6;
  border-radius: 999px;
  background: #fff;
  color: #20447f;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(35, 87, 164, 0.06);
	text-decoration: none;
}
.pk-hero__chips li:hover  {
  background: #d7e3f6;
    text-decoration: none;
}
.pk-section {
  margin-top: 22px;
  padding: 34px 40px 36px;
  border: 1px solid #dbe6f7;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(45, 92, 167, 0.08);
}
.pk-section--soft { background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%); }
.pk-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 20px;
}
.pk-section__head--stack {
    justify-content: space-between;
    align-items: flex-end;
}
.pk-section__label {
  margin-bottom: 8px;
  color: #4a78cf;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.pk-section__title {
  margin: 0;
  color: #16396f;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.pk-section__meta,
.pk-section__lead {
  margin: 0;
  color: #556b8a;
  font-size: 1.5rem;
  line-height: 1.8;
}
.pk-section__meta_in{
      color: #20447f;
    font-weight: 700;
}
.pk-table-wrap {
  overflow: hidden;
  border: 1px solid #d9e4f3;
  border-radius: 20px;
}
.pk-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.pk-table thead th {
  padding: 16px 18px;
  background: #edf4ff;
  color: #4e71aa;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #d9e4f3;
}
.pk-table tbody th,
.pk-table tbody td {
  padding: 18px;
  border-top: 1px solid #e4ecf8;
  font-size: 1.55rem;
  line-height: 1.75;
  vertical-align: middle;
  background: #fff;
}
.pk-table tbody tr:first-child th,
.pk-table tbody tr:first-child td { border-top: none; }
.pk-table tbody th {
  width: 17%;
  color: #16396f;
  font-weight: 800;
  white-space: nowrap;
}
.pk-table tbody td { color: #304968; }
.pk-note {
  margin: 16px 0 0;
  color: #536b8b;
  font-size: 1.4rem;
  line-height: 1.9;
}
.pk-note strong { color: #20447f; font-weight: 700; }
.pk-cards { display: none; }
.pk-error-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 20px;
}
.pk-error-block {
  padding-top: 14px;
  border-top: 1px solid #dce7f6;
}
.pk-error-block h3 {
  color: #16396f;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.6;
}
.pk-error-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.pk-error-tags li {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f2f6fd;
  color: #304968;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pk-learnmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 28px 0 52px;
  padding: 0 8px;
}
.pk-learnmore__actions { flex-shrink: 0; }
.pk-help .uxpk_linkbtn_v4 {
	position: relative;
  min-width: 248px;
  padding: 1.1rem 2.6rem;
  border-radius: 999px;
  background:#397bd9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(45, 99, 191, 0.22);
}
.pk-help .uxpk_linkbtn_v4::after {
    content: '';
    border: 0;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%) rotate(-45deg);
}
.pk-help .uxpk_linkbtn_v4:hover,
.pk-help .uxpk_linkbtn_v4:focus {
  background:#7aa5e3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header__wrap { padding-top: 0; }
  .pk-help {
    width: calc(100% - 28px);
    margin: 0 auto 34px;
  }
  .pk-hero { padding: 26px 0 12px; }
  .pk-hero__eyebrow {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
  }
  .pk-hero__title {
    font-size: 3.1rem;
    line-height: 1.3;
  }
  .pk-hero__lead {
    margin-top: 14px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .pk-hero__chips {
    gap: 8px;
    margin-top: 18px;
  }
  .pk-hero__chips li {
    min-width: auto;
    padding: 8px 12px;
    font-size: 1.3rem;
  }
  .pk-section {
    margin-top: 16px;
    padding: 24px 18px 26px;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(45, 92, 167, 0.08);
  }
  .pk-section__head,
  .pk-learnmore { display: block; }
  .pk-section__title {
    font-size: 2.4rem;
    line-height: 1.45;
	  text-align: center;
  }
  .pk-section__meta,
  .pk-section__lead {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .pk-table-wrap { display: none; }
  .pk-note {
    margin-top: 14px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .pk-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 18px;
  }
  .pk-device-card {
    padding: 16px;
    border: 1px solid #d9e4f3;
    border-radius: 18px;
    background: #fff;
  }
  .pk-device-card h3 {
    margin: 0 0 12px;
    color: #16396f;
    font-size: 1.7rem;
    font-weight: 800;
  }
  .pk-device-card dl div {
    display: grid;
    grid-template-columns: 6.8em 1fr;
    gap: 8px;
    padding: 8px 0;
    border-top: 1px solid #edf2fa;
  }
  .pk-device-card dl div:first-child {
    padding-top: 0;
    border-top: none;
  }
  .pk-device-card dt {
    color: #6a7f9d;
    font-weight: 700;
  }
  .pk-device-card dd {
    color: #304968;
    line-height: 1.7;
  }
  .pk-error-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 16px;
  }
  .pk-error-block h3 { font-size: 1.7rem; }
  .pk-error-tags li { font-size: 1.3rem; }
  .pk-learnmore {
    margin: 22px 0 42px;
    padding: 0 2px;
  }
  .pk-learnmore__actions { margin-top: 16px; }
  .pk-help .uxpk_linkbtn_v4 {
           display: block;
        min-width: 0;
        margin: auto;
        width: 60%;
  }
}
