@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************l
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}
/* ==================================================

RESET

 ================================================== */
.entry-content > *, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond, .is-root-container > *, [data-type="core/freeform"] {
    margin-bottom: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html * {
    box-sizing: border-box;
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none;
}
input, textarea {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
.entry-content > p {
    padding: 0 0 30px 0;
}
.entry-content > ul {
    list-style-type: disc;
    padding-left: 40px;
}
figure img {
    max-width: 100%;
    vertical-align: bottom;
}
figure {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}
a:focus {
    outline: none;
}
a {
    cursor: pointer;
}
/* ----------------------------
　padding-top
---------------------------- */
.pt0 {
    padding-top: 0 !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt100 {
    padding-top: 100px !important;
}
/* ----------------------------
　padding-right
---------------------------- */
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
/* ----------------------------
　padding-bottom
---------------------------- */
.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
/* ----------------------------
　padding-left
---------------------------- */
.pl0 {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
/* ----------------------------
　margin-top
---------------------------- */
.mt0 {
    margin-top: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
/* ----------------------------
　margin-right
---------------------------- */
.mr0 {
    margin-right: 0 !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mrauto {
    margin-right: auto !important;
}
/* ----------------------------
　margin-bottom
---------------------------- */
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
/* ----------------------------
　margin-left
---------------------------- */
.ml0 {
    margin-left: 0 !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.mlauto {
    margin-left: auto !important;
}
.bar-100, .bar-90, .bar-80, .bar-60 {
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background: #ccc;
}
.bar-100 {
    width: 100%;
}
.bar-90 {
    width: 90%;
}
.bar-80 {
    width: 80%;
}
.bar-60 {
    width: 60%;
}
/* ==================================================

構造

 ================================================== */
html {
    font-size: 62.5% !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
html * {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
body {
    color: #231815 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1.6rem !important;
    position: relative !important;
    z-index: 0 !important;
    background-color: #fff !important;
    line-height: 1.4 !important;
}
@media only screen and (max-width: 599px) {
    html {
        font-size: 54.6875% !important;
    }
}
a, a:hover, a img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    filter: alpha(opacity=5);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
a[href*="tel:"]:hover {
    filter: alpha(opacity=10);
    -moz-opacity: 1;
    opacity: 1;
}
a, a:active, a:visited, a:hover {
    color: #0f5a84;
    text-decoration: none;
}
#container {
    width: 100% !important;
}
.content {
    margin-top: 0;
}
.content-in {
    max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
	padding:40px 0 0 0;
}
.wrap {
    width: 100%;
}
.main {
    width: 72% !important;
    width: -webkit-calc(100% - 340px) !important;
    width: calc(100% - 340px) !important;
    padding: 0 !important;
}
.sidebar {
    width: 300px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.widget_author_box {
    display: none;
}
@media screen and (max-width: 1023px) {
    .content-in {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .main {
        width: 95% !important;
        padding: 0;
        margin: 0 auto;
    }
    .sidebar {
        width: 100% !important;
    }
    main.main, div.sidebar {
        display: block;
        margin: 0 auto;
        width: auto;
    }
}
@media screen and (max-width: 834px) {
    .content {
        margin-top: 0;
    }
}
@media only screen and (max-width: 599px) {
    .content-in {
        padding: 20px 0 0 0!important;
    }
}
.txt {
    text-align: center;
}
.br::before {
    content: "\A";
    white-space: pre;
}
.br_sp::before {
    content: "";
    white-space: normal;
}
.read {
    font-size: 2.0rem;
    line-height: 1.8;
    letter-spacing: 2px;
}
._btn {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}
._btn a, a ._btn {
    width: 100%;
    border: 1px solid #0f5a84;
    color: #0f5a84;
    padding: 20px 20px 20px 0;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
}
._btn a::before, a ._btn::before {
    width: 14px;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    height: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "\f105";
}
._btn-blank a::before, a ._btn-blank::before {
    width: 10px;
    text-align: center;
    font-size: 1.0rem;
    position: absolute;
    height: 10px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "\f35d";
}
.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a {
    font-weight: inherit;
    border-radius: 0;
    border: 1px solid transparent;
}
h2.screen-reader-text, h1.archive-title span.fas.fa-folder-open, h1.archive-title span.fas.fa-tags {
    display: none;
}
h1.archive-title, h1.page-title, .body h2 {
    position: relative;
    font-size: 2.8rem;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-weight: 300;
    padding: 0 0 0 80px;
    margin: 0 0 40px 0;
}
h1.archive-title::before, h1.page-title::before, .body h2::before {
    width: 96px;
    height: 2px;
    background-color: #9f886e;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}
.footer-category h2, .footer-backnumber h2, .footer-notice h2 {
    text-align: center;
    padding: 0;
    margin: 0 0 40px 0;
}
.footer-category h2::before, .footer-backnumber h2::before, .footer-notice h2::before {
    display: none;
}
.article h3 {
    font-size: 2.2rem;
    font-weight: 700;
}
.article h4 {
    font-size: 2.0rem;
    font-weight: 700;
}
.article h5 {
    font-weight: 700;
    font-size: 1.7rem;
}
.article h2, .article h3, .article h4, .article h5 {
    line-height: 1.6;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.article ul li, .article ol li {
    margin: 0;
}
.pic-4_3 {
    padding: 75% 0 0 0;
}
.pic-16_9 {
    padding: 56.25% 0 0 0;
}
@media only screen and (max-width: 599px) {
    .br::before {
        content: "";
        white-space: normal;
    }
    .txt {
        text-align: left;
    }
    .br_sp::before {
        content: "\A";
        white-space: pre;
    }
    ._btn a, a ._btn {
        padding: 17px 15px 17px 0;
    }
    ._btn a::before, a ._btn::before {
        width: 12px;
        height: 12px;
        right: 5px;
    }
    ._btn-blank a::before, a ._btn-blank::before {
        right: 5px;
    }
    h1.archive-title, h1.page-title, .body h2 {
        padding: 0 0 0 60px;
        margin: 0 0 20px 0;
    }
    h1.archive-title::before, h1.page-title::before, .body h2::before {
        width: 90px;
        left: -40px;
    }
    .footer-category h2, .footer-backnumber h2, .footer-notice h2 {
        margin: 0 0 20px 0;
        padding: 0;
    }
}
/* ==================================================

パンくず

 ================================================== */
.breadcrumb {
    width: 95%;
    max-width: 1200px;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
.breadcrumb > ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -moz-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding: 5px 0;
}
.breadcrumb > ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.breadcrumb > ul::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: #eee;
}
.breadcrumb > ul::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 100px;
}
.breadcrumb > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
}
.breadcrumb > ul > li:last-child {
    padding: 0;
}
.breadcrumb > ul > li::after {
    width: 10px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    height: 10px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "\f105";
    color: #ccc;
}
.breadcrumb > ul > li:last-child::after {
    display: none;
}
.breadcrumb > ul > li > a {
    display: block;
}
@media only screen and (max-width: 1280px) {
    .breadcrumb {
        width: 95%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1023px) {
    .breadcrumb {
        width: 95%;
    }
}
@media only screen and (max-width: 599px) {
    .breadcrumb {
        padding: 20px 0;
    }
}
/* ==================================================

ページャー

 ================================================== */
a, a:active, a:visited, a:hover {
    color: #0f5a84;
    text-decoration: none;
}
.pagination-next-link, .page-numbers {
    border-color: transparent;
}
.pagination-next-link:hover {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    color: #0f5a84;
}
.pagination-next-link {
    background-color: transparent;
    border: 1px solid #0f5a84;
    color: #0f5a84;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 14px 0;
}
.pagination-next {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.pagination-next::before {
    width: 14px;
    color: #0f5a84;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    height: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "\f105";
}
.page-numbers {
    color: #0f5a84;
    border: none;
    font-family: 'Oswald', sans-serif;
    height: 40px;
    width: 40px;
    margin: 0;
    line-height: 40px;
}
.page-numbers.current {
    color: #BBB;
}
.pagination .current {
    background-color: transparent;
}
.page-numbers.dots {
    background-color: transparent;
}
/* ==================================================

site-header

 ================================================== */
.header {
    width: 100%;
    background: #fff;
    z-index: 500;
    position: fixed;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: auto;
}
.header.open {
    background: none;
    box-shadow: none;
}
.site-header-inner {
    width: 100%;
    position: relative;
    height: 130px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header.fixed .site-header-inner {
    height: 68px;
}
@media screen and (max-width: 1023px) {
    .site-header-inner {
        height: 68px;
    }
}
/* ----------------------------
　site-header - ロゴ
---------------------------- */
.site-branding-wrap {
    text-align: center;
}
.site-header-mag-wrap {
    width: 66px;
    height: 46px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 20px;
}
.site-header-mag a {
    width: 100%;
    padding: 46px 0 0 0;
    display: block;
    position: relative;
    color: #9f886e;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}
.site-header-mag a::before {
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: absolute;
    height: 16px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
    content: '\f518';
}
.site-header-mag a::after {
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 10px;
    height: 10px;
    line-height: 1;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: auto;
    content: '最新号';
    font-weight: 300;
}
.header.fixed .site-header-mag-wrap {
    padding: 0;
    width: 46px;
    position: absolute;
    left: auto;
    right: 75px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.site-branding {
    width: 180px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    display: inline-block;
    position: static;
    font-size: 0;
    line-height: 1;
}
.site-branding a {
    display: block;
}
.header.fixed .site-branding {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    margin: -50px auto 0 auto;
}
@media screen and (max-width: 1023px) {
    .site-branding {
        width: 140px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        margin: 0;
        position: absolute;
        padding: 0;
    }
    .site-header-mag-wrap {
        left: 160px;
        right: auto;
        padding: 0;
        width: 46px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media only screen and (max-width: 599px) {
    .site-branding {
        width: 100px;
    }
    .site-header-mag-wrap {
        left: 120px;
    }
    .site-header-mag-wrap {
        width: 40px;
        height: 40px;
    }
    .site-header-mag a {
        padding: 40px 0 0 0;
    }
    .site-header-mag a::before {
        font-size: 14px;
        height: 14px;
        top: 8px;
    }
    .site-header-mag a::after {
        bottom: 6px;
        transform: scale(0.8, 0.8);
    }
}
/* ----------------------------
　site-header - アイコンナビ
---------------------------- */
.header-navigation {
    position: absolute;
    top: 20px;
    bottom: auto;
    margin: auto;
    right: 10px;
    width: 48px;
    height: 38px;
}
.header.fixed .header-navigation {
    top: 0;
    bottom: 0;
}
.header-navigation ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -moz-flex-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.header-navigation ul li {
    width: 48px;
    margin: 0;
}
.header-navigation ul li:last-child {
    margin: 0;
}
.header-navigation ul li a {
    width: 100%;
    padding: 100% 0 0 0;
    display: block;
    position: relative;
    color: #231815;
}
.header-navigation ul li a span {
    display: none;
}
.header-navigation ul li a::before {
    width: 100%;
    text-align: center;
    font-size: 16px;
    position: absolute;
    height: 16px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 4px;
    right: 0;
    left: 0;
    margin: auto;
}
.header-navigation ul li.header-menu-shop a::before {
    content: '\f07a';
}
.header-navigation ul li.header-menu-twit a::before {
    content: '\f099';
}
.header-navigation ul li a::after {
    width: 100%;
    text-align: center;
    font-size: 11px;
    position: absolute;
    height: 17px;
    line-height: 1;
    font-weight: 300;
    bottom: 4px;
    right: 0;
    left: 0;
    margin: auto;
    white-space: pre;
}
.header-navigation ul li a::after {
    content: attr(title);
}
@media only screen and (max-width: 1023px) {
    .header-navigation {
        right: 60px;
        width: 45px;
        height: 38px;
        top: 0;
        bottom: 0;
    }
    .header-navigation ul li {
        width: 45px;
        margin: 0;
    }
    .header-navigation ul li a {
        padding: 40px 0 0 0;
    }
    .header-navigation ul li a::before {
        font-size: 14px;
        height: 14px;
        top: 4px;
    }
    .header-navigation ul li a::after {
        bottom: 0;
    }
}
@media only screen and (max-width: 599px) {
    .header-navigation {
        width: 76px;
    }
    .header-navigation ul li {
        width: 38px;
    }
    .header-navigation ul li a {
        padding: 100% 0 0 0;
    }
    .header-navigation ul li a::after {
        bottom: 0;
        transform: scale(0.8, 0.8);
    }
}
/* ==================================================

グローバルメニュー

 ================================================== */
.navi {
    width: 95%;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 500;
    background-color: transparent;
}
.header.fixed .navi {
    padding: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
	bottom:0;
	height:25px;
}
.navi-in > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.navi-in > ul li {
    display: block;
    width: auto;
    height: auto;
    line-height: 1.4;
}
.navi-in > ul > li > a {
    display: block;
    font-weight: 400;
    color: #231815;
    font-size: 1.8rem;
    padding: 0 5px;
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .header.fixed .navi {
        margin: 0 auto 0 0;
    }
}
@media only screen and (max-width: 1023px) {
    .navi {
        width: 100%;
        max-width: 100%;
        position: fixed;
        display: none;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        margin: auto;
    }
    .navi-in > ul {
        display: block;
        width: 250px;
        position: absolute;
        top: 80px;
        right: 10px;
    }
    .navi-in > ul > li {
        flex: none;
        width: 100%;
		text-align: right;
    }
    .navi-in > ul > li > a {
        padding: 10px;
        font-size: 1.6rem;
        text-align: right;
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 834px) {
    .navi-in > .menu-header {
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .navi-in > ul {
        display: block;
        top: 78px;
        right: 20px;
        transform: none;
        -webkit- transform: none;
    }
}
/* ----------------------------
　グローバルメニュー - スペース
---------------------------- */
.header-space {
    width: 100%;
    padding: 130px 0 0 0;
}
@media only screen and (max-width: 1023px) {
    .header-space {
        padding: 70px 0 0 0;
    }
}
/* ----------------------------
　グローバルメニュー - 検索
---------------------------- */
.search-menu-content {
    width: 400px;
	left: calc(50% - 400px/2);
	right: calc(50% - 400px/2);
}
.search-submit{
	top:50%;
}
@media only screen and (max-width: 1023px) {
.navi-in > ul > li.search-menu-button {
	padding:10px;
}
}
@media only screen and (max-width: 599px) {
.search-menu-content {
    width: 80%;
	left: 10%;
	right: 10%;
}
}
/* ==================================================

navigation - SPボタン

 ================================================== */
.navi-menu-open, .navi-menu-close {
    display: none;
}
@media only screen and (max-width: 1023px) {
    .navi-menu-open, .navi-menu-close {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        margin: auto;
        color: #222;
        top: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }
    .navi-menu-open {
        z-index: 999;
    }
    .navi-menu-close {
        z-index: 998;
        display: none;
    }
    .navi-menu-open div, .navi-menu-close div {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .navi-menu-open div::before, .navi-menu-close div::before {
        position: absolute;
        bottom: 15px;
        font-size: 1.2rem;
        height: 12px;
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        line-height: 1;
        font-family: 'Oswald', sans-serif;
    }
    .navi-menu-open div::before {
        content: 'MENU';
    }
    .navi-menu-close div::before {
        content: 'CLOSE';
    }
    .navi-menu-open div::after, .navi-menu-close div::after {
        position: absolute;
        content: '';
        height: 16px;
        width: 100%;
        text-align: center;
        font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
        font-size: 1.6rem;
        font-weight: 900;
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
        line-height: 1;
    }
    .navi-menu-open div::after {
        content: '\f0c9';
    }
    .navi-menu-close div::after {
        content: '\f00d';
    }
}
/* ==================================================

navigation - 背景

 ================================================== */
.navi-bg {
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: auto;
    right: -100vw;
    text-align: center;
    position: fixed;
    background-image: linear-gradient(111.5deg, rgba(228, 247, 255, 1) 21.9%, rgba(255, 241, 228, 1) 92.2%);
    z-index: 410;
}
/* ==================================================

　FrontPage

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

/* ----------------------------
　FrontPage - トップバナー
---------------------------- */
.widget--topbanner_area{
background: #f8f8f8;
}
.widget--topbanner{
max-width: 1200px !important;
    width: 90% !important;
    margin: 0 auto !important;
	padding:40px 0 20px 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.widget--topbanner li{
	width:200px;
	margin: 0 10px 20px 10px!important;
}

/* ----------------------------
　FrontPage - 最新号
---------------------------- */
.feature {
    width: 100%;
    background-image: linear-gradient(111.5deg, rgba(228, 247, 255, 1) 21.9%, rgba(255, 241, 228, 1) 92.2%);
    padding: 130px 0 0 0;
}
.feature-list {
    width: 100%;
    padding: 40px 0;
}
.feature-list > ul {
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-list > ul > li {
    width: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature-list > ul > li ._btn {
    max-width: 350px;
}
.feature-list > ul > li:first-child {
    width: 260px;
    margin: 0 40px 0 0;
}
.feature-list > ul > li a {
    display: block;
    width: 100%;
}
.feature-list > ul > li a:hover ._btn {
    color: #0f5a84;
}
.feature-pic {
    width: 100%;
    padding: 141% 0 0 0;
    background-size: 100% auto;
    background-position: center center;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover .feature-pic {
    background-size: 105% auto;
}
.feature-title {
    font-size: 2.2rem;
    font-weight: 300;
    padding: 0 0 10px 0;
    color: #8f6d47;
}
.feature-text-heading {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
}
.feature-text-title {
    font-size: 2.6rem;
    padding: 5px 0;
    line-height: 1.2;
    font-weight: 500;
}
.feature-text-lead {
    font-size: 1.6rem;
    padding: 0 0 20px 0;
    line-height: 1.2;
}
.feature-list > ul ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature-list > ul > li > div {
    width: 100%;
}
.feature-list > ul ul > li {
    width: 49%;
    margin: 5px 0 0 0;
}
.feature-list > ul ul > li:last-child {
    letter-spacing: -1px;
}
.feature-list > ul ul > li ._btn a, .feature-list > ul ul > li a ._btn {
    width: 100%;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    display: block;
    position: relative;
}
.feature-list > ul ul > li ._btn a, .feature-list > ul ul > li a ._btn {
    padding-right: 15px !important;
}
.feature-list > ul ul > li ._btn a::before, .feature-list > ul ul > li a ._btn::before {
    width: 10px;
    font-size: 1.0rem;
    height: 10px;
    right: 8px;
}
.feature-list > ul ul > li ._btn-blank a, .feature-list > ul ul > li a ._btn-blank {
    padding-right: 15px !important;
}
.feature-list > ul ul > li ._btn-blank a::before, .feature-list > ul ul > li a ._btn-blank::before {
    width: 10px;
    font-size: 1.0rem;
    height: 10px;
    right: 8px;
    content: "\f35d";
}
@media only screen and (max-width: 1023px) {
    .feature {
        padding: 68px 0 0 0;
    }
}
@media only screen and (max-width: 599px) {
    .feature-list > ul > li {
        width: 100%;
        text-align: center;
    }
    .feature-text-wrap {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
    .feature-title {
        padding: 0 0 10px 0;
        text-align: center;
    }
    .feature-text-heading {
        line-height: 1.2;
        padding: 0 0 5px 0;
    }
    .feature-text-title {
        line-height: 1.2;
    }
    .feature-list > ul ul {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
/* ==================================================

サイドバー

 ================================================== */
/* ----------------------------
　サイドバー - 最新号
---------------------------- */
.sidebar .feature {
    background: none;
    padding: 0;
}
.sidebar .feature-list {
    padding: 0 0 20px 0;
}
.sidebar .feature-list > ul {
    width: 100%;
}
.sidebar .feature-list > ul > li:first-child {
    width: 260px;
    margin: 0 0 20px 0;
}
.sidebar .feature-pic {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.sidebar .feature-title {
    text-align: center;
    color: #9f886e;
}
.front-page-colum .sidebar .feature-title {
    text-align: left;
    color: #9f886e;
}
.sidebar .feature-text-wrap {
    display: none;
}
.sidebar .feature-list > ul ul {
    display: none;
}
.front-page-colum .sidebar .feature {
    background-image: linear-gradient(111.5deg, rgba(228, 247, 255, 1) 21.9%, rgba(255, 241, 228, 1) 92.2%);
    padding: 40px 0;
}
.front-page-colum .sidebar .feature-list {
    padding: 0;
}
.front-page-colum .sidebar .feature-list > ul > li:first-child {
    width: 260px;
    margin: 0 40px 0 0;
}
.front-page-colum .sidebar .feature-text-wrap {
    display: block;
}
.front-page-colum .sidebar .feature-list > ul ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.front-page-colum .sidebar .feature-pic {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
@media only screen and (max-width: 1280px) {
    .front-page-colum .sidebar .feature {
        width: 105%;
        margin: 0 -2.5%;
    }
}
@media only screen and (max-width: 1023px) {
    .sidebar .feature {
        background-image: linear-gradient(111.5deg, rgba(228, 247, 255, 1) 21.9%, rgba(255, 241, 228, 1) 92.2%);
        padding: 0;
    }
    .sidebar .feature-list {
        padding: 40px 0;
    }
    .feature-list > ul > li:first-child, .sidebar .feature-list > ul > li:first-child {
        width: 200px;
        margin: 0 20px 0 0;
    }
    .sidebar .feature-title {
        color: #8f6d47;
        text-align: left;
    }
    .sidebar .feature-pic {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    }
    .sidebar .feature-text-wrap {
        display: block;
    }
    .sidebar .feature-list > ul ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
    }
    .feature-list > ul > li:first-child, .sidebar .feature-list > ul > li:first-child, .front-page-colum .sidebar .feature-list > ul > li:first-child {
        width: 200px;
        margin: 0 20px 0 0;
    }
    .sidebar .feature-title {
        color: #8f6d47;
        text-align: left;
    }
    .sidebar .feature-pic {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    }
    .sidebar .feature-text-wrap {
        display: block;
    }
    .front-page-colum .sidebar .feature {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 599px) {
    .feature-list > ul, .sidebar .feature-list > ul, .front-page-colum .sidebar .feature-list > ul {
        display: block;
        max-width: 300px;
        width: 90%;
        margin: 0 auto;
    }
    .sidebar .feature-title, .front-page-colum .sidebar .feature-title {
        text-align: center;
    }
    .feature-list > ul > li:first-child, .sidebar .feature-list > ul > li:first-child, .front-page-colum .sidebar .feature-list > ul > li:first-child {
        width: 200px;
        margin: 0 auto 20px auto;
    }
    .sidebar .feature-text-wrap, .front-page-colum .sidebar .feature-text-wrap {
        display: inline-block;
    }
}
/* ----------------------------
　サイドバー - オンラインショップ
---------------------------- */
.online-shop {
    padding: 0 0 40px 0;
}
.online-shop ._btn a, .online-shop a ._btn {
    background: #0f5a84;
    color: #fff;
}
.front-page-colum .online-shop {
    padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
    .online-shop {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 599px) {}
/* ----------------------------
　サイドバー - バナー
---------------------------- */
.banner, .banner-area > ul {
    width: 100%;
}
.banner {
    padding: 40px 0 20px 0;
}
.banner-area > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banner-area > ul > li {
    width: 100%;
    margin: 0 0 10px 0;
}
.banner-area > ul > li a {
    display: block;
}
.front-page-colum .banner-area > ul {
    max-width: 1200px;
    margin: 0 auto;
}
.front-page-colum .banner-area > ul::before, .front-page-colum .banner-area > ul::after {
    width: 300px;
    margin: 0 5px 0 5px;
    content: "";
    display: block;
}
.front-page-colum .banner-area > ul::before {
    order: 1;
}
.front-page-colum .banner-area > ul > li {
    width: 300px;
    margin: 0 5px 10px 5px;
}
@media only screen and (max-width: 1023px) {
    .banner-area > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .banner-area > ul > li {
        width: 300px;
        margin: 0 5px 10px 5px;
    }
    .front-page-colum .banner {
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 599px) {
    .banner-area > ul > li, .front-page-colum .banner-area > ul > li {
        width: 300px;
        margin: 0 0 20px 0;
    }
    .front-page-colum .banner-area > ul::before, .front-page-colum .banner-area > ul::after {
        width: 300px;
        margin: 0;
        content: "";
        display: block;
    }
}
/* ==================================================

　FrontPage

 ================================================== */
/* ----------------------------
　FrontPage - 最新記事
---------------------------- */
.new-area {
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.entry-archive-01 {
    width: 100%;
}
.entry-archive-01 > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-archive-01 > ul > li, .entry-archive-01 > ul::before, .entry-archive-01 > ul::after {
    width: 270px;
    margin: 0;
}
.entry-archive-01 > ul::before, .entry-archive-01 > ul::after {
    display: block;
    content: "";
}
.entry-archive-01 > ul::before {
    order: 1;
}
.entry-archive-01 > ul > li {
    margin: 0 0 20px 0;
}
.entry-archive-01 > ul > li a {
    display: block;
    color: #231815;
}
.entry-archive-photo-wrap {
    overflow: hidden;
    position: relative;
}
.entry-archive-photo {
    background-position: center center;
    background-size: cover;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a:hover .entry-archive-photo {
    transform: scale(1.1, 1.1);
    transform-origin: center center;
}
.entry-archive-pr {
    position: absolute;
    display: inline-block;
    padding: 2px 10px;
    top: 0;
    left: 0;
    font-weight: 200;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    z-index: 2;
}
.entry-archive-box {
    width: 95%;
    background: #fff;
    margin: -20px auto 0 0;
    box-sizing: border-box;
    padding: 20px 10px 20px 0;
    z-index: 1;
    position: relative;
}
.entry-archive-01 .entry-archive-box {
    padding: 20px 10px 10px 0;
}
.entry-icon-new {
    position: absolute;
    top: -27px;
    left: -10px;
}
.entry-icon-new::before {
    display: inline-block;
    padding: 2px 20px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    background: #9f886e;
    color: #fff;
    font-size: 12px;
    content: "NEW";
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.entry-archive-02 .entry-icon-new {
    top: -33px;
    left: 10px;
}
.entry-archive-box-title {
    padding: 0 0 20px 0;
    font-weight: 500;
}
.entry-archive-01 .entry-archive-box-title {
    padding: 0;
}
.entry-archive-box-meta {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 300;
    font-size: 1.2rem;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    color: #BBB;
}
a .entry-archive-box-meta, .entry-archive-box-meta a, .entry-archive-box-cat a, .entry-archive-box-date a {
    color: #BBB !important;
}
.entry-archive-01 .entry-archive-box-meta {
    position: relative;
    padding: 0 10px 0 30px;
    width: 95%;
    background: #fff;
    margin: 0 auto 0 0;
    box-sizing: border-box;
}
.entry-archive-box-meta::before {
    width: 30px;
    height: 1px;
    background: #CCC;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: left bottom;
    left: 0;
    bottom: 0;
}
.entry-archive-box-meta > div {
    display: inline-block;
}
.entry-archive-box-cat span {
    display: inline-block;
    padding: 0 0 0 5px;
}
.entry-archive-box-cat span:first-child {
    padding: 0;
}
.entry-archive-box-date {
    padding: 0 0 0 10px;
    font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 1280px) {
    .entry-archive-01 > ul {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .entry-archive-01 > ul > li, .entry-archive-01 > ul::before, .entry-archive-01 > ul::after {
        margin: 0 2% 0 2%;
        width: 29.33%;
        min-width: 230px;
    }
    .entry-archive-01 > ul > li {
        margin: 0 2% 20px 2%;
    }
    .new-area .entry-archive-01 > ul > li:last-child, .new-area .entry-archive-01 > ul > li:nth-last-child(2) {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .entry-archive-01 {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 599px) {
    .entry-archive-01 > ul > li, .entry-archive-01 > ul::before, .entry-archive-01 > ul::after {
        width: 46%;
        min-width: 46%;
        margin: 0 2%;
    }
    .entry-archive-01 > ul > li {
        margin: 0 2% 20px 2%;
    }
    .new-area .entry-archive-01 > ul > li:last-child, .new-area .entry-archive-01 > ul > li:nth-last-child(2) {
        display: block;
    }
    .entry-archive-box {
        padding: 10px 10px 10px 0;
    }
    .entry-icon-new {
        top: -20px;
        left: -5px;
    }
    .entry-icon-new::before {
        padding: 1px 10px;
        font-size: 10px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .entry-archive-box-title {
        padding: 0 0 10px 0;
    }
    .entry-archive-box-meta {
        padding: 0 0 0 40px;
    }
    .entry-archive-box-meta::before {
        width: 40px;
    }
    .entry-archive-box-meta > div {
        display: block;
    }
    .entry-archive-box-date {
        padding: 0;
    }
}
/* ----------------------------
　FrontPage - PICKUP
---------------------------- */
.pickup-area {
    padding: 180px 0 0 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.entry-archive-02 {
    width: 100%;
}
.entry-archive-02 .box-height {
    width: 90%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0 0 20px 0;
    background: #fff;
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.entry-archive-02 .box-height a {
    display: block;
    color: #231815;
}
.entry-archive-02 .entry-archive-box {
    margin: 20px 0;
    padding: 0 10px;
}
.entry-archive-02 .entry-archive-box-title {
    padding: 0;
}
.entry-archive-02 .entry-archive-box-meta {
    position: relative;
    padding: 0 10px 0 30px;
    margin: 0 0 0 10px;
}
@media only screen and (max-width: 1023px) {
    .pickup-area {
        padding: 100px 0 0 0;
    }
    .entry-archive-02 {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 599px) {
    .entry-archive-02 {
        width: 90%;
    }
    .entry-archive-02 .entry-archive-box {
        padding: 0 10px;
    }
}

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

メインカラム下部ウィジェット

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

.widget-main-foot{
	padding: 0 0 40px 0;
}
.widget-main-foot .card-title{
	font-size:1.6rem !important;
	font-weight: 500;
}
.widget-main-foot a,
.widget-main-foot a:hover,
.widget-main-foot a:active,
.widget-main-foot a:visited{
	color:#231815;
}


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

コンテンツ下部ウィジェット

 ================================================== */
.content-bottom-in{
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}


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

footer上部

 ================================================== */
.content-bottom{
	margin: 0!important;
}

.footer-head-unit{
	width: 100%;
}
.footer-head-unit > *{
	width: 100%;
	background: #f8f8f8;
    padding: 40px 0;
}
.footer-head-unit > *:nth-child(even){
	background: #fff;
}

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

footer

 ================================================== */
.footer {
    margin-top: 0;
}

@media only screen and (max-width: 1023px) {}
@media only screen and (max-width: 599px) {}
/* ----------------------------
　footer - カテゴリー
---------------------------- */
.cat_list {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.cat_list > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat_list > ul > li, .cat_list > ul::before {
    width: 275px;
    position: relative;
    margin: 0 0 100px 0;
}
.cat_list > ul::before {
    content: "";
    display: block;
    order: 1;
    margin: 0;
}
.cat_list > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background: #fff;
    color: #231815;
}
.cat_list > ul > li > ._btn {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-category-title {
    width: 80%;
	min-width:170px!important;
	background: #fff;
    padding: 15px 30px 15px 20px;
    font-size: 2.0rem;
    line-height: 1;
    display: block;
    position: relative;
    margin: -25px auto 0 0;
    font-weight: 300;
}
.footer-category-title::before {
    width: 20px;
    text-align: center;
    font-size: 2.0rem;
    position: absolute;
    height: 20px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "\f105";
}
.footer-category-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 40px 20px;
}
.footer-category-box-title {
    font-weight: 500;
    font-size: 1.4rem;
}
.footer-category-box-date {
    text-align: right;
    color: #BBB;
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    width: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: auto;
    font-weight: 300;
}
@media only screen and (max-width: 1200px) {
    .cat_list > ul {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-flex-pack: start;
        -moz-flex-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
    }
    .cat_list > ul::before, .cat_list > ul > li {
        position: relative;
        margin: 0 1.5% 100px 1.5%;
        width: 30.33333%;
    }
    .cat_list > ul::before {
        margin: 0 2%;
    }
}
@media only screen and (max-width: 599px) {
    .cat_list > ul::before, .cat_list > ul > li {
        width: 47%;
        max-width: 240px;
        margin: 0 1.5% 80px 1.5%;
    }
    .cat_list > ul::before {
        margin: 0 2%;
    }
    .cat_list > ul > li > ._btn {
        bottom: -60px;
    }
    .footer-category-title {
        width: 80%;
		min-width:100px!important;
		padding: 10px 20px 10px 10px;
        margin: -15px auto 0 0;
        font-size: 1.8rem;
    }
    .footer-category-title::before {
        width: 14px;
        height: 14px;
        font-size: 1.6rem;
        right: 10px;
    }
    .footer-category-box {
        padding: 5px 10px 30px 10px;
    }
    .footer-category-box-title {
        font-size: 1.2rem;
    }
    .footer-category-box-date {
        bottom: 10px;
        right: 10px;
    }
}
/* ----------------------------
　footer - バックナンバー
---------------------------- */

/* ----------------------------
　footer - お知らせ
---------------------------- */
.notice-archive {
    width: 95%;
    max-width: 860px;
    margin: 0 auto;
}
.notice-archive > ul {
    width: 100%;
}
.notice-archive > ul > li {
    width: 100%;
    padding: 0 0 30px 0;
}
.notice-archive > ul > li > a {
    width: 100%;
    display: block;
    color: #231815;
}
.notice-archive > ul ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.notice-archive > ul ul > li {
    width: 70%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
.notice-archive > ul ul > li:nth-child(odd) {
    width: 100px;
    font-family: 'Oswald', sans-serif;
    color: #BBB;
    font-weight: 200;
}
@media only screen and (max-width: 599px) {
    .notice-archive > ul ul > li {
        width: 100%;
    }
    .notice-archive > ul ul > li:nth-child(odd) {
        width: 100%;
        padding: 0 0 5px 0;
    }
}
/* ----------------------------
　footer - フッター
---------------------------- */
.footer-container {
    padding: 40px 0;
    background: #231815;
    color: #fff;
    width: 100%;
}
.footer-container a {
    color: #fff;
    display: block;
}
.footer-widgets {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-left, .footer-right {
    width: 50%;
}
.footer-center {
    width: 100%;
    text-align: center;
    padding: 0;
}
.footer-logo {
    width: 180px;
}
.footer-sns {
    padding: 20px 0 0 0;
    font-size: 1.4rem;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2rem;
}
.footer-right {
    text-align: right;
    font-size: 1.2rem;
}
.footer-right a {
    display: inline-block;
}
.widget-footer-right h3 {
    display: none;
}
.footer-container .widget {
    margin: 0;
}
.footer-container .widget li {
    margin-bottom: 10px;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .widget_block ul li a:hover {
    background-color: transparent;
    transition: inherit;
    color: inherit;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_block ul li a {
    color: inherit;
    text-decoration: none;
    padding: 0;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 834px) {
    .footer-widgets {
        display: block;
    }
}
@media only screen and (max-width: 599px) {
    .footer-widgets {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .footer-left, .footer-right {
        width: 100%;
    }
    .footer-left {
        text-align: center;
    }
    .footer-logo {
        width: 160px;
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .footer-sns {
        padding: 0;
    }
    .footer-right {
        text-align: left;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: justify;
        -moz-flex-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.2rem;
    }
    .footer-right > * {
        width: 48%;
    }
    .footer-right a {
        margin: 0 0 5px 0 !important;
        padding: 0 0 5px 0 !important;
        border-bottom: 1px solid #333;
        width: 100%;
        display: block;
    }
    .footer-container .widget li {
        margin-bottom: 0;
    }
}
/* ----------------------------
　footer - 鎌倉新書ロゴ
---------------------------- */
.site-info-c-logo {
    width: 110px;
    margin: 20px auto;
}
/* ----------------------------
　footer - コピーライト
---------------------------- */
.footer-bottom {
    margin-top: 0;
    padding: 0;
    position: relative;
    font-size: 1.0rem;
}
.copyright {
    margin-top: 0;
}
.admin-panel {
    display: none;
}
/* ==================================================

single

 ================================================== */
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    line-height: inherit;
    font-weight: bold;
}
article.post {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.entry-title {
    font-size: 2.6rem;
    line-height: 2.0;
    padding: 0 0 20px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
}
.entry-title.entry-title-pr {
    position: relative;
}
.entry-title.entry-title-pr::before {
    display: inline-block;
    padding: 2px 10px;
    height: 12px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 5px 0 0;
    font-weight: 200;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    content: "PR";
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
    .entry-title {
        line-height: 1.6;
    }
}
.entry-content h2, .entry-information-box h2 {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
    margin: 0;
}
.entry-content h2::before, .entry-information-box h2::before {
    display: none;
}
.entry-content h3, .entry-information-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
}
.entry-content h4, .entry-information-box h4 {
    font-size: 2.0rem;
    font-weight: 700;
}
.entry-content h5, .entry-information-box h5 {
    font-weight: 700;
    font-size: 1.7rem;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-information-box h2, .entry-information-box h3, .entry-information-box h4, .entry-information-box h5 {
    line-height: 1.6;
}
.entry-content {
    line-height: 2.0;
    padding: 0 0 40px 0;
    margin: 0;
}
.entry-content > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
blockquote {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-style: oblique;
    font-weight: 300;
    border-left: 5px solid #ddd;
}
.int, .int-none {
    font-weight: bold;
    font-style: italic;
}
.wp-block-image, .photo {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    max-width: 750px;
}
.wp-block-image figure, .photo figure {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.wp-block-image figcaption, .photo figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image figcaption {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 10px;
    text-align: left;
    margin: 0 !important;
}
.photo-h-wrap {
    width: 100%;
    text-align: center;
    padding-top: 56.25%;
    position: relative;
}
.photo-h {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.photo-h figure {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 100%;
}
.photo-h figure img {
    margin: 0 auto;
    height: 100%;
    width: auto;
}
.photo-h figcaption {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.cap {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-top: 10px;
    text-align: left;
}
.slider_wrap {
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .int::after {
        top: 14px;
    }
}
.entry-information-box {
    border: 1px solid #ccc;
    width: 90%;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0 auto 20px auto;
    line-height: 1.8;
    border-radius: 0;
}
.entry-information-box .bar-100 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.entry-information-box .slider_wrap {
    width: 100%;
}
.entry-information-title {
    font-size: 1.8rem;
    padding: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.entry-information-box ._btn {
    margin: 0 auto;
}
.entry-information-box > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}


.entry-information-text p {
    padding-bottom: 10px;
}
.entry-information-text p.cap {
    padding: 10px 0 0 0;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-container, .instagram-container, .facebook-container {
    max-width: 100%;
    margin: 30px 0;
}
.video-container .video {
    margin-bottom: 30px;
}
.toc a {
    color: #0f5a84;
}
.toc-center {
    margin: 40px auto !important;
}
.toc-list li {
    list-style-type: disc;
}
@media screen and (max-width: 599px) {
    .entry-information-box {
        line-height: 1.6;
    }
    .entry-information-title {
        text-align: left;
    }
    .entry-information-box ._btn {
        margin: 0 auto 0 0;
    }
}
.issue {
    background: #f8f8f8;
    padding: 30px 2.5%;
    box-sizing: border-box;
    margin: 30px auto;
    width: 90%;
}
.issue h3 {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
}
.issue .feature-list {
    padding: 20px 0 30px 0;
}
.issue .feature-list > ul > li:first-child {
    width: 180px;
}
.issue .feature-text-title {
    font-size: 2.0rem;
    padding-top: 5px;
}
.issue .feature-pic {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.issue .feature-list > ul ul > li ._btn a, .issue .feature-list > ul ul > li a ._btn {
    background: #0f5a84;
    color: #fff;
}
@media screen and (max-width: 599px) {
    .issue .feature-list > ul {
        width: 100%;
    }
    .issue .feature-list > ul > li:first-child {
        width: 180px;
    }
}
@media screen and (max-width: 834px) {
    .article .issue ul {
        padding-left: 0;
    }
}
.issue-post-area h4 {
    padding: 0 0 0 40px;
    position: relative;
    font-weight: 300;
}
.issue-post-area h4::before {
    width: 62px;
    height: 2px;
    background-color: #9f886e;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}
.entry-archive-04 {
    width: 100%;
    padding: 10px 0 20px 0;
}
.entry-archive-04 > ul {
    width: 95%;
    margin: 0 auto;
}
.entry-archive-04 > ul > li {}
.entry-archive-04 a {
    display: block;
    color: #231815;
    padding: 7px 30px 7px 0;
    border-bottom: 1px solid #fff;
    position: relative;
}
.entry-archive-04 a::before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    content: "\f105";
    color: #9f886e;
    font-weight: 900;
    font-size: 12px;
}
.entry-archive-04 > ul > li:first-child a {
    border-top: 1px solid #fff;
}
.entry-archive-04 > ul > li .entry-archive-pr {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    top: 0;
    left: 0;
    font-weight: 200;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    z-index: 2;
    margin: 0 0 0 5px;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}
.entry-archive-04 > ul > li .entry-archive-box-title {
    padding: 0;
    font-weight: normal;
    display: inline-block;
}
.issue-post-cat {
    color: #BBB !important;
    font-weight: 300;
    font-size: 1.2rem;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    position: relative;
    display: block;
}
.entry-archive-box-meta-wrap {
    text-align: right;
	padding:0 0 20px 0;
}
.entry-archive-box-meta-wrap .entry-archive-box-meta {
    display: inline-block;
}
.sns-share {
    padding: 20px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.sns-share .button-caption {
    display: none;
}
.sns-share-message {
    margin-right: auto;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    width: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.sns-share-buttons {
    flex-wrap: nowrap;
    justify-content: normal;
    align-content: normal;
}
.sns-share-buttons a {
    margin-bottom: 0;
    align-content: normal;
    justify-content: normal;
    position: relative;
    font-size: 30px;
    width: 30px;
    margin: 0 30px 0 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #231815;
}
.sns-share-buttons a:last-child {
    margin: 0;
}
.sns-buttons a {
    display: block;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    height: auto;
}
.sns-buttons a:hover {
    color: #231815;
}
@media only screen and (max-width: 1023px) {
    .entry-footer .feature {
        width: 110%;
        margin: 20px -5% 0 -5%;
    }
}
@media screen and (max-width: 599px) {
    .entry-footer .feature-list > ul > li:first-child {
        width: 180px;
    }
    .sns-buttons a {
        font-size: 25px;
        width: 25px;
        margin: 0 25px 0 0;
    }
    .sns-buttons a:last-child {
        margin: 0;
    }
    .sns-share-message {
        margin-right: auto;
        width: 150px;
    }
}
.related h2 {
    margin: 40px 0 20px 0;
}
.entry-archive-03 {
    width: 100%;
}
.entry-archive-03 > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-archive-03 > ul > li, .entry-archive-03 > ul::before, .entry-archive-03 > ul::after {
    width: 200px;
    margin: 0;
}
.entry-archive-03 > ul::before, .entry-archive-03 > ul::after {
    display: block;
    content: "";
}
.entry-archive-03 > ul::before {
    order: 1;
}
.entry-archive-03 > ul > li {
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
    background: #fff;
}
.entry-archive-03 a {
    display: block;
    color: #231815;
}
.entry-archive-03 .entry-archive-box {
    margin: 20px 0 0 0;
    padding: 0 10px 20px 10px;
}
.entry-archive-03 .entry-archive-box-title {
    padding: 0;
    font-size: 1.4rem;
}
@media only screen and (max-width: 1280px) {
    .entry-archive-03 > ul {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .entry-archive-03 > ul > li, .entry-archive-03 > ul::before, .entry-archive-03 > ul::after {
        margin: 0 2% 0 2%;
        width: 21%;
        min-width: 200px;
    }
    .entry-archive-03 > ul > li {
        margin: 0 2% 20px 2%;
    }
}
@media only screen and (max-width: 1023px) {
    .entry-archive-03 {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 599px) {
    .entry-archive-03 {
        width: 90%;
        margin: 0 auto;
    }
    .entry-archive-03 > ul > li, .entry-archive-03 > ul::before, .entry-archive-03 > ul::after {
        width: 46%;
        min-width: 46%;
        margin: 0 2%;
    }
    .entry-archive-03 > ul > li {
        margin: 0 2% 20px 2%;
    }
    .entry-archive-03 .entry-archive-box {
        padding: 0 10px 10px 10px;
        margin: 10px 0 0 0;
    }
}
.rect-mini-card .related-entry-card-title {
    font-weight: 600;
}
.related-list a:visited {
    color: #777;
}
.cat-label {
    top: auto;
    bottom: 5px;
    height: 14px;
    left: -5px;
    line-height: 1;
    border: none;
    background-color: rgba(100, 100, 100, 0.75);
    padding: 2px 10px;
}
/* ==================================================

single navigation

 ================================================== */
.post-navigation {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 50px auto !important;
}
.nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    position: relative;
}
.nav-links::before {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    background: #ddd;
    position: absolute;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    flex: 0 0 45%;
}
.nav-next {
    margin-left: auto;
}
.nav-previous {
    margin-right: auto;
}
.nav-previous a, .nav-next a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.nav-previous a {
    padding: 0 0 0 15px;
}
.nav-next a {
    padding: 0 15px 0 0;
}
.nav-previous a::before, .nav-next a::before {
    position: absolute;
    width: 12px;
    height: 10px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-size: 12px;
    font-weight: 900;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-previous a::before {
    content: '\f104';
    left: 0;
}
.nav-next a::before {
    content: '\f105';
    right: 0;
}
.nav-title {
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    display: block;
}
@media screen and (max-width: 599px) {
    .post-navigation {
        margin: 0 auto 30px auto !important;
    }
}
/* ==================================================

wp-pagenavi

 ================================================== */
.wp-pagenavi {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 8px;
    margin: 2px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    color: #BBB;
}
.wp-pagenavi span.pages {
    font-size: 1.4rem;
    display: block;
}
.wp-pagenavi a:hover {
    border-color: none;
}
.wp-pagenavi span.current {
    border-color: none;
    color: #0f5a84;
    font-weight: 300;
}
.navigation.post-navigation {
    padding: 40px 0 0 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: right;
}
@media only screen and (max-width: 1023px) {
    .navigation.post-navigation {
        padding: 30px 0 0 0;
    }
}
@media only screen and (max-width: 599px) {}
/*===========================

magazine - archive

=============================*/
.magazine-archive-01 {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.magazine-archive-02 {
    width: 100%;
    margin: 0 auto;
}
.magazine-archive-01 > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.magazine-archive-01 > ul::before, .magazine-archive-01 > ul::after, .magazine-archive-01 > ul > li {
    width: 260px;
}
.magazine-archive-01 > ul::before, .magazine-archive-01 > ul::after {
    content: "";
    display: block;
}
.magazine-archive-01 > ul::before {
    order: 1;
}
.magazine-archive-01.magazine-archive-02 > ul::before {
    display: none;
}
.magazine-archive-01 > ul > li {
    margin: 0 0 20px 0;
}
.magazine-archive-01.magazine-archive-02 > ul > li {
    margin: 0 0 40px 0;
}
.magazine-archive-01 > ul > li a {
    display: block;
    color: #231815;
}
.magazine-archive-pic {
    width: 100%;
    padding: 141% 0 0 0;
    background-size: 100% auto;
    background-position: center center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover .magazine-archive-pic {
    background-size: 105% auto;
}
.magazine-archive-title {
    font-weight: 500;
    padding: 20px 0 10px 0;
}
.mag-icon-new {
    display: inline-block;
    margin: 0 0 0 10px;
}
.mag-icon-new::before {
    display: inline-block;
    padding: 2px 10px;
    height: 16px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.06);
    color: #9f886e;
    font-size: 10px;
    content: "最新号";
    vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
    .magazine-archive-01 > ul {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-flex-pack: center;
        -moz-flex-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
    .magazine-archive-01 > ul::before, .magazine-archive-01 > ul::after, .magazine-archive-01 > ul > li {
        width: 21%;
        margin: 0 2% 0 2%;
    }
    .magazine-archive-01.magazine-archive-02 > ul::before, .magazine-archive-01.magazine-archive-02 > ul::after, .magazine-archive-01.magazine-archive-02 > ul > li {
        min-width: 230px;
        margin: 0 2% 0 2%;
    }
    .magazine-archive-01.magazine-archive-02 > ul::before {
        display: block;
    }
    .magazine-archive-01 > ul > li {
        margin: 0 2% 20px 2%;
    }
    .magazine-archive-01.magazine-archive-02 > ul > li {
        margin: 0 2% 40px 2%;
    }
}
@media only screen and (max-width: 800px) {
    .magazine-archive-01 > ul::before, .magazine-archive-01 > ul::after, .magazine-archive-01 > ul > li {
        width: 46%;
        max-width: 240px;
    }
    .magazine-archive-01.magazine-archive-02 > ul::before, .magazine-archive-01.magazine-archive-02 > ul::after, .magazine-archive-01.magazine-archive-02 > ul > li {
        width: 29.3333%;
        min-width: 230px;
    }
}
@media only screen and (max-width: 599px) {
    .magazine-archive-01 > ul::before, .magazine-archive-01 > ul::after, .magazine-archive-01 > ul > li, .magazine-archive-01.magazine-archive-02 > ul::before, .magazine-archive-01.magazine-archive-02 > ul::after, .magazine-archive-01.magazine-archive-02 > ul > li {
        width: 46%;
        min-width: 46%;
    }
    .mag-icon-new {
        margin: 0 0 0 1px;
        transform: scale(0.8, 0.8);
    }
    .mag-icon-new::before {
        padding: 2px;
    }
}
/*===========================

magazine - post

=============================*/
.magazine-header .entry-archive-box-meta {
    position: relative;
    padding: 0;
    text-align: center;
}
.magazine-header .entry-archive-box-meta::before {
    display: none;
}
.magazine-header .entry-archive-box-cat, .magazine-header .entry-archive-box-date {
    font-size: 1.6rem;
}
@media only screen and (max-width: 599px) {
    .magazine-header .entry-archive-box-meta {
        padding: 0;
    }
    .magazine-header .entry-archive-box-meta::before {
        display: none;
    }
    .magazine-header .entry-archive-box-meta > div {
        display: inline-block;
        text-align: center;
    }
    .entry-archive-box-date {
        padding: 0;
    }
}
.magazine-title {
    font-size: 2.6rem;
    font-weight: 300;
    padding: 0 0 20px 0;
    color: #9f886e;
    text-align: center;
}
.magazine-pic {
    width: 60%;
    margin: 0 auto;
    max-width: 350px;
    min-width: 200px;
}
.magazine-btn {
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.magazine-btn a {
    display: block;
}
.magazine-btn > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.magazine-btn > ul > li {
    width: 300px;
    margin: 0 0 10px 0;
}
.magazine-btn > ul > li:only-child {
    margin: 0 155px 10px 155px;
}
.magazine-btn > ul > li:nth-child(3) {
    margin: 0 310px 10px 0;
}
.magazine-btn > ul > li:first-child:nth-last-child(4), .magazine-btn > ul > li:first-child:nth-last-child(4) ~ li {
    margin: 0 0 10px 0;
}
@media only screen and (max-width: 800px) {
    .magazine-btn > ul > li {
        width: 49%;
        margin: 0 0 10px 0;
        max-width: 300px;
        min-width: 49%;
    }
    .magazine-btn > ul > li:only-child {
        margin: 0 25.5% 10px 25.5%;
    }
    .magazine-btn > ul > li:nth-child(3) {
        margin: 0 51% 10px 0;
    }
    .magazine-btn > ul > li:first-child:nth-last-child(4), .magazine-btn > ul > li:first-child:nth-last-child(4) ~ li {
        margin: 0 0 10px 0;
    }
}
.magazine-content {
    padding: 40px 0 0 0;
}
.magazine-content > ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.magazine-content > ul > li {
    width: 80%;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.magazine-content > ul > li.magazine-content-index-wrap {
    width: 100px;
}
.magazine-content-index {
    width: 100%;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.magazine-content-index a {
    display: block;
}
.magazine-content-index-pic {
    position: relative;
    width: 100%;
    padding: 40px 0 0 0;
    z-index: 1;
}
.magazine-content-index-pic::before {
    width: 13px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    height: 13px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    bottom: 10px;
    right: 28px;
    margin: auto;
    content: "\f00e";
    z-index: 3;
    color: #fff;
}
.magazine-content-index-pic::after {
    width: 40px;
    text-align: center;
    font-size: 40px;
    position: absolute;
    height: 40px;
    line-height: 1;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "\f518";
    z-index: 2;
}
.magazine-content-text {
    border-top: 1px solid #ccc;
    width: 100%;
}
.magazine-content-text > ul {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.magazine-content-text > ul > li {
    padding: 0 10px;
    width: 100%;
}
.mag-text-heading {
    font-weight: 700;
    font-size: 1.4rem;
}
.mag-text-lead {
    font-weight: 300;
    font-size: 1.4rem;
}
@media only screen and (max-width: 800px) {
    .magazine-content > ul {
        width: 100%;
        display: block;
    }
    .magazine-content > ul > li {
        width: 100%;
        display: block;
    }
    .magazine-content > ul > li.magazine-content-index-wrap {
        width: 100px;
        margin: 0 auto 10px auto;
    }
}
.magazine-post-area {
    padding: 40px 0 0 0;
}
.error-404-text {
    width: 100%;
    text-align: center;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.06);
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    font-weight: 100;
    padding: 0 0 40px 0;
}
/* ==================================================

page

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

フォーム

 ================================================== */
.mw_wp_form_preview .inquiry-text {
    display: none;
}
.mw_wp_form h3 {
    font-size: 2.0rem;
    padding: 0 0 30px 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 10px;
    outline: none;
    font-size: 1.6rem;
}
input:active {
    outline: none;
}
.form-list > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -moz-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #CCC;
}
.form-list > ul > li {
    width: 70%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC;
}
.form-list > ul > li:nth-child(odd) {
    width: 30%;
}
.form-list > ul > li input[type="text"], .form-list > ul > li input[type="email"], .form-list > ul > li textarea, .form-list > ul > li input.wpcf7-text {
    width: 100%;
}
.required {
    padding: 1px 5px 2px;
    line-height: 1;
    font-size: 1.0rem;
    color: #fff;
    background: #9f886e;
    border-radius: 2px;
}
.submit-btn {
    text-align: center;
    padding: 40px 0 0 0;
}
.submit-btn input {
    display: inline-block;
    background: #0f5a84;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 15px 50px;
    border: none;
    margin: 0 10px;
    cursor: pointer;
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 300px;
    width: 80%;
}
.submit-btn input:hover {
    filter: alpha(opacity=5);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
@media screen and (max-width: 599px) {
    .form-list > ul > li {
        width: 100%;
        padding: 5px 5px 15px 5px;
        border-bottom: 1px solid #ccc
    }
    .form-list > ul > li:nth-child(odd) {
        width: 100%;
        padding: 15px 5px 5px 5px;
        border-bottom: none;
    }
}
/*===========================

SP時効果

=============================*/
.done .feature-pic, .done .magazine-archive-pic {
    background-size: 105% auto;
}
.done .entry-archive-photo {
    transform: scale(1.1, 1.1);
    transform-origin: center center;
}
/*===========================

twitterアイコンをXに変更

=============================*/
.icon-twitter:before {
    content: "\e61b";
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
}

.blank-box{
	border-width:1px;
}
.wp-block-video{

}
.entry_banner{
	position:relative;
}
.entry_banner .wp-block-video{
	position:relative;
	z-index:0;
	border:1px solid #aaa;
}
.entry_banner .wp-block-video::before{
	content:"広告";
	background:rgba(255,255,255,0.8);
	font-size:10px;
	width:30px;
	position:absolute;
	top:1px;
	right:1px;
	text-align:center;
	line-height:1;
	padding:2px 0;
	z-index:999;
}
.entry_banner .wp-block-video > a{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:80%;
	z-index:1;
	display:block;
}
