@charset "utf-8";
/* CSS Document */


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

ページタイトル

------------------------*/
.page-title {
  background-color: #f2f8ed;
  text-align: center;
  padding: 30px 0;
  background-image: url(../img/subtitle_back.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

.page-title h1 {
  color: #323232;
  font-size: 24px;
  line-height: 1.8
}

.page-title span {
  color: #3f7dcc;
  font-size: 13px;
  display: block;
  letter-spacing: .3em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .page-title h1 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .page-title .icon {
    display: none;
  }
}

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

パンくず

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

.breadcrumbs {
  margin-bottom: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 1279px) {
  .breadcrumbs-wrap .col-5 {
    width: 100%;
  }
}

.breadcrumbs span,
.breadcrumbs a {
  white-space: normal;
  word-wrap: break-word;
}

.breadcrumbs a {
  color: #202226;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
}

.breadcrumbs span {
  color: #9aa0ac;
}

@media (max-width: 767px) {
  .breadcrumbs ul {
    display: inherit;
    clear: both;
    width: 100%;
    margin-bottom: 0;
    align-items: stretch;
  }

  .breadcrumbs li {
    float: left;
  }

  .breadcrumbs li a {
    float: left;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs li:after {
    display: inherit;
    float: left;
    margin: 0 5px;
  }
}

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

中面レイアウト

------------------------*/
.inner-contents {
  padding: 30px 0;
}

.contents01 {
  background: #FFF;
}

.contents01 h2 {
  border-bottom: 1px dashed #8cb9f3;
  margin-bottom: 30px;
}

.contents01 h2 em {
  margin: 0 10px 0 0;
  color: #3f7dcc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .1em;
}

.contents01 h2 i {
  color: #8cb9f3;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .35em;
}

@media (max-width: 767px) {
  .inner-contents {
    padding: 16px 0;
  }

  .contents01 {
    margin-bottom: 16px;
  }

  .contents01 h2 {
    margin-bottom: 16px;
  }

  .contents01 h2 em {
    display: block;
  }

  .contents01 h2 i {
    display: block;
  }
}

Viewport Window × × ×
