p.center.f22.bold.mb20 {
  text-align: center;
  padding-bottom: var(--half-padding);
}

p.center.mb10.daihyou_right {
  text-align: right;
  padding-bottom: var(--half-padding);
}

p.center.f18.daihyou_right {
  text-align: right;
}

span.must {
  display: block;
  background-color: #cd0808;
  border: none;
  text-shadow: none;
  padding: revert;
  font-size: 10px;
  color: #fff;
  float: none;
  margin: 0px 0px;
  border-radius: unset;
  box-shadow: none;
  background-image: none;
  background-size: 100% 100%;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 10px;
  margin-right: 10px;
}

span.must.hide {
  opacity: 0;
}

p.mb99 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.right_flex_box {
  width: 50%;
}

.left_flex_box {
  width: 50%;
}

.font-w {
  font-weight: bold;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.center.mb70 {
  text-align: center;
  padding-bottom: var(--half-padding);
}

.lower-contact .c-red {
  color: #cd0808;
  font-weight: 600;
}

.lower-contact .section__ttl {
  color: #000;
}

.lower-contact .desc {
  font-weight: 600;
  line-height: 25px;
}

.contact__form .submit_wap label a {
  color: #0F3773;
  text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
  background-color: var(--main-bg-color);
  font-weight: 600;
  padding: 20px 80px;
  color: #fff;
  border: unset;
}

.contact__form {
  display: flex;
  justify-content: center;
}

dl.contact__form--item.flex {
  display: flex;
  justify-content: space-between;
}

dl.contact__form--item.flex dt {
  display: flex;
}

p {
  line-height: var(--def-line-height);
}

.defalt_lineheight {
  line-height: var(--def-line-height);
}

.font-w {
  padding-top: var(--quarter-padding);
  padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

dl.contact__form--item.flex .text3 {
  height: 100%;
  width: 100%;
  padding: 12px;
}

li.footer__nav--item {
  line-height: var(--long-line-height);
}

textarea.textarea {
  height: 100%;
  width: 100%;
  padding: 12px;
  min-height: 200px;
}

form#mailformpro {
  width: 1000px;
}

form#mailformpro dl dt,
form#mailformpro dl dd {
  width: 100%;
}

form#mailformpro dl dd {
  height: 100%;
}

form#mailformpro dl dt {
  display: flex;
  align-content: center;
  align-items: center;
  width: 350px;
}

form#mailformpro dl dt.a-start {
  align-items: start;
  padding-top: 10px;
}

form#mailformpro dl dt.a-start .must {
  margin-top: -4px;
}

.lower-mv__text--box {
  display: flex;
  justify-content: center;
  width: 100%;
}

p.t4.mb40 {
  text-align: center;
}

.submit_wap {
  display: flex;
  justify-content: center;
  margin-top: var(--half-padding);
}

.submit_wap.mb50 {
  margin-top: 50px;
}

.submit_wap p {
  position: relative;
}

.submit_wap p input {
  border: solid #0F3773;
  background: #0F3773;
  color: #fff;
  border-radius: 100vh;
  font-size: 20px;
  padding: 10px 100px;
  cursor: pointer;
  transition: all 0.5s;
}

.submit_wap p input:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.submit_wap p::after {
  content: "";
  background: url(../img/arrow-pink.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

#privacy p {
  line-height: 1.7;
}

@media screen and (max-width: 1250px) {
  span.must.hide {
    opacity: 0;
    display: none;
  }

  form#mailformpro dl dt {
    width: 400px;
  }
}