@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th, strong, address {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

/* basic class */
.clear {
  clear: both;
}

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0;
}

.acenter {
  text-align: center;
}

.aright {
  text-align: right;
}

.aleft {
  text-align: left;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}

textarea {
  font-size: 100%;
}

/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
body a {
  transition: 0.3s ease;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  body {
    min-width: auto;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important;
}

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc-inline-block {
  display: inline-block !important;
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fadein, .fadein_delay, .fadein_ttl {
  visibility: hidden;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tb-inline-block {
    display: inline-block !important;
  }
  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important;
  }
  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header {
  background: #fff;
  height: 90px;
  padding: 0 50px;
  position: fixed;
  min-width: 1200px;
  width: 100%;
  z-index: 10;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1264px) {
  .header {
    padding: 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 0 15px;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.header__inner--left {
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
@media screen and (max-width: 1264px) {
  .header__inner--left {
    position: relative;
  }
}
.header__inner--right {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.header__logo {
  margin-left: -2px;
}
.header__txt {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 8px;
  position: absolute;
  top: 6px;
}
.header__tel {
  text-align: right;
}
.header__tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__tel-num {
  font-family: "Archivo", sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-left: 6px;
  margin-top: -2px;
}
.header__tel-time {
  margin-top: 4px;
  font-size: 12px;
}
.header .sp-fix__btn--line a, .header .sp-fix__btn--tel a, .header .header__login a, .header .header__register a {
  display: block;
  width: 160px;
  border: solid 2px #F7D42F;
  color: #333333;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  padding: 12px 0;
  font-weight: 500;
}
@media screen and (max-width: 1264px) {
  .header .sp-fix__btn--line a, .header .sp-fix__btn--tel a, .header .header__login a, .header .header__register a {
    width: 150px;
  }
}
.header .sp-fix__btn--line a:hover, .header .sp-fix__btn--tel a:hover, .header .header__login a:hover, .header .header__register a:hover {
  background: #f9e16d;
  border-color: #f9e16d;
}
.header__login {
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .header__login {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1470px) {
  .header__login a {
    background: #F7D42F;
  }
}
.header__register {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .header__register {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1470px) {
  .header__register {
    display: none;
  }
}
.header__register a {
  background: #F7D42F;
}
.header__register a img {
  margin-right: -19px;
  margin-left: 13px;
}
.header__mb {
  display: none;
}
@media screen and (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header__txt {
    top: -5px;
    left: -2px;
    margin: 0 !important;
    font-weight: 900;
  }
  .header__logo {
    margin-top: 6px !important;
  }
  .header__logo a {
    display: block;
    padding: 5px 0;
  }
  .header__logo img {
    width: 185px;
    height: auto;
  }
  .header .nav {
    display: none;
  }
  .header__inner--right {
    display: none;
  }
  .header__bar {
    position: fixed;
    top: 18px;
    right: 15px;
    z-index: 100;
  }
  .header__mb {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.85);
    z-index: 101;
  }
  .header__mb.open {
    opacity: 1;
    visibility: visible;
  }
  .header__mb-inner {
    width: 100%;
    height: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 55px 20px;
    position: relative;
  }
  .header__mb-close {
    position: fixed;
    top: 20px;
    right: 19px;
  }
  .header__mb-content {
    width: 100%;
  }
  .header__mb ul.inList {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin: 30px auto;
    padding: 30px 0 0 0;
  }
  .header__mb ul.inList li {
    width: 50%;
  }
  .header__mb-item {
    text-align: center;
  }
  .header__mb-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 14px 0;
    display: inline-block;
  }
  .header__mb-action--mypage {
    margin-top: 36px;
  }
  .header__mb-action--mypage a {
    background: #fff;
  }
  .header__mb-action--register {
    margin-top: 10px;
  }
  .header__mb-action--register a {
    background: #F7D42F;
  }
  .header__mb-action a {
    max-width: 345px;
    border-radius: 30px;
    display: block;
    width: 100%;
    font-weight: 500;
    color: #333333;
    text-align: center;
    font-size: 16px;
    padding: 22px 0;
    margin: 0 auto;
  }
  .header__mb ul.policyList {
    margin-top: 55px;
    text-align: center;
    font-size: 14px;
  }
  .header__mb ul.policyList ul {
    display: flex;
    justify-content: center;
  }
  .header__mb ul.policyList li {
    margin: 15px 0;
    line-height: 1.5;
  }
  .header__mb ul.policyList a {
    color: #fff;
  }
  .header__mb ul.policyList a:hover {
    color: #F7D42F;
  }
}
@media screen and (max-width: 600px) {
  .header {
    transition: 0.6s;
  }
  .header.hide {
    top: -100%;
  }
  .header__bar {
    transition: 0.6s;
  }
  .header__bar.hide {
    top: -100%;
  }
}

.js-modal-open span {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 900px) {
  .js-modal-open span {
    display: block;
    padding-top: 6px;
  }
}

.nav {
  margin-left: 37px;
  height: 100%;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.nav__item a {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  padding: 0 10px;
}
@media screen and (max-width: 1490px) {
  .nav__item a {
    padding: 0 15px;
  }
}
.nav__item a:hover {
  color: #F7D42F;
}
.nav__item:hover .nav-cld {
  top: 90px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1490px) {
  .nav {
    margin-left: 12px;
  }
}
.nav-cld {
  position: absolute;
  left: 0;
  top: 100px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.nav-cld--big {
  width: 587px;
  transform: translate(-34px, 3px);
}
.nav-cld--big .nav-cld__content {
  width: 407px;
}
.nav-cld--big .nav-cld__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-cld--big .nav-cld__item {
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-cld--huge {
  width: 680px;
  transform: translate(-46px, 3px);
}
.nav-cld--huge .nav-cld__content {
  width: 500px;
}
.nav-cld--huge .nav-cld__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30em;
}
.nav-cld--huge .nav-cld__item {
  flex: 0 0 50%;
  max-width: 50%;
}
.nav-cld--huge .nav-cld__item :last-child {
  max-width: 100%;
  white-space: nowrap;
}
.nav-cld--huge .nav-cld__item + .--privacy > a {
  font-size: 0.8rem !important;
}
.nav-cld--com, .nav-cld--fav {
  width: 422px;
}
.nav-cld--com .nav-cld__content, .nav-cld--fav .nav-cld__content {
  width: 242px;
}
.nav-cld--com {
  transform: translate(-46px, 3px);
}
.nav-cld--fav {
  transform: translate(-41px, 3px);
}
.nav-cld__ttl {
  background: #F7D42F;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.nav-cld__ttl:before {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #F7D42F transparent;
}
.nav-cld__content {
  background: #fff;
  padding: 18px 35px;
}
.nav-cld__item {
  line-height: 30px;
}
.nav-cld__item a {
  padding: 0;
  font-size: 14px;
}
.nav-cld__item a:hover {
  color: #F7D42F;
}

.contents {
  margin-top: 90px;
}
@media screen and (max-width: 900px) {
  .contents {
    margin-top: 0;
  }
}

.footer {
  background: #333333;
  padding: 80px 0 104px;
}
.footer__search {
  margin: 20px auto 0px auto;
  width: 400px;
}
.footer__search input {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .footer__search {
    width: 90%;
  }
}
.footer__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .footer__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer__rel {
  position: relative;
}
.footer__logo {
  text-align: center;
}
.footer__txt {
  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 350px) {
  .footer__txt {
    font-size: 10px;
    line-height: 18px;
  }
}
.footer__nav {
  margin-top: 82px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer__nav-item {
  margin: 0 21px;
}
.footer__nav-item a {
  color: #fff;
  font-weight: 700;
}
.footer__nav-item a:hover {
  color: #F7D42F;
}
.footer .footer__action a {
  display: block;
  width: 160px;
  background: #fff;
  color: #333333;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  padding: 14px 0;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .footer .footer__action a:hover {
    background: #F7D42F;
  }
}
.footer__action {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer__action--login, .footer__action--register {
  margin: 0 7px 0 8px;
}
.footer__action--register a img {
  margin-right: -19px;
  margin-left: 13px;
}
.footer__policy-lists {
  margin-top: 55px;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists {
    margin-top: 30px;
  }
}
.footer__policy-lists {
  text-align: center;
  font-size: 12px;
}
.footer__policy-lists ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists ul {
    flex-direction: column;
  }
}
.footer__policy-lists li {
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .footer__policy-lists li {
    margin: 5px 0;
  }
}
.footer__policy-lists a {
  color: #fff;
}
.footer__policy-lists a:hover {
  color: #F7D42F;
}
.footer__copy {
  margin-top: 30px;
  text-align: center;
  color: #9A9A9A;
  font-size: 12px;
  font-family: "Archivo", sans-serif;
}
.footer__pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer__pagetop a {
  display: block;
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 901px) {
  .footer__pagetop a:hover {
    background: #F7D42F;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 54px 0 52px;
  }
  .footer--line {
    padding: 54px 0 172px;
  }
  .footer__logo img {
    width: 264px;
    height: auto;
  }
  .footer__copy {
    font-size: 12px;
    color: #9A9A9A;
    margin-top: 24px;
  }
}

.sp-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 102;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  transition: 0.4s ease;
}
.sp-fix--wd {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 102;
  width: 100%;
  background: #F6F6F6;
  padding: 20px 15px;
  transition: 0.4s ease;
}
@media screen and (max-width: 900px) {
  .sp-fix--wd {
    padding: 12px 0;
  }
}
.sp-fix--wd.hide {
  bottom: -105px;
}
@media screen and (max-width: 900px) {
  .sp-fix--wd.hide {
    bottom: -87px;
  }
}
.sp-fix.hide {
  bottom: -105px;
}
.sp-fix__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .sp-fix__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sp-fix__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sp-fix__inner {
  margin-right: -6px;
  margin-left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp-fix .sp-fix__btn--line, .sp-fix .sp-fix__btn--tel, .sp-fix .header__login, .sp-fix .header__register {
  padding-right: 7px;
  padding-left: 6px;
  flex: 0 0 50%;
  max-width: 50%;
}
.sp-fix .sp-fix__btn--line a, .sp-fix .sp-fix__btn--tel a, .sp-fix .header__login a, .sp-fix .header__register a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 25px;
}
.sp-fix__btn--tel a {
  padding: 16px 0;
  background: #F7D42F url("../img/base/arrow-right.svg") right 15px center no-repeat;
  background-size: 10px;
  color: #333333;
}
.sp-fix__btn--tel a img {
  margin-left: -14px;
  display: inline-block;
  vertical-align: top;
}
.sp-fix__btn--tel a span {
  margin-left: -2px;
  display: inline-block;
  vertical-align: top;
}
.sp-fix__btn--line a {
  padding: 17px 0 16px;
  background: #1BB91F url("../img/base/arrow-right-wh.svg") right 15px center no-repeat;
  background-size: 10px;
  color: #fff;
}
.sp-fix__action {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .sp-fix__action {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.sp-fix__action .sp-fix__action--entry, .sp-fix__action .sp-fix__action--line, .sp-fix__action .sp-fix__action--tel, .sp-fix__action .sp-fix__action--fav {
  width: 263px;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .sp-fix__action .sp-fix__action--entry, .sp-fix__action .sp-fix__action--line, .sp-fix__action .sp-fix__action--tel, .sp-fix__action .sp-fix__action--fav {
    width: 50%;
    padding: 0 5px;
  }
}
.sp-fix__action--entry a {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 22px;
  display: block;
  width: 100%;
  background: #5AD2CE;
  border-bottom: solid 3px #409390;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--entry a:hover {
    background: #8cd4d1;
    border-bottom-color: #6CA5A5;
  }
}
.sp-fix__action--line a {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 22px;
  display: block;
  width: 100%;
  background: #1bb91f;
  border-bottom: solid 3px #126c14;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--line a:hover {
    background: #6dd26f;
    border-bottom-color: #386D3A;
  }
}
.sp-fix__action--tel {
  position: relative;
}
.sp-fix__action--tel a, .sp-fix__action--tel button {
  display: block;
  width: 100%;
  background: #F7D42F;
  border-bottom: solid 3px #B79D24;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0 20px;
}
@media screen and (min-width: 600px) {
  .sp-fix__action--tel a {
    pointer-events: none;
  }
}
.sp-fix__action--fav button {
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.4s ease;
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-bottom: solid 3px #838383;
  text-align: center;
  border-radius: 33px;
  line-height: 1;
  color: #333333;
  padding: 19px 0;
}
.sp-fix__action--fav button img, .sp-fix__action--fav button .small {
  vertical-align: middle;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--fav button:hover {
    background: #e8e8e8;
  }
}
.sp-fix__action--fav .active {
  background: #626262;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .sp-fix__action--fav .active:hover {
    background: #808080;
  }
}

@media screen and (max-width: 900px) {
  .contents {
    overflow: hidden;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

.pnkz__item--current, .pnkz__item a, .pnkz__item:after {
  font-size: 11px;
}

.pnkz {
  background: #F7D42F;
}
.pnkz--detail {
  background: none;
}
.pnkz--form .pnkz__content {
  max-width: 100%;
}
.pnkz--form .pnkz__list {
  padding-top: 3px;
}
.pnkz__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .pnkz__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .pnkz__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pnkz__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  overflow-x: scroll;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 13px 0 11px;
}
.pnkz__list::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.pnkz__item {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pnkz__item:after {
  content: ">";
  margin: 0 2px 0 3px;
  display: block;
}
.pnkz__item a {
  color: #333333;
  display: block;
}
@media screen and (min-width: 901px) {
  .pnkz__item a:hover {
    opacity: 0.7;
  }
}
.lead {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .lead {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .lead {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.lead {
  max-width: 772px;
  margin: 117px auto 0;
  width: 100%;
}
.lead__main {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.lead__desc {
  margin-top: 39px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
.lead__action {
  margin: 31px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lead__action-item {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.lead__action-item--tel {
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.lead__action a {
  display: block;
  color: #333333;
  text-align: center;
  border: solid 1px #333333;
  padding: 20px 0;
  border-radius: 30px;
}
.lead__action a .label {
  font-weight: 700;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (min-width: 901px) {
  .lead__action a:hover {
    background: #eee;
  }
}
.lead__action-desc {
  text-align: center;
  font-size: 12px;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .lead {
    max-width: 100%;
    margin-top: 88px;
  }
}
@media screen and (max-width: 600px) {
  .lead {
    max-width: 100%;
    margin-top: 36px;
  }
  .lead__main {
    font-size: 24px;
    line-height: 36px;
  }
  .lead__desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .lead__action {
    display: block;
    margin: 20px 0 0;
  }
  .lead__action-item {
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 15px auto 0;
  }
  .lead__action-item--tel {
    width: 100%;
    max-width: 280px;
    padding: 0;
    margin: 15px auto 0;
  }
}

.pc-line {
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pc-line.show {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.pc-line .line-btn {
  position: absolute;
  top: 19px;
  left: -9px;
}
.pc-line .line-btn svg rect {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pc-line .line-btn svg:hover rect {
  fill: #F7D42F;
}

@media screen and (max-width: 900px) {
  .pc-line img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .pc-line {
    width: 80%;
    padding: 0 15px;
    left: initial;
    right: 0;
  }
  .pc-line img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pc-line a {
    display: block;
    text-align: center;
  }
  .pc-line.show {
    bottom: 15px;
  }
  .pc-line .line-btn {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 22%;
    left: 18px;
  }
}
.fade-out {
  opacity: 0 !important;
  transform: translateY(20px);
}

.consul {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .consul {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .consul {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.consul__content {
  background: #5AD2CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
}
.consul--yw {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .consul--yw {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .consul--yw {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.consul--yw .consul__content {
  background: #F7D42F;
}
.consul--yw .consul__txt {
  padding: 50px 22px 41px 91px;
}
.consul--yw .consul__ttl {
  color: #333333;
}
.consul--yw .consul__desc {
  color: #333333;
  margin-top: 15px;
}
.consul--yw .consul__btn a {
  background-color: #5AD2CE;
  color: #fff;
  border-bottom: 0;
}
@media screen and (min-width: 901px) {
  .consul--yw .consul__btn a:hover {
    background-color: #8cd4d1;
  }
}
@media screen and (max-width: 900px) {
  .consul--yw {
    padding-right: 0;
    padding-left: 0;
  }
  .consul--yw .consul__txt {
    padding: 36px 22px 42px 20px;
  }
}
.consul__txt {
  padding: 41px 22px 38px 91px;
  flex: 1 0 0%;
}
.consul__ttl {
  font-size: 30px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}
.consul__desc {
  margin-top: 18px;
  padding-left: 2px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.consul__btn {
  margin-top: 30px;
}
.consul__btn a {
  width: 340px;
  background: #F7D42F url("../img/base/arrow-beginner.svg") no-repeat center right 27px;
  color: #333333;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-radius: 33px;
  border-bottom: solid 3px #C6A713;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .consul__btn a:hover {
    background-color: #f9e16d;
    background-position: center right 19px;
    border-bottom-color: #debb21;
  }
}
.consul__img {
  margin-right: 66px;
  margin-top: -138px;
}
@media screen and (max-width: 900px) {
  .consul {
    padding: 0;
  }
  .consul__txt {
    width: 60.8333333333%;
    padding: 36px 22px 42px 20px;
  }
  .consul__img {
    width: 39.1666666667%;
    margin-right: 0;
  }
  .consul__img img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .consul {
    position: relative;
    margin-top: 106px;
  }
  .consul__ttl {
    font-size: 25px;
  }
  .consul__txt {
    padding: 36px 15px 24px;
    line-height: 23px;
  }
  .consul__desc {
    padding: 0;
    line-height: 23px;
    margin-top: 29px;
  }
  .consul__img {
    width: 44%;
    position: absolute;
    right: -2.1333333333%;
    bottom: 76.2048192771%;
  }
  .consul__img img {
    width: 180px;
    height: auto;
  }
  .consul__btn {
    margin-top: 19px;
  }
  .consul__btn a {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 18px 0 19px;
    background: #F7D42F;
  }
}

.cv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.cv-btn__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.cv-btn__item a {
  background: url("../img/voice/arrow-bn.svg") no-repeat right 35px center;
  display: block;
  color: #333333;
  position: relative;
  padding: 33px 0 30px 150px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 901px) {
  .cv-btn__item a:hover {
    opacity: 0.8;
  }
}
.cv-btn__item img {
  position: absolute;
}
.cv-btn__item-ttl {
  font-size: 26px;
  font-weight: 700;
}
.cv-btn__item-desc {
  margin-top: 12px;
  line-height: 24px;
  font-weight: 500;
}
.cv-btn__link--consul {
  background-color: #F7D42F !important;
}
.cv-btn__link--consul img {
  left: -20px;
  bottom: 0;
}
.cv-btn__link--login {
  background-color: #FFF5BF !important;
}
.cv-btn__link--login img {
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 900px) {
  .cv-btn {
    display: block;
  }
  .cv-btn__item {
    max-width: 550px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .cv-btn__item {
    max-width: 100%;
  }
  .cv-btn__item a {
    padding: 18px 0 18px 92px;
    background-position: center right 18px;
  }
  .cv-btn__item-ttl {
    font-size: 18px;
  }
  .cv-btn__item-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .cv-btn__link--consul img {
    width: 100px;
    height: auto;
  }
  .cv-btn__link--login img {
    left: 20px;
    width: 46px;
    height: auto;
  }
}

.contents {
  padding-bottom: 70px;
}

@media screen and (max-width: 900px) {
  .contents {
    padding-top: 60px;
  }
}
.mv {
  background: url("../img/beginner/bg-ttl.jpg") no-repeat center center;
  background-size: cover;
  padding: 125px 0 113px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .mv {
    background: url("../img/beginner/bg-ttl@2x.jpg") no-repeat center center;
    background-size: cover;
  }
}
.mv__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .mv__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.mv__content {
  color: #fff;
}
.mv__name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.mv__desc {
  margin-top: 20px;
  line-height: 20px;
}
@media screen and (max-width: 900px) {
  .mv {
    padding-top: 80px;
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .mv__name {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .mv {
    padding-top: 43px;
    padding-bottom: 41px;
  }
}
.tool {
  margin-top: 93px;
  background: #FAF1C4;
  padding: 66px 0 60px;
}
.tool__content {
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .tool__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .tool__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tool__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.tool__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 68px;
  margin-right: -10px;
  margin-left: -10px;
}
.tool__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.tool__item:nth-child(3) .tool__desc {
  margin-top: 16px;
}
.tool__img img {
  width: 100%;
  height: auto;
}
.tool__detail {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 15px 25px;
}
.tool__main {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 27px;
  text-align: center;
}
.tool__main--small {
  margin-top: 8px;
  font-weight: 500;
  text-align: center;
}
.tool__desc {
  margin-top: 21px;
  font-weight: 500;
  line-height: 24px;
}
.tool__btn {
  margin-top: auto;
}
.tool__btn a {
  background: #F7D42F;
  color: #333333;
  display: block;
  text-align: center;
  padding: 22px 0;
  border-radius: 33px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .tool__btn a:hover {
    background-color: #f9e16d;
  }
}
.tool__btn--mg1 {
  margin-top: 71px;
}
.tool__btn--mg2 {
  margin-top: 47px;
}
.tool__btn--mg3 {
  margin-top: 49px;
}
.tool__btn--mg4 {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .tool__list {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .tool__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 600px) {
  .tool {
    margin-top: 54px;
    padding: 48px 0 60px;
  }
  .tool__ttl {
    font-size: 24px;
    line-height: 36px;
  }
  .tool__list {
    display: block;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
  }
  .tool__item {
    max-width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .tool__btn a {
    max-width: 360px;
    margin: 0 auto;
  }
  .tool__btn--mg1, .tool__btn--mg2, .tool__btn--mg3, .tool__btn--mg4 {
    margin-top: 23px;
  }
}

.consul {
  margin-top: 44px;
}
@media screen and (max-width: 600px) {
  .consul {
    margin-top: 82px;
  }
}

.action {
  margin-top: 50px;
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .action {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .action {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.flow {
  padding-top: 124px;
}
.flow__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.flow__list {
  margin-top: 60px;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .flow__list {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .flow__list {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.flow__item {
  background: #F6F6F6;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}
.flow__item:before {
  position: absolute;
  top: 33px;
  left: -8px;
  content: "";
  width: 143px;
  height: 48px;
  background: url("../img/beginner/bg-step-label.svg") no-repeat left bottom;
  background-size: cover;
}
.flow__item:first-child {
  margin-top: 0;
}
.flow__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.flow__numbering {
  margin-top: 42px;
  width: 226px;
  padding-left: 27px;
  padding-bottom: 30px;
}
.flow__number {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.flow__icn {
  margin-top: 40px;
  width: 90px;
  text-align: center;
}
.flow__detail {
  flex: 1 0 0%;
  padding: 45px 70px 38px 0;
}
.flow__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.flow__desc {
  margin-top: 22px;
  line-height: 24px;
  font-weight: 500;
}
.flow__btn {
  margin-top: 24px;
}
.flow__btn a {
  background: #5AD2CE;
  color: #fff;
  display: block;
  text-align: center;
  padding: 22px 0;
  border-radius: 33px;
  max-width: 316px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .flow__btn a:hover {
    background-color: #8cd4d1;
  }
}
@media screen and (max-width: 900px) {
  .flow__numbering {
    width: 186px;
  }
  .flow__detail {
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow {
    padding-top: 78px;
  }
  .flow__item-inner {
    display: block;
    padding-top: 29px;
    padding-bottom: 20px;
  }
  .flow__item:before {
    width: 130px;
    top: 20px;
  }
  .flow__numbering {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow__icn {
    margin-top: 0;
    position: absolute;
    right: 24px;
    top: 20px;
    width: auto;
  }
  .flow__icn img {
    max-width: 45px;
    max-height: 40px;
    width: auto;
    height: auto;
  }
  .flow__detail {
    padding: 0 15px;
    margin-top: 24px;
  }
  .flow__name {
    line-height: 30px;
  }
  .flow__desc {
    margin-top: 12px;
  }
}

.bn {
  margin-top: 94px;
  max-width: 1200px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .bn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .bn {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bn a {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  color: #333333;
}
@media screen and (min-width: 901px) {
  .bn a:hover {
    opacity: 0.7;
  }
}
.bn__desc {
  margin-top: 17px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 900px) {
  .bn a {
    width: 100%;
  }
  .bn a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .bn {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=beginner.css.map */
