@charset "utf-8";
/* Updated date: 2017/03/22 */
/* contents */
/*--------------------------------------------------*/
.contents-title-box h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.contents-title-box span {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.contents-button001 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2em;
  z-index: 1;
}
.contents-button001 span {
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.contents-button001 span::after {
  content: "";
  display: block;
  width: 135%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  right: -35px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.contents-button001 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: -45px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: rotate(45deg) translateX(-10px);
  transform: rotate(45deg) translateX(-10px);
}
.contents-button001 span:hover::after {
  width: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.contents-button001 span i {
  margin-left: 8px;
  vertical-align: bottom;
  font-size: 20px;
}
.contents-textindent {
  display: inline-block;
  text-indent: -0.5em;
}
@media (max-width: 991px) {
  .contents-button001 span {
    font-size: 14px;
  }
}
/* contents001 */
/*--------------------------------------------------*/
.contents001 {
  padding: 220px 0 120px;
}
.contents001 .contents-title-box {
  text-align: center;
  margin-bottom: 60px;
}
.contents001-identity {
  font-size: 36px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.contents001-text {
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.contents001-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .contents001 {
    padding: 130px 0 80px;
  }
  .contents001 .contents-title-box {
    margin-bottom: 40px;
  }
  .contents001-text {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 2em;
  }
  .contents001-identity {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contents001-text {
    text-align: left;
  }
}

.news-cat-tag {
  color: #fff;
}
.category-news {
  background-color: #0079c2;
}
.category-feature {
  background-color: #3ca3dc;
}
.category-seminar {
  background-color: #4a5a70;
}
