@charset "UTF-8";

/* news  ============================================================ */

/* news 一覧

newsList:ニュースページ用
news_list:トップページ用の小さい一覧。

*/

section#news {width:100%; background:transparent; padding:20px 0; box-sizing: border-box;}
section#news .section_in{width:100%; max-width:1280px; padding:40px 10px 60px; box-sizing:border-box; letter-spacing:0; display:block;}
section#news .section_in h1.contents_ttl{text-align:center;}
section#news .section_in h1.contents_ttl img{width:auto; height:120px; margin-bottom:40px;}
section#news .section_in .news_column{width:100%; border-radius:20px; box-sizing:border-box; padding:40px; letter-spacing:0; background:#fff; box-shadow: 0px 0px 9px -5px #808080;}

@media print, screen and (max-width: 960px) {
  section#news {width:100%; background:transparent; padding:10px 0; box-sizing: border-box;}
  section#news .section_in h1.contents_ttl img{width:auto; height:96px; margin-bottom:30px;}
}

@media print, screen and (max-width: 768px) {
  section#news{width:100%; background:transparent; padding:0;}
  section#news .section_in{width:100%; max-width:1080px; padding:20px 5px 50px; box-sizing:border-box; letter-spacing:0;}
  section#news .section_in h1.contents_ttl{text-align:center;}
  section#news .section_in h1.contents_ttl img{width:auto; height:72px; margin-bottom:20px;}
  section#news .section_in .news_column{width:100%; border-radius:10px; box-sizing:border-box; padding:25px; letter-spacing:0; background:#fff;}
}
@media print, screen and (max-width: 576px) {
  section#news .section_in .news_column{width:100%; border-radius:10px; box-sizing:border-box; padding:20px; letter-spacing:0; background:#fff;}
  section#news .section_in h1.contents_ttl img{width:auto; height:56px; margin-bottom:20px;}
}

.news_list,
.newsList {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom:20px;
}

.news_list_item,
.newsList_item {
  margin: 30px 0 0;
  overflow: hidden;/* clearfix */
}

.news_list_item {
  margin: 15px 0 0;
}

.news_list_item:first-child,
.newsList_item:first-child {
  margin: 0;
}

.news_list_link,
.newsList_link {
  color: inherit;
  text-decoration: none;
  overflow: hidden;/* clearfix */
}

.news_list_link:hover,
.newsList_link:hover {
  text-decoration: underline;
}

.news_list_date,
.news_list_text,
.newsList_date,
.newsList_text {
  display: block;
  line-height: 1.6;
}

.news_list_date,
.newsList_date {
  float: left;
  /* margin-right: 40px; */
  width: 7em;
  color:#b90303;
}

.news_list_text,
.newsList_text {
  overflow: hidden;
}

/* sns */

.newsDetailSns {
  margin: 14px 0;
  vertical-align: top;
}

.newsDetailSns img {
  height: 20px !important;
  display: inline-block;
  vertical-align: top;
}

@media print, screen and (max-width: 768px) {
  .news_list,
  .newsList {
    font-size: 15px;
    margin-bottom:15px;
  }

}

@media print, screen and (max-width: 640px) {
  .news_list,
  .newsList {
    font-size: 14px;
  }
  .news_list_date,
  .newsList_date{float:none; padding-bottom:3px;}
}

@media print, screen and (max-width: 480px) {
  .news_list,
  .newsList {
    font-size: 14px;
  }

}

/* end news */

/* detail  ============================================================ */

.newsDetail_title {
    color: #6e3330;
    font-size: 27px;
    padding: 0 0 .8em;
    font-weight:700;
    line-height: 1.4;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.newsDetail_date {
    display: block;
    font-size: 18px;
    margin: 0 0 .3em;
    color:#b90303;
}

.newsDetail_body {
    margin: 40px 0;
}
.newsDetail_body p{font-size:1.6rem; font-weight:600; line-height:1.8; word-break: break-word;}
.newsDetail_body p a{}
.newsDetail_body p iframe{width:100%; max-width:640px;}

@media print, screen and (max-width: 768px) {
    .newsDetail_title {
    font-size: 2.4rem;
}

.newsDetail_date {
    display: block;
    font-size: 1.6rem;
}
    .newsDetail_body p{font-size:16px;}
}

@media print, screen and (max-width: 640px) {
  .newsDetail_title {
    font-size: 2.1rem;
  }

  .newsDetail_date {
      font-size: 1.5rem;
  }

  .newsDetail_body {
    margin: calc( 20 / 375 * 100vw ) 0;
  }
  .newsDetail_body p{font-size:1.4rem;}
}

@media print, screen and (max-width: 480px) {
  .newsDetail_title {
    font-size: 1.5rem;
  }

  .newsDetail_date {
      font-size: 1.3rem;
  }
  .newsDetail_body p{font-size:1.3rem;}
}

/* end detail */
