@charset "UTF-8";
/* ニュース一覧 */
.ttl {
 background-image: url("../img/news/ttl-bg.png");
}
.page_education {
 background-image: url("../img/education/ttl-bg.png");
}
.page_member {
 background-image: url("../img/member/ttl-bg.png");
}
.page_travel {
 background-image: url("../img/travel/ttl-bg.png");
}
.page_dmo {
 background-image: url("../img/dmo/ttl-bg.png");
}
.news_box {
 max-width: 1260px;
 width: 100%;
 padding: 25px 20px 25px 20px;
 border-bottom: solid 1px #E5E5E5;
 display: flex;
 align-items: center;
}
.news_box:first-child {
 border-top: solid 1px #E5E5E5;
}
.news_box .date {
 max-width: 90px;
 width: 100%;
 font-family: 'Libre Baskerville', serif;
 font-weight: 400;
 font-size: 1.4rem;
 line-height: 100%;
 display: block;
 margin-right: 50px;
}
.new_icon {
 font-family: 'Libre Baskerville', serif;
 font-size: 1.0rem;
 width: 48px;
 padding: 5px 5px 4px;
 color: #fff;
 background-color: #A37E39;
 margin-left: 10px;
 line-height: 100%;
 text-align: center;
 display: block;
}
.news_title a {
 font-family: source-han-serif-japanese, serif;
 font-weight: 400;
 letter-spacing: 0.2em;
 max-width: 1040px;
 width: 100%;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
 text-overflow: ellipsis;
}
.news_title a:hover {
 color: #A37E39;
 text-decoration: underline;
}
@media screen and (min-width:768px) and (max-width:1024px) {
 .news_box .date {
  font-size: 1.2rem;
  margin-right: 20px;
 }
 .news_title a {
  max-width: 650px;
 }
}
@media all and (max-width : 767px) {
 .news_box {
  padding: 15px 15px 15px 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
 }
 .news_box .date {
  font-size: 1.1rem;
  margin-right: 0px;
  margin-bottom: 5px;
 }
 .news_title a {
  font-size: 1.2rem;
  margin-bottom: 5px;
 }
}
/* ニュース詳細 */
.page-news label.select-box {
 padding: 5px;
}
.main img {
 max-width: 900px;
 width: 100%;
 margin-bottom: 30px;
}
.side .modelcourse-list {
 margin-bottom: 50px !important;
}
.page-news .select-box {
 position: relative;
 display: inline-block;
 overflow: hidden;
 box-sizing: border-box;
 width: 100%;
 padding: 0;
 vertical-align: middle;
 border: 1px solid #d6d6d6;
 background-color: #fff;
 background-repeat: no-repeat;
 margin-top: 25px;
}
.page-news .select {
 position: relative;
 z-index: 1;
 display: block;
 width: 100%;
 padding: 0;
 border: none;
 border-radius: 0;
 background-color: transparent;
 background-image: none;
 box-shadow: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 cursor: pointer;
}
.page-news .select-box:after {
 position: absolute;
 top: 0;
 right: 8px;
 bottom: 0;
 width: 0;
 height: 0;
 margin: auto;
 content: "";
 border-top: 4px solid #A37E39;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}
.page-news option {
 border: 1px solid #d3d3d3;
 margin: -1px 0 0;
 padding: 5px;
 background: #fff;
 font-weight: normal;
}