/* ------------------------------------------------------------------------------------------ */
.is-view-pc {
  display: none;
}

@media screen and (min-width:760px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.contents-wapper {
  margin-top: 37px;
  border: none;
}

.is-zoom {
  position: relative;
}
@media screen and (min-width:1040px) {
  .is-zoom {
    cursor: pointer;
    transition: 0.3s;
  }
  .is-zoom:hover {
    opacity: 0.6;
  }
}
.is-zoom:after {
  content: "";
  display: block;
  background: #b60028 url(../img/icon_zoom.svg) center center no-repeat;
  border-radius: 5px;
  background-size: 60% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.news-share {
  color: #b60028;
  font-size: 18px;
  background: rgba(224, 202, 202, 0.3);
  margin-top: 1em;
  padding: 1em 20px;
  border-radius: 5px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width:760px) {
  .news-share {
    font-size: 20px;
  }
}
.news-share .title {
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
}
.news-share .share-list {
  display: inline-block;
  margin-left: 0.3em;
}
.news-share .share-list p {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin-left: 0.3em;
}
.news-share .share-list p img {
  max-width: 100%;
}
@media screen and (min-width:1040px) {
  .news-share .share-list p a {
    cursor: pointer;
    transition: 0.3s;
  }
  .news-share .share-list p a:hover {
    opacity: 0.6;
  }
}
.news-share .share-list p.x a span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
  color: #fff;
  background: #000;
  border-radius: 50%;
}
.news-share .share-list p.x a span img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.news-block {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0;
  border: 1px #f1c7d0 solid;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (min-width:760px) {
  .news-block {
    padding: 35px 40px;
  }
}
.news-block .news-title {
  font-size: 18px;
  line-height: 1;
  font-family: obvia-expanded, source-han-sans-japanese, sans-serif;
  font-weight: 600;
  color: #b60028;
  margin-bottom: 5px;
  padding: 0.4em 0 0.5em 1em;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
}
@media screen and (min-width:760px) {
  .news-block .news-title {
    font-size: 22px;
  }
}
.news-block .news-title:before {
  content: "";
  display: block;
  width: 0.4em;
  height: calc(100% - 4px);
  background: #b60028;
  position: absolute;
  left: 0;
  top: 2px;
}
.news-block .news-title a {
  text-decoration: underline;
}
@media screen and (min-width:1040px) {
  .news-block .news-title a {
    cursor: pointer;
    transition: 0.3s;
  }
  .news-block .news-title a:hover {
    opacity: 0.6;
  }
}
.news-block .news-title .ls {
  margin-left: -0.6em;
}
.news-block .news-title .date {
  font-size: 0.8em;
  padding-top: 4px;
}
.news-block .news-title .category {
  margin-left: 8px;
  color: #fff;
  background: #999;
  padding: 4px 10px;
  font-size: 0.65em;
  border-radius: 5px;
}
.news-block .news-title .category.is-info {
  background-color: #a7d341;
}
.news-block .news-title .title {
  margin-top: 6px;
  font-size: 1em;
  line-height: 1.3;
  width: 100%;
}
.news-block .news-text {
  margin-top: 5px;
}
@media screen and (min-width:760px) {
  .news-block .news-text {
    margin-top: 10px;
  }
}
.news-block .news-text > p:not(:first-child), .news-block .news-text > div:not(:first-child) {
  margin-top: 10px;
}
.news-block .news-text > p.margin, .news-block .news-text > div.margin {
  margin-top: 20px;
}
.news-block .news-text a {
  text-decoration: underline;
}
@media screen and (min-width:1040px) {
  .news-block .news-text a {
    cursor: pointer;
    transition: 0.3s;
  }
  .news-block .news-text a:hover {
    opacity: 0.6;
  }
}
.news-block .news-text a.link-btn {
  text-decoration: none;
}
.news-block .news-text a.link-btn:hover {
  opacity: 1;
}
.news-block .news-text .movie {
  text-align: center;
  line-height: 1;
}
.news-block .news-text .movie:not(:first-child) {
  margin-top: 20px;
}
.news-block .news-text .movie iframe {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.news-block .news-text .movie img {
  width: 100%;
  max-width: 900px;
}
.news-block .news-text .img-area {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
.news-block .news-text .img-area:not(:first-child) {
  margin-top: 20px;
}
.news-block .news-text .img-area.margin {
  margin-top: 30px;
}
.news-block .news-text .img-area a {
  display: inline-block;
}
.news-block .news-text .img-area img {
  max-width: 100%;
}
.news-block .news-text .img-area .block {
  width: 100%;
}
.news-block .news-text .img-area .block:not(:first-child) {
  margin-top: 15px;
}
.news-block .news-text .img-area.flex {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width:760px) {
  .news-block .news-text .img-area.flex .block {
    width: 50%;
  }
  .news-block .news-text .img-area.flex .block:not(:first-child) {
    margin-top: 0;
  }
  .news-block .news-text .img-area.flex .block:nth-child(odd) {
    padding-right: 5px;
  }
  .news-block .news-text .img-area.flex .block:nth-child(even) {
    padding-left: 5px;
  }
}
.news-block .news-text .copyright {
  font-size: 0.9em;
}
.news-block .news-text .copyright.margin {
  margin-top: 20px;
}

.news-nav {
  margin-top: 40px;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-nav .button {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: #b60028;
  border: 2px #b60028 solid;
  border-radius: 5px;
  position: relative;
}
.news-nav .button .icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.news-nav .button.next .icon {
  border-top: 3px #fff solid;
  border-right: 3px #fff solid;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
  -moz-transform: translate(-65%, -50%) rotate(45deg);
  -ms-transform: translate(-65%, -50%) rotate(45deg);
  transform: translate(-65%, -50%) rotate(45deg);
}
.news-nav .button.prev .icon {
  border-top: 3px #fff solid;
  border-left: 3px #fff solid;
  -webkit-transform: translate(-35%, -50%) rotate(-45deg);
  -moz-transform: translate(-35%, -50%) rotate(-45deg);
  -ms-transform: translate(-35%, -50%) rotate(-45deg);
  transform: translate(-35%, -50%) rotate(-45deg);
}
@media screen and (min-width:1040px) {
  .news-nav .button:not(:disabled) {
    cursor: pointer;
    transition: 0.3s;
  }
  .news-nav .button:not(:disabled):hover {
    opacity: 0.6;
  }
}
.news-nav .button:disabled {
  opacity: 0.2;
  background: #fff;
}
.news-nav .button:disabled .icon {
  border-color: #b60028;
}

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