@charset "utf-8";

/*
 * align position
 */

.align-l { text-align: left!important }
.align-c { text-align: center!important }
.align-r { text-align: right!important }

/*
 * coloring
 */

.clr-black  { color: #000000; }

/*
 * title set
 */

.ttl--s1 {
  font-size: 24px;
  font-weight: normal;
}
.ttl--s1-b {
  font-size: 24px;
  font-weight: bold;
}
.ttl--s2 {
  font-size: 18px;
  font-weight: normal;
}
.ttl--s2-b {
  font-size: 18px;
  font-weight: bold;
}
.ttl--s3 {
  font-size: 14px;
  font-weight: normal;
}
.ttl--s3-b {
  font-size: 14px;
  font-weight: bold;
}

.ttl-h1 {
  color: #FFF;
  background-color: #bb2026;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.ttl-h2 {
  border-left: solid 5px #bb2026;
  padding-left: 10px;
}

.gsp-green .ttl-h1 {
  background-color: #13C99F;
}
.gsp-green .ttl-h2 {
  border-left: solid 5px #13C99F;
}
.gsp-sky .ttl-h1 {
  background-color: #59c1d9;
}
.gsp-sky .ttl-h2 {
  border-left: solid 5px #59c1d9;
}
.gsp-red .ttl-h1 {
  background-color: #801931;
}
.gsp-red .ttl-h2 {
  border-left: solid 5px #801931;
}
.gsp-yellow .ttl-h1 {
  background-color: #f39800;
}
.gsp-yellow .ttl-h2 {
  border-left: solid 5px #f39800;
}
.gsp-darkblue .ttl-h1 {
  background-color: #181C27;
}
.gsp-darkblue .ttl-h2 {
  border-left: solid 5px #181C27;
}
@media screen and (max-width:575px) {
  .ttl--s1 {
    font-size: 18px;
  }
  .ttl--s1-b {
    font-size: 18px;
  }
  .ttl--s2 {
    font-size: 16px;
  }
  .ttl--s2-b {
    font-size: 16px;
  }
  .ttl--s3 {
    font-size: 14px;
  }
  .ttl--s3-b {
    font-size: 14px;
  }

  .ttl-h1 {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .ttl-h2 {
    font-size: 16px
  }
}


/*
 * link set
 */

.link_gray { color: #565E63; }
.link_gray:hover {
  color: #565E63;
  text-decoration: underline;
}


/*
 * paragraph set
 */

.caption {
  font-size: 12px;
}


/* end */
