@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 610px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 950px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 950px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
/*
 * ボタン
 */
.page__tit {
  padding: 10% 0 8%;
  background-color: #f65f53;
  color: white;
  background-image: url(../images/page-back.png);
  background-size: 91%;
  background-repeat: no-repeat;
  background-position: center right;
}
.page__tit h2 {
  text-align: center;
  margin-bottom: 1%;
}
.page__tit p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
@media (max-width: 610px) {
  .page__tit {
    background-size: 122%;
  }
}

.page__content {
  width: 85%;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 9%;
  max-width: 900px;
}

.policy-top {
  margin-bottom: 4%;
}

.wp-block-separator {
  border-top: 1px solid #f65f53;
  border-bottom: 1px solid #f65f53;
}

.footer {
  padding-bottom: 3%;
}
@media (max-width: 610px) {
  .footer {
    padding-bottom: 3%;
  }
}

.page_404 {
  text-align: center;
  padding: 3em;
  margin: 1em;
}

@media (max-width: 610px) {
  .page__content {
    width: 90%;
  }
}

.page__cont-tit {
  margin-bottom: 0%;
  margin-top: 2%;
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #f65f53;
  border-radius: 0 3px 3px 0;
  color: #fff;
  padding: 0 2em;
  font-size: 1.2em;
}
.page__cont-tit::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #f65f53 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
}
.page__cont-tit::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

.page__dl {
  margin: 4% 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page__dl dt {
  width: 30%;
}
.page__dl dd {
  width: 70%;
}
@media (max-width: 610px) {
  .page__dl {
    font-size: 15px;
  }
}

.about__cont {
  margin-top: 5%;
}

.about__dl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.about__dl dt {
  display: flex;
  align-items: center;
  background-color: #f65f53;
  color: white;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
  padding-left: 8px;
}
.about__dl dd {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.about__dl dd p:first-of-type {
  padding-bottom: 9px;
}

.history__cont {
  margin-top: 9%;
}

.history__dl {
  flex-direction: column;
  align-items: stretch;
}
.history__dl div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed;
  align-items: center;
  padding: 10px 0;
}
.history__dl dt {
  width: 26%;
  text-align: end;
}
@media (max-width: 610px) {
  .history__dl dt {
    width: 27%;
  }
}

.form__wrap {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.form__wrap .form__row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form__wrap .form__row .form__label, .form__wrap .form__row .form__body {
  padding: 1.5rem 0;
  vertical-align: middle;
}
.form__wrap .form__row .form__label {
  width: 30%;
  font-size: max(16px, min(1.2vw,18px));
  font-size: clamp(16px, 1.2vw, 18px);
}
@media (max-width: 610px) {
  .form__wrap .form__row .form__label {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
.form__wrap .form__row .form__label span {
  display: inline-block;
  padding: 1px 4px 2px;
  background: #f65f53;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.form__wrap .form__row .form__body {
  width: 65%;
}
@media (max-width: 610px) {
  .form__wrap .form__row .form__body {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 610px) {
  .form__wrap .form__row {
    flex-wrap: wrap;
  }
}

.submit-btn p {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
.submit-btn input {
  font-size: initial;
  padding: 18px 5em 16px;
  color: white;
  background: #f65f53;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  border: none;
  border: 1px solid #f65f53;
  transform: skewX(-10deg);
  font-weight: bold;
  font-size: 1.2em;
  padding: 12px 5em 10px;
}
.submit-btn input:hover {
  background-color: #fff;
  color: #f65f53;
}

/*確認画面　テーブル*/
#wpcf7cpcnf table {
  display: table;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
#wpcf7cpcnf table tr {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 610px) {
  #wpcf7cpcnf table tr {
    flex-wrap: wrap;
  }
}
#wpcf7cpcnf table th, #wpcf7cpcnf table td {
  padding: 1.5rem 0;
  vertical-align: middle;
}
#wpcf7cpcnf table th {
  width: 30%;
  font-size: max(16px, min(1.2vw,18px));
  font-size: clamp(16px, 1.2vw, 18px);
  text-align: left;
}
@media (max-width: 610px) {
  #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5rem;
  }
}
#wpcf7cpcnf table td {
  width: 65%;
}
@media (max-width: 610px) {
  #wpcf7cpcnf table td {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 1.5rem;
  }
}

/* ボタン */
.wpcf7cp-btns {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  margin-bottom: 20px;
  display: inline-block !important;
  color: #242424;
  border-bottom: 1px solid;
  margin-top: 3%;
  padding: 4px 0;
  transition: color 0.2s ease;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #c2c2c2;
}

#wpcf7cpcnf .wpcf7-submit {
  font-size: initial;
  padding: 18px 5em 16px;
  color: white;
  background: #f65f53;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  border: none;
  border: 1px solid #f65f53;
  padding: 18px 4em 16px;
  transform: skewX(-10deg);
  font-weight: bold;
  font-size: 1.2em;
}
#wpcf7cpcnf .wpcf7-submit:hover {
  background-color: #fff;
  color: #f65f53;
}

/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  color: white;
  background: #2F33A5;
  padding: 8px 3%;
  position: relative;
  z-index: 1;
}
.breadcrumb-area span a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area span a:hover {
  color: #FFCC41;
}
@media (max-width: 610px) {
  .breadcrumb-area {
    font-size: 12px;
    padding: 1% 5% 1%;
    margin: 0 auto;
  }
}

.fa-caret-right {
  padding: 0 5px;
}

/*# sourceMappingURL=page.css.map */
