@charset "UTF-8";

/* CSS Document */


/* 全ページ共通 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {
    height: 100%;
    background: #fff;
    font-size: 100%;
    overflow-y: scroll;
}

body {
    font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    text-align: left;
    line-height: 1.5;
    color: #19110b;
    margin: auto;
    height: 100%;
    line-break: strict;
    word-break: normal;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    /*text-align: justify;*/
    /*text-justify: inter-ideograph;*/
}

.SP {
    display: none !important;
}

a {
    text-decoration: none;
    color: #006fc5;
}

a:hover {
    text-decoration: underline;
    color: #279cf6;
}

a img {
    transition: all 0.3s;
}

a:hover img {
    opacity: 0.65;
}

.key-visual a:hover img {
    opacity: 1;
}

h1.pageTitle {
    font-size: 180%;
    font-weight: bold;
    color: #31a8e8;
    /*padding-bottom: 30px;*/
    letter-spacing: 0.05em;
}

h2.subtitle {
    padding: 15px 0;
    font-size: 140%;
    font-weight: bold;
    /*letter-spacing: 0.1em;*/
}

.h2subtitle {
    clear: both;
    font-size: 14pt;
    font-weight: bold;
}
.h2subtitle2 {
    font-size:18pt;

    width:calc(100% - 20px);
}
h3.subtitle {
    padding: 15px 0;
    font-size: 12pt;
    font-weight: bold;
}

.top-section h2.subtitle {
    padding: 15px 0;
    font-size: 16pt;
    font-weight: bold;
    letter-spacing: 0;
    background: #006fc5;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-top:40px;
}
.top-section .others h3 {
    font-size:12pt;
}
h3.name {
    font-size: 100%;
    color: #333;
    font-weight: bold;
}

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

.tel-link,
.tel-link:hover {
    color: #19110b;
    text-decoration: none;
}

.fadein0 {
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all 2s;
}

.fadein1 {
    opacity: 0;
    transform: translate(0, 20px);
    transform: scale(1.1, 1.1);
    transition: all 1s;
}

.fadein2 {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1s;
}

.fadein0.active,
.fadein1.active,
.fadein2.active {
    opacity: 1;
    transform: translate(0, 0);
}

/*PCヘッダー */

header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #006fc5;
    color: #ffffff;
    transition: height 0.3s;
}

header div#logo {
    position: absolute;
    left: 20px;
    top: 20px;
    transition: bottom 0.3s;
}

header div#logo img {
    width: 250px;
    height: auto;
}

header .headerNavi {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .headerNavi .header-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    border: solid 1px #5ab900;
    padding: 8px 13px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.4;
    transition: padding 0.3s;
    border-radius: 5px;
    background: #5fc906;
}

.line-through {
    text-decoration: line-through;
}

.no-line-through {
    text-decoration: none !important;
}

header .headerNavi h3 span.no-line-through b {
    padding-left: 5px;
    text-decoration: none !important;
    font-size: 16px;
}

@media screen and (max-width: 1226px) {
    header .headerNavi .header-delivery {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    header .headerNavi .header-delivery {
        /*display: none;*/
    }
}

header .headerNavi .header-delivery img {
    margin: 0 10px 0 0;
    width: 40px;
    transition: width 0.3s;
}

header .headerNavi .header-delivery b {
    font-size: 120%;
}

header .headerNavi .header-delivery .tax {
    font-size: 80%;
}

header .headerNavi ul {
    padding: 0 20px;
    transition: margin-top 0.3s, height 0.3s;
}

header .headerNavi ul li {
    font-size: 16px;
    line-height: 1.2;
    height: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 0 7px;
    position: relative;
    float: left;
    text-align: center;
    transition: padding 0.3s;
}

header .headerNavi ul li:first-child {
    padding-left: 0;
}

header .headerNavi ul li a {
    color: #fff;
    font-size: 70%;
    font-weight: normal;
}

header .headerNavi ul li a img {
    width: 30px;
    padding: 7px 0 7px;
}

header .headerNavi ul li a>span {
    display: block;
}

header .headerNavi ul li span.budge {
    position: absolute;
    top: 0;
    left: 43%;
    font-size: 10px;
    color: #fff;
    font-style: normal;
    background-color: #ff1f34;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 20px;
}

header.smaller {
    height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

header.smaller .headerNavi ul li a img {
    width: 28px;
}

header.smaller div#logo {
    top: 6px;
}

header.smaller div#logo img {
    width: 200px;
}

header.smaller .headerNavi ul li span {
    display: none;
}

header.smaller .headerNavi ul li span.budge {
    display: block;
}

header.smaller .headerNavi .header-delivery {
    padding: 5px 10px;
    font-size: 12px;
    max-height: 38px;
    width: auto;
    display: inline-block;
}

header.smaller .headerNavi .header-delivery img {
    width: 30px;
    vertical-align: middle;
}

header.smaller .headerNavi .header-delivery .none {
    display: none;
}

header.smaller .headerNavi .header-delivery br {
    display: none;
}

header.smaller ul li {
    padding: 0 10px;
}

#content {
    position: relative;
    padding-top: 90px;
}

@media screen and (max-width: 1316px) {
    header.smaller .headerNavi .header-delivery {
        display: none;
    }
}

@media screen and (max-width: 1316px) {
    header.smaller .headerNavi h3 {
        display: none;
    }
}

/*パンくず*/

#content .bread_search {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
    background: #fff;
}

.breadcrumb {
    width: 100%;
    padding-left: 30px;
}

.breadcrumb span {
    font-size: 10pt;
}

.breadcrumb span.home {
    font-weight: 800;
    padding: 0 0 0 20px;
    background: url(../../img/common/icon_home.svg) no-repeat center left /15px;
    margin: 0 .5em 0 0;
}

.breadcrumb span.path:before {
    content: "＞ ";
}

.search-area .search {
    min-width: 340px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.search-area .search input[type=text] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.search-sidebar {
    height: auto;
    margin: 15px 0 0 15px;
    padding: 0;
    min-width: auto;
}

.search p {
    font-weight: 700;
    font-size: 80%;
    padding-right: 10px;
}

.search-sidebar2 {
    min-width: 340px;
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    height: auto;
    margin: 5px 0 0 15px;
    padding: 0;
    min-width: auto;
}

.search-sidebar2 input[type=text] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px 0 0 5px;
    outline: none;
    width: 173px;
    font: 13px/20px sans-serif;
}

.search-sidebar2 input[type=image] {
    height: 35px;
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    margin: 8px 8px 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    background: #c5e5ff;
    border-radius: 0 5px 5px 0;
    outline: none;
    height: 30px;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}

.search-sidebar .gsib_a {
    padding: 0;
}

.search-sidebar input[type=text] {
    margin: 0;
}

.search-sidebar .gsc-search-button-v2 {
    width: 27px;
    padding: 6px 15px 6px 7px;
}

div.gsc-clear-button {
    display: none;
}

.search-sidebar .gsc-control-cse {
    padding: 0;
}

.search-sidebar table.gsc-search-box {
    width: calc(100% - 5px);
}

.search-sidebar input[type=text] {
    width: 173px;
    font: 13px/20px sans-serif;
}

.search input[type=image] {
    height: 35px;
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    margin: 8px 8px 8px 0;
    padding: 0.3em;
    transition: 0.3s;
    background: #c5e5ff;
    border-radius: 0 5px 5px 0;
    outline: none;
}

.search-sidebar input[type=image] {
    height: 30px;
}

@media screen and (max-width: 882px) {
    .search {
        min-width: 260px;
    }

    .search-sidebar {
        min-width: auto;
    }
}

/*緊急ニュースエリア */

.urgentNews {
    font-size: 80%;
    display: table;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}

.urgentNews p {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

/*ヘッダーお知らせエリア */

#content .headerBanner {
    font-size: 80%;
    display: table;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    border-bottom: solid 1px #ccc;
}

#content .headerBanner p {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}

/* サイドバー */

#content .column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content #sidebar {
    font-size: 10.5pt;
    font-weight: bold;
    float: left;
    width: 240px;
    padding-bottom: 30px;
    position: relative;
}

#content #sidebar.drawer-content {
    position: absolute;
    top: 60px;
}

#content #sidebar .banner {
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

#content #sidebar .banner img {
    max-width: 100%;
}

#content #sidebar .banner .title {
    color: #ff1f34;
    background: url(../../img/common/sidebar_bannerline.png) no-repeat bottom 0px left 10px /188px;
    padding-bottom: 30px;
    font-size: 108%;
    text-align: center;
    line-height: 1.3;
}

#content #sidebar .banner .savetheearth {
    width: 85px;
    float: left;
}

#content #sidebar .banner .body {
    min-height: 85px;
}

#content #sidebar .banner .body span {
    display: inline-block;
    font-size: 90%;
    line-height: 1.5;
    padding: 7px 0 0 5px;
}

#content #sidebar .s-banner {
    margin-bottom: 10px;
    width: 100%;
}

#content #sidebar a:last-child .s-banner {
    margin-bottom: 0;
}

#content #sidebar #sideNavi {
    /*position:sticky;*/
    align-self: baseline;
    top: 60px;
}

#content #sidebar #sideNavi li {
    background: #fff;
}

#content #sidebar #sideNavi li>a {
    padding: 9px 0 9px 15px;
    display: block;
    font-weight: bold;
}

#content #sidebar #sideNavi li>ul>li>a,
#content #sidebar #sideNavi li>ul>li>span.nolink {
    /*padding: 9px 0 9px 45px;
    display: block;*/
}

#content #sidebar #sideNavi li>ul>li>ul>li>a {
    /*padding: 9px 0 9px 60px;
    display: block;*/
}

#content #sidebar #sideNavi li.title {
    border-top: solid 1px #ccc;
    /*background:#ececec;*/
    padding: 15px 0 9px 15px;
    margin-top: 10px;
}

#content #sidebar #sideNavi li:last-child {
    padding-bottom: 10px;
}

#content #sidebar #sideNavi li.title {
    font-size: 10pt;
    font-weight: bold;
}

#content #sidebar #sideNavi li {
    font-size: 10pt;
    font-weight: normal;
}

#content #sidebar #sideNavi>li:first-child {
    border-top: none;
    margin-top: 0;
}

#content #sidebar #sideNavi>li:last-child {
    border-bottom: solid 1px #ccc;
}

#content #sidebar #sideNavi li a:hover {
    background-color: #e7faff;
    text-decoration: none;
}

#content #sidebar #sideNavi li.current a {
    background: #006fc5;
    color: #fff;
}

#content #sidebar .second_title>a {
    color: #006fc5;
    padding: 9px 0 9px 15px;
    display: block;
    font-weight: bold !important;
    cursor: pointer;
    background-image: url(../../img/common/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px 7px;
    background-position: right 5px center;
}

#content #sidebar .second_title>a.active {
    background-image: url(../../img/common/select-arrow3.png);
}

#content #sidebar .second_title a:hover {
    background-color: #e7faff;
}

#content #sidebar #sideNavi .second_title ul {
    margin-left: 15px;
    display: none;
}

#content #sidebar #sideNavi .second_title li:last-child {
    padding-bottom: 0;
}

/*section*/

#content #mainContent {
    width: 100%;
    position: relative;
}

#content .column2 #mainContent {
    width: calc(100% - 240px);
    border-left: solid 1px #ccc;
}

#content #mainContent section {
    padding: 30px 30px 30px 30px;
    overflow-x: hidden;
}
#content #mainContent.top-page section {
    padding:20px;
}
#content #mainContent .sectionvisual-list {
    padding: 30px 0px 30px 30px;
}

#content #mainContent section.factory,
#content #mainContent section.recycle {
    padding: 30px 30px 30px 30px;
}

#content #mainContent section.key-visual,
#content #mainContent section.section-news.section-top {
    padding: 0;
}

#content #mainContent section.section-news.section-top {
    max-width: 100%;
}

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

footer {
    color: #19110b;
}

footer .breadcrumb {
    background-color: #fff;
    padding: 15px 0 15px 30px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

footer .footer-banner {
    background: #fafafa;
}

footer .footer-banner dl {
    padding: 30px 20px 20px 20px;
    border-right: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 10pt;
    min-height: 360px;
}

footer .footer-banner dl:nth-child(3) {
    width: 40%;
}

footer .footer-banner div.inner {
    display: flex;
}

footer .footer-banner dl .small {
    font-size: 80%;
}

footer .footer-banner dl:last-child {
    border: none;
}

footer .footer-banner h3 {
    font-weight: bold;
    font-size: 11pt;
}

footer .footer-sitemap {
    padding: 60px 0;
    background-color: #333;
    font-size: 0;
}

footer .footer-banner dl dt {
    font-weight: bold;
    font-size: 12pt;
    margin: 0 0 5px;
}

footer .footer-banner dl dt h2 {
    font-size: 12pt;
}

footer .footer-banner dl dd {
    line-height: 1.7;
}

footer .footer-banner dl dd strong {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.8;
}

footer .footer-banner dl dd small {
    font-size: 12px;
}

footer .footer-banner dl dd img.credit {
    padding-top: 15px;
    max-width: 100%;
}

footer .footer-banner dl.shopping .kome2,
footer .footer-banner dl.shopping .kome3 {
    margin: 10px 0;
}

footer .footer-banner dl.shopping .kome2 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 8pt;
}

footer .footer-banner dl.shopping .kome3 li {
    padding-left: 1em;
    text-indent: -1em;
}

footer .footer-banner dl.shopping .kome3 li::before {
    content: '・';
}

footer .footer-banner dl.shopping .kome2 li::before {
    content: '※';
}

footer .footer-links {
    text-align: center;
    background-color: #19110b;
    color: #fff;
}

footer .footer-links a {
    color: #fff;
}

footer .footer-links .link2 {
    font-size: 70%;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 30px;
}

footer .footer-links .link2 div {
    font-size: 120%;
}

footer .footer-links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-top: solid 1px #2c2c2c;
    padding: 30px 0;
}

footer .footer-links .link ul {
    float: left;
}

footer .footer-links .link ul li {
    text-align: left;
    display: block;
    vertical-align: middle;
    margin: 0 0 0 60px;
    font-size: 80%;
    line-height: 2;
}

footer .footer-links .link ul li.title {
    font-weight: bold;
    font-size: 12pt;
    color: #aaa;
}

footer .footer-links .link ul li.title {
    font-size: 10.5pt;
}
footer .footer-links .logoarea {
    position:relative;
}
footer .footer-links .logoarea > a {
    position: relative;
    display: block;
    height:201px;
}
footer .footer-links .logoarea > a > img {
    width: 187px;
    padding: 30px 0;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer .footer-links .link ul.link-plane li {
    display: inline-block;
}

footer .footer-links .copyright {
    line-height: 1;
    border-top: solid 1px #2c2c2c;
    height: 60px;
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
}

footer .footer-links .copyright small {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

footer .footer-links #pagetop {
    float: right;
    right: 0;
    display: none;
    width: 59px;
    height: 59px;
    z-index: 10000;
    opacity: 0.7;
}
footer .footer-links #pagetop.pagetop-hiromi {
    right:0;
    width:127px;
    height:179px;
    opacity: 1;
    position:absolute;
    right:0;

}
footer .footer-links #pagetop.pagetop-hiromi img {
    width:127px;
    height:179px;
    padding:0;
}
footer .footer-links #pagetop.show {
    display: block;
}

footer .footer-links #pagetop a {
    display: block;
}

footer .guide li {
    vertical-align: top;
    width: 49%;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    line-height: 2.1;
}

footer .guide li a {
    display: block;
    max-width: 220px;
    position: relative;
    padding-right: 20px;
    color: #333;
    white-space: nowrap;
}

footer .guide li a::after {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

@media screen and (max-width: 1300px) {
    footer .guide li {
        width: 100%;
    }
}

/* 商品一覧 */

section.itemList {
    width: 100%;
    border-top: solid 1px #ccc;
    /*margin-bottom: 30px;*/
}

section.itemList.noline {
    border: none;
}

section.itemList .price {
    font-size: 120%;
    font-weight: bold;
    color: #666;
}

section.itemList .price.sale {
    color: #ff1f34;
}

section.itemList a:hover {
    text-decoration: none;
}

section.itemList .price span {
    font-size: 50%;
    font-weight: normal;
}

ul.itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
}

ul.itemList li {
    width: 250px;
    float: left;
    margin: 0 30px 50px 0;
}

ul.itemList li img {
    max-width: 250px;
}

.icons {
    display: block;
    /*min-height: 24px;*/
}

.icons span {
    font-weight: 700;
    font-size: 65%;
    line-height: 1.5;
    padding: 0 6px;
    background: #ff1f34;
    color: #fff;
    margin: 0 5px 1px 0;
    display: inline-block;
}

.icons span.color01 {
    background: #ff1f34;
}

.icons span.color02 {
    background: #8cb02a;
}

.icons span.color03 {
    background: #8c8c8c;
}

.icons span.color04 {
    background: #30a4d5;
}

.icons span.color05 {
    background: #435798;
}

.icons span.color06 {
    background: #8a79c1;
}

.icons span.color07 {
    background: #69a39e;
}

.icons span.color08 {
    background: #eaad44;
}

.icons span.color09 {
    background: #ff8b5d;
}

.icons span.color10 {
    background: #016fc5;
}

.customerList .itemList li span {
    position: relative;
    width: 250px;
    height:250px;
    display: block;
}

.customerList .itemList li span::before {
/*    content: "";
    display: block;
    padding-top: 100%;
    */
    /* 比率を指定 */
}

.customerList .itemList li span img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.customerList .itemList .name {
    margin-top: 10px;
}

/* ol */

ol.features {
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

ol.features .kome {
    font-size: 50%;
}

.features_size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.features_size>div {
    width: 50%;
}

.features_size div.size img {
    max-width: 100%
}

sup {
    vertical-align: super
}

/*利用シーン */

ul.sceneList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.sceneList li {
    width: 100%;
    float: left;
    margin-right: 30px;
}

ul.sceneList li:last-child {
    margin-right: 0;
}

ul.sceneList li figure {
    position: relative;
}

ul.sceneList li figure img {
    width: 100%;
    border-radius: 10px;
}

ul.sceneList li figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 0 4px #000;
}

/* recycle&factory */

div.recycle_banner {
    border-radius: 10px;
    color: #fff;
    max-width: 1000px;
    padding: 30px;
    background: url('../../img/common/bannerbg_recycle.jpg') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.factory_banner {
    border-radius: 10px;
    color: #fff;
    max-width: 1000px;
    padding: 30px;
    background: url('../../img/common/bannerbg_factory.jpg') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.specialorder_banner {
    color: #333;
    background: url('../../img/common/bannerbg_specialorder.webp') no-repeat;
}

section.recycle a:hover,
section.factory a:hover {
    text-decoration: none;
}

div.recycle_banner div:first-child {
    text-align: center;
}

div.recycle_banner div:last-child,
div.factory_banner div:last-child {
    margin-left: 30px;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1em;
}

div.factory_banner div {
    padding-left: 200px;
}

div.recycle_banner div:last-child b,
div.factory_banner div:last-child b {
    font-size: 160%;
}

div.recycle_banner div h2,
div.factory_banner div h2 {
    font-size: 16pt;
}

div.recycle_banner div:last-child span.btn,
div.factory_banner div:last-child span.btn {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 90%;
    font-weight: bold;
    line-height: 33px;
    display: block;
    color: #FFF;
    margin: 40px 0 0;
    text-align: center;
    transition: opacity 0.3s;
    position: relative;
}

div.specialorder_banner div:last-child span.btn {
    border: solid 1px #333;
    color: #333;
}

div.recycle_banner div:last-child span.btn:hover {
    text-decoration: none;
    background: #016fc5;
}

div.factory_banner span.btn:hover {
    text-decoration: none;
    background: #47745f;
}

div.specialorder_banner span.btn:hover {
    text-decoration: none;
    background: #fff;
}

div.recycle_banner div:last-child span.btn::after,
div.factory_banner div:last-child span.btn::after {
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 15px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.specialorder_banner div:last-child span.btn::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}

@media screen and (max-width: 1240px) {
    ul.sceneList li figcaption {
        font-size: 100%;
    }

    div.recycle_banner div:last-child,
    div.factory_banner div:last-child {
        margin-left: 20px;
        font-size: 100%;
    }

    ul.itemListL li {
        width: 300px;
        margin-right: 15px;
    }

    ul.itemListL li img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1040px) {
    ul.itemListL li {
        width: 45%;
        margin-right: 15px;
    }

    div.recycle_banner,
    div.factory_banner {
        padding: 15px;
    }

    div.recycle_banner div:first-child {
        width: 100px;
    }

    div.recycle_banner div:first-child img {
        width: 100%;
        height: 100%;
    }

    div.recycle_banner div:last-child,
    div.factory_banner div:last-child {
        margin-left: 10px;
        font-size: 70%;
    }

    ul.sceneList li figcaption {
        font-size: 80%;
    }

    #content #mainContent section {
        padding: 30px 30px;
    }

    #content #mainContent section.scene,
    #content #mainContent section.recycle {
        padding: 0px 30px 30px;
    }

    #content #mainContent section.factory {
        padding: 30px 30px 30px;
    }
}

@media screen and (max-width: 800px) {
    ul.itemListL li {
        width: 45%;
        margin-right: 15px;
    }

    #content #sidebar {
        display: none;
    }

    #content #mainContent section {
        padding: 30px 30px;
    }
    #content #mainContent.top-page section {
        padding:10px;
    }
}

/* 下層ページ用PCメニュー */


/*------------------------------
ハンバーガーメニュー に関するCSS
------------------------------*/

.bread_search #pcmenu {
    width: 90px;
}

/* チェックボックスは非表示に */

.drawer-hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */

.drawer-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 90px;
    border-right: solid 1px #ccc;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上に */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #006fc5;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */

.drawer-open span:before {
    bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */

.drawer-open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */

#drawer-check:checked~.drawer-open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */

#drawer-check:checked~.drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer-check:checked~.drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューのデザイン*/

.drawer-content {
    width: auto;
    height: auto;
    position: absolute;
    top: 60px;
    left: -100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */

#drawer-check:checked~.drawer-content {
    left: 0;
    /* メニューを画面に入れる */
}

/* メニューを閉じるための要素のデザイン*/

.drawer-close {
    width: 100%;
    height: 100%;
    background: rgba(169, 202, 228, .8);
    position: fixed;
    top: 0;
    left: -100%;
    /* 閉じるための要素を画面外へ */
    z-index: 5;
    /* 重なり順をメニューより下に*/
    transition: 0.5s;
}

#drawer-check:checked~.drawer-close {
    left: 0;
    /* 閉じるための要素を画面内へ */
}

