@charset "UTF-8";
/*
Theme Name: PLAYWORK Lab
Author: PLAYWORK Lab
Description: PLAYWORK Lab
Version: 1.0
*/

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    _padding: 0;
}

.wp-block-quote {
    border-color: dimgray;
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}

h1 {
    font-size: 2.1em;
    margin: .2em 0;
    padding: .2em 0 .2em;
}


h1.my_carousel_caption {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

h2 {
    font-size: 1.9em;
    margin-top: 1.5em;
    padding: .8em 0 .6em;
    border-top: 2px solid #337ab7;
    border-bottom: 1px solid #e9e9e9;
}

.sideSection-col-two h2 {
    font-size: 1.1em;
    margin-top: 1em;
    padding: .4em 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fbfbfc;
}

.sideSection-col-two a {
    text-decoration: none;
    color: #333333;
}

.sideSection-col-two a:hover {
    text-decoration: underline
}

.veu_autoEyeCatchBox img {
    max-width: 100%;
    height: auto;
}

h3 {
    margin-top: .8em;
    padding: .4em;
    border-top: 1px solid #337ab7;
    border-bottom: 1px solid #e9e9e9;
}

p {
    line-height: 1.5em;
    font-weight: 100;
    font-style: normal;
    /*font-size: 14px;*/
}

p.text_justify {
    text-align: justify;
}

.fs-7 {
    font-size: .9em;
}

.fs-8 {
    font-size: .8em;
}

.fs-9 {
    font-size: .7em;
}

.featurette-divider {
    margin: 3rem 0;
    /* Space out the Bootstrap <hr> more */
}

/*
 * NEWS カテゴリー
 */
div.site_news {
    padding: .75em;
}

div.site_news article {
    margin-top: .8em;
    border-bottom: 1px dotted #bbb;
}

div.site_news article time {
    display: block;
    text-align: right !important;
}

div.site_news h5 {
    font-size: 1em;
    margin-bottom: 0.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.site_news a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}

div.site_news a:hover {
    color: #005070;
}



/*****************************/
footer {
    border-top: solid 1px #ddd;
}

ul.footer-nav {
    align-items: flex-start;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

ul.footer-nav li.menu-item {
    text-decoration: none;
    display: inline-block;
}

ul.footer-nav li.menu-item a {
    text-decoration: none;
    padding: .2em .75em;
    color: #555555;
}

ul.footer-nav li.current-menu-item a {
    text-decoration: none;
}

ul.footer-nav li:not(:last-child) {
    border-right: 2px solid #ddd;
}

/*
 *　括弧のデザイン
 */
.brackets1 {
    padding: 30px;
    position: relative;
    border: none;
}

.brackets1::before,
.brackets1::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
}

.brackets1::before {
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    top: 0;
    left: 0;
}

.brackets1::after {
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    top: 0;
    right: 0;
}

/*************/
/* カラム表示のイメージサイズ */
.img_fluid2 {
    max-width: 100%;
    height: auto;
    min-height: 160px;
    object-fit: cover;
}

/**** Page ****/
.page-header_pageTitle,
h1.page-header_pageTitle:first-child {
    margin: 1.2em 0;
    font-size: 1.75rem;
    line-height: 1.1;
}

.page-header {
    background-color: #337ab7;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}


@media (min-width: 992px) {
    .mainSection-col-two {
        width: 66.66667%;
        float: left;
    }

    .sideSection-col-two {
        width: calc(100% - 66.66667% - 3rem);
        float: right;
    }
}

@media (max-width: 991.98px) {
    .mainSection {
        margin-bottom: 2rem;

    }

    .mainSection,
    .sideSection {
        width: 100%;
        flex-basis: unset;
    }
}

div.nav-links {
    margin: 1em 0 1.5em 0;
    text-align: right;
}

.nav-links a,
.nav-links span {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: .4em 1em;
    margin: 0;
    border-radius: 3px;
    text-decoration: none;
    font-size: .9em;
}

.nav-links span {
    background-color: #59c;
    color: white;
}

.pagination {
    display: block;
}

time {
    font-size: 1em;
}

div.categories_list {
    font-size: .9em;
}

div.categories_list a {
    text-decoration: none;
    color: #555;
}

div.categories_list a:hover {
    text-decoration: underline;
    color: #57e;
}

div.categories_list a::before {
    font-family: bootstrap-icons !important;
    content: "\f3d7";
    padding: 0 .2em;
}

/**/
h5.recommended {
    margin-top: .6em;
    padding: .3em;
    border-top: 1px solid #b6b9b9;
    border-bottom: 1px solid #e9e9e9;
}

ul.recommended-books {
    margin-bottom: 1em;
}

ul.recommended-books a {
    text-decoration: underline dotted #aaa;
    color: #505050;
}

ul.recommended-books a:hover {
    text-decoration: underline solid;
    background-color: #fbfcc0;
    color: #555;
}

div.zoom_box {
    overflow: hidden;
}

div.zoom_box img {
    max-width: 100%;
    transition: .5s all;
}

div.zoom_box img:hover {
    transform: scale(1.3, 1.3);
    transition: .5s all;
}