/* *****初めての方へ用CSS***** */
/* h1見出し */
.h1-box {
  background-image: url(../img/beginner/beginner-top.jpg);
  background-position: top 70% left 50%;
}

/*-- タブ切り替え --*/
/* ラジオボタンは非表示 */
.tab-radio {
  display: none;
}
/* h3タブを横並び */
.tab-headers {
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.tab-headers label {
  width: calc(100% / 1.8);
  cursor: pointer;
}
.tab-headers h3 {
  font-size: 1.65rem;
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  background: #41b6eb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  position: relative;
  width: 100%;
  color:#FFF;
}
.tab-headers h3 span { color:#FFF; }
.tab-headers h3::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(135deg);
}
.tab-headers h3:hover { background: #00A0E9; }
/* 選択されているタブだけ色変更 */
#video:checked ~ .tab-headers label[for="video"] h3,
#text:checked ~ .tab-headers label[for="text"] h3,
#video1:checked ~ .tab-headers label[for="video1"] h3,
#text1:checked ~ .tab-headers label[for="text1"] h3 {
  background: #eef9ff;
  cursor: default;
  color:#000;
}
#video:checked ~ .tab-headers label[for="video"] h3 span,
#text:checked ~ .tab-headers label[for="text"] h3 span,
#video1:checked ~ .tab-headers label[for="video1"] h3 span,
#text1:checked ~ .tab-headers label[for="text1"] h3 span { 
  color:#000; 
}
#video:checked ~ .tab-headers label[for="video"] h3::before,
#text:checked ~ .tab-headers label[for="text"] h3::before,
#video1:checked ~ .tab-headers label[for="video1"] h3::before,
#text1:checked ~ .tab-headers label[for="text1"] h3::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
/* コンテンツは基本非表示 */
.tab-content {
  display: none;
  margin-top: 0;
}
/* 選択されているタブの内容だけ表示 */
#video:checked ~ #video-content,
#video1:checked ~ #video-content1 {
  display: block;
}
#text:checked ~ #text-content,
#text1:checked ~ #text-content1 {
  display: block;
}

main section h4 {
  font-size: 1.4rem;
  padding-block: 5px;
  border-bottom: 1px dashed #999;
  margin-bottom: 1.5rem;
}
.t-red { color:#DE0101; }
main .container .procedure-2img img { width: 80%; }
main .container section.signup figure img,
main .container section.login figure img { border:1px solid #ccc; }

.procedure-2img .next-arw {
  position: relative; 
}

.youtube-respo {
  margin: 0 auto;
  width: 80%;
}
.youtube-respo iframe {aspect-ratio: 16/9;}

.procedure-2img .next-arw::before,
.procedure-2img .next-arw::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 40px;
  width: 10px;
}
.procedure-2img .next-arw::before {
  height: 2px;
  margin-top: -2px;
  right: 40px;
  content: "";
  height:2px;
  width:20px;
  content: "";
  background: #000;

}
.procedure-2img .next-arw::after {
  height: 10px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.nextdwn-arw { 
  position: relative; 
}
.nextdwn-arw::before,
.nextdwn-arw::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 10px;
}
.nextdwn-arw::before {
  height: 2px;
  margin-top: -10px;
  right: 50.3%;
  content: "";
  height:20px;
  width:2px;
  content: "";
  background: #000;

}
.nextdwn-arw::after {
  height: 10px;
  margin-top: -6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.choice li:nth-of-type(1) figure img { width:150px; }
/*.choice li:nth-of-type(3) figure img { width:250px; }*/
.choice li:hover {
  background-color:#ffefd7;
}
.choice li:hover figcaption {
  color:#f39800;
}

#beginner section dl { padding-bottom:20px; }
#beginner section dt { padding-bottom:.5rem; }
#beginner section dt::before,
#beginner section dt::after {
  width: .8rem;
  height: .8rem;
}
#beginner section dd p {margin-bottom: 1.5rem;}

.signup > .bg-blue,
.login > .bg-blue { padding-bottom:80px; }

.info.important.ballon {
  position: relative;
  margin-top:110px;
}
.info.important.ballon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 22px 19px 0 19px;
  border-color: #ff8282 transparent transparent;
  translate: -50% 100%;
}
.info.important.ballon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 14.4px 12.4px 0 12.4px;
  border-color: #ffecf5 transparent transparent;
  translate: -50% 100%;
}
.info.important.ballon .lead-border {
  color: #FF8282;
}
.info.important.ballon .lead-border:before,
.info.important.ballon .lead-border:after {
  background-color: #FF8282;
}
.info.important.ballon img.ballon-deco {
  width:100px;
  position: absolute;
  top:-101px;
  right: 25%;
}
.info.important.ballon img.ballon-deco2 {
  width:53.2px;
  position: absolute;
  top:-12px;
  right:27.5%;
}

.pwreset h3 {
  text-align: center;
  color:#FFF;
  background-image: url(../img/beginner/beginner-hanit-point.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #F57D7D;
  padding: 20px 100px 20px 20px;
  line-height: 1.6;
  min-height: 123px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin:80px 0 0;
}
.pwreset h3 span {color: #FFF;}
.pwreset h3 + .bg-pink {
  border-bottom: 5px solid #F57D7D;
  border-right: 5px solid #F57D7D;
  border-left: 5px solid #F57D7D;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding:20px;
}
.pwreset ol { 
  list-style:decimal;
  padding-left: 1.5rem;
}
.pwreset ol li { padding-bottom:1rem; }

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

 レスポンシブ

--------------------------------------------------　*/
@media (min-width: 1200px) {

}

@media (max-width: 1199.98px) {
  .nextdwn-arw::before { right: 50.4%; }
  .info.important.ballon { width: 90%; }
  .info.important.ballon img.ballon-deco2 { right:27.8%; }

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */
  .choice li:nth-of-type(1) figure img { width:100px; }
  .choice li:nth-of-type(3) figure img { width:100px; }
  .youtube-respo { width: 100%; }
  main .container .procedure-2img img {width: 90%;}
  .procedure-2img .next-arw::before,
  .procedure-2img .next-arw::after { right: 10px; }
  .info.important,
  .info.important.ballon { width: 100%; }
  .info.important.ballon img.ballon-deco2 { right:28.5%; }
  .pwreset h3 { padding: 20px 180px 20px 20px; }
  main .container .pwreset .procedure-2img img {width: 100%;}
  .pwreset .procedure-2img .next-arw::before { 
    right: -6.5px;
    width: 14px;
  }
  .pwreset .procedure-2img .next-arw::after { right: -6.5px; }
  figcaption.w-80 { width:90%; }
  .pwreset figcaption.w-80 { width:100%; }
}

@media (max-width: 767.98px) {
  /* s スマートフォン向け */
  .choice li:nth-of-type(1) figure img,
  .choice li:nth-of-type(3) figure img { width:200px; }
  .tab-headers h3::before { right:20px; }
  main .container .procedure-2img img,
  figcaption.w-80 { width:100%; }
  .procedure-2img .next-arw,
  .procedure-2img .next-arw-sm { 
    position: relative;
    margin-bottom: 40px;
  }
  .procedure-2img .next-arw::before,
  .procedure-2img .next-arw-sm::before,
  .procedure-2img .next-arw::after,
  .procedure-2img .next-arw-sm::after {
    position: absolute;
    top:100%;
    bottom: 0;
    right: 50%;
    width: 10px;
  }
  .procedure-2img .next-arw::before,
  .procedure-2img .next-arw-sm::before {
    height: 2px;
    margin-top: 10px;
    right: 50.9%;
    content: "";
    height:20px;
    width:2px;
    content: "";
    background: #000;
  }
  .procedure-2img .next-arw::after,
  .procedure-2img .next-arw-sm::after {
    height: 10px;
    margin-top: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: inline-block;
    vertical-align: middle;
  }
  .info.important.ballon img.ballon-deco2 { right:30%; }
  .pwreset h3 {
    background-image: none;
    background-color: #F57D7D;
    padding: 20px;
    min-height: auto;
  }
  .pwreset .procedure-2img .next-arw::before { 
    right: 50.9%;
    width: 2px;
  }
  .pwreset .procedure-2img .next-arw::after { right: 50%; }
}

@media (max-width: 575.98px) {
  /* xs スマートフォン向け */
  .choice li:nth-of-type(1) figure img,
  .choice li:nth-of-type(3) figure img { width:100px; }
  .tab-headers h3 { 
    font-size: 1.3rem;
    padding: 15px 10px;
  }
  .tab-headers h3::before{
    width: 0;
    height: 0;
    border:none;
  }
  #video:checked ~ .tab-headers label[for="video"] h3::before,
  #text:checked ~ .tab-headers label[for="text"] h3::before,
  #video1:checked ~ .tab-headers label[for="video1"] h3::before,
  #text1:checked ~ .tab-headers label[for="text1"] h3::before {
     border:none;
  }
  .procedure-2img .next-arw::before,
  .procedure-2img .next-arw-sm::before,
  .pwreset .procedure-2img .next-arw::before { 
    width:0;
    height:0;
  }
  .procedure-2img .next-arw::after,
  .procedure-2img .next-arw-sm::after { margin-top: 10px; }
  .info.important.ballon { margin-top:30px; }
  .info.important.ballon img.ballon-deco,
  .info.important.ballon img.ballon-deco2 { display:none; }
}