@charset "UTF-8";
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/news/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
/*------------------------------------------------------*/
.container.news-inner {
    width: 70%;
    margin: 0 auto;
    border-top: 1px solid #8ccdcf;
}
a.news-link {
    display: flex;
    border-bottom: 1px solid #8ccdcf;
    padding: 20px 100px;
    margin: 0;
}
a.news-link:hover {
  background: #deefe0;
}
.news-date {
    min-width: 120px;
}

/*Ô”¼š¥Ú©`¥¸
------------------------------------------------------
------------------------------------------------------*/
.news-detail_inner .ttl-lborder {
    margin-bottom: 30px;
}
.detail-date {
    margin-bottom: 20px;
}
.news-detail_text p {
    margin: 1em 0;
}
.news-detail_text a{
    position: relative;
    color: #05626D;
  text-decoration: underline;
    text-underline-offset: 0.1em;
}
.news-detail_text a:hover {
  text-decoration: none;
}
.news-detail_inner a[target="_blank"]::after{
    display: inline-block;
  content: "";
  background: url("/edu/common/img_db/icon_blank.png")no-repeat center;
  background-size:contain;
  width: 18px;
  height: 16px;
    margin: 0 7px -2px 7px;
}
.news-detail_inner .btn_more {
    margin: 70px auto 0;
}
.news-title {
    text-decoration: underline;
}
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px) {
.container.news-inner {
    width: 90%;
}
a.news-link {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 5%;
}
.news-date {
    text-align: left;
}
.mv-news dt {
    position: absolute;
    top: 12px;
}
}
