@charset "UTF-8";
/*color*/
/*mediaquery*/
/*mixin*/
/* Font系 */
.entry {
  background: url(../img/bg-section.png) center top/100% auto;
  margin-top: -6rem;
}

@media (max-width: 767px) {
  .entry {
    margin-top: -90rem;
  }
}

.entry_lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .entry_lead {
    font-size: clamp(13px, 26rem, 26rem);
    margin-bottom: calc(60/750*100vw);
  }
}

.entry form {
  width: 94%;
  margin: 0 auto;
}

.entry table {
  border-top: 1px solid #e5e5e5;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .entry table {
    width: calc(100% - (30/750*100vw));
    margin: calc(15/750*100vw);
  }
}

.entry tr {
  border-bottom: 1px solid #e5e5e5;
}

.entry th {
  font-size: 1.6rem;
  position: relative;
  width: 370px;
  padding: 30px 0;
  vertical-align: top;
}

@media (max-width: 767px) {
  .entry th {
    font-size: clamp(13px, 26rem, 26rem);
    width: 100%;
    display: block;
    padding: calc(40/750*100vw) 0 calc(30/750*100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.entry th .required {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #354a93;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 6px;
  padding: 2px 14px;
}

@media (max-width: 767px) {
  .entry th .required {
    position: static;
    font-size: clamp(11px, 22rem, 22rem);
    min-width: 52px;
  }
}

.entry td {
  width: 610px;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .entry td {
    width: 100%;
    display: block;
    padding: 0 0 calc(40/750*100vw);
    font-size: clamp(13px, 26rem, 26rem);
  }
}

.entry input[type="text"], .entry input[type="email"], .entry select, .entry textarea {
  background: #f6f6f6;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 12px 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .entry input[type="text"], .entry input[type="email"], .entry select, .entry textarea {
    padding: calc(25/750*100vw) calc(30/750*100vw);
    font-size: clamp(16px, 16rem, 16rem);
  }
}

.entry input[type="text"].postal {
  width: 290px;
  margin-left: 16px;
}

@media (max-width: 767px) {
  .entry input[type="text"].postal {
    width: calc(500/750*100vw);
    margin-left: calc(21/750*100vw);
  }
}

.entry select {
  width: 320px;
}

@media (max-width: 767px) {
  .entry select {
    width: calc(540/750*100vw);
  }
}

.entry .select_wrap {
  width: 320px;
  position: relative;
}

@media (max-width: 767px) {
  .entry .select_wrap {
    width: calc(540/750*100vw);
  }
}

.entry .select_wrap:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #9fa0a0;
  border-right: 1px solid #9fa0a0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 767px) {
  .entry .select_wrap:before {
    right: calc(30/750*100vw);
    width: 6px;
    height: 6px;
  }
}

.entry .submit {
  text-align: center;
  width: 56rem;
  margin: 8rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .entry .submit {
    width: 560rem;
    margin: 70rem auto 0;
  }
}

.entry .submit::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8rem 0 .8rem .8rem;
  border-color: transparent transparent transparent #263773;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .entry .submit::before {
    border-width: 8rem 0 8rem 8rem;
    left: 35rem;
  }
}

.entry .submit input {
  width: 56rem;
  padding: 1em 10rem;
  background: #fff33f;
  border: 2px solid #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem rgba(0, 0, 0, 0.1);
  font-size: 2.6rem;
  font-weight: bold;
  color: #263773;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .entry .submit input {
    width: 560rem;
    padding: 1em 100rem;
    border-radius: 50rem;
    font-size: clamp(13px, 36rem, 36rem);
  }
}

.entry .submit input:hover {
  opacity: .6;
}

#formWrap .submit, #formWrap .back {
  text-align: center;
  width: 56rem;
  margin: 3rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  #formWrap .submit, #formWrap .back {
    width: 560rem;
    margin: 40rem auto 0;
  }
}

#formWrap .submit::before, #formWrap .back::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8rem 0 .8rem .8rem;
  border-color: transparent transparent transparent #263773;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  #formWrap .submit::before, #formWrap .back::before {
    border-width: 8rem 0 8rem 8rem;
    left: 35rem;
  }
}

#formWrap .submit input, #formWrap .back input {
  width: 56rem;
  padding: 1em 10rem;
  background: #fff33f;
  border: 2px solid #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0.4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem rgba(0, 0, 0, 0.1);
  font-size: 2.6rem;
  font-weight: bold;
  color: #263773;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  #formWrap .submit input, #formWrap .back input {
    width: 560rem;
    padding: 1em 100rem;
    border-radius: 50rem;
    font-size: clamp(13px, 36rem, 36rem);
  }
}

#formWrap .submit input:hover, #formWrap .back input:hover {
  opacity: .6;
}

#formWrap .back input {
  background: #ccc;
}

.thanks {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .thanks {
    padding: calc(80/750*100vw) 3%;
  }
}

.thanks_lead {
  text-align: center;
}

@media (max-width: 767px) {
  .thanks_lead {
    text-align: left;
    font-size: clamp(12px, 24rem, 24rem);
  }
}
li,p{
  overflow-wrap: break-word;
}
.content-section .content-box p a{
  text-decoration: underline;
}