@charset "UTF-8";

.header_nav_title.inquiry::after {
  width: 100%;
}

.crm--header {
  background-color: #fff;
}

/* mv
====================================== */
.kv {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .kv {
    margin-top: 73px;
  }
}

/* contents_area
=========================== */
.contents_area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.contents_area .inner {
  max-width: 1000px;
}
.border_title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #213495;
  padding-block: 10px;
  border-top: 2px solid #213495;
  border-bottom: 2px solid #213495;
  margin-bottom: 40px;
}
.contents_item {
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 30px;
}
.contents_title {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.contents_text {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.contents_text.right {
  margin-top: 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .contents_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .border_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contents_item {
    width: 100%;
    margin-top: 20px;
  }
  .contents_title {
    font-size: 15px;
  }
  .contents_text {
    font-size: 13px;
  }
  .contents_text.right {
    margin-top: 0;
    text-align: right;
  }
}
