@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
#contents {
  width: 100%;
  max-width: 100rem;
  padding: 4.2857142857rem 0;
  padding-top: 100px;
  margin: 0 auto;
}
#contents #main_news {
  padding: 0 2rem;
}
@media only screen and (max-width: 736px) {
  #contents #main_news {
    padding: 0 2%;
  }
}
#contents #main_news h1 {
  font-size: 35px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 1.5em;
  border-bottom: dotted;
  padding-left: 10px;
}
#contents #main_news .news_box {
  border: solid #ccc 2px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#contents #main_news .news_box .news_link {
  /* ヘッダーの高さ分を指定 */
  padding-top: 80px;
  margin-top: -80px;
}
#contents #main_news .news_box .news_head {
  padding: 0.8em 1.3em;
  box-sizing: border-box;
  background-color: #ccc;
  width: 100%;
}
#contents #main_news .news_box .news_head h2 {
  font-size: 18px;
}
#contents #main_news .news_box .news_detail {
  padding: 0.8em 1.3em;
}
#contents #main_news .news_box .news_detail .news_date {
  float: right;
}
#contents #main_news .news_box .news_detail p {
  font-size: 16px;
  margin-bottom: 1em;
  clear: both;
}
#contents #main_news .news_box .news_detail a {
  font-size: 14px;
  word-wrap: break-word;
}