@charset "UTF-8";
/* Reset.css */
body {
  color: #333333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "a-otf-ud-shin-go-pr6n", "meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, main, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  width: 100%;
}

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'a-otf-ud-shin-go-pr6n', 'meiryo', sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
  height: auto;
  width: 100%;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1dcc7f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  width: 100%;
  z-index: 100;
}

@media (min-width: 900px) {
  .header {
    height: 70px;
  }
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 900px) {
  .header__inner {
    padding: 0 30px 0 40px;
  }
}

.header__inner h1 {
  line-height: 1;
}

.header__logo {
  height: auto;
  max-width: 240px;
  width: 100%;
}

@media (min-width: 900px) {
  .header__logo {
    max-width: 359px;
  }
}

.header__link {
  display: none;
}

@media (min-width: 900px) {
  .header__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 257px;
  }
}

.header__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 185px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  width: 100%;
}

@media (min-width: 900px) {
  .header__btn {
    font-size: 0.8125rem;
    height: 42px;
  }
}

.header__btn--black {
  background: #000000;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn--black:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/arrow-right.svg) no-repeat center right/cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
}

@media (min-width: 640px) {
  .header__btn--black:after {
    margin-left: 3px;
  }
}

.header__btn--black:hover {
  opacity: .7;
}

.header.scroll {
  opacity: 1;
}

.main {
  background: #ffffff;
}

.mainVisual {
  background: #1dcc7f;
  height: 624px;
  position: relative;
}

@media (min-width: 900px) {
  .mainVisual {
    background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_top_background.png) center center no-repeat;
    background-size: cover;
    height: 618px;
    overflow: hidden;
    width: 100%;
  }
}

.mainVisual:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_top_illust_m.png) center center no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 395px;
  left: 50%;
  max-width: 465px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 900px) {
  .mainVisual:after {
    display: none;
  }
}

.mainVisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 624px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 40px;
}

@media (min-width: 900px) {
  .mainVisual__inner {
    height: 618px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.mainVisual__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 900px) {
  .mainVisual__block {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: revert;
            flex-direction: revert;
  }
}

.mainVisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 75px;
  max-width: 303px;
}

@media (min-width: 900px) {
  .mainVisual__title {
    margin-top: 97px;
    max-width: 430px;
  }
}

.mainVisual__desc {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 14px;
  text-align: center;
}

@media (min-width: 900px) {
  .mainVisual__desc {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: revert;
            flex-direction: revert;
    font-size: 1.25rem;
    margin-top: 16px;
    text-align: left;
  }
}

.mainVisual__arrow {
  line-height: 1;
  margin-top: 22px;
  text-align: center;
  z-index: 100;
}

@media (min-width: 900px) {
  .mainVisual__arrow {
    display: none;
  }
}

.mainVisual__arrow img {
  height: 23px;
  width: 40px;
}

.mainVisual__illust {
  display: none;
}

@media (min-width: 900px) {
  .mainVisual__illust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 548px;
    max-width: 452px;
    width: 100%;
  }
}

.mainVisual__illust img {
  height: 396px;
  max-width: 465px;
}

@media (min-width: 900px) {
  .mainVisual__illust img {
    height: 548px;
    max-width: 452px;
  }
}

.mainVisual__CallToAction {
  display: none;
}

@media (min-width: 900px) {
  .mainVisual__CallToAction {
    display: block;
    margin-top: 42px;
    width: 335px;
  }
}

.mainVisual__CallToAction a {
  display: none;
}

@media (min-width: 900px) {
  .mainVisual__CallToAction a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000000;
    border-radius: 999em;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0625rem;
    font-weight: 700;
    height: 62px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
  }
}

.mainVisual__CallToAction a:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/arrow-right.svg) no-repeat center right/cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 22px;
  width: 22px;
}

@media (min-width: 640px) {
  .mainVisual__CallToAction a:after {
    margin-left: 5px;
  }
}

.mainVisual__CallToAction a:hover {
  opacity: .7;
}

.callToAction {
  background: #000000;
  height: 0;
  opacity: 0;
  padding: 0 40px;
  position: relative;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (min-width: 900px) {
  .callToAction {
    display: none;
  }
}

.callToAction__inner {
  text-align: center;
}

.callToAction__link {
  padding-top: 15px;
  text-align: center;
}

.callToAction__link a {
  color: #ffffff;
  display: block;
  font-weight: 600;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.callToAction__link a:hover {
  opacity: .6;
}

.callToAction__link a:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/arrow-Icon.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  width: 14px;
}

.callToAction__border {
  background: #ffffff;
  border-radius: 100px;
  bottom: 8px;
  height: 5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 134px;
}

.scroll-ct {
  bottom: 0;
  height: 56px;
  opacity: 1;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.contents {
  padding: 0 20px;
}

@media (min-width: 900px) {
  .contents {
    padding: 0 40px;
  }
}

.contents__inner {
  margin: 0 auto;
  max-width: 340px;
  padding-bottom: 90px;
}

@media (min-width: 900px) {
  .contents__inner {
    max-width: 1000px;
    padding-bottom: 150px;
  }
}

.contents__sub {
  line-height: 1;
  text-align: center;
}

.contents__sub img {
  height: 28px;
  width: auto;
}

.contents__h2title {
  line-height: 1;
  margin: 16px auto 0;
  width: 100%;
}

@media (min-width: 900px) {
  .contents__h2title {
    margin: 20px auto 0;
  }
}

.contents__txt {
  color: #949494;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 26px;
  margin-top: 16px;
  text-align: center;
}

@media (min-width: 900px) {
  .contents__txt {
    font-size: 1rem;
    margin-top: 20px;
  }
}

.membership {
  padding-top: 90px;
}

@media (min-width: 900px) {
  .membership {
    padding-top: 130px;
  }
}

.membership__inner {
  text-align: center;
}

.membership__h2title {
  max-width: 252px;
}

@media (min-width: 900px) {
  .membership__h2title {
    max-width: 334px;
  }
}

.membership__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media (min-width: 900px) {
  .membership__list {
    -webkit-box-align: revert;
        -ms-flex-align: revert;
            align-items: revert;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 80px;
  }
}

.membership__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 339px;
  width: 100%;
}

@media (min-width: 900px) {
  .membership__item {
    width: 32%;
  }
}

.membership__item--img {
  max-width: 160px;
  width: 100%;
}

.membership__item--txt {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 28px;
  margin-top: 18px;
  padding: 0 8px;
}

@media (min-width: 900px) {
  .membership__item--txt {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}

.membership__item:not(:first-of-type) {
  margin-top: 70px;
}

@media (min-width: 900px) {
  .membership__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.benefits {
  background: #f3f3f3;
  padding-top: 90px;
}

@media (min-width: 900px) {
  .benefits {
    padding-top: 130px;
  }
}

.benefits__inner {
  padding-bottom: 90px;
}

@media (min-width: 900px) {
  .benefits__inner {
    padding-bottom: 150px;
  }
}

.benefits__h2title {
  max-width: 330px;
}

@media (min-width: 900px) {
  .benefits__h2title {
    max-width: 446px;
  }
}

.benefits__list {
  margin-top: 60px;
}

@media (min-width: 900px) {
  .benefits__list {
    margin-top: 78px;
  }
}

.benefits__item {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.24);
          box-shadow: 0 0 10px rgba(200, 200, 200, 0.24);
  color: #000000;
  line-height: 26px;
  padding: 16px 14px;
  position: relative;
  text-align: center;
}

@media (min-width: 900px) {
  .benefits__item {
    line-height: 1.6;
    padding: 21px 0;
  }
}

.benefits__item span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.09px;
}

@media (min-width: 900px) {
  .benefits__item span {
    font-size: 1.125rem;
  }
}

.benefits__item:not(:first-of-type) {
  margin-top: 24px;
}

.benefits__item01:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_benefit_1.svg) no-repeat center center;
  background-size: contain;
  bottom: 48px;
  content: '';
  display: inline-block;
  height: 36px;
  left: 20px;
  position: absolute;
  width: 35px;
}

@media (min-width: 1000px) {
  .benefits__item01:before {
    bottom: 55px;
    height: 47px;
    left: 27.8%;
    width: 46px;
  }
}

.benefits__item02:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_benefit_2.svg) no-repeat center center;
  background-size: contain;
  bottom: 69px;
  content: '';
  display: inline-block;
  height: 35px;
  position: absolute;
  right: 20px;
  width: 33px;
}

@media (min-width: 1000px) {
  .benefits__item02:before {
    bottom: 38px;
    height: 48px;
    right: 22.3%;
    width: 45px;
  }
}

.benefits__item03:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_benefit_3.svg) no-repeat center center;
  background-size: contain;
  bottom: 44px;
  content: '';
  display: inline-block;
  height: 35px;
  left: 27px;
  position: absolute;
  width: 35px;
}

@media (min-width: 1000px) {
  .benefits__item03:before {
    bottom: 39px;
    height: 48px;
    left: 27.8%;
    width: 48px;
  }
}

.benefits__item04:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/membership/img/img_benefit_4.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 46px;
  width: 40px;
}

@media (min-width: 1000px) {
  .benefits__item04:before {
    height: 48px;
    right: 23.3%;
    top: 39px;
    width: 53px;
  }
}

.recommended {
  padding-top: 90px;
}

@media (min-width: 900px) {
  .recommended {
    padding-top: 130px;
  }
}

.recommended__h2title {
  max-width: 228px;
}

@media (min-width: 900px) {
  .recommended__h2title {
    max-width: 304px;
  }
}

.recommended__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

@media (min-width: 900px) {
  .recommended__list {
    margin-top: 80px;
  }
}

.recommended__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(200, 200, 200, 0.24);
          box-shadow: 0 0 10px rgba(200, 200, 200, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 16px 24px;
  width: calc(100% / 2 - 36px);
}

@media (min-width: 900px) {
  .recommended__item {
    padding: 29px 26px 25px;
    width: calc(100% / 3 - 65px);
  }
}

.recommended__item:nth-of-type(n + 3) {
  margin-top: 10px;
}

@media (min-width: 900px) {
  .recommended__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .recommended__item:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

.recommended__img {
  max-width: 64px;
  width: 100%;
}

.recommended__h3title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -.09px;
  line-height: 26px;
  margin-top: 12px;
  text-align: center;
}

@media (min-width: 900px) {
  .recommended__h3title {
    font-size: 1rem;
  }
}

.recommended__txt {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 26px;
  margin-top: 2px;
  text-align: center;
}

@media (min-width: 900px) {
  .recommended__txt {
    font-size: 1rem;
  }
}

.howto {
  background: #f3f3f3;
  padding-top: 90px;
}

@media (min-width: 900px) {
  .howto {
    padding-top: 130px;
  }
}

.howto__h2title {
  max-width: 203px;
}

@media (min-width: 900px) {
  .howto__h2title {
    max-width: 449px;
  }
}

.howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  position: relative;
}

@media (min-width: 900px) {
  .howto__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 80px;
  }
}

@media (min-width: 900px) {
  .howto__list:before {
    background: #979797;
    content: '';
    display: inline-block;
    height: 1px;
    opacity: .2;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 5;
  }
}

.howto__item {
  padding-left: 20px;
  position: relative;
  width: 100%;
  z-index: 100;
}

@media (min-width: 900px) {
  .howto__item {
    padding-left: 0;
    width: 32%;
  }
}

.howto__item:not(:first-of-type) {
  margin-top: 45px;
}

@media (min-width: 900px) {
  .howto__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.howto__item:not(:last-of-type):before {
  background: #999999;
  content: '';
  display: inline-block;
  height: calc(100% + 40px);
  left: 0;
  opacity: .2;
  position: absolute;
  top: 20px;
  width: 1px;
}

@media (min-width: 900px) {
  .howto__item:not(:last-of-type):before {
    display: none;
  }
}

.howto__item:after {
  background: #1dcc7f;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: -5px;
  position: absolute;
  top: 7px;
  width: 10px;
}

@media (min-width: 900px) {
  .howto__item:after {
    display: none;
  }
}

.howto__sub {
  line-height: 1;
  text-align: left;
}

.howto__sub img {
  height: 24px;
  width: auto;
}

.howto__h3title {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  margin-top: 12px;
}

@media (min-width: 900px) {
  .howto__h3title {
    font-size: 1.125rem;
    margin-top: 20px;
    min-height: 48px;
  }
}

.howto__txt {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 10px;
  max-width: 311px;
}

@media (min-width: 900px) {
  .howto__txt {
    font-size: 1rem;
    margin-top: 14px;
    max-width: 269px;
  }
}

.howto__note {
  color: #949494;
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 10px;
  max-width: 311px;
}

@media (min-width: 900px) {
  .howto__note {
    font-size: 0.875rem;
    margin-top: 14px;
    max-width: 269px;
  }
}

.faq {
  padding-top: 90px;
}

@media (min-width: 900px) {
  .faq {
    padding-top: 130px;
  }
}

.faq__h2title {
  max-width: 152px;
}

@media (min-width: 900px) {
  .faq__h2title {
    max-width: 204px;
  }
}

.faq__acc {
  margin-top: 60px;
}

@media (min-width: 900px) {
  .faq__acc {
    margin-top: 80px;
  }
}

.faq__item {
  background: #ffffff;
  border-radius: 11px;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
}

.faq__item:not(:first-of-type) {
  margin-top: 16px;
}

.faq__title {
  color: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 20px 47px 20px 22px;
  position: relative;
}

@media (min-width: 900px) {
  .faq__title {
    font-size: 1rem;
    padding: 22px 20px;
  }
}

.faq__title:before {
  content: 'Q';
  font-weight: 700;
  margin-right: 8px;
}

.faq__title:after {
  border-right: 2px solid #b7b7b7;
  border-top: 2px solid #b7b7b7;
  content: '';
  height: 6px;
  position: absolute;
  right: 22px;
  top: 40%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: .5s;
  transition: .5s;
  width: 6px;
}

.faq__answer {
  color: #777777;
  cursor: pointer;
  display: none;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 26px;
  padding: 0 22px 20px;
}

@media (min-width: 900px) {
  .faq__answer {
    font-size: 1rem;
  }
}

.faq__answer:before {
  color: #1dcc7f;
  content: 'A';
  font-weight: 700;
  margin-right: 8px;
}

.faq__title.is-open:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.faq__item .is-open + .faq__answer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer {
  background: #1f1f1f;
  color: #ffffff;
  padding: 40px 20px 129px 20px;
}

@media (min-width: 900px) {
  .footer {
    padding: 80px 20px;
  }
}

.footer__inner {
  margin: 0 auto;
  max-width: 1000px;
}

.footer__inner p {
  font-size: 0.6875rem;
  padding: 0 16px;
  text-align: center;
}

@media (min-width: 900px) {
  .footer__inner p {
    font-size: 0.875rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 900px) {
  .footer__list {
    font-size: 0.875rem;
  }
}

.footer__list li {
  padding: 0 9px;
  text-align: center;
}

.footer__list img {
  max-width: 44px;
  width: 100%;
}

@media (min-width: 900px) {
  .footer__list img {
    max-width: 64px;
  }
}

.footer__link {
  color: #ffffff;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.footer__link:hover {
  opacity: .6;
}

.footer__txtLink {
  margin-top: 26px;
}

@media (min-width: 900px) {
  .footer__txtLink {
    margin-top: 30px;
  }
}

.footer__txtLink li {
  text-align: center;
}

.footer__txtLink li a {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 18px;
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (min-width: 900px) {
  .footer__txtLink li a {
    font-size: 0.875rem;
  }
}

.footer__txtLink li a:hover {
  opacity: .3;
}

.footer__corporation {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 17px;
  margin-top: 16px;
  opacity: .3;
  text-align: center;
}

#pagetop {
  background: #707070;
  border-radius: 50%;
  bottom: 20px;
  height: 50px;
  opacity: 0;
  position: fixed;
  right: 10px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  width: 50px;
  z-index: 1000;
}

@media (min-width: 900px) {
  #pagetop {
    height: 80px;
    right: 25px;
    width: 80px;
  }
}

#pagetop.show {
  opacity: .6;
  -webkit-transform: none;
          transform: none;
}

#pagetop a {
  cursor: pointer;
  display: block;
  height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
}

@media (min-width: 900px) {
  #pagetop a {
    height: 80px;
    width: 80px;
  }
}

#pagetop a:before {
  bottom: 20px;
  color: #ffffff;
  content: '▲';
  font-size: 1.5rem;
  font-weight: 900;
  left: 0;
  margin: auto;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 20px;
}

@media (min-width: 900px) {
  #pagetop a:before {
    font-size: 2rem;
    right: 0;
    top: 15px;
    width: 40px;
  }
}

.txtlink {
  color: #4270ed;
  font-weight: 300;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.txtlink:hover {
  opacity: .7;
}

.scrollUp {
  opacity: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
}

.scrollUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.sp-hide {
  display: block;
}

@media (min-width: 900px) {
  .sp-hide {
    display: none !important;
  }
}

.pc-hide {
  display: none;
}

@media (min-width: 900px) {
  .pc-hide {
    display: block !important;
  }
}

.bold {
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */