@charset "UTF-8";
/**
 * _color.scss - サイト共通カラー（一元管理）
 * 直感的な名前 + 類似色は1色に統一
 *
 * 使用: @import '../common/color'; または @use '../common/color' as *;
 */
/*===== 青系（ブランド・アクセント） =====*/
/*===== 白・黒・グレー =====*/
/*===== 背景 =====*/
/*===== 状態 =====*/
/*===== その他 =====*/
/* ===================================
	contact.scss - Contact Page（お問い合わせ）
	Location: assets/css/contact/
====================================== */
/* Individual Redefinition
------------------------------------*/
h1 {
  position: relative;
  z-index: 1;
  aspect-ratio: auto 311 / 74;
  width: 58.679%;
}
h1 img {
  display: block;
  width: 100%;
  height: auto;
}

#contentsSide > dl {
  display: none;
}

/* Contact Main setting
------------------------------------*/
#contactMain {
  margin: 37px 0 0 auto;
  width: 60%;
  max-width: 770px;
  min-width: 555px;
  /* 入力・確認・完了で共通の dl（要素指定でまとめる） */
}
#contactMain > p {
  padding: 30px 0 0;
  line-height: 1.5;
}
#contactMain > ul {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #26C9FF;
  padding: 10px 15px 5px;
  margin: 20px 0 15px;
  width: 100%;
}
#contactMain > ul li {
  position: relative;
  padding: 0 0 5px 12px;
  line-height: 1.1;
  font-weight: bold;
  font-size: 12px;
}
#contactMain > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #26C9FF;
  width: 8px;
  height: 8px;
}
#contactMain > ul li .required {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  border-radius: 3px;
  background: #A54449;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
#contactMain h2 {
  box-sizing: border-box;
  background: #133952;
  margin: 30px 0 20px;
  padding: 0 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#contactMain .wpcf7 dl,
#contactMain .wpcf7-confirm-body dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  margin: 0 auto 10px;
  padding: 10px 0 20px;
  width: 100%;
  max-width: 680px;
  text-align: left;
}
#contactMain .wpcf7 dl dt,
#contactMain .wpcf7-confirm-body dl dt {
  position: relative;
  box-sizing: border-box;
  background: none;
  width: 200px;
  padding: 0 0 0 5px;
  flex-shrink: 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #133952;
}
#contactMain .wpcf7 dl dt .required,
#contactMain .wpcf7-confirm-body dl dt .required {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  border-radius: 3px;
  background: #A54449;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
#contactMain .wpcf7 dl dd,
#contactMain .wpcf7-confirm-body dl dd {
  flex: 1;
  min-width: 0;
  max-width: 480px;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
}
#contactMain .wpcf7 {
  text-align: center;
}
#contactMain .wpcf7 dl dd input[type="text"],
#contactMain .wpcf7 dl dd input[type="email"],
#contactMain .wpcf7 dl dd input[type="tel"],
#contactMain .wpcf7 dl dd select,
#contactMain .wpcf7 dl dd textarea {
  outline: none;
  box-sizing: border-box;
  appearance: none;
  display: block;
  border: 1px solid #26C9FF;
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px;
  width: 97.5%;
  max-width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.4;
}
#contactMain .wpcf7 dl dd textarea {
  height: 150px;
  resize: vertical;
}
#contactMain .wpcf7 dl dd select {
  width: 350px;
}
#contactMain .wpcf7 dl dd input[type="text"]:focus,
#contactMain .wpcf7 dl dd input[type="email"]:focus,
#contactMain .wpcf7 dl dd input[type="tel"]:focus,
#contactMain .wpcf7 dl dd textarea:focus {
  border-color: #1972ea;
}
#contactMain .wpcf7 dl dd.selectList {
  position: relative;
  display: block;
}
#contactMain .wpcf7 dl dd.selectList::after {
  content: '';
  position: absolute;
  top: 32%;
  left: 330px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #26C9FF;
  border-right: 2px solid #26C9FF;
  transform: rotate(135deg);
}
#contactMain .wpcf7 dl dd p {
  padding: 0 0 10px 0;
  line-height: 1.8;
  font-size: 11px;
  color: #333;
}
#contactMain .wpcf7 dl dd .wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
}
#contactMain .wpcf7 dl dd .wpcf7-list-item:last-child {
  margin-right: 0;
}
#contactMain .wpcf7 dl dd label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
  font-weight: normal;
  vertical-align: middle;
}
#contactMain .wpcf7 dl dd label::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
  background: #fff;
  width: 15px;
  height: 15px;
}
#contactMain .wpcf7 dl dd label:has(input:checked)::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: #26C9FF;
  width: 7px;
  height: 7px;
}
#contactMain .wpcf7 dl dd label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
#contactMain .wpcf7 dl dd label input[type="radio"]:focus {
  outline: none;
}
#contactMain .wpcf7 .screen-reader-response {
  display: none;
}
#contactMain .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  color: #A90A0C;
}
#contactMain .wpcf7 .wpcf7-response-output {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  color: #A90A0C;
}
#contactMain #privacyCheck {
  padding: 30px 0 0 0;
  text-align: center;
  font-size: 12px;
}
#contactMain #privacyCheck li {
  position: relative;
  display: block;
  text-align: center;
}
#contactMain #privacyCheck li .wpcf7-form-control-wrap {
  display: inline-block;
}
#contactMain #privacyCheck li .wpcf7-list-item {
  display: inline-block;
}
#contactMain #privacyCheck li .wpcf7-list-item-label {
  display: inline;
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
}
#contactMain #privacyCheck li label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  text-align: left;
  cursor: pointer;
}
#contactMain #privacyCheck li label::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05) inset;
  background: #fff;
  width: 15px;
  height: 15px;
}
#contactMain #privacyCheck li label:has(input:checked)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
  display: block;
  border: 2px solid #133952;
  border-width: 0 2px 2px 0;
  width: 3px;
  height: 6px;
  transform: rotate(45deg);
}
#contactMain #privacyCheck li label input[type="checkbox"] {
  position: absolute;
  top: -2px;
  left: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
#contactMain #privacyCheck li label input[type="checkbox"]:focus {
  outline: none;
}
#contactMain .formBtn {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
#contactMain .formBtn li {
  position: relative;
  margin: 0 2%;
  width: 300px;
  max-width: 80%;
  height: 50px;
}
#contactMain .formBtn li.btnSubmit::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: -4px 0 0;
}
#contactMain .formBtn li input[type="submit"] {
  position: relative;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border-radius: 25px;
  border: none;
  display: block;
  background: #133952;
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
#contactMain .formBtn li input[type="submit"]:hover {
  opacity: 0.85;
}
#contactMain .formBtn li input[type="submit"]:disabled {
  background: #ccc;
  cursor: default;
}
#contactMain .formBtn li input[type="submit"]:disabled:hover {
  opacity: 1;
}

/* 確認・完了画面（JS で挿入）
------------------------------------*/
#contactMain:has(#contactComplete) > p,
#contactMain:has(#contactComplete) > ul {
  display: none;
}

p.confirmTxt {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}

#contactConfirm,
#contactComplete {
  margin: 0;
  padding: 0 0 40px;
  width: 100%;
  max-width: 680px;
}
#contactConfirm h2,
#contactComplete h2 {
  box-sizing: border-box;
  background: #133952;
  margin: 0 0 20px;
  padding: 0 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#contactConfirm .confirmTxt,
#contactComplete .confirmTxt {
  margin: 0 0 30px;
}
#contactConfirm .formBtn,
#contactComplete .formBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px 0 0;
}
#contactConfirm .formBtn li,
#contactComplete .formBtn li {
  margin: 0;
  width: 40%;
  max-width: none;
}
#contactConfirm .formBtn li input[type="button"],
#contactComplete .formBtn li input[type="button"] {
  position: relative;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  border-radius: 25px;
  border: none;
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
#contactConfirm .formBtn li input[type="button"]:hover,
#contactComplete .formBtn li input[type="button"]:hover {
  opacity: 0.85;
}
#contactConfirm .formBtn li.btnBack input,
#contactComplete .formBtn li.btnBack input {
  background: #ccc;
  color: #333;
}
#contactConfirm .formBtn li.btnSubmit input,
#contactComplete .formBtn li.btnSubmit input {
  background: #133952;
  color: #fff;
}
#contactConfirm #btnTop,
#contactComplete #btnTop {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#contactConfirm #btnTop a,
#contactComplete #btnTop a {
  display: inline-block;
  border-radius: 25px;
  background: #133952;
  padding: 12px 32px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#contactConfirm #btnTop a:hover,
#contactComplete #btnTop a:hover {
  opacity: 0.85;
}

#contactComplete dl {
  display: block;
  margin: 0 auto;
  width: 90%;
}
#contactComplete dl dt {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 0 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #133952;
}
#contactComplete dl dd {
  display: block;
}
#contactComplete dl dd ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}
#contactComplete dl dd ul li {
  position: relative;
  padding: 0 0 8px 12px;
  line-height: 1.6;
  font-size: 13px;
}
#contactComplete dl dd ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  border-radius: 50%;
  border: 2px solid #26C9FF;
  width: 6px;
  height: 6px;
}

/* ------------------------------------------------------------------------
	Ajustment For Smart Phone
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  /* Individual Redefinition
  ------------------------------------*/
  h1 {
    width: 41.46667vw;
  }

  /* Contact Main setting
  ------------------------------------*/
  #contactMain {
    margin: 6.66667vw auto 13.33333vw;
    width: 92vw;
    max-width: 92vw;
    min-width: 0;
  }
  #contactMain > p {
    padding: 4vw 0 0;
    line-height: 1.6;
    font-size: 3.46667vw;
  }
  #contactMain > ul {
    box-sizing: border-box;
    background: #fff;
    border: 0.26667vw solid #26C9FF;
    padding: 2.66667vw 4vw 1.33333vw;
    margin: 4vw 0 3.2vw;
    width: 100%;
  }
  #contactMain > ul li {
    position: relative;
    padding: 0 0 1.33333vw 3.2vw;
    line-height: 1.4;
    font-weight: bold;
    font-size: 3.2vw;
  }
  #contactMain > ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8vw;
    display: block;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0.26667vw solid #26C9FF;
    width: 2.13333vw;
    height: 2.13333vw;
  }
  #contactMain > ul li .required {
    display: inline-block;
    vertical-align: middle;
    margin: -0.53333vw 1.06667vw 0 0;
    border-radius: 0.8vw;
    background: #A54449;
    padding: 0 1.6vw;
    height: 4.8vw;
    line-height: 4.8vw;
    text-align: center;
    font-weight: bold;
    font-size: 2.66667vw;
    color: #fff;
  }
  #contactMain h2 {
    box-sizing: border-box;
    background: #133952;
    margin: 5.33333vw 0 4vw;
    padding: 0 3.2vw;
    width: 100%;
    height: 7.46667vw;
    line-height: 7.46667vw;
    font-weight: bold;
    font-size: 3.73333vw;
    color: #fff;
  }
  #contactMain .wpcf7 {
    text-align: center;
  }
  #contactMain .wpcf7 dl {
    display: block;
    border-bottom: 0.26667vw solid #ccc;
    margin: 0 auto 4vw;
    padding: 2.66667vw 0 5.33333vw;
    width: 100%;
    text-align: left;
  }
  #contactMain .wpcf7 dl dt {
    position: relative;
    box-sizing: border-box;
    background: none;
    width: 100%;
    padding: 0 0 3.2vw 1.33333vw;
    font-size: 3.73333vw;
    color: #133952;
  }
  #contactMain .wpcf7 dl dt .required {
    top: -1.33333vw;
    right: 1.33333vw;
    transform: none;
    border-radius: 0.8vw;
    width: 12vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    font-size: 3.73333vw;
  }
  #contactMain .wpcf7 dl dd {
    width: 100%;
    max-width: none;
    padding: 0;
    font-weight: normal;
  }
  #contactMain .wpcf7 dl dd input[type="text"],
  #contactMain .wpcf7 dl dd input[type="email"],
  #contactMain .wpcf7 dl dd input[type="tel"],
  #contactMain .wpcf7 dl dd select,
  #contactMain .wpcf7 dl dd textarea {
    outline: none;
    box-sizing: border-box;
    appearance: none;
    display: block;
    border: 0.26667vw solid #26C9FF;
    border-radius: 1.06667vw;
    background: #fff;
    padding: 2.66667vw 4vw;
    width: 100%;
    height: 10.66667vw;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
  #contactMain .wpcf7 dl dd textarea {
    height: 40vw;
    resize: vertical;
  }
  #contactMain .wpcf7 dl dd select {
    width: 100%;
    max-width: 100%;
  }
  #contactMain .wpcf7 dl dd input[type="text"]:focus,
  #contactMain .wpcf7 dl dd input[type="email"]:focus,
  #contactMain .wpcf7 dl dd input[type="tel"]:focus,
  #contactMain .wpcf7 dl dd textarea:focus {
    border-color: #1972ea;
  }
  #contactMain .wpcf7 dl dd.selectList {
    position: relative;
    display: block;
  }
  #contactMain .wpcf7 dl dd.selectList::after {
    content: '';
    position: absolute;
    top: 32%;
    left: auto;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.53333vw solid #26C9FF;
    border-right: 0.53333vw solid #26C9FF;
    transform: rotate(135deg);
  }
  #contactMain .wpcf7 dl dd p {
    padding: 0 0 2.66667vw 0;
    line-height: 1.6;
    font-size: 2.93333vw;
    color: #333;
  }
  #contactMain .wpcf7 dl dd .wpcf7-list-item {
    display: inline-block;
    margin-right: 4vw;
  }
  #contactMain .wpcf7 dl dd .wpcf7-list-item:last-child {
    margin-right: 0;
  }
  #contactMain .wpcf7 dl dd label {
    position: relative;
    display: inline-block;
    padding-left: 5.33333vw;
    cursor: pointer;
    font-weight: normal;
    vertical-align: middle;
    font-size: 3.73333vw;
  }
  #contactMain .wpcf7 dl dd label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    box-sizing: border-box;
    border: 0.26667vw solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 1.33333vw 0.26667vw rgba(0, 0, 0, 0.05) inset;
    background: #fff;
    width: 4.8vw;
    height: 4.8vw;
  }
  #contactMain .wpcf7 dl dd label:has(input:checked)::after {
    content: '';
    position: absolute;
    top: 1.33333vw;
    left: 1.33333vw;
    z-index: 1;
    display: block;
    border-radius: 50%;
    background: #133952;
    width: 2.13333vw;
    height: 2.13333vw;
  }
  #contactMain .wpcf7 dl dd label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 4.8vw;
    height: 4.8vw;
    opacity: 0;
    cursor: pointer;
  }
  #contactMain .wpcf7 dl dd label input[type="radio"]:focus {
    outline: none;
  }
  #contactMain .wpcf7 .screen-reader-response {
    display: none;
  }
  #contactMain .wpcf7 .wpcf7-not-valid-tip {
    display: block;
    margin: 1.33333vw 0 0;
    font-size: 3.2vw;
    color: #A90A0C;
  }
  #contactMain .wpcf7 .wpcf7-response-output {
    margin: 2.13333vw 0 0;
    text-align: center;
    font-size: 3.2vw;
    color: #A90A0C;
  }
  #contactMain #privacyCheck {
    padding: 6.66667vw 0 0 4vw;
    text-align: center;
    font-size: 3.2vw;
  }
  #contactMain #privacyCheck li {
    position: relative;
    display: block;
    text-align: center;
  }
  #contactMain #privacyCheck li .wpcf7-form-control-wrap {
    display: inline-block;
  }
  #contactMain #privacyCheck li .wpcf7-list-item {
    display: inline-block;
  }
  #contactMain #privacyCheck li .wpcf7-list-item-label {
    display: inline;
    vertical-align: middle;
    margin-left: 1.6vw;
    cursor: pointer;
  }
  #contactMain #privacyCheck li label {
    position: relative;
    display: inline-block;
    padding-left: 5.33333vw;
    text-align: left;
    cursor: pointer;
    font-size: 3.2vw;
  }
  #contactMain #privacyCheck li label::before {
    content: '';
    position: absolute;
    top: -0.26667vw;
    left: 0;
    z-index: 0;
    display: block;
    box-sizing: border-box;
    border: 0.26667vw solid #ccc;
    border-radius: 1.06667vw;
    box-shadow: 0 0 1.33333vw 0.26667vw rgba(0, 0, 0, 0.05) inset;
    background: #fff;
    width: 4.8vw;
    height: 4.8vw;
  }
  #contactMain #privacyCheck li label:has(input:checked)::after {
    content: '';
    position: absolute;
    top: 0.26667vw;
    left: 1.6vw;
    z-index: 1;
    display: block;
    border: 0.53333vw solid #133952;
    border-width: 0 0.53333vw 0.53333vw 0;
    width: 1.33333vw;
    height: 2.4vw;
    transform: rotate(45deg);
  }
  #contactMain #privacyCheck li label input[type="checkbox"] {
    position: absolute;
    top: 0.26667vw;
    left: 0;
    margin: 0;
    width: 4.8vw;
    height: 4.8vw;
    opacity: 0;
    cursor: pointer;
  }
  #contactMain #privacyCheck li label input[type="checkbox"]:focus {
    outline: none;
  }
  #contactMain .formBtn {
    display: block;
    padding: 8vw 0 0;
  }
  #contactMain .formBtn li {
    position: relative;
    margin: 0 auto 4vw;
    width: 80vw;
    max-width: none;
    height: 13.33333vw;
  }
  #contactMain .formBtn li.btnSubmit::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4.53333vw;
    z-index: 1;
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.53333vw solid #fff;
    border-right: 0.53333vw solid #fff;
    transform: rotate(45deg);
    margin: -1.06667vw 0 0;
  }
  #contactMain .formBtn li input[type="submit"] {
    position: relative;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    border-radius: 6.66667vw;
    border: none;
    display: block;
    background: #133952;
    padding: 0 2.66667vw 0 0;
    width: 100%;
    height: 13.33333vw;
    line-height: 13.33333vw;
    text-align: center;
    font-weight: bold;
    font-size: 4.26667vw;
    color: #fff;
    cursor: pointer;
  }
  #contactMain .formBtn li input[type="submit"]:hover {
    opacity: 0.85;
  }
  #contactMain .formBtn li input[type="submit"]:disabled {
    background: #ccc;
    cursor: default;
  }
  #contactMain .formBtn li input[type="submit"]:disabled:hover {
    opacity: 1;
  }

  #contactConfirm {
    margin: 0;
    padding: 0 0 5.33333vw;
    width: 100%;
    max-width: 92vw;
  }
  #contactConfirm h2 {
    box-sizing: border-box;
    background: #133952;
    margin: 5.33333vw 0 4vw;
    padding: 0 3.2vw;
    width: 100%;
    height: 7.46667vw;
    line-height: 7.46667vw;
    font-weight: bold;
    font-size: 3.73333vw;
    color: #fff;
  }
  #contactConfirm .confirmTxt {
    margin: 0 0 4vw;
    line-height: 1.8;
    font-size: 3.46667vw;
  }
  #contactConfirm .wpcf7-confirm-body dl {
    display: block;
    border-bottom: 0.26667vw solid #ccc;
    margin: 0 auto 4vw;
    padding: 2.66667vw 0 5.33333vw;
    width: 100%;
    text-align: left;
  }
  #contactConfirm .wpcf7-confirm-body dl dt {
    position: relative;
    box-sizing: border-box;
    background: none;
    width: 100%;
    padding: 0 0 3.2vw 1.33333vw;
    font-size: 3.73333vw;
    color: #133952;
  }
  #contactConfirm .wpcf7-confirm-body dl dd {
    width: 100%;
    max-width: none;
    padding: 0;
    font-weight: normal;
    font-size: 3.73333vw;
    line-height: 1.4;
    word-break: break-all;
  }
  #contactConfirm .formBtn {
    display: block;
    padding: 8vw 0 0;
  }
  #contactConfirm .formBtn li {
    margin: 0 auto 4vw;
    width: 80vw;
    height: 13.33333vw;
  }
  #contactConfirm .formBtn li input[type="button"] {
    border-radius: 6.66667vw;
    padding: 0 2.66667vw 0 0;
    height: 13.33333vw;
    line-height: 13.33333vw;
    font-size: 4.26667vw;
  }

  #contactComplete {
    padding: 0 0 10.66667vw;
  }
  #contactComplete h2 {
    margin: 5.33333vw 0 4vw;
    padding: 0 3.2vw;
    width: 100%;
    height: 7.46667vw;
    line-height: 7.46667vw;
    font-size: 3.73333vw;
  }
  #contactComplete .confirmTxt {
    margin: 0 0 8vw;
  }
  #contactComplete dl {
    width: 100%;
  }
  #contactComplete dl dt {
    border-bottom: 0.26667vw solid #ccc;
    margin: 0 0 4vw;
    padding: 0 0 4vw 2.66667vw;
    font-size: 3.73333vw;
  }
  #contactComplete dl dd ul {
    padding: 0 0 0 3.2vw;
  }
  #contactComplete dl dd ul li {
    padding: 0 0 2.13333vw 3.2vw;
    font-size: 3.46667vw;
  }
  #contactComplete dl dd ul li::before {
    top: 1.6vw;
    border: 0.53333vw solid #26C9FF;
    width: 1.6vw;
    height: 1.6vw;
  }
  #contactComplete #btnTop {
    margin: 8vw 0 0;
  }
  #contactComplete #btnTop a {
    border-radius: 6.66667vw;
    padding: 3.2vw 8.53333vw;
  }
}
