@charset "utf-8";
@import url("common.css");

.disp_pc{display: block;}
.disp_sp{display: none;}
@media screen and (max-width: 767px) {
    .disp_pc{display: none;}
    .disp_sp{display: block;}
}

/*----------------------------------------
body
----------------------------------------*/
body {
    background: #000;
}
#wrapper {
    padding: 170px 0 0;
}
@media screen and (max-width: 767px) {
    #wrapper {
        padding: 0;
    }
}


/*----------------------------------------
header
----------------------------------------*/
#header_area {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.5);
}
body.breadcrumb-fixed #header_area {
    box-shadow: none;
}

#header {
    margin: 0 auto;
    padding: 23px 0 19px;
    width: 980px;
}
@media screen and (max-width: 767px) {
    #header_area {
        position: static;
    }
    #header {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        height: 60px;
        width: 100%;
    }
}

/*header_logo*/
#header_logo {
    float: left;
    margin: 0 0 33px;
    line-height: 55px;
}
#header_logo a:hover img,
#header_logo input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#header_logo img {
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    #header_logo {
        position: absolute;
        top:12px;
        left: 15px;
        margin: 0;
        width: 130px;
        line-height: 1;
    }
}


/*header_subnav*/
#header_subnav {
    float: right;
    width: 711px;
}
#header_subnav:after,
#header_subnav:before {
    display: table;
    content: "";
    line-height: 0;
}
#header_subnav:after {
    clear: both;
}
#header_subnav_tel {
    float: left;
    display: inline;
    margin: 0 17px 0 0;
}
#header_subnav_btns {
    float: left;
    padding: 6px 0 6px 6px;
    background: #cdcdcd;
}
#header_subnav_btns:after,
#header_subnav_btns:before {
    display: table;
    content: "";
    line-height: 0;
}
#header_subnav_btns:after {
    clear: both;
}
#header_subnav_btns li {
    float: left;
    display: inline;
    margin: 0 6px 0 0;
}
#header_subnav_btns li img {
    vertical-align: bottom;
}
#header_subnav_search {
    float: left;
    margin: 0 0 0 10px;
    padding: 26px 6px 6px;
    width: 153px;
    background: url("/assets/img/global/header_subnav_search.png") no-repeat 0 0;
}
#header_subnav_search input[type=text] {
    display: block;
    float: left;
    width: 119px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    border: none;
    background: #fff;
}
#header_subnav_search input[type=image] {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    padding: 0;
    border: none;
}
@media screen and (max-width: 767px) {
    #header_subnav {
        display: none;
    }
}



#sp_search_btn{
    display: none;
}
#sp_search{
    display: none;
}
@media screen and (max-width: 767px) {
    #sp_search_btn{
        display: block;
        width: 33px;
        height: 33px;
        background: #000 url(../img/global/icon_search.png) no-repeat center center;
        background-size: 20px 20px;
        position: fixed;
        top: 14px;
        right: 50px;
        z-index: 999;
    }
    #sp_search{
        box-sizing: border-box;
        position: fixed;
        z-index: 998;
        background: #fff;
        box-shadow: 0 5px 5px -5px rgba(0,0,0,.5);
        top:0;
        left: 0;
        width: 100%;
        padding-top: 14px;
        padding-left: 10px;
        padding-right: 83px;
        height: 60px;
    }
    #sp_search input[type=text]{
        box-sizing: border-box;
        width: 100%;
        height: 33px;
        background: #f0f0f0;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 5px 0 0 5px;
    }

}


#sp_nav_btn{
    display: none;
}
@media screen and (max-width: 767px) {
    #sp_nav_btn{
        display: block;
        width: 33px;
        height: 33px;
        background: #000;
        position: fixed;
        top: 14px;
        right: 10px;
        z-index: 1001;
    }
    #sp_nav_btn.is-active{
        background: #fff;
    }
    #sp_nav_btn span{
        display: inline-block;
        box-sizing: border-box;
        transition: all .4s;
    }
    #sp_nav_btn span {
        position: absolute;
        left: 20%;
        width: 20px;
        height: 2px;
        background-color: #fff;
    }
    #sp_nav_btn.is-active span {
        background-color: #000;
    }
    #sp_nav_btn span:nth-of-type(1) { top: 10px; }
    #sp_nav_btn span:nth-of-type(2) { top: 17px; }
    #sp_nav_btn span:nth-of-type(3) { top: 24px; }

    #sp_nav_btn.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) translateX(0) rotate(-45deg);
        transform: translateY(6px) translateX(0) rotate(-45deg);
    }
    #sp_nav_btn.is-active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar .8s forwards;
        animation: active-menu-bar .8s forwards;
    }
    #sp_nav_btn.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) translateX(0) rotate(45deg);
        transform: translateY(-8px) translateX(0) rotate(45deg);
    }


}




#sp_nav{
    display: none;
}
@media screen and (max-width: 767px) {
    #sp_nav{
        display: block;
        display: none;
        box-sizing: border-box;
        background: #000;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 30px;
        z-index: 1000;
    }
    #sp_nav ul.ul1{
        margin-bottom: 20px;
    }
    #sp_nav ul.ul1 li a{
        display: block;
        text-decoration: none;
        padding: 10px;
    }
    #sp_nav ul.ul1 li a span{
        display: block;
        text-align: center;
    }
    #sp_nav ul.ul1 li a span.txt1{
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px;
    }
    #sp_nav ul.ul1 li a span.txt2{
        color: #a9934c;
        font-size: 8px;
        font-weight: bold;
    }
    #sp_nav ul.ul2{
        max-width: 400px;
        margin: 0 auto;
        background: #fff;
        letter-spacing: -.4em;
    }
    #sp_nav ul.ul2 li{
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        letter-spacing: normal;
        border-bottom: 1px solid #493b21;
    }
    #sp_nav ul.ul2 li:first-child{
        border-right: 1px solid #493b21;
    }
    #sp_nav ul.ul2 li a,
    #sp_nav ul.ul2 li div{
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
    }
    #sp_nav ul.ul2 li .txt1{
        display: block;
        background: url(../img/global/mesh.png);
    }
    #sp_nav ul.ul2 li .txt2{
        font-size: 20px;
    }
    #sp_nav ul.ul3{
        box-sizing: border-box;
        padding: 0 5px;
        max-width: 400px;
        margin: 0 auto;
        background: #fff url(../img/global/mesh.png);
        letter-spacing: -.4em;
    }
    #sp_nav ul.ul3 li{
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        padding: 10px 5px;
        letter-spacing: normal;
    }
    #sp_nav ul.ul3 li a{
        display: block;
        background: #000;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
        text-decoration: none;
    }
}



/*----------------------------------------
#header_nav
----------------------------------------*/
#header_nav {
    clear: both;
    min-height: 1px;
}
#header_nav a,
#header_nav img {
    display: block;
}
#header_nav > ul {
    height: 40px;
    border-left: 1px solid #e6e6e6;
}
#header_nav > ul > li {
    float: left;
    position: relative;
    border-right: 1px solid #e6e6e6;
}
#header_nav > ul > li > .header_nav_sub {
    display: none;
    position: absolute;
    top: 43px;
    left: 50%;
    margin: 0 0 0 -77px;
    padding: 8px 0 0;
    background: url("/assets/img/global/header_nav_sub_arr.png") no-repeat center top;
}
#header_nav > ul > li > .header_nav_sub a:hover img,
#header_nav > ul > li > .header_nav_sub input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#header_nav > ul > li > .header_nav_sub > li {
    padding: 1px 0 0;
    background: #777 url("/assets/img/global/header_nav_sub_bdr.png") repeat-x center top;
}
#header_nav > ul > li > .header_nav_sub > li:first-child {
    padding: 0;
    background-image: none;
}
@media screen and (max-width: 767px) {
    #header_nav {
        display: none;
    }
}





#content_area {
    position: relative;
    border-bottom: 1px solid #e6e6e5;
    background: #f5f5f5;
}

/*----------------------------------------
pagetop
----------------------------------------*/
#pagetop {
    clear: both;
    position: fixed;
    left: 0;
    bottom: 55px;
    width: 100%;
    height: 0;
}
#pagetop img {
    vertical-align: bottom;
}
#pagetop > .inner {
    max-width: 1280px;
    min-width: 990px;
    margin: 0 auto;
}
#pagetop > .inner a {
    float: right;
    border: 1px solid #888;
}
body.pagetop-static #pagetop {
    /*position: absolute;*/
    /*bottom: 65px;*/
}
@media (max-width:1255px) {
    #pagetop a {
        border-color: #fff!important;
    }
}
@media screen and (max-width: 767px) {
    #pagetop {
        clear: both;
        position: fixed;
        left: auto;
        right: 15px;
        bottom: 65px;
        width: 45px;
        height: auto;
    }
    #pagetop > .inner {
        min-width: 1px;
    }
    #pagetop > .inner a {
        float: none;
        border: none;
    }
    #pagetop img {
        vertical-align: bottom;
    }
}




/*----------------------------------------
content_header
----------------------------------------*/
#content_header {
    height: 130px;
    background: #272727;
}
#content_header .header {
    margin: 0 auto;
    width: 980px;
    padding: 28px 0 22px;
    line-height: 40px;
}
#content_header .header img {
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    #content_header {
        height: auto;
    }
    #content_header .header {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        line-height: 1;
    }
    #content_header .header img {
        height: 30px;
        width: auto;
    }
}


/*----------------------------------------
breadcrumb
----------------------------------------*/
#breadcrumb {
    width: 100%;
    background: #f5f5f5;
}
#breadcrumb > p {
    margin: 0 auto;
    width: 980px;
    padding: 10px 0;
    font-size: 11px;
}
#breadcrumb > p a {
    color: #000;
    text-decoration: none;
}
#breadcrumb > p a:hover {
    color: #333;
    text-decoration: none;
}
#breadcrumb > p .active {
    color: #a48c3e;
}
#breadcrumb > p .home {
    text-transform: uppercase;
}
body.breadcrumb-fixed #breadcrumb {
    position: fixed;
    z-index: 10;
    top: 170px;
    left: 0;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.5);
}
@media screen and (max-width: 767px) {
    #breadcrumb {
        display: none;
    }
}

/*----------------------------------------
content
----------------------------------------*/
#content {
    margin: 25px auto 0;
    padding: 10px 0 25px;
    width: 990px;
    background: url("/assets/img/global/content_bg-top.png") no-repeat center top;
}
#content_inner {
    padding: 0 0 10px;
    background: url("/assets/img/global/content_bg-bottom.png") no-repeat center bottom;
}
#content_inner_inner {
    padding: 25px 45px;
    background: url("/assets/img/global/content_bg.png") repeat-y center top;
}
#content_inner_inner:after,
#content_inner_inner:before {
    display: table;
    content: "";
    line-height: 0;
}
#content_inner_inner:after {
    clear: both;
}
@media screen and (max-width: 767px) {
    #content {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 10px 0 25px;
        width: 100%;
        background: url("/assets/img/global/content_bg-top.png") no-repeat center top;
    }
    #content_inner_inner {
        padding: 15px;
    }
}


/*----------------------------------------
#main #side
----------------------------------------*/
#main {
    float: left;
    width: 640px;
}
#side {
    float: right;
    width: 220px;
}
@media screen and (max-width: 767px) {
    #main {
        float: none;
        width: 100%;
    }
    #side {
        float: none;
        width: 100%;
    }
}


body.type-page #main {
    float: none;
    width: 100%;
}
body.singular-products_info #main,
body.singular-products_pickup #main,
body.singular-works_bedding #main,
body.singular-works_disaster #main,
body.singular-works_flameproof #main {
    float: left;
    width: 640px;
}
@media screen and (max-width: 767px) {
    body.singular-products_info #main,
    body.singular-products_pickup #main,
    body.singular-works_bedding #main,
    body.singular-works_disaster #main,
    body.singular-works_flameproof #main {
        float: none;
        width: 100%;
    }
}
#main{
    _display: none;
}



/*----------------------------------------
.side_navs
----------------------------------------*/
.side_navs {
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e5;
}

/*.side_navs .header*/
.side_navs .header {
    margin: 0 0 20px;
}
.side_navs .header a:hover img,
.side_navs .header input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.side_navs .header img {
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    .side_navs .header {
        margin: 0 0 15px;
        border-top: 1px solid #a9934c;
        border-bottom: 1px solid #a9934c;
        overflow: hidden;
    }
    .side_navs .header img {
        margin: -5px auto;
    }
}

/*.side_nav*/
.side_nav {
    margin: 0 0 20px;
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
}
.side_nav a {
    color: #000;
    text-decoration: none;
}
.side_nav a:hover {
    color: #333;
    text-decoration: none;
}
.side_nav .head {
    margin: 0;
    background: #f5f5f5;
}
.side_nav .head a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px 10px 35px;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 10px center;
}
.side_nav .head a:hover {
    color: #666;
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}

/*.side_nav .sub_head*/
.side_nav .sub_head {
    margin: 20px 12px 13px;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 16px;
}
.side_nav .sub_head img {
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    .side_nav .sub_head {
        background: none;
    }
}


/*.side_nav dl*/
.side_nav dl {
    margin: 0 12px;
    line-height: 1.6;
}
.side_nav dl dt {
    font-size: 12px;
    font-weight: 700;
    color: #a48c3e;
}
.side_nav dl dd {
    margin: 0 0 14px;
}
.side_nav dl dd a {
    display: block;
}
.side_nav .nav > ul {
    margin: 0;
    line-height: 1.6;
}
.side_nav .nav > ul > li > a {
    display: block;
    padding: 7px 14px 7px 26px;
    background: url("/assets/img/global/icon_allow-small.png") no-repeat 12px 14px;
}
.side_nav .nav > ul > li.active {
    background: #f5f5f5;
}
.side_nav .nav > ul > li.active > a {
    font-weight: 700;
}
.side_nav ul.children {
    display: none;
    padding: 0 0 0 19px;
    line-height: 1.6;
    background: #fff;
}
.side_nav ul.children li > a {
    display: block;
    padding: 7px 8px 7px 21px;
    background: url("/assets/img/global/icon_disc.png") no-repeat 8px 15px;
}
.side_nav ul.children li.active > a {
    font-weight: 700;
}
.side_nav li.active > ul.children {
    display: block;
}
.side_nav_toggle .nav {
    display: none;
}
.side_nav_toggle.active .head a {
    background-image: url("/assets/img/global/icon_allow-down.png");
}
.side_nav_toggle.active .head a:hover {
    background-image: url("/assets/img/global/icon_allow-down-on.png");
}
.side_nav_toggle.active .nav {
    display: block;
}



/*----------------------------------------
.side_bnrs
----------------------------------------*/
.side_bnrs a:hover img,
.side_bnrs input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.side_bnrs li,
.side_bnrs ul {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}
.side_bnrs a,
.side_bnrs img {
    display: block;
}
.side_bnrs li {
    margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
    .side_bnrs li img{
        margin: 0 auto;
    }
}


/*----------------------------------------
footer
----------------------------------------*/
#footer_nav {
    background: #fff;
}
#footer_nav .inner {
    margin: 0 auto;
    padding: 22px 0;
    width: 980px;
}
#footer_nav .inner:after,
#footer_nav .inner:before {
    display: table;
    content: "";
    line-height: 0;
}
#footer_nav .inner:after {
    clear: both;
}
#footer_nav ul {
    float: left;
    margin: 0;
    line-height: 15px;
    border-left: 1px solid #e6e6e5;
}
#footer_nav ul li {
    float: left;
    border-right: 1px solid #e6e6e5;
}
#footer_nav ul li img {
    vertical-align: bottom;
}
#footer_address {
    background: #000;
    color: #fff;
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
}
#footer_address .inner {
    margin: 0 auto;
    padding: 15px 0;
    width: 980px;
}
#footer_address .inner:after,
#footer_address .inner:before {
    display: table;
    content: "";
    line-height: 0;
}
#footer_address .inner:after {
    clear: both;
}
#footer_address address {
    float: left;
    font-size: 12px;
    line-height: 1.6;
}
#footer_address address p {
    margin: 0;
}
#footer_address address ul {
    margin: 0;
    padding: 0;
}
#footer_address address ul li {
    margin: 0 5px 0 0;
    display: inline;
}
#footer_address address .fn {
    margin: 0 0 5px;
    font-size: 14px;
}
#footer_address #copyright {
    float: right;
    margin: 0;
    font-size: 11px;
}

@media screen and (max-width: 767px) {
    #footer{
        /*margin-bottom: 55px;*/
        padding-bottom: 55px;
    }
    #footer_nav .inner {
        padding: 0;
        width: 100%;
    }
    #footer_nav ul {
        float: none;
        margin: 0;
        line-height: 15px;
        border-left: none;
    }
    #footer_nav ul li {
        width: 50%;
        border-right: none;
    }
    #footer_nav ul li a{
        padding: 15px 0;
        text-align: center;
        display: block;
        border-bottom : 1px solid #877b70;
        border-right : 1px solid #877b70;
    }

    #footer_nav ul li:nth-child(2) a{
        border-right : none;
    }
    #footer_nav ul li:nth-child(3) a{
        border-bottom: none;
    }
    #footer_nav ul li:nth-child(4) a{
        border-right : none;
        border-bottom: none;
    }
    #footer_address {
        border-top: 1px solid #a4926d;
        background: #000;
        color: #fff;
    }
    #footer_address .inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 15px;
        width: 100%;
    }

    #footer_address address {
        float: none;
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 10px;
    }
    #footer_address address p span,
    #footer_address address p a,
    #footer_address address ul li a,
    #footer_address address ul li span{
    	color: #fff!important;
	}
    #footer_address #copyright {
        float: none;
        text-align: left;
        font-size: 10px;
        padding: 0px;
    }
}

/*----------------------------------------
fixed_footer
----------------------------------------*/
#fixed_footer{
    display: none;
}
@media screen and (max-width: 767px) {
    #fixed_footer{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff url("/assets/img/global/mesh.png");
        width: 100%;
        height: 55px;
    }
    #fixed_footer ul{
        padding: 0 2.5px;
        margin: 0;
        text-align: center;
        letter-spacing: -.4em;
    }
    #fixed_footer ul li{
        width: 33.33%;
        padding: 5px 2.5px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }
    #fixed_footer ul li a{
        box-sizing: border-box;
        position: relative;
        background: #fff;
        height: 45px;
        padding-top: 25px;
        text-align: center;
        display: block;
        text-decoration: none;
        font-size: 10px;
    }
    #fixed_footer ul li a:before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 5px;
        left: 50%;
        margin-left: -10px;
    }
    #fixed_footer ul li.ff_contact a:before{
        background: url(../img/global/icon_contact.png) no-repeat center center;
        background-size: contain;
    }
    #fixed_footer ul li.ff_download a:before{
        background: url(../img/global/icon_download.png) no-repeat center center;
        background-size: contain;
    }
    #fixed_footer ul li.ff_quotation a:before{
        background: url(../img/global/icon_quotation.png) no-repeat center center;
        background-size: contain;
    }
}




/*----------------------------------------
.pagination
----------------------------------------*/
.pagination {
    margin: 30px 0;
    font-size: 12px;
}
.pagination li.nav,
.pagination li.num {
    border: 5px solid #f5f5f5;
}
.pagination li.nav a,
.pagination li.num a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    border: 1px solid #e6e6e5;
    text-decoration: none;
}
.pagination li.nav a:hover,
.pagination li.num a:hover {
    color: #fff;
    background: #767676;
}
.pagination li.ellipsis {
    border: none;
}
.pagination li.active a {
    color: #fff;
    background: #000;
}
.pagination li.nav a {
    padding: 0 10px;
}
.pagination .pagination_select {
    margin: 10px 0 0;
    text-align: center;
}
.pager {
    margin: 30px 0;
    font-size: 12px;
}
.pager li a {
    display: inline-block;
    padding: 4px 15px 4px 35px;
    background: #f3f2ed url("/assets/img/global/icon_allow-forword.png") no-repeat 10px center;
    text-decoration: none;
}
.pager li a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}
.pager li.newer a {
    background-image: url("/assets/img/global/icon_allow-back.png");
}
.pager li.newer a:hover {
    background-image: url("/assets/img/global/icon_allow-back-on.png");
}


article a:hover img,
article input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
article h2:first-child {
    margin-top: 0;
}
article p.title {
    margin: 0 0 44px;
}
@media screen and (max-width: 767px) {
    .singular-effort_flameproof article p.title ,
    .singular-effort_disaster article p.title {
        position: relative;
        overflow: hidden;
        margin: 0 0 30px;
    }
    .singular-effort_flameproof article p.title img,
    .singular-effort_disaster article p.title img{
        height: 60px;
        width: auto;
        max-width: 900px;
        margin-left: -15px;
    }
}

article p.title+.alert,
article p.title+.block,
article p.title+.gallery,
article p.title+.table,
article p.title+blockquote,
article p.title+figure,
article p.title+hr,
article p.title+pre,
article p.title+table {
    margin-top: 50px;
}
article p.title+.alignleft+dl,
article p.title+.alignleft+ol,
article p.title+.alignleft+p,
article p.title+.alignleft+ul,
article p.title+.alignright+dl,
article p.title+.alignright+ol,
article p.title+.alignright+p,
article p.title+.alignright+ul,
article p.title+dl,
article p.title+ol,
article p.title+p,
article p.title+ul {
    margin-top: 44px;
}
article p.lead {
    font-size: 15px;
    font-weight: 700;
}
article hr {
    clear: both;
    border-top: 1px dotted #d9d3be;
}
article footer {
    clear: both;
    margin: 54px 0 30px;
    border-top: 1px solid #e6e6e5;
}
.alert+article footer,
.block+article footer,
.gallery+article footer,
.table+article footer,
blockquote+article footer,
figure+article footer,
hr+article footer,
pre+article footer,
table+article footer {
    margin-top: 60px;
}
body.singular-products_info article header,
body.singular-products_pickup article header,
body.type-post article header,
body.type-products article header,
body.type-products_disaster article header,
body.type-products_flameproof article header,
body.type-shopping article header,
body.type-works article header {
    margin-bottom: 34px;
    padding: 0 0 5px;
    border-bottom: 3px solid #e6e6e5;
}
@media screen and (max-width: 767px) {
    body.singular-products_info article header,
    body.singular-products_pickup article header,
    body.type-post article header,
    body.type-products article header,
    body.type-products_disaster article header,
    body.type-products_flameproof article header,
    body.type-shopping article header,
    body.type-works article header {
        margin-bottom: 20px;
    }
}


body.singular-products_info article header+.alert,
body.singular-products_info article header+.block,
body.singular-products_info article header+.gallery,
body.singular-products_info article header+.table,
body.singular-products_info article header+blockquote,
body.singular-products_info article header+figure,
body.singular-products_info article header+hr,
body.singular-products_info article header+pre,
body.singular-products_info article header+table,
body.singular-products_pickup article header+.alert,
body.singular-products_pickup article header+.block,
body.singular-products_pickup article header+.gallery,
body.singular-products_pickup article header+.table,
body.singular-products_pickup article header+blockquote,
body.singular-products_pickup article header+figure,
body.singular-products_pickup article header+hr,
body.singular-products_pickup article header+pre,
body.singular-products_pickup article header+table,
body.type-post article header+.alert,
body.type-post article header+.block,
body.type-post article header+.gallery,
body.type-post article header+.table,
body.type-post article header+blockquote,
body.type-post article header+figure,
body.type-post article header+hr,
body.type-post article header+pre,
body.type-post article header+table,
body.type-products article header+.alert,
body.type-products article header+.block,
body.type-products article header+.gallery,
body.type-products article header+.table,
body.type-products article header+blockquote,
body.type-products article header+figure,
body.type-products article header+hr,
body.type-products article header+pre,
body.type-products article header+table,
body.type-products_disaster article header+.alert,
body.type-products_disaster article header+.block,
body.type-products_disaster article header+.gallery,
body.type-products_disaster article header+.table,
body.type-products_disaster article header+blockquote,
body.type-products_disaster article header+figure,
body.type-products_disaster article header+hr,
body.type-products_disaster article header+pre,
body.type-products_disaster article header+table,
body.type-products_flameproof article header+.alert,
body.type-products_flameproof article header+.block,
body.type-products_flameproof article header+.gallery,
body.type-products_flameproof article header+.table,
body.type-products_flameproof article header+blockquote,
body.type-products_flameproof article header+figure,
body.type-products_flameproof article header+hr,
body.type-products_flameproof article header+pre,
body.type-products_flameproof article header+table,
body.type-shopping article header+.alert,
body.type-shopping article header+.block,
body.type-shopping article header+.gallery,
body.type-shopping article header+.table,
body.type-shopping article header+blockquote,
body.type-shopping article header+figure,
body.type-shopping article header+hr,
body.type-shopping article header+pre,
body.type-shopping article header+table,
body.type-works article header+.alert,
body.type-works article header+.block,
body.type-works article header+.gallery,
body.type-works article header+.table,
body.type-works article header+blockquote,
body.type-works article header+figure,
body.type-works article header+hr,
body.type-works article header+pre,
body.type-works article header+table {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    body.singular-products_info article header+.alert,
    body.singular-products_info article header+.block,
    body.singular-products_info article header+.gallery,
    body.singular-products_info article header+.table,
    body.singular-products_info article header+blockquote,
    body.singular-products_info article header+figure,
    body.singular-products_info article header+hr,
    body.singular-products_info article header+pre,
    body.singular-products_info article header+table,
    body.singular-products_pickup article header+.alert,
    body.singular-products_pickup article header+.block,
    body.singular-products_pickup article header+.gallery,
    body.singular-products_pickup article header+.table,
    body.singular-products_pickup article header+blockquote,
    body.singular-products_pickup article header+figure,
    body.singular-products_pickup article header+hr,
    body.singular-products_pickup article header+pre,
    body.singular-products_pickup article header+table,
    body.type-post article header+.alert,
    body.type-post article header+.block,
    body.type-post article header+.gallery,
    body.type-post article header+.table,
    body.type-post article header+blockquote,
    body.type-post article header+figure,
    body.type-post article header+hr,
    body.type-post article header+pre,
    body.type-post article header+table,
    body.type-products article header+.alert,
    body.type-products article header+.block,
    body.type-products article header+.gallery,
    body.type-products article header+.table,
    body.type-products article header+blockquote,
    body.type-products article header+figure,
    body.type-products article header+hr,
    body.type-products article header+pre,
    body.type-products article header+table,
    body.type-products_disaster article header+.alert,
    body.type-products_disaster article header+.block,
    body.type-products_disaster article header+.gallery,
    body.type-products_disaster article header+.table,
    body.type-products_disaster article header+blockquote,
    body.type-products_disaster article header+figure,
    body.type-products_disaster article header+hr,
    body.type-products_disaster article header+pre,
    body.type-products_disaster article header+table,
    body.type-products_flameproof article header+.alert,
    body.type-products_flameproof article header+.block,
    body.type-products_flameproof article header+.gallery,
    body.type-products_flameproof article header+.table,
    body.type-products_flameproof article header+blockquote,
    body.type-products_flameproof article header+figure,
    body.type-products_flameproof article header+hr,
    body.type-products_flameproof article header+pre,
    body.type-products_flameproof article header+table,
    body.type-shopping article header+.alert,
    body.type-shopping article header+.block,
    body.type-shopping article header+.gallery,
    body.type-shopping article header+.table,
    body.type-shopping article header+blockquote,
    body.type-shopping article header+figure,
    body.type-shopping article header+hr,
    body.type-shopping article header+pre,
    body.type-shopping article header+table,
    body.type-works article header+.alert,
    body.type-works article header+.block,
    body.type-works article header+.gallery,
    body.type-works article header+.table,
    body.type-works article header+blockquote,
    body.type-works article header+figure,
    body.type-works article header+hr,
    body.type-works article header+pre,
    body.type-works article header+table {
        margin-top: 15px;
    }
}

body.singular-products_info article header+.alignleft+dl,
body.singular-products_info article header+.alignleft+ol,
body.singular-products_info article header+.alignleft+p,
body.singular-products_info article header+.alignleft+ul,
body.singular-products_info article header+.alignright+dl,
body.singular-products_info article header+.alignright+ol,
body.singular-products_info article header+.alignright+p,
body.singular-products_info article header+.alignright+ul,
body.singular-products_info article header+dl,
body.singular-products_info article header+ol,
body.singular-products_info article header+p,
body.singular-products_info article header+ul,
body.singular-products_pickup article header+.alignleft+dl,
body.singular-products_pickup article header+.alignleft+ol,
body.singular-products_pickup article header+.alignleft+p,
body.singular-products_pickup article header+.alignleft+ul,
body.singular-products_pickup article header+.alignright+dl,
body.singular-products_pickup article header+.alignright+ol,
body.singular-products_pickup article header+.alignright+p,
body.singular-products_pickup article header+.alignright+ul,
body.singular-products_pickup article header+dl,
body.singular-products_pickup article header+ol,
body.singular-products_pickup article header+p,
body.singular-products_pickup article header+ul,
body.type-post article header+.alignleft+dl,
body.type-post article header+.alignleft+ol,
body.type-post article header+.alignleft+p,
body.type-post article header+.alignleft+ul,
body.type-post article header+.alignright+dl,
body.type-post article header+.alignright+ol,
body.type-post article header+.alignright+p,
body.type-post article header+.alignright+ul,
body.type-post article header+dl,
body.type-post article header+ol,
body.type-post article header+p,
body.type-post article header+ul,
body.type-products article header+.alignleft+dl,
body.type-products article header+.alignleft+ol,
body.type-products article header+.alignleft+p,
body.type-products article header+.alignleft+ul,
body.type-products article header+.alignright+dl,
body.type-products article header+.alignright+ol,
body.type-products article header+.alignright+p,
body.type-products article header+.alignright+ul,
body.type-products article header+dl,
body.type-products article header+ol,
body.type-products article header+p,
body.type-products article header+ul,
body.type-products_disaster article header+.alignleft+dl,
body.type-products_disaster article header+.alignleft+ol,
body.type-products_disaster article header+.alignleft+p,
body.type-products_disaster article header+.alignleft+ul,
body.type-products_disaster article header+.alignright+dl,
body.type-products_disaster article header+.alignright+ol,
body.type-products_disaster article header+.alignright+p,
body.type-products_disaster article header+.alignright+ul,
body.type-products_disaster article header+dl,
body.type-products_disaster article header+ol,
body.type-products_disaster article header+p,
body.type-products_disaster article header+ul,
body.type-products_flameproof article header+.alignleft+dl,
body.type-products_flameproof article header+.alignleft+ol,
body.type-products_flameproof article header+.alignleft+p,
body.type-products_flameproof article header+.alignleft+ul,
body.type-products_flameproof article header+.alignright+dl,
body.type-products_flameproof article header+.alignright+ol,
body.type-products_flameproof article header+.alignright+p,
body.type-products_flameproof article header+.alignright+ul,
body.type-products_flameproof article header+dl,
body.type-products_flameproof article header+ol,
body.type-products_flameproof article header+p,
body.type-products_flameproof article header+ul,
body.type-shopping article header+.alignleft+dl,
body.type-shopping article header+.alignleft+ol,
body.type-shopping article header+.alignleft+p,
body.type-shopping article header+.alignleft+ul,
body.type-shopping article header+.alignright+dl,
body.type-shopping article header+.alignright+ol,
body.type-shopping article header+.alignright+p,
body.type-shopping article header+.alignright+ul,
body.type-shopping article header+dl,
body.type-shopping article header+ol,
body.type-shopping article header+p,
body.type-shopping article header+ul,
body.type-works article header+.alignleft+dl,
body.type-works article header+.alignleft+ol,
body.type-works article header+.alignleft+p,
body.type-works article header+.alignleft+ul,
body.type-works article header+.alignright+dl,
body.type-works article header+.alignright+ol,
body.type-works article header+.alignright+p,
body.type-works article header+.alignright+ul,
body.type-works article header+dl,
body.type-works article header+ol,
body.type-works article header+p,
body.type-works article header+ul {
    margin-top: 34px;
}
@media screen and (max-width: 767px) {
    body.singular-products_info article header+.alignleft+dl,
    body.singular-products_info article header+.alignleft+ol,
    body.singular-products_info article header+.alignleft+p,
    body.singular-products_info article header+.alignleft+ul,
    body.singular-products_info article header+.alignright+dl,
    body.singular-products_info article header+.alignright+ol,
    body.singular-products_info article header+.alignright+p,
    body.singular-products_info article header+.alignright+ul,
    body.singular-products_info article header+dl,
    body.singular-products_info article header+ol,
    body.singular-products_info article header+p,
    body.singular-products_info article header+ul,
    body.singular-products_pickup article header+.alignleft+dl,
    body.singular-products_pickup article header+.alignleft+ol,
    body.singular-products_pickup article header+.alignleft+p,
    body.singular-products_pickup article header+.alignleft+ul,
    body.singular-products_pickup article header+.alignright+dl,
    body.singular-products_pickup article header+.alignright+ol,
    body.singular-products_pickup article header+.alignright+p,
    body.singular-products_pickup article header+.alignright+ul,
    body.singular-products_pickup article header+dl,
    body.singular-products_pickup article header+ol,
    body.singular-products_pickup article header+p,
    body.singular-products_pickup article header+ul,
    body.type-post article header+.alignleft+dl,
    body.type-post article header+.alignleft+ol,
    body.type-post article header+.alignleft+p,
    body.type-post article header+.alignleft+ul,
    body.type-post article header+.alignright+dl,
    body.type-post article header+.alignright+ol,
    body.type-post article header+.alignright+p,
    body.type-post article header+.alignright+ul,
    body.type-post article header+dl,
    body.type-post article header+ol,
    body.type-post article header+p,
    body.type-post article header+ul,
    body.type-products article header+.alignleft+dl,
    body.type-products article header+.alignleft+ol,
    body.type-products article header+.alignleft+p,
    body.type-products article header+.alignleft+ul,
    body.type-products article header+.alignright+dl,
    body.type-products article header+.alignright+ol,
    body.type-products article header+.alignright+p,
    body.type-products article header+.alignright+ul,
    body.type-products article header+dl,
    body.type-products article header+ol,
    body.type-products article header+p,
    body.type-products article header+ul,
    body.type-products_disaster article header+.alignleft+dl,
    body.type-products_disaster article header+.alignleft+ol,
    body.type-products_disaster article header+.alignleft+p,
    body.type-products_disaster article header+.alignleft+ul,
    body.type-products_disaster article header+.alignright+dl,
    body.type-products_disaster article header+.alignright+ol,
    body.type-products_disaster article header+.alignright+p,
    body.type-products_disaster article header+.alignright+ul,
    body.type-products_disaster article header+dl,
    body.type-products_disaster article header+ol,
    body.type-products_disaster article header+p,
    body.type-products_disaster article header+ul,
    body.type-products_flameproof article header+.alignleft+dl,
    body.type-products_flameproof article header+.alignleft+ol,
    body.type-products_flameproof article header+.alignleft+p,
    body.type-products_flameproof article header+.alignleft+ul,
    body.type-products_flameproof article header+.alignright+dl,
    body.type-products_flameproof article header+.alignright+ol,
    body.type-products_flameproof article header+.alignright+p,
    body.type-products_flameproof article header+.alignright+ul,
    body.type-products_flameproof article header+dl,
    body.type-products_flameproof article header+ol,
    body.type-products_flameproof article header+p,
    body.type-products_flameproof article header+ul,
    body.type-shopping article header+.alignleft+dl,
    body.type-shopping article header+.alignleft+ol,
    body.type-shopping article header+.alignleft+p,
    body.type-shopping article header+.alignleft+ul,
    body.type-shopping article header+.alignright+dl,
    body.type-shopping article header+.alignright+ol,
    body.type-shopping article header+.alignright+p,
    body.type-shopping article header+.alignright+ul,
    body.type-shopping article header+dl,
    body.type-shopping article header+ol,
    body.type-shopping article header+p,
    body.type-shopping article header+ul,
    body.type-works article header+.alignleft+dl,
    body.type-works article header+.alignleft+ol,
    body.type-works article header+.alignleft+p,
    body.type-works article header+.alignleft+ul,
    body.type-works article header+.alignright+dl,
    body.type-works article header+.alignright+ol,
    body.type-works article header+.alignright+p,
    body.type-works article header+.alignright+ul,
    body.type-works article header+dl,
    body.type-works article header+ol,
    body.type-works article header+p,
    body.type-works article header+ul {
        margin-top: 15px;
    }
}


body.singular-products_info article header .created,
body.singular-products_pickup article header .created,
body.type-post article header .created,
body.type-products article header .created,
body.type-products_disaster article header .created,
body.type-products_flameproof article header .created,
body.type-shopping article header .created,
body.type-works article header .created {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #a48c3e;
}
body.singular-products_info article header h1,
body.singular-products_pickup article header h1,
body.type-post article header h1,
body.type-products article header h1,
body.type-products_disaster article header h1,
body.type-products_flameproof article header h1,
body.type-shopping article header h1,
body.type-works article header h1 {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
}
body.singular-products_info article header h1 a,
body.singular-products_pickup article header h1 a,
body.type-post article header h1 a,
body.type-products article header h1 a,
body.type-products_disaster article header h1 a,
body.type-products_flameproof article header h1 a,
body.type-shopping article header h1 a,
body.type-works article header h1 a {
    color: #000;
    text-decoration: none;
}
body.singular-products_info article header h1 a:hover,
body.singular-products_pickup article header h1 a:hover,
body.type-post article header h1 a:hover,
body.type-products article header h1 a:hover,
body.type-products_disaster article header h1 a:hover,
body.type-products_flameproof article header h1 a:hover,
body.type-shopping article header h1 a:hover,
body.type-works article header h1 a:hover {
    color: #333;
    text-decoration: none;
}
body.singular-products_info article header .name-01,
body.singular-products_info article header .name-02,
body.singular-products_pickup article header .name-01,
body.singular-products_pickup article header .name-02,
body.type-post article header .name-01,
body.type-post article header .name-02,
body.type-products article header .name-01,
body.type-products article header .name-02,
body.type-products_disaster article header .name-01,
body.type-products_disaster article header .name-02,
body.type-products_flameproof article header .name-01,
body.type-products_flameproof article header .name-02,
body.type-shopping article header .name-01,
body.type-shopping article header .name-02,
body.type-works article header .name-01,
body.type-works article header .name-02 {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}
body.singular-products_info article header .name-02,
body.singular-products_pickup article header .name-02,
body.type-post article header .name-02,
body.type-products article header .name-02,
body.type-products_disaster article header .name-02,
body.type-products_flameproof article header .name-02,
body.type-shopping article header .name-02,
body.type-works article header .name-02 {
    text-align: right;
}
body.singular-products_info article h2,
body.singular-products_pickup article h2,
body.type-post article h2,
body.type-products article h2,
body.type-products_disaster article h2,
body.type-products_flameproof article h2,
body.type-shopping article h2,
body.type-works article h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 0;
    background: 0 0;
    color: #6c560e;
}
body.singular-products_info article h2 a,
body.singular-products_pickup article h2 a,
body.type-post article h2 a,
body.type-products article h2 a,
body.type-products_disaster article h2 a,
body.type-products_flameproof article h2 a,
body.type-shopping article h2 a,
body.type-works article h2 a {
    color: #000;
    text-decoration: none;
}
body.singular-products_info article h2 a:hover,
body.singular-products_pickup article h2 a:hover,
body.type-post article h2 a:hover,
body.type-products article h2 a:hover,
body.type-products_disaster article h2 a:hover,
body.type-products_flameproof article h2 a:hover,
body.type-shopping article h2 a:hover,
body.type-works article h2 a:hover {
    color: #333;
    text-decoration: none;
}
body.singular-products_info p.bnr,
body.singular-products_pickup p.bnr,
body.type-post p.bnr,
body.type-products p.bnr,
body.type-products_disaster p.bnr,
body.type-products_flameproof p.bnr,
body.type-shopping p.bnr,
body.type-works p.bnr {
    margin: 30px 0;
}
body.singular-products_info p.bnr a:hover img,
body.singular-products_info p.bnr input[type=image]:hover,
body.singular-products_pickup p.bnr a:hover img,
body.singular-products_pickup p.bnr input[type=image]:hover,
body.type-post p.bnr a:hover img,
body.type-post p.bnr input[type=image]:hover,
body.type-products p.bnr a:hover img,
body.type-products p.bnr input[type=image]:hover,
body.type-products_disaster p.bnr a:hover img,
body.type-products_disaster p.bnr input[type=image]:hover,
body.type-products_flameproof p.bnr a:hover img,
body.type-products_flameproof p.bnr input[type=image]:hover,
body.type-shopping p.bnr a:hover img,
body.type-shopping p.bnr input[type=image]:hover,
body.type-works p.bnr a:hover img,
body.type-works p.bnr input[type=image]:hover {
    opacity: .8;
    filter:alpha(opacity=80);
}
body.singular.type-products article header h1 .label,
body.singular.type-products_disaster article header h1 .label,
body.singular.type-products_flameproof article header h1 .label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #464646;
    padding: 0 5px;
}
body.singular.type-products article ol,
body.singular.type-products article ul,
body.singular.type-products_disaster article ol,
body.singular.type-products_disaster article ul,
body.singular.type-products_flameproof article ol,
body.singular.type-products_flameproof article ul {
    overflow: hidden;
}
body.singular.type-products article table,
body.singular.type-products_disaster article table,
body.singular.type-products_flameproof article table {
    border: none;
}
body.singular.type-products article td,
body.singular.type-products article th,
body.singular.type-products_disaster article td,
body.singular.type-products_disaster article th,
body.singular.type-products_flameproof article td,
body.singular.type-products_flameproof article th {
    padding: 15px 20px;
    width: auto;
    border: none;
    border-top: 1px dotted #d9d3be;
    border-bottom: 1px dotted #d9d3be;
    font-size: 12px;
}
body.singular.type-products article th,
body.singular.type-products_disaster article th,
body.singular.type-products_flameproof article th {
    color: #6c560e;
    background-color: #f8f7f3;
}
body.singular.type-products article footer,
body.singular.type-products_disaster article footer,
body.singular.type-products_flameproof article footer {
    margin-top: 30px;
}
.row {
    margin: 18px -15px;
}
.row:after,
.row:before {
    display: table;
    content: "";
    line-height: 0;
}
.row:after {
    clear: both;
}
.alert+.row,
.block+.row,
.gallery+.row,
.table+.row,
blockquote+.row,
figure+.row,
hr+.row,
pre+.row,
table+.row {
    margin-top: 24px;
}
.row+.alert,
.row+.block,
.row+.gallery,
.row+.table,
.row+blockquote,
.row+figure,
.row+hr,
.row+pre,
.row+table {
    margin-top: 24px;
}
.row+.alignleft+dl,
.row+.alignleft+ol,
.row+.alignleft+p,
.row+.alignleft+ul,
.row+.alignright+dl,
.row+.alignright+ol,
.row+.alignright+p,
.row+.alignright+ul,
.row+dl,
.row+ol,
.row+p,
.row+ul {
    margin-top: 18px;
}


.col-526 {
    float: left;
    width: 526px;
    padding: 0 15px;
    min-height: 1px;
}
.col-526 > dl:first-child,
.col-526 > ol:first-child,
.col-526 > p:first-child,
.col-526 > ul:first-child {
    margin-top: 0;
}
.col-526 > dl:last-child,
.col-526 > ol:last-child,
.col-526 > p:last-child,
.col-526 > ul:last-child {
    margin-bottom: 0;
}
.col-526 > .alert:first-child,
.col-526 > .block:first-child,
.col-526 > .gallery:first-child,
.col-526 > .table:first-child,
.col-526 > blockquote:first-child,
.col-526 > figure:first-child,
.col-526 > hr:first-child,
.col-526 > pre:first-child,
.col-526 > table:first-child {
    margin-top: 6px;
}
.col-526 > .alert:last-child,
.col-526 > .block:last-child,
.col-526 > .gallery:last-child,
.col-526 > .table:last-child,
.col-526 > blockquote:last-child,
.col-526 > figure:last-child,
.col-526 > hr:last-child,
.col-526 > pre:last-child,
.col-526 > table:last-child {
    margin-bottom: 6px;
}
.col-344 {
    float: left;
    width: 344px;
    padding: 0 15px;
    min-height: 1px;
}
.col-344 > dl:first-child,
.col-344 > ol:first-child,
.col-344 > p:first-child,
.col-344 > ul:first-child {
    margin-top: 0;
}
.col-344 > dl:last-child,
.col-344 > ol:last-child,
.col-344 > p:last-child,
.col-344 > ul:last-child {
    margin-bottom: 0;
}
.col-344 > .alert:first-child,
.col-344 > .block:first-child,
.col-344 > .gallery:first-child,
.col-344 > .table:first-child,
.col-344 > blockquote:first-child,
.col-344 > figure:first-child,
.col-344 > hr:first-child,
.col-344 > pre:first-child,
.col-344 > table:first-child {
    margin-top: 6px;
}
.col-344 > .alert:last-child,
.col-344 > .block:last-child,
.col-344 > .gallery:last-child,
.col-344 > .table:last-child,
.col-344 > blockquote:last-child,
.col-344 > figure:last-child,
.col-344 > hr:last-child,
.col-344 > pre:last-child,
.col-344 > table:last-child {
    margin-bottom: 6px;
}
.col-266 {
    float: left;
    width: 266px;
    padding: 0 15px;
    min-height: 1px;
}
.col-266 > dl:first-child,
.col-266 > ol:first-child,
.col-266 > p:first-child,
.col-266 > ul:first-child {
    margin-top: 0;
}
.col-266 > dl:last-child,
.col-266 > ol:last-child,
.col-266 > p:last-child,
.col-266 > ul:last-child {
    margin-bottom: 0;
}
.col-266 > .alert:first-child,
.col-266 > .block:first-child,
.col-266 > .gallery:first-child,
.col-266 > .table:first-child,
.col-266 > blockquote:first-child,
.col-266 > figure:first-child,
.col-266 > hr:first-child,
.col-266 > pre:first-child,
.col-266 > table:first-child {
    margin-top: 6px;
}
.col-266 > .alert:last-child,
.col-266 > .block:last-child,
.col-266 > .gallery:last-child,
.col-266 > .table:last-child,
.col-266 > blockquote:last-child,
.col-266 > figure:last-child,
.col-266 > hr:last-child,
.col-266 > pre:last-child,
.col-266 > table:last-child {
    margin-bottom: 6px;
}
.col-584 {
    float: left;
    width: 584px;
    padding: 0 15px;
    min-height: 1px;
}
.col-584 > dl:first-child,
.col-584 > ol:first-child,
.col-584 > p:first-child,
.col-584 > ul:first-child {
    margin-top: 0;
}
.col-584 > dl:last-child,
.col-584 > ol:last-child,
.col-584 > p:last-child,
.col-584 > ul:last-child {
    margin-bottom: 0;
}
.col-584 > .alert:first-child,
.col-584 > .block:first-child,
.col-584 > .gallery:first-child,
.col-584 > .table:first-child,
.col-584 > blockquote:first-child,
.col-584 > figure:first-child,
.col-584 > hr:first-child,
.col-584 > pre:first-child,
.col-584 > table:first-child {
    margin-top: 6px;
}
.col-584 > .alert:last-child,
.col-584 > .block:last-child,
.col-584 > .gallery:last-child,
.col-584 > .table:last-child,
.col-584 > blockquote:last-child,
.col-584 > figure:last-child,
.col-584 > hr:last-child,
.col-584 > pre:last-child,
.col-584 > table:last-child {
    margin-bottom: 6px;
}
.col-286 {
    float: left;
    width: 286px;
    padding: 0 15px;
    min-height: 1px;
}
.col-286 > dl:first-child,
.col-286 > ol:first-child,
.col-286 > p:first-child,
.col-286 > ul:first-child {
    margin-top: 0;
}
.col-286 > dl:last-child,
.col-286 > ol:last-child,
.col-286 > p:last-child,
.col-286 > ul:last-child {
    margin-bottom: 0;
}
.col-286 > .alert:first-child,
.col-286 > .block:first-child,
.col-286 > .gallery:first-child,
.col-286 > .table:first-child,
.col-286 > blockquote:first-child,
.col-286 > figure:first-child,
.col-286 > hr:first-child,
.col-286 > pre:first-child,
.col-286 > table:first-child {
    margin-top: 6px;
}
.col-286 > .alert:last-child,
.col-286 > .block:last-child,
.col-286 > .gallery:last-child,
.col-286 > .table:last-child,
.col-286 > blockquote:last-child,
.col-286 > figure:last-child,
.col-286 > hr:last-child,
.col-286 > pre:last-child,
.col-286 > table:last-child {
    margin-bottom: 6px;
}
.col-435 {
    float: left;
    width: 435px;
    padding: 0 15px;
    min-height: 1px;
}
.col-435 > dl:first-child,
.col-435 > ol:first-child,
.col-435 > p:first-child,
.col-435 > ul:first-child {
    margin-top: 0;
}
.col-435 > dl:last-child,
.col-435 > ol:last-child,
.col-435 > p:last-child,
.col-435 > ul:last-child {
    margin-bottom: 0;
}
.col-435 > .alert:first-child,
.col-435 > .block:first-child,
.col-435 > .gallery:first-child,
.col-435 > .table:first-child,
.col-435 > blockquote:first-child,
.col-435 > figure:first-child,
.col-435 > hr:first-child,
.col-435 > pre:first-child,
.col-435 > table:first-child {
    margin-top: 6px;
}
.col-435 > .alert:last-child,
.col-435 > .block:last-child,
.col-435 > .gallery:last-child,
.col-435 > .table:last-child,
.col-435 > blockquote:last-child,
.col-435 > figure:last-child,
.col-435 > hr:last-child,
.col-435 > pre:last-child,
.col-435 > table:last-child {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    .col-526 {
        float: none;
        width: auto;
        padding: 0 15px;
    }
.col-526 > dl:first-child,
.col-526 > ol:first-child,
.col-526 > p:first-child,
.col-526 > ul:first-child {
    margin-top: 0;
}
.col-526 > dl:last-child,
.col-526 > ol:last-child,
.col-526 > p:last-child,
.col-526 > ul:last-child {
    margin-bottom: 0;
}
.col-526 > .alert:first-child,
.col-526 > .block:first-child,
.col-526 > .gallery:first-child,
.col-526 > .table:first-child,
.col-526 > blockquote:first-child,
.col-526 > figure:first-child,
.col-526 > hr:first-child,
.col-526 > pre:first-child,
.col-526 > table:first-child {
    margin-top: 6px;
}
.col-526 > .alert:last-child,
.col-526 > .block:last-child,
.col-526 > .gallery:last-child,
.col-526 > .table:last-child,
.col-526 > blockquote:last-child,
.col-526 > figure:last-child,
.col-526 > hr:last-child,
.col-526 > pre:last-child,
.col-526 > table:last-child {
    margin-bottom: 6px;
}
    .col-344 {
        float: none;
        width: auto;
    }
.col-344 > dl:first-child,
.col-344 > ol:first-child,
.col-344 > p:first-child,
.col-344 > ul:first-child {
    margin-top: 0;
}
.col-344 > dl:last-child,
.col-344 > ol:last-child,
.col-344 > p:last-child,
.col-344 > ul:last-child {
    margin-bottom: 0;
}
.col-344 > .alert:first-child,
.col-344 > .block:first-child,
.col-344 > .gallery:first-child,
.col-344 > .table:first-child,
.col-344 > blockquote:first-child,
.col-344 > figure:first-child,
.col-344 > hr:first-child,
.col-344 > pre:first-child,
.col-344 > table:first-child {
    margin-top: 6px;
}
.col-344 > .alert:last-child,
.col-344 > .block:last-child,
.col-344 > .gallery:last-child,
.col-344 > .table:last-child,
.col-344 > blockquote:last-child,
.col-344 > figure:last-child,
.col-344 > hr:last-child,
.col-344 > pre:last-child,
.col-344 > table:last-child {
    margin-bottom: 6px;
}
.col-266 {
    float: left;
    width: 266px;
    padding: 0 15px;
    min-height: 1px;
}
.col-266 > dl:first-child,
.col-266 > ol:first-child,
.col-266 > p:first-child,
.col-266 > ul:first-child {
    margin-top: 0;
}
.col-266 > dl:last-child,
.col-266 > ol:last-child,
.col-266 > p:last-child,
.col-266 > ul:last-child {
    margin-bottom: 0;
}
.col-266 > .alert:first-child,
.col-266 > .block:first-child,
.col-266 > .gallery:first-child,
.col-266 > .table:first-child,
.col-266 > blockquote:first-child,
.col-266 > figure:first-child,
.col-266 > hr:first-child,
.col-266 > pre:first-child,
.col-266 > table:first-child {
    margin-top: 6px;
}
.col-266 > .alert:last-child,
.col-266 > .block:last-child,
.col-266 > .gallery:last-child,
.col-266 > .table:last-child,
.col-266 > blockquote:last-child,
.col-266 > figure:last-child,
.col-266 > hr:last-child,
.col-266 > pre:last-child,
.col-266 > table:last-child {
    margin-bottom: 6px;
}
    .col-584 {
        float: none;
        box-sizing: border-box;
        width:  100%;
        padding: 0 15px;
        min-height: 1px;
    }
.col-584 > dl:first-child,
.col-584 > ol:first-child,
.col-584 > p:first-child,
.col-584 > ul:first-child {
    margin-top: 0;
}
.col-584 > dl:last-child,
.col-584 > ol:last-child,
.col-584 > p:last-child,
.col-584 > ul:last-child {
    margin-bottom: 0;
}
.col-584 > .alert:first-child,
.col-584 > .block:first-child,
.col-584 > .gallery:first-child,
.col-584 > .table:first-child,
.col-584 > blockquote:first-child,
.col-584 > figure:first-child,
.col-584 > hr:first-child,
.col-584 > pre:first-child,
.col-584 > table:first-child {
    margin-top: 6px;
}
.col-584 > .alert:last-child,
.col-584 > .block:last-child,
.col-584 > .gallery:last-child,
.col-584 > .table:last-child,
.col-584 > blockquote:last-child,
.col-584 > figure:last-child,
.col-584 > hr:last-child,
.col-584 > pre:last-child,
.col-584 > table:last-child {
    margin-bottom: 6px;
}
    .col-286 {
        float: none;
        box-sizing: border-box;
        width:  100%;
        padding: 0 15px;
        min-height: 1px;
    }
.col-286 > dl:first-child,
.col-286 > ol:first-child,
.col-286 > p:first-child,
.col-286 > ul:first-child {
    margin-top: 0;
}
.col-286 > dl:last-child,
.col-286 > ol:last-child,
.col-286 > p:last-child,
.col-286 > ul:last-child {
    margin-bottom: 0;
}
.col-286 > .alert:first-child,
.col-286 > .block:first-child,
.col-286 > .gallery:first-child,
.col-286 > .table:first-child,
.col-286 > blockquote:first-child,
.col-286 > figure:first-child,
.col-286 > hr:first-child,
.col-286 > pre:first-child,
.col-286 > table:first-child {
    margin-top: 6px;
}
.col-286 > .alert:last-child,
.col-286 > .block:last-child,
.col-286 > .gallery:last-child,
.col-286 > .table:last-child,
.col-286 > blockquote:last-child,
.col-286 > figure:last-child,
.col-286 > hr:last-child,
.col-286 > pre:last-child,
.col-286 > table:last-child {
    margin-bottom: 6px;
}
    .col-435 {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
.col-435 > dl:first-child,
.col-435 > ol:first-child,
.col-435 > p:first-child,
.col-435 > ul:first-child {
    margin-top: 0;
}
.col-435 > dl:last-child,
.col-435 > ol:last-child,
.col-435 > p:last-child,
.col-435 > ul:last-child {
    margin-bottom: 0;
}
.col-435 > .alert:first-child,
.col-435 > .block:first-child,
.col-435 > .gallery:first-child,
.col-435 > .table:first-child,
.col-435 > blockquote:first-child,
.col-435 > figure:first-child,
.col-435 > hr:first-child,
.col-435 > pre:first-child,
.col-435 > table:first-child {
    margin-top: 6px;
}
.col-435 > .alert:last-child,
.col-435 > .block:last-child,
.col-435 > .gallery:last-child,
.col-435 > .table:last-child,
.col-435 > blockquote:last-child,
.col-435 > figure:last-child,
.col-435 > hr:last-child,
.col-435 > pre:last-child,
.col-435 > table:last-child {
    margin-bottom: 6px;
}
    .col-435 h2 {
        background-repeat: repeat-x;
    }

}

/*----------------------------------------
#home_main
----------------------------------------*/
#home_main {
    background: #272727;
}
#home_main #home_main_photos a:hover img,
#home_main #home_main_photos input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#home_main a:hover img,
#home_main input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#home_main > .inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 980px;
    height: 354px;
}
#home_main ul {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}
#home_main a,
#home_main img {
    display: block;
}
#home_main_photos {
    float: left;
    width: 724px;
    height: 354px;
    background: #fff;
    overflow: hidden;
}
.load #home_main_photos {
    background: #fff url("/assets/img/page/home/load.gif") no-repeat center center;
}
#home_main_photos > ul {
    position: relative;
}
#home_main_photos > ul > li {

}
#home_main_thumbs {
    float: right;
    /*padding: 8px;*/
    width: 209px;
    width: 236px;
    height: 354px;
    /*background: #fff;*/
    /*box-shadow: 0 5px 5px -5px #000;*/
}
#home_main_thumbs > ul > li {
    position: relative;
    margin: 10px 0 0;
}
#home_main_thumbs > ul > li:first-child {
    margin-top: 0;
}
#home_main_thumbs > ul > li > a {
    position: relative;
    width: 236px;
    height: 81px;
}
#home_main_thumbs > ul > li > a:after{
}
#home_main_thumbs > ul > li > a:hover:after,
#home_main_thumbs > ul > li.active > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 4px #fff inset;
}
#home_main_thumbs > ul > li.active:before {
    position: absolute;
    content: " ";
    top: 33px;
    left: -8px;
    display: block;
    width: 8px;
    height: 15px;
    background: url("/assets/img/page/home/main-arr.png") no-repeat 0 0;
}
@media screen and (max-width: 767px) {
    #home_main > .inner {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 10px;
        width: 100%;
        height: auto;
    }
    #home_main ul {
        margin: 0;
        padding: 0;
        list-style: none none outside;
    }
    #home_main_photos {
        float: none;
        box-sizing: border-box;
        padding: 3px;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 5px 5px -5px #000;
    }

    #home_main_photos > ul {
        position: relative;
    }
    #home_main_photos > ul > li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    #home_main_thumbs{
        display: none;
    }
    #home_main_thumbs {
        float: none;
        box-sizing: border-box;
        padding: 8px;
        padding-top: 0;
        width: 100%;
        height: auto;
        background: #fff;
        box-shadow: 0 5px 5px -5px #000;
    }
    #home_main_thumbs > ul > li {
        position: relative;
        margin: 0;
    }
    #home_main_thumbs > ul > li:first-child {
        margin-top: 0;
    }
    #home_main_thumbs > ul > li > a {
        border: 4px solid #493c21;
        width: auto;
        height: auto;
    }
    #home_main_thumbs > ul > li.active:before {
        display: none;
    }
}
body.home #content_area {
    background: #fff;
}


/*----------------------------------------
.home_nav_section
----------------------------------------*/
.home_nav_section a:hover img,
.home_nav_section input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.home_nav_section img {
    vertical-align: bottom;
}
.home_nav_section .inner {
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .home_nav_section {
        padding: 30px 0 30px;
    }
    .home_nav_section .inner {
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
    .home_nav_section .inner h1 {
        margin: 0 0 15px;
        overflow: hidden;
        position: relative;
        height: 16px!important;
        text-align: center;
    }
    .home_nav_section .inner h1 img {
        height: 16px!important;
        width: auto;
        vertical-align: top;
    }
}


#home_works {
    padding: 58px 0 0;
    background: url("/assets/img/page/home/works_bg.png") repeat-x 0 0;
}
#home_works > .inner {
    padding: 0 0 40px;
    border-bottom: 1px solid #e6e6e6;
}
#home_works > .inner h1 {
    margin: 0 0 22px;
}
@media screen and (max-width: 767px) {
    #home_works {
        padding: 30px 0 30px;
    }
    #home_works .inner {
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }
    #home_works .inner h1 {
        margin: 0 0 15px;
        overflow: hidden;
        position: relative;
        height: 39px!important;
        text-align: center;
    }
    #home_works .inner h1 img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -490px;
        height: 36px!important;
        width: auto;
        max-width: 980px;
    }
}



/*----------------------------------------
.home_works_list
----------------------------------------*/
#home_works_list {
    position: relative;
}
#home_works_list .home_carousel_list_wrap {
    position: relative;
    margin: 0 29px;
    overflow: hidden;
    margin-bottom: 20px;
}
#home_works_list .home_carousel_list {
    padding: 0;
    margin-right: -26px;
}
#home_works_list .home_carousel_list li {
    padding: 0 26px 0 0;
    width: 290px;
}
#home_works_list .home_carousel_list li .figure {
    margin: 0 0 10px;
}
#home_works_list .home_carousel_list li .figure a {
    display: block;
    width: 278px;
    border: 6px solid #000;
}
#home_works_list .home_carousel_list li .figure a:hover {
    border-color: grey;
}
#home_works_list .home_carousel_list li .figure a img {
    display: block;
}
#home_works_list .home_carousel_list li .name {
    margin: 0;
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
}
#home_works_list .home_carousel_list li .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 4px 0 4px 20px;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 0 center;
    text-decoration: none;
}
#home_works_list .home_carousel_list li .name a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}
@media screen and (max-width: 767px) {
    #home_works_list .home_carousel_list_wrap {
        margin: 0 29px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #home_works_list .home_carousel_list {
        padding: 0;
        margin-right: 0;
    }
    #home_works_list .home_carousel_list li {
        padding: 0;
        width: 100%;
    }
    #home_works_list .home_carousel_list li .figure {
        margin: 0 0 10px;
    }
    #home_works_list .home_carousel_list li .figure a {
        box-sizing: border-box;
        width: 100%;
    }
    #home_works_list .home_carousel_list li .figure a img {
        width: 100%;
        height:118px;
        object-fit: cover;
    }
}







#home_works_list .home_carousel_nav {
    position: absolute;
    top: 0;
}
#home_works_list .home_carousel_nav,
#home_works_list .home_carousel_nav * {
    cursor: pointer;
}
#home_works_list .home_carousel_nav:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#home_works_list .home_carousel_nav_prev {
    left: 0;
}
#home_works_list .home_carousel_nav_next {
    right: 0;
}
@media screen and (max-width: 767px) {
    #home_works_list .home_carousel_nav {
        top: 25px;
    }
    #home_works_list .home_carousel_nav_prev {
        background: url(/assets/img/page/home/works_nav-prev.png) no-repeat 0 center;
        background-size: cover;
        width: 15px;
        height: 80px;
    }
    #home_works_list .home_carousel_nav_next {
        background: url(/assets/img/page/home/works_nav-next.png) no-repeat 0 center;
        background-size: cover;
        width: 15px;
        height: 80px;
    }
    #home_works_list .home_carousel_nav_prev img,
    #home_works_list .home_carousel_nav_next img{
        display: none;
    }
}
@media screen and (max-width: 340px) {
    #home_works_list .home_carousel_nav {
        top: 10px;
    }
}

/*#home_works_links*/
#home_works_links {
    background: url("/assets/img/page/home/works_link_bg.png") no-repeat 0 0;
}
#home_works_links:after,
#home_works_links:before {
    display: table;
    content: "";
    line-height: 0;
}
#home_works_links:after {
    clear: both;
}
#home_works_links li {
    float: left;
    display: inline;
    margin: 0 0 0 1px;
}
#home_works_links li:first-child {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    #home_works_links {
        padding: 15px 15px 5px;
        background: #fff;
    }
    #home_works_links li {
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }
    #home_works_links li img{
        width: 100%;
        height: auto;
    }
}







/*----------------------------------------
#home_company
----------------------------------------*/

#home_company {
    padding: 40px 0 0;
}
#home_company ul {
    padding: 10px 1px 10px 10px;
    background: url("/assets/img/page/home/company_link_bg.png") repeat 0 0;
}
#home_company ul:after,
#home_company ul:before {
    display: table;
    content: "";
    line-height: 0;
}
#home_company ul:after {
    clear: both;
}
#home_company li {
    float: left;
    display: inline;
    width: 313px;
    margin: 0 10px 0 0;
    background: #fff;
}
#home_company li a {
    display: block;
    background: #fff;
}
#home_company li p {
    padding: 10px 15px;
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
    font-size: 13px;
    line-height: 1.53;
}
@media screen and (max-width: 767px) {
    #home_company ul {
        margin-right: 0;
        margin-bottom: 0;
	   padding:15px 15px 0;
    }
    #home_company li {
        float: none;
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 15px;
    }
    #home_company li figure {
        margin: 0 0 3px;
    }
    #home_company li figure img{
        width: 100%;
        height: auto;
    }
}






#home_info {
    padding: 50px 0 60px;
}


/*----------------------------------------
#home_news
----------------------------------------*/
#home_news {
    float: left;
    width: 645px;
}
#home_news .link,
#home_news h1 {
    margin: 23px 0;
    line-height: 19px;
}
#home_news h1 {
    float: left;
}
#home_news .link {
    float: right;
}
#home_news .link a:hover img,
#home_news .link input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#home_news .content {
    clear: both;
    min-height: 153px;
    padding: 7px 24px 24px;
    border: 1px solid #e6e6e5;
    background: #fff;
}
#home_news .content dl {
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
}
#home_news .content dt {
    float: left;
    clear: left;
    padding: 13px 0 14px;
    width: 85px;
    color: #a48c3e;
}
#home_news .content dd {
    padding: 13px 0 14px 85px;
    background: url("/assets/img/global/line-dotted.png") repeat-x 0 bottom;
}
@media screen and (max-width: 767px) {
    #home_news {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #home_news .link,
    #home_news h1 {
        margin: 15px 0;
        line-height: 19px;
    }
    #home_news h1 {
        float: none;
        text-align: center;
    }
    #home_news .link {
        display: none;
    }
    #home_news .content {
        clear: both;
        padding: 7px 15px 15px;
        border: 1px solid #d9d3be;
        background: #fff;
    }
    #home_news .content dt {
        float: none;
        clear: left;
        padding: 10px 0 0;
        width: auto;
    }
    #home_news .content dd {
        padding: 0 0 10px;
    }
}



/*----------------------------------------
#home_info_side
----------------------------------------*/
#home_info_side {
    float: right;
    width: 310px;
    padding: 66px 0 0;
}
#home_info_side a:hover img,
#home_info_side input[type=image]:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#home_info_side img {
    vertical-align: bottom;
}
#home_info_side a {
    display: block;
}
#home_info_links {
    margin: 0 0 13px;
}
#home_info_kanren h1 {
    margin: 0 0 7px;
    line-height: 16px;
}
@media screen and (max-width: 767px) {
    #home_info_side {
        float: none;
        width: 100%;
        padding: 0;
    }
    #home_info_links {
        margin: 0 0 23px;
    }
    #home_info_links ul li img{
        width: 100%;
        height: auto;
    }
    #home_info_kanren ul li img{
        width: 100%;
        height: auto;
    }
}



#home_contact {
    padding: 30px 0 40px;
    background: #f1f1f1;
}
#home_contact a:hover img,
#home_contact input[type=image]:hover {
    opacity: .8;
    filter:alpha(opacity=80);
}
#home_contact h1 {
    margin: 0 0 23px;
    line-height: 17px;
}
#home_contact a {
    display: block;
    background: #fff;
}
#home_contact_tel {
    float: left;
    width: 480px;
}
#home_contact_links {
    float: right;
    width: 479px;
}
#home_contact_links ul {
    padding: 5px 0 5px 5px;
    background: #cdcdcd;
}
#home_contact_links ul:after,
#home_contact_links ul:before {
    display: table;
    content: "";
    line-height: 0;
}
#home_contact_links ul:after {
    clear: both;
}
#home_contact_links li {
    float: left;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
#home_contact {
    padding: 20px 0 30px;
}
#home_contact_tel {
    float: none;
    width: 100%;
}
#home_contact_tel img{
    width: 100%;
    height: auto;
}
#home_contact_links {
    float: none;
    width: 100%;
}



}




.block-advantages {
    margin: 30px 0;
    padding: 6px;
    background: url("/assets/img/global/mesh.png");
}
article > .block-advantages:first-child {
    margin-top: 10px;
}
.block-advantages .inner {
    padding: 35px 30px 6px;
    background: #fff;
}
.block-advantages .inner:after,
.block-advantages .inner:before {
    display: table;
    content: "";
    line-height: 0;
}
.block-advantages .inner:after {
    clear: both;
}
.block-advantages .inner .text {
    float: left;
    width: 409px;
}
.block-advantages .inner .text h2 {
    margin: 0 0 24px;
    padding: 0;
    background: 0 0;
}
.block-advantages .inner .text h2+.alert,
.block-advantages .inner .text h2+.block,
.block-advantages .inner .text h2+.gallery,
.block-advantages .inner .text h2+.table,
.block-advantages .inner .text h2+blockquote,
.block-advantages .inner .text h2+figure,
.block-advantages .inner .text h2+hr,
.block-advantages .inner .text h2+pre,
.block-advantages .inner .text h2+table {
    margin-top: 30px;
}
.block-advantages .inner .text h2+.alignleft+dl,
.block-advantages .inner .text h2+.alignleft+ol,
.block-advantages .inner .text h2+.alignleft+p,
.block-advantages .inner .text h2+.alignleft+ul,
.block-advantages .inner .text h2+.alignright+dl,
.block-advantages .inner .text h2+.alignright+ol,
.block-advantages .inner .text h2+.alignright+p,
.block-advantages .inner .text h2+.alignright+ul,
.block-advantages .inner .text h2+dl,
.block-advantages .inner .text h2+ol,
.block-advantages .inner .text h2+p,
.block-advantages .inner .text h2+ul {
    margin-top: 24px;
}
.block-advantages .inner figure {
    float: right;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .block-advantages {
        margin: 30px 0;
        padding: 6px;
        background: url("/assets/img/global/mesh.png");
    }
    article > .block-advantages:first-child {
        margin-top: 10px;
    }
    .block-advantages .inner {
        padding: 35px 30px 6px;
        background: #fff;
    }
    .block-advantages .inner:after,
    .block-advantages .inner:before {
        display: table;
        content: "";
        line-height: 0;
    }
    .block-advantages .inner:after {
        clear: both;
    }
    .block-advantages .inner .text {
        float: none;
        width: 100%;
    }
    .block-advantages .inner .text h2 {
        margin: 0 0 24px;
        padding: 0;
        background: 0 0;
    }
    .block-advantages .inner .text h2+.alert,
    .block-advantages .inner .text h2+.block,
    .block-advantages .inner .text h2+.gallery,
    .block-advantages .inner .text h2+.table,
    .block-advantages .inner .text h2+blockquote,
    .block-advantages .inner .text h2+figure,
    .block-advantages .inner .text h2+hr,
    .block-advantages .inner .text h2+pre,
    .block-advantages .inner .text h2+table {
        margin-top: 30px;
    }
    .block-advantages .inner .text h2+.alignleft+dl,
    .block-advantages .inner .text h2+.alignleft+ol,
    .block-advantages .inner .text h2+.alignleft+p,
    .block-advantages .inner .text h2+.alignleft+ul,
    .block-advantages .inner .text h2+.alignright+dl,
    .block-advantages .inner .text h2+.alignright+ol,
    .block-advantages .inner .text h2+.alignright+p,
    .block-advantages .inner .text h2+.alignright+ul,
    .block-advantages .inner .text h2+dl,
    .block-advantages .inner .text h2+ol,
    .block-advantages .inner .text h2+p,
    .block-advantages .inner .text h2+ul {
        margin-top: 24px;
    }
    .block-advantages .inner figure {
        float: none;
        width: 100%;
        margin-top: 0;
    }
}






.google_maps {
    padding: 6px;
    border: 1px solid #e5e0d0;
}
.table-history th {
    width: 50px;
}
@media screen and (max-width: 767px) {
    .google_maps iframe{
        width: 100%;
    }
    .table-history th {
        width: auto;
    }
}

/*----------------------------------------
.nav-faq
----------------------------------------*/
.nav-faq {
    margin-top: 0;
}
.nav-faq ul {
    border-right: 1px solid #dadada;
}
.nav-faq ul:after,
.nav-faq ul:before {
    display: table;
    content: "";
    line-height: 0;
}
.nav-faq ul:after {
    clear: both;
}
.nav-faq ul li {
    float: left;
    border-left: 1px solid #dadada;
}
.nav-faq img {
    vertical-align: bottom;
}
.nav-faq a:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
}
@media screen and (max-width: 767px) {
    .nav-faq {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .nav-faq ul {
        border-right: 1px solid #d9d3be;
    }
    .nav-faq ul li {
        box-sizing: border-box;
        width: 33.33%;
        float: left;
        border-left: 1px solid #d9d3be;
        overflow: hidden;
    }
    .nav-faq img {
        width: 190%;
        max-width: 1000px;
        margin: 0 -45%;
        vertical-align: bottom;
    }
    .nav-faq a:hover img {
        opacity: 1;
        filter:alpha(opacity=100);
    }
}


.list-faq {
    margin-top: 30px;
}
.list-faq dt {
    margin: 50px 0 20px;
    padding: 8px 0 8px 65px;
    font-size: 16px;
    background: url("/assets/img/global/icon_faq-q.png") no-repeat 0 0;
}
.list-faq dt:first-child {
    margin-top: 0;
}
.list-faq dd {
    padding: 0 0 0 65px;
    background: url("/assets/img/global/icon_faq-a.png") no-repeat 0 0;
    min-height: 45px;
}
.list-faq dd p {
    margin: 8px 0;
}
@media screen and (max-width: 767px) {
    .list-faq {
        margin-top: 20px;
    }
    .list-faq dt {
        margin: 50px 0 10px;
        padding: 3px 0 0px 45px;
        font-size: 14px;
        background-size: 30px 30px;
    }
    .list-faq dt:first-child {
        margin-top: 0;
    }
    .list-faq dd {
        padding: 0 0 0 45px;
        background-size: 30px 30px;
    }
    .list-faq dd p {
        margin: 5px 0;
    }
}


.alert+.list-faq dd p,
.block+.list-faq dd p,
.gallery+.list-faq dd p,
.table+.list-faq dd p,
blockquote+.list-faq dd p,
figure+.list-faq dd p,
hr+.list-faq dd p,
pre+.list-faq dd p,
table+.list-faq dd p {
    margin-top: 14px;
}
.list-faq dd p+.alert,
.list-faq dd p+.block,
.list-faq dd p+.gallery,
.list-faq dd p+.table,
.list-faq dd p+blockquote,
.list-faq dd p+figure,
.list-faq dd p+hr,
.list-faq dd p+pre,
.list-faq dd p+table {
    margin-top: 14px;
}
.list-faq dd p+.alignleft+dl,
.list-faq dd p+.alignleft+ol,
.list-faq dd p+.alignleft+p,
.list-faq dd p+.alignleft+ul,
.list-faq dd p+.alignright+dl,
.list-faq dd p+.alignright+ol,
.list-faq dd p+.alignright+p,
.list-faq dd p+.alignright+ul,
.list-faq dd p+dl,
.list-faq dd p+ol,
.list-faq dd p+p,
.list-faq dd p+ul {
    margin-top: 8px;
}
.list-faq dd .block,
.list-faq dd p.link-block {
    margin: 14px 0;
}
.alert+.list-faq dd .block,
.alert+.list-faq dd p.link-block,
.block+.list-faq dd .block,
.block+.list-faq dd p.link-block,
.gallery+.list-faq dd .block,
.gallery+.list-faq dd p.link-block,
.table+.list-faq dd .block,
.table+.list-faq dd p.link-block,
blockquote+.list-faq dd .block,
blockquote+.list-faq dd p.link-block,
figure+.list-faq dd .block,
figure+.list-faq dd p.link-block,
hr+.list-faq dd .block,
hr+.list-faq dd p.link-block,
pre+.list-faq dd .block,
pre+.list-faq dd p.link-block,
table+.list-faq dd .block,
table+.list-faq dd p.link-block {
    margin-top: 20px;
}
.list-faq dd .block+.alert,
.list-faq dd .block+.block,
.list-faq dd .block+.gallery,
.list-faq dd .block+.table,
.list-faq dd .block+blockquote,
.list-faq dd .block+figure,
.list-faq dd .block+hr,
.list-faq dd .block+pre,
.list-faq dd .block+table,
.list-faq dd p.link-block+.alert,
.list-faq dd p.link-block+.block,
.list-faq dd p.link-block+.gallery,
.list-faq dd p.link-block+.table,
.list-faq dd p.link-block+blockquote,
.list-faq dd p.link-block+figure,
.list-faq dd p.link-block+hr,
.list-faq dd p.link-block+pre,
.list-faq dd p.link-block+table {
    margin-top: 20px;
}
.list-faq dd .block+.alignleft+dl,
.list-faq dd .block+.alignleft+ol,
.list-faq dd .block+.alignleft+p,
.list-faq dd .block+.alignleft+ul,
.list-faq dd .block+.alignright+dl,
.list-faq dd .block+.alignright+ol,
.list-faq dd .block+.alignright+p,
.list-faq dd .block+.alignright+ul,
.list-faq dd .block+dl,
.list-faq dd .block+ol,
.list-faq dd .block+p,
.list-faq dd .block+ul,
.list-faq dd p.link-block+.alignleft+dl,
.list-faq dd p.link-block+.alignleft+ol,
.list-faq dd p.link-block+.alignleft+p,
.list-faq dd p.link-block+.alignleft+ul,
.list-faq dd p.link-block+.alignright+dl,
.list-faq dd p.link-block+.alignright+ol,
.list-faq dd p.link-block+.alignright+p,
.list-faq dd p.link-block+.alignright+ul,
.list-faq dd p.link-block+dl,
.list-faq dd p.link-block+ol,
.list-faq dd p.link-block+p,
.list-faq dd p.link-block+ul {
    margin-top: 14px;
}




.list-business {
    margin: 0 -21px 25px 0;
}
.list-business:after,
.list-business:before {
    display: table;
    content: "";
    line-height: 0;
}
.list-business:after {
    clear: both;
}
.list-business .list-business-item {
    float: left;
    display: inline;
    margin: 0 21px 20px 0;
    width: 286px;
}
.list-business .list-business-item h2 {
    margin: 0 0 25px;
    padding: 0;
    border: none;
    background: 0 0;
}
.list-business .list-business-item h2 img {
    vertical-align: bottom;
}
.list-business .list-business-item figure {
    margin: 0 0 20px;
    border: 6px solid #f5f5f5;
}
.list-business .list-business-item figure img {
    vertical-align: bottom;
}
.list-business .list-business-item p {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .list-business {
        margin: 0 auto 25px;
        max-width: 400px;
    }
    .list-business .list-business-item {
        float: none;
        display: block;
        margin: 0 0 20px 0;
        width: auto;
    }
    .list-business .list-business-item h2 {
        margin: 0 0 15px;
    }
    .list-business .list-business-item h2 img{
        width: 100%;
        height: auto;
    }
    .list-business .list-business-item figure {
        margin: 0 0 15px;
    }
    .list-business .list-business-item figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
}


.effort_disaster_points {
    border: 1px solid #e6e6e5;
    border-right: none;
}
.effort_disaster_points:after,
.effort_disaster_points:before {
    display: table;
    content: "";
    line-height: 0;
}
.effort_disaster_points:after {
    clear: both;
}
.effort_disaster_points .item {
    float: left;
    width: 259px;
    padding: 20px 20px 15px;
    border-right: 1px solid #e6e6e5;
}
.effort_disaster_points .item:first-child {
    width: 258px;
}
.effort_disaster_points .item h3 {
    margin: 0 0 15px;
}
.effort_disaster_points .item h3 img {
    vertical-align: bottom;
}
.effort_disaster_points .item p {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .effort_disaster_points .item {
        box-sizing: border-box;
        float: none;
        width: 100%;
        height: auto!important;
        padding: 15px 15px 15px;
        border-right: 1px solid #d9d3be;
    }
    .effort_disaster_points .item:first-child {
        width: 100%;
    }
    .effort_disaster_points .item h3 {
        margin: 0 0 10px;
    }
}






.effort_flameproof_labels {
    background: #f5f5f5;
}
.effort_flameproof_labels:after,
.effort_flameproof_labels:before {
    display: table;
    content: "";
    line-height: 0;
}
.effort_flameproof_labels:after {
    clear: both;
}
.effort_flameproof_labels .item {
    float: left;
    width: 410px;
    padding: 15px 20px 20px;
}
.effort_flameproof_labels .item:first-child {
    width: 409px;
    border-right: 1px solid #e6e6e5;
}
.effort_flameproof_labels .item h4 {
    margin-top: 0;
}
.effort_flameproof_labels .item .table {
    clear: both;
    margin-bottom: 0;
}
.effort_flameproof_labels .item .table th {
    background-color: #e6e6e5;
}
.effort_flameproof_experiments {
    border: 1px solid #e6e6e5;
    border-right: none;
}
.effort_flameproof_experiments:after,
.effort_flameproof_experiments:before {
    display: table;
    content: "";
    line-height: 0;
}
.effort_flameproof_experiments:after {
    clear: both;
}
.effort_flameproof_experiments .item {
    float: left;
    width: 399px;
    padding: 20px 25px 15px;
    border-right: 1px solid #e6e6e5;
}
.effort_flameproof_experiments .item:first-child {
    padding-left: 24px;
}
.effort_flameproof_experiments .item h4 {
    margin-top: 0;
}
.effort_flameproof_experiments .item figure {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .effort_flameproof_labels .item {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px 15px;
        height: auto!important;
    }
    .effort_flameproof_labels .item:first-child {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e1d3;
    }
    .effort_flameproof_labels .alignright{
        float: none;
        margin: 0;
        display: block;
        text-align: center;
    }
    .effort_flameproof_labels .item .table td {
        padding: 5px 5px 20px;
    }
    .effort_flameproof_experiments {
        border: 1px solid #d9d3be;
        border-right: none;
    }
    .effort_flameproof_experiments .item {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px 15px;
        border-right: 1px solid #d9d3be;
        height: auto!important;
    }
    .effort_flameproof_experiments .item:first-child {
        padding-left: 15px;
    }

}




.nav_works {
    border: 1px solid #e6e6e5;
}
.nav_works ul {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
}
.nav_works ul li {
    display: inline;
    margin-left: 10px;
}
.nav_works ul li:first-child {
    margin-left: 0;
}
.nav_works ul li a {
    padding: 2px 0 2px 22px;
    background: url("/assets/img/global/icon_allow-down.png") no-repeat left center;
}



.list-works {
    margin-right: -21px;
    padding: 1px 0 0;
    list-style: none none outside;
    background: url("/assets/img/global/line-dotted-3.png") no-repeat 0 0;
}
.list-works:after,
.list-works:before {
    display: table;
    content: "";
    line-height: 0;
}
.list-works:after {
    clear: both;
}
.list-works li {
    float: left;
    display: inline;
    margin: 0 21px 0 0;
    padding: 10px 0 11px;
    width: 286px;
    background: url("/assets/img/global/line-dotted.png") repeat-x 0 bottom;
}
.list-works-2 {
    background: url("/assets/img/global/line-dotted-2.png") no-repeat 0 0;
}
.list-works-2 li {
    margin: 0 20px 0 0;
    width: 310px;
}

@media screen and (max-width: 767px) {
    .list-works {
        margin-right: 0;
        padding: 1px 0 0;
    }

    .list-works li {
        float: none;
        display: block;
        margin: 0;
        padding: 10px 0 11px;
        width: 100%;
        background: url("/assets/img/global/line-dotted.png") repeat-x 0 bottom;
    }
    .list-works-2 {
        background: url("/assets/img/global/line-dotted.png") repeat-x 0 bottom;
    }
    .list-works-2 li {
        margin: 0;
        width: 100%;
    }

}


.list-sitemap,
.list-sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}
.list-sitemap li {
    margin: 0 0 20px;
}
.list-sitemap li a,
.list-sitemap li p.head {
    display: block;
    margin: 0;
    padding: 7px 15px 7px 40px;
    border: 6px solid #f5f5f5;
    font-size: 16px;
    text-decoration: none;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 15px center;
}
.list-sitemap li a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}
.list-sitemap li p.head {
    background-image: url("/assets/img/global/icon_allow-down.png");
}
.list-sitemap li li {
    margin: 10px 0 0;
}
.list-sitemap li li a {
    border: none;
    padding-left: 45px;
    font-size: 14px;
    background: #f5f5f5 url("/assets/img/global/icon_allow-small.png") no-repeat 30px center;
}
.list-sitemap li li a:hover {
    background-image: url("/assets/img/global/icon_allow-small-on.png");
}


.sitemap-bnrs {
    padding: 6px;
    background: #f3f2ed;
}
.sitemap-bnrs:after,
.sitemap-bnrs:before {
    display: table;
    content: "";
    line-height: 0;
}
.sitemap-bnrs:after {
    clear: both;
}
.sitemap-bnrs .sitemap-bnrs-kanren,
.sitemap-bnrs .sitemap-bnrs-links {
    padding: 12px 15px 15px;
    background: #fff;
}
.sitemap-bnrs .sitemap-bnrs-kanren .title,
.sitemap-bnrs .sitemap-bnrs-links .title {
    margin: 0 0 14px;
    line-height: 14px;
}
.sitemap-bnrs .sitemap-bnrs-kanren .bnr,
.sitemap-bnrs .sitemap-bnrs-links .bnr {
    margin: 0;
}
.sitemap-bnrs .sitemap-bnrs-kanren img,
.sitemap-bnrs .sitemap-bnrs-links img {
    vertical-align: bottom;
}
.sitemap-bnrs .sitemap-bnrs-links {
    float: left;
    padding-right: 0;
    width: 568px;
}
.sitemap-bnrs .sitemap-bnrs-links:after,
.sitemap-bnrs .sitemap-bnrs-links:before {
    display: table;
    content: "";
    line-height: 0;
}
.sitemap-bnrs .sitemap-bnrs-links:after {
    clear: both;
}
.sitemap-bnrs .sitemap-bnrs-links .bnr {
    float: left;
    display: inline;
    margin-right: 15px;
}
.sitemap-bnrs .sitemap-bnrs-kanren {
    float: right;
    width: 269px;
}
@media screen and (max-width: 767px) {
    .sitemap-bnrs .sitemap-bnrs-kanren,
    .sitemap-bnrs .sitemap-bnrs-links {
        padding: 12px 15px 15px;
    }
    .sitemap-bnrs .sitemap-bnrs-kanren .bnr img,
    .sitemap-bnrs .sitemap-bnrs-links .bnr img {
        width: 100%;
        height: auto;
    }
    .sitemap-bnrs .sitemap-bnrs-links {
        float: none;
        width: auto;
    }
    .sitemap-bnrs .sitemap-bnrs-links .bnr {
        float: none;
        display: block;
        margin-right: 0px;
    }
    .sitemap-bnrs .sitemap-bnrs-kanren {
        float: none;
        width: auto;
    }
}




.contact_aside {
    margin: 65px 0 0;
    padding: 0 0 30px;
}
.contact_aside:after,
.contact_aside:before {
    display: table;
    content: "";
    line-height: 0;
}
.contact_aside:after {
    clear: both;
}
.contact_aside img {
    vertical-align: bottom;
}
.contact_aside .contact_aside_fax .title,
.contact_aside .contact_aside_tel .title {
    margin: 0 0 18px;
    line-height: 18px;
}
.contact_aside .contact_aside_fax .img,
.contact_aside .contact_aside_tel .img {
    margin: 0;
}
.contact_aside .contact_aside_tel {
    float: left;
}
.contact_aside .contact_aside_fax {
    float: right;
}
.contact_aside .contact_aside_fax .img {
    position: relative;
    width: 435px;
    height: 166px;
}
.contact_aside .contact_aside_fax .img .pdf-01 {
    position: absolute;
    top: 110px;
    left: 129px;
}
.contact_aside .contact_aside_fax .img .pdf-02 {
    position: absolute;
    top: 110px;
    left: 227px;
}
.contact_aside .contact_aside_fax .img .pdf-03 {
    position: absolute;
    top: 110px;
    left: 325px;
}
.contact_aside .contact_aside_fax .img .pdf-download {
    position: absolute;
    top: 110px;
    left: 22px;
}


@media screen and (max-width: 767px) {
    .contact_aside img {
        vertical-align: bottom;
    }
    .contact_aside .contact_aside_fax .title,
    .contact_aside .contact_aside_tel .title {
        margin: 0 0 15px;
    }
    .contact_aside .contact_aside_tel {
        float: none;
        margin-bottom: 20px;
    }
    .contact_aside .contact_aside_fax {
        float: none;
    }
    .contact_aside .contact_aside_fax .img {
       width: auto;
       height: auto;
   }
    .contact_aside .contact_aside_fax .img .pdf-01 {
        top: 65%;
        left: 28.5%;
        width: 22%;
    }
    .contact_aside .contact_aside_fax .img .pdf-02 {
        top: 65%;
        left: 51%;
        width: 22%;

    }
    .contact_aside .contact_aside_fax .img .pdf-03 {
        top: 65%;
        left: 74%;
        width: 22%;

    }
    .contact_aside .contact_aside_fax .img .pdf-download {
        top: 64%;
        left: 5%;
        width: 90%;
    }
}




#catalogue_checks {
    font-weight: 700;
}
#catalogue_checks em {
    font-style: normal;
    color: #b20000;
}
#catalogue_checks label {
    cursor: pointer;
}
.catalogue_list {
    margin: 30px -20px 30px 0;
    background: url("/assets/img/page/download/line-dotted.png") repeat-x 0 bottom;
}
.catalogue_list:after,
.catalogue_list:before {
    display: table;
    content: "";
    line-height: 0;
}
.catalogue_list:after {
    clear: both;
}
.catalogue_list em {
    font-style: normal;
    color: #b20000;
}
.catalogue_list .catalogue_list_item {
    float: left;
    display: inline;
    margin: 0 20px 0 0;
    padding: 20px 0;
    width: 440px;
    background: url("/assets/img/global/line-dotted.png") repeat-x 0 0;
}
.catalogue_list .catalogue_list_item:after,
.catalogue_list .catalogue_list_item:before {
    display: table;
    content: "";
    line-height: 0;
}
.catalogue_list .catalogue_list_item:after {
    clear: both;
}
.catalogue_list .catalogue_list_item figure {
    float: left;
    margin: 0;
}
.catalogue_list .catalogue_list_item .control {
    float: right;
    width: 277px;
    min-height: 202px;
    position: relative;
}
.catalogue_list .catalogue_list_item .control h3 {
    margin: 0 0 5px;
}
.catalogue_list .catalogue_list_item .control .desc {
    margin: 0;
}
.catalogue_list .catalogue_list_item .control .form-field {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 247px;
    padding: 10px 15px;
    background: #f5f5f5;
    font-weight: 700;
}


@media screen and (max-width: 767px) {
  .catalogue_list {
    margin: 0;
  }
  .catalogue_list .catalogue_list_item{
    width:100%;
    margin:0;
    padding-bottom:0;
  }
  .catalogue_list .catalogue_list_item figure{
    float: none;
    margin: 0;
    text-align: center;
  }
  .catalogue_list .catalogue_list_item .control {
    float: none;
    position: relative;
    width: 100%;
    margin: 30px 0;
    min-height: unset;
  }
  .catalogue_list .catalogue_list_item .control .form-field{
    position: relative;
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
  }
  .catalogue_list .catalogue_list_item .control .desc{
    width: 95%;
  }
}


.table-headline {
    margin: 0 0 30px;
}
.table-headline table th {
    color: #a48c3e;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}
@media screen and (max-width: 767px) {
    .table-headline table th {
        width: 100%;
    }
}

/*----------------------------------------
.nav_products
----------------------------------------*/
.nav_products {
    margin: 0 0 40px;
}
.nav_products ul {
    border-left: 1px solid #dadada;
}
.nav_products ul:after,
.nav_products ul:before {
    display: table;
    content: "";
    line-height: 0;
}
.nav_products ul:after {
    clear: both;
}
.nav_products ul li {
    float: left;
    border-right: 1px solid #dadada;
}
.nav_products a,
.nav_products img {
    display: block;
}
.nav_products a:hover img {
    opacity: 1;
    filter:alpha(opacity=100);
}
@media screen and (max-width: 767px) {
    .nav_products {
        margin: 0 0 20px;
        padding: 0;
        background: none;
    }
    .nav_products ul li {
        box-sizing: border-box;
        width: 33.33%;
        overflow: hidden;
    }
    .nav_products ul li img{
        width: 140%;
        max-width: 140%;
        margin: 0 -20%;
    }
}




.products_title {
    margin: 0 0 50px;
    padding: 15px 20px;
    font-size: 17px;
    color: #2c2517;
    font-weight: 700;
    background: url("/assets/img/global/mesh.png");
}
.nav-disaster_type,
.nav-products_facility {
    margin: 0 0 40px;
}
.nav-disaster_type ul,
.nav-products_facility ul {
    padding: 1px 0 0 1px;
    background: #e6e6e5;
}
.nav-disaster_type ul:after,
.nav-disaster_type ul:before,
.nav-products_facility ul:after,
.nav-products_facility ul:before {
    display: table;
    content: "";
    line-height: 0;
}
.nav-disaster_type ul:after,
.nav-products_facility ul:after {
    clear: both;
}
.nav-disaster_type ul li,
.nav-products_facility ul li {
    float: left;
    padding: 0 1px 1px 0;
    height: 40px;
}
.nav-disaster_type ul li a,
.nav-disaster_type ul li img,
.nav-products_facility ul li a,
.nav-products_facility ul li img {
    display: block;
    min-height: 1px;
}
.nav-products_facility li {
    width: 212px;
}
.nav-disaster_type li {
    width: 159px;
}
.nav-disaster_type li.last {
    width: 158px;
}
.nav-products_meta {
    clear: both;
    margin-top: 54px;
    padding: 15px 17px;
    background: #f5f5f5;
}
.nav-products_meta:after,
.nav-products_meta:before {
    display: table;
    content: "";
    line-height: 0;
}
.nav-products_meta:after {
    clear: both;
}
.alert+.nav-products_meta,
.block+.nav-products_meta,
.gallery+.nav-products_meta,
.table+.nav-products_meta,
blockquote+.nav-products_meta,
figure+.nav-products_meta,
hr+.nav-products_meta,
pre+.nav-products_meta,
table+.nav-products_meta {
    margin-top: 60px;
}
.nav-products_meta h1 {
    float: left;
    width: 75px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.nav-products_meta ul {
    margin-left: 75px;
    font-size: 12px;
}



.products_links {
    margin: 0 -20px 60px 0;
}
.products_links:after,
.products_links:before {
    display: table;
    content: "";
    line-height: 0;
}
.products_links:after {
    clear: both;
}
.products_links .products_links_item {
    float: left;
    display: inline;
    width: 310px;
    margin: 0 20px 0 0;
}
.products_links .products_links_item figure {
    margin: 0 0 5px;
    padding: 0 0 5px;
    background: url("/assets/img/global/figure_shadow.png") repeat-x 0 bottom;
}
.products_links .products_links_item .desc {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .products_links {
        margin: 0 0 30px 0;
    }
    .products_links .products_links_item {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .products_links .products_links_item figure img{
        width: 100%;
        height: auto;
    }
}



ul.products_facility_list {
    margin: 0 -20px 0 0;
}
ul.products_facility_list:after,
ul.products_facility_list:before {
    display: table;
    content: "";
    line-height: 0;
}
ul.products_facility_list:after {
    clear: both;
}
ul.products_facility_list li {
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
    padding: 0 0 5px;
    background: url("/assets/img/global/figure_shadow.png") repeat-x 0 bottom;
}



/*----------------------------------------
ul.products_type_list
----------------------------------------*/
ul.products_type_list {
    margin: 0 -20px 0 0;
}
ul.products_type_list:after,
ul.products_type_list:before {
    display: table;
    content: "";
    line-height: 0;
}
ul.products_type_list:after {
    clear: both;
}
ul.products_type_list li {
    float: left;
    display: inline;
    width: 200px;
    margin: 0 20px 20px 0;
}
ul.products_type_list li figure {
    margin: 0 0 10px;
    padding: 6px;
    background: #f5f5f5;
}
ul.products_type_list li a {
    text-decoration: none;
}
ul.products_type_list li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    text-align: center;
    font-size: 12px;
}
ul.products_type_list li .name span {
    padding: 5px 0 5px 20px;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 0 center;
}
ul.products_type_list li a:hover .name span {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}

@media screen and (max-width: 767px) {
    ul.products_type_list {
        margin: 0 auto;
        max-width: 400px;
    }
    ul.products_type_list li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    ul.products_type_list li figure img{
        width: 100%;
        height: auto;
    }
}


/*----------------------------------------
.products_contact
----------------------------------------*/
.products_contact {
    margin: 30px 0 0;
    padding: 16px 16px 1px;
    background: #f1f1f1;
}
.products_contact a:hover img,
.products_contact input[type=image]:hover {
    opacity: .8;
    filter:alpha(opacity=80);
}
.products_contact .links {
    margin: 0 0 15px;
    padding: 6px 0 6px 6px;
    background: #cdcdcd;
}
.products_contact .links:after,
.products_contact .links:before {
    display: table;
    content: "";
    line-height: 0;
}
.products_contact .links:after {
    clear: both;
}
.products_contact .links li {
    float: left;
    display: inline;
    margin: 0 6px 0 0;
    width: 195px;
    background: #fff;
}
.products_contact .links li:first-child {
    width: 194px;
}
.products_contact .bnr {
    margin: 0 0 15px!important !important;
}
@media screen and (max-width: 767px) {
    .products_contact {
        display: none;
    }
}



/*----------------------------------------
ul.products_list
----------------------------------------*/
ul.products_list {
    margin: 0 -20px 0 0;
}
ul.products_list:after,
ul.products_list:before {
    display: table;
    content: "";
    line-height: 0;
}
ul.products_list:after {
    clear: both;
}
ul.products_list li {
    float: left;
    display: inline;
    margin: 0 20px 20px 0;
    width: 200px;
    position: relative;
}
ul.products_list li a {
    display: block;
    text-decoration: none;
}
ul.products_list li figure {
    margin: 0 0 10px;
    padding: 6px;
    border: 1px solid #e6e6e5;
}
ul.products_list li .label {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 1.6;
    font-size: 11px;
    color: #fff;
    background: #464646;
    padding: 0 5px;
    opacity: .95;
}
ul.products_list li .name-01 {
    margin: 0;
    font-weight: 700;
}
ul.products_list li .title {
    margin: 0;
    font-weight: 700;
}
ul.products_list li:nth-child(3n+1) {
    clear: both;
}
ul.products_list li img {
    width: 186px;
    height: 140px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    ul.products_list {
        margin: 0 auto;
        max-width: 400px;
    }
    ul.products_list li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    ul.products_list li figure{
        margin-bottom: 5px; 
    }
    ul.products_list li figure img{
        width: 100%;
        height: auto;
    }
    ul.products_list li .title {
        text-align: center;
    }
}



/*----------------------------------------
.products_photos 
----------------------------------------*/
.products_photos {
    float: left;
    display: inline;
    margin: 0 20px 0 0;
}
.products_photos figure {
    margin: 0 0 15px;
    padding: 6px;
    border: 1px solid #d9d3be;
}
@media screen and (max-width: 767px) {
    .products_photos {
        float: none;
        display: block;
        margin: 0 auto 20px;
        max-width: 400px;
    }
    .products_photos figure {
        margin: 0 0 15px;
        padding: 6px;
        border: 1px solid #d9d3be;
    }
    .products_photos figure img{
        width: 100%;
        height: auto;
    }
}


body.type-works figure.main {
    padding: 6px;
    border: 1px solid #e6e6e5;
}


.works_meta {
    margin: 35px 0 55px;
}
.works_meta dl {
    margin: 0;
    padding: 10px 16px;
    font-size: 11px;
    background: #f5f5f5;
}
.works_meta dd,
.works_meta dt {
    display: inline;
}
.works_meta dt {
    color: #000;
}
.works_meta dd {
    margin: 0 20px 0 0;
}
.works_meta dd a {
    color: #000;
    text-decoration: none;
}
.works_meta dd a:hover {
    color: #333;
    text-decoration: none;
}
body.type-works.archive .archive_list {
    margin-right: -20px;
}
body.type-works.archive .archive_list:after,
body.type-works.archive .archive_list:before {
    display: table;
    content: "";
    line-height: 0;
}
body.type-works.archive .archive_list:after {
    clear: both;
}
body.type-works.archive article {
    float: left;
    display: inline;
    width: 308px;
    margin: 0 20px 20px 0;
    border: 1px solid #e6e6e5;
}
body.type-works.archive article header {
    margin: 0 0 20px;
    padding: 0;
    border: none;
}
body.type-works.archive article h1 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    background: url("/assets/img/global/mesh.png");
}
body.type-works.archive article h1 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 9px 15px 9px 39px;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 15px center;
}
body.type-works.archive article h1 a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}
body.type-works.archive article figure {
    margin: 0 15px 20px;
}
body.type-works.archive .works_meta {
    margin: 0 15px 20px;
}
body.type-works.archive .works_meta dl:after,
body.type-works.archive .works_meta dl:before {
    display: table;
    content: "";
    line-height: 0;
}
body.type-works.archive .works_meta dl:after {
    clear: both;
}
body.type-works.archive .works_meta dt {
    float: left;
    clear: left;
}
body.type-works.archive .works_meta dd {
    display: block;
}
body.type-works.archive .pagination {
    margin: 0 0 60px;
    padding: 40px 0 0;
}
.works_links h1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.works_links h1 a {
    color: #000;
    text-decoration: none;
}
.works_links h1 a:hover {
    color: #333;
    text-decoration: none;
}
.works_links ul {
    margin: 0 0 60px;
    padding: 10px;
    border: 1px solid #e6e6e5;
}
.works_links ul:after,
.works_links ul:before {
    display: table;
    content: "";
    line-height: 0;
}
.works_links ul:after {
    clear: both;
}
.works_links li {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}
.works_links a {
    font-size: 12px;
    display: inline-block;
    padding: 4px 15px 4px 35px;
    background: #f5f5f5 url("/assets/img/global/icon_allow-forword.png") no-repeat 10px center;
    text-decoration: none;
}
.works_links a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}
#works_list {
    margin: 0 0 20px;
    position: relative;
}
#works_list .home_carousel_list_wrap {
    position: relative;
    margin: 0 25px;
    overflow: hidden;
}
#works_list .home_carousel_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -10px;
}
#works_list .home_carousel_list li {
    padding: 0 10px 0 0;
    width: 290px;
}
#works_list .home_carousel_list li .figure {
    margin: 0 0 10px;
}
#works_list .home_carousel_list li .figure a {
    display: block;
    border: 6px solid #000;
}
#works_list .home_carousel_list li .figure a:hover {
    border-color: grey;
}
#works_list .home_carousel_list li .figure a img {
    display: block;
}
#works_list .home_carousel_list li .name {
    margin: 0;
    font-family: Georgia,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","ＭＳ Ｐ明朝",serif;
}
#works_list .home_carousel_list li .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 4px 0 4px 20px;
    background: url("/assets/img/global/icon_allow-forword.png") no-repeat 0 center;
    text-decoration: none;
}
#works_list .home_carousel_list li .name a:hover {
    background-image: url("/assets/img/global/icon_allow-forword-on.png");
}

@media screen and (max-width: 767px) {
    #works_list .home_carousel_list_wrap {
        margin: 0 29px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #works_list .home_carousel_list {
        padding: 0;
        margin-right: 0;
    }
    #works_list .home_carousel_list li {
        padding: 0;
        width: 100%;
    }
    #works_list .home_carousel_list li .figure {
        margin: 0 0 10px;
    }
    #works_list .home_carousel_list li .figure a {
        box-sizing: border-box;
        width: 100%;
    }
    #works_list .home_carousel_list li .figure a img {
        width: 100%;
        height:118px;
        object-fit: cover;
    }
}





#works_list .home_carousel_nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#works_list .home_carousel_nav,
#works_list .home_carousel_nav * {
    cursor: pointer;
}
#works_list .home_carousel_nav:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}
#works_list .home_carousel_nav_prev {
    left: 0;
}
#works_list .home_carousel_nav_next {
    right: 0;
}
@media screen and (max-width: 767px) {
    #works_list .home_carousel_nav {
        top: 25px;
    }
    #works_list .home_carousel_nav_prev {
        background: url(/assets/img/page/home/works_nav-prev.png) no-repeat 0 center;
        background-size: cover;
        width: 15px;
        height: 80px;
    }
    #works_list .home_carousel_nav_next {
        background: url(/assets/img/page/home/works_nav-next.png) no-repeat 0 center;
        background-size: cover;
        width: 15px;
        height: 80px;
    }
    #works_list .home_carousel_nav_prev img,
    #works_list .home_carousel_nav_next img{
        display: none;
    }
}
@media screen and (max-width: 340px) {
    #works_list .home_carousel_nav {
        top: 10px;
    }
}



