@charset "UTF-8";

.pbNestedWrapper {
    overflow: inherit!important;
}
footer#footerJP,
footer#footerEN {
    margin-top: 0;
}

h2 {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1;
    font-size: inherit;
}

/* メインスライダー */
.topMainSlider {
    position: relative;
}
.topMainSliderList {
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    width: 100%;
    line-height: 0;
}
.topMainSliderList .topMainSliderItem {
    width: 100%;
}
.topMainSliderList .topMainSliderItem a {
    display: block;
    transition: .2s;
}
.topMainSliderList .topMainSliderItem a:hover {
    opacity: 0.8;
}
.topMainSliderList .topMainSliderItem img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.topMainSlider .slick-dots {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 25px;
    left: 15px;
    bottom: 15px;
    margin: 0!important;
    padding: 0!important;
}
.topMainSlider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}
.topMainSlider .slick-dots li:nth-child(n+3) {
    margin-top: 5px;
}
.topMainSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0;
}
.topMainSlider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #b5b5b6;
    border-radius: 0;
    opacity: 1;
}
.topMainSlider .slick-dots li button:hover:before {
    background: #595757;
    opacity: 1;
}
.topMainSlider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #595757;
}

/* 臨時情報スライダー */
.topInfoSliderSection {
    width: 100%;
    padding: 15px 50px;
    box-sizing: border-box;
    background: #1b3b58;
}
.topInfoSliderItem a {
    display: flex;
    align-items: top;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    box-sizing: border-box;
    transition: .2s;
}
.topInfoSliderItem a:hover {
    opacity: 0.8;
}
.topInfoSliderItem .topInfoSliderImage {
    width: 70px;
}
.topInfoSliderItem .topInfoSliderText {
    width: calc(100% - 80px);
}
.topInfoSliderItem .infoTitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.4;
}
.topInfoSliderItem .infoDetail {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
}
.topInfoSliderSection .slick-prev {
    left: -30px!important;
}
.topInfoSliderSection .slick-prev:before {
    content: "<"!important;
    opacity: 1!important;
    font-weight: bold!important;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
    font-size: 23px;
}
.topInfoSliderSection .slick-next {
    right: -30px!important;
}
.topInfoSliderSection .slick-next:before {
    content: ">"!important;
    opacity: 1!important;
    font-weight: bold!important;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
    font-size: 23px;
}

/* メインコンテンツセクション */
.sectionBlock01 > div:not(.pb-handle) {
    padding: 25px 30px;
    box-sizing: border-box;
    background-image: url(/library/rn23/common_pc/images/topGatewayCross.png);
    background-repeat: no-repeat;
    background-position: left bottom 210px;
    background-size: 90%;
}

/* IDE-NEWS */
.sectionTopNews > div:not(.pb-handle) {
    display: flex;
    justify-content: space-between;
}
.sectionTopNews > div:not(.pb-handle):after {
    display: none;
}
.sectionTopNewsLeft {
    width: 200px;
}
.sectionTopNewsRight {
    width: calc(100% - 230px);
}
.sectionTopNewsTitle img,
.sectionTopNewsImage img {
    width: 100%;
    height: auto;
}
.sectionTopNewsTitle + .sectionTopNewsImage {
    margin-top: 20px;
}
.sectionTopNewsRight ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none;
}
.sectionTopNewsRight ul li {
    font-size: 16px;
}
.sectionTopNewsRight ul li a {
    display: inline;
    color: #221815;
}
.sectionTopNewsRight ul li a:hover {
    text-decoration: underline;
}
.sectionTopNewsRight ul li span.newsDate {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #221815;
}
.sectionTopNewsRight ul li span.newsTitle {
    display: block;
    width: 100%;
    word-break: break-all;
}
.sectionTopNewsRight ul li span.newsTitle a {
    word-break: break-all;
}
.sectionTopNewsRight ul li + li {
    margin-top: 10px;
}
.sectionTopNewsLinks {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.sectionTopNewsLinks a {
    font-size: 16px;
    color: #221815;
}
.sectionTopNewsLinks a + a {
    margin-left: 20px;
}

/* ゲートウェイ */
.topGatewaySection {
    margin-top: 30px;
}
.topGatewayTitle {
    text-align: right;
    margin-bottom: 20px;
}
.topGatewayTitle img {
    width: 650px;
    height: auto;
}
.topGatewayMain {
    height: 440px;
    position: relative;
    background-image: url(/library/rn23/common_pc/images/topGateway_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left 20px;
}
.topGatewayItem {
    width: 98px;
    position: absolute;
    transition: .2s;
}
.topGatewayItem:hover {
    opacity: 0.8;
}
#gateway01.topGatewayItem {
    left: 0;
    bottom: 50px;
}
#gateway02.topGatewayItem {
    left: 117px;
    bottom: 0;
}
#gateway03.topGatewayItem {
    left: 235px;
    bottom: 60px;
}
#gateway04.topGatewayItem {
    left: 353px;
    bottom: 30px;
}
#gateway05.topGatewayItem {
    left: 471px;
    bottom: 120px;
}
#gateway06.topGatewayItem {
    left: 589px;
    bottom: 70px;
}
#gateway07.topGatewayItem {
    left: 707px;
    bottom: 140px;
}
#gateway08.topGatewayItem {
    right: 0;
    bottom: 110px;
}
.topGatewayText {
    position: absolute;
    bottom: 0;
    right: 0;
}
.topGatewayText p {
    font-size: 16px;
}

/* EVENTS */
.sectionTopEvents {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    box-sizing: border-box;
    background-image: url(/library/rn23/common/images/sectionBG.png);
    background-color: #d3d9ee;
}
.sectionTopEventsLeft {
    width: 200px;
    display: flex;
    align-items: center;
}
.sectionTopEventsRight {
    width: calc(100% - 230px);
}
.sectionTopEventsTitle img,
.sectionTopEventsImage img {
    width: 100%;
    height: auto;
}
.sectionTopEventsTitle + .sectionTopEventsImage {
    margin-top: 20px;
}

.sectionTopEventsRight ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none;
}
.sectionTopEventsRight ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    position: relative;
    min-height: 50px;
}
.sectionTopEventsRight ul li.topEventsTypeSeminar:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/library/rn23/common/images/eventsIcon_seminar.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.sectionTopEventsRight ul li.topEventsTypeLibrary:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/library/rn23/common/images/eventsIcon_library.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.sectionTopEventsRight ul li.topEventsTypeReport:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/library/rn23/common/images/eventsIcon_report.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.sectionTopEventsRight ul li a {
    display: inline;
    color: #000;
}
.sectionTopEventsRight ul li a:hover {
    text-decoration: underline;
}
.sectionTopEventsRight ul li span.eventsDate {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
.sectionTopEventsRight ul li span.eventsTitle {
    word-break: break-all;
}
.sectionTopEventsRight ul li span.eventsTitle a {
    word-break: break-all;
}
.sectionTopEventsRight ul li + li {
    margin-top: 10px;
}
.sectionTopEventsLinks {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.sectionTopEventsLinks a {
    font-size: 16px;
    color: #000;
}
.sectionTopEventsLinks a + a {
    margin-left: 20px;
}

/* NEW BOOKS */
.sectionTopNewbooks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sectionTopNewbooksList {
    width: calc(100% - 260px);
}
.sectionTopNewbooksRight {
    width: 260px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sectionTopNewbooksRight p {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    color: #1c3b58;
}

.sectionTopNewbooksList ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none;
    display: flex;
}
.sectionTopNewbooksList ul li {
    display: flex;
    width: calc(100% / 5);
    border-left: 2px solid #c6c7c8;
    box-sizing: border-box;
}
.sectionTopNewbooksList ul li:last-child {
    border-right: 2px solid #c6c7c8;
}
.sectionTopNewbooksList ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: .2s;
}
.sectionTopNewbooksList ul li a img {
    width: 100%;
    height: auto;
}
.sectionTopNewbooksTips {
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    top: calc(100% - 50px);
    background: #1b3b58;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 5px;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.sectionTopNewbooksList ul li a:hover .sectionTopNewbooksTips {
    opacity: 1;
    visibility: visible;
}
.sectionTopNewbooksTips p {
    font-size: 12px;
    color: #fff;
}
.sectionTopNewbooksTips:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 20px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -8px;
}
.sectionTopNewbooksTips:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 15px 6px;
    border-color: transparent transparent #1b3b58 transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -6px;
}

/* NEW REPORT */
.sectionTopNewreport {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    box-sizing: border-box;
    background-image: url(/library/rn23/common/images/sectionBG.png);
    background-color: #d3d9ee;
}
.sectionTopNewreportLeft {
    display: flex;
    align-items: center;
    width: 200px;
}
.sectionTopNewreportRight {
    width: calc(100% - 230px);
}
.sectionTopNewreportTitle img,
.sectionTopNewreportImage img {
    width: 100%;
    height: auto;
}
.sectionTopNewreportRight ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none;
}
.sectionTopNewreportRight ul li {
    font-size: 16px;
}
.sectionTopNewreportRight ul li a {
    display: inline;
    color: #000;
}
.sectionTopNewreportRight ul li a:hover {
    text-decoration: underline;
}
.sectionTopNewreportRight ul li span.reportDate {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
.sectionTopNewreportRight ul li span.reportTitle {
    display: block;
    width: 100%;
    word-break: break-all;
}
.sectionTopNewreportRight ul li span.reportTitle a {
    word-break: break-all;
}
.sectionTopNewreportRight ul li + li {
    margin-top: 10px;
}
.sectionTopNewreportLinks {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.sectionTopNewreportLinks a {
    font-size: 16px;
    color: #000;
}
.sectionTopNewreportLinks a + a {
    margin-left: 20px;
}

/* MOVIES */
.sectionTopMovies {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sectionTopMoviesList {
    width: calc(100% - 260px);
}
.sectionTopMoviesRight {
    width: 260px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sectionTopMoviesRight p {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    color: #1c3b58;
}

.sectionTopMoviesList ul {
    margin: 0!important;
    padding: 20px!important;
    list-style: none;
    display: flex;
}
.sectionTopMoviesList ul li {
    display: flex;
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
}
.sectionTopMoviesList ul li + li {
    margin-left: 20px;
}
.sectionTopMoviesList ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    transition: .2s;
}
.sectionTopMoviesList ul li a img {
    width: 100%;
    height: auto;
}
.sectionTopMoviesTips {
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    top: calc(100% - 30px);
    background: #1b3b58;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 5px;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.sectionTopMoviesList ul li a:hover .sectionTopMoviesTips {
    opacity: 1;
    visibility: visible;
}
.sectionTopMoviesTips p {
    font-size: 12px;
    color: #fff;
}
.sectionTopMoviesTips:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 20px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -8px;
}
.sectionTopMoviesTips:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 15px 6px;
    border-color: transparent transparent #1b3b58 transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -6px;
}

/* トップ専用リンク集 */
.sectionTopBottomlinks {
    padding: 15px 30px;
    box-sizing: border-box;
    background-image: url(/library/rn23/common/images/sectionBG.png);
    background-color: #d3d9ee;
    display: flex;
}
.sectionTopbottomlinksItem {
    display: flex;
    width: calc((100% - 60px) / 4);
}
.sectionTopbottomlinksItem a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #221815;
    transition: .2s;
}
.sectionTopbottomlinksItem a:hover {
    opacity: 0.8;
}
.sectionTopbottomlinksItem + .sectionTopbottomlinksItem {
    margin-left: 20px;
}
.bottomlinksItemImage {
    width: 80px;
}
.bottomlinksItemText {
    width: calc(100% - 90px);
}
.bottomlinksItemTitle {
    margin: 5px 0;
}
.bottomlinksItemTitle p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
}
.bottomlinksItemDetail p {
    font-size: 12px;
    line-height: 1.4;
}


/********* 2023.10 ****************/

.sectionTopEvents > div {
    display: flex;
}
.sectionTopEvents > div > div.sectionTopEventsLeft {
}
.sectionTopEvents > div > div.sectionTopEventsRight {
    width: calc(100% - 230px);
    margin-left: 30px;
}
.new_reports_title {
    border-left: 4px solid #396491;
    padding-left: 10px;
    font-size: 11px;
    margin-bottom: 10px;
    color: #396491;
    font-weight: bold;
}
.topEventsArticleInner .eventsDate strong {
    color: #ee0000;
    padding-left: 10px;
    font-size: 15px;
}