@charset "UTF-8";
/*---------------------------
 * *	Breadcrumbs
 * *--------------------------- */
.main #pNav {
  padding: 0;
}
.main #pNav ul {
  width: 1280px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main #pNav ul {
    overflow-x: auto;
    word-break: keep-all;
    white-space: wrap;
    -webkit-overflow-scrolling: touch;
  }
}
.main #pNav ul li {
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .main #pNav ul li {
    font-size: 3vw;
    white-space: nowrap;
  }
}
.main #pNav ul li:not(:last-of-type) {
  margin: 0 2rem 0 0;
}
.main #pNav ul li:not(:last-of-type)::after {
  position: absolute;
  top: calc(50% - 6px);
  right: -1.8rem;
  font-family: "Material Icons";
  content: "\e5cc";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main #pNav ul li:not(:last-of-type)::after {
    top: calc(50% - 1.5vw);
    right: -4vw;
  }
}
.main #pNav ul li a {
  color: #E94709;
}
.main #pNav ul li a:hover {
  text-decoration: underline;
}

/*---------------------------
 * *	Static Page
 * *--------------------------- */
div .main {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
div .main h1 {
  width: 100%;
  margin: 3rem 0 2rem;
  padding: 0 1rem;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  div .main h1 {
    margin: 5vw 0 2vw;
    padding: 0;
    font-size: 5vw;
  }
}
div .main h1.mb0 {
  margin-bottom: 0;
}
div .main h1 span {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
div .main h1 span.sttl {
  margin: 0.5rem 0 0;
  font-size: 1.6rem;
}
div .main h1 span .type {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #ccc;
}
div .main h2 {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  div .main h2 {
    padding: 0;
    font-size: 5vw;
  }
}
div .main h2.mt40 {
  margin-top: 40px;
}
div .main h2.mb5 {
  margin-bottom: 5px;
}
div .main h2 .ttl {
  width: 100%;
  text-align: center;
  margin: 0 0 0.4rem;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  div .main h2 .ttl {
    margin: 0 0 0.5rem;
    font-size: 1.7rem;
  }
}
div .main h2 .sub {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  div .main h2 .sub {
    font-size: 1rem;
  }
}
div .main h2 .ttl.specified {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  div .main h2 .ttl.specified {
    font-size: 1.2rem;
  }
}
div .main h3 {
  width: 100%;
  max-width: 100%;
  margin: 1.5rem auto 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 640px) {
  div .main h3 {
    font-size: 1.4rem;
    text-align: center;
  }
}
div .main h3.p0 {
  padding-right: 0;
  padding-left: 0;
}
div .main h3.p1 {
  padding-right: 1rem;
  padding-left: 1rem;
}
div .main .desc-an {
  text-align: center;
  font-weight: 500;
}
div .main .static {
  padding: 3rem 2rem;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  div .main .static {
    padding: 30px 4vw;
    font-size: 3.5vw;
  }
}
div .main .static .container {
  padding: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  div .main .static .container {
    padding: 0 0 30px;
  }
}
div .main .static .container .introduction p {
  margin: 0;
  line-height: 1.6;
}
div .main .static .container .introduction p.mb {
  margin: 0 0 1.3rem;
}
div .main .static .container .introduction p.ttl {
  margin: 0 0 0.5rem;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  div .main .static .container .introduction p.ttl {
    margin: 0 0 0.5rem;
    font-size: 4.8vw;
  }
}
div .main .static .container .introduction ol {
  margin: 0.3rem 0 1.3rem;
  padding: 0 0 0 1.2rem;
}
div .main .static .container .introduction ol li {
  line-height: 1.6;
}
div .main .static h3.ttl-kobutsu {
  margin: 3rem auto 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  div .main .static h3.ttl-kobutsu {
    font-size: 5vw;
  }
}
div .main .static a {
  color: #E94709;
}
div .main .static a:hover {
  text-decoration: underline;
}
div .main .static a.external::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-image: url("../image/common/icn_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 640px) {
  div .main .static a.external::after {
    top: 0.5vw;
    width: 4vw;
    height: 4vw;
  }
}
div .main .static .sign {
  width: 100%;
  margin: 1rem 0 0;
  font-size: 13px;
  text-align: right;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  div .main .static .sign {
    margin: 4vw 0 0;
  }
}
div .main .static .pre {
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 640px) {
  div .main .static .pre {
    margin: 0 0 2rem;
  }
}

/* ---------------------------
 * *DL リスト（プライバシーポリシー／利用規約）
 * *---------------------------- */
dl.list_main .chapter {
  margin: 3.5rem 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  dl.list_main .chapter {
    margin: 2rem 0 0.5rem;
    font-size: 5.2vw;
  }
}
dl.list_main .chapter span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  dl.list_main .chapter span {
    margin: 0 2vw 0 0;
  }
}
dl.list_main > dt {
  margin: 4.5rem 0 0.8rem;
  padding: 0 0 0.8rem;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 640px) {
  dl.list_main > dt {
    margin: 7vw 0 2.5vw;
    padding: 0 0 2.5vw;
    font-size: 4.8vw;
  }
}
dl.list_main > dt.mt0 {
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 640px) {
  dl.list_main > dt.mt0 {
    margin: 0 0 2.5vw;
  }
}
dl.list_main > dt.mt1 {
  margin: 1rem 0 0.8rem;
}
@media screen and (max-width: 640px) {
  dl.list_main > dt.mt1 {
    margin: 4vw 0 2.5vw;
  }
}
dl.list_main > dd {
  font-size: 13px;
}
dl.list_main > dd p {
  line-height: 1.6;
}
dl.list_main > dd p.mt {
  margin: 1.3rem 0 0;
}
dl.list_main > dd p.mb {
  margin: 0 0 1.3rem;
}
dl.list_main > dd p.mn {
  margin: 0;
}

ol.list_indent {
  list-style: none;
  padding-left: 1.1rem;
}
ol.list_indent li {
  padding: 0;
  text-indent: -1.1rem;
  line-height: 1.6;
}

ol.list_nmb-o1 {
  list-style: disc;
  padding: 0 0 0 2.2rem;
}
@media screen and (max-width: 640px) {
  ol.list_nmb-o1 {
    padding: 0 0 0 1.3rem;
  }
}
ol.list_nmb-o1 li {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  ol.list_nmb-o1 li {
    line-height: 1.6;
  }
}
ol.list_nmb-o1.paragraph {
  margin: 0.5rem 0 0.5rem 1.5rem;
}

ol.list_nmb {
  counter-reset: cnt;
}
ol.list_nmb > li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 0 0 0 1.7rem;
  text-indent: -1.7rem;
  line-height: 1.6;
}
ol.list_nmb > li.indent-lg {
  padding: 0 0 0 2rem;
  text-indent: -2rem;
}
ol.list_nmb > li.indent-md {
  padding: 0 0 0 1.7rem;
  text-indent: -1.7rem;
}
ol.list_nmb > li:before {
  content: "（" counter(cnt) "）";
}

ol.list_only_nmb {
  counter-reset: cnt;
}
ol.list_only_nmb > li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 0 0 0 1.5rem;
  line-height: 1.6;
  text-indent: -1.5rem;
}
ol.list_only_nmb > li:before {
  content: "" counter(cnt) ".";
  margin-right: 0.5rem;
}

ol.list_no_indent {
  list-style: none;
  padding: 0 0 0 1.7rem;
}
@media screen and (max-width: 640px) {
  ol.list_no_indent {
    padding: 0 0 0 1.3rem;
  }
}
ol.list_no_indent li {
  line-height: 1.6;
}

/* ---------------------------
 * *UL リスト - 1
 * *----------------------------- */
ul.list_nmb-u1 li {
  text-indent: -2.15em;
  padding-left: 2.15em;
}
ul.list_nmb-u1 li span {
  display: inline-block;
  margin-right: 1em;
}

@media only screen and (max-width: 767px) {
  ul.list_nmb-u1 li + li {
    margin-top: 7px;
  }
}
/* ---------------------------
 * *リスト内コンテンツBOX
 * *---------------------------- */
.ann-wrap {
  width: calc(100% - 0.5rem);
  margin: 0.5rem 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
}

/* ---------------------------
 * *Table
 * *---------------------------- */
.main table.tbl-otherItem {
  width: 100%;
  margin: 0;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 640px) {
  .main table.tbl-otherItem {
    border: none;
  }
}
.main table.tbl-otherItem th, .main table.tbl-otherItem td {
  border-bottom: 1px solid #eaeaea;
  vertical-align: top;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .main table.tbl-otherItem th, .main table.tbl-otherItem td {
    width: 100%;
    display: block;
    padding: 15px 10px;
    font-size: 1rem;
    border: none;
  }
}
.main table.tbl-otherItem th {
  font-weight: 700;
  background-color: #F7F7F7;
}
.main table.tbl-otherItem td ul li {
  line-height: 1.6;
}
.main table.tbl-otherItem td ul li + li {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 640px) {
  .main table.tbl-otherItem td ul li + li {
    margin: 0.5rem 0 0;
  }
}
.main table.tbl-otherItem td ul.decimal {
  list-style-type: decimal;
  padding: 0 0 0 1.3rem;
}
.main table.tbl-otherItem td ul.disc {
  list-style-type: disc;
  padding: 0 0 0 1.3rem;
}
.main table.tbl-otherItem td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.8rem 0 0;
  line-height: 1.6;
}
.main table.tbl-otherItem td dl dt {
  width: 5rem;
  margin: 0 0 0.8rem;
}
.main table.tbl-otherItem td dl dd {
  width: calc(100% - 5rem);
  margin: 0 0 0.8rem;
}
.main table.tbl-otherItem td dl.w-grad-equal dt {
  width: 8rem;
}
.main table.tbl-otherItem td dl.w-grad-equal dd {
  width: calc(100% - 8rem);
}
.main table.tbl-otherItem td ul {
  margin: 0.8rem 0 0;
}
.main table.tbl-otherItem td p {
  margin: 0.8rem 0 0;
  line-height: 1.6;
}
.main table.tbl-otherItem td .ma-0 {
  margin: 0;
}
.main table.tbl-otherItem td .ma-l {
  margin: 2.6rem 0 0;
}
.main table.tbl-otherItem td .ttl {
  font-weight: 500;
}

/***********************************************************************
 * *
 * *------------------------------------------------------------------------
 * *会社案内/特定商取引に関する表記
 * *********************************************************************** */
.static table.tbl-otherItem th, .static table.tbl-otherItem td {
  padding: 2rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .static table.tbl-otherItem th, .static table.tbl-otherItem td {
    padding: 1rem;
    font-size: 3.5vw;
  }
}
.static table.tbl-otherItem th {
  width: 300px;
}
@media screen and (max-width: 640px) {
  .static table.tbl-otherItem th {
    width: 100%;
  }
}

#beginner {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #beginner {
    padding: 36px 4vw 40px;
  }
}
#beginner .container {
  padding: 3rem 1rem 0;
}
@media screen and (max-width: 640px) {
  #beginner .container {
    padding: 0;
  }
}
#beginner .container .table-contents {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 3rem;
  padding: 1.5rem 4rem 3rem;
  background-color: #f7f7f7;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents {
    margin: 0 auto 2rem;
    padding: 4vw 6vw 6vw;
  }
}
#beginner .container .table-contents h2 {
  margin: 0 0 1.3rem;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents h2 {
    margin: 0 0 4vw;
    font-size: 4vw;
  }
}
#beginner .container .table-contents .list-wrap {
  padding: 0.5rem 2.3rem;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents .list-wrap {
    padding: 1.5vw 4vw;
  }
}
#beginner .container .table-contents .list-wrap ul {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#beginner .container .table-contents .list-wrap ul li {
  padding: 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents .list-wrap ul li {
    margin: 1px 0;
  }
}
#beginner .container .table-contents .list-wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.7rem 2rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents .list-wrap ul li a {
    padding: 2.3vw 4vw;
    font-size: 3.4vw;
  }
}
#beginner .container .table-contents .list-wrap ul li a:hover {
  color: #E94709;
}
#beginner .container .table-contents .list-wrap ul li a:hover:after {
  border-top: solid 2px #E94709;
  border-right: solid 2px #E94709;
}
#beginner .container .table-contents .list-wrap ul li a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 1rem;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #d6d6d6;
  border-right: solid 2px #d6d6d6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents .list-wrap ul li a:after {
    width: 4px;
    height: 4px;
    right: 5vw;
  }
}
#beginner .container .table-contents .list-wrap ul li a .stp {
  display: inline-block;
  margin: 0 3rem 0 0;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #beginner .container .table-contents .list-wrap ul li a .stp {
    margin: 0 6vw 0 0;
    font-size: 3.4vw;
  }
}
#beginner .container .table-contents .list-wrap ul li:last-child {
  border-bottom: none;
}
#beginner ul.step > li {
  position: relative;
  margin-bottom: 70px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li {
    margin-bottom: 58px;
  }
}
#beginner ul.step > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 26px solid #E94709;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li::after {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 20px solid #E94709;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  }
}
#beginner ul.step > li:last-of-type {
  margin-bottom: 30px;
}
#beginner ul.step > li:last-of-type::before, #beginner ul.step > li:last-of-type::after {
  display: none;
}
#beginner ul.step > li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  margin: 0;
  padding: 0 40px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  background-color: #E94709;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li h3 {
    height: auto;
    min-height: 55px;
    padding: 2.7vw 6vw;
    font-size: 4vw;
  }
}
#beginner ul.step > li h3 em {
  display: block;
  width: 200px;
  font-weight: 700;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li h3 em {
    width: 20vw;
    text-align: left;
  }
}
#beginner ul.step > li .conts {
  padding: 40px 30px 40px;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts {
    padding: 4vw 6vw 4vw;
  }
}
#beginner ul.step > li .conts .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline {
    display: block;
    font-size: 1rem;
  }
}
#beginner ul.step > li .conts .outline .out-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-img {
    width: 100%;
    margin: 4vw 0 4vw;
    text-align: center;
  }
}
#beginner ul.step > li .conts .outline .out-img img {
  max-width: 400px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-img img {
    width: 90%;
  }
}
#beginner ul.step > li .conts .outline .out-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 200px);
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt {
    width: 100%;
    padding: 0;
  }
}
#beginner ul.step > li .conts .outline .out-txt .flow {
  margin: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt .flow {
    margin: 0 0 4vw;
  }
}
#beginner ul.step > li .conts .outline .out-txt .flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt .flow li {
    margin: 0 0 2vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
#beginner ul.step > li .conts .outline .out-txt .flow li .sym {
  display: block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.15;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt .flow li .sym {
    font-size: 4.3vw;
    line-height: 1.2;
  }
}
#beginner ul.step > li .conts .outline .out-txt .ann {
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt .ann {
    padding: 0 0 0 2vw;
  }
}
#beginner ul.step > li .conts .outline .out-txt .ann.mb {
  margin: 0 0 3rem;
}
#beginner ul.step > li .conts .outline .out-txt .ann li {
  margin: 0 0 0.2rem;
  padding: 0 0 0 1.4rem;
  text-indent: -1.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li .conts .outline .out-txt .ann li {
    margin: 0 0 4vw;
    font-size: 3vw;
    padding: 0 0 0 3vw;
    text-indent: -3vw;
    line-height: 1.4;
  }
}
#beginner ul.step > li.step-1 .btn-signup {
  width: 100%;
  max-width: 370px;
  margin: 30px auto 0;
}
#beginner ul.step > li.step-1 .btn-signup a span {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li.step-1 .btn-signup a span {
    font-size: 12px;
  }
}
#beginner ul.step > li.step-1 .judge {
  background-color: #fff;
  margin-top: 40px;
  padding: 30px 10px 30px 40px;
}
@media screen and (max-width: 640px) {
  #beginner ul.step > li.step-1 .judge {
    padding: 20px;
  }
}

/***********************************************************************
 * *
 * *------------------------------------------------------------------------
 * *QA
 * *********************************************************************** */
#faq .main .qa {
  padding: 40px 3rem 100px;
  padding: 4vw 4vw 6vw;
}
#faq .main .qa .qa-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 6vw;
    padding: 2vw 0 0;
  }
}
#faq .main .qa .qa-menu .menu-container {
  width: 50%;
  margin: 0;
  padding: 1.5rem;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-menu .menu-container {
    width: 100%;
    padding: 0 0 4vw;
  }
}
#faq .main .qa .qa-menu .menu-container h2.qa-ttl {
  position: relative;
  margin: 0 0 0.4rem;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #E94709;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-menu .menu-container h2.qa-ttl {
    margin: 0 0 1.7vw;
    padding: 0 1vw 0 0;
    font-size: 4.8vw;
    font-weight: 600;
  }
}
#faq .main .qa .qa-menu .menu-container h2.qa-ttl a {
  font-size: 1.4rem;
  font-weight: 500;
}
#faq .main .qa .qa-menu .menu-container h2.qa-ttl a:hover {
  color: #E94709;
}
#faq .main .qa .qa-menu .menu-container h2.qa-ttl a img {
  width: 36px;
  height: 36px;
  margin: 0 0.5rem 0 0;
}
#faq .main .qa .qa-menu .menu-container ul {
  padding: 0;
}
#faq .main .qa .qa-menu .menu-container ul li {
  padding: 0.2rem 0 0.2rem 2.5rem;
  text-indent: -0.7rem;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-menu .menu-container ul li {
    padding: 0 0 0.3rem 2.3rem;
    text-indent: -0.68rem;
  }
}
#faq .main .qa .qa-menu .menu-container ul li:before {
  display: inline-block;
  content: "⚫︎";
  margin: 0 0.5rem 0 0;
  color: #E94709;
  font-size: 0.7rem;
  line-height: 1.8;
}
#faq .main .qa .qa-menu .menu-container ul li a {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-menu .menu-container ul li a {
    font-size: 3.5vw;
    line-height: 1.4;
  }
}
#faq .main .qa .qa-menu .menu-container ul li a:hover {
  color: #E94709;
}
#faq .main .qa .qa-wrapper h3.qa-ttl {
  margin: 0;
  padding: 1.4rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(202, 191, 191)), to(rgb(243, 239, 239)));
  background: linear-gradient(90deg, rgb(202, 191, 191), rgb(243, 239, 239));
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper h3.qa-ttl {
    padding: 4vw 4vw;
    font-size: 4.8vw;
    text-align: left;
  }
}
#faq .main .qa .qa-wrapper ul {
  margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul {
    margin: 0 0 10vw;
  }
}
#faq .main .qa .qa-wrapper ul li {
  padding: 2.5rem 3rem 2.7rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li {
    padding: 1.5rem 1rem 1.7rem;
  }
}
#faq .main .qa .qa-wrapper ul li dl {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li dl {
    font-size: 1rem;
  }
}
#faq .main .qa .qa-wrapper ul li dl dt {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 4.5rem;
  color: #E94709;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li dl dt {
    margin: 0 0 2vw;
    padding: 0 0 0 3rem;
    font-size: 3.8vw;
    line-height: 1.4;
  }
}
#faq .main .qa .qa-wrapper ul li dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q. ";
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li dl dt:before {
    top: 0.3vw;
    font-size: 4.8vw;
  }
}
#faq .main .qa .qa-wrapper ul li dl dd {
  position: relative;
  padding: 0 0 0 4.5rem;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li dl dd {
    padding: 0 0 0 3rem;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
#faq .main .qa .qa-wrapper ul li dl dd:before {
  position: absolute;
  top: 0;
  left: 0.1rem;
  content: "A. ";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #faq .main .qa .qa-wrapper ul li dl dd:before {
    top: 0.3vw;
    font-size: 4.8vw;
  }
}

/* ---------------------------
 * *アコーディオンの場合　-ac
 * *----------------------------- */
div .main .qa .menu-ttl {
  margin: 2.5rem 0.5rem 0.6rem;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  div .main .qa .menu-ttl {
    margin: 1.5rem 0.2rem 0.5rem;
    font-size: 4vw;
  }
}
div .main .qa .qa-wrapper-ac {
  padding: 0;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac {
    padding: 0;
  }
}
div .main .qa .qa-wrapper-ac li {
  padding: 0;
}
div .main .qa .qa-wrapper-ac li:hover {
  opacity: 1;
}
div .main .qa .qa-wrapper-ac li:last-child dl {
  border-bottom: 1px solid #f8f8f8;
}
div .main .qa .qa-wrapper-ac li dl {
  margin: 0 0 0.2rem;
  border-top: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
div .main .qa .qa-wrapper-ac li dl dt {
  position: relative;
  display: block;
  padding: 1.8rem 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #f8f8f8;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dt {
    padding: 4vw 12vw 4vw 9vw;
    font-size: 3.3vw;
    line-height: 1.6;
  }
}
div .main .qa .qa-wrapper-ac li dl dt:hover {
  cursor: pointer;
  color: #E94709;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dt:hover {
    color: #000;
  }
}
div .main .qa .qa-wrapper-ac li dl dt:before {
  position: absolute;
  top: 1.6rem;
  left: 0.5rem;
  content: "Q.";
  padding: 0.4rem 0.8rem;
  color: #E94709;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dt:before {
    top: 3.8vw;
    left: 1vw;
    padding: 0.2rem 0.5rem;
    font-size: 4vw;
  }
}
div .main .qa .qa-wrapper-ac li dl dt .btn {
  position: absolute;
  top: calc(50% - 7px);
  right: 1.5rem;
  width: 16px;
  height: 16px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
div .main .qa .qa-wrapper-ac li dl dt .btn:before, div .main .qa .qa-wrapper-ac li dl dt .btn:after {
  content: "";
  background-color: #E94709;
  border-radius: none;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
div .main .qa .qa-wrapper-ac li dl dt .btn:before {
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}
div .main .qa .qa-wrapper-ac li dl dt.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
div .main .qa .qa-wrapper-ac li dl dt.is-active .btn:before {
  content: none;
}
div .main .qa .qa-wrapper-ac li dl dt.is-active .btn:after {
  top: 9px;
  left: 5px;
}
div .main .qa .qa-wrapper-ac li dl dt span.brand {
  display: inline-block;
  width: auto;
  margin: 0 0 0 0.5rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.3rem;
  background-color: #E94709;
  border-radius: 4px;
  -webkit-transform: translate(4px, -1px);
          transform: translate(4px, -1px);
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dt span.brand {
    margin: 0 0 0 2vw;
    padding: 0.4vw 2vw;
    font-size: 2.4vw;
    -webkit-transform: translate(0.4vw, -0.2vw);
            transform: translate(0.4vw, -0.2vw);
  }
}
div .main .qa .qa-wrapper-ac li dl dt span.brand.atom {
  background-color: #5C58A0;
}
div .main .qa .qa-wrapper-ac li dl dt span.brand.katsu {
  background-color: #FFA126;
}
div .main .qa .qa-wrapper-ac li dl dt span.brand.tokubei {
  background-color: #1E569F;
}
div .main .qa .qa-wrapper-ac li dl dt span.brand.miya {
  background-color: #B92B0B;
}
div .main .qa .qa-wrapper-ac li dl dt span.brand.zentai {
  background-color: #E94709;
}
div .main .qa .qa-wrapper-ac li dl dt::-webkit-details-marker {
  display: none;
}
div .main .qa .qa-wrapper-ac li dl dd {
  display: none;
  padding: 1.6rem 1rem 1.6rem 4rem;
  background-color: #fdfdfd;
  border-bottom: 1px solid #f8f8f8;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dd {
    padding: 1rem 1rem 1rem 1.1rem;
  }
}
div .main .qa .qa-wrapper-ac li dl dd p {
  position: relative;
  margin: 0;
  padding: 0 3rem 0 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dd p {
    padding: 0 0 0 8vw;
    font-size: 3.3vw;
    line-height: 1.6;
  }
}
div .main .qa .qa-wrapper-ac li dl dd p:before {
  position: absolute;
  top: 0.1rem;
  left: 0;
  content: "A.";
  padding: 0.4rem 0;
  color: #E94709;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  div .main .qa .qa-wrapper-ac li dl dd p:before {
    top: 0.1rem;
    left: 0;
    padding: 0.2rem 0;
    font-size: 3.9vw;
  }
}
/*# sourceMappingURL=other.css.map */