@charset "utf-8";

.coverSlider > .slick-dots {
    position: absolute;
    bottom: 10vh;
}

.coverSlider .slick-dots li button:before {
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.coverSlider .slick-dots li.slick-active button:before {
    background: #C51A22;
}

/*-- お知らせ --------------------------------------------------------------*/

.topNewsItem > a {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 16px 21px 6px 0;
    border-bottom: solid 1px #363636;
}

.topNewsItem > a:before {
    content: "";
    display: block;
    max-width: 20px;
    width: 100%;
    height: 4px;
    background: url(/system_panel/uploads/images/arrow_icon01.svg) no-repeat center;
    position: absolute;
    top: 70%;
    right: 20px;
    transform: translateY(-70%);
}

.topNewsItem > a:hover .tit {
    text-decoration: underline;
}

.topNewsItem .date {
    max-width: 80px;
    width: 100%;
    display: block;
    font-size: 12px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #363636;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

.topNewsItem .cate {
    display: block;
    font-size: 13px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    border: solid 1px #363636;
    border-radius: 3px;
    color: #363636;
    padding: 2px 5px;
    text-align: center;
    margin: 0 0 0 4.97%;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topNewsTxtBox {
    width: 100%;
    margin: 10px 0 0;
    line-height: 1.5em;
    color: #363636;
    font-size: 12px;
}

/*-- イベント --------------------------------------------------------------*/

.topEvtItemP {
    color: #202020;
    transition: 0.3s;
}

.topEvtItemP:hover {
    opacity: 0.7;
}

.topEvtList > .webgene-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 3.52%;
}

.topEvtItem > a {
    display: block;
}

.topEvtList .webgene-item:nth-child(n+4) {
    display: none;
}

@media screen and (max-width: 767px) {
    .topEvtList .webgene-item:nth-child(n+4) {
        display: block;
    }
}

/*-- バナー --------------------------------------------------------------*/

.topBnrFrame {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.topBnrArea01, .topBnrArea02 {
    display: grid;
    gap: 12px;
}

.topBnr01Link,.topBnr06Link {
    grid-column: 1/3;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-- お知らせ --------------------------------------------------------------*/

.topNewsItem > a {
    display: flex;
    flex-wrap: nowrap;
}

.topNewsItem .date {
    font-size: 14px;
}

.topNewsItem .cate {
    max-width: 124px;
    width: 100%;
    font-size: 14px;
}

.topNewsTxtBox {
    margin: 0 0 0 7.31%;
    font-size: 14px;
}

/*-- イベント --------------------------------------------------------------*/

.topEvtList > .webgene-blog {
    grid-template-columns: repeat(3, 1fr);
}

/*-- バナー --------------------------------------------------------------*/

.topBnrFrame {
    grid-template-columns: 1fr 1fr;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:960px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topNav {
    display: block !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 960px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- お知らせ --------------------------------------------------------------*/
  
.topNewsItem > a {
    padding: 31px 50px 11px 0;
}

.topNewsItem .date {
  font-size: 16px;
}
  
.topNewsItem .cate {
    font-size: 15px;
}

.topNewsTxtBox {
    font-size: 16px;
}

/*-- イベント --------------------------------------------------------------*/

.topEvtList > .webgene-blog {
    gap: 30px 3.52%;
}
    
/*-- バナー --------------------------------------------------------------*/

.topBnrFrame {
    gap: 24px;
}

.topBnrArea01, .topBnrArea02 {
    gap: 24px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topNavLink01 {
    font-size: 20px !important;
}

.topNavLink02 {
    font-size: 18px !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */