@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i");
/* 
* 0-479px は表示
* 480px以上は非表示
*/
.sp_show {
  display: block !important;
}
@media screen and (min-width: 480px) {
  .sp_show {
    display: none !important;
  }
}

/* 
* 0-479px は非表示
* 480px以上は表示
*/
.sp_none {
  display: none !important;
}
@media screen and (min-width: 480px) {
  .sp_none {
    display: block !important;
  }
}

/* 
* 0-767px は表示
* 768px以上は非表示
*/
.tab_show {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .tab_show {
    display: none !important;
  }
}

/* 
* 0-767px は非表示
* 768px以上は表示
*/
.tab_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .tab_none {
    display: block !important;
  }
}

select {
  background: none;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: 0px currentColor;
  -o-border-image: none;
     border-image: none;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/** Custom Select **/
.header-nav-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header-nav-wrapper select {
  display: none;
}

.header-nav {
  position: relative;
  display: inline-block;
}

.header-nav-trigger {
  font-size: 1rem;
  position: relative;
  display: block;
  width: 106px;
  padding: 8px 0 8px 8px;
  color: #4E4E4E;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #CDDAE8;
}

.header-nav-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  border-bottom: 2px solid #CDDAE8;
  border-right: 2px solid #CDDAE8;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
}

.header-nav.opened .header-nav-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.header-nav-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin-top: 7px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  display: flex;
  flex-direction: column;
}

.header-nav.opened .header-nav-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: #f9f9f9;
}

.header-nav-option {
  font-size: 1rem;
  position: relative;
  display: block;
  color: #333;
  line-height: 1;
  cursor: pointer;
  height: 40px;
  padding-left: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header-nav-option.current {
  opacity: 0.6;
  pointer-events: none;
}
.header-nav-option.order0 {
  order: 0;
}
.header-nav-option.order1 {
  order: 1;
}

.header-nav-option:first-of-type {
  border-radius: 5px 5px 0 0;
}

.header-nav-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.header-nav-option:hover,
.header-nav-option.selection {
  background: #CDDAE8;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.asap-font {
  color: #333;
  font-family: "Asap", sans-serif;
}

.un-scroll {
  overflow: hidden;
}

.wrap_pa {
  padding: 60px 23px 70px;
}

.wrap_pa-confirm {
  padding: 60px 23px 0;
}

.btn-more {
  font-size: 1.25rem;
  color: #00146E;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #041469;
  text-decoration: none;
  padding: 13px 31px;
}
@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 1.125rem;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.btn--center {
  margin: 0 auto;
}

.title-level2 {
  color: #00146E;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .title-level2 {
    font-size: 2.125rem;
  }
}
.title-level2.title-level2--center {
  margin: 0;
  text-align: center;
}
.title-level2.title-level2--404 {
  margin-top: 30px;
  font-weight: normal;
  color: #333;
}

.title--error {
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  color: #333;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.title-404 {
  color: #00146E;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .title-404 {
    font-size: 4.6875rem;
  }
}

.p-text01 {
  font-size: 0.9375rem;
  line-height: 1.6;
  width: 100%;
  word-wrap: break-word;
}
.p-text01 .p-text01__poricy {
  text-decoration: none;
  color: #00AFF0;
}

.hover01:hover {
  background-color: #00115C;
  cursor: pointer;
}

.hover02:hover {
  color: #00115C;
  border: 1px solid #00115C;
  cursor: pointer;
}

.hover03:hover {
  opacity: 0.6;
  cursor: pointer;
}

.hover04:hover {
  color: #00115C;
  border: 2px solid #00115C;
  cursor: pointer;
}

.hover05:hover {
  color: #00115C;
}

/*** 固定ヘッダ ***/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

main {
  flex-grow: 1;
}

.container {
  max-width: 1060px;
  margin: 0 auto;
}

/*** header ***/
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 12px 20px 12px 20px;
}
@media screen and (min-width: 768px) {
  .header__block {
    height: 60px;
  }
}
.header__block .header__logo {
  max-width: 183px;
  height: auto;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .header__block .header__logo {
    max-width: 263px;
  }
}
.header__block .header__logo img {
  display: block;
}
.header__block .header-list {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.header__block .header-list .header-item:not(:first-child)::before {
  content: "/";
  display: inline-block;
  padding: 0 0px 0 3px;
  font-weight: bold;
  color: #00146E;
}
.header__block .header-list .header-link {
  font-size: 1rem;
  font-weight: bold;
  color: #00146E;
  text-decoration: none;
}
.header__block .header-list .current .header-link {
  color: #00AFF0;
  pointer-events: none;
}

.btn-submit {
  font-size: 1.1875rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  height: 59px;
  border-radius: 2em;
  border: 2px solid;
  background-color: #00146E;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-submit:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-5px) rotate(45deg);
}
.btn-submit.non-click {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.btn-back {
  font-size: 1.1875rem;
  color: #00146E;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  height: 59px;
  border-radius: 2em;
  border: 2px solid #041469;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-back:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #041469;
  border-right: 2px solid #041469;
  transform: translateY(-5px) rotate(-135deg);
}

/*** footer ***/
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1060px;
  margin: auto;
  height: 71px;
  padding: 0 23px;
}
@media screen and (min-width: 768px) {
  .footer__block {
    height: 54px;
  }
}
.footer__block .footer__mail {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__block .footer__mail {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer__block .footer__mail.-hide {
    visibility: hidden;
  }
}
.footer__block .footer__mail .footer__mail__contact {
  font-size: 0.875rem;
  font-weight: bold;
}
.footer__block .footer__mail .footer__mail__contact:after {
  content: "|";
  display: inline-block;
  padding: 0 8px;
}
.footer__block .footer__mail .footer__mail__address {
  font-size: 0.875rem;
  margin-left: 0;
}
.footer__block .footer__logo {
  width: 300px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .footer__block .footer__logo {
    width: 272px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer__block .footer__logo img {
  display: block;
}

.footer__copyright {
  background-color: #00146E;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}

/*** main visual ***/
.main-visual {
  height: 520px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content.content-02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1000px;
  margin: auto;
}
.content .content__block__text {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.84;
}
.content .content__block__text.-txt-center {
  max-width: 742px;
  margin: auto;
  text-align: left;
}
.content .content__more-btn {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

/*** 404 ***/
.body__grid01 {
  height: 100vh;
}

.body__grid01-grid {
  display: grid;
  grid-template: "header" "content" 1fr "footer";
  height: 100%;
}
.body__grid01-grid .header {
  grid-area: header;
}
.body__grid01-grid main {
  grid-area: content;
}
.body__grid01-grid .footer {
  grid-area: footer;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
}

.overlay__block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  padding: 98px 2rem 98px;
  height: 100vh;
}

.content_area {
  text-align: center;
}
.content_area .overlay-title {
  font-size: 1.57rem;
  line-height: 1.8;
  font-weight: normal;
  color: #2E2E2E;
  margin: 34px 0 0;
}
.content_area .overlay-desc {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  color: #2E2E2E;
  text-align: left;
  margin: 34px 0 0;
}

.wrapper-end-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-0 {
  margin-top: 0;
}

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

select {
  background: none;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  border: 0px currentColor;
  -o-border-image: none;
     border-image: none;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select:invalid {
  color: #bbb;
}

select option:first-child {
  color: #cddae8;
}

.container.container--form {
  padding: 50px 23px;
  max-width: 742px;
  background-color: #F2F4FF;
}
@media screen and (min-width: 768px) {
  .container.container--form {
    padding: 50px 50px;
    border-radius: 38px;
  }
}
.container.container--confirm {
  background-color: #fff;
  border-radius: 10px;
  max-width: 704px;
  padding: 14px 20px 30px 27px;
}
@media screen and (min-width: 768px) {
  .container.container--confirm {
    border-radius: 21px;
    padding: 55px 88px 47px 119px;
  }
}
.container.container--thanks {
  max-width: 1000px;
}

/***  form  ***/
.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .form-01 {
    padding-bottom: 89px;
  }
}

.form-leadmessage {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.84;
  margin-top: 20px;
}

.form__form.form__form--01 {
  margin-top: 46px;
}

.form__items {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .form__items {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
}
.form__items .form__items__title {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
  width: 175px;
  margin-right: 10px;
  min-width: 175px;
}
.form__items .form__items__title.form__items__title-en-long {
  line-height: 1.3;
}
.form__items .form__items__title.form__items__title-en-long .sub {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .form__items .form__items__title {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .form__items .form__items__title .sub {
    font-size: 0.75rem;
    margin-left: 5px;
  }
}
.form__items .form__items__title .optional {
  font-size: 0.75rem;
  margin-left: 10px;
  font-weight: normal;
  color: #676767;
}
@media screen and (min-width: 768px) {
  .form__items .form__items__title .optional {
    margin-left: 0;
    margin-top: 3px;
    display: block;
  }
}
.form__items .form__items__body {
  flex: 1 1 auto;
  margin-top: 6px;
}
.form__items .form__items__body .form__items-01 {
  font-size: 1.1875rem;
  letter-spacing: 0.02em;
  color: #333;
  line-height: 2.2;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 21px;
  border: 2px solid #cddae8;
  border-radius: 5px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .form__items .form__items__body .form__items-01 {
    font-size: 1.1875rem;
    margin-top: 0;
  }
}
.form__items .form__items__body .form__items-01.error {
  color: #DD4F4B;
  border: 2px solid #DD4F4B;
  background-color: antiquewhite;
}
.form__items .form__items__body .form__items-01.error::-moz-placeholder {
  color: #DD4F4B;
}
.form__items .form__items__body .form__items-01.error::placeholder {
  color: #DD4F4B;
}
.form__items .form__items__body #region {
  background: none;
  background-color: #fff;
  color: #d5d0da;
}
.form__items .form__items__body .form__item__selectbox {
  position: relative;
}
.form__items .form__items__body .form__item__selectbox::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #cddae8;
  border-right: 2px solid #cddae8;
  transform: translateY(-5px) rotate(135deg);
}
.form__items .form__items__body.form__items__body-ishead {
  display: grid;
  grid-template: "left right" 50px "lower lower";
}
.form__items .form__items__body.form__items__body-ishead.form__items__body-ishead01 {
  grid-auto-columns: 80px 1fr;
}
.form__items .form__items__body.form__items__body-ishead.form__items__body-ishead02 {
  grid-auto-columns: 110px 1fr;
}
.form__items .form__items__body.form__items__body-ishead .form__items__body__head {
  grid-area: left;
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
}
.form__items .form__items__body.form__items__body-ishead .form__items-01 {
  grid-area: right;
  height: 49px;
}
.form__items .form__items__body.form__items__body-ishead .txt_error {
  grid-area: lower;
}

.ECM2_CheckboxInput {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ECM2_CheckboxInput {
    align-items: center;
  }
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}

.ECM2_CheckboxInput-DummyInput {
  position: relative;
  top: -4px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .ECM2_CheckboxInput-DummyInput {
    top: 0px;
    left: -4px;
  }
}

.ECM2_CheckboxInput-LabelText {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 8px;
  display: block;
}

.ECM2_CheckboxInput-Input:checked + .ECM2_CheckboxInput-DummyInput {
  background: #00146E;
}
.ECM2_CheckboxInput-Input:checked + .ECM2_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 60%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}
.ECM2_CheckboxInput-Input:checked + .ECM2_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 60%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.form__agree-block {
  margin-top: 46px;
}
.form__agree-block.mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .form__agree-block {
    text-align: center;
  }
}
.form__agree-block > .lay {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form__agree-block.txt-left {
    text-align: left;
    margin-left: 190px;
  }
}

.form__privacy-note {
  margin-top: 47px;
  padding: 17px 20px;
  background-color: #dfe2f0;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .form__privacy-note {
    padding: 26px 31px;
  }
}

.form__term-conditions {
  margin-top: 50px;
  height: 222px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .form__term-conditions {
    padding: 26px 31px;
    height: 243px;
  }
}
.form__term-conditions .form__term-conditions__scrollare {
  overflow-y: scroll;
  height: 182px;
}
.form__term-conditions .form__term-conditions__scrollare .p-text01 {
  margin-top: 11px;
}

.form__term-conditions__scrollare::-webkit-scrollbar {
  width: 6px;
}

.form__term-conditions__scrollare::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 3px;
  height: 41px;
}

.term-conditions__title {
  color: #00146E;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.term-conditions__title02 {
  text-decoration: underline;
  font-weight: bold;
  margin-top: 10px;
}

.term-conditions__title03 {
  font-weight: bold;
}

.term-conditions__list01 {
  margin: 10px 0 0 0;
}

.term-conditions__list02 {
  margin: 10px 0 0 0;
}

.term-conditions__list03 {
  margin: 10px 0 0 0;
  list-style-type: lower-latin;
}

.term-conditions__list04 {
  padding-left: 20px;
}

.term-conditions__list05 {
  padding-left: 0px;
  list-style-type: none;
}

.term-conditions__list06 {
  list-style-type: "- ";
  padding-left: 10px;
}

.term-conditions__list07 {
  padding-left: 0;
}

.term-conditions__items07 {
  position: relative;
  padding-left: 10px;
  list-style-type: none;
}
.term-conditions__items07:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #333;
}

.term-conditions__list08 {
  list-style-type: none;
}

.term-conditions__list08-item {
  list-style-type: none;
  counter-increment: cnt;
}
.term-conditions__list08-item.start3 {
  counter-increment: cnt 3;
}
.term-conditions__list08-item.start5 {
  counter-increment: cnt 5;
}
.term-conditions__list08-item.start14 {
  counter-increment: cnt 14;
}
.term-conditions__list08-item.start18 {
  counter-increment: cnt 18;
}
.term-conditions__list08-item:before {
  display: marker;
  content: counter(cnt) ") ";
  list-style-position: outside;
  margin-left: -1.2em;
}

.term-conditions__list09 {
  list-style-type: none;
}

.term-conditions__list09-item {
  list-style-type: none;
  counter-increment: cnt;
}
.term-conditions__list09-item:before {
  display: marker;
  content: "STEP0" counter(cnt);
  list-style-position: outside;
  margin-left: -1.2em;
  margin-right: 0.5em;
}

.term-conditions__list10 {
  list-style-type: none;
}

.term-conditions__list10-item {
  list-style-type: none;
  counter-increment: cnt;
}
.term-conditions__list10-item.start5 {
  counter-increment: cnt 5;
}
.term-conditions__list10-item.start15 {
  counter-increment: cnt 15;
}
.term-conditions__list10-item.start16 {
  counter-increment: cnt 16;
}
.term-conditions__list10-item.start20 {
  counter-increment: cnt 20;
}
.term-conditions__list10-item.start21 {
  counter-increment: cnt 21;
}
.term-conditions__list10-item.start28 {
  counter-increment: cnt 28;
}
.term-conditions__list10-item.start29 {
  counter-increment: cnt 29;
}
.term-conditions__list10-item.start32 {
  counter-increment: cnt 32;
}
.term-conditions__list10-item.start33 {
  counter-increment: cnt 33;
}
.term-conditions__list10-item:before {
  display: marker;
  content: counter(cnt);
  list-style-position: outside;
  margin-left: -1.2em;
  margin-right: 0.5em;
}

.term-conditions__list11 {
  list-style-type: none;
}

.term-conditions__list11-item {
  list-style-type: none;
}
.term-conditions__list11-item.start1:before {
  display: marker;
  content: "15.1） ";
  list-style-position: outside;
  margin-left: -2em;
}
.term-conditions__list11-item.start2:before {
  display: marker;
  content: "15.2） ";
  list-style-position: outside;
  margin-left: -2em;
}
.term-conditions__list11-item.start3:before {
  display: marker;
  content: "15.3） ";
  list-style-position: outside;
  margin-left: -2em;
}
.term-conditions__list11-item.start16-1:before {
  display: marker;
  content: "16.1） ";
  list-style-position: outside;
  margin-left: -2em;
}
.term-conditions__list11-item.start16-2:before {
  display: marker;
  content: "16.2） ";
  list-style-position: outside;
  margin-left: -2em;
}
.term-conditions__list11-item.start16-3:before {
  display: marker;
  content: "16.3） ";
  list-style-position: outside;
  margin-left: -2em;
}

.txt_space01 {
  margin-left: 7.5em;
}

.bold_uline {
  text-decoration: underline;
  font-weight: bold;
}

.bold_nondeco {
  font-weight: bold;
}

.form__submit {
  margin-top: 48px;
  text-align: center;
}

.txt_error {
  font-size: 0.9375rem;
  color: #DD4F4B;
  margin-top: 13px;
  display: none;
}
.txt_error.is_error {
  display: block;
}
.txt_error.txt_error-doubleemail {
  margin-bottom: 15px;
}
.txt_error.txt_error_left {
  text-align: left;
}

::-moz-placeholder {
  color: #d5d0da;
}

::placeholder {
  color: #d5d0da;
}

/***  confirm  ***/
.bk-color-F2F4FF main {
  background-color: #F2F4FF;
}

.confirm-01 {
  padding: 40px 23px 80px 23px;
}
@media screen and (min-width: 768px) {
  .confirm-01 {
    padding: 40px 23px 126px 23px;
  }
}

.confirm__input-list {
  padding-left: 0;
  list-style: none;
}
.confirm__input-list .confirm__input-list__items:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .confirm__input-list .confirm__input-list__items:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .confirm__input-list .confirm__input-list__items {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.items__label {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .items__label {
    font-size: 1rem;
    width: 186px;
  }
}

.items__value {
  font-size: 1.0625rem;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .items__value {
    font-size: 1rem;
    margin-top: -6px;
  }
}

.confirm__btnarea {
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .confirm__btnarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
  }
}

.confirm__back {
  width: 275px;
}
@media screen and (min-width: 768px) {
  .confirm__back {
    width: 236px;
  }
}
.confirm__back .btn-back:after {
  left: 10.1%;
}

.confirm__submit {
  margin-top: 9px;
  width: 275px;
  right: 10.1%;
}
@media screen and (min-width: 768px) {
  .confirm__submit {
    margin-top: 0;
    width: 239px;
  }
}
.confirm__submit .btn-submit:after {
  right: 10.1%;
}
.confirm__submit .btn-submit {
  height: 63px;
}

/*** thanks ***/
.body__thanks {
  height: 100vh;
}

.body__thanks-grid {
  display: grid;
  grid-template: "header" "content" 1fr "footer";
  height: 100%;
}
.body__thanks-grid .header {
  grid-area: header;
}
.body__thanks-grid main {
  grid-area: content;
}
.body__thanks-grid .footer {
  grid-area: footer;
}

.thanks-01 {
  padding: 84px 23px 42px;
}
@media screen and (min-width: 768px) {
  .thanks-01 {
    padding: 148px 0 117px;
  }
}

.thanks__animation-block {
  width: 105px;
  height: 105px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .thanks__animation-block {
    width: 130px;
    height: 130px;
  }
}
.thanks__animation-block.thanks__animation-block-end {
  width: 150px;
  height: 103px;
}
@media screen and (min-width: 768px) {
  .thanks__animation-block.thanks__animation-block-end {
    width: 200px;
    height: 139px;
  }
}

.thanks__catch {
  font-size: 1.375rem;
  color: #00146E;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.thanks__catch.thanks__catch-01 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .thanks__catch.thanks__catch-01 {
    margin-top: 4px;
  }
}
.thanks__catch.thanks__catch-white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .thanks__catch {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.thanks__text {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  text-align: center;
}
.thanks__text.thanks__text-01 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .thanks__text.thanks__text-01 {
    margin-top: 35px;
  }
}
.thanks__text.thanks__text-01-end {
  margin-top: 22px;
}
.thanks__text.thanks__text-white {
  color: #fff;
}

.readonly {
  pointer-events: none;
  color: #333 !important;
}

.thanks__end-blue {
  background-color: #00146E;
  margin: auto;
  border-radius: 20px;
  padding: 5px 15px 20px;
  margin-top: -32px;
  width: auto;
}
.thanks__end-blue.t-c {
  max-width: 742px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .thanks__end-blue {
    padding: 80px 30px 50px;
    margin-top: -50px;
    width: 600px;
    width: 553px;
  }
}

.thanks-end-type {
  margin-top: -32px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}

.responsive-table th.th01 {
  width: 20%;
}

.responsive-table th {
  text-align: center;
}

.responsive-table td.td01 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .responsive-table {
    display: table;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
  }
}
/* スタイリング用のCSS */
.select-container {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 5px;
}

.select-list {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  display: none;
  /* 初期状態では非表示 */
}

.select-list-item {
  padding: 5px;
  cursor: pointer;
  font-size: 1.1875rem;
  line-height: 1.2;
}

.select-list-item:hover {
  background-color: #f2f2f2;
}

.main-visual.main-visual--sogoshopandfly {
  background-image: none;
  height: auto;
}
.main-visual.main-visual--sogoshopandfly .main-visual__img-pc {
  width: 100%;
}
.main-visual.main-visual--sogoshopandfly .main-visual__img-sp {
  width: 100%;
}

.btn-more {
  padding: 13px 10px;
}/*# sourceMappingURL=sogoshopandfly.css.map */