@charset "UTF-8";
#ul_postcompany_default li {
    display: none;
}

#loadmore {
    text-align: center
}

/* --------------------------------------------------
　掲載企業一覧
-------------------------------------------------- */

#header .title {
    color: #368bb2;
    font-size: 28px;
}

/* コンテンツ ------------- */

.catch img {
    display: block;
    max-width: 100%;
    margin: 40px auto 25px;
}

.blcAdsense {
    width: 100%;
    max-width: 1000px;
    margin: 2% auto 2%;
}

.blc>h1 {
    padding: 0px 0px 14px;
}

.blc>h1 .in {
    background: -webkit-gradient(linear, center top, center bottom, from(#412d1b), to(#412d1b));
    background: linear-gradient(to bottom, #402c1a 0%, #402c1a 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: -1px -1px 1px #888;
    padding: 20px 20px 15px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.blc article {
    padding: 40px 40px 40px;
    margin: -14px 0px 25px 0px;
    border: #eee9e5 solid 5px;
    border-top: none;
}

.blc article .imgNarrow img {
    display: block;
    float: left;
    max-width: 30%;
    margin: 0px 30px 20px 0px;
}

.blc article .imgWide img {
    display: block;
    clear: both;
    max-width: 100%;
    margin: 30px auto 0px;
}

.blc article iframe {
    display: block;
    max-width: 100%;
    max-height: 500px;
    margin: 0px auto 20px;
}

.blc article iframe:last-child {
    margin-bottom: 0;
}

.blc article .heading {
    clear: both;
    border-bottom: #eee9e5 solid 1px;
    padding: 0px 0px 5px;
    margin: 0px 10px 30px 0px;
    color: #412d1b;
    font-size: 30px;
}

.blc article .heading:nth-of-type(1)~.heading {
    margin: 40px 10px 30px 0px;
}

.blc article ul.gallery li {
    float: left;
    width: 30%;
    margin: 0px 0px 30px 5%;
}

.blc article ul.gallery li:nth-of-type(1), .blc article ul.gallery li:nth-of-type(3n+1) {
    clear: both;
    margin: 0px 0px 30px 0%;
}

.blc article ul.gallery li img {
    display: block;
    max-width: 100%;
    margin: 0px auto 0%;
}

article .companyLogo {
    float: left;
    width: 20%;
    max-width: 250px;
    border: #e3e3e3 solid 5px;
}

article .companyLogo img {
    width: 100%;
}

article .tblInformation {
    float: right;
    width: 75%;
}

@media screen and (max-width:767px) {
    .blc article iframe {
        max-height: 320px;
    }
}

/* トップページへのボタン ------------- */

#btmToTop {
    clear: both;
    margin: 50px 0px 50px;
}

#btmToTop a {
    display: block;
    text-decoration: none;
    border: #eee9e5 solid 1px;
    padding: 20px 0px 20px;
    background: -moz-linear-gradient(center top, #ffffff 0%, #e9e8df 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e9e8df));
    background: linear-gradient(to bottom, #ffffff 0%, #e9e8df 100%);
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

/* フッター ------------- */

#footer {
    height: 220px;
}

/* 下部問い合わせバナー ------------- */

#btmBnrInquiry {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 992;
}

#btmBnrInquiry .inner {
    background: url(../img/postcompany/btm_bnr_inquiry_bg.png) no-repeat left bottom;
    width: 1010px;
    height: 123px;
    margin: 0px auto;
    text-align: left;
    position: relative;
}

#btmBnrInquiry .inner .catch {
    position: absolute;
    left: 25px;
    top: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#btmBnrInquiry .inner .inquiry {
    position: absolute;
    left: 20px;
    bottom: 8px;
}

#btmBnrInquiry .inner .inquiry span {
    display: none;
}

#btmBnrInquiry .inner .hp {
    position: absolute;
    left: 295px;
    bottom: 8px;
}

#btmBnrInquiry .inner .hp span {
    display: none;
}

#btmBnrInquiry .inner .tel {
    position: absolute;
    left: 535px;
    bottom: 8px;
    line-height: 1;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

#btmBnrInquiry .inner .tel .comment {
    display: block;
    padding: 0px 0px 0px 80px;
    font-size: 16px;
}

#btmBnrInquiry .inner .tel .number {
    display: block;
    padding: 0px 0px 0px 45px;
    margin: 5px 0px 0px;
    color: #e44b4b;
    font-size: 33px;
    font-weight: bold;
}

#btmBnrInquiry .inner .tel .number img {
    margin: 0px 4px 0px 0px;
    vertical-align: top;
}

@media screen and (max-width:1000px) {
    /* コンテンツ ------------- */
    article .companyLogo img {
        max-width: 200px;
    }
    /* フッター ------------- */
    #footer {
        height: 425px;
    }
    /* 下部問い合わせバナー ------------- */
    #btmBnrInquiry .inner {
        background: #fff;
        width: 99%;
        height: auto;
        padding: 10px 0px 10px;
        -webkit-box-shadow: 0px 1px 5px #333;
        -moz-box-shadow: 0px 1px 5px #333;
        box-shadow: 0px 1px 5px #333;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #btmBnrInquiry .inner .catch {
        position: static;
        padding: 5px 10px 3px 20px;
        background: #4f9ece;
        line-height: 1.2;
    }
    #btmBnrInquiry .inner .inquiry, #btmBnrInquiry .inner .hp {
        position: static;
    }
    #btmBnrInquiry .inner .inquiry a, #btmBnrInquiry .inner .hp a {
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        margin: 0px 15px 10px;
        -webkit-box-shadow: 0px 1px 4px #999;
        -moz-box-shadow: 0px 1px 4px #999;
        box-shadow: 0px 1px 4px #999;
        border: #fff solid 2px;
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    #btmBnrInquiry .inner .inquiry img, #btmBnrInquiry .inner .hp img {
        display: none;
    }
    #btmBnrInquiry .inner .inquiry span, #btmBnrInquiry .inner .hp span {
        display: inherit;
    }
    #btmBnrInquiry .inner .inquiry a {
        background: -moz-linear-gradient(center top, #bae621 0%, #71c62d 100%);
        background: -webkit-gradient(linear, center top, center bottom, from(#bae621), to(#71c62d));
        background: linear-gradient(to bottom, #bae621 0%, #71c62d 100%);
    }
    #btmBnrInquiry .inner .hp a {
        background: -moz-linear-gradient(center top, #fbb700 0%, #ff9314 100%);
        background: -webkit-gradient(linear, center top, center bottom, from(#fbb700), to(#ff9314));
        background: linear-gradient(to bottom, #fbb700 0%, #ff9314 100%);
    }
    #btmBnrInquiry .inner .tel {
        position: static;
        margin: 10px 15px 10px;
        padding: 7px 10px 5px;
        text-align: center;
        background: #eee;
    }
    #btmBnrInquiry .inner .tel .comment {
        padding: 0px 0px 0px;
        margin: 0px 0px 8px;
        font-size: 20px;
    }
    #btmBnrInquiry .inner .tel .number {
        padding: 0px 0px 0px;
    }
}

@media screen and (max-width:700px) {
    /* フッター ------------- */
    #footer {
        height: auto;
    }
    /* 下部問い合わせバナー ------------- */
    #btmBnrInquiry {
        position: static;
        background: #000;
    }
}

@media screen and (max-width:640px) {
    .blc>h1 .in {
        font-size: 180%;
        padding: 10px 5px 10px;
    }
    .blc article {
        padding: 20px 20px 20px;
    }
    .blc article .heading {
        font-size: 160%;
    }
    .blc article .heading:nth-of-type(1)~.heading {
        margin: 30px 10px 20px 0px;
    }
    #header .title {
        font-size: 120%;
    }
    article .companyLogo {
        float: none;
        width: 100%;
        margin: 0px auto 20px;
        max-width: 200px;
    }
    article .tblInformation {
        float: none;
        width: 100%;
    }
    /* トップページへのボタン ------------- */
    #btmToTop {
        margin: 30px 0px 30px;
    }
    #btmToTop a {
        font-size: 130%;
    }
    /* フッター ------------- */
    #footer {
        font-size: 85%;
    }
    #btmBnrInquiry .inner .catch {
        font-size: 120%;
    }
    #btmBnrInquiry .inner .tel .comment {
        font-size: 100%;
    }
    #btmBnrInquiry .inner .tel .number {
        font-size: 180%;
    }
    #btmBnrInquiry .inner .tel .number img {
        width: 20px;
    }
    #btmBnrInquiry .inner .inquiry a, #btmBnrInquiry .inner .hp a {
        font-size: 140%;
    }
}

@media screen and (max-width:480px) {
    /* コンテンツ ------------- */
    .blc>h1 .in {
        font-size: 150%;
        padding: 10px 5px 10px;
    }
    .blc article .imgNarrow img {
        float: none;
        max-width: 100%;
        margin: 0px auto 20px;
    }
    .blc article .imgWide img {
        display: block;
        clear: both;
        max-width: 100%;
        margin: 20px auto 0px;
    }
    .blc article .heading {
        font-size: 130%;
    }
    .blc article .heading:nth-of-type(1)~.heading {
        margin: 30px 10px 20px 0px;
    }
    .blc article ul.gallery li:nth-of-type(1), .blc article ul.gallery li:nth-of-type(3n+1) {
        clear: none;
    }
    .blc article ul.gallery li:nth-of-type(odd) {
        clear: both;
        float: left;
        width: 48%;
        margin: 0px 0px 15px 0%;
    }
    .blc article ul.gallery li:nth-of-type(even) {
        float: right;
        width: 48%;
        margin: 0px 0px 15px 0%;
    }
    article .companyLogo {
        float: none;
        width: 100%;
        margin: 0px auto 20px;
    }
    article .tblInformation {
        float: none;
        width: 100%;
    }
    /* トップページへのボタン ------------- */
    #btmToTop {
        margin: 30px 0px 30px;
    }
    #btmToTop a {
        font-size: 130%;
    }
    /* 下部問い合わせバナー ------------- */
    #btmBnrInquiry .inner .catch {
        font-size: 100%;
    }
    #btmBnrInquiry .inner .tel .comment {
        font-size: 85%;
    }
    #btmBnrInquiry .inner .tel .number {
        font-size: 140%;
    }
    #btmBnrInquiry .inner .inquiry a, #btmBnrInquiry .inner .hp a {
        font-size: 120%;
    }
}

/* ----------------------------------- 
clearfix
----------------------------------- */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix {
    width: 100%;
    box-sizing: border-box;
}