@charset "UTF-8";

/*******************************
news-index
*******************************/
#newsIndex ul li {
    border-top: 1px solid #ccc;
}

#newsIndex ul li a {
    display: block;
    padding: 1rem 0;
}

#newsIndex ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#newsIndex ul li dl dt {
    width: 15%;
    font-weight: bold;
    white-space: nowrap;
}

#newsIndex ul li dl dd {
    width: 82%;
}

/*******************************
news-article-common
*******************************/
#newsArticle h2 {
    background: #005899;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 1.5em;
}

#newsArticle #newsArticleBox section {
    margin-bottom: 2.5rem;
}

#newsArticle #newsArticleBox h3 {
    color: #005899;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 0.5em;
}

#newsArticle #newsArticleBox h4 {
    font-weight: bold;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #005899;
    color: #005899;
    font-size: 1.1em;
}

#newsArticle #newsArticleBox .iconPdf01 {
    width: 3rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
}

#newsPager ul {
    position: relative;
    width: 95%;
    margin: 1rem auto;
    padding: 0 0 1.5rem;
}

#newsPager ul li.prev {
    position: absolute;
    top: 0;
    left: 1%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsPager ul li.next {
    position: absolute;
    top: 0;
    right: 1%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#newsPager ul li a {
    color: #005899;
}

#newsPager ul li a .nextArrow {
    display: inline-block;
    border-top: solid 1px #005899;
    border-right: solid 1px #005899;
    width: 0.75rem;
    height: 0.75rem;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#newsPager ul li a .prevArrow {
    display: inline-block;
    border-bottom: solid 1px #005899;
    border-left: solid 1px #005899;
    width: 0.75rem;
    height: 0.75rem;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#newsPager ul li.prev:hover {
    left: 0;
}

#newsPager ul li.next:hover {
    right: 0;
}

/*******************************
news-article-each(simulation)
*******************************/
#newsArticle #newsArticleBox h3 {
    font-size: 160%;
    color: #ff3e41;
}

#newsArticle #newsArticleBox .newsImage {
    margin: 1.25em 0 0;
    text-align: center;
}

#newsArticle #newsArticleBox .newsContent {
    margin: 1.25em 0 0;
}

#newsArticle #newsArticleBox .newsPdf {
    margin: 1.25em 0 0;
}

#newsArticle #newsArticleBox .newsPdf a {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

#newsArticle #newsArticleBox .newsPdf a .iconPdf01 {
    display: inline-block;
    vertical-align: middle;
    width: 5.5%;
    margin-right: 2.5%;
}

#newsArticle #newsArticleBox .newsPdf a span {
    width: 92%;
    text-decoration: underline;
    font-size: 87.5%;
}
