/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* subtitle
   ========================================================================== */
.title {
  font-size: 1.7em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .title {
    font-size: 1.4em;
  }
}
.title + p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .title + p {
    margin-top: 10px;
  }
}
.subtitle {
  padding-left: 1em;
  position: relative;
}
.subtitle:before {
  background: #f3be00;
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 12px;
}
/* tule
   ========================================================================== */
.rule {
  border-top: 1px solid #dbdce2;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .rule {
    padding-top: 40px;
  }
}
/* content-title.opt-normal
   ========================================================================== */
.content-title.opt-normal h3 {
  padding-left: 0;
}
.content-title.opt-normal h3:before {
  content: none;
}
/* m-ul
   ========================================================================== */
@media (min-width: 769px) {
  .m-ul.opt-small {
    margin-top: 10px;
  }
}
.m-ul.opt-small li {
  list-style-type: none;
  margin-left: 1em;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .m-ul.opt-small li {
    margin-left: 0;
  }
}
.m-ul.opt-small li:before {
  content: '・';
}
/* border-box
   ========================================================================== */
.border-box {
  border-top: 1px solid #dbdce2;
  margin-top: 55px;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .border-box {
    margin-top: 20px;
    padding-top: 20px;
  }
}
