@charset "utf-8";

/*
Theme Name: hiraya-koubou
Theme URI: https://www.hiraya-koubou.com/cms/wp-content/themes/hiraya-koubou/
Author: Daisuke Honda
Author URI: https://www.kumamoto-hp.com/
Description: 平屋スタイル工房のオリジナルデザイン親テーマ
Version: 1.0
License:
License URI:
Text Domain:
Tags:
*/


/* WordPress WYSIWYG Editor Styles
-------------------------------------------------------- */
/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .alignleft,
    img.alignleft {
        margin-right: auto;
        margin-left: auto;
    }

    .alignright,
    img.alignright {
        margin-right: auto;
        margin-left: auto;
    }

    .aligncenter,
    img.aligncenter {
        display: block;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .aligncenter,
    img.aligncenter {
        display: block;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .alignleft,
    img.alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright,
    img.alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .aligncenter,
    img.aligncenter {
        display: block;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    padding: 5px;
    max-width: 100%;
    background: #eee;
    background: rgba(0,0,0,.1);
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    width: 33%;
    text-align: right;
}

blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    width: 33%;
    text-align: left;
}

/*.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}*/


/* WordPress CSS - Miscellaneous Styles
-------------------------------------------------------- */
/* category links */
/*li.categories {}
li.cat-item {}
li.cat-item-{id} {}
li.current-cat {}
li.current-cat-parent {}
ul.children {}*/

/* blogroll links */
/*.linkcat {}
.blogroll {}*/

/* readmore links */
/*.more-link {}*/

/* WordPress CSS - Page Listings
-------------------------------------------------------- */
/*.pagenav {}*/               /* outermost list item */
/*.page_item {}*/             /* any page item */
/*.page-item-{id} {}*/        /* specific page id */
/*.current_page_item {}*/     /* current page */
/*.current_page_parent {}*/   /* parent of current page */
/*.current_page_ancestor {}*/ /* any ancestor of current page */

/*.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {}
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {}*/


/* WordPress CSS - Default WordPress Widgets
-------------------------------------------------------- */
/*.widget {}*/

.widget-ttl {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    border-radius: 3px;
    /*background: #fff;*/
    background: transparent;
    font-weight: 600;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
}

.widget-ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    border-radius: 2px;
    background: #f99408;
    content: "";
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widget-ttl {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/* links widget */
/*.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}*/

/* meta widget */
/*.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}*/

/* pages widget */
/*.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}*/


/* recent-posts widget, category widget, archives widget
-------------------------------------------------------- */
.widget_recent_entries,
.widget_archive,
.widget_categories {
    /*background: #fff;*/
    /*border-top: 1px solid #e6e6e6;*/
    padding: 0 0 25px;
}

/*.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul {}*/

.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
}

.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a {
    position: relative;
    display: block;
    padding: 12px 0 12px 34px;
}

.widget_recent_entries ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
    background: #fdf0e7;
    color: #fc993f;
    text-decoration: none;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .widget_recent_entries ul li a:before,
    .widget_archive ul li a:before,
    .widget_categories ul li a:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: inline-block;
        margin-top: -8px;
        color: #f99408;
        content: "\e88a";
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: "webfont";
    }

    .widget_recent_entries ul li a:hover:before,
    .widget_archive ul li a:hover:before,
    .widget_categories ul li a:hover:before {
        left: 11px;
        -webkit-transform: translate(1px, 0);
           -moz-transform: translate(1px, 0);
            -ms-transform: translate(1px, 0);
             -o-transform: translate(1px, 0);
                transform: translate(1px, 0);
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .widget_recent_entries ul li a:before,
    .widget_archive ul li a:before,
    .widget_categories ul li a:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: inline-block;
        margin-top: -8px;
        color: #f99408;
        content: "\e88a";
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: "webfont";
    }

    .widget_recent_entries ul li a:hover:before,
    .widget_archive ul li a:hover:before,
    .widget_categories ul li a:hover:before {
        left: 11px;
        -webkit-transform: translate(1px, 0);
           -moz-transform: translate(1px, 0);
            -ms-transform: translate(1px, 0);
             -o-transform: translate(1px, 0);
                transform: translate(1px, 0);
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .widget_recent_entries ul,
    .widget_archive ul,
    .widget_categories ul {
        /*border-top: none;*/
    }

    .widget_recent_entries ul li,
    .widget_archive ul li,
    .widget_categories ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .widget_recent_entries ul li a,
    .widget_archive ul li a,
    .widget_categories ul li a {
        padding: 12px 0 11px 34px;
    }

    .widget_recent_entries ul li a:before,
    .widget_archive ul li a:before,
    .widget_categories ul li a:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: inline-block;
        margin-top: -8px;
        color: #f99408;
        content: "\e88a";
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        font-family: "webfont";
    }

    .widget_recent_entries ul li a:hover,
    .widget_archive ul li a:hover,
    .widget_categories ul li a:hover {
        text-decoration: underline;
    }

    .widget_recent_entries ul li a:hover:before,
    .widget_archive ul li a:hover:before,
    .widget_categories ul li a:hover:before {
        left: 11px;
        -webkit-transform: translate(1px, 0);
           -moz-transform: translate(1px, 0);
            -ms-transform: translate(1px, 0);
             -o-transform: translate(1px, 0);
                transform: translate(1px, 0);
    }
}

/* archives widget */
.widget_archive label.screen-reader-text {
    display: none;
}

.widget_archive select {
    padding: 5px;
    width: 100%;
}

/*.widget_archive option {}*/

/* category widget */
.widget_categories label.screen-reader-text {
    display: none;
}

/*.widget_categories ul ul.children {}
.widget_categories a {}*/

.widget_categories select {
    padding: 5px;
    width: 100%;
}

/*.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}*/

/* tag-cloud widget */
/*.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}*/

.widget_tag_cloud a {
    display: inline-block;
    margin: 0 .1em .2em 0;
    padding: .1em .5em;
    background: rgba(249, 148, 8, .9);
    color: #fff;
    text-decoration: none;
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

/*.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}*/

.widget_tag_cloud a:hover {
    color: #fff;
           opacity: .6;
    -ms-filter: "alpha(opacity=60)";
        filter: alpha(opacity=60);

    -khtml-opacity: .6;
      -moz-opacity: .6;
}

/* calendar widget */
/*.widget_calendar {}*/

.widget_calendar table {
    width: 100%;
    text-align: center;
}

/*#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}*/

/* recent-commments widget */
/*.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}*/

/* search widget */
#searchform {
    position: relative;
}
#searchform .searchfield {
    box-sizing: border-box;
    margin: 0;
    padding: 7px 5px;
    width: calc(100% - 65px);
    height: 38px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;
}
#searchform .searchsubmit {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    padding: 7px 0;
    width: 60px;
    border: none;
    border-radius: 4px;
    background: #dd1d1d;
    box-shadow: 0 3px 0 #6e2a2a;
    color: #fff!important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    transform: translateY(-50%);
}

/* PC */
@media only screen and (min-width: 980px) {
    #searchform .searchsubmit:hover {
               opacity: .7;
        -ms-filter: "alpha(opacity=70)";
            filter: alpha(opacity=70);

        -khtml-opacity: .7;
          -moz-opacity: .7;
    }
}

.widget_search {
    margin: 0 0 20px 0;
}

/*.screen-reader-text {}*/

/* text widget */
/*.textwidget {}
.widget_text {}
.textwidget p {}*/


/* WordPress CSS - Comment Styles
-------------------------------------------------------- */
/*.commentlist .reply {}
.commentlist .reply a {}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{id} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}*/


/* WordPress CSS - body_class()
-------------------------------------------------------- */
/*.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}*/


/* WordPress CSS - post_class()
-------------------------------------------------------- */
/*.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.format-aside {}
.format-gallery {}
.format-link {}
.format-image {}
.format-quote {}
.format-status {}
.format-video {}
.format-audio {}
.format-chat {}*/


/* .front-page
-------------------------------------------------------- */
.front-page {
    clear: both;
}

.front-page:before,
.front-page:after {
    display: table;
    content: " ";
}

.front-page:after {
    clear: both;
}

/*.front-page { *zoom: 1; }*/

.front-page-thumbnail {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: center;
}

.front-page-thumbnail > img {
    display: inline;
}

.front-page-detail {
    overflow: visible;
}

.front-page-detail > :last-child {
    margin-bottom: 0;
}

.front-page-detail-meta {
    clear: both;
    margin: 0 3px 10px 3px;
    color: #949494;
    text-align: left;
    font-size: 8px;
    font-size: .8em;
}

.front-page-detail-meta a {
    color: #949494;
}

/*.front-page-detail-meta-time {}
.front-page-detail-meta-date {}*/

.front-page-detail-meta-category {
    display: block;
}

/*.front-page-detail-txt {}*/

.front-page-detail-more {
    text-align: right;
}

.news-front-page .post-ttl {
    margin: 0 0 20px !important;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .front-page-thumbnail {
        float: left;
        margin-right: 4.268292682927%;/*35px*/
        width: 42.4390243902439%;/*348px*/
    }

    .front-page-thumbnail > img {
        display: block;
    }

    .front-page-detail {
        float: left;
        overflow: hidden;
        width: 53.292682926829265%;/*437px*/
    }

    .front-page-detail-meta {
        text-align: left;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .front-page {
        margin: 0 0 0 0;
        padding: 0 0;/*870px*/
    }

    .front-page-thumbnail {
        float: left;
        margin-right: 4.268292682927%;/*35px*/
        width: 42.4390243902439%;/*348px*/
    }

    .front-page-thumbnail > img {
        display: block;
    }

    .front-page-detail {
        float: left;
        overflow: hidden;
        width: 53.292682926829265%;/*437px*/
    }

    .front-page-detail-meta {
        text-align: left;
    }
}


/* .archive
-------------------------------------------------------- */
.archive {
    clear: both;
}

.archive:before,
.archive:after {
    display: table;
    content: " ";
}

.archive:after {
    clear: both;
}

/*.archive { *zoom: 1; }*/

/* .archive-list */
.archive-list {
    overflow: hidden;
    margin-bottom: 60px;
}
.archive-list-item {
    padding: 0;
}
.archive-list-item-img {
    margin-bottom: 13px;
}
.archive-list-item-ttl {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 2.4rem;
}
.archive-list-item-catch {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.archive-list-item-txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    .archive-list-item {
        float: left;
        margin-top: 4%;
        margin-right: 2%;
        width: 49%;
    }
    .archive-list-item:nth-child(1),
    .archive-list-item:nth-child(2) {
        margin-top: 0;
    }
    .archive-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .archive-list-item {
        float: left;
        margin-top: 4%;
        margin-right: 2%;
        width: 49%;
    }
    .archive-list-item:nth-child(1),
    .archive-list-item:nth-child(2) {
        margin-top: 0;
    }
    .archive-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .archive-list-item {
        float: left;
        margin-top: 3.7433155080213902%;/*35px*/
        margin-right: 3.7433155080213902%;/*35px*/
        width: 30.83778966131907%;/*288.34px*/
    }
    .archive-list-item:nth-child(1),
    .archive-list-item:nth-child(2),
    .archive-list-item:nth-child(3) {
        margin-top: 0;
    }
    .archive-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

/* .archive-thumbnail */
.archive-thumbnail {
    display: block;
    float: none;
    margin: 0 0 10px;
    border: #fbe2e6 solid 2px;
    text-align: center;
}

.archive-thumbnail > img {
    display: inline;
}

/* .archive-detail */
.archive-detail {
    overflow: visible;
}

.archive-detail > :last-child {
    margin-bottom: 0;
}

.archive-detail-ttl {
    margin: 0 0 .2em !important;
    padding: 0 0 .2em !important;
    border-bottom: none !important;
    /* background-color: #fafafa; */
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6;
}

.archive-detail-ttl a {
    text-decoration: none !important;
}

.archive-detail-ttl a:hover {
    text-decoration: none;
}

.archive-detail-meta {
    clear: both;
    margin: 0 3px 10px 3px;
    color: #333;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
}

.archive-detail-meta a {
    color: #333;
}

.archive-detail-meta .ttl {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 8.5rem;
    font-weight: 400;
}

.archive-detail-meta .ttl::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "：";
}

.archive-detail-meta-date .price {
    color: #bf0000;
    font-weight: 700;
    font-size: 200% !important;
    line-height: 170% !important;
}

.archive-detail-meta-date .high {
    color: #bf0000;
    font-weight: 700;
    font-size: 120% !important;
}

/*.archive-detail-meta-date {}*/

.archive-detail-meta-year {
    display: block;
}
.archive-detail-meta-mileage {
    display: block;
}

.archive-detail-meta-category {
    display: inline-block;
    margin: 0 4px 4px 0;
}
.archive-detail-meta-category a {
    display: block;
    margin: 0;
    padding: 5px 12px;
    border-radius: 20px;
    background: #f99408;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
}
.archive-detail-meta-category a:hover {
    text-decoration: none;
           opacity: .7;
    -ms-filter: "alpha(opacity=70)";
        filter: alpha(opacity=70);

    -khtml-opacity: .7;
      -moz-opacity: .7;
}

/*.archive-detail-txt {}*/

.archive-detail-more {
    text-align: right;
}

.archive-detail-more a {
    text-decoration: none !important;
}

.news-archive .post-ttl {
    margin: 0 0 20px !important;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .archive-thumbnail {
        width: 100%;
    }

    .archive-thumbnail > img {
        display: block;
    }

    .archive-detail {
        width: 100%;
    }

    .archive-detail-meta {
        text-align: left;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .archive {
        margin: 0 0 0 0;
        padding: 0 0;/*870px*/
    }

    .archive-thumbnail {
        width: 100%;
    }

    .archive-thumbnail > img {
        display: block;
    }

    .archive-detail {
        width: 100%;
    }

    .archive-detail-meta {
        text-align: left;
    }
}


/* .category
-------------------------------------------------------- */
.category {
    clear: both;
}

.category:before,
.category:after {
    display: table;
    content: " ";
}

.category:after {
    clear: both;
}

/*.category { *zoom: 1; }*/

.category-thumbnail {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: center;
}

.category-thumbnail > img {
    display: inline;
}

.category-detail {
    overflow: visible;
}

.category-detail > :last-child {
    margin-bottom: 0;
}

.category-detail-meta {
    clear: both;
    margin: 0 3px 10px 3px;
    color: #949494;
    text-align: left;
    font-size: 8px;
    font-size: .8em;
}

.category-detail-meta a {
    color: #949494;
}

/*.category-detail-meta-time {}
.category-detail-meta-date {}*/

.category-detail-meta-category {
    display: block;
}

/*.category-detail-txt {}*/

.category-detail-more {
    text-align: right;
}

.news-category .post-ttl {
    margin: 0 0 20px !important;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .category-thumbnail {
        float: left;
        margin-right: 4.268292682927%;/*35px*/
        width: 42.4390243902439%;/*348px*/
    }

    .category-thumbnail > img {
        display: block;
    }

    .category-detail {
        float: left;
        overflow: hidden;
        width: 53.292682926829265%;/*437px*/
    }

    .category-detail-meta {
        text-align: left;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .category {
        margin: 0 0 0 0;
        padding: 0 0;/*870px*/
    }

    .category-thumbnail {
        float: left;
        margin-right: 4.268292682927%;/*35px*/
        width: 42.4390243902439%;/*348px*/
    }

    .category-thumbnail > img {
        display: block;
    }

    .category-detail {
        float: left;
        overflow: hidden;
        width: 53.292682926829265%;/*437px*/
    }

    .category-detail-meta {
        text-align: left;
    }
}


/* .search-results
-------------------------------------------------------- */
/*.search-results {}*/

.search-results-hdr-ttl {
    margin: 0 0 10px;
    padding: 5px 16px 5px 0;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.54;
}

.search-results-body-thumbnail {
    margin-bottom: 10px;
}

.search-results-body-more {
    text-align: right;
}


/* .post
-------------------------------------------------------- */
.post {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: dotted 1px #b2b2b2;
}

.post-ttl {
    margin: 0 0 12px !important;
}

.post-body {
    margin: 0 0 30px;
}

/* img */
.post-body img {
    max-width: 100%;
    height: auto;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.post-body .size-auto,
.post-body .size-full,
.post-body .size-large,
.post-body .size-medium,
.post-body .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* txt */
.post-body p {
    /* margin: 0 0 1.6em;
    line-height: 1.7; */
}

.post-body strong {
    font-weight: 700;
}

.post-body em {
    font-style: italic;
}

.post-body h1 {
    margin: 0 0 18px;
    color: #f99408;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
}

.post-body h2 {
    margin: 1em 0 1em;
    padding: .35em .35em;
    border-bottom: 2px solid #f99408;
    background-color: #fafafa;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
}

.post-body h3 {
    margin-bottom: 20px;
    padding: .2em .35em;
    border-bottom: 2px solid #e1e1e1;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

.post-body h4 {
    margin-bottom: 20px;
    padding: 0 0 0 .7em;
    border-left: 2px solid #f99408;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
}

.post-body h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
}

.post-body h6 {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;

    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

/* .ul, .ol */
/* .post-body ol {
    display: block;
    list-style-type: decimal;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.post-body ul {
    display: block;
    list-style-type: disc;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

.post-body ol li,
.post-body ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.post-body ol ol ul,
.post-body ol ul ul,
.post-body ul ol ul,
.post-body ul ul ul {
    list-style-type: square;
}

.post-body ol ul,
.post-body ul ul {
    list-style-type: circle;
} */

/* table */
.post-body table {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.post-body table th {
    background: transparent;
}

.post-body table th,
.post-body table td {
    border: none;
}

.post-body table > thead > tr > td,
.post-body table > thead > tr > th,
.post-body table > tbody > tr > td,
.post-body table > tbody > tr > th,
.post-body table > tfoot > tr > td,
.post-body table > tfoot > tr > th {
    padding: 8px;
    border-top: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.7;
}

.post-body table > thead {
    background-color: #f99408;
}

.post-body table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}

.post-body table > caption + thead > tr:first-child > td,
.post-body table > caption + thead > tr:first-child > th,
.post-body table > colgroup + thead > tr:first-child > td,
.post-body table > colgroup + thead > tr:first-child > th,
.post-body table > thead:first-child > tr:first-child > td,
.post-body table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.post-body table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

/* blockquote */
.post-body blockquote {
    position: relative;
    overflow: auto;
    margin: 0 8px 24px 8px;
    padding: 24px 12px 6px 48px;
    background-color: rgba(240,240,240,.8);
    color: #555;
    font-size: 95%;
}

.post-body blockquote:before {
    position: absolute;
    top: 10px;
    left: 8px;
    color: gainsboro;
    content: "”";
    font-size: 200%;
    line-height: 1;
}

.post-body blockquote:after {
    content: "";
}

.post-body blockquote p {
    font-style: italic;
}

/* code / pre （サンプルコード） */
.post-body code,
.post-body pre {
    margin-bottom: 1em;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px #eee inset;
       -moz-box-shadow: 1px 1px 2px #eee inset;
            box-shadow: 1px 1px 2px #eee inset;
    font-size: 13px;
    font-size: 1.3rem;
}

/* bg-* */
.post-body .bg-deepblue {
    padding: 3px 6px;
    background-color: #337ab7;
    color: #fff;
}

.post-body .bg-green {
    padding: 3px 6px;
    background-color: #dff0d8;
}

.post-body .bg-blue {
    padding: 3px 6px;
    background-color: #d9edf7;
}

.post-body .bg-yellow {
    padding: 3px 6px;
    background-color: #fcf8e3;
}

.post-body .bg-red {
    padding: 3px 6px;
    background-color: #f2dede;
}


/* .news-page（.page）
-------------------------------------------------------- */
/*.news-page {
    border-bottom: dotted 1px #b2b2b2;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}*/


/* .post-meta
-------------------------------------------------------- */
.post-meta {
    clear: both;
    margin: 0 3px 10px 3px;
    color: #767676;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
}

.post-meta a {
    color: #767676;
}

.post-meta .ico {
    margin: 0 6px;
    color: #767676;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}


/* .pagepost
-------------------------------------------------------- */
.pagepost {
    margin: 0 0 40px 0;
}
.pagepost-list li {
    display: block;
    margin: 0 0 20px;
    color: #333;
}
.pagepost-list li a {
    text-decoration: none;
    transition: .3s ease-in-out;
}
.pagepost-list li p {
    margin: 0;
    padding: 4px;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
}
.pagepost-list li p .ico {
    margin: 0;
    color: #333;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}
.pagepost-list li.next p {
    text-align: right;
}
.pagepost-list li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    width: 100%;
    /*border-radius: 2px;*/
    border: 1px solid #ccc9c8;
    background: #fff;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.2);*/

    align-items: center;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.pagepost-list li .box::after {
    content: none;
}
.pagepost-list li.prev .box {
    -webkit-flex-direction: row;
            flex-direction: row;
}
.pagepost-list li.next .box {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.pagepost-list li .box figure {
    margin: 0;
    padding: 0;
    width: 100px;
}
.pagepost-list li.prev .box figure {
    border-right: 1px solid #ccc9c8;
}
.pagepost-list li.next .box figure {
    border-left: 1px solid #ccc9c8;
}
.pagepost-list li .box figure img {
    width: 100%;
}
.pagepost-list li .box .txt {
    display: flex;
    padding: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;

    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .pagepost-list li.prev,
    .pagepost-list li.next {
        max-width: 350px;
        width: 46%;
    }
    .pagepost-list li.prev {
        float: left;
        margin: 15px 0;
        text-align: left;
    }
    .pagepost-list li.next {
        float: right;
        margin: 15px 0;
        text-align: right;
    }
}

/* PC */
@media only screen and (min-width: 980px) {
    .pagepost-list li.prev,
    .pagepost-list li.next {
        max-width: 350px;
        width: 46%;
    }
    .pagepost-list li.prev {
        float: left;
        margin: 15px 0;
        text-align: left;
    }
    .pagepost-list li.next {
        float: right;
        margin: 15px 0;
        text-align: right;
    }
}


/* .pagenavi
-------------------------------------------------------- */
.pagenavi {
    text-align: center;
}


/* .post-tag
-------------------------------------------------------- */
.post-tag {
    text-align: right;
}

.post-tag ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.post-tag ul li {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    padding: 0;
}

.post-tag ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*height: 24px;
    line-height: 24px;
    padding: 0 1em;*/
    padding: 3px 6px 7px 22px;
    max-width: 300px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    /*border-radius: 3px;*/
    white-space: nowrap;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    -webkit-transition: .2s;
            transition: .2s;
}

.post-tag ul li a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    display: inline-block;
    margin-top: -9px;
    padding-left: 1px;
    color: #767676;
    content: "\e821";
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "webfont";
}

.post-tag ul li a:hover {
    border: 1px solid #ff7400;
    background-color: #ff7400;
    color: #fff;
}

.post-tag ul li a:hover::before {
    color: #fff;
}


/* .tagcloud
-------------------------------------------------------- */
.tagcloud {
    margin: 15px 0 0 0;
}

.tagcloud ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.tagcloud ul li {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
    padding: 0;
}

.tagcloud ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*height: 24px;
    line-height: 24px;
    padding: 0 1em;*/
    padding: 4px 8px 4px 22px;
    max-width: 160px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    /*border-radius: 3px;*/
    white-space: nowrap;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    -webkit-transition: .2s;
            transition: .2s;
}

.tagcloud ul li a::before {
    position: absolute;
    top: 50%;
    left: 7px;
    display: inline-block;
    margin-top: -9px;
    padding-left: 1px;
    color: #767676;
    content: "\e821";
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "webfont";
}

.tagcloud ul li a:hover {
    border: 1px solid #ff7400;
    background-color: #ff7400;
    color: #fff;
}

.tagcloud ul li a:hover::before {
    color: #fff;
}


/* .posts-list
-------------------------------------------------------- */
.posts-list li {
    overflow: hidden;
}
.posts-list li a {
    display: flex;
    box-sizing: border-box;
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    color: #111;
    text-decoration: none;

    justify-content: space-between;
    align-items: center;
}
.posts-list li a:hover {
    background: #fff;
}
.posts-list li a .thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 124px;
    /* border: 1px solid #e5e5e5; */
    background: #fff;

    flex-shrink: 0;
}
.posts-list li a .thumbnail img {
    opacity: 1.0;
    transition: .3s ease;
}
.posts-list li a:hover .thumbnail img {
    opacity: .75;
    cursor: pointer;
    transition: .3s ease;
    transform: scale(1.1);
}
.posts-list li a .box {
    box-sizing: border-box;
    padding: 0 0 0 10px;
    width: 57%;
    width: calc( 100% - 124px );
    line-height: 1.6;
}
.posts-list li a .box-ttl {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.posts-list li a:hover .box-ttl {
    color: #fc993f;
    text-decoration: underline;
}
.posts-list li a .box-lead {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}
.posts-list li a .box-meta {
    display: block;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
}
.posts-list li a:hover .box-meta {
    color: #fc993f;
    text-decoration: underline;
}


/* .popular-list（.posts-list）
-------------------------------------------------------- */
.posts-list.popular-list {
    counter-reset: li;
}
.posts-list.popular-list li a .thumbnail {
    position: relative;
}
.posts-list.popular-list li a .thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    content: counter(li);
    counter-increment: li;
    text-align: center;
    font-size: 100%;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5em;
}
/* .posts-list.popular-list li a .thumbnail::before {
    -webkit-box-shadow: 0 1px 10px -5px #000;
       -moz-box-shadow: 0 1px 10px -5px #000;
            box-shadow: 0 1px 10px -5px #000;
} */
.posts-list.popular-list li:nth-child(1) a .thumbnail::before {
    background-color: rgba(230,180,34,.9);
}
.posts-list.popular-list li:nth-child(2) a .thumbnail::before {
    background-color: rgba(192,192,192,.9);
}
.posts-list.popular-list li:nth-child(3) a .thumbnail::before {
    background-color: rgba(196,112,34,.9);
}


/* wp_social_bookmarking_light
-------------------------------------------------------- */
.wp_social_bookmarking_light {
    margin: 0 !important;
    padding: 10px 0 20px 0 !important;
    border: 0 !important;
}

.wp_social_bookmarking_light div {
    float: left !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    min-height: 30px !important;
    border: 0 !important;
    text-indent: 0 !important;
    line-height: 18px !important;
}

.wp_social_bookmarking_light img {
    margin: 0;
    padding: 0;
    border: 0 !important;
    vertical-align: top !important;
}

.wp_social_bookmarking_light_clear {
    clear: both !important;
}

#fb-root {
    display: none;
}

.wsbl_twitter {
    width: 100px;
}

.wsbl_facebook_like iframe {
    max-width: none !important;
}

.wsbl_pinterest a {
    border: 0 !important;
}

.wsbl_line {
    width: 88px;
}

.wp_social_bookmarking_light {
    margin: 60px 0 10px 0 !important;
    padding: 15px 15px 7px 15px !important;
    border-radius: 3px;
    background-color: #f4f4f4;
}

.wp_social_bookmarking_light_clear {
    display: none;
}

.wsbl_twitter {
    width: 67px;
}


/* .wpcf7（Contact Form 7）
-------------------------------------------------------- */
.wpcf7 {
    width: 100%;
}
.wpcf7 form.sent table {
    display: none;
}
.wpcf7 table.mailform-table {
    margin-bottom: 40px;
    width: 100%;
}
.wpcf7 table th .attention {
    display: inline-block;
    margin-left: 10px;
    padding: 3px;
    padding: 1px 5px;
    border-radius: 3px;
    background: #f33;
    color: #fff;
    vertical-align: middle;
    text-shadow: none;
    font-size: 70%;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.wpcf7-list-item.last {
    margin: 0;
}

/* selectカスタマイズ */
.wpcf7-form-control-wrap[data-name="your-hour"],
.wpcf7-form-control-wrap[data-name="your-hourfirst"],
.wpcf7-form-control-wrap[data-name="your-hoursecond"],
.wpcf7-form-control-wrap[data-name="your-hourthird"] {
    margin: 0 0 0 1em;
}
.wpcf7-form-control-wrap[data-name="your-pref"],
.wpcf7-form-control-wrap[data-name="your-hour"],
.wpcf7-form-control-wrap[data-name="your-hourfirst"],
.wpcf7-form-control-wrap[data-name="your-hoursecond"],
.wpcf7-form-control-wrap[data-name="your-hourthird"] {
    position: relative;
    display: inline-block;
}
.wpcf7-form-control-wrap[data-name="your-pref"]::before,
.wpcf7-form-control-wrap[data-name="your-hour"]::before,
.wpcf7-form-control-wrap[data-name="your-hourfirst"]::before,
.wpcf7-form-control-wrap[data-name="your-hoursecond"]::before,
.wpcf7-form-control-wrap[data-name="your-hourthird"]::before {
    position: absolute;
    top: 13px;
    right: .8em;
    z-index: 1;
    display: block;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(33, 33, 33, 1);
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}
.wpcf7-form-control-wrap[data-name="your-pref"]::after,
.wpcf7-form-control-wrap[data-name="your-hour"]::after,
.wpcf7-form-control-wrap[data-name="your-hourfirst"]::after,
.wpcf7-form-control-wrap[data-name="your-hoursecond"]::after,
.wpcf7-form-control-wrap[data-name="your-hourthird"]::after {
    position: absolute;
    top: 24px;
    right: .8em;
    z-index: 1;
    display: block;
    border-top: 6px solid rgba(33, 33, 33, 1);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    pointer-events: none;
}

/* sp（0px～480px未満の場合に適用） */
@media (min-width: 0) and (max-width: 480px) {
    .wpcf7-form-control-wrap[data-name="your-hour"],
    .wpcf7-form-control-wrap[data-name="your-hourfirst"],
    .wpcf7-form-control-wrap[data-name="your-hoursecond"],
    .wpcf7-form-control-wrap[data-name="your-hourthird"] {
        margin: 1em 0 0 0;
    }
}

/* 画像クリック対応 */
.your-document {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.your-document .wpcf7-list-item {
    margin: 0 1em 1em 0;
}
.your-document .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    /* font-size: 0; */
}
.your-document .wpcf7-list-item .wpcf7-list-item-label {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 5px;
}
.your-document .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_01_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}
.your-document .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_02_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}
.your-document .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
    display: inline-block;
    margin-top: 10px;
    width: 115px;
    height: 165px;
    background: url(./assets/img/contact/img_your-document_03_sp.png);
    background-size: 115px 165px;
    content: "";
    vertical-align: middle;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .your-document .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_01_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
    .your-document .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_02_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
    .your-document .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
        display: inline-block;
        margin-top: 10px;
        width: 230px;
        height: 330px;
        background: url(./assets/img/contact/img_your-document_03_pc.png);
        background-size: 230px 330px;
        content: "";
        vertical-align: middle;
    }
}

/* 必須項目の入力欄 */
/* .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: rgba(255, 255, 142, .46);
} */

/* エラーメッセージ */
/* .wpcf7 .wpcf7-not-valid {
    background: pink;
} */
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: #eb1010;
    font-weight: 600;
}
.wpcf7 .wpcf7-not-valid-tip {
    position: relative;
    display: flex;
    margin-top: 10px;
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #e30c10;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;

    align-items: center;
}
.wpcf7 .wpcf7-not-valid-tip::before {
    display: inline-block;
    margin-right: .5em;
    color: #fff;
    content: "\e891";
    vertical-align: middle;
    font-weight: 700;
    font-size: 2.0rem;
    font-family: "webfont";
    line-height: 1;
}

/* .wpcf7 .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #ff5d00;
    border-radius: 4px;
    background-color: #ffebb6;
    color: #ff5d00;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.wpcf7 .wpcf7-mail-sent-ok {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #3a87ad;
    border-radius: 4px;
    background-color: #d9edf7;
    color: #3a87ad;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
} */

/* 送信ボタン */
.wpcf7-submit:disabled {
    opacity: .5;
}


/* .mw_wp_form
-------------------------------------------------------- */
.mw_wp_form {
    width: 100%;
}
.mw_wp_form table.mailform-table {
    margin-bottom: 40px;
    width: 100%;
}
.mw_wp_form table th .attention {
    margin-left: 10px;
    padding: 3px;
    color: red;
    font-size: 80%;
}
.mw_wp_form option,
.mw_wp_form textarea,
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=search],
.mw_wp_form input[type=url] {
    box-sizing: border-box;
    width: 100%;
}
.mw_wp_form .horizontal-item {
    margin-right: 15px;
    white-space: nowrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.mw_wp_form .horizontal-item:last-child {
    margin-right: 0;
}
.mw_wp_form #submit-button input {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 30px;
    height: auto;
    border: 1px solid #333;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-size: 90%;

    -webkit-appearance: none;
}
.mw_wp_form p#submit-button {
    text-align: center;
}

/* PC */
@media only screen and (min-width: 980px) {
    .mw_wp_form table td.w50 input,
    .mw_wp_form table td.w50 select {
        box-sizing: border-box;
        width: 50%;
    }
    .mw_wp_form table td.w80 input,
    .mw_wp_form table td.w80 select {
        box-sizing: border-box;
        width: 80%;
    }
    .mw_wp_form table td.w80 textarea {
        box-sizing: border-box;
        width: 80%;
    }
    .mw_wp_form #submit-button input {
        display: inline-block;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 10px 30px;
        height: auto;
        border: 1px solid #333;
        border-radius: 5px;
        background: #333;
        color: #fff;
        font-size: 90%;

        -webkit-appearance: none;
    }
}


/* Easy Table of Contents
-------------------------------------------------------- */
#ez-toc-container {
    margin: 2em 0;
    padding: 0;/*余白いらない*/
    width: 100%;
    border: none; /*囲い枠を非表示*/
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.05);/*影*/
            box-shadow: 0 4px 4px rgba(0,0,0,.05);/*影*/
}

/*タイトル*/
div#ez-toc-container p.ez-toc-title {
    padding: 20px 0;
    font-weight: 900;
}

/*タイトル全体*/
.ez-toc-title-container {
    background: #313131;
}

/*タイトルを太文字&中央寄せ*/
div#ez-toc-container p.ez-toc-title {
    color: #fff;
    text-align: center;
    font-weight: 900;
}

/*webfont*/
div#ez-toc-container p.ez-toc-title:before {
    margin-right: .5em;
    content: "\e837";
    font-weight: 900;
    font-family: "webfont";
}

/*表示・非表示ボタン*/
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle {
    margin-right: 30px;
    margin-left: 30px;
    padding: 1em;
    border: none;
    border-radius: 50%;/*ボタンを丸く*/
    box-shadow: none;
}

/*見出しリスト全体*/
#ez-toc-container ul.ez-toc-list {
    margin-left: 1em;
}
#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
.ez-toc-widget-container,
.ez-toc-widget-container li {
    line-height: 2.0;
}

/*下層リスト*/
#ez-toc-container ul > li > ul > li {
    position: relative;
    padding-left: 1.3em;
}
#ez-toc-container ul > li > ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ddd;
    content: "┣ ";
    font-weight: 600;
}
#ez-toc-container ul > li > ul > li:last-of-type:before {
    content: "┗ ";
}

/*タイトル下の部分*/
#ez-toc-container nav {
    padding: 20px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}


/* Table of Contents Plus
-------------------------------------------------------- */
#toc_container {
    position: relative;
    display: table;
    box-sizing: border-box;
    margin: 2.5em auto 2.5em 0;
    padding: 20px 15px;
    min-width: 68%;
    border-top: 5px solid #00428c;
    border-radius: 3px;
    background-color: rgba(249, 249, 249,1);
    box-shadow: 0 1.5px 2.4px rgba(0,0,0,.15);
}

/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before {
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    background: none;
    box-shadow: none;
    content: none;
}

/* 目次の見出しタイトル */
#toc_container .toc_title {
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
}

/* 見出しタイトル左のアイコン */
#toc_container .toc_title::before {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 66, 140,1);
    color: #fff;
    content: "\e837";
    vertical-align: baseline;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "webfont";
    line-height: 30px;

    speak: none;
    -webkit-font-smoothing: antialiased;
}

/* 表示／非表示トグル */
#toc_container .toc_toggle a {
    padding: 2px 4px;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
}

/* 目次エリア */
#toc_container p.toc_title + ul.toc_list {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

/* 目次のリストの共通スタイル */
#toc_container ul.toc_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 目次のリンク */
#toc_container ul.toc_list li a {
    position: relative;
    display: inline-block;
    margin: 7px 0;
    padding: 3px 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 94%;
    line-height: 1.6;
    transition: all .3s ease;
}

/* 目次のリンクカラー */
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited {
    color: #555;
}

/* マウスオーバー時 */
#toc_container ul.toc_list a:hover {
    text-decoration: none;
    opacity: .88;
}

/* 親の目次 */
#toc_container ul.toc_list > li > a {
    margin-left: 40px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
}

/* 番号振り用のスタイル */
#toc_container .toc_number {
    display: inline-block;
    margin-right: 5px;
    background-color: rgba(0, 66, 140,.52);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: "Avenir Next", "Helvetica Neue", Arial, "Meiryo","Yu Gothic", san-serif;
}

/* 親の目次の番号 */
#toc_container .toc_number.toc_depth_1 {
    position: absolute;
    top: 0;
    left: -40px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
}

/* 子の目次の番号 */
#toc_container .toc_number:not(.toc_depth_1) {
    padding: 0 5.43px;
    border-radius: 15px;
    line-height: 30px;
}

/* 子の目次 */
#toc_container ul.toc_list > li > ul {
    margin-left: 40px;
}

/* SP */
@media only screen and (min-width: 0) and (max-width: 767px) {
    #toc_container {
        padding: 20px 3vw;
        min-width: auto;
        width: 100%!important;
    }
    #toc_container p.toc_title + ul.toc_list {
        padding: 20px 0 0;
    }
    #toc_container ul.toc_list > li > ul {
        margin-left: 30px;
    }
}


/* Smash Balloon Instagram Feed
-------------------------------------------------------- */
#sb_instagram #sbi_images {
    margin-bottom: 25px;
}
