body {
  font-family: "Noto Sans JP";
  font-style: 16px;
  line-height: 1.7;
}

a {
  color: #DC143C;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.text-center {
  text-align: center;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .only-sp {
    display: block;
  }
}
.form-step {
  position: relative;
}

.form-step::before {
  content: "";
  width: 50%;
  height: 35px;
  position: absolute;
  left: 0;
}

.bx-pager {
  display: flex;
  justify-content: center;
  text-align: center;
}

.bx-pager .bx-pager-item {
  width: 100%;
  max-width: 334px;
  text-align: right;
  position: relative;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-style: 15px;
}

.bx-pager .bx-pager-item .arrow {
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 0;
  z-index: 2;
}

.bx-pager .bx-pager-link {
  text-align: center;
}

h1 {
  color: #D8092F;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin: 38px 0 46px;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.form-inner {
  width: 100%;
  max-width: 818px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .form-inner {
    padding: 0 20px;
  }
}
.base {
  position: relative;
}

.form-base {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  background: none;
  border: none;
  padding: 10px 0;
  margin-bottom: 0px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .form-base {
    width: 100%;
    display: block;
  }
}
.form-base-l {
  font-size: 17px;
  width: 250px;
  box-sizing: border-box;
  display: block;
  padding: 14px 14px 14px 63px;
}

@media screen and (max-width: 800px) {
  .form-base-l {
    width: 100%;
    font-size: 13px;
    padding: 11px 11px 11px 58px;
  }
}
.form-base-r {
  width: calc(100% - 250px);
  margin-left: 0;
  box-sizing: border-box;
  max-width: 750px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .form-base-r {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .dob-r {
    justify-content: space-between;
  }
}
.form-es {
  margin-left: 0;
  left: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  width: 49px;
  text-align: center;
  background-color: #E50606;
  color: #fff;
  position: absolute;
}

@media screen and (max-width: 800px) {
  .form-es {
    left: 0;
    top: 23px;
    font-size: 11px;
  }
}
.form-es.any {
  background: #6c94dc;
}

label.ok {
  position: absolute;
  z-index: 1;
  width: auto;
  text-align: left;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-color: #63a656;
  color: #ffffff;
  display: block;
  left: 0 !important;
  padding: 0 10px;
  border-radius: 0;
  font-size: 14px;
  top: 24px !important;
}

@media screen and (max-width: 800px) {
  label.ok {
    font-size: 11px;
  }
}
label.error {
  background-color: #E50606;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -18px;
  font-size: 14px;
  z-index: 999;
  cursor: unset;
}

@media screen and (max-width: 800px) {
  label.error {
    left: inherit;
    right: 0;
  }
}
.form-text-1 {
  width: 48%;
  margin: 0;
}

.form-text-right {
  position: absolute;
  right: 0;
}

.form-text-2 {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #939393;
}

:-ms-input-placeholder {
  color: #939393;
}

::-ms-input-placeholder {
  color: #939393;
}

::placeholder {
  color: #939393;
}

@media screen and (max-width: 800px) {
  ::-webkit-input-placeholder {
    font-size: 13px;
  }
  :-ms-input-placeholder {
    font-size: 13px;
  }
  ::-ms-input-placeholder {
    font-size: 13px;
  }
  ::placeholder {
    font-size: 13px;
  }
}
input[type=text],
input[type=number],
select {
  border: 1px solid #808080;
  padding: 14px;
}

@media screen and (max-width: 800px) {
  input[type=text],
input[type=number],
select {
    padding: 8px 10px;
  }
}
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  background-image: -webkit-linear-gradient(top, rgb(118, 118, 118) 100%, rgb(59, 59, 59) 100%);
  border: 1px solid #767676;
  border-radius: 2px;
}

.check {
  padding-right: 10px;
  cursor: pointer;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.radio label {
  margin-right: 10px;
}

.checkgroup_label {
  display: block;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
}

.checkgroup_label span {
  padding-left: 63px;
}

.form-select-1, .form-select {
  border-radius: 0;
  padding: 14px;
  padding-right: 34px;
  background-size: 12px;
  background-position: 93% center;
  cursor: pointer;
}

.form-select,
.form-select-1 {
  background: url(../../images/fp/select_arrow.png) no-repeat;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-right: 25px;
  background-color: #fff;
}

.form-select-1 {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .form-select {
    width: 100%;
  }
}
.form-tx-size {
  line-height: 3.2rem;
}

textarea {
  padding: 8px;
  border: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin-right: 10px;
  font-size: 1rem;
  width: 100%;
  height: 220px;
}

.textarea {
  align-items: flex-start;
}

.textarea .form-es {
  top: 28px;
}

.form-input-note {
  font-size: 12px;
  position: absolute;
}

.note-sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .note-sp {
    display: block;
    position: initial;
  }
}
@media screen and (max-width: 800px) {
  .note-pc {
    display: none;
  }
}
.form-kojin {
  width: auto;
  padding: 20px;
  padding-bottom: 5px;
  font-size: 1rem;
  text-align: center;
  padding-left: 63px;
  display: table;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
}

.form-kojin .form-es {
  top: 22px;
}

.form-kojin #agree_chk-success {
  top: 22px;
}

.form-base-btn {
  background: none;
  margin-top: 20px;
  text-align: center;
  padding: 30px;
}

.btn--form {
  font-size: 25px;
  width: 100%;
  max-width: 500px;
  height: 65px;
  line-height: 65px;
  background: #DC143C;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}

.btn--form:disabled {
  opacity: 0.5;
}

#footer {
  padding: 14px;
  text-align: center;
  font-size: 12px;
}

#header {
  text-align: center;
  background: #D8092F;
  padding: 34px;
}

#header .l-wrap {
  max-width: 735px;
  margin: auto;
}

#header img {
  width: 100%;
  max-width: 735px;
}

#fp-input #contents .keyvisual {
  background: #F1EEE5;
  text-align: center;
  padding: 20px 24px 24px;
}

#fp-input #contents .keyvisual img {
  width: 100%;
  max-width: 710px;
}

#fp-input #contents .form-step {
  background: #4D4D4D;
}

#fp-input #contents .form-step::before {
  background: #DC143C;
}

#fp-input #contents .item-1 {
  background: #DC143C;
}

#fp-input #contents .item-1 .arrow {
  border-left: 17px solid #DC143C;
}

#fp-input #contents .item-2 {
  background: #000;
}

#fp-input #contents .item-2 .arrow {
  border-left: 17px solid #000;
}

#fp-confirm #contents {
  margin-top: 0 !important;
}

#fp-confirm .text_impt {
  color: #D8092F;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-top: 33px;
  margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
  #fp-confirm .text_impt {
    font-size: 16px;
    line-height: 30px;
  }
}
#fp-confirm .form-step {
  background: #000;
}

#fp-confirm .form-step::before {
  background: #4D4D4D;
}

#fp-confirm .item-1 {
  background: #4D4D4D;
}

#fp-confirm .item-1 .arrow {
  border-left: 17px solid #4D4D4D;
}

#fp-confirm .item-2 {
  background: #DC143C;
}

#fp-confirm .item-2 .arrow {
  border-left: 17px solid #DC143C;
}

#fp-confirm .form-base {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 800px) {
  #fp-confirm .form-base {
    padding-top: 28px;
    padding-bottom: 0;
  }
}
#fp-confirm .form-base-l {
  padding: 14px 20px;
}

@media screen and (max-width: 800px) {
  #fp-confirm .form-base-l {
    padding: 0 0 4px;
  }
}
@media screen and (max-width: 800px) {
  #fp-confirm .form-base-r {
    font-size: 13px;
  }
}
#fp-confirm .form-base-btn {
  padding: 20px 0;
}

@media screen and (max-width: 800px) {
  #fp-confirm .form-base-btn .text_impt {
    margin: 0;
  }
}
#fp-confirm .mktoButtonRow {
  display: block !important;
  text-align: center !important;
  margin-bottom: 40px;
}

#fp-confirm .mktoButtonWrap {
  margin-left: 0 !important;
}

#fp-confirm [id^=mktoForm_] {
  width: 100% !important;
}

#fp-confirm .btn--back,
#fp-confirm .btn--confirm {
  border-radius: 0;
  font-size: 25px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  max-width: 290px;
  width: 100%;
  box-shadow: none;
  padding: 14px;
  color: #fff;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  margin: 0;
}

@media screen and (max-width: 800px) {
  #fp-confirm .btn--back,
#fp-confirm .btn--confirm {
    font-size: 17px;
    width: 50%;
  }
}
#fp-confirm .btn--back:hover,
#fp-confirm .btn--confirm:hover {
  opacity: 0.7;
}

#fp-confirm .btn--back {
  background: #000;
}

#fp-confirm .btn--confirm {
  background: #D8092F;
  margin-left: 43px !important;
}

@media screen and (max-width: 800px) {
  #fp-confirm .btn--confirm {
    margin-left: 0 !important;
  }
}
#fp-thanks .form-step {
  background: #DC143C;
  margin-top: 8px;
  margin-bottom: 50px;
}

#fp-thanks .form-step::before {
  background: #000;
}

@media screen and (max-width: 800px) {
  #fp-thanks .form-step::before {
    margin-bottom: 37px;
  }
}
#fp-thanks .item-1 {
  background: #000;
}

#fp-thanks .item-1 .arrow {
  border-left: 17px solid #000;
}

#fp-thanks .item-2 {
  background: #4D4D4D;
}

#fp-thanks .item-2 .arrow {
  border-left: 17px solid #4D4D4D;
}

#fp-thanks .thanks {
  text-align: center;
}

#fp-thanks .thanks p {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 67px;
}

@media screen and (max-width: 800px) {
  #fp-thanks .thanks p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 37px;
  }
}
#fp-thanks .home_btn {
  max-width: 502px;
  width: 100%;
  margin-bottom: 65px;
}

@media screen and (max-width: 800px) {
  #fp-thanks .home_btn {
    margin-bottom: 32px;
  }
}
#fp-thanks .home_btn a {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  display: block;
  background: #DC143C;
  height: 65px;
  line-height: 65px;
  transition: all 0.3s;
}

@media screen and (max-width: 800px) {
  #fp-thanks .home_btn a {
    font-size: 17px;
    height: 45px;
    line-height: 45px;
  }
}
#fp-thanks .home_btn a:hover {
  opacity: 0.7;
}