@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
/*size*/
/*color*/
/* mixinCSS Document */
/*font*/
/*alt*/
/*link*/
/* parts
-------------------------------------------------- */
/* =================================
articleBlock
================================= */
/* SP(モバイルファースト) */
.articleBlock {
  padding-top: 3%;
}

.articleBlock__inner {
  padding: 0 3% 3%;
}

.articleBlock__title {
  margin-bottom: 1em;
  padding: 1em 1em 0.5em;
  font-size: 28px;
  font-size: 3.64583vw;
  line-height: 1.8em;
  color: #86c50f;
  border-bottom: 1px solid #86c50f;
}

.articleBlock__subtitle {
  font-size: 28px;
  font-size: 3.64583vw;
  padding: 0em 1em 1em;
}

.articleBlock__text {
  padding: 0em 1em 1em;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.8em;
}

.articleBlock__text.-red {
  color: #ff002d;
}

.articleBlock__text.-right {
  text-align: right;
}

.articleBlock__text .stg {
  color: #ff002d;
}

.articleBlock__photo {
  padding: 0em 1em 1em;
}

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

.articleBlock__list {
  margin-left: 2em;
  padding: 0em 1em 1em;
}

.articleBlock__list li {
  list-style: disc;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

.articleBlock__note {
  padding: 0em 1em 1em;
}

.articleBlock__note li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

.articleBlock__note li:before {
  content: "※";
  margin-right: 0.5em;
}

.articleBlock__note li.-red {
  color: #ff002d;
}

.articleBlock__button {
  padding: 0em 1em 1em;
}

.articleBlock__line {
  background-color: #f5f4f0;
  height: 3px;
  width: auto;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

.articleBlock__line.-gray {
  background-color: #333;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .articleBlock__title {
    font-size: 18px;
  }
  .articleBlock__subtitle {
    font-size: 16px;
  }
  .articleBlock__text {
    font-size: 16px;
  }
  .articleBlock__list li {
    font-size: 16px;
  }
  .articleBlock__note li {
    font-size: 16px;
  }
}

/* PC(960px以上) */
@media screen and (min-width: 960px) {
  .articleBlock {
    padding-top: 20px;
  }
  .articleBlock__inner {
    padding: 0 5% 5%;
  }
}

/* =================================
formButton
================================= */
/* SP(モバイルファースト) */
.formButton__list {
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formButton__list li {
  width: 50%;
  text-align: center;
}

.formButton__input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 5px;
  background-color: #86c50f;
  max-width: 260px;
  padding: 10px;
  text-align: center;
  font-size: 26px;
  font-size: 3.38542vw;
  color: #fff;
  text-decoration: none;
  width: 90%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.formButton__input:hover {
  color: #fff;
}

.formButton__input.-green {
  background-color: #86c50f;
  color: #fff;
}

.formButton__input.-gray {
  background-color: #333;
  color: #fff;
}

.formButton__input:active {
  opacity: 0.8;
}

@media screen and (min-width: 960px) {
  .formButton__input:hover {
    opacity: 0.8;
  }
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .formButton__input {
    font-size: 16px;
  }
}

/* PC(960px以上) */
@media screen and (min-width: 960px) {
  .formButton__list li {
    width: 320px;
  }
}

/* =================================
formBlock
================================= */
/* SP(モバイルファースト) */
.formBlock__table {
  width: 100%;
}

.formBlock th {
  padding: 0.5em 1em;
  display: block;
  width: calc(100% - 2em);
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
  color: #86c50f;
}

.formBlock td {
  padding: 0.5em 1em;
  display: block;
  width: calc(100% - 2em);
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

.formBlock td:last-child {
  padding-bottom: 1em;
  border-bottom: 3px solid #f5f4f0;
}

.formBlock__star {
  margin-left: 0.5em;
  color: #ff002d;
}

.formBlock__line {
  margin-bottom: 0.5em;
  display: block;
}

.formBlock__line.-small {
  font-size: 24px;
  font-size: 3.125vw;
}

.formBlock__inline {
  margin-right: 0.5em;
  display: inline-block;
}

.formBlock__inline:last-child {
  margin-right: 0;
}

.formBlock__inline__text {
  margin-left: 0.5em;
  font-size: 24px;
  font-size: 3.125vw;
}

.formBlock__radio {
  margin-right: 0.5em;
}

.formBlock__inputText {
  width: 80%;
  font-size: 26px;
  font-size: 3.38542vw;
}

.formBlock__inputText.-password {
  width: 16em;
}

.formBlock__inputText.-name {
  width: 16em;
}

.formBlock__inputText.-mail {
  width: 16em;
}

.formBlock__inputText.-age {
  width: 3em;
}

.formBlock__labelText {
  margin-right: 0.5em;
  font-size: 26px;
  font-size: 3.38542vw;
}

.formBlock__textarea {
  width: 80%;
  font-size: 26px;
  font-size: 3.38542vw;
}

.formBlock__textarea.-line6 {
  height: 6em;
}

.formBlock__zip {
  margin-right: 0.5em;
  width: 4em;
}

.formBlock__zip.-l3 {
  width: 3em;
}

.formBlock__zip__search {
  margin-top: 0.5em;
  font-size: 24px;
  font-size: 3.125vw;
}

.formBlock__zip__code {
  margin-top: 0.5em;
  font-size: 24px;
  font-size: 3.125vw;
}

.formBlock__tel {
  margin-right: 0.5em;
  width: 4em;
}

.formBlock textarea, .formBlock input {
  font-size: 26px;
  font-size: 3.38542vw;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .formBlock th {
    display: table-cell;
    width: 30%;
    font-size: 16px;
    padding-bottom: 1em;
    border-bottom: 3px solid #f5f4f0;
  }
  .formBlock th .br {
    display: block;
  }
  .formBlock td {
    display: table-cell;
    width: 70%;
    font-size: 16px;
  }
  .formBlock__line.-small {
    font-size: 14px;
  }
  .formBlock__inline__text {
    font-size: 14px;
  }
  .formBlock__inputText {
    font-size: 16px;
  }
  .formBlock__labelText {
    font-size: 16px;
  }
  .formBlock__zip__search {
    font-size: 14px;
  }
  .formBlock__zip__code {
    font-size: 14px;
  }
  .formBlock textarea, .formBlock input {
    font-size: 16px;
  }
}

/* PC(960px以上) */
/* =================================
agreementBlock
================================= */
/* SP(モバイルファースト) */
.agreementBlock.-scroll {
  height: 300px;
  overflow-y: scroll;
}

.agreementBlock__header {
  padding-bottom: 3%;
}

.agreementBlock__update {
  padding: 1em 1em 1em;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
}

.agreementBlock__inner {
  padding-bottom: 3%;
}

.agreementBlock__title {
  padding: 1em 1em 1em;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.8em;
}

.agreementBlock__text {
  padding: 0em 1em 1em;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
}

.agreementBlock__text.-right {
  text-align: right;
}

.agreementBlock__end {
  padding: 0em 1em 1em;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
  text-align: right;
}

.agreementBlock__list {
  margin-left: 2em;
  padding: 0em 1em 1em;
}

.agreementBlock__list > li {
  list-style: disc;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
}

.agreementBlock__numList {
  margin-left: 2em;
  padding: 0em 1em 1em;
}

.agreementBlock__numList > li {
  list-style: decimal;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
}

.agreementBlock__circleList {
  padding: 0em 1em 1em;
}

.agreementBlock__circleList > li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-size: 3.125vw;
  line-height: 1.6em;
}

.agreementBlock__table {
  margin: 5% auto;
  width: 90%;
}

.agreementBlock__table__head {
  background-color: #f5f4f0;
  text-align: center;
}

.agreementBlock__table th {
  padding: 0.5em;
  border: 1px solid #333;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

.agreementBlock__table td {
  padding: 0.5em;
  border: 1px solid #333;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
  width: 70%;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .agreementBlock__update {
    font-size: 14px;
  }
  .agreementBlock__title {
    font-size: 16px;
  }
  .agreementBlock__text {
    font-size: 14px;
  }
  .agreementBlock__end {
    font-size: 14px;
  }
  .agreementBlock__list > li {
    font-size: 14px;
  }
  .agreementBlock__numList > li {
    font-size: 14px;
  }
  .agreementBlock__circleList > li {
    font-size: 14px;
  }
  .agreementBlock__table th {
    font-size: 14px;
  }
  .agreementBlock__table td {
    font-size: 14px;
  }
}

/* PC(960px以上) */
/* =================================
page
================================= */
/* SP(モバイルファースト) */
.confirmBlock__inner {
  padding-bottom: 1em;
}

.confirmBlock__title {
  background-color: #86c50f;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  font-size: 26px;
  font-size: 3.38542vw;
  color: #fff;
}

.confirmBlock__table {
  width: 100%;
}

.confirmBlock__table th {
  padding: 0.5em 1em;
  display: block;
  width: calc(100% - 2em);
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
  color: #86c50f;
}

.confirmBlock__table th:before {
  content: "▼";
  margin-right: 0.5em;
}

.confirmBlock__table td {
  padding: 0.5em 1em;
  display: block;
  width: calc(100% - 2em);
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

.confirmBlock__table td:last-child {
  padding-bottom: 1em;
  border-bottom: 3px solid #f5f4f0;
}

.confirmBlock__table td .zipcode {
  font-size: 24px;
  font-size: 3.125vw;
}

.confirmBlock__star {
  margin-left: 0.5em;
  color: #ff002d;
}

.confirmBlock__dl {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.confirmBlock__dl dt {
  width: 30%;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
  white-space: nowrap;
}

.confirmBlock__dl dt:after {
  content: "：";
}

.confirmBlock__dl dd {
  width: 70%;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.6em;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .confirmBlock__title {
    font-size: 16px;
  }
  .confirmBlock__table th {
    display: table-cell;
    width: 30%;
    font-size: 16px;
    padding-bottom: 1em;
    border-bottom: 3px solid #f5f4f0;
  }
  .confirmBlock__table th .br {
    display: block;
  }
  .confirmBlock__table th:before {
    display: none;
  }
  .confirmBlock__table td {
    display: table-cell;
    width: 70%;
    font-size: 16px;
  }
  .confirmBlock__table td .zipcode {
    font-size: 14px;
  }
  .confirmBlock__dl dt {
    font-size: 16px;
  }
  .confirmBlock__dl dd {
    font-size: 16px;
  }
}

/* PC(960px以上) */
/* =================================
completeBlock
================================= */
/* SP(モバイルファースト) */
.completeBlock__inner {
  padding: 5% 0;
}

.completeBlock__text {
  padding: 1em;
  text-align: center;
  font-size: 26px;
  font-size: 3.38542vw;
  line-height: 1.8em;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  .completeBlock__text {
    font-size: 18px;
  }
}

/* PC(960px以上) */
/* =================================
exregist
================================= */
/* SP(モバイルファースト) */
/*ステップ*/
.step__list {
  margin: auto;
  max-width: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.step__item {
  background-image: url("/assets/images/exregist/step.png");
  background-repeat: no-repeat;
  background-size: 400%;
  padding-top: 11.80%;
  width: 25%;
  height: 0;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 1%;
}

.step__item:first-child {
  background-position: left bottom;
}

.step__item:nth-child(2) {
  background-position: 33.33% bottom;
}

.step__item:nth-child(3) {
  background-position: 66.67% bottom;
}

.step__item:last-child {
  background-position: right bottom;
}

.step__item.-active:first-child {
  background-position: left top;
}

.step__item.-active:nth-child(2) {
  background-position: 33.33% top;
}

.step__item.-active:nth-child(3) {
  background-position: 66.67% top;
}

.step__item.-active:last-child {
  background-position: right top;
}

/*エキストラサービスご利用の流れ*/
.extraService__order {
  margin-left: 2em;
  padding: 0.5em 1em 1em;
}

.extraService__item {
  list-style: decimal;
  font-size: 24px;
  font-size: 3.125vw;
  color: #86c50f;
}

.extraService__detail {
  padding: 0.5em 0;
  display: block;
  font-size: 22px;
  font-size: 2.86458vw;
  color: #333;
  line-height: 1.8em;
}

/* TABLET(560px以上) */
@media screen and (min-width: 560px) {
  /*エキストラサービスご利用の流れ*/
  .extraService__item {
    font-size: 16px;
  }
  .extraService__detail {
    font-size: 16px;
  }
}

/* PC(960px以上) */
@media screen and (min-width: 960px) {
  .buttons__text.-extraservice {
    letter-spacing: 0;
  }
}
