/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
h2,h3 {
  color: #2D2C34;
}
.ttl01 {
  position: relative;
}
.ttl01::after {
  content: "";
  background: #148CCF;
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
}
.ttl02 {
  padding-left: 1rem;
  background: transparent;
  border-left: solid 5px #148CCF;
}
.ttl03 {
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  border-bottom: dotted #646464 1px;
}

@media only screen and (max-width : 767px) {
  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }
}

@media print, screen and ( min-width : 768px ) {
  h2 {
    font-size: 30px;
  }
  h3 {
    /*font-size: 1.8vw;*/
    font-size: 28px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.line_height2em {
  line-height: 2em;
}
.taC {
  text-align: center;
}
.bg_gray {
  background: #FAFAFA;
}
.page_title_t span {
  font-size: 1vw;
  display: inline-block;
  text-align: center;
}
.pageTop_txt p {
  font-weight: 700;
}
.link_underline {
  padding-bottom: .5rem;
  color: #141F3D;
  font-weight: 700;
  position: relative;
}
.link_underline::before {
  content: "";
  height: 2px;
  background-color: #141F3D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.link_underline:after {
  content: "";
  display: block;
  background: url(../img/arrow_navy.png) no-repeat center / 100%;
  position: absolute;
}
.disc li {
  position: relative;
  padding-left: calc(0.5rem + 10px);
}
.disc li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: #148CCF;
}

.mb-6 {
  margin-bottom: 3.5rem;
}
.mb-7 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 6rem;
}
.mb-12 {
  margin-bottom: 7rem;
}


@media only screen and ( max-width : 992px ) {
  .bg_gray {
    padding: 2em;
  }
  .page_title_t span {
      font-size: 1.6vw;
  }
  .link_underline::before {
    width: calc(100% + 20px);
  }
  .link_underline:after {
    width: 10px;
    height: 10px;
    right: -18px;
    top: 2px;
  }
}

@media only screen and (max-width : 767px) {
  .page_title_t span {
      font-size: 3vw;
  }
}

@media print, screen and ( min-width : 991px ) {
  .bg_gray {
    padding: 4rem;
  }
  .page_title_t span {
    font-size: 1.3vw;
  }
  .pageTop_txt {
    max-width: 700px;
    margin: 0 auto;
  }
  .link_underline::before {
    width: calc(100% + 20px);
  }
  .link_underline:after {
    width: 13px;
    height: 13px;
    right: -23px;
    top: 3px;
  }
  .small_inner {
    max-width: 700px;
    margin: 0 auto;
  }
}