@charset "UTF-8";

/* entry */

@media screen and (-width: 767px) {
.entry  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
 .entry .pc {
    display: none;
  }
}
.entry * {
  box-sizing: border-box;
}

.entry .entry-sec .bg-area {
  position: relative;
  margin-bottom: 80px;
  padding: 90px 0 34px;
  background-color: #F6EEF9;
}

.entry .entry-sec .bg-area::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 80px;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-color: #F6EEF9;
}

.entry .entry-sec .contents {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.entry .entry-sec .h-entry {
  margin-bottom: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

.entry .entry-sec .list-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 220px;
  margin: 0 auto 68px;
}

.entry .entry-sec .list-step::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 2px;
  background: #DEA0D8;
  z-index: 0;
}

.entry .entry-sec .list-step li {
  position: relative;
  width: 40px;
  font-size: 13px;
  text-align: center;
  z-index: 2;
}

.entry .entry-sec .list-step li .num {
  display: block;
  margin-bottom: 8px;
  background-color: #DEA0D8;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  color: #FFF;
  font-weight: bold;
}

.entry .entry-sec .list-step li.current .num {
  background: #181F71;
}

.entry .entry-sec .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.5%;
}

.entry .entry-sec .entry-data dt {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-top: 56px;
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 1;
}

.entry .entry-sec .entry-data dt.other-input {
  margin-top: 24px;
  margin-bottom: 15px;
  font-size: 17px;
}

.entry .entry-sec .entry-data dt .attention {
  margin-left: 16px;
  font-size: 16px;
}

.entry .entry-sec .entry-data dt .required {
  display: block;
  width: 42px;
  background-color: #D75ACA;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.entry .entry-sec .entry-data dd .f-small {
  font-size: 14px;
  line-height: 1.3;
}

.entry .entry-sec .cell02 {
  width: 48.75%;
}

.entry .entry-sec .list-col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 2%;
}
.entry .entry-sec .list-col4 li {
  width: 23.5%;
}

.entry .entry-sec input[type="text"],
.entry .entry-sec input[type="email"],
.entry .entry-sec textarea {
  width: 100%;
  padding: 16px 16px;
  border: none;
  background: #FFF;
  border-radius: 4px;
  font-size: 16px;
}

.entry .entry-sec input[type="text"]:focus-visible,
.entry .entry-sec input[type="email"]:focus-visible,
.entry .entry-sec textarea:focus-visible {
  outline: none;
}

.entry .entry-sec textarea {
  line-height: 1.6;
}

.entry .entry-sec input[type="text"].disable {
  pointer-events: none;
  opacity: .7;
}

.entry .entry-sec select {
  width: 100%;
  padding: 16px 16px;
  border: none;
  background: #FFF;
  border-radius: 4px;
  font-size: 16px;
}

.entry .entry-sec label.check-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 8px;
  background: #FFF;
  border-radius: 4px;
}

.entry .entry-sec label.check-wrap:has(input[type="radio"]:checked),
.entry .entry-sec label.check-wrap:has(input[type="checkbox"]:checked) {
  background-color: #181F71;
  color: #FFF;
  font-weight: bold;
}

.entry .entry-sec label.check-wrap > input[type="radio"] {
  position: relative;
  background-color: #FFF;
  appearance: none;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  margin: 0;
}

.entry .entry-sec label.check-wrap > input[type="radio"]::before {
  content: '';
  background-color: #DEA0D8;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.entry .entry-sec label.check-wrap > input[type="checkbox"] {
  position: relative;
  background-color: #FFF;
  appearance: none;
  border: 2px solid #D9D9D9;
  height: 20px;
  width: 22px;
  margin: 0;
}

.entry .entry-sec label.check-wrap > input[type="checkbox"]::before {
  content: '';
  height: 12px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: 8px 4px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  opacity: 0;
}

.entry .entry-sec label.check-wrap > input[type="radio"]:checked::before,
.entry .entry-sec label.check-wrap > input[type="checkbox"]:checked::before {
  opacity: 1;
}


.entry .entry-sec label.check-wrap > span {
  display: block;
  width: calc(100% - 24px);
  text-align: center;
  font-size: 20px;
}

.entry .entry-sec .btn-area {
  padding: 53px 24px 100px;
  text-align: center;
}

.entry .entry-sec .btn-area .btn {
  position: relative;
  margin: 0 40px;
  padding:  8px;
  border: 0;
  border-bottom: 2px solid #DEA1DD;
  background-color: transparent;
  font-size: 27px;
  line-height: 1;
  color: #333;
  cursor: pointer;
}

.entry .entry-sec .btn-area .btn span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.entry .entry-sec .btn-area .btn:hover {
  opacity: .7;
}

.entry .entry-sec .btn-area .btn .arrow {
  position: absolute;
  right: -40px;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background-color: #DEA1DD;
  border-radius: 50%;
}

.entry .entry-sec .btn-area .btn .back {
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
  width:124px;
}

.entry .entry-sec .btn-area .btn .arrow::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px  solid #FFF;
  transform: rotate(-45deg);
}

.entry .entry-sec .btn-area .btn.prev {
  display: block;
  max-width: 140px;
  margin: 64px auto 0;
  border-bottom: none;
  font-size: 15px;
}

.entry .entry-sec .btn-area .btn.prev .arrow {
  left: -24px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-color: #181F71;
}

.entry .entry-sec .btn-area .btn.prev .arrow::after {
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(135deg);
}


@media screen and (max-width: 767px) {

.entry .entry-sec .bg-area {
  margin-bottom: 64px;
  padding: 42px 0 0;
}

.entry .entry-sec .bg-area::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 80px;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-color: #F6EEF9;
}

.entry .entry-sec .h-entry {
  margin-bottom: 25px;
  font-size: 20px;
}

.entry .entry-sec .sp-mt0 {
  margin-top: 0 !important;
}

.entry .entry-sec .list-step {
  margin-bottom: 56px;
}

.entry .entry-sec .list-step::after {
  top: 19px;
}

.entry .entry-sec .list-step li {
  width: 40px;
  font-size: 13px;
}

.entry .entry-sec .list-step li .num {
  font-size: 20px;
  line-height: 40px;
}

.entry .entry-sec .wrap {
  display: block;
}

.entry .entry-sec .entry-data dt {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
}

.entry .entry-sec .entry-data dt .attention {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  font-size: 14px;
}

.entry .entry-sec .entry-data dt .required {
  font-size: 12px;
  line-height: 18px;
}

.entry .entry-sec .cell02 {
  width: 100%;
}

.entry .entry-sec .list-col4 {
  gap: 20px 5%;
}
.entry .entry-sec .list-col4 li {
  width: 47.5%;
}

.entry .entry-sec .list-col4.sp-col1 li {
  width: 100%;
}

.entry .entry-sec label.check-wrap > span {
  font-size: 16px;
}

.entry .entry-sec .btn-area {
  padding: 64px 24px 80px;
}

.entry .entry-sec .btn-area .btn {
  margin-left: 0;
  font-size: 22px;
}

.entry .entry-sec .btn-area .btn span {
  font-size: 16px;
}

}


/* error */

.entry .entry-sec input[type="text"].error,
.entry .entry-sec input[type="email"].error,
.entry .entry-sec textarea.error {
  border: 1px solid #C63D3D;
  background-color: #FFEDED;
  color: #C63D3D;
}

.entry .entry-sec select.error {
  border: 1px solid #C63D3D;
  background-color: #FFEDED;
  color: #C63D3D;
}

/*.entry .entry-sec label.check-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px;
  background: #FFF;
  border-radius: 4px;
}*/

.entry .entry-sec label.check-wrap:has(.error),
.entry .entry-sec label.check-wrap:has(.error) {
  border: 1px solid #C63D3D;
  background-color: #FFEDED;
  color: #C63D3D;
}

.entry .entry-sec label.check-wrap > input[type="radio"].error {
  border: 1px solid #C63D3D;
}

.entry .entry-sec label.check-wrap > input[type="checkbox"].error {
  border: 2px solid #C63D3D;
}

.entry .entry-sec .error-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 6px;
  margin-top: 12px;
  border-radius: 24px;
  background-color: #C63D3D;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.entry .entry-sec .error-txt.disnon {
  display: none;
}

.entry .entry-sec .error-txt.col2 {
  width: 48.75%;
}

.entry .entry-sec .error-txt::before {
  content: '×';
  color: #FFF;
}

.entry .entry-sec .error-txt::after {
  content: '×';
  color: #FFF;
}

@media screen and (max-width: 767px) {

.entry .entry-sec .error-txt {
  padding: 6px 8px;
}

.entry .entry-sec .error-txt.col2 {
  width: 100%;
}
}

/* confirm */


.entry .entry-sec .confirm-txt {
  max-width: 800px;
  margin: 0 auto 72px;
  font-size: 20px;
  text-align: center;
}

.entry .entry-sec .confirm-box {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 24px 32px;
  border-radius: 4px;
  background-color: #FFF;
}

.entry .entry-sec .confirm-box .entry-data dt {
  margin: 40px 0 16px;
  font-weight: normal;
  font-size: 17px;
}

.entry .entry-sec .confirm-box .entry-data dd {
  padding-left: 16px;
  font-size: 19px;
}

.entry .entry-sec .privacy-box {
  max-width: 800px;
  width: 90%;
  margin: 120px auto 0;
  padding: 32px;
  border: 1px solid #D75ACA;
}

.entry .entry-sec .privacy-box .privacy-txt {
  font-size: 18px;
}

.entry .entry-sec .privacy-box .privacy-txt dt {
  margin-bottom: 24px;
  font-weight: bold;
}

.entry .entry-sec .privacy-box .privacy-txt dd {
  line-height: 1.6;
  font-size: 15px;
}

.entry .entry-sec .privacy-box .privacy-txt dd a {
  text-decoration: underline;
  color: #D75ACA;
}

.entry .entry-sec .privacy-box .privacy-txt dd a .ic {
  width: 15px;
  margin-bottom: 4px;
  margin-left: 4px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
.entry .entry-sec .confirm-txt {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: left;
}

.entry .entry-sec .confirm-box {
  padding: 8px 16px 32px;
}

.entry .entry-sec .confirm-box .entry-data dt {
  margin: 32px 0 16px;
  font-size: 16px;
}

.entry .entry-sec .confirm-box .entry-data dd {
  font-size: 18px;
}

.entry .entry-sec .privacy-box {
  margin: 120px auto 0;
  padding: 24px 16px;
}

.entry .entry-sec .privacy-box .privacy-txt dd {
  font-size: 14px;
}

.entry .entry-sec .privacy-box .privacy-txt dd a .ic {
  width: 12px;
}
}


/* thanks */

.entry .entry-sec .thanks-txt {
  margin-bottom: 72px;
  font-size: 26px;
  text-align: center;
}

.entry .entry-sec .msg-area {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.entry .entry-sec .msg-area p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  
.entry .entry-sec .thanks-txt {
  margin-bottom: 56px;
  font-size: 18px;
}

.entry .entry-sec .msg-area {
  font-size: 15px;
}


}
