@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@font-face
{
    font-family: 'MyYuGothicM';
    font-weight: 400;

    src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

header
{
    position: relative;
    z-index: 99;

    width: 1000px;
    height: auto;
    margin: 0 auto;

    background-color: white;
}

@media screen and (max-width: 768px)
{
    header
    {
        width: 100vw;
        height: 10px;
        margin: 0;
    }
}

/* ヘッダーロゴ */
#header-l .sitename
{
    font-size: 42px !important;
    font-size: 4.2rem !important;
    line-height: 1.2;

    width: 100%;
    margin: 0;
    padding: 20px 0;

    text-align: left;
    letter-spacing: 0;
}

@media screen and (max-width: 768px)
{
    #header-l .sitename
    {
        display: none;
    }
}

#header-l a
{
    font-family: 'Quicksand', sans-serif;
    font-size: 40px !important;
    font-size: 4rem !important;
    font-weight: bold;

    text-decoration: none;

    color: #36220e;
}

@media screen and (max-width: 768px)
{
    #header-l a
    {
        font-size: 28px !important;
        font-size: 2.8rem !important;
    }
}

#header-l .descr
{
    font-size: 12px !important;
    font-size: 1.2rem !important;

    width: 100%;
    margin-top: -1em;
    padding: 0 20px 0 20px;

    text-align: left;
}

@media screen and (max-width: 768px)
{
    #header-l .descr
    {
        font-size: 11px;
        font-size: 3.4375vw !important;

        margin-top: -2em;
    }
}

#gazou-wide
{
    position: relative;

    width: 100%;
    height: 65px;
}

@media screen and (max-width: 768px)
{
    #gazou-wide
    {
        display: none;
    }
}

#gazou-wide .smanone
{
    position: absolute;

    display: block;

    width: 100%;
    height: auto;
}

#gazou-wide .header-line
{
    width: 100%;
    height: 4px;
    margin: 0 -500%;
    margin-top: 1em;
    padding: 0 500%;

    background-color: #dbdbdb;
}

@media screen and (max-width: 768px)
{
    #gazou-wide .header-line
    {
        display: none;
    }
}

#gazou-wide .menu
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    margin-top: -4px;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: flex-start;
}

#gazou-wide .menu li
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    border-top: 4px solid #dbdbdb;
}

#gazou-wide .menu li a
{
    font-weight: bold;

    display: block;

    width: auto;
    min-width: 150px;
    padding: 16px 10px 0 10px;
    padding-bottom: 20px;

    text-align: center;
    text-decoration: none;

    color: #2d2d2d;
}

#gazou-wide .menu li a:hover
{
    margin-top: -4px;

    color: #36220e;
    border-top: 4px solid #36220e;
}

#gazou-wide .menu .current
{
    color: #36220e;
    border-top: 4px solid #36220e;
}

#gazou-wide .sub-menu
{
    display: none;
}

#gazou-wide .sub-menu li
{
    position: relative;

    float: none;

    border-top: none;
}

#gazou-wide .sub-menu li a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: normal;

    padding-top: 24px;

    background-color: rgba(255, 255, 255, .9);
}

#gazou-wide .sub-menu li a:hover
{
    margin-top: 0;

    border-top: none;
}

#gazou-wide .sub-menu .current
{
    border-top: none;
}

#gazou-wide .sub-menu ul
{
    position: absolute;
    top: 0;
    left: 100%;
}

/*--------------------------------
スマホ用　アコーディオンメニュー
---------------------------------*/
.menu-navigation-container
{
    overflow: hidden;
}

nav li a:hover
{
    text-decoration: underline;
}

#s-navi
{
    display: none;
}

@media screen and (max-width: 768px)
{
    #s-navi
    {
        display: block;

        margin-top: -12vw;
    }
}

#s-navi ul.sub-menu
{
    display: none;
}

#s-navi dl.acordion p
{
    margin: 0;
}

#s-navi dl.acordion
{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0;
}

#s-navi dt.trigger
{
    position: relative;

    overflow: visible;

    cursor: pointer;
}

.trigger .fa:not(.fa-bars)
{
    font-size: 20px;
}

/*アコーディオンメニューボタン*/
#s-navi dt.trigger .op
{
    font-size: 23px;
    font-size: 7.1875vw !important;
    line-height: 0;

    display: block;

    width: 97vw;
    margin-top: 2vw;

    text-align: right;

    color: #2d2d2d;
}

#s-navi dt.trigger .op a
{
    display: block;
}

#s-navi:after
{
    display: block;
    clear: both;

    margin-bottom: 5px;

    content: '';
}

#s-navi dd.acordion_tree
{
    top: 0;

    display: none;
    overflow: hidden;

    max-width: 100vw;
    height: 2000px;
    height: 100vh;
    min-height: 2000px;
    min-height: 100vh;
    margin-top: 4.2vw;

    text-align: left;

    background-color: white;
}

.acordion_tree ul.menu li
{
    font-size: 10px;
    font-size: 3.125vw !important;

    float: none;

    margin-top: 2vw;
    padding: 10px 15px 10px 15px;

    border-bottom: dotted 1px #000;
}

.acordion_tree ul.menu li .fa
{
    min-width: 1em;
}

.acordion_tree ul.menu li:last-child
{
    padding-bottom: 0;

    border: none;
}

.acordion_tree ul.menu li a
{
    text-decoration: none;

    color: #000;
}

.menu-close
{
    padding: 10px;
}

.visual
{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: .5em 0;

    border-top: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
    background-color: #f6f6f6;
}

@media screen and (max-width: 768px)
{
    .visual
    {
        min-width: 100vw;
        height: auto;
        padding: 3.5vw 0;
    }
}

.visual__figure
{
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .visual__figure
    {
        width: 100%;
    }
}

.visual__figure img
{
    display: block;

    width: 100%;
    height: auto;
}

.container
{
    display: block;

    height: 250px;
}

@media screen and (max-width: 768px)
{
    .container
    {
        height: 100px;
    }
}

.slide_all
{
    position: relative;

    width: 1000px;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .slide_all
    {
        width: 100%;
    }
}

.slide_wrap
{
    width: 1000px;
}

@media screen and (max-width: 768px)
{
    .slide_wrap
    {
        width: 100%;
    }
}

.slide_body
{
    width: 100%;
}

.slide
{
    position: relative;

    width: 100%;
    height: 250px;
}

@media screen and (max-width: 768px)
{
    .slide
    {
        height: auto;
        min-height: 100px;
    }
}

.slide img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

*
{
    -webkit-text-size-adjust: 100%;
}

html
{
    font-size: 62.5%;

    overflow: auto;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.5;

    position: relative;

    overflow-x: hidden;

    word-wrap: break-word;

    color: #2d2d2d;
    background-color: #fff;

    -webkit-text-size-adjust: 100%;
}

body a
{
    color: #36220e;
}

body a:hover
{
    color: #2d2d2d;
}

body a img
{
    border: none;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

h1
{
    font-size: 30px !important;
    font-size: 3rem !important;
    font-weight: bold;

    margin-bottom: 1.5em;

    text-align: justify;
    letter-spacing: 0;

    color: #36220e;
}

@media screen and (max-width: 768px)
{
    h1
    {
        font-size: 22px;
        font-size: 6.875vw !important;
    }
}

@media screen and (max-width: 768px)
{
    h1
    {
        margin-bottom: 3.5vw;
    }
}

h2
{
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;

    margin-bottom: 1.5em;
    padding-left: 15px;

    border-left: 5px solid #36220e;
}

@media screen and (max-width: 768px)
{
    h2
    {
        font-size: 16px;
        font-size: 5vw !important;

        padding-left: 10px;
    }
}

@media screen and (max-width: 768px)
{
    h2
    {
        margin-bottom: 3.5vw;
    }
}

h3
{
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;

    margin-bottom: 1.5em;
    padding-bottom: 5px;

    color: #36220e;
    border-bottom: 1px solid #36220e;

    page-break-after: 30px 0 5px;
}

@media screen and (max-width: 768px)
{
    h3
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    h3
    {
        font-size: 14px;
        font-size: 4.375vw !important;
        line-height: 1.2;
    }
}

h4,
h5
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;
    line-height: 1.5;

    margin-bottom: 1.5em;
    padding: 0 0 5px;

    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}

@media screen and (max-width: 768px)
{
    h4,
    h5
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    h4,
    h5
    {
        font-size: 12px;
        font-size: 3.75vw !important;

        height: 1.2;
    }
}

h5
{
    border-bottom: none;
}

p
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;
}

@media screen and (max-width: 768px)
{
    p
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

@media all and (-ms-high-contrast: none)
{
    p
    {
        font-family: MyYuGothicM, sans-serif;
    }
}

@-moz-document url-prefix()
{
    p
    {
        font-family: MyYuGothicM, sans-serif;
    }
}

/* 以下stinger style */
.huto,
.hutoaka
{
    font-weight: bold !important;
}

.hutoaka
{
    color: #bf9d13;
}

.oomozi
{
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;
}

@media screen and (max-width: 768px)
{
    .oomozi
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

.komozi
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

@media screen and (max-width: 768px)
{
    .komozi
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

/*ドット線*/
.dotline
{
    border-bottom: 1px dotted #212121;
}

.dotliner
{
    border-bottom: 1px dotted #f00;
}

.dotline-s
{
    border-bottom: 1px solid #212121;
}

.dotline-sr
{
    border-bottom: 1px solid #f00;
}

.ymarker
{
    padding: 0 2px;

    background: #fff9c4;
}

.rmarker
{
    padding: 0 2px;

    background: #ffcdd2;
}

.sankou
{
    font-size: 12px !important;
    font-size: 1.2rem !important;

    padding: 3px 10px;

    color: #fff;
    background-color: #f57c00;
}

@media screen and (max-width: 768px)
{
    .sankou
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

.photoline img
{
    border: solid 1px #ccc;
}

@media screen and (max-width: 768px)
{
    .pc
    {
        display: none;
    }
}

.sp
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .sp
    {
        display: block;
    }
}

code
{
    margin: 2px;
    padding: 2px;
    border-radius: 2px;
    background: #f3f3f3;
}

.center
{
    padding-bottom: 20px;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .center
    {
        padding-bottom: 7vw;
    }
}

.yellowbox
{
    margin-bottom: 20px;
    padding: 20px;

    border: solid 1px #fffacd;
    background-color: #ffffe0;
}

.redbox
{
    margin-bottom: 20px;
    padding: 20px;

    border: solid 1px #ef5350;
    background-color: #ffebee;
}

.graybox
{
    margin-bottom: 20px;
    padding: 20px;

    border: solid 1px #ccc;
    background-color: #f3f3f3;
}

.post .yellowbox p:last-child,
.post .yellowbox ol:last-child,
.post .yellowbox ul:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .graybox p:last-child,
.post .graybox ol:last-child,
.post .graybox ul:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .redbox p:last-child,
.post .redbox ol:last-child,
.post .redbox ul:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

/*マルリスト*/
.post .maruno
{
    margin-bottom: 20px;
}

.post .maruno ol
{
    margin-left: 10px;
    padding: 0 20px 0 30px;

    list-style-type: none;

    counter-reset: st-section;
}

.post .maruno ol li
{
    line-height: 23px;

    margin-bottom: 10px;
    padding: 10px 0;

    counter-increment: st-section;
}

.post .maruno ol li:before
{
    font-size: 70%;

    display: inline-block;
    float: left;

    margin-right: 10px;
    margin-left: -3em;
    padding: 0 8px;

    content: counters(st-section, '');

    color: #000;
    border-radius: 50%;
    background: #bdbdbd;
}

/*チェックリスト*/
.post .maruck
{
    margin-bottom: 20px;
}

.post .maruck ul
{
    margin-left: 10px;
    padding: 0 20px 0 30px;

    list-style-type: none;
}

.post .maruck ul li
{
    line-height: 23px;

    margin-bottom: 10px;
    padding: 10px 0;
}

.post .maruck ul li:before
{
    font-family: FontAwesome;
    font-size: 70%;

    display: inline-block;
    float: left;

    margin-right: 10px;
    margin-left: -3em;
    padding: 0 6px;

    content: ' \f00c';

    color: #000;
    border-radius: 50%;
    background: #bdbdbd;
}

/*スクロール*/
.post .scroll-box table
{
    max-width: initial;
}

.scroll-box
{
    overflow-x: auto;

    margin-bottom: 10px;
}

.scroll-box::-webkit-scrollbar
{
    height: 5px;
}

.scroll-box::-webkit-scrollbar-track
{
    border-radius: 5px;
    background: #f3f3f3;
}

.scroll-box::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: #ccc;
}

.resetwidth img,
.resetwidth video,
.resetwidth object,
.resetwidth iframe
{
    /* 初期状態にリセット */
    display: inline;

    width: initial;
    /* 初期状態にリセット */
    max-width: initial;
}

/*テーブル（装飾なし） */
.post .notab table
{
    width: initial;
    /* 初期状態にリセット */
    max-width: initial;

    border: none;
    /* 初期状態にリセット */
}

.notab table tr td
{
    text-align: left;
    vertical-align: top;

    border: none;
}

.notab table th
{
    border: none;
}

.post .notab table tr:nth-child(even)
{
    background-color: transparent;
}

/*レスポンシブ用PC左右コンテンツ*/
.responbox,
.responbox30,
.responbox40,
.responbox50,
.responbox60,
.responbox70
{
    margin-bottom: 10px;
}

.responbox .lbox
{
    float: left;

    width: 60%;
    margin-bottom: 10px;
}

.responbox .lbox
{
    float: right;

    width: 40%;
    margin-bottom: 10px;
}

/*50%*/
.responbox50.smart50 .lbox
{
    float: left;

    box-sizing: border-box;
    width: 49%;
    margin-bottom: -32768px;
    padding-bottom: 32768px;
}

.responbox50.smart50 .rbox
{
    float: right;

    box-sizing: border-box;
    width: 49%;
    margin-bottom: -32768px;
    padding-bottom: 32768px;
}

.responbox50.smart50
{
    overflow: hidden;
}

@media screen and (max-width: 600px)
{
    #wpadminbar
    {
        position: fixed !important;
    }
}

#side
{
    margin-top: 30px;
}

@media screen and (max-width: 768px)
{
    #side
    {
        width: 93vw;
        margin-top: 7vw;
        margin-left: 2vw;
    }
}

#side .ad:not(:first-child)
{
    margin-top: 32px;
}

@media screen and (max-width: 768px)
{
    #side .ad:not(:first-child)
    {
        margin-top: 7vw;
    }
}

#side .ad:last-child
{
    padding-bottom: 40px;
}

@media screen and (max-width: 768px)
{
    #side .ad:last-child
    {
        padding-bottom: 0;
    }
}

#side .ad-ttl
{
    margin: 0 0 1rem 0;
}

#side .ad-items-textlink
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 1rem 0;

    border-bottom: 1px solid #cdcfd1;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

#side .ad-items-textlink-caption
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media screen and (max-width: 768px)
{
    #side .ad-items-textlink-caption
    {
        font-weight: bold;
    }
}

#side .ad-items-textlink-caption a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-items-textlink-caption a:hover
{
    color: #36220e;
}

#side .ad-items-textlink-arrow
{
    width: 15px;

    text-align: right;
}

#side .ad-items-item
{
    padding-bottom: 10px;
}

#side .ad-items-item:not(:first-child)
{
    padding-top: 10px;
}

@media screen and (max-width: 768px)
{
    #side .ad-items-item:not(:first-child)
    {
        padding-top: 5vw;
    }
}

@media screen and (max-width: 768px)
{
    #side .ad-items-item
    {
        padding-bottom: 5vw;
    }
}

#side .ad-items-item-thumb,
#side .ad-items-item-thumb--list
{
    position: relative;
}

#side .ad-items-item-thumb-rank
{
    font-size: 14px !important;
    font-size: 1.4rem !important;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;
    padding-top: .5em;

    text-align: center;

    color: white;
    background-color: #36220e;
}

#side .ad-tags-tag
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;
    float: left;

    padding-top: 1rem;
}

#side .ad-tags-tag-thumb
{
    width: 16px;
    width: 1.6rem;
    height: 16px;
    height: 1.6rem;
}

@media screen and (max-width: 768px)
{
    #side .ad-tags-tag-thumb
    {
        width: 4vw;
        height: 4vw;
    }
    #side .ad-tags-tag-thumb img
    {
        width: 100%;
    }
}

#side .ad-tags-tag-caption
{
    margin-top: -.5rem;
    padding-left: .5rem;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

#side .ad-tags-tag-caption::after
{
    display: inline-block;

    padding: 1rem;

    content: '';
}

@media screen and (max-width: 768px)
{
    #side .ad-tags-tag-caption
    {
        font-size: 14px;
        font-size: 4.375vw !important;
        font-weight: bold;

        width: 100%;

        white-space: nowrap;
    }
}

#side .ad-tags-tag-caption a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-tags-tag-caption a:hover
{
    color: #36220e;
}

#side .ad-info-item-img
{
    position: relative;

    overflow: hidden;

    width: 250px;
    height: 150px;
    margin-top: 20px;
}

#side .ad-info-item-img img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px)
{
    #side .ad-info-item-img
    {
        width: 100%;
        height: 40vw;
        margin-top: 3.5vw;
    }
}

#side .ad-info-item-img a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-info-item-caption
{
    line-height: 1.5;

    padding-top: 17px;
}

#side .ad-info-item-link
{
    font-weight: bold;

    padding-top: 12px;

    text-align: center;
}

#side .ad-info-item-link a
{
    color: #36220e;
}

#side .ad-info-item-link a:hover
{
    color: #658502;
}

#side .ad img
{
    width: 250px;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px)
{
    #side .ad img
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    #side .ad img
    {
        width: 100%;
    }
}

#side .ad .widget_sp_image-image-link
{
    display: block;

    padding-top: 2rem;
}

#side .ad .widget_sp_image-description p
{
    padding-top: .5em;
}

#side .ad .widget_sp_image-description p a
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;

    display: block;

    text-align: center;

    color: #36220e;
}

#side .ad .widget_sp_image-description p a:hover
{
    color: #658502;
}

@media screen and (max-width: 768px)
{
    #side .ad .widget_sp_image-description p a
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

#side .ad .tagcloud
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

@media screen and (max-width: 768px)
{
    #side .ad .tagcloud
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        width: 100%;
        margin-top: 0;

        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    #side .ad .tagcloud
    {
        width: 93vw;

        white-space: normal;
    }
}

#side .ad .tagcloud a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2;

    display: inline-block;

    padding-right: 10px;

    text-decoration: none;

    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    #side .ad .tagcloud a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side .ad .tagcloud a:hover
{
    text-decoration: underline;

    color: #36220e;
}

#side .ad .tagcloud a::before
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin-right: 10px;

    content: '';

    background-image: url(../images/common/tag.svg);
}

#side .ad .tagcloud ul .cat-item
{
    display: block;
}

#side .ad ul .cat-item a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    position: relative;

    display: block;

    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    text-decoration: none;

    color: #2d2d2d;
    border-bottom: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side .ad ul .cat-item a
    {
        font-size: 16px;
        font-size: 5vw !important;
    }
}

#side .ad ul .cat-item a:hover
{
    color: #36220e;
}

#side .ad ul .cat-item a::after
{
    font-family: 'FontAwesome';

    position: absolute;
    top: 28%;
    right: 0;

    content: '\f105';

    color: #36220e;
}

#side .ad ul .cat-item:first-child
{
    margin-top: -10px;
}

@media screen and (max-width: 768px)
{
    #side .ad ul .cat-item a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side .ad ul .cat-item ul .cat-item:first-child
{
    padding-top: 20px;
}

#side .ad ul .cat-item ul .cat-item a::before
{
    content: '';
}

#side .ad .textwidget
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

#side .ad .textwidget a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    position: relative;

    display: block;

    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    text-decoration: none;

    color: #2d2d2d;
    border-bottom: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side .ad .textwidget a
    {
        font-size: 16px;
        font-size: 5vw !important;
    }
}

#side .ad .textwidget a:hover
{
    color: #36220e;
}

#side .ad .textwidget a::after
{
    font-family: 'FontAwesome';

    position: absolute;
    top: 28%;
    right: 0;

    content: '\f105';

    color: #36220e;
}

#side .ad .textwidget a
{
    margin-top: -10px;
}

@media screen and (max-width: 768px)
{
    #side .ad .textwidget a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side #search form
{
    position: relative;

    margin-top: 20px;
}

#side #search form input[type='text']
{
    width: 100%;
    height: 52px;
    padding-left: 45px;

    border: 1px solid #cdcfd1;
}

#side #search form input[type='text']:placeholder-shown
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:placeholder-shown
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']::-webkit-input-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']::-webkit-input-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']:-moz-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    opacity: 1;
    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:-moz-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']::-moz-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    opacity: 1;
    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']::-moz-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']:-ms-input-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:-ms-input-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='image']
{
    position: absolute;
    top: 13px;
    left: 10px;

    width: 24px;
    height: 24px;
}

.ad-items-item-detail a
{
    text-decoration: none;

    color: #2d2d2d;
}

.ad-items-item-detail a:hover
{
    color: #36220e;
}

.asideposts-base-items-item-detail-link a,
.ad-items-item-detail-link a
{
    text-decoration: underline;
}

.wrap
{
    font-size: 0;

    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px)
{
    .wrap
    {
        width: 100%;
    }
}

.main_wrap
{
    font-size: 14px !important;
    font-size: 1.4rem !important;

    float: left;

    width: 700px;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .main_wrap
    {
        display: block;
        float: none;

        width: 93%;
        margin: 0 auto;
    }
}

#side
{
    float: left;

    width: 250px;
    margin-left: 50px;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    #side
    {
        width: 100%;
        margin-left: 0;
    }
}

.button,
.button::before,
.button::after
{
    box-sizing: border-box;

    -webkit-transition: all .3s;
            transition: all .3s;
}

.ranking
{
    margin-top: -20px;
}

@media screen and (max-width: 768px)
{
    .ranking
    {
        margin-top: -3.5vw;
    }
}

.ranking-items-ranking
{
    margin: 0 -500%;
    padding: 20px 500%;

    background-color: #f5f5f5;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking
    {
        padding: 20px 500%;
    }
}

.ranking-items-ranking .ranking-base
{
    padding: 38px;

    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background-color: white;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-base
    {
        margin: 0 -3.5%;
        padding: 0 3.5%;

        border-right: none;
        border-left: none;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-base
    {
        padding: 0;
    }
}

.ranking-items-ranking:first-child
{
    margin-top: 31px;
}

.ranking-items-ranking .ranking-ttl-badge
{
    margin-top: 10px;

    border-top: 1px solid #2d2d2d;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-ttl-badge
    {
        width: 93vw;
        margin: 0 auto;
        margin-top: 7vw;
    }
}

.ranking-items-ranking .ranking-ttl-badge-space
{
    width: 168px;
    height: 1px;
    margin: 0 auto;
    margin-top: -1px;

    background-color: white;
}

.ranking-items-ranking .ranking-ttl-badge-mark
{
    width: 80px;
    height: 68px;
    margin: 0 auto;
    margin-top: -34px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-ttl-badge-mark
    {
        width: 40px;
        height: 34px;
        margin-top: -17px;
    }
}

.ranking-items-ranking .ranking-ttl-ttl
{
    font-size: 30px !important;
    font-size: 3rem !important;
    font-weight: bold;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;

    text-align: justify;
    text-align: center;
    letter-spacing: 0;

    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    border-left: none;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-ttl-ttl
    {
        font-size: 22px;
        font-size: 6.875vw !important;
    }
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-ttl-ttl
    {
        line-height: 1.5;

        width: 93vw;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.ranking-items-ranking .ranking-rate
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    margin-top: -15px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate
    {
        margin-top: 0;
    }
}

.ranking-items-ranking .ranking-rate-ttl
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-size: 22px !important;
    font-size: 2.2rem !important;

    width: 142px;
    padding-top: 5px;
    padding-top: 2px;

    text-align: center;
    vertical-align: middle;

    color: white;
    border-radius: 100px;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate-ttl
    {
        font-size: 14px;
        font-size: 4.375vw !important;

        height: auto;
        padding: 2px 5px 3px 5px;

        border-radius: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate-ttl
    {
        min-width: 80px;
    }
}

.ranking-items-ranking .ranking-rate-score
{
    font-family: 'Quicksand', sans-serif;
    font-size: 56px !important;
    font-size: 5.6rem !important;

    padding-left: 25px;

    color: #36220e;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate-score
    {
        font-size: 28px;
        font-size: 8.75vw !important;

        padding-left: 15px;
    }
}

.ranking-items-ranking .ranking-rate-stars
{
    margin-top: 0;
    padding-left: 10px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate-stars
    {
        margin-top: -1vw;
    }
}

.ranking-items-ranking .ranking-rate-stars .dashicons
{
    font-size: 38px !important;
    font-size: 3.8rem !important;

    width: 38px;
    margin-left: 3px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-rate-stars .dashicons
    {
        font-size: 19px;
        font-size: 5.9375vw !important;

        width: auto;
        margin-left: 0;
    }
}

.ranking-items-ranking .ranking-tumb
{
    font-size: 0;
}

.ranking-items-ranking .ranking-tumb-img
{
    display: inline-block;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-tumb-img
    {
        display: block;
    }
}

.ranking-items-ranking .ranking-tumb-img img
{
    width: 300px;
    height: auto;

    -o-object-fit: cover;

       object-fit: cover;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-tumb-img img
    {
        width: 100%;

        text-align: center;
    }
}

.ranking-items-ranking .ranking-tumb-caption
{
    display: inline-block;

    width: 300px;
    margin-left: 20px;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-tumb-caption
    {
        display: block;

        width: 93vw;
        margin: 0 auto;
        padding-top: 3.5vw;
    }
}

.ranking-items-ranking .ranking-detail
{
    width: 100%;
    margin-top: 15px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-detail
    {
        width: 93vw;
        margin: 0 auto;
        margin-top: 0;
        margin-top: 1.5vw;
    }
}

.ranking-items-ranking .ranking-detail-items
{
    font-size: 0;
}

.ranking-items-ranking .ranking-detail-items-item
{
    display: inline-block;

    width: 50%;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-detail-items-item
    {
        width: 46%;
        margin-top: 10px;
    }
    .ranking-items-ranking .ranking-detail-items-item:nth-child(even)
    {
        margin-left: 8%;
    }
}

.ranking-items-ranking .ranking-detail-items-item:nth-child(n+3)
{
    margin-top: 20px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-detail-items-item:nth-child(n+3)
    {
        margin-top: 1.5vw;
    }
}

.ranking-items-ranking .ranking-detail-items-item-ttl
{
    font-size: 14px !important;
    font-size: 1.4rem !important;

    display: inline-block;

    width: 172px;
    padding-top: 5px;
    padding-top: 1px;

    text-align: center;
    vertical-align: middle;

    color: white;
    border-radius: 100px;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-detail-items-item-ttl
    {
        font-size: 14px;
        font-size: 4.375vw !important;

        height: auto;
        padding: 2px 5px 3px 5px;

        border-radius: 100px;
    }
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-detail-items-item-ttl
    {
        width: 100%;
    }
}

.ranking-items-ranking .rainking-detail-items-item-stars
{
    font-size: 20px !important;
    font-size: 2rem !important;

    display: inline-block;

    margin-top: 0;
    margin-left: -5px;

    vertical-align: middle;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .rainking-detail-items-item-stars
    {
        display: block;

        width: 100%;
        margin-top: 1.5vw;

        text-align: center;
    }
}

.ranking-items-ranking .ranking-matome
{
    margin-top: 40px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-matome
    {
        width: 93vw;
        margin: 0 auto;
        margin-top: 3.5vw;
    }
}

.ranking-items-ranking .ranking-matome-ttl
{
    color: #2d2d2d;
}

.ranking-items-ranking .ranking-matome-caption
{
    margin-top: 28px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-matome-caption
    {
        margin-top: 1.5vw;
    }
}

.ranking-items-ranking .ranking-btn
{
    margin-top: 20px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn
    {
        margin-top: 3.5vw;
        margin-bottom: 3.5vw;
    }
}

.ranking-items-ranking .ranking-btn-items
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn-items
    {
        width: 93vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn-item
    {
        width: 50%;
    }
}

.ranking-items-ranking .ranking-btn-item a
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    box-sizing: border-box;
    width: 300px;
    height: auto;
    min-height: 60px;

    text-decoration: none;

    border-radius: 20px;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn-item a
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        width: 96%;

        border-radius: 10px;
    }
}

.ranking-items-ranking .ranking-btn-item:first-child a
{
    color: #658502;
    border: 1px solid #658502;
    background-color: none;
}

.ranking-items-ranking .ranking-btn-item:first-child a:hover
{
    color: white;
    background-color: #658502;
}

.ranking-items-ranking .ranking-btn-item:nth-child(2) a
{
    color: white;
    border: 1px solid #36220e;
    background-color: #36220e;
}

.ranking-items-ranking .ranking-btn-item:nth-child(2) a:hover
{
    color: #36220e;
    background-color: white;
}

.ranking-items-ranking .ranking-btn-item-ttl
{
    font-weight: bold;

    width: 240px;
    padding: 20px 0 20px 20px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn-item-ttl
    {
        width: 87%;
        padding: 15px 10px 15px;
    }
}

.ranking-items-ranking .ranking-btn-item-arrow
{
    font-size: 30px;

    padding-right: 20px;
}

@media screen and (max-width: 768px)
{
    .ranking-items-ranking .ranking-btn-item-arrow
    {
        font-size: 15px;
        font-size: 4.6875vw !important;

        padding-right: 10px;
    }
}

.kikaku
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;

    display: block;

    width: 100%;
    margin-top: 40px;
}

.kikaku h2
{
    margin-left: -40px;
    padding-left: 35px;

    border-left: 5px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .kikaku h2
    {
        margin-left: 0;
        padding-left: 3.8vw;
    }
}

@media screen and (max-width: 768px)
{
    .kikaku
    {
        margin-top: 12px;
        padding: 20px;

        background-color: #cdcfd1;
    }
}

@media screen and (max-width: 768px)
{
    .kikaku
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

.kikaku img
{
    display: block;

    margin: 0 auto;
}

.post
{
    margin-top: 31px;
}

.post h1
{
    margin-bottom: .5em;

    color: #2d2d2d;
}

.post h2
{
    font-size: 26px !important;
    font-size: 2.6rem !important;

    margin-left: -40px;
    padding-left: 35px;

    border-left: 5px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .post h2
    {
        margin-left: -3.5vw;
        padding-left: 3vw;
    }
}

.post h3
{
    color: #2d2d2d;
    border-color: #36220e;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.post a
{
    text-decoration: none;

    color: #00f;
}

.post a:hover
{
    color: #36220e;
}

.post-dates
{
    font-size: 0;

    padding-bottom: 15px;
}

@media screen and (max-width: 768px)
{
    .post-dates
    {
        padding-bottom: 3.5vw;
    }
}

.post-dates-item
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 0;

    display: inline-block;

    padding: 8px 5px;

    color: white;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .post-dates-item
    {
        font-size: 8px;
        font-size: 2.5vw !important;
    }
}

.post-dates-item:nth-child(even)
{
    color: #2d2d2d;
    background-color: #f5f5f5;
}

.post-dates li:last-child
{
    padding: 8px 5px !important;
}

.post-mokuji
{
    margin-bottom: 1.5em;
    padding: 20px;

    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 768px)
{
    .post-mokuji
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    .post-mokuji
    {
        padding: 3.5vw;
    }
}

.post-mokuji-ttl
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.post-mokuji-lists
{
    list-style: none;

    counter-reset: my-counter;
}

.post-mokuji-lists-list
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.5;

    position: relative;

    padding-top: 15px;
    padding-left: 30px;
}

@media screen and (max-width: 768px)
{
    .post-mokuji-lists-list
    {
        font-size: 12px;
        font-size: 3.75vw !important;

        padding-top: 3.5vw;
    }
}

.post-mokuji-lists-list:first-child
{
    padding-top: 18px;
}

.post-mokuji-lists-list::before
{
    line-height: 25px;

    display: block;
    float: left;

    width: 25px;
    height: 25px;
    margin-left: -30px;

    content: counter(my-counter);
    counter-increment: my-counter;
    text-align: center;

    color: white;
    border-radius: 50%;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .post-mokuji-lists-list::before
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

.post-mokuji-lists-list a
{
    text-decoration: none;

    color: #2d2d2d;
}

.post-mokuji-lists-list a:hover
{
    color: #36220e;
}

.post-matome
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;

    padding: 40px 40px 35px;

    border: 1px solid #36220e;
    border-radius: 5px;
}

@media screen and (max-width: 768px)
{
    .post-matome
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

@media screen and (max-width: 768px)
{
    .post-matome
    {
        padding: 4vw;
    }
}

.post-affliate
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.5;

    width: 100%;
    margin-top: 40px;
}

@media screen and (max-width: 768px)
{
    .post-affliate
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        margin-top: 3.5vw;
    }
}

.post-affliate a
{
    display: block;

    padding: 20px 0;

    text-align: center;
    text-decoration: none;

    color: white;
    border: 1px solid #36220e;
    border-radius: 5px;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .post-affliate a
    {
        padding: 4vw 0;
    }
}

.post-affliate a:hover
{
    color: #36220e;
    background-color: white;
}

.post img
{
    display: block;

    margin: 0 auto;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px)
{
    .post img
    {
        margin-bottom: 3.5vw;
    }
}

.post-fl img
{
    float: left;

    margin-right: 20px;
    margin-bottom: 0;
    padding-top: 8px;
}

@media screen and (max-width: 768px)
{
    .post-fl img
    {
        margin-right: 3.5vw;
        padding-top: 0;
    }
}

.post-fl-caption
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;
}

@media screen and (max-width: 768px)
{
    .post-fl-caption
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

.post-fr img
{
    float: right;

    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 8px;
}

@media screen and (max-width: 768px)
{
    .post-fr img
    {
        margin-left: 3.5vw;
        padding-top: 0;
    }
}

.post-fr-caption
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;
}

@media screen and (max-width: 768px)
{
    .post-fr-caption
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

.post-fl br,
.post-fr br
{
    display: none;
}

.post-persons-item
{
    list-style: none !important;
}

.post-persons-item-chats
{
    font-size: 0;
}

.post-persons-item-chats-chat
{
    display: inline-block;

    padding-bottom: 10px;

    list-style: none !important;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .post-persons-item-chats-chat
    {
        padding-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    .post-persons-item-chats-chat:nth-child(odd)
    {
        width: 15vw;
        height: 15vw;
    }
    .post-persons-item-chats-chat:nth-child(even)
    {
        width: 74.5vw;
        padding-left: 3.5vw;
    }
}

.post-persons-item-chats-chat-avatar
{
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-size: cover;
}

@media screen and (max-width: 768px)
{
    .post-persons-item-chats-chat-avatar
    {
        width: 15vw;
        height: 15vw;
    }
}

.post-persons-item-chats-chat-caption
{
    position: relative;

    width: 630px;
    margin-top: 2px;
    margin-left: 20px;
    padding: 13px;

    border-radius: 10px;
    background-color: #bdbdbd;
}

.post-persons-item-chats-chat-caption::before
{
    position: absolute;
    top: 17px;
    left: -13px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 5px 13px 5px 0;
    border-style: solid;
    border-color: transparent #bdbdbd transparent transparent;
}

.post-persons-item-chats-chat-caption br
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .post-persons-item-chats-chat-caption
    {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

.post-persons-item-chats-chat:nth-child(4n) p
{
    background-color: #ebf9ff;
}

.post-persons-item-chats-chat:nth-child(4n) p::before
{
    content: '';

    border-right: 13px solid #ebf9ff;
}

.post-chats
{
    padding-top: 15px;
}

.post-chats li
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.5;

    position: relative;

    margin-top: 42px;
    padding-left: 60px;

    list-style: none !important;
}

@media screen and (max-width: 768px)
{
    .post-chats li
    {
        margin-top: 7vw;
        padding-left: 18.5vw;
    }
}

.post-chats li:first-child
{
    margin-top: 0;
}

.post-chats li:last-child
{
    margin-bottom: 40px;
}

@media screen and (max-width: 768px)
{
    .post-chats li:last-child
    {
        margin-bottom: 7vw;
    }
}

.post-chats li::before
{
    position: absolute;
    top: -13px;
    left: 0;

    width: 50px;
    height: 50px;

    content: '';

    border-radius: 50%;
    background-color: gray;
    background-image: url(../images/thumb/artur-rutkowski-97622.jpg);
    background-size: cover;
}

@media screen and (max-width: 768px)
{
    .post-chats li::before
    {
        top: -3.2vw;

        width: 15vw;
        height: 15vw;
    }
}

.post-chats li:nth-child(even)::before
{
    content: '';

    background-image: url(../images/thumb/wexor-tmg-26886.jpg);
}

.post p
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.8;

    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px)
{
    .post p
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    .post p
    {
        font-size: 13px;
        font-size: 4.0625vw !important;
        line-height: 1.7;
    }
}

.post form br
{
    display: none;
}

.post form p
{
    padding-bottom: 20px;

    border-bottom: 1px solid #cdcfd1;
}

.post form p label
{
    font-weight: bold;
    line-height: 1.8;

    display: block;

    width: 700px;
    height: auto;

    color: #36220e;
}

.post form p label::before
{
    margin-right: 15px;

    content: '';

    border-left: 3px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .post form p label::before
    {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 768px)
{
    .post form p label
    {
        width: 100%;
    }
}

.post form p label span
{
    position: relative;

    display: block;

    width: 700px;
}

@media screen and (max-width: 768px)
{
    .post form p label span
    {
        width: 100%;
    }
}

.post form p label span input
{
    font-size: 18px !important;
    font-size: 1.8rem !important;

    position: absolute;
    top: -32px;
    right: 0;

    height: 33px;
    padding: 5px;

    border: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    .post form p label span input
    {
        position: inherit;
        top: 0;

        width: 100%;
        margin-top: 1vw;
    }
}

.post form p label span textarea
{
    display: block;

    width: 100%;
    margin-top: 10px;
    padding: 10px;

    border: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    .post form p label span textarea
    {
        margin-top: 1vw;
    }
}

.post form p:first-of-type
{
    padding-top: 20px;

    border-top: 1px solid #cdcfd1;
}

.post form p:last-of-type
{
    text-align: center;

    border-bottom: none;
}

.post form p:last-of-type input
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;

    width: 200px;
    padding: 15px;

    cursor: pointer;

    color: white;
    border: 1px solid #36220e;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .post form p:last-of-type input
    {
        font-size: 12px;
        font-size: 3.75vw !important;

        width: 30vw;
        padding: 3.5vw;
    }
}

.post form p:last-of-type input:hover
{
    color: #36220e;
    background-color: white;
}

.post ul li
{
    line-height: 2;

    list-style: disc;
    list-style-position: inside;
}

.post ul li:last-child
{
    padding-bottom: 1.5em;
}

.asideposts
{
    margin: 0 -500%;
    margin-top: 31px;
    padding: 20px 500%;

    background-color: #f5f5f5;
}

@media screen and (max-width: 768px)
{
    .asideposts
    {
        padding: 20px 500%;
    }
}

.asideposts-base
{
    padding: 20px 20px;

    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background-color: white;
}

@media screen and (max-width: 768px)
{
    .asideposts-base
    {
        margin: 0 -3.5%;
        padding: 0 3.5%;

        border-right: none;
        border-left: none;
        border-radius: 0;
    }
}

@media screen and (max-width: 768px)
{
    .asideposts-base
    {
        padding-top: 20px;
    }
}

.asideposts-base:not(:first-child)
{
    margin-top: 40px;
}

.asideposts-base-ttl,
.ad-ttl
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;

    padding-bottom: 10px;
    padding-left: 0;

    color: #2d2d2d;
    border-bottom: 1px solid #36220e;
    border-left: none;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-ttl,
    .ad-ttl
    {
        font-size: 14px;
        font-size: 4.375vw !important;

        padding-bottom: 10px;
    }
}

.asideposts-base-items,
.ad-itmes
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    margin-top: -20px;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.asideposts-base-items-item,
.ad-items-item
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    width: 315px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #cdcfd1;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item:last-child,
    .ad-items-item:last-child
    {
        margin-bottom: 6vw;
    }
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item,
    .ad-items-item
    {
        width: 100%;
        padding: 5vw 0;
    }
}

.asideposts-base-items-item-thumb,
.ad-items-item-thumb,
.ad-items-item-thumb--list
{
    position: relative;
    position: relative;

    overflow: hidden;
    overflow: hidden;

    width: 100px;
    height: 100px;
}

.asideposts-base-items-item-thumb img,
.ad-items-item-thumb img,
.ad-items-item-thumb--list img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item-thumb,
    .ad-items-item-thumb,
    .ad-items-item-thumb--list
    {
        width: 30vw;
        height: 25vw;
    }
}

.asideposts-base-items-item-thumb img,
.ad-items-item-thumb img,
.ad-items-item-thumb--list img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100% !important;
    height: auto;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

.asideposts-base-items-item-detail,
.ad-items-item-detail
{
    position: relative;

    padding-left: 20px;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item-detail,
    .ad-items-item-detail
    {
        width: 75vw;
        min-height: 18vw;
        padding-left: 3.5vw;
    }
}

.asideposts-base-items-item-detail-caption,
.ad-items-item-detail-caption,
.ad-items-item-detail-caption-ttl
{
    line-height: 1.5;

    height: auto;
    min-height: 60px;
    padding-bottom: 30px;
}

.asideposts-base-items-item-detail-caption a,
.ad-items-item-detail-caption a,
.ad-items-item-detail-caption-ttl a
{
    text-decoration: none;

    color: #2d2d2d;
}

.asideposts-base-items-item-detail-caption a:hover,
.ad-items-item-detail-caption a:hover,
.ad-items-item-detail-caption-ttl a:hover
{
    color: #36220e;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item-detail-caption,
    .ad-items-item-detail-caption,
    .ad-items-item-detail-caption-ttl
    {
        font-size: 14px;
        font-size: 4.375vw !important;
        font-weight: bold;

        width: 100%;
        min-height: 12vw;
        padding-bottom: 7vw;
    }
}

.asideposts-base-items-item-detail-link,
.ad-items-item-detail-link
{
    line-height: 0;

    position: absolute;
    right: 0;
    bottom: 0;
}

.asideposts-base-items-item-detail-link a,
.ad-items-item-detail-link a
{
    font-size: 14px !important;
    font-size: 1.4rem !important;

    text-decoration: none;

    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item-detail-link a,
    .ad-items-item-detail-link a
    {
        font-size: 11px;
        font-size: 3.4375vw !important;
    }
}

.asideposts-base-items-item-detail-link a:hover,
.ad-items-item-detail-link a:hover
{
    color: #36220e;
}

.asideposts-base-items-item-detail-link-arrow,
.ad-items-item-detail-link-arrow
{
    line-height: 19px;

    display: inline-block;

    width: 19px;
    height: 19px;
    margin-left: 10px;

    text-align: center;

    color: white;
    border-radius: 50%;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .asideposts-base-items-item-detail-link-arrow,
    .ad-items-item-detail-link-arrow
    {
        font-size: 10px;
        font-size: 3.125vw !important;
        line-height: 18px;

        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px)
{
    .asideposts-base-items-item-detail-link-arrow,
    .ad-items-item-detail-link-arrow
    {
        font-size: 6px;
        font-size: 1.875vw !important;
        line-height: 20px;

        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 768px)
{
    .ad-items-item-detail-caption,
    .ad-items-item-detail-caption-ttl
    {
        width: 100%;
    }
}

.ad-items-item
{
    width: 100%;
}

.asidelink
{
    min-width: 1000px;
    margin: 0 auto;
    padding-bottom: 33px;
}

@media screen and (max-width: 768px)
{
    .asidelink
    {
        width: 93vw;
        min-width: 93vw;
        padding-bottom: 7vw;
    }
}

.asidelink .asidelink-ttl
{
    font-family: 'Quicksand', sans-serif;
    font-size: 32px !important;
    font-size: 3.2rem !important;

    padding-top: 32px;
    padding-bottom: 20px;

    text-align: center;

    border-bottom: 1px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .asidelink .asidelink-ttl
    {
        font-size: 18px;
        font-size: 5.625vw !important;

        padding-top: 7vw;
        padding-bottom: .6vw;
    }
}

.asidelink .aside-link-detail
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}

@media screen and (max-width: 768px)
{
    .asidelink .aside-link-detail
    {
        display: block;
    }
}

.asidelink .aside-link-detail-item
{
    width: 300px;
    padding-top: 35px;
}

@media screen and (max-width: 768px)
{
    .asidelink .aside-link-detail-item
    {
        width: 100%;
        padding-top: 3.5vw;
    }
}

.asidelink .aside-link-detail-item:not(:first-child)
{
    margin-left: 50px;
}

@media screen and (max-width: 768px)
{
    .asidelink .aside-link-detail-item:not(:first-child)
    {
        margin-left: 0;
    }
}

.asidelink .aside-link-detail-item-ttl
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .asidelink .aside-link-detail-item-ttl
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

.asidelink .aside-link-detail-item-link,
.asidelink .textwidget
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .asidelink .aside-link-detail-item-link,
    .asidelink .textwidget
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

.asidelink .aside-link-detail-item-link a,
.asidelink .textwidget a
{
    text-decoration: none;

    color: #36220e;
}

.asidelink .aside-link-detail-item-link a:hover,
.asidelink .textwidget a:hover
{
    text-decoration: underline;
}

.bannar-ttl
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: bold;

    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;

    color: #36220e;
    border-bottom: 1px solid #36220e;
    border-left: none;
}

@media screen and (max-width: 768px)
{
    .bannar-ttl
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

.bannar-lists
{
    font-size: 0;

    margin-top: -10px;
}

@media screen and (max-width: 768px)
{
    .bannar-lists
    {
        margin-top: 0;
    }
}

.bannar-lists-bannar
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 340px;
    height: 100px;
    margin-top: 10px;
}

@media screen and (max-width: 768px)
{
    .bannar-lists-bannar
    {
        display: block;

        width: 100%;
    }
}

.bannar-lists-bannar:nth-child(even)
{
    margin-left: 20px;
}

@media screen and (max-width: 768px)
{
    .bannar-lists-bannar:nth-child(even)
    {
        margin-left: 0;
    }
}

.bannar-lists-bannar a:hover
{
    opacity: .8;
}

.bannar-lists-bannar a img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: auto;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

.fwrap
{
    width: 100vw;
    margin-top: 1px;
    padding: 40px 0;

    background-color: #f5f5f5;
}

@media screen and (max-width: 768px)
{
    .fwrap
    {
        margin-top: 1px;
        padding: 7vw 0;
    }
}

.fwrap .fwrap-ttl
{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;
    line-height: 1.2;

    width: 1000px;
    margin: 0 auto;
    margin-top: -10px;

    text-align: center;
    letter-spacing: 0;
}

.fwrap .fwrap-ttl a
{
    text-decoration: none;

    color: #36220e;
}

.fwrap .fwrap-ttl a:hover
{
    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    .fwrap .fwrap-ttl
    {
        font-size: 16px;
        font-size: 5vw !important;
        line-height: 1.5;

        width: 100%;
    }
}

.fwrap .fwrap-copy
{
    font-size: 12px !important;
    font-size: 1.2rem !important;

    padding-top: 1em;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .fwrap .fwrap-copy
    {
        font-size: 8px;
        font-size: 2.5vw !important;

        padding-top: .5em;

        letter-spacing: 0;
    }
}

.adarea
{
    width: 100%;
}

.adarea-adsense a
{
    display: block;

    width: 336px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

@media screen and (max-width: 768px)
{
    .adarea-adsense a
    {
        width: 300px;
        margin-top: 3.5vw;
    }
}

.adarea-link,
.adarea-kikaku
{
    margin-top: 31px;

    text-align: left;
}

@media screen and (max-width: 768px)
{
    .adarea-link,
    .adarea-kikaku
    {
        margin-top: 3.5vw;
    }
}

.adarea-link a,
.adarea-kikaku a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    text-decoration: none;

    color: #36220e;
    border-bottom: 1px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .adarea-link a,
    .adarea-kikaku a
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

.adarea-link a:hover,
.adarea-kikaku a:hover
{
    text-decoration: none;

    color: #658502;
    border-bottom: none;
}

.adarea-kikaku
{
    text-align: left;
}

.sns
{
    font-size: 0;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    margin-top: 40px;
}

@media screen and (max-width: 768px)
{
    .sns
    {
        display: block;
    }
}

.sns-link
{
    display: inline-block;

    width: 90px;
    height: 70px;
    margin: 0 auto;
}

.sns-link:nth-child(n+2)
{
    margin-left: 20px;
}

@media screen and (max-width: 768px)
{
    .sns-link:nth-child(n+2)
    {
        margin-left: 1px;
    }
}

@media screen and (max-width: 768px)
{
    .sns-link:nth-child(3n+1)
    {
        margin-left: 0;
    }
}

.sns-link:nth-child(n+4)
{
    margin-top: 1px;
}

@media screen and (max-width: 768px)
{
    .sns-link
    {
        width: calc(100% / 3 - 1px);
    }
}

.sns-link a
{
    display: table;

    width: 100%;
    height: 100%;

    text-decoration: none;

    color: white;
    border-radius: 10px;
}

@media screen and (max-width: 768px)
{
    .sns-link a
    {
        border-radius: 0;
    }
}

.sns-link a:hover
{
    opacity: .8;
    color: white;
}

.sns-link-logo
{
    display: table-cell;

    padding: 10px;

    vertical-align: middle;
}

.sns-link-logo::after
{
    clear: both;

    content: '';
}

.sns-link-logo-mark
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;
    float: left;

    -ms-flex-line-pack: center;

        align-content: center;
}

.sns-link-logo-count
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2.3;

    float: right;
}

.sns-link .facebook
{
    background-color: #3b5998;
}

.sns-link .twitter
{
    background-color: #1da1f2;
}

.sns-link .hatena
{
    background-color: #00a4de;
}

.sns-link .hatena div figure
{
    margin-top: 7px;
}

.sns-link .gplus
{
    background-color: #dd4b39;
}

.sns-link .line
{
    background-color: #00c300;
}

.sns-link .pocket
{
    background-color: #ef4056;
}

.sns-link .pocket div figure
{
    margin-top: 5px;
}

.sns-link .twitter div,
.sns-link .gplus div,
.sns-link .line div
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sns-link .twitter div figure,
.sns-link .gplus div figure,
.sns-link .line div figure
{
    display: block;

    width: 100%;
    height: auto;

    text-align: center;
}

.sns-link .twitter div figure img,
.sns-link .gplus div figure img,
.sns-link .line div figure img
{
    display: block;

    margin: 0 auto;
    padding: 0;
}

.navigation
{
    margin-top: 31px;
    padding-bottom: 30px;
}

.navigation-link
{
    padding-bottom: 16px;

    border-bottom: 1px solid #bdbdbd;
}

.navigation-link:last-child
{
    padding-bottom: 0;

    border-bottom: none;
}

.navigation-link-lists
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.navigation-link-lists-list:first-child
{
    padding-right: 20px;
}

.navigation-link-lists-list:first-child a
{
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;

    position: relative;

    margin-left: 30px;

    white-space: nowrap;
    text-decoration: none;

    color: #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-link-lists-list:first-child a
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        padding-left: 2vw;
    }
}

.navigation-link-lists-list:first-child a:hover
{
    opacity: .8;
}

.navigation-link-lists-list:first-child a::before
{
    font-family: 'FontAwesome';
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: normal;
    line-height: 17px;

    position: absolute;
    top: 3px;
    left: -30px;

    display: block;

    width: 19px;
    height: 19px;

    content: '\f104';
    text-align: center;

    color: white;
    border-radius: 50%;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-link-lists-list:first-child a::before
    {
        font-size: 8px;
        font-size: 2.5vw !important;
        line-height: 1.55;

        top: -.3vw;
        left: 0;

        width: 4vw;
        height: 4vw;
        margin-left: -30px;
    }
}

.navigation-link-lists-list:nth-child(2)
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.5;

    width: 560px;
    padding-left: 20px;

    border-left: 1px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-link-lists-list:nth-child(2)
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

.navigation-link-lists-list:nth-child(2) a
{
    display: block;

    text-decoration: none;

    color: #2d2d2d;
}

.navigation-link-lists-list:nth-child(2) a:hover
{
    color: #36220e;
}

.navigation-linknext
{
    margin-top: 7px;
}

.navigation-linknext:nth-child(2)
{
    padding-top: 13px;
}

.navigation-linknext-lists
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.navigation-linknext-lists-list:first-child
{
    padding-right: 20px;
}

.navigation-linknext-lists-list:first-child a
{
    font-size: 20px !important;
    font-size: 2rem !important;
    font-weight: bold;

    position: relative;

    margin-left: 20px;
    padding-right: 10px;

    white-space: nowrap;
    text-decoration: none;

    color: #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-linknext-lists-list:first-child a
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        padding-right: 3.5vw;
    }
}

.navigation-linknext-lists-list:first-child a:hover
{
    opacity: .8;
}

.navigation-linknext-lists-list:first-child a::before
{
    font-family: 'FontAwesome';
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: normal;
    line-height: 17px;

    position: absolute;
    top: 3px;
    right: -15px;

    display: block;

    width: 19px;
    height: 19px;

    content: '\f105';
    text-align: center;

    color: white;
    border-radius: 50%;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-linknext-lists-list:first-child a::before
    {
        font-size: 8px;
        font-size: 2.5vw !important;
        line-height: 1.55;

        top: -.3vw;

        width: 4vw;
        height: 4vw;
    }
}

.navigation-linknext-lists-list:nth-child(2)
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.5;

    width: 560px;
    padding-right: 20px;

    text-align: right;

    border-right: 1px solid #36220e;
}

@media screen and (max-width: 768px)
{
    .navigation-linknext-lists-list:nth-child(2)
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

.navigation-linknext-lists-list:nth-child(2) a
{
    display: block;

    text-decoration: none;

    color: #2d2d2d;
}

.navigation-linknext-lists-list:nth-child(2) a:hover
{
    color: #36220e;
}

#page-top
{
    position: absolute;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    width: 76px;
    height: 76px;

    opacity: .8;
    border-radius: 50%;
    background-color: #36220e;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (max-width: 768px)
{
    #page-top
    {
        right: 3.5vw;
        bottom: 3.5vw;

        width: 10vw;
        height: 10vw;
    }
}

#page-top a
{
    font-size: 45px !important;
    font-size: 4.5rem !important;

    display: block;

    width: 76px;
    height: 76px;
    margin-top: -10px;

    text-align: center;

    color: white;
}

@media screen and (max-width: 768px)
{
    #page-top a
    {
        font-size: 25px;
        font-size: 7.8125vw !important;

        width: 10vw;
        height: 10vw;
        margin-top: -5vw;
    }
}

#sitemap_list
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

@media screen and (max-width: 768px)
{
    #sitemap_list
    {
        font-size: 11px;
        font-size: 3.4375vw !important;
    }
}

#sitemap_list li
{
    margin-top: 15px;
}

@media screen and (max-width: 768px)
{
    #sitemap_list li
    {
        margin-top: 3.5vw;
    }
}

#sitemap_list li:first-child
{
    margin-top: 0;
}

#sitemap_list li a
{
    padding: 5px;

    text-decoration: none;

    color: white;
    border: 1px solid #36220e;
    border-radius: 5px;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    #sitemap_list li a
    {
        padding: 2vw;

        border-radius: 1vw;
    }
}

#sitemap_list li a:hover
{
    color: #36220e;
    background-color: white;
}

#sitemap_list li ul
{
    margin-top: 5px;
}

@media screen and (max-width: 768px)
{
    #sitemap_list li ul
    {
        margin-top: 3.5vw;
    }
}

#sitemap_list li ul li
{
    margin-top: 0;
    padding-left: 20px;
}

@media screen and (max-width: 768px)
{
    #sitemap_list li ul li
    {
        padding-left: 3.5vw;
    }
}

#sitemap_list li ul li a
{
    padding: 0;

    text-decoration: underline;

    color: #2d2d2d;
    border: none;
    background-color: white;
}

#sitemap_list li ul li a:hover
{
    color: #36220e;
}

/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb
{
    clear: both;

    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    background-color: #f5f5f5;
}

#breadcrumb ol
{
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
}

@media screen and (max-width: 768px)
{
    #breadcrumb ol
    {
        width: 93vw;
    }
}

#breadcrumb ol li
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    display: inline-block;

    padding: 5px 0;

    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    #breadcrumb ol li
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        padding: 1vw 0;
    }
}

#breadcrumb ol li::after
{
    font-family: 'FontAwesome';

    padding: 0 20px;

    content: '\f105';
}

#breadcrumb ol li:last-child::after
{
    padding: 0;

    content: '';
}

#breadcrumb ol li a
{
    text-decoration: none;

    color: #2d2d2d;
}

#breadcrumb ol li a:hover
{
    color: #36220e;
}

/*--------------------------------
引用
---------------------------------*/
blockquote
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 1.5;

    position: relative;

    margin-bottom: 1.5em;
    padding: 65px 40px 70px;

    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background-color: #f5f5f5;
}

@media screen and (max-width: 768px)
{
    blockquote
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    blockquote
    {
        font-size: 13px;
        font-size: 4.0625vw !important;

        padding: 10vw;
    }
}

blockquote::before
{
    font-family: sans-serif;
    font-size: 100px !important;
    font-size: 10rem !important;

    position: absolute;
    top: 2px;
    left: 22px;

    content: '“';

    opacity: .2;
    color: #36220e;
}

@media screen and (max-width: 768px)
{
    blockquote::before
    {
        font-size: 50px;
        font-size: 15.625vw !important;
    }
}

blockquote::after
{
    font-family: sans-serif;
    font-size: 100px !important;
    font-size: 10rem !important;

    position: absolute;
    right: 22px;
    bottom: 2px;

    content: '”';

    opacity: .2;
    color: #36220e;
}

@media screen and (max-width: 768px)
{
    blockquote::after
    {
        font-size: 50px;
        font-size: 15.625vw !important;
    }
}

blockquote cite
{
    font-style: normal;

    display: block;

    padding-top: 40px;
}

@media screen and (max-width: 768px)
{
    blockquote cite
    {
        padding-top: 4vw;
    }
}

strong
{
    font-weight: bold;
}

iframe
{
    display: block;

    width: 100%;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px)
{
    iframe
    {
        margin-bottom: 3.5vw;
    }
}

/* WPPランキング */
.wpp-list
{
    list-style-type: none;

    counter-reset: ranking;
}

.wpp-list li
{
    position: relative;

    clear: both;
    overflow: hidden;
}

.wpp-list li::before
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.5em;

    position: absolute;
    z-index: 99;
    top: 10;
    left: 0;

    width: 1.5em;
    height: 1.5em;

    content: counter(ranking);
    counter-increment: ranking;
    text-align: center;

    color: white;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .wpp-list li::before
    {
        font-size: 14px;
        font-size: 4.375vw !important;

        width: 7.5vw;
        height: 7.5vw;
    }
}

.btn
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
}

.btn a
{
    padding: 10px;

    text-decoration: none;

    border-radius: 10px;
}

@media screen and (max-width: 768px)
{
    .btn
    {
        font-size: 11px;
        font-size: 3.4375vw !important;
    }
    .btn a
    {
        padding: 2.5vw;

        border-radius: 1vw;
    }
}

.prbtn a
{
    color: white;
    border: 1px solid #36220e;
    background-color: #36220e;
}

.prbtn a:hover
{
    color: #36220e;
    background-color: white;
}

.sebtn a
{
    color: white;
    border: 1px solid #658502;
    background-color: #658502;
}

.sebtn a:hover
{
    color: #658502;
    background-color: white;
}

.thbtn a
{
    color: white;
    border: 1px solid #bf9d13;
    background-color: #bf9d13;
}

.thbtn a:hover
{
    color: #bf9d13;
    background-color: white;
}

.fobtn a
{
    color: white;
    border: 1px solid #2d2d2d;
    background-color: #2d2d2d;
}

.fobtn a:hover
{
    color: #2d2d2d;
    background-color: white;
}

/* Twitter引用をセンターに */
twitterwidget,
iframe[id^='twitter-widget-']
{
    margin-right: auto;
    margin-left: auto;
}

/* パンくず調整 */
/* 一覧ページ */
.main_wrap .entry-title
{
    font-size: 28px !important;
    font-size: 2.8rem !important;
    line-height: 1.5;

    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    .main_wrap .entry-title
    {
        font-size: 18px;
        font-size: 5.625vw !important;
    }
}

.main_wrap .kanren
{
    padding-top: 13px;
}

.main_wrap .kanren-items
{
    font-size: 0;

    padding: 40px 0;

    border-bottom: 1px solid #cdcfd1;
}

.main_wrap .kanren-items:first-child
{
    padding-top: 0;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items
    {
        display:    -moz-flex;
        display:     -ms-flex;
        display:      -o-flex;
        display:         -webkit-box;
        display:         -ms-flexbox;
        display:         flex;

        padding: 7vw 0;
    }
}

.main_wrap .kanren-items-thumb
{
    display: inline-block;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-thumb
    {
        display: block;
    }
}

.main_wrap .kanren-items-thumb a img
{
    position: relative;

    overflow: hidden;

    width: 120px;
    height: 120px;
}

.main_wrap .kanren-items-thumb a img img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-thumb a img
    {
        width: 30vw;
        height: 30vw;
    }
}

.main_wrap .kanren-items a
{
    text-decoration: none;

    color: #2d2d2d;
}

.main_wrap .kanren-items a:hover
{
    color: #36220e;
}

.main_wrap .kanren-items-text
{
    font-weight: bold;

    position: relative;

    display: inline-block;

    width: 560px;
    height: 120px;
    margin-top: -4px;
    padding-left: 20px;

    vertical-align: top;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text
    {
        width: 60vw;
        height: auto;
        margin-top: -1.2vw;
        padding-left: 3.5vw;
    }
}

.main_wrap .kanren-items-text-link
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: normal;
    line-height: 0;

    position: absolute;
    right: 0;
    bottom: -4px;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text-link
    {
        font-size: 11px;
        font-size: 3.4375vw !important;

        position: inherit;
        bottom: 0;

        text-align: right;
    }
}

.main_wrap .kanren-items-text-link-arrow
{
    line-height: 19px;

    display: inline-block;

    width: 19px;
    height: 19px;
    margin-left: 10px;

    text-align: center;

    color: white;
    border-radius: 50%;
    background-color: #36220e;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text-link-arrow
    {
        font-size: 10px;
        font-size: 3.125vw !important;
        line-height: 18px;

        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px)
{
    .main_wrap .kanren-items-text-link-arrow
    {
        font-size: 6px;
        font-size: 1.875vw !important;
        line-height: 20px;

        width: 20px;
        height: 20px;
    }
}

.main_wrap .kanren-items-text-link a
{
    text-decoration: underline;
}

.main_wrap .kanren-items-text-sns
{
    position: absolute;
    bottom: -4px;
    left: 20px;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text-sns
    {
        position: inherit;
        left: 0;
        display:    -moz-flex;
        display:     -ms-flex;
        display:      -o-flex;
        display:         -webkit-box;
        display:         -ms-flexbox;
        display:         flex;

        margin-top: 3.5vw;

        -webkit-box-pack: start;

            -ms-flex-pack: start;

                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.main_wrap .kanren-items-text-sns-link
{
    display: inline-block;

    margin-left: 20px;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text-sns-link
    {
        display: block;

        margin-left: 1.2vw;
    }
}

.main_wrap .kanren-items-text-sns-link:first-child
{
    margin-left: 0;
}

.main_wrap .kanren-items-text-sns-link a img
{
    width: 45px;
    height: 45px;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text-sns-link a img
    {
        width: 8vw;
        height: 8vw;
    }
}

.main_wrap .kanren-items-text .kanren-ttl
{
    font-size: 20px !important;
    font-size: 2rem !important;
}

@media screen and (max-width: 768px)
{
    .main_wrap .kanren-items-text .kanren-ttl
    {
        font-size: 16px;
        font-size: 5vw !important;
    }
}

.main_wrap .st-pagelink
{
    margin-top: 40px;

    text-align: center;
}

@media screen and (max-width: 768px)
{
    .main_wrap .st-pagelink
    {
        margin-top: 7vw;
    }
}

.main_wrap .st-pagelink .prev,
.main_wrap .st-pagelink .next
{
    display: none;
}

.main_wrap .st-pagelink span,
.main_wrap .st-pagelink a
{
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 1.8;

    display: inline-block;

    width: 35px;
    height: 35px;

    text-align: center;
    text-decoration: none;

    border: 1px solid #36220e;
    border-radius: 50%;
}

@media screen and (max-width: 768px)
{
    .main_wrap .st-pagelink span,
    .main_wrap .st-pagelink a
    {
        font-size: 12px;
        font-size: 3.75vw !important;
        line-height: 2.5;

        width: 10vw;
        height: 10vw;
    }
}

.main_wrap .st-pagelink .current
{
    margin-left: 20px;

    color: white;
    background-color: #36220e;
}

.main_wrap .st-pagelink a,
.main_wrap .st-pagelink span
{
    margin-left: 20px;

    color: #36220e;
}

.main_wrap .st-pagelink a:hover,
.main_wrap .st-pagelink span:hover
{
    color: white;
    background-color: #36220e;
}

.main_wrap .st-pagelink .page-numbers:first-child
{
    margin-left: 0;
}

.entry-content ul li
{
    list-style: none !important;
}

/* コンタクトフォーム7 */
.main_wrap .post .entry-title
{
    margin-top: 0;
}

@media screen and (max-width: 768px)
{
    .main_wrap .post .entry-title
    {
        margin-top: -7vw;
    }
}

/* IE用調整 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .kanren-items-text-link-arrow:not(:target)
    {
        line-height: 1.6;
    }
    .st-pagelink a:not(:target)
    {
        line-height: 2.2;
    }
    .st-pagelink span:not(:target)
    {
        line-height: 2.2;
    }
    .ad-items-item-detail-link:not(:target) span
    {
        line-height: 1.5 !important;
    }
    .ad-items-textlink-arrow
    {
        top: 0;
    }
}

/* Safari調整用*/
_::-webkit-full-page-media,
_:future,
:root .asideposts-base-items-item-detail-caption
{
    height: 56px;
}

/* firefox調整用 */
@-moz-document url-prefix()
{
    .ranking-rate-ttl
    {
        line-height: 2;
    }
}

/* モーダル調整用 */
.modal-content
{
    position: fixed;
    z-index: 200;

    display: none;

    width: 100%;
    margin: 0;
}

.modal-content .mobileh .m_sitename a
{
    color: white;
}

#modal-overlay
{
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 120%;

    background-color: rgba(80, 80, 80, .9);
}

.button-link
{
    text-decoration: underline;

    color: #00f;
}

.button-link:hover
{
    cursor: pointer;

    color: #f00;
}

.ad-items-item-detail-caption-ttl
{
    font-weight: bold;
}

.ad-items-item-thumb--list
{
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 768px)
{
    .ad-items-item-thumb--list
    {
        width: 30vw;
        height: 25vw;
    }
}

#side
{
    margin-top: 30px;
}

@media screen and (max-width: 768px)
{
    #side
    {
        width: 93vw;
        margin-top: 7vw;
        margin-left: 2vw;
    }
}

#side .ad:not(:first-child)
{
    margin-top: 32px;
}

@media screen and (max-width: 768px)
{
    #side .ad:not(:first-child)
    {
        margin-top: 7vw;
    }
}

#side .ad:last-child
{
    padding-bottom: 40px;
}

@media screen and (max-width: 768px)
{
    #side .ad:last-child
    {
        padding-bottom: 0;
    }
}

#side .ad-ttl
{
    margin: 0 0 1rem 0;
}

#side .ad-items-textlink
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 1rem 0;

    border-bottom: 1px solid #cdcfd1;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}

#side .ad-items-textlink-caption
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media screen and (max-width: 768px)
{
    #side .ad-items-textlink-caption
    {
        font-weight: bold;
    }
}

#side .ad-items-textlink-caption a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-items-textlink-caption a:hover
{
    color: #36220e;
}

#side .ad-items-textlink-arrow
{
    width: 15px;

    text-align: right;
}

#side .ad-items-item
{
    padding-bottom: 10px;
}

#side .ad-items-item:not(:first-child)
{
    padding-top: 10px;
}

@media screen and (max-width: 768px)
{
    #side .ad-items-item:not(:first-child)
    {
        padding-top: 5vw;
    }
}

@media screen and (max-width: 768px)
{
    #side .ad-items-item
    {
        padding-bottom: 5vw;
    }
}

#side .ad-items-item-thumb,
#side .ad-items-item-thumb--list
{
    position: relative;
}

#side .ad-items-item-thumb-rank
{
    font-size: 14px !important;
    font-size: 1.4rem !important;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 25px;
    height: 25px;
    padding-top: .5em;

    text-align: center;

    color: white;
    background-color: #36220e;
}

#side .ad-tags-tag
{
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         -webkit-box;
    display:         -ms-flexbox;
    display:         flex;
    float: left;

    padding-top: 1rem;
}

#side .ad-tags-tag-thumb
{
    width: 16px;
    width: 1.6rem;
    height: 16px;
    height: 1.6rem;
}

@media screen and (max-width: 768px)
{
    #side .ad-tags-tag-thumb
    {
        width: 4vw;
        height: 4vw;
    }
    #side .ad-tags-tag-thumb img
    {
        width: 100%;
    }
}

#side .ad-tags-tag-caption
{
    margin-top: -.5rem;
    padding-left: .5rem;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

#side .ad-tags-tag-caption::after
{
    display: inline-block;

    padding: 1rem;

    content: '';
}

@media screen and (max-width: 768px)
{
    #side .ad-tags-tag-caption
    {
        font-size: 14px;
        font-size: 4.375vw !important;
        font-weight: bold;

        width: 100%;

        white-space: nowrap;
    }
}

#side .ad-tags-tag-caption a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-tags-tag-caption a:hover
{
    color: #36220e;
}

#side .ad-info-item-img
{
    position: relative;

    overflow: hidden;

    width: 250px;
    height: 150px;
    margin-top: 20px;
}

#side .ad-info-item-img img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px)
{
    #side .ad-info-item-img
    {
        width: 100%;
        height: 40vw;
        margin-top: 3.5vw;
    }
}

#side .ad-info-item-img a
{
    text-decoration: none;

    color: #2d2d2d;
}

#side .ad-info-item-caption
{
    line-height: 1.5;

    padding-top: 17px;
}

#side .ad-info-item-link
{
    font-weight: bold;

    padding-top: 12px;

    text-align: center;
}

#side .ad-info-item-link a
{
    color: #36220e;
}

#side .ad-info-item-link a:hover
{
    color: #658502;
}

#side .ad img
{
    width: 250px;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px)
{
    #side .ad img
    {
        margin-bottom: 3.5vw;
    }
}

@media screen and (max-width: 768px)
{
    #side .ad img
    {
        width: 100%;
    }
}

#side .ad .widget_sp_image-image-link
{
    display: block;

    padding-top: 2rem;
}

#side .ad .widget_sp_image-description p
{
    padding-top: .5em;
}

#side .ad .widget_sp_image-description p a
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;

    display: block;

    text-align: center;

    color: #36220e;
}

#side .ad .widget_sp_image-description p a:hover
{
    color: #658502;
}

@media screen and (max-width: 768px)
{
    #side .ad .widget_sp_image-description p a
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

#side .ad .tagcloud
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

@media screen and (max-width: 768px)
{
    #side .ad .tagcloud
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        width: 100%;
        margin-top: 0;

        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px)
{
    #side .ad .tagcloud
    {
        width: 93vw;

        white-space: normal;
    }
}

#side .ad .tagcloud a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2;

    display: inline-block;

    padding-right: 10px;

    text-decoration: none;

    color: #2d2d2d;
}

@media screen and (max-width: 768px)
{
    #side .ad .tagcloud a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side .ad .tagcloud a:hover
{
    text-decoration: underline;

    color: #36220e;
}

#side .ad .tagcloud a::before
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin-right: 10px;

    content: '';

    background-image: url(../images/common/tag.svg);
}

#side .ad .tagcloud ul .cat-item
{
    display: block;
}

#side .ad ul .cat-item a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    position: relative;

    display: block;

    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    text-decoration: none;

    color: #2d2d2d;
    border-bottom: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side .ad ul .cat-item a
    {
        font-size: 16px;
        font-size: 5vw !important;
    }
}

#side .ad ul .cat-item a:hover
{
    color: #36220e;
}

#side .ad ul .cat-item a::after
{
    font-family: 'FontAwesome';

    position: absolute;
    top: 28%;
    right: 0;

    content: '\f105';

    color: #36220e;
}

#side .ad ul .cat-item:first-child
{
    margin-top: -10px;
}

@media screen and (max-width: 768px)
{
    #side .ad ul .cat-item a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side .ad ul .cat-item ul .cat-item:first-child
{
    padding-top: 20px;
}

#side .ad ul .cat-item ul .cat-item a::before
{
    content: '';
}

#side .ad .textwidget
{
    font-size: 16px !important;
    font-size: 1.6rem !important;
}

#side .ad .textwidget a
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    position: relative;

    display: block;

    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;

    text-decoration: none;

    color: #2d2d2d;
    border-bottom: 1px solid #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side .ad .textwidget a
    {
        font-size: 16px;
        font-size: 5vw !important;
    }
}

#side .ad .textwidget a:hover
{
    color: #36220e;
}

#side .ad .textwidget a::after
{
    font-family: 'FontAwesome';

    position: absolute;
    top: 28%;
    right: 0;

    content: '\f105';

    color: #36220e;
}

#side .ad .textwidget a
{
    margin-top: -10px;
}

@media screen and (max-width: 768px)
{
    #side .ad .textwidget a
    {
        font-size: 14px;
        font-size: 4.375vw !important;
    }
}

#side #search form
{
    position: relative;

    margin-top: 20px;
}

#side #search form input[type='text']
{
    width: 100%;
    height: 52px;
    padding-left: 45px;

    border: 1px solid #cdcfd1;
}

#side #search form input[type='text']:placeholder-shown
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:placeholder-shown
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']::-webkit-input-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']::-webkit-input-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']:-moz-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    opacity: 1;
    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:-moz-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']::-moz-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    opacity: 1;
    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']::-moz-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='text']:-ms-input-placeholder
{
    font-size: 16px !important;
    font-size: 1.6rem !important;

    color: #cdcfd1;
}

@media screen and (max-width: 768px)
{
    #side #search form input[type='text']:-ms-input-placeholder
    {
        font-size: 10px;
        font-size: 3.125vw !important;
    }
}

#side #search form input[type='image']
{
    position: absolute;
    top: 13px;
    left: 10px;

    width: 24px;
    height: 24px;
}

.ad-items-item-detail a
{
    text-decoration: none;

    color: #2d2d2d;
}

.ad-items-item-detail a:hover
{
    color: #36220e;
}

.asideposts-base-items-item-detail-link a,
.ad-items-item-detail-link a
{
    text-decoration: underline;
}

.mobileh
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .mobileh
    {
        display: block;
    }
}

.mobileh
{
    width: 100%;
    height: auto;
    padding: .5em 0 0 0;

    text-align: right;
}

.mobileh__menu
{
    position: relative;

    width: 100%;
    height: 45px;
    height: 10vw;
    padding: 0 0 0 0;

    border-bottom: 1px solid #cdcfd1;
}

.mobileh__menu__search
{
    position: absolute;
    z-index: 102;
    top: .2em;
    right: 50px;
    right: 14vw;

    width: 5vw;
    height: 5vw;
}

.mobileh__menu__search img
{
    width: 100%;
}

.mobileh__menu__ham
{
    position: relative;
    z-index: 101;

    padding-right: 15px;
    padding-right: 5vw;

    cursor: pointer;
}

.mobileh__menu__ham p
{
    font-size: 170% !important;
    line-height: 0;
}

.mobileh__menu__ham__menu
{
    font-size: 55%;
    line-height: .5;
}

.mobileh__name
{
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-size: 7.5vw !important;
    line-height: 1.2;

    width: 100%;
    margin: 0;
    padding: .5rem 1rem;

    text-align: left;
}

.mobileh__name a
{
    text-decoration: none;
}

.mobileh__name p
{
    padding: 0 5%;
}

.mobileh__name img
{
    display: block;

    width: auto;
}

.mobileh__desc
{
    font-size: 10px;
    font-size: 3.125vw !important;
    line-height: 1.5;

    padding: 0 1rem;

    text-align: left;
}

.mobileh .acordion_tree
{
    position: relative;
    z-index: 500;

    display: none;
}

.mobileh .acordion_tree div ul li
{
    font-size: 16px !important;
}

.mobileh nav
{
    padding-top: 5px;
    padding-top: 9vw;
}

.trigger
{
    position: absolute;
    z-index: 201;
}

.trigger__menu
{
    font-size: 8px;
    font-size: 2.5vw !important;

    display: block;

    padding-top: 1vw;

    text-align: right;
}

.acordion__search
{
    z-index: 201;

    display: block;

    width: 100%;
    margin-top: 10vw;
    padding-bottom: 2vw;

    text-align: center;
}

.acordion__search form
{
    position: relative;

    width: 100%;
}

.acordion__search form input[type='text']
{
    font-size: 12px;
    font-size: 3.75vw !important;

    width: 93%;
    height: 40px;
    margin-top: 10px;
    margin-top: 2vw;
    padding: 2vw 2vw 2vw 10vw;
    padding-left: 30px;
    padding-left: 10vw;
}

.acordion__search form input[type='image']
{
    position: absolute;
    top: 20px;
    top: 4vw;
    left: 30px;
    left: 6vw;
}

@media screen and (max-width: 768px)
{
    .descr
    {
        display: none;
    }
}

table
{
    width: 100%;

    table-layout: fixed;
}

table caption
{
    display: none;
}

table thead tr th
{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    line-height: 2.1;

    padding: 13px 0 15px !important;

    text-align: center !important;

    border: 1px solid #bdbdbd !important;
    background-color: #f5f5f5 !important;
}

@media screen and (max-width: 768px)
{
    table thead tr th
    {
        font-size: 12px;
        font-size: 3.75vw !important;
    }
}

table tbody
{
    line-height: 1.5;
}

@media screen and (max-width: 768px)
{
    table tbody
    {
        line-height: 1.5;

        letter-spacing: 0;
    }
}

table tbody tr
{
    vertical-align: top;
}

table tbody tr td
{
    padding: 5px 10px 5px 10px !important;

    text-align: justify !important;

    border: 1px solid #bdbdbd !important;
}

table tbody tr td a
{
    font-weight: bold;

    display: block;

    margin-top: 4px;
    padding: 10px 0 10px;

    text-align: center;
    text-align: center;
    text-decoration: none;

    color: white;
    border: 1px solid #658502;
    border-radius: 5px;
    background-color: #658502;
}

@media screen and (max-width: 768px)
{
    table tbody tr td a
    {
        font-size: 10px;
        font-size: 3.125vw !important;

        padding: 10px 0 10px !important;

        border-radius: 4px !important;
    }
}

table tbody tr td a:hover
{
    color: #658502;
    background-color: white;
}

.dataTables_wrapper
{
    margin-top: 30px;
}

@media screen and (max-width: 768px)
{
    .dataTables_wrapper
    {
        margin-top: 3.5vw;
    }
}

.dataTables_wrapper .dataTables_length label
{
    display: none;
}

.dataTables_wrapper .dataTables_filter label
{
    display: none;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate
{
    display: none;
}
