@charset "UTF-8";
/*//////////////////////////////////////////////////

home style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.message_txt {
  font-size: 1.4rem;
  box-sizing: border-box;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
  color: #0C1848;
  border: 2px solid #0C1848;
  background: #fff;
}
@media (min-width: 768px) {
  .message_txt {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.3663003663);
  }
}
@media (min-width: 1041px) {
  .message_txt {
    font-size: 1.5rem;
  }
}
.message_txt.red {
  color: #ac3636;
  border-color: #ac3636;
}

.formError .formErrorContent {
  border: unset !important;
}
.formError .formErrorArrow > * {
  border: unset !important;
}
.formError .formErrorArrow .line2, .formError .formErrorArrow .line1 {
  background: transparent !important;
}

.contact_box {
  margin: 0 auto 50px;
  padding: 10px 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid #0C1848;
  box-sizing: border-box;
}
.contact_box p {
  text-indent: -65px;
  padding-left: 65px;
  font-size: 1.2rem;
}

.attention_txt::before {
  content: "\f06a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  color: #AC3636;
}
.attention_txt.en_at_txt::before {
  content: "\f05a";
  color: #0C1848;
}

.link__password {
  line-height: 1.5;
}

/*下層タイトル*/
.titleimg {
  padding: 60px 0 0;
}
.titleimg .titleimg__ttl {
  text-align: center;
}

/*新規会員登録*/
.entry .entry__bg {
  margin-bottom: 40px;
  padding: 30px 0;
  background: #F4F0EA;
}
.entry .entry__txt {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0em;
}
.entry .entry__txt .entry__txt-jp {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .entry .entry__txt .entry__txt-jp {
    font-size: calc(1.3rem + (1vw - 7.69px) * 0.3913894325);
  }
}
@media (min-width: 1280px) {
  .entry .entry__txt .entry__txt-jp {
    font-size: 1.5rem;
  }
}
.entry .entry__txt .entry__txt-en {
  font-size: 1.2rem;
  line-height: 1.4285714286;
}
@media (min-width: 769px) {
  .entry .entry__txt .entry__txt-en {
    font-size: calc(1.2rem + (1vw - 7.69px) * 0.3913894325);
  }
}
@media (min-width: 1280px) {
  .entry .entry__txt .entry__txt-en {
    font-size: 1.4rem;
  }
}
.entry .entry__txt.mb40 {
  margin-bottom: 40px;
}
.entry .entry__list li {
  margin-bottom: 20px;
}
.entry .entry__list li b {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.entry .entry__list li b .en {
  font-size: 1.4rem;
}
.entry .entry__list li .check {
  padding-left: 10px;
  height: auto;
}
.entry .entry__list li .zip_box {
  display: block;
  margin-bottom: 5px;
}
.entry .entry__list li .zip_box > * {
  display: inline-block;
}
.entry .entry__list li .zip_box input {
  max-width: 135px;
}
.entry .entry__list li .add_pref {
  max-width: 150px;
  margin-bottom: 5px;
  border: 1px solid #cecece;
  border-radius: 5px;
  color: #757575;
}
.entry .entry__list li .add_city {
  margin-bottom: 5px;
}
.entry .entry__list li .add_address {
  margin-bottom: 5px;
}
.entry .entry__list li input[name=en_address], .entry .entry__list li textarea[name=en_address] {
  min-width: 100%;
  min-height: 150px;
  font-family: auto;
}
.entry .entry__list li .check__box {
  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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.entry .entry__list li .check__box > * {
  flex: 0 1 auto;
  width: auto;
  margin-right: 20px;
}
.entry .entry__list li .check__box > * .en {
  margin-left: 5px;
}
.entry .entry__list li .check__box input {
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
.entry .entry__list li #postcode {
  max-width: 160px;
  width: 80%;
  margin-bottom: 10px;
}
.entry .entry__list li.error {
  background: #f9cece;
}
.entry .entry__check {
  margin-bottom: 30px;
  text-align: center;
}
.entry .entry__check .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.entry .entry__check .entry__check-ttl {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding-left: 25px;
}
.entry .entry__check .entry__check-ttl:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #CCD;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.entry .entry__check .entry__check-ttl::after {
  position: absolute;
  width: 5px;
  height: 9px;
  top: 2px;
  left: 5px;
  border-right: 2px solid #0C1848;
  border-bottom: 2px solid #0C1848;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.entry .entry__check .entry__check-ttl .entry__check-jp {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .entry .entry__check .entry__check-ttl .entry__check-jp {
    font-size: calc(1.4rem + (1vw - 7.69px) * 0.1956947162);
  }
}
@media (min-width: 1280px) {
  .entry .entry__check .entry__check-ttl .entry__check-jp {
    font-size: 1.5rem;
  }
}
.entry .entry__check .entry__check-ttl .entry__check-jp a {
  text-decoration: underline;
}
.entry .entry__check .entry__check-ttl .entry__check-en {
  font-size: 1.3rem;
  line-height: 1.2857142857;
}
@media (min-width: 769px) {
  .entry .entry__check .entry__check-ttl .entry__check-en {
    font-size: calc(1.3rem + (1vw - 7.69px) * 0.1956947162);
  }
}
@media (min-width: 1280px) {
  .entry .entry__check .entry__check-ttl .entry__check-en {
    font-size: 1.4rem;
  }
}
.entry .entry__check .entry__check-ttl.active::after {
  opacity: 1;
}
.entry .btn_wrap {
  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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.entry .btn_wrap > * {
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
}
.entry .btn_wrap > *.btn .back {
  background: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.entry .btn_wrap > *.btn .back:hover {
  color: #9b9b9b;
  background: #fff;
}
.entry .btn {
  margin-bottom: 30px;
}
.entry .btn button {
  display: block;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  padding: 20px 0;
  margin: auto;
  background: #35B169;
  border: 1px solid #35B169;
  border-radius: 60px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.entry .btn button:disabled {
  background: #c3c3c3;
  border: 1px solid #c3c3c3;
  pointer-events: none;
}
.entry .btn a, .entry .btn button {
  position: relative;
  padding: 15px 0;
  background: #AD371B;
  border: 1px solid #AD371B;
}
.entry .btn a:hover, .entry .btn button:hover {
  background: #fff;
  color: #AD371B;
}
.entry .entry__log {
  color: #0C1848;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 769px) {
  .entry .entry__log {
    font-size: calc(1.4rem + (1vw - 7.69px) * 0.1956947162);
  }
}
@media (min-width: 1280px) {
  .entry .entry__log {
    font-size: 1.5rem;
  }
}
.entry .entry__log span {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  background: #35B169;
  height: 24px;
  width: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  letter-spacing: normal;
  vertical-align: top;
}
.entry .entry__log span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  /*エラー文*/
  .message_txt {
    margin: 30px auto;
  }
  /*下層タイトル*/
  .titleimg {
    margin-bottom: 50px;
    padding: 90px 0 0;
  }
  /*お問い合わせ先*/
  .contact_box {
    margin: 0 auto 50px;
    padding: 15px 30px;
  }
  .contact_box p {
    text-indent: -75px;
    padding-left: 75px;
    font-size: 1.4rem;
  }
  /*新規会員登録*/
  .entry .entry__txt.mb40 {
    margin-bottom: 50px;
  }
  .entry .entry__list li .add_city {
    width: calc(100% - 155px);
  }
  .entry .btn_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */
