.company-information h3.introduction {
  font-size: 2.6rem;
  padding: 0.75em 0;
  color: #0477bf;
  border-top: 1px solid #ddd;
}
.company-information {
  margin-bottom: 40px;
}
.company-information　.third-title {
  position: relative;
  margin-bottom: 15px;
  color: #0477bf;
  font-size: 1.8rem;
}
.company-information　.third-title::after {
  content: "";
  position: absolute;
  left: -3px;
  right: 0;
  bottom: 0;
  top: 110%;
  border-bottom: 1px solid #ddd;
}
.company-information:last-of-type p,
.company-information p.pdf-link {
  text-indent: 0;
}
p.pdf-link a {
  color: #0477bf;
}
p.pdf-link a::after {
  content: "\f1c1";
  font-family: FontAwesome;
  padding-left: 5px;
  color: #c66;
}
.company-information p a {
  text-decoration: underline;
}
.company-information:last-of-type img {
  padding-left: 5px;
  vertical-align: sub;
}


/*ページタイトル*/
.page-title-wrap .img-area {
  background-image: url(../images/bg_pagetitle.jpg);
}
.message-catch {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #0477bf;
}
p + .message-catch {
  margin-top: 5rem;
}



@media screen and (max-width: 991.98px) {
  /* デフォルト：991px以上用（PC用）の記述 */
 }
@media screen and (max-width: 767.98px) {
  .company-information {
    margin-bottom: 30px;
  }
  .company-information h3.introduction {
    font-size: 2.2rem;
    padding: 0.5em 0;
  }  
} 