<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Extra styles for our theme
 */

/* Paging Navigation */

.paging-navigation {
    list-style: none;
    overflow: hidden;
    margin: 0 0 2em;
    padding-top: 1em;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

    .paging-navigation .loop-pagination {
        margin-top: -5px;
        text-align: center;
    }

    .paging-navigation .page-numbers {
        /*border-top: 5px solid transparent; isus*/
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        margin-right: 1px;
        margin-left: 11px;
        padding: 7px 16px;
        text-transform: uppercase;
    }

    .paging-navigation a {
        color: #2b2b2b;
    }

        .paging-navigation .page-numbers.current,
        .paging-navigation a:hover {
            color: #0071C5;
        }

        .paging-navigation a.next {
            background-color: #0071C5;
            color: #fff;
        }

/* Primary Navigation */
.nav-primary ul &gt; li {
    float: left;
    position: relative;
}

@media (min-width: 60em) {
    .nav-primary ul &gt; li {
        border: 1px solid rgba(255, 255, 255, 0);
    }
}

@media (min-width: 46.8em) {
    .nav-primary .menu-item-has-childern &gt; a {
        font-size: 1.3em;
        padding: .5em;
    }
}

@media (min-width: 63em) {
    .nav-primary .menu-item-has-childern &gt; a {
        font-size: 1.5em;
        padding: .22em .5em .3em;
        position: relative;
        z-index: 4;
    }
}

@media (max-width: 39.8em) {
    .search-form:target {
        max-height: 42px;
    }
}

.block-small img {
    max-height: 90px;
}

.sub-menu {
    background: #FFF;
    border: 1px solid #E8E8E8;
}

    .sub-menu a:hover {
        background: #0071C5;
        color: #FFF;
    }

.footer .g-3up &gt; .gi:nth-child(n+4) {
    display: none;
}

.f_nav ul {
    list-style: none;
}

.f_nav li {
    display: inline-block;
    float: left;
}

.footer .footer-section {
    display: block;
    float: left;
}

h3.grv_stories_header {
    font-size: 18px;
    color: #686C68;
    font-size: 25px;
    height: 32px;
    line-height: 32px;
    margin: 0 0 12px;
    font-weight: 400;
}

#popular_posts li.grv_article {
    margin: 0;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    /*min-height: 60px; isus*/
    min-height: 90px; /*isus*/
}

#related_posts li.grv_article {
    float: left;
    width: 32%;
    position: relative;
    margin: 0;
    padding: 5px 0;
}

#related_posts .grv_article.grv_num_1,
#related_posts .grv_article.grv_num_2,
#related_posts .grv_article.grv_num_3 {
    /* margin-bottom: 25px; */
}

#related_posts .grv_article:nth-child(3n+2) {
    margin: 0 2%;
}

#popular_posts .grv_has_image a.grv_img_link {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 88px;
    height: 60px;
}

#related_posts li.grv_article a.grv_img_link {
    height: 129px;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #F0F0F0;
}

#popular_posts a.grv_article_title {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    max-height: 54px;
    font-weight: 400;
    color: #3E433E;
    position: relative;
    display: block;
    overflow: hidden;
}

#related_posts a.grv_article_title {
    display: block;
    position: relative;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    color: #3E433E;
    font-size: 16px;
}

    #popular_posts a.grv_article_title:hover,
    #related_posts a.grv_article_title:hover {
        color: #0071C5;
    }

#popular_posts .grv_date {
    display: block;
    color: #AAB6AA;
    font-family: 'Open Sans', HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}

#popular_posts .grv_has_image a.grv_article_title, .grv_has_image .grv_date {
    padding-left: 98px;
}


/* **************************************** */
/*          以下 iSUS 専用の CSS            */
/* **************************************** */

h3 {
    font-style: normal !important;
    font-weight:bold !important;
}


/* jquery-ui.css 上書き */
div.ui-widget {
    font-size: 1em;
    font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif !important;
}

.ui-widget-content &gt; div a,.responsive-tabs &gt; div a {
    color: #0071C5;
}

.ui-widget-content &gt; div td, .responsive-tabs &gt; div td {
    vertical-align: top;
}

td {
    vertical-align: middle;
}

input.search-result-input {
    padding: 0 0 0 10px;
    height: 46px;
}

.ui-state-hover, .ui-state-focus {
    /* 上下のボーダーを表示すると項目の高さが代わりレイアウトが崩れるので、上下線は非表示 */
    border-top: none !important;
    border-right: 1px solid #0073ea;
    border-left: 1px solid #0073ea;
    border-bottom: none !important;
}


.isus_paddingW {
    padding-left: 8px;
    padding-right: 8px;
}

.isus_marginB
{
    margin-bottom:3em;
}



.isus_h2 {
    border-left: 4px solid #0071C5;
    padding-left: 4px;
    margin: 1.5em 0px 0.5em !important;
}

.isus_keyword {
    padding: 0em 8px;
}

    .isus_keyword &gt; a {
        font-size: .75em;
        display: inline-block;
        padding: .5em .55em;
        margin-bottom: 0.5em;
        background: #e8e8e8;
        color: #3e433e;
    }

.l-sidebar .widget-title {
    border-left: 4px solid gray;
    padding-left: 4px;
}

.next-link {
    display: none;
}


.isus_title {
    position: relative;
    width: 100%;
    margin-top: -24px;
    margin-bottom: 2em;
}

    .isus_title &gt; img {
        border: none;
        width: 100%;
        display: block;
    }

    .isus_title &gt; div {
        position: absolute;
        bottom: 0;
        left: 0;
        background: black;
        background: rgba(0,0,0,.7);
        width: 100%;
        padding: 8px;
        color: white;
    }


        .isus_title &gt; div &gt; p {
            font-size: 0.85em;
            padding: 0;
            margin: 0;
        }





.isus_event_block {
    margin-bottom: 2em;
}

    .isus_event_block h4 {
        margin-top: 0em;
        font-size:110%;
        font-weight:bold;
    }


.isus_event_block_left {
    float: left;
    width: 35%;
    margin-right: 20px;
    vertical-align: top;
}


    .isus_event_block_left img {
        width: 100%;
        border: none;
    }

.isus_event_block_right {
    float: left;
    width: 55%;
    vertical-align: top;
}

.isus_event_meta &gt; div
{
    display:inline-block;
}



.isus_event_description {
    font-size: 0.8em;
}


.isus_doc_block_left {
    float: left;
    width: 45%;
    margin-right: 20px;
    vertical-align: top;
}

.isus_doc_block_right {
    float: left;
    width: 50%;
    vertical-align: top;
    padding: 1em;
    border: 1px solid gray;
}

    .isus_doc_block_right ul {
        margin-left: 1.5em;
    }


    .isus_doc_block_right li {
        list-style: disc;
    }

.isus_event_doc_start {
    font-size: 0.8em;
    margin-top: 1em;
    padding: 1em;
}


.isus_event_reopen button {
    white-space: nowrap;
}

.isus_event_reopen td {
    vertical-align: middle !important;
    padding: 8px;
}

.isus_event_reopen tr td:last-child {
    text-align: center;
}


.isus_event_reopen button {
    padding: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

    .isus_event_reopen button:hover {
        border-top-color: #28597a;
    }

    .isus_event_reopen button:active {
        background: #1b435e;
    }

ul.isus_notes &gt; li {
    text-indent: -1.3em;
    list-style-type: none;
}

    ul.isus_notes &gt; li:before {
        content: "※ ";
    }

.announcement .announcement-headline {
    text-transform: initial;
}




div.isus_nav {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

    div.isus_nav a.active {
        background-color: #0071C5;
        color: #fff;
        border:none;
    }

a.isus_nav_item {
    color: #929292;
    background-color: #ececec;
    display: inline-block;
    padding: 10px 13px;
    margin: 0px 3px 3px;
    font-size: 14px;
    font-weight: 900;
}

a.isus_nav_item_wide {
    color: #929292;
    background-color: #ececec;
    display: inline-block;
    padding: 10px 13px;
    margin: 0px 3px 3px;
    font-size: 14px;
    font-weight: 900;
}

div.isus_nav a:hover.isus_nav_item {
    opacity:0.9;

}

div.isus_nav a:hover.isus_nav_item_wide {
    opacity:0.9;

}

div.article-entry p
{
    margin-bottom:2em;
}

div.article-entry ul,div.article-entry ol
{
    margin-bottom:1em;
    margin-left:1.5em;
}

div.article-entry ul &gt; li,div.article-entry ol &gt;li
{
    margin-bottom:0.25em;
}
div.article-entry ul &gt; li:last-child, div.article-entry ol &gt; li:last-child
{
    margin-bottom:0em;
}

div.article-entry ul.g-3up, div.article-entry ul.g-4up
{
    margin-left:-0.5em;
}


div.st-tag-cloud a.st-tags
{
    padding:2px 4px;
    /*background-color:#e4effa;*/
    margin:2px 1px;
}


table
{
    margin-bottom:1em;
}

.l-main ol {
    margin-bottom: 0.5em;
    margin-left: 1.25em;
    padding-left:0;
    list-style-type: decimal;
}

.l-main ul {
    margin-bottom: 0.5em;
    margin-left: 1.25em;
    padding-left:0;
    list-style-type: disc;     
}

ul#river1, ul.tab-list, ul.g {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.plain-item-list {   
    padding-left: 1em;
    margin:0;
    list-style:none;
}


.paging-navigation a.active {
    background-color: #0071C5;
    color: #fff;
}

.isus_thumbnail div.block-title &gt; h4 {
    margin: 0px;
}

.nav-bar {
    background-image: url("/wp-content/uploads/header/header-bg.jpg");
    background-repeat: repeat-x;
}




/****************************/
/* XLsoft 独自記事用
/****************************/


div.isus_article
{
    margin-bottom:6em;
}

div.isus_article .isus_intro
{
    margin-bottom:6em;
}

div.isus_article &gt; div
{
    margin-bottom:4em;
}


div.isus_article h2
{
    border-bottom:1px solid darkgray;
}

div.isus_article h3
{
    border-left:4px solid #0071C5;
    padding-left:4px;
}

div.isus_article .isus_img_block
{   
    background-color:white;
    padding:0.5em;
}

div.isus_article .isus_img_block img
{
    width:100%;
}

div.isus_article .isus_img_block p
{
    text-align:center;
    font-size:smaller;
    margin-bottom:0.5em;
}


div.isus_article .isus_intro &gt; p:first-child
{
    margin-top:20px;
}

div.isus_article .isus_notes_block {
    padding: 1em;
    background-color: #eeeeee;
    font-size: small;
}

div.isus_article .isus_notes_block .isus_notes{
    margin-bottom:0;
}

table.isus_table_normal
{
    border:none;
}

table.isus_table_normal td
{
    border:none;
    vertical-align:top;
}

table.isus_table_normal th
{
    border:none;
}

thead tr.isus_table_header th{
    background-color:gray;
    color:white;
    text-align:center;
    vertical-align:middle;
}



/****************************/
/* issu 独自デザイン
/****************************/

table.isus_product_title {
    border: none;
}

td.isus_product_title_image {
    text-align: left;
    width: 20%;
    padding: 1em;
    border: none;
    vertical-align: top;
}

   .isus_product_title_image img {
        max-width: 200px;
        width: 100%;
        min-width: 100px;
    }

td.isus_product_title_description {
    padding: 1em;
    border: none;
    vertical-align: top;
}


.isus_product_title_description ul {
    font-size: 15px;
}

div.isus_product
{
    margin-top:1em;
}

.isus_product a.isus_nav_item {
    width: 120px;
    margin-bottom: 0.5em;
}

.isus_product a.isus_nav_item_wide {
    width: 200px;
    margin-bottom: 0.5em;
}

.isus_well {
    background-color: #eee;
    font-size: small;
    padding: 1em;
    margin: 1em;
}


.isus_products_related {
    overflow-y: auto;
    max-height: 40em;
    margin-bottom: 2em;
    padding-right: 2em;
    font-size: 15px;
}



h2.isus_h2_2 {
    margin-top: 0 !important;
}

h3.isus_h3_2 {
    font-weight:bold;
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
}


h4.isus_h4_2 {
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
}

h5.isus_h5_2 {
    margin-top: 0 !important;
    font-size: 1em !important;
}

.isus_block{
    margin-bottom:4em !important;
}

.isus_block2{
    margin-bottom:3em !important;
}

.isus_block3{
    margin-bottom:2em !important;
}

.isus_block4{
    margin-bottom:1em !important;
}

.isus_list_margin &gt; li
{
    margin-bottom:0.5em;
}

.isus_list_margin2 &gt; li
{
    margin-bottom:1em;
}

.isus_list_margin3 &gt; li
{
    margin-bottom:2em;
}

.isus_small
{
    font-size:small;
}

ol.isus_faq &gt; li &gt; div
{
    margin-bottom:2em;
    padding:1em;
    background-color:#f5f5f5;
}

/**************************************************/
/* Tabby Responsive Tabs レイアウトカスタマイズ   */
/**************************************************/

.responsive-tabs ul.responsive-tabs__list
{
    margin-left:0 !important;
}

.responsive-tabs .responsive-tabs__list__item
{
    border-radius:0 !important;
    border-color:#ddd !important;
    margin-right:0 !important;
    min-width:6em;
    text-align:center;
    font-size:14px !important;
    padding:10px 5px !important;
}

.responsive-tabs .responsive-tabs__list__item--active
{
    border-bottom:1px solid white !important;
}

/****************************/
/* メディアクエリ           */
/****************************/

@media all and (max-width:640px) {
    body &gt; header.header {
        display: none;
    }
}

@media all and (max-width:46.8em) {
    .hidden_tablet {
        display: none;
    }
}

@media all and (max-width:39.8em) {

    hidden_mobile {
        display: none !important;
    }

    a.page-numbers, div.pagination &gt; span.dots {
        display: none !important;
    }

        a.page-numbers:first-child, a.page-numbers:last-child {
            display: inline-block !important;
        }
}

@media all and (max-width:400px) {

    .isus_list p {
        display: none;
    }
}



@media all and (max-width: 982px) {
    .nav-bar {
        background-image: none;
    }
}

@media all and (min-width:46.8em) and (max-width:59.99em) {
    .header-logo-bar {
        margin: 0 -0.5em;
    }
}


@media all and  (max-width:59.99em) {
 .announcement .announcement-headline
 {
     display:inline-block;
 }
}



@media all and (max-width:29.75em) {
    .g-4up-isus &gt; .gi {
        width: 60%;
        min-width: 170px;
    }


    .isus_top_pr {
        font-size: 80%;
    }

    .plain-item-list .plain-item {
        padding-bottom: 0;
        margin-bottom: 8px;
    }
}

@media all and (min-width:29.75em) {
    .g-4up-isus &gt; .gi {
        float: left;
        width: 33.333333%;
    }

        .g-4up-isus &gt; .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-4up-isus &gt; .gi:nth-of-type(3n+1) {
            clear: both;
        }


    .isus_top_pr {
        font-size: 100%;
    }

    .plain-item-list .plain-item {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }
}

@media all and (min-width:50em) {
    .g-4up-isus &gt; .gi {
        float: left;
        width: 25%;
    }

        .g-4up-isus &gt; .gi:nth-of-type(3n+1) {
            clear: none;
        }

        .g-4up-isus &gt; .gi:nth-of-type(4n+1) {
            clear: left;
        }

    .isus_top_pr {
        font-size: 100%;
    }

    .plain-item-list .plain-item {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }
}

@media all and (min-width:60em) {
    .g-4up-isus &gt; .gi {
        width: 33.333333%;
        float: left;
    }

        .g-4up-isus &gt; .gi:nth-of-type(2n+1) {
            clear: none;
        }

        .g-4up-isus &gt; .gi:nth-of-type(3n+1) {
            clear: left;
        }

    .isus_top_pr {
        font-size: 80%;
    }

    .plain-item-list .plain-item {
        padding-bottom: 0;
        margin-bottom: 8px;
    }
}

@media all and (min-width:73em) {
    .g-4up-isus &gt; .gi {
        width: 25%;
        float: left;
    }

        .g-4up-isus &gt; .gi:nth-of-type(3n+1) {
            clear: none;
        }

        .g-4up-isus &gt; .gi:nth-of-type(4n+1) {
            clear: left;
        }

    .isus_top_pr {
        font-size: 100%;
    }

    .plain-item-list .plain-item {
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }
}


@media all and (max-width:73em) {
}



@media all and (max-width:29.75em) {
    .social-share.social-share-inline {
        display: block;
    }

    .isus_event_block .isus_event_block_left, .isus_event_block .isus_event_block_right {
        width: 100%;
    }
}

@media all and (max-width:59.99em) {
    .l-two-col &gt; .l-sidebar {
        margin-top: 3em;
    }

    .isus_title &gt; div {
        position: relative !important;
        background: black;
    }

    .isus_doc_block_left, .isus_doc_block_right {
        width: 100%;
    }

    .isus_doc_block_right {
        margin-top: 1em;
    }
}

@media all and (max-width:50em) {

    /*一定幅以下は、テーブルは縦並び*/
    table.isus_responsive, table.isus_responsive tbody, table.isus_responsive thead, table.isus_responsive tfoot, table.isus_responsive tr, table.isus_responsive th, table.isus_responsive td {
        display: block;
    }

    table.isus_responsive td {
        width: 100%;
    }
}</pre></body></html>