@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

::selection {
  background-color: #1e0005;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #251E0C;
  text-transform: inherit;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.8rem;
  }
}

p {
  color: #333;
}

.alert {
  margin-bottom: 0;
}

.color-f {
  color: #333;
}

.color-f02 {
  color: #979797;
}

.color-wt {
  color: #fff;
}

.color-red {
  color: #ce2f2f;
}

.bg-light-red {
  background: rgba(245, 202, 202, 0.2666666667);
}

.cont-ttl {
  display: inline-block;
  border-left: 6px solid #ce2f2f;
  padding-left: 0.5em;
}

.footer_mail {
  color: #fff;
}
.footer_mail:hover {
  color: #fff;
}

#preloader {
  background-color: #251E0C !important;
}

.znav-white a:not(.btn) {
  color: #251E0C;
}
.znav-white a:not(.btn):hover {
  color: #ce2f2f;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    width: 65%;
    max-width: 250px;
  }
}
.btn-primary {
  border: 1px solid #251E0C;
  color: #251E0C;
  background: #fff;
}
.btn-primary:hover {
  background-color: #ce2f2f;
  border-color: #ce2f2f;
}
.btn-primary.--wt {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn-primary.--wt:hover {
  background-color: #ce2f2f;
  border-color: #ce2f2f;
}

.btn.btn-link {
  color: #ce2f2f;
}

.background-primary {
  background-color: #ce2f2f !important;
}

.background-holder.--right {
  background-position: right;
}
@media screen and (max-width: 991px) {
  .background-holder.--right {
    background-position: center;
  }
}
.background-holder.--contain {
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .bg-img {
    min-height: 200px;
  }
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ce2f2f;
}

.ta_comp {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.ta_comp tr + tr {
  border-top: 1px solid #eee;
}
.ta_comp td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.ta_comp td + td {
  font-weight: 400;
  padding-left: 2em;
}
@media screen and (max-width: 576px) {
  .ta_comp tr {
    display: flex;
    flex-direction: column;
  }
  .ta_comp td {
    padding-bottom: 0;
  }
  .ta_comp td + td {
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

.ser_step {
  color: #fff;
  font-weight: 700;
  background: #ce2f2f;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-radius: 5px;
}

.ser_hear {
  color: #fff;
  font-weight: 700;
  background: #ce2f2f;
  padding: 0 0.5em;
}

@media screen and (max-width: 767px) {
  .str_cont01-ttl,
  .ser_cont03-ttl {
    padding-top: 1em !important;
  }
}

.zform {
  margin: 0 auto;
}

#ppArea {
  height: 200px;
  padding: 20px;
  background: #fbfafa;
  border: 1px solid #dbdbdb;
  overflow-y: scroll;
  margin: auto 20px;
}

.pv-box {
  padding: 2em;
  overflow-y: scroll;
  height: 400px;
  font-size: 0.9em;
}

/* 「プライバシーポリシー」タイトル */
.ppTit {
  font-size: 0.9em;
  font-weight: bold;
}

/* 各小見出し */
.innerTit {
  font-weight: bold;
}

/* 中の<p>テキスト */
.pv-box__subTtl,
.pv-box__txt {
  font-size: 0.9em;
}

/* 同意文章 */
.ppAgree {
  display: inline-block;
  padding-bottom: 0;
  margin: 20px 0 15px;
}

/* チェックボックスを囲むdiv */
.agreeCheckbox {
  margin: 0px 0 30px;
  font-size: 13px;
}

/* チェックボックス本体 */
input#load-content {
  transform: scale(2);
}

.zform .required {
  position: relative;
}
.zform .required::before {
  content: "*";
  font-size: 1.4em;
  color: #ce2f2f;
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0.1em;
}

#map {
  margin-top: -160px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #map {
    margin-top: -80px;
    padding-top: 80px;
  }
}/*# sourceMappingURL=custom.css.map */