@charset "UTF-8";
/* ==================================
	共通パーツ
================================== */
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  min-width: calc(1000px + 60px);
}

.l_main {
  margin-bottom: 30px;
}

.m_sec {
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
}

.mv {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-color: #e4e6f1;
}

.mv img {
  display: block;
  width: 944px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.section1 {
  max-width: 1000px;
  margin: 0 auto;
}

.section1 .heading {
  text-align: center;
  margin-top: 80px;
}

.section1 .detail {
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 16px;
}

.section1 .detail .detail-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section1 .detail .detail-item__title {
  background-color: #003e80;
  text-align: center;
  padding: 20px 0;
}

.section1 .detail .detail-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e4e6f1;
  text-align: center;
  padding: 30px 0px 36px 0px;
}

.section1 .detail .detail-item__content a {
  display: inline-block;
  margin-top: 15px;
  color: #003e81;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section1 .detail .detail-item__content a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #003e81;
  border-right: 0;
  margin-left: 4px;
}

.section1 .detail .detail-item__content a:hover {
  text-decoration: none;
}

.section1 .note {
  margin: 12px auto 0;
}

.section1 .note p {
  font-size: 12px;
  padding-left: 2em;
  text-indent: -2em;
  color: #333333;
}

.section1 .price {
  text-align: center;
  margin-top: 50px;
}

.section1 .banner {
  border: 2px solid #003e80;
  padding: 30px 50px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section1 .banner .banner-img img {
  width: 100%;
  height: auto;
}

.section1 .banner .banner-btn a {
  width: 185px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dc0823;
  gap: 16px;
  padding: 0 12px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.section1 .banner .banner-btn a > span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.section1 .banner .banner-btn a > img {
  width: 13px;
  height: auto;
}

.section1 .banner .banner-btn a:hover {
  background-color: #e3384e;
}

#qa {
  padding-top: 80px !important;
}

#qa .box h3 {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  color: #003e81 !important;
}

#qa ul li:hover,
#qa ul li.active {
  background-color: #f6f7f9 !important;
}

#qa ul li .inner .icon {
  background-color: #e4e6f1 !important;
}
/*# sourceMappingURL=style.css.map */