@charset "UTF-8";
.newsArticle {
  padding: 0 30px;
  text-align: left;
}

@media (max-width: 720px) {
  .newsArticle {
    padding: 0 1rem;
  }
}

.newsArticle > .in {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media (max-width: 720px) {
  .newsArticle > .in {
    height: auto;
  }
}

@media (max-width: 720px) {
  .newsArticle > .in {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.newsArticle > .in:after {
  content: "";
  display: block;
  clear: both;
}

.newsArticle > .in .title01 {
  font-family: "quasimoda", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 300;
  font-size: 5.5rem;
  letter-spacing: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 720px) {
  .newsArticle > .in .title01 {
    font-size: 3.25rem;
    padding-left: 0;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
  }
}

.newsArticle > .in .areatitle {
  font-family: "quasimoda", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #BFBFBF;
  letter-spacing: 0.3rem;
}

@media (max-width: 720px) {
  .newsArticle > .in .areatitle {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom-width: 1px;
  }
}

.newsArticle > .in .left {
  float: left;
  width: 100%;
  max-width: 650px;
}

@media (max-width: 720px) {
  .newsArticle > .in .left {
    max-width: 100%;
  }
}

.newsArticle > .in .left .contents {
  padding-bottom: 60px;
  border-bottom: 2px solid #BFBFBF;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .contents {
    padding-bottom: 3rem;
  }
}

.newsArticle > .in .left .contents .contentsTit01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .contents .contentsTit01 {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 1.5rem;
  }
}

.newsArticle > .in .left .contents .contentsCap01 {
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-top: 24px;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .contents .contentsCap01 {
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin-top: 1.5rem;
  }
}

.newsArticle > .in .left .contents .cotnentsImg01 {
  margin-top: 30px;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .contents .cotnentsImg01 {
    margin-top: 1.5rem;
  }
}

.newsArticle > .in .left .contents .cotnentsImg01 > img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .arts .one + .one {
    margin-top: 1.5rem;
  }
}

.newsArticle > .in .left .arts .one .link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  padding: 10px 50px 10px 5px;
  transition: 0.2s;
  background-color: #FFF;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .arts .one .link {
    white-space: normal;
    padding: 1rem 2rem 1rem 0;
  }
}

.newsArticle > .in .left .arts .one .link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .arts .one .link:after {
    right: 0;
  }
}

.no-touchevents .newsArticle > .in .left .arts .one .link:hover {
  background-color: #EEF0F0;
}

.newsArticle > .in .left .arts .one .link .time {
  font-family: "quasimoda", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .arts .one .link .time {
    display: block;
    font-size: 1.2rem;
  }
}

.newsArticle > .in .left .arts .one .link .tit {
  font-size: 1.3rem;
  padding-left: 4px;
  font-weight: bold;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .arts .one .link .tit {
    display: block;
    font-size: 1.2rem;
    padding-left: 0;
    margin-top: .5rem;
  }
}

.newsArticle > .in .left .cmnLayout01 {
  margin-top: 40px;
}

@media (max-width: 720px) {
  .newsArticle > .in .left .cmnLayout01 {
    margin-top: 2rem;
  }
}

.newsArticle > .in .right {
  float: right;
  width: 100%;
  max-width: 230px;
}

@media (max-width: 720px) {
  .newsArticle > .in .right {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.newsArticle > .in .right .linkarea .tit {
  padding: 10px 10px 10px 5px;
  position: relative;
  transition: 0.2s;
  background-color: #FFF;
  cursor: pointer;
}

@media (max-width: 720px) {
  .newsArticle > .in .right .linkarea .tit {
    padding: 1.5rem 2rem 1.5rem 0.5rem;
  }
}

.newsArticle > .in .right .linkarea .tit.active,
.no-touchevents .newsArticle > .in .right .linkarea .tit:hover {
  background-color: #EEF0F0;
}

.newsArticle > .in .right .linkarea .tit.active:after {
  transform: rotate(45deg);
}

.newsArticle > .in .right .linkarea .tit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(153, 153, 153, 0.5) 0%, rgba(153, 153, 153, 0.5) 50%, white 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 5px auto;
}

.newsArticle > .in .right .linkarea .tit:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  transition: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.newsArticle > .in .right .linkarea .tit > span {
  font-family: "quasimoda", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.4rem;
  font-weight: bold;
}

.newsArticle > .in .right .linkarea .links {
  position: absolute;
  right: 0;
  pointer-events: none;
  opacity: 0;
}

.newsArticle > .in .right .linkarea .links.active {
  position: static;
  pointer-events: auto;
  opacity: 1;
  transition: 0.6s;
}

.newsArticle > .in .right .linkarea .links .link {
  display: block;
  padding: 10px 10px 10px 5px;
  position: relative;
  transition: 0.2s;
  background-color: #FFF;
}

.newsArticle > .in .right .linkarea .links .link.active,
.no-touchevents .newsArticle > .in .right .linkarea .links .link:hover {
  background-color: #EEF0F0;
}

.newsArticle > .in .right .linkarea .links .link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(153, 153, 153, 0.5) 0%, rgba(153, 153, 153, 0.5) 50%, white 51%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 5px auto;
}

.newsArticle > .in .right .linkarea .links .link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.newsArticle > .in .right .linkarea .links .link > span {
  font-family: "quasimoda", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
}
