/* Menu - Category blog - Common Style */

/* Article Lists Style */
.article-list {
    margin-bottom: 30px;
}
.article-list .article {
    border: none;
    padding: 0;
    margin: 0 0 50px 0;
}
.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    font-size: 1.09rem;
    line-height: 125%;
    margin-bottom: 10px;
}
.article-intro-image img {
    object-fit: cover;
    aspect-ratio: 6 / 4;
}
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    margin: 0 0 10px 0;
    border-bottom: none;
    border-radius: unset;
}
.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    border-radius: unset;
}
.article-list .article .readmore a {
    font-size: 0.8rem;
    padding: .4rem 0.75rem;
    border: 1px solid #252525;
    border-radius: .25rem;
    display: inline-flex;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.article-list .article .readmore a:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

/* Article Detaits Style */
.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 1.3rem;
}
.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 1.3rem;
}
.article-details .article-full-image img {
    object-fit: cover;
    aspect-ratio: 6 / 4;
}
.article-details .article-full-image {
    margin-bottom: 1rem;
}


/* Section Class -> "routedata" */
.routedata .sppb-feature-box-title {
}


/* Menu - Category blog : 1 column */
@media (max-width: 991px) {

}

/* Menu - Category blog : 2 columns */
@media (min-width: 992px) {
    .article-list .col-lg-6 {
        border: 1px solid #dedede;
        border-radius: 5px;
        width: 49.5%;
        margin-bottom: 1%;
        padding: 15px;
    }
    .article-list .col-lg-6:nth-child(odd) {
        margin-right: 0.5%;
    }
    .article-list .col-lg-6:nth-child(even) {
        margin-left: 0.5%;
    }
    .article-list .col-lg-6 .article {
        margin: 0;
    }
}

/* Menu - Category blog : 3 columns */
/*
@media (min-width: 992px) {
    .article-list .col-lg-12 {
        border: 1px solid #dedede;
        border-radius: 5px;
        width: 33%;
        margin-bottom: 0.5%;
        padding: 15px;
    }
    .article-list .col-lg-12:nth-of-type(3n-1) {
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .article-list .col-lg-12 .article {
        margin: 0;
    }
}
*/

/* Tags badges */
.tags {
    margin: 0;
    margin-bottom: 10px !important;
}
.tags > li {
    margin: 0 5px 5px 0;
}
.tags > li a {
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 3px;
}

/***********************************************/
/* Helix Ultimate Style                        */
/***********************************************/
.sppb-article-page-wrapper .sppb-row-container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 575px) {
    #sp-header {
        height: inherit;
    }
}

@media (max-width: 991px) {
}


/* Mega Menu */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e5e5e5;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    line-height: 36px;
    padding: 0.5rem 1.0rem;
    display: block;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #ededed;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:nth-child(odd) {
    background: #f5f5f5;
}


/* Offcanvas Menu */
.offcanvas-menu .offcanvas-inner {
    padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li:nth-child(odd) {
    background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li:first-child {
    border-top: 1px solid #e5e5e5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
    border-bottom: 1px solid #e5e5e5;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    font-size: 14px;
    line-height: 36px;
    padding: 0.5rem 1.0rem 0.5rem 1.0rem;
    display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li ul {
    background: #444;
    margin: 0 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li ul li {
    border-bottom: 1px solid #666;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li ul li:hover {
    background: #333;
    border-bottom: 1px solid #666;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0.5rem 1.0rem 0.5rem 1.5rem;
    display: block;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
    color: #F60;
    padding: 0 30px 0 0;
}
/* Close icon */
.close-offcanvas {
    top: 15px;
}
.offcanvas-active .burger-icon > span:nth-child(1) {
    transform: translate(0, 8.5px) rotate(-45deg);
}
/* Pagination */
.pagination-wrapper {
    display: flex !important;
    justify-content: center !important;
}



/***********************************************/
/* SP Page Builder Style                       */
/***********************************************/

/* SP Page Builder Addons Style  */
/*
.routedata .sppb-addon-feature .sppb-addon-title {
    color: rgb(180, 180, 180) !important;
}
.routedata .sppb-addon-feature .sppb-addon-title,
.routedata .sppb-addon-feature .sppb-addon-text {
    font-weight: 600 !important;
}
@media (max-width: 575px) {
    .routedata .sppb-addon-feature .sppb-addon-title {
        font-size: 16px !important;
    }
    .routedata .sppb-addon-feature .sppb-addon-text {
        font-size: 16px !important;
    }
}
*/
.badge {
    font-weight: 100;
    border-radius: 3px;
}


/***********************************************/
/* Module Style                                */
/***********************************************/

/* Module - Latest News */
.latestnews li {
    margin-bottom: 10px;
}
.latestnews li > a {
    font-family: "Noto Sans JP";
}
/*
.latestnews li > a > span {
    display: block;
}
*/



/* Module - News Flash */
#sp-left .sp-module, #sp-right .sp-module {
    margin: 0;
    padding: 0;
    border: none;
}
h4.newsflash-title {
    font-size: 1.0rem;
}
figure.newsflash-image {
    width: 40%;
    margin-bottom: 5px;
}
figure.newsflash-image img {
    object-fit: cover;
    aspect-ratio: 6 / 4;
}
.mod-articlesnews__item {
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}


.flex-layout {
    display: inline-flex;
    flex-direction: row-reverse;
}
.newsflash-intro {
    font-size: 12.4px;
    line-height: 1.6;
    width: 60%;
    margin-right: 10px;
}


/***********************************************/
/* Xserver Font Style                          */
/***********************************************/

.NSansJP {
    font-family: "Noto Sans JP";
}
.RyuminB {
    font-family: "Ryumin Bold KL";
}
.jun501 {
    font-family: "Jun 501";
}
.ShinGoR {
    font-family: "Shin Go Regular";
}
.ShinGoB {
    font-family: "Shin Go Bold";
}

.shuei {
    font-family: "Shuei NijimiMGo B";
}
.Cinema {
    font-family: "Cinema Letter";
}
.GSanB {
    font-family: "GSanSerif-B";
}
.TBUDGR {
    font-family: "TBUDGothic R";
}
.TBUDGE {
    font-family: "TBUDGothic E";
}
.MaruFM {
    font-family: "Maru Folk Medium";
}
.MiGO31 {
    font-family: "Midashi Go MB31";
}
.GMB101 {
    font-family: "ゴシックMB101 B";
}
.Con90L {
    font-family: "UD Shin Go Conde90 L";
}
.Con90M {
    font-family: "UD Shin Go Conde90 M";
}



