.newsTop {
  width: 1080px;
  padding-top: 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .newsTop {
    padding-top: 30px;
    width: 90%;
  }
}

.pickup {
  background: url("../img/news/pickup_bg.png") center center no-repeat;
  background-size: cover;
  padding: 70px 70px 50px;
}
@media only screen and (max-width: 768px) {
  .pickup {
    padding: 35px 35px 25px;
  }
}
.pickup__title {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 0.07em;
}
.pickup__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .pickup__list {
    margin-top: 0;
    display: block;
  }
}
.pickup__item {
  width: 325px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .pickup__item {
    width: 100%;
    margin-top: 35px;
  }
}
.pickup__item:hover .pickup__img img {
  opacity: 0.7;
}
.pickup__item:hover .pickup__text {
  text-decoration: underline;
}
.pickup__item > a {
  color: #014099;
  text-decoration: none;
  position: relative;
  display: block;
}
.pickup__item > a.icon-new::after {
  content: "";
  width: 91px;
  height: 91px;
  background: url("../img/news/pickup_new_icon.png") left top no-repeat;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .pickup__item > a.icon-new::after {
    background-size: 100%;
  }
}
.pickup__item a {
  text-decoration: none;
}
.pickup__contents {
  background: #fff;
  padding: 15px;
}
.pickup__img {
  overflow: hidden;
  border-bottom: #ccc 1px solid;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .pickup__img {
    height: auto;
  }
}
.pickup__img img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.pickup__date {
  font-size: 1.4rem;
  color: #3e3e3e;
}
.pickup__text {
  color: #014099;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 5px;
  height: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pickup__text {
    font-size: 1.6rem;
  }
}
.pickup__hash {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
}
.pickup__hash__item {
  display: inline-block;
  border: #014099 1px solid;
  border-radius: 5px;
  color: #014099;
  font-size: 1rem;
  padding: 3px 6px;
  line-height: 1;
  margin-top: 5px;
  margin-left: 10px;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .pickup__hash__item {
    font-size: 1.4rem;
  }
}
.pickup__hash__item:hover {
  background-color: #014099;
}
.pickup__hash__item a {
  transition: color 0.2s ease;
}
.pickup__hash__item:hover a {
  color: #ffffff;
}
.pickup__new {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.pickup__new::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 90px 0 0;
  border-color: #e60039 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
}
.pickup__new__text {
  transform: rotate(-45deg);
  padding: 16px 9px;
}

.newsList {
  padding: 70px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .newsList {
    padding: 20px 20px 30px;
  }
}
.newsList__list {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .newsList__list {
    margin-top: 25px;
  }
}
.newsList__item {
  padding: 20px 0;
  border-bottom: #828282 1px solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .newsList__item {
    padding: 10px 0;
    align-items: center;
  }
}
.newsList__img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .newsList__img {
    width: 20%;
  }
}
.newsList__img img {
  width: 100%;
  height: auto;
}
.newsList__contents {
  width: 950px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .newsList__contents {
    width: 80%;
    padding-left: 10px;
  }
}
.newsList__date {
  font-size: 1.4rem;
}
.newsList__text {
  margin-top: 5px;
  font-size: 1.6rem;
}
.newsList__text a {
  color: #3e3e3e;
  text-decoration: none;
}
.newsList__text a:hover {
  text-decoration: underline;
}
.newsList__hash {
  color: #003087;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.newsList__hash__item {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .newsList__hash__item {
    margin-top: 5px;
  }
}
.newsList__hash__item:not(:first-child) {
  margin-left: 10px;
}
.newsList__hash__item a {
  color: #003087;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .newsList__hash__item a {
    font-size: 1.4rem;
  }
}
.newsList__hash__item a:hover {
  text-decoration: underline;
}

.news {
  margin: 0 auto;
  padding: 50px 0;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  .news {
    width: 90%;
    padding: 25px 0;
  }
}
.news img {
  max-width: 100%;
  height: auto;
}
.news__date {
  color: #898989;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .news__date {
    font-size: 1.6rem;
  }
}
.news__title {
  color: #333;
  font-size: 3.6rem;
  margin: 15px 0 30px;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .news__title {
    margin: 15px 0;
    font-size: 3rem;
  }
}
.news .share {
  padding: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  .news .share {
    padding: 20px 0;
  }
}
.news .share__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: start;
}
.news .share__item {
  line-height: 0;
}
.news .share__item:not(:first-child) {
  margin-left: 10px;
}
.news__text {
  padding: 20px;
  color: #333;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .news__text {
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.news__text h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.news__text h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.news__text h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.news__text table {
  width: 100%;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
}
.news__text table th, .news__text table td {
  padding: 10px;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  text-align: center;
}
.news__text table th {
  background: #f4f4f4;
  font-weight: 700;
}
.news__text ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.news__text ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
}
.news__text blockquote {
  background-color: #eeeeee;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .news__text .youtube iframe {
    width: 100%;
    height: 58.59375vw;
  }
}
.news__text .cms_widget {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .news__text .cms_widget iframe {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
.news__img {
  padding: 20px 0;
}
.news__hash {
  padding: 20px 0;
}
.news__hash__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.news__hash__item {
  margin-top: 10px;
}
.news__hash__item:not(:first-child) {
  margin-left: 10px;
}
.news__hash__item a {
  display: inline-block;
  border: #014099 1px solid;
  border-radius: 5px;
  color: #014099;
  font-size: 1.4rem;
  padding: 3px 10px;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.news__hash__item a:hover {
  opacity: 0.7;
}
.news__bottomBtn {
  margin: 40px auto;
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .news__bottomBtn {
    margin-top: 20px;
    width: 70%;
  }
}

.aside {
  background: #e5e5e5;
  padding: 50px 60px;
}
@media only screen and (max-width: 768px) {
  .aside {
    padding: 20px 20px 30px;
  }
}

/*# sourceMappingURL=news.css.map */
