<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

h1.page_title {
    margin: 0 auto 64px;
    width: 1200px;
}

h2.section_title {
    font-size: 32px;
    margin: 0 auto 40px;
    width: 1200px;
}

/* 重要なお知らせ */
.important_list_wrap {
    display: none;
    margin-bottom: 68px;
}

.important_list li {
    color: #d52423;
    line-height: calc(24 / 16 * 1em);
    margin-bottom: 16px;
}

.important_list li a {
    color: #d52423;
    text-decoration: underline;
}

/* お知らせ一覧 */
.content section.information {
    margin: auto;
    width: 1200px;
    padding-bottom: 96px;
}

.information_box_wrap {
    margin-bottom: 40px;
}

li.information_list_item {
    display: none;
    border-bottom: solid 1px #dadde3;
    padding: 0 0 20px;
    margin: 20px auto 0;
}

.information_list_item_time {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.information_list_item_tag {
    background: #7e90b1;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    padding: 0 6px;
}

a.information_list_item_txt {
    line-height: calc(24 / 16 * 1em);
    text-decoration: none;
}

a.information_list_item_txt:hover {
    text-decoration: underline;
}

/*******
 ecPager ページ送り
 *******/
nav.ecPager {
    padding-top: 64px;
}

 ul.pageList {
    display: flex;
    justify-content: center;
}

ul.pageList li {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0px #dadde3;
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
}

ul.pageList li.leader {
    box-shadow: none;
    background: transparent;
}

ul.pageList li a {
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

ul.pageList li.active {
    background-color: #3C3C3C;
    box-shadow: none;
    color: #fff;
}

ul.pageList li.active a {
    color: #fff;
}

ul.pageList li + li {
    margin-left: 10px;
}

ul.pageList li.next,
ul.pageList li.prev {
    display: none;
}

ul.pageList li.prev + li {
    margin-left: 0;
}

ul.pageList li.lead {
    background-color: transparent;
    box-shadow: none;
}

ul.pageList li.next,ul.pageList li.prev {
    box-shadow: none;
    background-color: transparent;
    position: relative;
}

ul.pageList li.next {
    margin-left: 30px;
}

ul.pageList li.prev {
    margin-right: 30px;
}

ul.pageList li.next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #D52423;
    border-left: none;
    border-top: none;
    transform: translateY(-50%) rotate(-45deg) ;
    top: 50%;
    right: 50%;
    position: absolute;
}

ul.pageList li.prev::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #D52423;
    border-left: none;
    border-top: none;
    transform: translateY(-50%) rotate(135deg) ;
    top: 50%;
    left: 50%;
    position: absolute;
}

/* --------------------------------
/information/details
-------------------------------- */

.details {
    color: #3c3c3c;
    width: 1200px;
    margin: 0 auto;
}

/* c_information_titlewrapper */

.c_information_titlewrapper .c-information_news_item {
    display: flex;
    align-items: center;
}

.c_information_titlewrapper .c-information_news_item_time {
    font-family: -apple-system, "BlinkMacSystemFont", Sans-Serif;
    color: #595959;
    font-size: 16px;
    font-weight: lighter;
    line-height: calc(19 / 16);
}

.c_information_titlewrapper .c-information_news_item_tag {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    line-height: calc(19 / 11);
    padding: 0 0.5em;
    margin-left: 1.2em;
    background: #7e90b1;
    border-radius: 3px;
}

.c_information_titlewrapper .details_title {
    color: #3c3c3c;
    font-size: 22px;
    font-weight: 600;
    line-height: calc(37 / 22);
    padding: calc(20px - 7.5px) 0 calc(24px - 7.5px);
    border-bottom: 1px solid #d7dbe0;
}

/* c_information_txtwrapper */

.c_information_txtwrapper {
    padding-bottom: 40px;
    margin: calc(24px - 4px) 0 64px;
    border-bottom: 1px solid #d7dbe0;
}

.details_txt {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(24 / 16);
}

.details_txt a {
    font-weight: bold;
}

.details_txt.-red {
    color: #d90000;
}

.details_txt + .details_txt {
    margin-top: 40px;
}

.details_txt img {
    display: block;
}

.details_sns {
    display: flex;
    margin-top: 40px;
    overflow: hidden;
}

.details_sns .fb-like {
    width: 110px;
    margin-left: -20px;
}

.details_sns div + .twitter-share-button {
    margin-left: 10px;
}

.details_sns .x-shareBtn {
    width: 89px;
    height: auto;
}
</pre></body></html>