@charset "utf-8";

/* =========================================================
blog - 記事・ブログ関連  wp
========================================================= */
.wp-title{
    font-size: 15px;
    margin-bottom: 0.5em;
}
/*the_content();　など本文の外側に .wp-postつける
-----------------*/
.wp-post p, .wp-post li {
    color: #000;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
    .wp-post p, .wp-post li {
        margin-top: 0px;
        margin-top: 0rem;
        font-size: 14px;
        /* font-size: 1rem; */
        line-height: 24px;
        line-height: 1.5rem;
    }
}
.wp-post p:last-of-type, .wp-post li:last-of-type {
    margin-bottom: 0;
}

/* =========================================================
wp-post - wpの投稿にデフォルトのスタイルを当てる
========================================================= */
.wp-post{
    background: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
@media (min-width: 768px) {
    .wp-post {
        font-size: 14px;
    }
}
.wp-post html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.wp-post body {
    margin: 0;
}
.wp-post article,
.wp-post aside,
.wp-post details,
.wp-post figcaption,
.wp-post figure,
.wp-post footer,
.wp-post header,
.wp-post hgroup,
.wp-post main,
.wp-post menu,
.wp-post nav,
.wp-post section,
.wp-post summary {
    display: block;
}
.wp-post audio,
.wp-post canvas,
.wp-post progress,
.wp-post video {
    display: inline-block;
    vertical-align: baseline;
}
.wp-post audio:not([controls]) {
    display: none;
    height: 0;
}
.wp-post [hidden],
.wp-post template {
    display: none;
}
.wp-post a {
    background-color: transparent;
}
.wp-post a:active,
.wp-post a:hover {
    outline: 0;
}
.wp-post abbr[title] {
    border-bottom: 1px dotted;
}
.wp-post b,
.wp-post strong {
    font-weight: 600;
}
.wp-post dfn {
    font-style: italic;
}
.wp-post h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.wp-post mark {
    background: #ff0;
    color: #000;
}
.wp-post small {
    font-size: 80%;
}
.wp-post sub,
.wp-post sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
.wp-post sup {
    top: -0.5em;
}
.wp-post sub {
    bottom: -0.25em;
}
.wp-post img {
    border: 0;
}
.wp-post svg:not(:root) {
    overflow: hidden;
}
.wp-post figure {
    margin: 1em 40px;
}
.wp-post hr {
    box-sizing: content-box;
    height: 0;
}
.wp-post pre {
    overflow: auto;
}
.wp-post code,
.wp-post kbd,
.wp-post pre,
.wp-post samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.wp-post button,
.wp-post input,
.wp-post optgroup,
.wp-post select,
.wp-post textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.wp-post button {
    overflow: visible;
}
.wp-post button,
.wp-post select {
    text-transform: none;
}
.wp-post button,
.wp-post html input[type=button],
.wp-post input[type=reset],
.wp-post input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.wp-post button[disabled],
.wp-post html input[disabled] {
    cursor: default;
}
.wp-post button::-moz-focus-inner,
.wp-post input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.wp-post input {
    line-height: normal;
}
.wp-post input[type=checkbox],
.wp-post input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.wp-post input[type=number]::-webkit-inner-spin-button,
.wp-post input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
.wp-post input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
.wp-post input[type=search]::-webkit-search-cancel-button,
.wp-post input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.wp-post fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.wp-post textarea {
    overflow: auto;
}
.wp-post optgroup {
    font-weight: 700;
}
.wp-post table {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}
.wp-post td,
.wp-post th {
    /* padding: 0; */
    border-right: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
    padding: 0.35em;
}
@media (min-width: 768px) {
    .wp-post td,
    .wp-post th {

        white-space: nowrap; 
        padding:0.5em;
    }
}


.wp-post *,
.wp-post :after,
.wp-post :before {
    box-sizing: border-box;
}

.wp-post button,
.wp-post input,
.wp-post select,
.wp-post textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.wp-post a {
    color: #337ab7;
    text-decoration: none;
    word-break: break-all;
}
.wp-post a:focus,
.wp-post a:hover {
    color: #23527c;
    text-decoration: underline;
}
.wp-post a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wp-post figure {
    margin: 0;
}
.wp-post img {
    vertical-align: middle;
    max-width: 100%;
    height: inherit;
}
.wp-post .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.wp-post .img-rounded {
    border-radius: 6px;
}
.wp-post .img-thumbnail {
    padding: 4px;
    line-height: 1.7;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.wp-post .img-circle {
    border-radius: 50%;
}
.wp-post hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #eee;
}

.wp-post dl {
    margin-top: 0;
    margin-bottom: 23px;
}
.wp-post dd,
.wp-post dt {
    line-height: 1.7;
}
.wp-post dt {
    font-weight: 700;
}
.wp-post dd {
    margin-left: 0;
}


.wp-post .visible-print-block {
    display: none !important;
}
@media print {
    .wp-post .visible-print-block {
        display: block !important;
    }
}
.wp-post .visible-print-inline {
    display: none !important;
}
@media print {
    .wp-post .visible-print-inline {
        display: inline !important;
    }
}
.wp-post .visible-print-inline-block {
    display: none !important;
}
@media print {
    .wp-post .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .wp-post .hidden-print {
        display: none !important;
    }
}
.wp-post h1,
.wp-post h2,
.wp-post h3,
.wp-post h4,
.wp-post h5,
.wp-post h6 {
    font-weight: 700;
    color: #333333;
}
@media screen and (max-width: 575px) {
    .wp-post h1,
    .wp-post h2,
    .wp-post h3,
    .wp-post h4,
    .wp-post h5,
    .wp-post h6 {
        text-align: left !important;
    }
}
.wp-post h1 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 0.5em;
    font-size: 20px;
    /* font-size: 2.5rem; */
    line-height: 72px;
    line-height: 3rem;
    color: #1b4090;
    border-bottom: solid #1b4090 3px;
    padding: 0;
}
@media screen and (min-width: 992px) {
    .wp-post h1 {
        margin-top: 24px;
        margin-top: 0;
        margin-bottom: 48px;
        margin-bottom: 1rem;
        font-size: 45px;
        font-size: 2.8125rem;
        line-height: 72px;
        line-height: 4.5rem;
    }
}
.wp-post h2 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 0.5em;
    font-size: 21px;
    line-height: 48px;
    line-height: 3rem;
    border-left: 7px solid #1b4090;
    padding-left: 1rem;
    background: #f0f6ff;
}
@media screen and (min-width: 992px) {
    .wp-post h2 {
        margin-top: 24px;
        margin-top: 0;
        margin-bottom: 48px;
        margin-bottom: 1rem;
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 48px;
        line-height: 3rem;
    }
}
.wp-post h3 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 0.5em;
    font-size: 20px;
    line-height: 48px;
    line-height: 3rem;
    border-bottom: solid #1b4090 3px;
}
@media screen and (min-width: 992px) {
    .wp-post h3 {
        margin-top: 24px;
        margin-top: 0;
        margin-bottom: 24px;
        margin-bottom: 1rem;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 48px;
        line-height: 3rem;
    }
}
.wp-post h4 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 0.5em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    background: #f8f8f8;
    padding: 0.2em;
}
@media screen and (min-width: 992px) {
    .wp-post h4 {
        margin-top: 24px;
        margin-top: 1.5rem;
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}
.wp-post h5 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 0.5em;
    font-size: 15px;
    /* line-height: 24px; */
    line-height: 1.5rem;
    color: #1b4090;
}
@media screen and (min-width: 992px) {
    .wp-post h5 {
        margin-top: 24px;
        margin-top: 0;
        margin-bottom: 24px;
        margin-bottom: 1rem;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}
.wp-post h6 {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 14px;
    line-height: 24px;
    line-height: 1.5rem;
    background: #f0f6ff;
    padding: 0.2em;
}
@media screen and (min-width: 992px) {
    .wp-post h6 {
        margin-top: 24px;
        margin-top: 0;
        margin-bottom: 24px;
        margin-bottom: 1rem;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}
.wp-post ul,
.wp-post ol,
.wp-post li {
    line-height: 24px;
    color: #555555;
    max-width: 100%;
}
.wp-post ul,
.wp-post ol {
    margin: 1em 0;
    display: block;
}
.wp-post ul {
    padding-left: 1rem;
}
.wp-post ul li {
    text-indent: -.36rem;
    padding-left: .36rem;
}
.wp-post ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #555555;
    position: relative;
    left: -12px;
    top: -3px;
}
.wp-post ol {
    padding-left: .7rem;
    counter-reset: item;
}
.wp-post ol li {
    text-indent: -1rem;
    padding-left: 1rem;
}
.wp-post ol li::before {
    counter-increment: item;
    content: counter(item) ".";
    color: #555555;
    position: relative;
    left: -8px;
}