@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                      */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/

/* ========================================================

　header

=========================================================== */

#masthead {
    position: relative;
    padding-top: 7.0rem;
}

#masthead img {
    width: 100%;
    height: auto;
}

#masthead .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#masthead .container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
}

#masthead h2 {
    position: absolute;
    top: calc(7.0rem + 10%);
    left: 10%;
    color: rgba(255, 255, 255, 1.0);
    font-size: 2.4rem;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
}

#masthead aside {
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: rgba(255, 255, 255, 1.0);
    text-transform: capitalize;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
}

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

    #masthead {
        padding-top: 8.0rem;
    }

    #masthead h2 {
        top: calc(7.0rem + 15%);
        font-size: 3.0rem;
    }

    #masthead aside {
        font-size: 1.8rem;
    }

}

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

    #masthead {
        padding-top: 10.0rem;
    }

}


/* ========================================================

　post

=========================================================== */

/*　テキスト
----------------------------------------------------------- */
#postContent h1 {
    position: relative;
    padding: 0.75rem;
    border-top: 2px solid rgba(0, 60, 110, 1.0);
    border-bottom: 2px solid rgba(0, 60, 110, 1.0);
    background-color: rgba(230, 240, 250, 1.0);
}

#postContent h1::after {
    position: absolute;
    left: 0;
    bottom: 100%;
    padding: 0.5rem 0.7rem 0.3rem;
    border-radius: 0.6rem 0.6rem 0 0;
    background-color: rgba(0, 60, 110, 1.0);
    font-family: "Font Awesome 5 Free";
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.2rem;
    font-weight: 700;
    content: '\f00c\ Check It!';
    line-height: 1.4rem;
}

/* セミナー情報の種別 */
#postContent h1 span {
    position: relative;
    top: -0.15rem;
    margin-right: 1.0rem;
    color: rgba(0, 120, 200, 1.0);
    font-size: 1.8rem;
    font-weight: 500;
}

#postContent h2,
#postContent h3,
#postContent h4,
#postContent h5 {
    margin: 0;
    margin-top: 5.0rem;
    margin-bottom: 2.0rem;
    font-weight: 400;
}

#postContent h2 {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(0, 60, 110, 1.0);
    font-size: 2.0rem;
}

#postContent h2::after {
    display: block;
    position: absolute;
    bottom: -0.3rem;
    width: 30%;
    border-bottom: 3px solid rgba(255, 170, 0, 1.0);
    content: " ";
}

#postContent h3 {
    padding: 0.75rem 0.75rem 0.5rem;
    border-top: 3px double rgba(0, 120, 200, 1.0);
    border-bottom: 3px double rgba(0, 120, 200, 1.0);
    color: rgba(0, 120, 200, 1.0);
    font-size: 1.8rem;
}

#postContent h4 {
    padding: 0 0 0.5rem 0.5rem;
    border-bottom: 1px solid rgba(180, 180, 180, 1.0);
    font-size: 1.6rem;
}

#postContent h5 {
    margin-bottom: 1.0rem;
    font-size: 1.6rem;
}

#postContent aside.upd {
    margin-bottom: 5.0rem;
    font-size: 1.4rem;
    text-align: right;
}

/* p, li */
#postContent ul {
    margin: 1.5rem 0 1.5rem 2.4rem;
}

#postContent ul li {
    margin-left: 2.0rem;
    list-style-type: disc;

}

#postContent ol {
    margin: 1.5rem 0 1.5rem 2.4rem;
    padding: 0;
}

#postContent ol li {
    margin-left: 2.0rem;
    list-style-type: decimal;
}

#postContent dl {
    margin: 1.5rem 0;
}

#postContent dt {
    margin: 0;
    color: rgba(0, 0, 0, 1.0);
    font-weight: 400;
}

#postContent dd {
    margin: 0;
    margin-left: 2.0rem;
    margin-bottom: 2.0rem;
}

/*　画像配置
----------------------------------------------------------- */
#postContent img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
}

#postContent img.alignleft {
    float: left;
    margin: 0 2.0rem 0 0;
}

#postContent img.aligncenter {
    display: block;
    margin: 0 auto;
}

#postContent img.alignright {
    float: right;
    margin: 0 0 0 2.0rem;
}

/*　表組み
----------------------------------------------------------- */
#postContent table {
    margin: 1.0rem 0 2.0rem;
    border: 2px solid rgba(180, 180, 180, 1.0);
}

#postContent th {
    padding: 0.5rem 1.0rem;
    background-color: rgba(230, 230, 230, 0.5);
    border: 1px solid rgba(180, 180, 180, 1.0);
    font-weight: 400;
    vertical-align: top;
}

#postContent td {
    padding: 0.5rem 1.0rem;
    border: 1px solid rgba(180, 180, 180, 1.0);
    vertical-align: top;
}

#postContent caption {
    padding: 0.3rem 0.5rem;
    background-color: rgba(245, 245, 245, 1.0);
    color: rgba(255, 0, 0, 1.0);
    font-size: 1.4rem;
}

/*　Download
----------------------------------------------------------- */
#postContent .lana-download-shortcode a {
    border-radius: 0.6rem;
    background-color: rgba(230, 230, 230, 1.0);
    color: rgba(0, 0, 0, 1.0);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#postContent .lana-download-shortcode a:hover {
    background-color: rgba(205, 70, 40, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

/*　SNS
/*----------------------------------------------------------*/
#postContent #sns {
    margin-bottom: 5.0rem;
    text-align: center;
}

#postContent #sns ul {
    margin: 0;
}

#postContent #sns li {
    max-width: 24.0rem;
    margin: 0 auto;
    margin-bottom: 1.0rem;
    border-radius: 0.6rem;
    list-style-type: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#postContent #sns li:hover {
    opacity: 0.7;
}

#postContent #sns a {
    display: block;
    padding: 1.0rem 0;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
}

#postContent #sns i {
    position: relative;
    top: 0.15rem;
    margin-right: 0.75rem;
    font-size: 2.0rem;
}

#postContent #sns .fb {
    background-color: rgba(59, 89, 152, 1.0);
}

#postContent #sns .tw {
    background-color: rgba(1, 172, 238, 1.0);
}

#postContent #sns .ln {
    background-color: rgba(37, 175, 0, 1.0);
}

/*　前の記事へ, 次の記事へ
/*----------------------------------------------------------*/
#postContent #prenex {
    margin-bottom: 5.0rem;
    padding: 1.0rem;
    border-top: 1px solid rgba(180, 180, 180, 1.0);
    border-bottom: 1px solid rgba(180, 180, 180, 1.0);
    background-color: rgba(230, 240, 250, 1.0);
    text-align: center;
}

#postContent #prenex a:first-child {
    margin-right: 3.0rem;
}

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

    #postContent #prenex a:first-child {
        margin-right: 10.0rem;
    }

}

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

    #postContent #sns li {
        display: inline-block;
        width: 20.0rem;
        margin-right: 1.0rem;
        margin-bottom: 0;
    }

    #postContent #sns li:last-child {
        margin-right: 0;
    }

    #postContent #prenex a:first-child {
        margin-right: 13.0rem;
    }

}

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

    #postContent table {
        white-space: normal;
    }

    #postContent caption {
        display: none;
    }

    #postContent #prenex a:first-child {
        margin-right: 23.0rem;
    }


}

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

    #postContent #prenex a:first-child {
        margin-right: 30.0rem;
    }

}

/*　タグクラウド
/*----------------------------------------------------------*/
#postContent #tagcloud ul {
    margin: 0;
    list-style: none;
}

#postContent #tagcloud li {
    display: inline-block;
    margin: 0;
}

#postContent #tagcloud a {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
    border: 1px solid rgba(230, 230, 230, 1.0);
    border-radius: 0.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#postContent #tagcloud a:hover {
    border: 1px solid rgba(230, 240, 250, 1.0);
    background-color: rgba(230, 240, 250, 1.0);
}


/* ========================================================

　pagination

=========================================================== */
.pagination h2 {
    display: none;
}

.pagination .nav-links {
    margin: 0 auto;
    text-align: center;
}

.pagination .nav-links .current {
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    border: 1px solid rgba(230, 0, 20, 1.0);
    border-radius: 50%;
    background-color: rgba(230, 0, 20, 1.0);
    color: rgba(255, 255, 255, 1.0);
    line-height: 3.0rem;
}

.pagination .nav-links .dots {
    display: inline-block;
    line-height: 3.0rem;
}

.pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    margin: 0 0.75rem;
    border: 1px solid rgba(0, 120, 200, 1.0);
    border-radius: 50%;
    line-height: 3.0rem;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.pagination .nav-links a.page-numbers:hover {
    border: 1px solid rgba(205, 70, 40, 1.0);
    background-color: rgba(205, 70, 40, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
    width: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border: 0;
    border-radius: 0;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(205, 70, 40, 1.0);
}


/* ========================================================

　Youtube

=========================================================== */

#postContent iframe {
    width: 100%;
    height: 53.0vw;
    margin: 1.5rem auto;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 1.0);
}

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

    #postContent iframe {
        width: 100%;
        height: 50.0vw;
        padding: 1.0rem;
    }

}

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

    #postContent iframe {
        height: 46.0rem;
        padding: 1.5rem;
    }

}



/* ---- End of file --------------------------------------- */