@charset "UTF-8";

/* news list */

.news-list>li {
  background-image: linear-gradient(to right, #c5c5c5 0px, #c5c5c5 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.news-list>li>a {
  display: block;
}

.news-list>li>a>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-list>li>a>dl>dt {
  color: #003b89;
  font-weight: 700;
}

.news-list>li>a>dl .-icon>span {
  border: 1px solid #247ac0;
  color: #247ac0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.news-list>li>a>dl .-icon>span._news02,
.news-list>li>a>dl .-icon>span._campaign {
  border-color: #f1af00;
  color: #f1af00;
}

.news-list>li>a>dl .-icon>span._news03,
.news-list>li>a>dl .-icon>span._seminar {
  border-color: #8ab73c;
  color: #8ab73c;
}

.news-list>li>a>dl .-icon>span._news04,
.news-list>li>a>dl .-icon>span._event {
  border-color: #f37e9b;
  color: #f37e9b;
}

/* お知らせCSS
========================================*/

#main>header {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .08) 0px, rgba(255, 255, 255, .08) 3px, transparent 3px, transparent 13px, rgba(255, 255, 255, .08) 13px, rgba(255, 255, 255, .08) 16px, transparent 16px, transparent 26px);
  background-size: 18px 18px;
  background-color: #247ac0;
}

#main>header>h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
}

#main>header>h1 img {
  margin-right: .5em;
  vertical-align: -.3em;
}

#main>header .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#main>header .nav .c-button {
  border: 2px solid #fff;
  color: #003b89;
}

#main>header .nav .c-button:before {
  background-color: #003b89;
}

#main>header .nav .c-button:after {
  background-color: #003b89;
}

#main>header .nav .c-button.is-cur {
  cursor: default;
  color: #fff;
}

#main>header .nav .c-button.is-cur:before {
  background-color: #fff;
}

#main>header .nav>li._topics .c-button.is-cur {
  background-color: #3b92d9;
}

#main>header .nav>li._campaign .c-button.is-cur {
  background-color: #f1af00;
}

#main>header .nav>li._seminar .c-button.is-cur {
  background-color: #8ab73c;
}

#main>header .nav>li._event .c-button.is-cur {
  background-color: #f37e9b;
}

#main .news-box {
  background-color: #fff;
}

#main.is-detail>header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#main.is-detail>header .-cate {
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  line-height: 1.4;
  padding: .1em .8em;
}

#main.is-detail .news-header {
  border-bottom: 1px solid #247ac0;
  color: #247ac0;
  line-height: 1.5;
  position: relative;
}

#main.is-detail .news-header:after {
  background-color: #247ac0;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
}

#main.is-detail .news-header .-date {
  font-weight: 700;
}

#main.is-detail .news-header>h2 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .news-list {
    padding: 0 35px 0 20px;
  }

  .news-list>li>a {
    padding: 16px 0;
  }

  .news-list>li>a>dl>dt {
    margin-right: 20px;
  }

  .news-list>li>a>dl .-icon {
    margin-right: 20px;
    width: 140px;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 20px;
    font-size: .8rem;
    padding: 3px;
    width: 140px;
  }

  .news-list>li>a>dl .-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s ease;
  }

  .news-list>li>a:hover .-text {
    color: #ef7f1c;
  }

  #main>header {
    padding: 50px 0 60px;
  }

  #main>header>h1 {
    font-size: 1.8rem;
  }

  #main>header .nav {
    margin-top: 50px;
    width: 100%;
  }

  #main>header .nav .c-button {
    margin: 0 15px;
    padding: 13px;
    width: 270px;
  }

  #main>header .nav .c-button:before {
    left: 20px;
  }

  #main>header .nav .c-button:hover {
    color: #fff;
  }

  #main>header .nav .c-button:hover:before {
    background-color: #fff;
  }

  #main>header .nav .c-button.is-cur:hover:before {
    transform: scale(1);
  }

  #main>header .nav .c-button.is-cur:hover:after {
    width: 0;
  }

  #main .news {
    padding: 80px 0;
  }

  #main .news-box {
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 25px 30px 40px;
  }

  #main.is-detail>header {
    padding: 30px 0;
  }

  #main.is-detail>header .-cate {
    margin-left: 20px;
  }

  #main.is-detail .news-box {
    padding: 50px 70px;
  }

  #main.is-detail .news-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  #main.is-detail .news-header:after {
    bottom: 3px;
  }

  #main.is-detail .news-header .-date {
    font-size: 1.1rem;
    margin-right: 30px;
  }

  #main.is-detail .news-header>h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 2.6666666667vw 0 2.6666666667vw;
  }

  .news-list>li {
    margin-bottom: 3.2vw;
    padding-bottom: 4vw;
  }

  .news-list>li>a>dl>dt {
    margin-right: 2.6666666667vw;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 15px;
    font-size: 3.4666666667vw;
    margin-left: 1.0666666667vw;
    padding: .5333333333vw;
    width: 25.0666666667vw;
  }

  .news-list>li>a>dl .-text {
    display: -webkit-box;
    line-height: 1.5;
    margin-top: 1.8666666667vw;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #main>header {
    padding: 6.6666666667vw 0 4vw;
  }

  #main>header>h1 {
    font-size: 6.9333333333vw;
    line-height: 1;
  }

  #main>header>h1 img {
    width: 8.5333333333vw;
  }

  #main>header .nav {
    margin-top: 5.3333333333vw;
  }

  #main>header .nav .c-button {
    font-feature-settings: "palt";
    font-size: 4vw;
    letter-spacing: 0;
    margin: 0 1.8666666667vw 4vw;
    padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 4vw;
    width: 42.6666666667vw;
  }

  #main>header .nav .c-button:before {
    left: 4vw;
    height: 1.3333333333vw;
    width: 1.3333333333vw;
  }

  #main .news {
    padding: 10.6666666667vw 5.3333333333vw;
  }

  #main .news-box {
    border-radius: 20px;
    margin-bottom: 8vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }

  #main.is-detail>header {
    padding: 6.6666666667vw 0;
  }

  #main.is-detail>header>h1 {
    width: 100%;
  }

  #main.is-detail>header .-cate {
    margin-top: 2.6666666667vw;
  }

  #main.is-detail .news-box {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }

  #main.is-detail .news-header {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 4.5333333333vw;
  }

  #main.is-detail .news-header:after {
    bottom: .8vw;
  }

  #main.is-detail .news-header .-date {
    font-size: 4.2666666667vw;
    margin-bottom: .8vw;
  }

  #main.is-detail .news-header>h2 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/news.css.map */