@charset "UTF-8";
#line-account-new .cf:before,
#line-account-new .cf:after {
  content: "";
  display: block;
  clear: both;
}
#line-account-new .pc {
  display: none !important;
}
#line-account-new .sp {
  display: block !important;
}

@media (min-width: 768px) {
  #line-account-new .pc {
    display: block !important;
  }
  #line-account-new .sp {
    display: none !important;
  }
}
/* ===== ガイドページレイアウト(※他ガイドページ参照) ===== */
/* ===== ラインページレイアウト(※他ラインページ参照 /pickup/line-nail ) ===== */
#line-account-new {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#line-account-new .inner {
  margin: 0 auto;
}

#line-account-new a:hover {
  opacity: 0.8;
  text-decoration: none;
}

section {
  width: 100%;
}

#line-account-new .font_red {
  color: #d1383f;
  font-weight: bold;
}

#line-account-new .font_parple {
  color: #662d91;
  font-weight: bold;
}

/*------------------transform------------------------*/
.linefade {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.linefadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

@media only screen and (max-width: 768px) {
  #line-account-new img {
    width: 100%;
    height: auto;
  }
}
/*------------------header------------------------*/
#line-account-new #header_img {
  width: 100%;
  background: #00b900;
}

#line-account-new h1 {
  width: 100%;
  max-width: 982px;
  margin: 0 auto;
  padding: 0 2%;
}

#line-account-new h1 img {
  width: 100%;
}

#line-account-new #content {
  background: #FFF;
  width: 100%;
  padding: 20px 0 50px;
}

#line-account-new #content2 {
  background: #f7f2e8;
  width: 100%;
  padding: 50px 0 50px;
}

#line-account-new #content3 {
  background: #f8edf9;
  width: 100%;
  padding: 50px 0 100px;
}

#line-account-new #content h2,
#line-account-new #content3 h2 {
  max-width: 860px;
  margin: 0 auto;
}

#line-account-new #content h2 img,
#line-account-new #content3 h2 img {
  width: 100%;
}

#line-account-new #content2 h3 {
  color: #00b900;
  line-height: 1.4;
}

#line-account-new #content p {
  padding: 2% 0 3%;
}

#line-account-new #content p.btn_link {
  padding: 0;
}

#line-account-new p.btn_link a {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #00b900;
  display: block;
  border-radius: 10px;
}

#line-account-new #content .linecol,
#line-account-new #content3 .linecol {
  font-size: 30px;
  color: #00b900;
  padding-top: 2%;
}

#line-account-new #content2 .circles {
  padding: 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}

#line-account-new #content2 .circle {
  margin: 0;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 100%;
}

#line-account-new #content2 .circle .c_inn {
  align-content: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

#line-account-new #content2 .circle .c_inn .c_inn_inn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
}

#line-account-new #content2 .circle .icon_y {
  position: absolute;
  top: 0;
  left: 3%;
  width: 30%;
}

#line-account-new #content2 .circle .icon_y img {
  width: 100%;
}

#line-account-new #content2 .circle .c_inn .c_inn_inn img {
  width: 60%;
}

#line-account-new #content2 .circle .c_inn p {
  padding-top: 0;
  font-size: 18px;
  line-height: 1.6;
}

#line-account-new #content3 .inner p {
  padding: 3% 0;
}

@media only screen and (max-width: 768px) {
  #line-account-new h1 {
    margin: 0 auto;
    padding: 0;
  }
  #line-account-new .inner {
    padding: 0 3%;
  }
  #line-account-new #content p {
    padding: 3% 0;
  }
  #line-account-new #content,
  #line-account-new #content2,
  #line-account-new #content2 .circles {
    padding: 40px 0;
  }
  #line-account-new #content3 {
    padding: 40px 0 70px;
  }
  #line-account-new #content2 .circles {
    padding: 20px 0 10px;
  }
  #line-account-new #content .linecol,
  #line-account-new #content3 .linecol {
    font-size: 20px;
    padding: 0;
  }
  #line-account-new #content2 .circle {
    margin-bottom: 5%;
  }
  #line-account-new #content2 .circle .c_inn p {
    font-size: 21px;
  }
}
/*------------------beaute howro------------------------*/
#line-account-new #content3 .howto {
  background-color: #fff;
  line-height: 1.4;
  width: 80%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  border-radius: 10px;
}

#line-account-new #content3 .inner p {
  padding: 30px 0;
}

#line-account-new #content3 .howtonaka {
  margin: 20px;
}

#line-account-new #content3 .howto h4 {
  font-size: 20px;
}

#line-account-new #content3 .howto p {
  text-align: left;
  line-height: 1.5;
}

#line-account-new #content3 .howto img {
  width: 100%;
}

#line-account-new #content3 .howto .b_link {
  text-align: left;
  padding: 30px 0;
}

#line-account-new #content3 .howto a {
  text-align: left;
  color: #662d91;
  border-bottom: 1px solid #662d91;
}

#line-account-new #content3 .howto .b_link:after {
  font-family: "FontAwesome";
  content: "\f2d2";
  font-weight: 400;
  position: absolute;
  box-sizing: border-box;
  padding-left: 5px;
  color: #662d91;
}

#line-account-new #content3 .linecol {
  padding: 0 !important;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #line-account-new #content3 .howto {
    margin: 30px auto;
    padding: 30px 0;
    width: 90%;
  }
  #line-account-new #content3 .howtonaka {
    margin: 20px 0;
  }
  #line-account-new #content3 .howto .b_link {
    padding: 30px 0;
    font-size: 20px;
  }
}
/* ===== 調整分 ===== */
#line-account-new #qa {
  margin: clamp(40px, 21.82px + 4.848vw, 80px) auto clamp(30px, 16.36px + 3.636vw, 60px);
  text-align: left;
  color: #333;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
  line-height: 1.42857143;
}
#line-account-new #qa h2 {
  font-weight: 500;
  font-size: clamp(18px, 11.64px + 1.7vw, 32px);
  padding: 0 0 10px;
  border-bottom: solid 2px #3d9ed1;
  margin-bottom: clamp(30px, 23.18px + 1.818vw, 45px) !important;
  text-align: center;
}
#line-account-new #qa a {
  color: #3d9ed1;
}

@media screen and (max-width: 991px) {
  #line-account-new #qa {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  #line-account-new #qa {
    width: 90%;
    max-width: 1170px;
  }
}
@media screen and (min-width: 1024px) {
  #line-account-new #qa {
    font-size: 16px;
  }
}
#line-account-new .li_qa li:not(:last-child) {
  margin-bottom: 10px;
}
#line-account-new .li_qa li h3 {
  background: #f4f9fc;
  padding: 10px 35px 10px 50px;
  position: relative;
  font-size: clamp(15px, 13.64px + 0.36vw, 18px);
  line-height: 1.5;
  cursor: pointer;
}
#line-account-new .li_qa li h3:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 40px;
  color: #3d9ed1;
}
#line-account-new .li_qa li h3:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #3d9ed1;
  transition: transform 0.5s;
}
#line-account-new .li_qa li h3.active:after {
  transform: translateY(-50%) rotate(180deg);
}
#line-account-new .li_qa li:first-child h3:before {
  content: "Q1.";
}
#line-account-new .li_qa li:nth-child(2) h3:before {
  content: "Q2.";
}
#line-account-new .li_qa li h3 + div {
  padding: clamp(15px, 12.73px + 0.606vw, 20px) clamp(10px, 7.73px + 0.606vw, 15px);
  display: none;
}
#line-account-new .li_qa li div {
  margin-bottom: clamp(45px, 38.18px + 1.818vw, 60px);
}
#line-account-new .li_qa li div > div {
  margin-bottom: clamp(30px, 23.18px + 1.818vw, 45px);
}
#line-account-new .li_qa li div > div:last-child {
  margin-bottom: 0;
}
#line-account-new .li_qa li div p {
  overflow-wrap: break-word;
  padding-left: clamp(36px, 31.45px + 1.212vw, 46px);
}
#line-account-new .li_qa li div img {
  width: 80%;
  margin: 0 auto;
  display: block;
  max-width: 400px;
  height: auto;
  margin-top: clamp(20px, 15.45px + 1.212vw, 30px);
}
#line-account-new .li_qa li .ttl_step {
  font-weight: 500;
  font-size: clamp(15px, 14.09px + 0.24vw, 17px);
  position: relative;
  vertical-align: middle;
  padding-left: clamp(36px, 31.45px + 1.212vw, 46px) !important;
  color: #0fa80e;
  line-height: 1.4;
  min-height: clamp(36px, 31.45px + 1.212vw, 46px);
  padding-top: clamp(10px, 8.18px + 0.485vw, 14px) !important;
}
#line-account-new .li_qa li .ttl_step.step01 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/line-account-new/img/icon_step01.png) top left no-repeat;
  background-size: clamp(30px, 25.45px + 1.212vw, 40px) auto;
  margin-bottom: clamp(5px, 2.73px + 0.606vw, 10px);
}
#line-account-new .li_qa li .ttl_step.step02 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/line-account-new/img/icon_step02.png) top left no-repeat;
  background-size: clamp(30px, 25.45px + 1.212vw, 40px) auto;
  margin-bottom: clamp(5px, 2.73px + 0.606vw, 10px);
}
#line-account-new .li_qa li .ttl_step.step03 {
  background: url(/_ui/responsive/common/ui_assets/online/bg/pickup/line-account-new/img/icon_step03.png) top left no-repeat;
  background-size: clamp(30px, 25.45px + 1.212vw, 40px) auto;
  margin-bottom: clamp(5px, 2.73px + 0.606vw, 10px);
}
@media (min-width: 768px) {
  #line-account-new .li_qa li:not(:last-child) {
    margin-bottom: 15px;
  }
  #line-account-new .li_qa li h3 {
    padding: 15px 15px 13px 60px;
  }
  #line-account-new .li_qa li h3:after {
    right: 30px;
  }
  #line-account-new .li_qa li div img {
    width: 100%;
  }
}/*# sourceMappingURL=page.css.map */