@charset "utf-8";
/* ----------------------------------------
 全デバイス共通 & SP向けレイアウト
---------------------------------------- */

/* common.css
---------------------------------------- */

body {
    background: #ffffff;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    /* 本文&基本サイズ */
    color: #333333;
    line-height: 1.9;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.zen-kaku-gothic-new-light {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium,
.my-main-box h1,
.my-main-box h2,
.my-main-box h3,
.my-category-box li {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.zen-kaku-gothic-new-black {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
}


.my-category-box,
.card-title-2,
.card-title-3 {
    font-size: 14px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

/*
a:hover img {
    opacity: 0.7;
} */


.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

.wrap-index {
    margin: 0px auto;
    padding: 0px 16px;
}

.wrap-full {
    margin: 0px auto;
    padding: 0px;
}

/* header
---------------------------------------- */
.my-logo-box {
    text-align: left;
    margin: 32px 0px 32px 0px;
}


.my-logo-box img {
    width: 300px;
}

.my-eyecatch-background-box {
    background-color: #eeeeee;
}

.my-eyecatch-box {
    /* 最大幅を指定 */
    max-width: 920px;
    margin: 0px auto 40px auto;
}

.my-eyecatch-box img {
    width: 100%;
}

/* category-navi
---------------------------------------- */
.my-category-box {
    margin: 0px 0px 32px 0px;
}

.my-category-box nav ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* 80% */
    text-align: center;
}

.my-category-box nav li {
    display: table-cell;
    min-width: 50px;
}

.my-category-box nav a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-bottom: 15px;
}

.my-category-box nav li {
    border-bottom: 4px solid #ffffff;
}

.my-category-box nav li.current {
    border-bottom: 4px solid #8bc86a;
}

.my-category-box nav li:hover {
    border-bottom: 4px solid #ffffff;
}

/* contents
---------------------------------------- */
.my-main-box {
    max-width: 100%;
    ;
}

.my-entry-box p,
.my-entry-box ul,
.my-entry-box ol {
    padding-bottom: 24px;
}

.my-entry-box img {
    padding-bottom: 24px;
}


.my-main-box h1 {
    font-size: 20px;
    margin: 16px 0px 16px 0px;
    margin-inline: auto;
    max-inline-size: max-content;
    word-break: break-all;
}

.my-main-box h2 {
    border-bottom: solid 2px #333333;
    font-size: 19px;
    padding: 32px 0px 12px 0px;
    margin-bottom: 32px;
}

.my-main-box h3 {
    padding: 4px 6px;
    margin: 24px 0px 24px 0px;
    border-left: solid 2px #333333;
    text-align: left;
    font-size: 16px;
}


.my-main-box img {
    max-width: 100%;
}

.my-main-box .catchcopy {
    display: none;
}

.my-main-box hr {
    border: none;
}

.my-main-box .time {
    text-align: left;
    font-size: 14px;
    margin: 0px 0px 16px 0px;
}

.my-main-box .time-published {
    margin: 0px 0px 0px 0px;
}

.my-main-box .time-modified {
    margin: 0px 0px 0px 8px;
}



/* magazine
---------------------------------------- */
.my-magazine-box {
    display: grid;
    gap: 16px;
}

.my-magazine-box img {
    padding-bottom: 0px;
}


.my-magazine-box {
    grid-template-columns: repeat(1, 1fr);
}

.my-magazine-box .image-on-item {
    border: 1px solid #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.my-magazine-box .image-off-item {
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.my-magazine-box .image-on-title {
    padding: 0px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-magazine-box .image-off-title {
    padding: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-magazine-box .image-on-image img {
    width: 100%;
}

.my-magazine-box .image-on-image {
    border-right: 1px solid #f0f0f0;
    width: 100px;
    min-width: 100px;
}




/* footer
---------------------------------------- */
.my-copyright-box {
    text-align: center;
    margin-bottom: 60px;
}

.my-to-top-box {
    text-align: center;
    margin: 100px 0px;
}

.my-to-top-box img {
    width: 22px;
}




/* ----------------------------------------
 PC向けレイアウト
---------------------------------------- */
@media only screen and (min-width: 768px) {
    a:hover {
        text-decoration: underline;
    }

    .my-logo-box {
        text-align: center;
        margin: 64px 0px 88px 0px;
    }

    /* common.css
    ---------------------------------------- */
    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

    .wrap-index {
        /* 最大幅を指定 */
        max-width: 920px;
        margin: 0px auto;
        padding: 0px 16px;
    }

    .wrap-full {
        margin: 0px auto;
        padding: 0px;
    }

    /* category-navi
    ---------------------------------------- */
    .my-category-box nav li:hover {
        border-bottom: 4px solid #E7DA66;
    }

    /* magazine
    ---------------------------------------- */
    .my-magazine-box {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ----------------------------------------
 end
---------------------------------------- */