@charset "UTF-8";

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


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

　single

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

#postContent h2,
#postContent h3,
#postContent h4,
#postContent h5,
#postContent h6 {
    margin-bottom: 1.0rem;
    padding-bottom: 0.5rem;
}

#postContent h2:nth-child(n+2),
#postContent h3:nth-child(n+2),
#postContent h4:nth-child(n+2),
#postContent h5:nth-child(n+2),
#postContent h6:nth-child(n+2) {
    margin-top: 5.0rem;
}

#postContent h2:not(.title) {
    padding: 1.0rem;
    font-size: 2.2rem;
    font-weight: 500;
    border-radius: 1.0rem;
    background: -o-repeating-linear-gradient(135deg, rgba(250, 210, 210, 0.5), rgba(250, 210, 210, 0.5) 0.5rem, rgba(255, 255, 255, 1.00) 0.5rem, rgba(255, 255, 255, 1.00) 1.0rem);
    background: repeating-linear-gradient(-45deg, rgba(250, 210, 210, 0.5), rgba(250, 210, 210, 0.5) 0.5rem, rgba(255, 255, 255, 1.00) 0.5rem, rgba(255, 255, 255, 1.00) 1.0rem);
}

#postContent h2.title {
    position: relative;
    margin-bottom: 8.0rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.3rem solid rgba(245, 145, 160, 1.00);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.0rem;
}

#postContent h2.title::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 20%;
    border-bottom: solid 0.3rem rgba(0, 185, 240, 1.00);
    content: " ";
}

#postContent h2.title::after {
    position: absolute;
    top: 100%;
    left: 5%;
    width: 0;
    height: 0;
    border: 1.5rem solid transparent;
    border-top: 1.5rem solid rgba(0, 185, 240, 1.00);
    content: '';
}

#postContent h3 {
    border-bottom: 0.4rem double rgba(0, 90, 130, 1.00);
    color: rgba(0, 90, 130, 1.00);
    font-size: 1.8rem;
}

#postContent h4,
#postContent h5,
#postContent h6 {
    font-size: 1.6rem;
}

#postContent h4 {
    border-bottom: 0.3rem solid rgba(125, 205, 245, 1.00);
    color: rgba(125, 205, 245, 1.00);
}

#postContent h5 {
    border-bottom: 0.1rem solid rgba(250, 180, 80, 1.00);
    color: rgba(250, 180, 80, 1.00);
}

/* 添付ファイル */
#postContent h6 {
    padding: 1.0rem;
    border-radius: 1.0rem;
    background-color: rgba(85, 85, 85, 0.70);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

/* order list */
#postContent ul {
    margin: 1.0rem 0;
    list-style: disc;
}

#postContent ol {
    margin: 1.0rem 0;
    list-style: decimal;
}

#postContent dl {
    margin: 1.0rem 0;
}

#postContent dt {
    margin: 0;
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.8rem;
}

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


/*　image
/*-------------------------------------------*/
#postContent img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
    /*padding: 0.5rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);*/
}

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

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

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


/*　Youtube
/*-------------------------------------------*/
.youtube {
    position: relative;
    width: 100%;
    margin: 2.0rem 0;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*　table
/*-------------------------------------------*/
#postContent table {
    margin: 0;
    margin: 1.0rem 0 2.0rem;
    border: 0.3rem solid rgba(220, 220, 220, 1.00);
    white-space: nowrap;
}

#postContent th {
    padding: 0.5rem 1.0rem;
    background-color: rgba(240, 240, 240, 1.00);
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    vertical-align: top;
}

#postContent td {
    padding: 0.5rem 1.0rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    text-align: left;
    vertical-align: top;
}

#postContent .table-responsive {
    clear: both;
    border: none;
    text-align: center;
}

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


/*　attachment
/*-------------------------------------------*/
#attachment {
    margin: 5.0rem 0;
}

#attachment ul {
    margin-top: 2.0rem;
    padding-left: 1.0rem;
    list-style: none;
}

#attachment li:nth-child(n+2) {
    margin-top: 1.0rem;
}

#attachment a::before {
    display: inline-block;
    margin-right: 1.0rem;
    margin-top: -0.4rem;
    width: 5.0rem;
    height: 2.0rem;
    content: " ";
    background: url("../images/file_icon_other.png") center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#attachment a[href*=".pdf"]::before {
    background: url("../images/file_icon_pdf.png") center center no-repeat;
    background-size: contain;
}

#attachment a[href*=".xls"]::before,
#attachment a[href*=".xlsx"]::before {
    background: url("../images/file_icon_xls.png") center center no-repeat;
    background-size: contain;
}

#attachment a[href*=".ppt"]::before,
#attachment a[href*=".pptx"]::before {
    background: url("../images/file_icon_ppt.png") center center no-repeat;
    background-size: contain;
}

#attachment a[href*=".doc"]::before,
#attachment a[href*=".docx"]::before {
    background: url("../images/file_icon_doc.png") center center no-repeat;
    background-size: contain;
}

.notes {
    padding: 1.0rem;
    border-radius: 0.6rem;
    background-color: rgba(250, 210, 210, 0.25);
}

.notes li {
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.4rem;
    line-height: 2.0rem;
}

.notes li:nth-child(n+2) {
    margin-top: 1.0rem;
}

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

    .notes {
        padding: 1.5rem;
    }

}

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

    #postContent table {
        white-space: normal;
    }

    .notes {
        padding: 2.0rem;
    }

}

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

    #postContent caption {
        display: none;
    }

}


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

　pagenation

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

.postNav {
    margin-top: 5.0rem;
}

.pagination .nav-links {
    margin: 0 auto; /* 中央寄せ */
    text-align: center;
}

/* カレント時 */
.pagination .nav-links .current {
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    border: 0.1rem solid rgba(235, 105, 120, 1.00);
    border-radius: 50%;
    background-color: rgba(235, 105, 120, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 3.8rem;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

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

/* リンク部分 */
.pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    margin: 0 0.75rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(85, 85, 85, 1.00);
    font-size: 2.0rem;
    line-height: 4.0rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* マウスオーバー時 */
.pagination .nav-links a.page-numbers:hover {
    border: 0.1rem solid rgba(125, 205, 245, 1.00);
    background-color: rgba(125, 205, 245, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

/* 左右のキャレット */
.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;
    background-color: transparent;
    color: rgba(0, 0, 0, 1.00);
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
    color: rgba(235, 95, 0, 1.00);
}



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