/*
    copyright (c)2008-2018 Pong! ALL right reserved.
    Create and Design by seiki nishijima

/*===========================================================================
-----------------------------------------------------------------------------
  トップ メインイメージ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #mainImage section {
    display: block;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 90px;
}/*
#background #mainImage .topSlider {
    margin-bottom: 30px;
}*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #mainImage section {
        min-width: 320px;
        margin-bottom: 30px;
    }
    #background #mainImage .topSlider {
        margin-bottom: 0;
    }
}
/*===========================================================================

  スライダーテキスト化.v2 設定　ここから

===========================================================================*/
#background #mainImage .topSlider .slidSet {
    padding-top: 35vw;
    max-width: 100%;
    min-width: 1200px;
    min-height: 420px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#background #mainImage .topSlider .innerBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 4vw;
    z-index: 150;
    background: linear-gradient( 170.2deg, transparent 66.5%, #fff 66.499% );
}
#background #mainImage .topSlider .innerBox figure {
    display: none;
}
#background #mainImage h2 {
    height: 90px;
    width: 360px;
    position: relative;/*
    margin: 0 0 -90px;
    top: -170px;*/
    margin: 0 0 -110px;
    top: -140px;
    left: calc( 100% - 410px );
    z-index: 100;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #mainImage .topSlider .slidSet {
        padding-top: 0;
        background: transparent !important;
        min-width: initial;
        min-width: auto;
        min-height: initial;
        min-height: auto;
    }
    #background #mainImage .topSlider .innerBox {
        display: block;
        position: static;
        height: auto;
        padding: 0;
        background: transparent;
    }
    #background #mainImage .topSlider .innerBox figure {
        display: block;
    }
    #background #mainImage h2 {
        height: auto;
        width: 60%;
        margin: 0 auto 20px;
        position: static;
        top: 0;
        left: auto;
    }
}
/*------------------------------------
  スライダーテキスト化中身 設定　ここから
-------------------------------------*/
#background #mainImage .topSlider .textBox {
    width: 520px;
    filter: drop-shadow( 0 0 4px rgba(0,0,0,0.5) );
}
#background #mainImage .topSlider h3 {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
}
#background #mainImage .topSlider h3 span {
    display: block;
    font-size: 38px;
    line-height: 1em;
    margin-bottom: 10px;
}
#background #mainImage .topSlider h3 strong {
    display: block;
    font-size: 54px;
    line-height: 1em;
}
#background #mainImage .topSlider p {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
}
#background #mainImage .topSlider .textBox p:last-of-type {
    margin-bottom: 0;
}
#background #mainImage .topSlider .textBox p a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(0,0,0,0.05);
    padding: 15px 50px 15px 15px;
    font-size: 18px;
    line-height: 1em;
    position: relative;
}
#background #mainImage .topSlider p a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc( 50% - 10px );
    right: 15px;
    background: url(./images/icon01w.svg) no-repeat 50% 50%;
    background-size: cover;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #mainImage .topSlider .textBox {
        width: 100%;
        filter: drop-shadow( 0 0 0 rgba(0,0,0,0) );
        padding: 0 0 20px;
    }
    #background #mainImage .topSlider h3 {
        background: #00a839;
        padding: 15px 50px;
        margin-bottom: 20px;
    }
    #background #mainImage .topSlider h3 span {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 0;
    }
    #background #mainImage .topSlider h3 strong {
        font-size: 22px;
        display: inline-block;
    }
    #background #mainImage .topSlider p {
        padding: 0 15px;
    }
    #background #mainImage .topSlider p.text {
        display: none;
    }
    #background #mainImage .topSlider .textBox p a {
        display: block;
        border-color: #1a1a1a;
        color: #1a1a1a;
        background: transparent;
        text-align: center;
        padding: 15px 40px 15px 40px;
    }
    #background #mainImage .topSlider p a:before {
        background-image: url(./images/icon01k.svg);
        width: 16px;
        height: 16px;
        top: calc( 50% - 8px );
        right: 10px;
    }
}
/*===========================================================================

  ナビスライダー設定　ここから

===========================================================================*/
#background #mainImage .sliderNav {
    width: 500px;
    margin: 0 auto;
    display: flex;
}
#background #mainImage .sliderNav.slick-slider {
    display: block;
}
#background #mainImage .sliderNav li {
    width: 100px;
    height: 90px;
    padding: 0 10px 10px;
    margin: 0 auto;
    cursor: pointer;
}
#background #mainImage .sliderNav li span {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
#background #mainImage .sliderNav.sliderNav2022 li span {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#background #mainImage .sliderNav li img {
    width: auto;
    height: 80px;
    margin-left: -74px;
}
#background #mainImage .sliderNav li.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 4px;
    left: 10px;
    bottom: 0;
    background-color: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #mainImage .sliderNav ,
    #background #mainImage .sliderNav.slick-slider {
        display: none;
    }
}
/*------------------------------------
  スライダー操作設定　ここから
-------------------------------------*/
#background #mainImage .topSlider button ,
#background #mainImage .sliderNav button {
    display: block;
    overflow: hidden;
    text-indent: -10em;
    background: url(./images/icon01g.svg);
    border: none;
    background-size: 100%;
    width: 20px;
    height: 20px;
    z-index: 10;
    position: absolute;
    top: calc(50% - 15px);
    right: -30px;
}
#background #mainImage .topSlider button.slick-prev ,
#background #mainImage .sliderNav button.slick-prev {
    right: auto;
    left: -30px;
    transform: rotate(180deg);
}
#background #mainImage .topSlider button {
    display: none !important;
    background-image: url(./images/icon01w.svg);
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    right: 10px;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.6));
}
#background #mainImage .topSlider button.slick-prev {
    right: auto;
    left: 10px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #mainImage .topSlider button {
        display: block !important;
    }
}

/*===========================================================================

  トップ3メニュー設定　ここから

===========================================================================*/
#background #top3menu section {
    width: 100%;
    min-width: 1200px;
    display: flex;
    margin-bottom: 100px;
}
#background #top3menu section:after {
    display: none;
}
#background #top3menu .tmCateBox {
    flex-grow: 1;
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
    background-color: #00a839;
}
#background #top3menu .tmCateBox:before {
    display: block;
    content: "";
    position: relative;
    width: 100%;
    height: auto;
    padding-top: calc(120px + 20%);
    background: url(./images/top/cate01.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 30px;
}
#background #top3menu .tmCateBox h3 {
    display: inline-block;
    margin: 0 30px 15px;
    padding-right: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    position: relative;
}
#background #top3menu .tmCateBox h3:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01w.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 10px);
    right: 0;
}
#background #top3menu .tmCateBox p {
    position: static;
    margin: 0 30px 30px;
    color: #fff;
}
#background #top3menu .tmCateBox p a {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -20em;
    filter: Alpha(opacity=0);
    opacity: 0;
    background: #fff;
}
#background #top3menu .tmCateBox p a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #top3menu section {
        width: 100%;
        min-width: 320px;
        display: block;
        margin-bottom: 30px;
    }
    #background #top3menu .tmCateBox {
        padding: 15px 15px 0 175px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #background #top3menu .tmCateBox:before {
        position: absolute;
        width: 160px;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    #background #top3menu .tmCateBox h3 {
        display: inline-block;
        margin: 0 0 10px;
        padding-right: 25px;
        font-size: 18px;
    }
    #background #top3menu .tmCateBox h3:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }
    #background #top3menu .tmCateBox p {
        margin: 0 0 15px;
    }
    #background #top3menu .tmCateBox p a:hover {
        filter: Alpha(opacity=0);
        opacity: 0;
    }
}

/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #top3menu .tmCateBox.tmCate02 {
    background-color: #a80000;
}
#background #top3menu .tmCateBox.tmCate02:before {
    background-image: url(./images/top/cate02.jpg);
}
#background #top3menu .tmCateBox.tmCate03 {
    background-color: #ffa600;
}
#background #top3menu .tmCateBox.tmCate03:before {
    background-image: url(./images/top/cate03.jpg);
}

/*===========================================================================

  トッププロダクトスライダー設定　ここから
  @一部お知らせ/Youtube共通

===========================================================================*/
#background #topProduct {
    background: #f2eee8 url(./images/background01.svg) no-repeat 0 0;
    background-size: contain;
    padding-bottom: 120px;
}
#background #topProduct h2 ,
#background #topInfo h2 ,
#background #topYoutube h2 {
    font-size: 32px;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 60px;
}
#background #topProduct h2 b ,
#background #topInfo h2 b ,
#background #topYoutube h2 b {
    display: inline-block;
    line-height: 1em;
    padding-left: 40px;
    position: relative;
}
#background #topProduct h2 span ,
#background #topInfo h2 span ,
#background #topYoutube h2 span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
    vertical-align: middle;
}
#background #topProduct h2 b:before ,
#background #topInfo h2 b:before ,
#background #topYoutube h2 b:before {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(./images/icon_pro.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 15px);
    left: 0;
}
#background #topProduct h2 span:before ,
#background #topInfo h2 span:before ,
#background #topYoutube h2 span:before {
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #1a1a1a;
    top: calc(50% - 15px);
    left: 0;
}
#background #topProduct p.more ,
#background #topInfo p.more ,
#background #topYoutube p.more {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
#background #topProduct p.more a ,
#background #topInfo p.more a ,
#background #topYoutube p.more a {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    color: #1a1a1a;
    position: relative;
}
#background #topProduct p.more a:before ,
#background #topInfo p.more a:before ,
#background #topYoutube p.more a:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 8px);
    right: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topProduct {
        background-image: url(./images/background01sp.svg);
        padding: 0 15px 30px;
    }
    #background #topProduct h2 ,
    #background #topInfo h2 ,
    #background #topYoutube h2 {
        font-size: 18px;
        line-height: 1.4em;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    #background #topProduct h2 b ,
    #background #topInfo h2 b ,
    #background #topYoutube h2 b {
        display: block;
        margin-bottom: 5px;
        line-height: 1em;
        padding-left: 30px;
    }
    #background #topProduct h2 span ,
    #background #topInfo h2 span,
    #background #topYoutube h2 span {
        display: block;
        font-size: 16px;
        margin-left: 30px;
        padding: 5px 0 0;
    }
    #background #topProduct h2 b:before ,
    #background #topInfo h2 b:before ,
    #background #topYoutube h2 b:before  {
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
    }
    #background #topProduct h2 span:before ,
    #background #topInfo h2 span:before,
    #background #topYoutube h2 span:before {
        display: block;
        content: "";
        position: absolute;
        width: 18px;
        height: 1px;
        background: #1a1a1a;
        top: 0;
        left: 0;
    }
    #background #topProduct p.more ,
    #background #topInfo p.more ,
    #background #topYoutube p.more {
        position: static;
        margin: 20px 0 0;
    }
    #background #topProduct p.more a ,
    #background #topInfo p.more a ,
    #background #topYoutube p.more a {
        display: block;
        padding: 15px 30px 15px 30px;
        text-align: center;
        font-size: 18px;
    }
}

/*------------------------------------
  スライダー設定　ここから
-------------------------------------*/
#background #topProduct .proSlider {
    display: flex;
    align-items: center;
}
#background #topProduct .proSlider figure {
    width: 280px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
#background #topProduct .proSlider figure figcaption {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}
#background #topProduct .proSlider figure a {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 250px;
    height: 100%;
    top: 0;
    left: 20px;
    text-indent: -20em;
    filter: Alpha(opacity=100);
    opacity: 1;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
#background #topProduct .proSlider figure a:hover {
    border-color: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topProduct .proSlider figure {
        width: 50%;
        padding: 0 15px;
    }
    #background #topProduct .proSlider figure figcaption {
        font-size: 16px;
        padding-bottom: 0;
    }
    #background #topProduct .proSlider figure a {
        width: 100%;
        left: 0;
        border: none;
    }
}

/*------------------------------------
  スライダー操作設定　ここから
-------------------------------------*/
#background #topProduct .proSlider button {
    display: block;
    overflow: hidden;
    text-indent: -10em;
    background: #00a839 url(./images/icon01w.svg) no-repeat 50% 50%;
    border: none;
    border-radius: 50%;
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
}
#background #topProduct .proSlider button.slick-prev {
    right: auto;
    left: -25px;
    transform: rotate(180deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topProduct .proSlider button {
        background-size: 20px 20px;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 0;
    }
    #background #topProduct .proSlider button.slick-prev {
        right: auto;
        left: 0;
    }
}

/*===========================================================================

  お知らせ他設定　ここから

===========================================================================*/
#background #topInfo {
    background: #f2eee8 url(./images/background02.svg) no-repeat 100% 100%;
    background-size: contain;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
#background #topInfo.nonePro {
    background-color: #f2eee8;
    background-image: url(./images/background01.svg), url(./images/background02.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 100% 0, 100% 100%;
    background-size: contain, contain;
}
#background #topInfo .infoColmun {
    width: 700px;
    float: left;
}
#background #topInfo .bannerColmun {
    width: 340px;
    float: right;
}
#background #topInfo h2 {
    margin-bottom: 30px;
}
#background #topInfo h2 b:before {
    background-image: url(./images/icon_info.svg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topInfo {
        background-image: url(./images/background02sp.svg);
        padding: 0 15px;
        margin-bottom: 0;
    }
    #background #topInfo.nonePro {
        background-image: url(./images/background01sp.svg), url(./images/background02sp.svg);
        background-size: 100% auto, 100% auto;
    }
    #background #topInfo .infoColmun ,
    #background #topInfo .bannerColmun {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    #background #topInfo h2 {
        margin-bottom: 15px;
    }
}

/*------------------------------------
  お知らせ設定　ここから
-------------------------------------*/
#background #topInfo .infoColmun ul {
    border-top: 1px solid #848484;
    margin-bottom: 0;
}
#background #topInfo .infoColmun ul li {
    border-bottom: 1px solid #848484;
    padding: 30px 0;
}
#background #topInfo .infoColmun ul li a {
    display: block;
    padding-right: 40px;
    position: relative;
}
#background #topInfo .infoColmun ul li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 10px);
    right: 10px;
}
#background #topInfo .infoColmun ul li em {
    color: #00a839;
    font-weight: bold;
}
#background #topInfo .infoColmun ul li span {
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topInfo .infoColmun ul li {
        padding: 15px 0;
    }
    #background #topInfo .infoColmun ul li a {
        padding-right: 30px;
    }
    #background #topInfo .infoColmun ul li a:before {
        right: 0;
    }
    #background #topInfo .infoColmun ul li em {
        font-size: 14px
    }
    #background #topInfo .infoColmun ul li span {
        font-size: 16px;
    }
}
/*------------------------------------
  バナー設定　ここから
-------------------------------------*/
#background #topInfo .bannerColmun ul {
    margin: 0 0 0 0;
}
#background #topInfo .bannerColmun ul li {
    margin-bottom: 40px;
}
#background #topInfo .bannerColmun ul li:last-of-type {
    margin-bottom: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topInfo .bannerColmun ul {
        display: flex;
        flex-wrap: wrap;
    }
    #background #topInfo .bannerColmun ul li {
        width: calc(50% - 5px);
        margin: 0 auto 15px 0;
    }
    #background #topInfo .bannerColmun ul li:nth-of-type(2n) {
        margin-left: auto;
        margin-right: 0;
    }
    #background #topInfo .bannerColmun ul li:last-of-type {
        margin-bottom: 0;
    }
}


/*===========================================================================

  トップYouTube設定　ここから

===========================================================================*/
#background #topYoutube {
    margin-bottom: 120px;
}
#background #topYoutube h2 {
    margin-bottom: 30px;
}
#background #topYoutube h2 b:before {
    background-image: url(./images/icon_yt.svg);
}
#background #topYoutube .ytSlider {
    border: 1px solid #848484;
    padding: 50px 30px 70px;
}
#background #topYoutube .ytSlider .ytSet {
    margin: 0 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topYoutube {
        margin-bottom: 30px;
        padding: 0 10px;
    }
    #background #topYoutube h2 {
        margin-bottom: 15px;
        padding: 0 5px;
    }
    #background #topYoutube .ytSlider {
        padding: 0 0 0;
    }
    #background #topYoutube .ytSlider div.ytSet {
        padding: 15px 5px 40px;
    }
    #background #topYoutube .ytSlider .ytSet {
        margin: 0 10px;
    }
}
/*------------------------------------
  Youtube埋め込み設定　ここから
-------------------------------------*/
#background #topYoutube h3 ,
#background #topYoutube p {
    width: 440px;
    float: left;
    margin-bottom: 30px;
    clear: none;
}
#background #topYoutube h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
#background #topYoutube p.more {
    position: static;
    margin-bottom: 0;
}
#background #topYoutube p.more a {
    padding: 15px 40px 15px 30px;
    font-size: 18px;
}
/*-----------------------------------*/
#background #topYoutube .ytBox {
    position: relative;
    width: 534px;
    padding-top: 300px;
    float: right;
}
#background #topYoutube .ytBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topYoutube h3 ,
    #background #topYoutube p {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    #background #topYoutube h3 {
        font-size: 18px;
    }
    #background #topYoutube p.more {
        margin-bottom: 0;
    }
    #background #topYoutube p.more a {
        padding: 15px 30px 15px 30px;
    }
    /*-----------------------------------*/
    #background #topYoutube .ytBox {
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 15px;
        float: none;
    }
}
/*------------------------------------
  スライダー操作設定　ここから
-------------------------------------*/
#background #topYoutube .ytSlider .slick-arrow {
    display: block;
    overflow: hidden;
    text-indent: -10em;
    background: #00a839 url(./images/icon01w.svg) no-repeat 50% 50%;
    border: none;
    border-radius: 50%;
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
    z-index: 10;
    position: absolute;
    top: calc(50% - 25px);
    right: -25px;
}
#background #topYoutube .ytSlider .slick-arrow.slick-prev {
    right: auto;
    left: -25px;
    transform: rotate(180deg);
}
/*-----------------------------------*/
#background #topYoutube .ytSlider .slick-dots {
    width: 100%;
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 30px;
    padding: 0 50px;
    line-height: 0;
    text-align: center;
}
#background #topYoutube .ytSlider .slick-dots li {
    display: inline-block;
    line-height: 0;
    padding: 0 10px;
}
#background #topYoutube .ytSlider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -10em;
    padding: 0;
    border: 0;
    background-color: #9d9d9d;
}
#background #topYoutube .ytSlider .slick-dots li.slick-active button {
    background-color: #ffcb00;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #topYoutube .ytSlider .slick-arrow {
        background-size: 20px 20px;
        width: 30px;
        height: 30px;
        top: calc(28.125vw - 15px);
        right: -10px;
    }
    #background #topYoutube .ytSlider .slick-arrow.slick-prev {
        right: auto;
        left: -10px;
    }
    /*-----------------------------------*/
    #background #topYoutube .ytSlider .slick-dots {
        bottom: 15px;
        padding: 0 15px;
    }
    #background #topYoutube .ytSlider .slick-dots li {
        padding: 0 5px;
    }
}


/*===========================================================================
-----------------------------------------------------------------------------
  共通一覧ページ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .listArea {
    background-color: #f2eee8;
    padding-bottom: 70px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .listArea {
        padding-bottom: 30px;
    }
}
/*------------------------------------
  共通タイトル設定設定　ここから
-------------------------------------*/
#background .listArea .titleArea {
    width: 100%;
    background: url(./images/product/title_background.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin-bottom: 50px;
}
#background .listArea .titleSet {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row-reverse;
    min-height: 360px;
}
#background .listArea .titleSet figure {
    width: 580px;
    margin: auto 0 auto auto;
}
#background .listArea .titleSet .titleBox {
    display: inline-block;
    margin: auto auto auto 0;
    background: rgba(0,0,0,0.5);
    padding: 40px;
    color: #fff;
}
#background .listArea .titleSet .titleBox h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 40px;
}
#background .listArea .titleSet .titleBox p {
    font-size: 20px;
    margin-bottom: 0;
}
#background .listArea .titleSet .titleBox span {
    display: block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .listArea .titleArea {
        margin-bottom: 30px;
    }
    #background .listArea .titleSet {
        width: 100%;
        display: block;
        min-height: 0;
    }
    #background .listArea .titleSet figure {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
    #background .listArea .titleSet .titleBox {
        display: block;
        margin: 0;
        background: #00a839;
        padding: 20px;
    }
    #background .listArea .titleSet .titleBox h2 {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    #background .listArea .titleSet .titleBox p {
        font-size: 16px;
    }
}
/*------------------------------------
  共通カテゴリー設定　ここから
-------------------------------------*/
#background .listArea .cateMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#background .listArea .cateMenu li {
    width: 270px;
    margin: 0 10px 10px 0;
}
#background .listArea .cateMenu li:nth-of-type(4n) {
    margin-right: 0;
}
#background .listArea .cateMenu li a {
    display: block;
    border: 2px solid #1a1a1a;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 20px;
    position: relative;
}
#background .listArea .cateMenu li a:before {
    content: "";
    width: 4px;
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #00a839;
}
#background .listArea .cateMenu li span {
    display: inline-block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .listArea .cateMenu ul {
        margin: 0 15px 10px;
    }
    #background .listArea .cateMenu li {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }
    #background .listArea .cateMenu li:nth-of-type(2n) {
        margin-right: 0;
    }
    #background .listArea .cateMenu li a {
        border-width: 1px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2em;
        padding: 10px 10px 10px 20px;
    }
    #background .listArea .cateMenu li a:before {
        content: "";
        width: 4px;
        height: calc(100% - 10px);
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        background: #00a839;
    }
}

/*===========================================================================

  共通一覧ページ　リスト設定　ここから

===========================================================================*/
#background .listArea .listSet {
    background: #fff;
    margin-bottom: 50px;
}
#background .listArea .listSet h3 {
    background: #00a839;
    padding: 30px 30px 30px 80px;
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
}
#background .listArea .listSet h3:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 25px;
    top: calc(50% - 15px);
    background: url(./images/icon_pro_w.svg) no-repeat 50% 50%;
    background-size: cover;
}
#background .listArea .listSet h4 {
    padding: 50px 30px 15px 30px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    color: #00a839;
    border-bottom: 4px solid #00a839;
}
#background .listArea .listSet h4:first-of-type {
    padding-top: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .listArea .listSet {
        margin: 0 5px 20px;
        width: auto;
    }
    #background .listArea .listSet h3 {
        padding: 15px 15px 15px 40px;
        margin-bottom: 15px;
        font-size: 18px;
    }
    #background .listArea .listSet h3:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: calc(50% - 10px);
    }
    #background .listArea .listSet h4 {
        padding: 15px 15px 10px 15px;
        margin-bottom: 15px;
        font-size: 16px;
        text-align: left;
        border-bottom-width: 2px;
    }
    #background .listArea .listSet h4:first-of-type {
        padding-top: 0;
    }
}
/*------------------------------------
  リスト設定一部プロダクト用　ここから
-------------------------------------*/
#background .listArea .listSet ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 50px;
}
#background #productArea.listArea .listSet ul li {
    width: 320px;
    margin: 0 30px 50px 0;
    position: relative;
}
#background #productArea.listArea .listSet ul li:nth-of-type(3n) {
    margin-right: 0;
}
#background #productArea.listArea .listSet ul li figcaption {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
#background .listArea .listSet ul li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -20em;
    overflow: hidden;
    background-color: #fff;
    filter: Alpha(opacity=0);
    opacity: 0;
}
#background .listArea .listSet ul li a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .listArea .listSet ul {
        padding: 0 15px;
        margin-bottom: 5px;
        align-items: center;
    }
    #background #productArea.listArea .listSet ul li ,
    #background #productArea.listArea .listSet ul li:nth-of-type(3n) {
        width: calc(50% - 15px);
        margin: 0 15px 15px 0;
    }
    #background #productArea.listArea .listSet ul li:nth-of-type(2n) ,
    #background #productArea.listArea .listSet ul li:nth-of-type(6n) {
        margin-right: 0;
    }
    #background #productArea.listArea .listSet ul li img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: calc(50% - 25px);
    }
    #background #productArea.listArea .listSet ul li figcaption {
        padding: 15px 0 15px 65px;
        font-size: 14px;
        line-height: 1.4em;
    }
    #background .listArea .listSet ul li a:hover {
        filter: Alpha(opacity=0);
        opacity: 0;
    }
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}
/*===========================================================================

  ドライ用設定　ここから

===========================================================================*/
#background #dryArea.listArea .titleArea {
    background-image: url(./images/dry/title_background.jpg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #dryArea.listArea .titleSet figure {
        background-color: rgba(255,255,255,0.3);
    }
    #background #dryArea.listArea .titleSet .titleBox br {
        display: none;
    }
}
/*------------------------------------
  カテゴリ設定　ここから
-------------------------------------*/
#background #dryArea.listArea .cateMenu li a {
    padding-right: 80px;
}
#background #dryArea.listArea .cateMenu li span {
    width: 70px;
    height: calc(100% - 10px);
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    overflow: hidden;
}
#background #dryArea.listArea .cateMenu li span img {
    width: auto;
    height: 100%;
    min-width: 70px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #dryArea.listArea .cateMenu li a {
        padding-right: 50px;
    }
    #background #dryArea.listArea .cateMenu li span {
        width: 40px;
    }
    #background #dryArea.listArea .cateMenu li span img {
        min-width: 40px;
    }
}
/*------------------------------------
  タイトル設定　ここから
-------------------------------------*/
#background #dryArea.listArea .listSet h3 {
    padding: 60px 50px;
    font-size: 36px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#background #dryArea.listArea .listSet h3:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #dryArea.listArea .listSet h3 {
        padding: 15px 15px;
        font-size: 18px;
    }
}
/*------------------------------------
  ドライ用リスト設定　ここから
-------------------------------------*/
#background #dryArea.listArea .listSet ul {
    align-items: center;
    margin-bottom: 30px;
}
#background #dryArea.listArea .listSet ul li {
    width: 240px;
    margin: 0 20px 20px 0;
    position: relative;
}
#background #dryArea.listArea .listSet ul li:nth-of-type(4n) {
    margin-right: 0;
}
#background #dryArea.listArea .listSet ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
}
#background #dryArea.listArea .listSet ul li figcaption {
    padding: 15px 0 15px 65px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}
#background #dryArea.listArea .listSet ul li figcaption span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #dryArea.listArea .listSet ul {
        margin-bottom: 5px;
    }
    #background #dryArea.listArea .listSet ul li {
        width: calc(50% - 15px);
        margin: 0 15px 10px 0;
    }
    #background #dryArea.listArea .listSet ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    #background #dryArea.listArea .listSet ul li figcaption {
        font-size: 16px;
    }
    #background #dryArea.listArea .listSet ul li figcaption span {
        font-size: 12px;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通詳細ページ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .detailArea {
    min-height: 500px;
    background-color: #f2eee8;
    padding-bottom: 70px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background .detailArea section {
    padding-right: 260px;
}
#background .detailArea section.detailMenu {
    width: 280px;
    min-height: 100%;
    margin: 0;
    padding: 0;/*
    overflow-y: scroll;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    background: #fff;
}
#background .detailArea section.detailColmun {
    margin-bottom: 50px;
}
#background .detailArea .detailSet {
    background: #fff;
    border-top: 4px solid #9d9d9d;
    padding-top: 50px;
}
#background .detailArea .detailSet:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background: #00a839;
    top: -4px;
    left: 0;
}
#background .detailArea .detailSet:first-of-type {
    border-top: none;
    padding-top: 0;
}
#background .detailArea .detailSet:first-of-type:before {
    display: none;
}
#background .detailArea .detailColmun .more {
    padding-top: 60px;
    margin-bottom: 0;
    text-align: center;
}
#background .detailArea .detailColmun .more a {
    display: inline-block;
    padding: 20px 150px 20px 140px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    font-size: 18px;
    color: #1a1a1a;
    position: relative;
}
#background .detailArea .detailColmun .more a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 10px);
    right: 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .detailArea {
        min-height: 0;
        padding: 10px 5px 30px;
    }
    #background .detailArea section {
        padding-right: 0;
    }
    #background .detailArea section.detailMenu {
        display: none;
    }
    #background .detailArea section.detailColmun {
        margin: 0;
    }
    #background .detailArea .detailSet {
        padding-top: 20px;
    }
    #background .detailArea .detailSet:first-of-type {
        padding-top: 0;
    }
    #background .detailArea .detailColmun .more {
        padding: 15px 15px 0 15px;
    }
    #background .detailArea .detailColmun .more a {
        display: block;
        padding: 15px 50px 15px 20px;
    }
    #background .detailArea .detailColmun .more a:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 10px;
    }
}
/*------------------------------------
  詳細中身設定　ここから
-------------------------------------*/
#background .detailArea .detailSet h3 {
    background: #00a839;
    padding: 30px 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
}
#background .detailArea .detailSet h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: calc(100% - 40px);
    background: #ffcb00;
    top: 20px;
    left: 30px;
    border-radius: 2px;
}
#background .detailArea .detailSet h4 {
    margin: 0 50px 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 100px 0 40px;
    position: relative;
}
#background .detailArea .detailSet h4:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 0;
    background: url(./images/icon_dry.svg) no-repeat 50% 50%;
    background-size: cover;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .detailArea .detailSet h3 {
        padding: 15px 30px;
        font-size: 18px;
    }
    #background .detailArea .detailSet h3:before {
        height: calc(100% - 20px);
        top: 10px;
        left: 15px;
    }
    #background .detailArea .detailSet h4 {
        margin: 0 15px 15px;
        font-size: 16px;
        padding: 0 0 0 30px;
    }
    #background .detailArea .detailSet h4:before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
    }
}
/*------------------------------------
  メイン画像設定　ここから
-------------------------------------*/
#background .detailArea .detailSet .mainImage {/*
    margin: 0 50px 50px;*/
    margin: 0 50px 0;
}
#background .detailArea .detailSet .mainImage .imageBox {
    width: 630px;
    height: 420px;
    float: left;
    position: relative;
    margin-bottom: 50px;
}
#background .detailArea .detailSet .mainImage .imageBox figure {
    width: 630px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
}
#background .detailArea .detailSet .mainImage .imageBox figure.active {
    display: block;
}
#background .detailArea .detailSet .mainImage .imageBox figcaption {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
}
#background .detailArea .detailSet .mainImage ul {
    height: 420px;
    float: right;/*
    width: 110px;
    margin-bottom: 0;
    overflow-y: scroll;*/
    width: 80px;
    margin-bottom: 16.7px;
}
#background .detailArea .detailSet .mainImage ul.noScroll {/*
    overflow-y: auto;*/
}
#background .detailArea .detailSet .mainImage ul li {
    width: 80px;
    margin-bottom: 33.3px;
    cursor: pointer;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background .detailArea .detailSet .mainImage ul li:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}/*
#background .detailArea .detailSet .mainImage ul li:last-of-type {
    margin-bottom: 0;
}*/
#background .detailArea .detailSet .mainImage ul .slick-list {
    height: 420px !important;
    overflow: hidden;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .detailArea .detailSet .mainImage {
        margin: 0 15px 15px;
    }
    #background .detailArea .detailSet .mainImage .imageBox {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 15px;
        padding-top: 66.6666%
    }
    #background .detailArea .detailSet .mainImage .imageBox figure {
        width: 100%;
        height: 100%;
    }
    #background .detailArea .detailSet .mainImage .imageBox figcaption {
        padding: 10px;
        font-size: 14px;
    }
    #background .detailArea .detailSet .mainImage ul {
        width: 100%;
        height: auto;
        float: none;
        overflow-y: auto;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #background .detailArea .detailSet .mainImage ul li ,
    #background .detailArea .detailSet .mainImage ul li:last-of-type {
        width: 40px;
        margin: 0 5px 5px;
        overflow: hidden;
    }
    #background .detailArea .detailSet .mainImage ul li img {
        border-radius: 20px;
        overflow: hidden;
    }
    #background .detailArea .detailSet .mainImage ul li:hover {
        filter: Alpha(opacity=100);
        opacity: 1;
    }
}
/*------------------------------------
  スライダー操作設定　ここから
-------------------------------------*/
#background .detailArea .detailSet .mainImage ul button {
    display: block;
    overflow: hidden;
    text-indent: -10em;
    background: url(./images/icon01g.svg);
    border: none;
    background-size: 100%;
    width: 20px;
    height: 20px;
    z-index: 10;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 10px);
    transform: rotate(90deg);
}
#background .detailArea .detailSet .mainImage ul button.slick-prev {
    bottom: auto;
    top: -30px;
    transform: rotate(-90deg);
}
/*------------------------------------
  リンクボックス設定　ここから
-------------------------------------*/
#background .detailArea .detailSet .linkBox {
    margin: 0 50px 30px;
}
#background .detailArea .detailSet .linkBox h5 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    padding-left: 20px;
}
#background .detailArea .detailSet .linkBox h5:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: #00a839;
}
#background .detailArea .detailSet .linkBox ul {
    margin-bottom: 0;
}
#background .detailArea .detailSet .linkBox ul li {
    float: left;
    margin: 0 20px 20px 0;
}
#background .detailArea .detailSet .linkBox ul li:last-of-type {
    margin-right: 0;
}
#background .detailArea .detailSet .linkBox ul li a {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    color: #1a1a1a;
    position: relative;
}
#background .detailArea .detailSet .linkBox ul li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 8px);
    right: 10px;
}
#background .detailArea .detailSet .linkBox ul li.shop {
    *background-color: #fff;
    
    color: #fff;
}
#background .detailArea .detailSet .linkBox ul li.shop a {
    color: #fff;
    background-image: linear-gradient(to right, rgb(252, 204, 96) 0%, rgb(250, 167, 59) 100%);
    border-color: #fff;
    font-weight: 800;
}
#background .detailArea .detailSet .linkBox ul li.shop a:before {
    content: none !important;
}
#background #proArea.detailArea .detailSet .linkBox ul li.shop a {
    padding-left: 15px;
    padding-right: 15px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .detailArea .detailSet .linkBox {
        margin: 0 15px 15px;
    }
    #background .detailArea .detailSet .linkBox h5 {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 10px;
    }
    #background .detailArea .detailSet .linkBox ul li {
        float: left;
        margin: 0 10px 10px 0;
    }
    #background .detailArea .detailSet .linkBox ul li:last-of-type {
        margin-right: 0;
    }
    #background .detailArea .detailSet .linkBox ul li a {
        display: inline-block;
        padding: 10px 30px 10px 15px;
        line-height: 1.2em;
    }
    #background .detailArea .detailSet .linkBox ul li a:before {
        right: 5px;
    }
}


/*===========================================================================

  共通詳細メニュー設定　ここから

===========================================================================*/
#background .detailArea .detailMenu h3 {
    background: #1a1a1a;
    padding: 35px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0;
}
#background .detailArea .detailMenu h4 {
    background: #00a839;
    padding: 20px 55px 20px 20px;
    line-height: 1em;
    color: #fff;
    border-bottom: 1px solid #008b23;
    margin-bottom: 0;
}
#background #dryArea.detailArea .detailMenu h4 {
    cursor: pointer;
}
#background .detailArea .detailMenu h4 span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: calc(50% - 10px);
    border: 1px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    text-indent: -10em;
    box-sizing: border-box;
}
#background .detailArea .detailMenu h4 span:after ,
#background .detailArea .detailMenu h4 span:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    left: 4px;
    top: calc(50% - 1px);
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background .detailArea .detailMenu h4.active span:before {
    transform: rotate(90deg);
}
#background .detailArea .detailMenu ul {/*
    display: none;*/
    margin-bottom: 0;
}
#background .detailArea .detailMenu ul.active {/*
    display: block;*/
}
#background .detailArea .detailMenu ul li {
    padding: 15px 30px;
    line-height: 1.2em;
    border-bottom: 1px solid #9d9d9d;
}
/*===========================================================================
-----------------------------------------------------------------------------
  製品用詳細ページ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #proArea.detailArea .detailSet h3 {
    background: transparent;
    padding: 10px 50px 10px 10px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #00a839;
    margin-bottom: 50px;
}
#background #proArea.detailArea .detailSet h3 b {
    display: block;
    padding: 20px 0 20px 40px;
    vertical-align: middle;
}
#background #proArea.detailArea .detailSet h3 span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
#background #proArea.detailArea .detailSet h3:before {
    display: none;
}

#background #proArea.detailArea .detailSet h4 {
    padding: 0;
}
#background #proArea.detailArea .detailSet h4:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea.detailArea .detailSet h3 {
        padding: 15px 15px 0 15px;
        display: block;
    }
    #background #proArea.detailArea .detailSet h3 em {/*
        display: inline-block;
        padding: 0 10px 10px 0;*/
        display: none;
    }
    #background #proArea.detailArea .detailSet h3 img {
        width: auto;
        max-width: 100%;
    }
    #background #proArea.detailArea .detailSet h3 b {
        display: inline-block;
        padding: 0 0 10px 0;
    }
    #background #proArea.detailArea .detailSet h3 span {
        font-size: 14px;
    }
}

/*------------------------------------
  メイン画像設定　ここから
-------------------------------------*/
#background #proArea.detailArea .detailSet .mainImage ul li {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
#background #proArea.detailArea .detailSet .mainImage ul li img {
    margin-left: -20px;
    height: 80px;
    width: auto;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea.detailArea .detailSet .mainImage ul li ,
    #background #proArea.detailArea .detailSet .mainImage ul li:last-of-type {
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }
    #background #proArea.detailArea .detailSet .mainImage ul li img {
        margin-left: -10px;
        height: 40px;
        width: auto;
    }
}



/*------------------------------------
  リンクボックス設定　ここから
-------------------------------------*/
#background #proArea.detailArea .detailSet .linkBox ul li a {
    padding: 15px 50px 15px 30px;
    font-size: 18px;
}
#background #proArea.detailArea .detailSet .linkBox ul li a:before {
    right: 15px;
    transform: rotate(90deg);
}
#background #proArea.detailArea .detailSet .linkBox ul li.move a {
    padding: 15px 50px 15px 30px;
    font-size: 18px;
}
#background #proArea.detailArea .detailSet .linkBox ul li.move a:before {
    right: 15px;
	transform: rotate(0deg);
}
#background #proArea.detailArea .detailSet .linkBox ul li.pdf a {
    padding: 15px 30px 15px 60px;
}
#background #proArea.detailArea .detailSet .linkBox ul li.pdf a:before {
    width: 30px;
    height: 30px;
    background-image: url(./images/icon_pdf.svg);
    top: calc(50% - 15px);
    right: auto;
    left: 15px;
    transform: rotate(0deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea.detailArea .detailSet .linkBox ul li {
        display: block;
        width: 100%;
    }
    #background #proArea.detailArea .detailSet .linkBox ul li a {
        display: block;
        padding: 15px 40px 15px 15px;
        line-height: 1em;
    }
    #background #proArea.detailArea .detailSet .linkBox ul li a:before {
        right: 10px;
    }
    #background #proArea.detailArea .detailSet .linkBox ul li.pdf a {
        padding: 15px 15px 15px 50px;
    }
    #background #proArea.detailArea .detailSet .linkBox ul li.pdf a:before {
        left: 10px;
        right: auto;
    }
}
/*------------------------------------
  写真リスト設定　ここから
-------------------------------------*/
#background #proArea .detailSet .proPhotoSet {
    display: flex;
    flex-wrap: wrap;
    padding: 0 50px 10px 50px;
}
#background #proArea .detailSet .proPhotoSet dl {
    width: 238px;
    margin: 0 23px 40px 0;
}
#background #proArea .detailSet .proPhotoSet dl:nth-of-type(3n) {
    margin-right: 0;
}
#background #proArea .detailSet .proPhotoSet dl figure {
    margin-bottom: 20px;
}
#background #proArea .detailSet .proPhotoSet dl dt {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    color: #00a839;
}
#background #proArea .detailSet .proPhotoSet dl dd {
    color: #444;
    font-size: 14px;
    position: relative;
}
#background #proArea .detailSet .proPhotoSet dl em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 1em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea .detailSet .proPhotoSet {
        padding: 0 15px;
    }
    #background #proArea .detailSet .proPhotoSet dl ,
    #background #proArea .detailSet .proPhotoSet dl:nth-of-type(3n) {
        width: calc(50% - 8px);
        margin: 0 16px 25px 0;
    }
    #background #proArea .detailSet .proPhotoSet dl:nth-of-type(2n) ,
    #background #proArea .detailSet .proPhotoSet dl:nth-of-type(6n) {
        margin-right: 0;
    }
    #background #proArea .detailSet .proPhotoSet.spOneColumn dl ,
    #background #proArea .detailSet .proPhotoSet.spOneColumn dl:nth-of-type(3n) ,
    #background #proArea .detailSet .proPhotoSet.spOneColumn dl:nth-of-type(2n) ,
    #background #proArea .detailSet .proPhotoSet.spOneColumn dl:nth-of-type(6n) {
        width: 76%;
        margin: 0 12% 25px 12%;
    }
    #background #proArea .detailSet .proPhotoSet dl figure {
        margin-bottom: 10px;
    }
    #background #proArea .detailSet .proPhotoSet dl dt {
        margin-bottom: 10px;
        font-size: 16px;
    }
    #background #proArea .detailSet .proPhotoSet dl dd {
        font-size: 14px;
    }
    #background #proArea .detailSet .proPhotoSet dl em {
        font-size: 11px;
        padding: 5px 10px;
        letter-spacing: 0;
    }
}
/*------------------------------------
  写真リスト追加 設定　ここから
-------------------------------------*/
#background #proArea .detailSet .openShowBox {
    margin: 0 50px 50px;
}
#background #proArea .detailSet .openShowBox span {
    display: block;
    padding: 15px 50px 15px 30px;
    font-size: 18px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    color: #1a1a1a;
    position: relative;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
#background #proArea .detailSet .openShowBox span:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
#background #proArea .detailSet .openShowBox span:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 8px);
    right: 15px;
    transform: rotate(90deg);
}
#background #proArea .detailSet .openShowBox.active span:before {
    transform: rotate(-90deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea .detailSet .openShowBox {
        margin: 0 15px 20px;
    }
    #background #proArea .detailSet .openShowBox span {
        padding-left: 15px;
    }
    #background #proArea .detailSet .openShowBox span:hover {
        filter: Alpha(opacity=100);
        opacity: 1;
    }
}
/*------------------------------------
  タイプ一覧設定　ここから
-------------------------------------*/
#background #proArea .detailSet .proTypeSet {
    padding: 0 50px 10px 50px;
}
#background #proArea .detailSet .proTypeSet dl {
    width: 370px;
    margin-bottom: 40px;
    line-height: 0;
    float: left;
}
#background #proArea .detailSet .proTypeSet dl:nth-of-type(2n) {
    float: right;
}
#background #proArea .detailSet .proTypeSet dl dt {
    display: inline-block;
    padding: 5px 30px 5px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    color: #fff;
    background: #00a839 url(./images/background_tab.svg) no-repeat 100% 100%;
    background-size: 50px 140px;
    min-width: 150px;
}
#background #proArea .detailSet .proTypeSet dl dd {
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #444;
    border: 1px solid #9d9d9d;
}
#background #proArea .detailSet .proTypeSet dl dd strong {
    display: block;
    margin-bottom: 15px;
    line-height: 1.4em;
    color: #1a1a1a;
    font-size: 16px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea .detailSet .proTypeSet {
        padding: 0 15px;
    }
    #background #proArea .detailSet .proTypeSet dl ,
    #background #proArea .detailSet .proTypeSet dl:nth-of-type(2n) {
        width: auto;
        margin-bottom: 20px;
        float: none;
    }
    #background #proArea .detailSet .proTypeSet dl dt {
        padding: 5px 30px 5px 15px;
        font-size: 16px;
        min-width: 0;
        text-align: left;
    }
    #background #proArea .detailSet .proTypeSet dl dd {
        padding: 15px;
    }
    #background #proArea .detailSet .proTypeSet dl dd strong {
        margin-bottom: 5px;
    }
}
/*------------------------------------
  仕様設定　ここから
-------------------------------------*/
#background #proArea .detailSet table {
    margin: 0 50px 50px;
    width: 760px;
}
#background #proArea .detailSet table.pcArea {
    display: table;
}
#background #proArea .detailSet table th ,
#background #proArea .detailSet table td {
    padding: 15px;
    font-size: 14px;
    border: 1px solid #9d9d9d;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    min-width: 33.333%;
}
#background #proArea .detailSet table th {
    background: #fff9d6;
    text-align: left;
    width: 33.333%;
}
#background #proArea .detailSet table thead th ,
#background #proArea .detailSet table thead td {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #1a1a1a;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea .detailSet table {
        margin: 0 15px 20px;
        width: auto;
    }
    #background #proArea .detailSet table th ,
    #background #proArea .detailSet table td {
        padding: 5px 8px;
        font-size: 14px;
        line-height: 1.4em;
        text-align: left;
    }
    #background #proArea .detailSet table th {
        font-size: 13px;
    }
    #background #proArea .detailSet table th span {
        display: inline-block;
    }
    #background #proArea .detailSet table thead th ,
    #background #proArea .detailSet table thead td {
        font-size: 14px;
        text-align: left;
    }
}

/*------------------------------------
  プロダクトメニュー設定　ここから
-------------------------------------*/
#background #proArea.detailArea .detailMenu h4 {
    padding: 20px 20px 20px 20px;
}
#background #proArea.detailArea .detailMenu ul {
    display: block;
}
/*===========================================================================
-----------------------------------------------------------------------------
  お知らせ一覧 設定　ここから
----------------------------------------------------------------------------
===========================================================================*/
#background .detailArea section.detailColmun.newsList {
    margin-bottom: 0;
}
#background .newsList .listSet {
    border-top: 4px solid #9d9d9d;
    background: #fff;
    padding: 50px;
}
#background .newsList .listSet:before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background: #00a839;
    top: -4px;
    left: 0;
}
#background .newsList .listSet:first-of-type {
    border-top: none;
}
#background .newsList .listSet:last-of-type {
    margin-bottom: 50px;
}
#background .newsList .listSet:first-of-type:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .newsList .listSet {
        border-top: none;
        background: transparent;
        padding: 15px;
        display: flex;
        align-items: center;
    }
    #background .newsList .listSet:before {
        display: none;
    }
    #background .newsList .listSet:last-of-type {
        margin-bottom: 20px;
    }
}
/*------------------------------------
  一覧写真設定　ここから
-------------------------------------*/
#background .newsList .listSet figure {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}
#background .newsList .listSet figure img {
    width: 100%;
    position: absolute;
    top: calc(50% - 253px);
    left: 0;
}
#background .newsList .listSet figure figcaption {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 15px 20px 15px 50px;
}
#background .newsList .listSet p ,
#background .newsList .listSet figure figcaption {
    padding-left: 50px;
    line-height: 1em;
    font-weight: bold;
    color: #00a839;
}
#background .newsList .listSet p:before ,
#background .newsList .listSet figure figcaption:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(./images/icon_info.svg) no-repeat 50% 50%;
    background-size: cover;
    left: 15px;
    top: calc(50% - 13px);
}
#background .newsList .listSet p span:before ,
#background .newsList .listSet figure figcaption span:before {
    content: "・";
    display: inline;
}
#background .newsList .listSet p span:first-of-type:before ,
#background .newsList .listSet figure figcaption span:first-of-type:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .newsList .listSet figure {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        margin-bottom: 0;
    }
    #background .newsList .listSet figure img {
        height: 140px;
        width: auto;
        position: static;
    }
    #background .newsList .listSet p ,
    #background .newsList .listSet figure figcaption {
        display: block;
        width: 100%;
        padding: 10px 30px 10px 30px;
        font-size: 14px;
        text-align: center;
    }
    #background .newsList .listSet p {
        padding: 10px 10px 10px 40px;
        background-color: #fff;
        width: 140px;
        text-align: left;
    }
    #background .newsList .listSet p:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: calc(50% - 10px);
    }
    #background .newsList .listSet figure figcaption:before {
        display: none;
    }
}
/*------------------------------------
  一覧テキスト設定　ここから
-------------------------------------*/
#background .newsList .listSet dl {
    position: static;
}
#background .newsList .listSet dt {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#background .newsList .listSet dd.data {
    margin-top: 20px;
    color: #999;
    font-weight: bold;
    position: static;
    line-height: 1em;
}
#background .newsList .listSet dd.data:before {
    content: "続きを読む";
    display: block;
    padding-right: 25px;
    font-weight: normal;
    color: #00a839;
    position: absolute;
    background: url(./images/icon01.svg) no-repeat 100% 50%;
    background-size: 16px 16px;
    bottom: 50px;
    right: 50px;
}
#background .newsList .listSet dd.data.english:before {
    content: "Read More";
}
#background .newsList .listSet dd.data a {
    position: absolute;
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    overflow: hidden;
    text-indent: -10em;
    filter: Alpha(opacity=0);
    opacity: 0;
    background: #fff;
}
#background .newsList .listSet dd.data a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .newsList .listSet dl {
        width: calc(100% - 140px);
        margin: auto auto auto 20px;
    }
    #background .newsList .listSet dt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #background .newsList .listSet dd {
        display: none;
    }
    #background .newsList .listSet dd.data {
        display: block;
        font-size: 14px;
        color: #666;
        margin-top: 0;
    }
    #background .newsList .listSet dd.data:before {
        display: none;
    }
    #background .newsList .listSet dd.data a {
        position: absolute;
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }
    #background .newsList .listSet dd.data a:hover {
        filter: Alpha(opacity=0);
        opacity: 0;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  お知らせ詳細 設定　ここから
----------------------------------------------------------------------------
===========================================================================*/
#background .detailArea .newsDetail .newsSet {
    padding: 50px 50px 0;
    background: #fff;
}
#background .newsDetail .newsSet ul.data li {
    padding: 20px 20px 20px 50px;
    line-height: 1em;
    font-weight: bold;
    color: #00a839;
    width: 70%;
    float: left;
}
#background .newsDetail .newsSet ul.data li:last-of-type {
    width: 30%;
    color: #999;
    text-align: right;
}
#background .newsDetail .newsSet ul.data li:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(./images/icon_info.svg) no-repeat 50% 50%;
    background-size: cover;
    left: 15px;
    top: calc(50% - 13px);
}
#background .newsDetail .newsSet ul.data li:last-of-type:before {
    display: none;
}
#background .newsDetail .newsSet ul.data li span:before {
    content: "・";
    display: inline;
}
#background .newsDetail .newsSet ul.data li span:first-of-type:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .detailArea .newsDetail .newsSet {
        padding: 15px 15px 0;
    }
    #background .newsDetail .newsSet ul.data li {
        padding: 10px 10px 10px 25px;
        font-size: 14px;
        letter-spacing: 0;
        width: calc(100% - 9em);
        box-sizing: border-box;
    }
    #background .newsDetail .newsSet ul.data li:last-of-type {
        width: 9em;
        padding: 10px 0;
    }
    #background .newsDetail .newsSet ul.data li:before {
        width: 20px;
        height: 20px;
        left: 0;
        top: calc(50% - 10px);
    }
}
/*------------------------------------
  本文設定　ここから
-------------------------------------*/
#background .newsDetail .newsSet h3 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 50px;
}
#background .newsDetail .newsSet h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-left: 15px;
}
#background .newsDetail .newsSet h4:before {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #00a839;
    top: calc(50% - 10px);
    left: 0;
}
#background .newsDetail .newsSet p ,
#background .newsDetail .newsSet figure.sub {
    margin-bottom: 50px;
}
#background .newsDetail .newsSet figure.main {
    max-height: 533px;
    overflow: hidden;
}
#background .newsDetail .newsSet figure.sub {
    max-height: 600px;
    text-align: center;
}
#background .newsDetail .newsSet figure.sub img {
    max-height: 600px;
    max-width: 100%;
    height: auto;
    width: auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .newsDetail .newsSet h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #background .newsDetail .newsSet h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #background .newsDetail .newsSet h4:before {
        height: 18px;
        top: calc(50% - 9px);
    }
    #background .newsDetail .newsSet p ,
    #background .newsDetail .newsSet figure.sub {
        margin-bottom: 20px;
    }
    #background .newsDetail .newsSet figure.main {
        max-height: 100%;
    }
    #background .newsDetail .newsSet figure.sub {
        max-height: 100vw;
    }
    #background .newsDetail .newsSet figure.sub img {
        max-height: 100vw;
    }
}
/*-----------------------------------*/
#background .newsDetail .newsSet ul.addLink {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
#background .newsDetail .newsSet ul.addLink li {
    margin: 0 10px 10px 0;
}
#background .newsDetail .newsSet ul.addLink li:last-of-type {
    margin: 0 0 10px 0;
}
#background .newsDetail .newsSet ul.addLink li a {
    display: block;
    padding: 15px 40px 15px 20px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    color: #1a1a1a;
    position: relative;
    font-size: 16px;
    word-break: break-all;
}
#background .newsDetail .newsSet ul.addLink li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 8px);
    right: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .newsDetail .newsSet ul.addLink {
        margin: 0 0 10px;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  その他ページ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #otherArea {
    background-color: #f2eee8;
    padding-bottom: 70px;
}
#background #otherArea .mainColmun {
    background-color: #fff;
    width: 940px;
}
#background #otherArea .mainColmun h3 {
    background: #00a839;
    padding: 30px 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 50px;
}
#background #otherArea .mainColmun h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: calc(100% - 40px);
    background: #ffcb00;
    top: 20px;
    left: 30px;
    border-radius: 2px;
}
#background #otherArea .mainColmun h4 {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 50px 0 70px;
    position: relative;
}
#background #otherArea .mainColmun h4:before {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: calc( 100% - 4px );
    background: #00a839;
    top: 2px;
    left: 50px;
}
#background #otherArea .mainColmun p {
    margin: 0 50px 50px;
}
#background #otherArea .mainColmun p.sain {
    text-align: right;
}
#background #otherArea .mainColmun ul ,
#background #otherArea .mainColmun ol {
    margin: 0 50px 40px;
}
#background #otherArea .mainColmun li {
    margin-bottom: 10px;
}
#background #otherArea .mainColmun ol li {
    list-style-type: decimal;
    margin-left: 1.5em;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea {
        padding: 10px 5px 20px;
    }
    #background #otherArea .mainColmun {
        width: auto;
    }
    #background #otherArea .mainColmun h3 {
        padding: 15px 30px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    #background #otherArea .mainColmun h3:before {
        height: calc(100% - 20px);
        top: 10px;
        left: 15px;
    }
    #background #otherArea .mainColmun h4 {
        margin: 0 15px 15px;
        font-size: 18px;
        padding: 0 0 0 20px;
    }
    #background #otherArea .mainColmun h4:before {
        left: 0px;
    }
    #background #otherArea .mainColmun p {
        margin: 0 15px 30px;
    }
    #background #otherArea .mainColmun ul ,
    #background #otherArea .mainColmun ol {
        margin: 0 15px 20px;
    }
}
/*===========================================================================

  カタログ設定　ここから

===========================================================================*/
#background #otherArea .mainColmun.pamphletArea {
    width: 1120px;
}
#background #otherArea .mainColmun.pamphletArea h4 {
    text-align: center;
    padding: 0 30px 15px;
    border-bottom: 4px solid #00a839;
    color: #00a839;
}
#background #otherArea .mainColmun.pamphletArea h4:before {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .mainColmun.pamphletArea h3 {
        margin: 0 0 15px;
    }
    #background #otherArea .mainColmun.pamphletArea {
        width: auto;
    }
    #background #otherArea .mainColmun.pamphletArea h4 {
        text-align: left;
        padding: 0 15px 10px;
        margin: 0 0 15px;
        border-bottom-width: 2px;
        font-size: 16px;
    }
}
/*------------------------------------
  パンフハコ設定　ここから
-------------------------------------*/
#background #otherArea .pamphBox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 50px 50px;
}
#background #otherArea .pamphBox div {
    width: 320px;
    margin: 0 30px 50px 0;
    padding-bottom: 80px;
    position: relative;
}
#background #otherArea .pamphBox div.text {
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
}
#background #otherArea .pamphBox div:nth-of-type(3n) {
    margin: 0 0 50px 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .pamphBox {
        margin: 0 15px 15px;
        display: block;
    }
    #background #otherArea .pamphBox div ,
    #background #otherArea .pamphBox div:nth-of-type(3n) {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    #background #otherArea .pamphBox div.text {
        display: block;
    }
}
/*-----------------------------------*/
#background #otherArea .pamphBox figure {
    margin-bottom: 15px;
    height: 320px;
    text-align: center;
    border: 1px solid #ccc;
}
#background #otherArea .pamphBox figure img {
    height: 100%;
    width: auto;
}
#background #otherArea .pamphBox h5 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #00a839;
    margin-bottom: 10px;
}
#background #otherArea .pamphBox p {
    padding: 0;
    margin: 0;
    position: static;
    letter-spacing: 0;
}
#background #otherArea .pamphBox p a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0);
}
#background #otherArea .pamphBox p a:hover {
    background-color: rgba(255,255,255,1);
}
#background #otherArea .pamphBox p a span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 20px 15px 60px;
    border: 2px solid #1a1a1a;
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
}
#background #otherArea .pamphBox p a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(./images/icon_pdf.svg);
    top: calc(50% - 15px);
    left: 15px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .pamphBox figure {
        width: 120px;
        height: auto;
        min-width: 120px;
        max-width: 120px;
        margin-right: 15px;
        margin: 0 15px 0 0;
    }
    #background #otherArea .pamphBox figure img {
        height: auto;
        width: 100%;
    }
    #background #otherArea .pamphBox div.text {
        width: calc(100% - 135px);
    }
    #background #otherArea .pamphBox h5 {
        text-align: left;
        font-size: 16px;
        line-height: 1.2em;
    }
    #background #otherArea .pamphBox h5 br {
        display: none;
    }
    #background #otherArea .pamphBox p {
        line-height: 1.2em;
        display: none;
    }
    #background #otherArea .pamphBox p:last-of-type {
        display: block;
    }
    #background #otherArea .pamphBox p a ,
    #background #otherArea .pamphBox p a:hover {
        background-color: rgba(255,255,255,0);
        position: relative;
        top: auto;
        bottom: 0;
        margin: auto;
    }
    #background #otherArea .pamphBox p a span {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 10px 15px 10px 40px;
        font-size: 16px;
        text-align: left;
        margin-top: 15px;
    }
    #background #otherArea .pamphBox p a span:before {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: 10px;
    }
}

/*===========================================================================

  リンク集・検索結果 設定　ここから

===========================================================================*/
#background #otherArea .mainColmun.linkArea ul {
    border-top: 1px solid #848484;
    margin-bottom: 50px;
}
#background #otherArea .mainColmun.linkArea li {
    padding: 30px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #848484;
    line-height: 1em;
}
#background #otherArea .mainColmun.linkArea li a {
    display: block;
    position: relative;
    font-size: 18px;
    padding-right: 40px;
}
#background #otherArea .mainColmun.linkArea li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01.svg) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: cover;
    top: calc(50% - 10px);
    right: 10px;
}
#background #otherArea .mainColmun.linkArea li em {
    display: block;
    font-weight: bold;
    font-style: normal;
    color: #00a839;
    margin-bottom: 10px;
}
#background #otherArea .mainColmun.linkArea li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#background #otherArea .mainColmun.linkArea .nav-links {
    margin-bottom: 50px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .mainColmun.linkArea ul {
        margin-bottom: 20px;
    }
    #background #otherArea .mainColmun.linkArea li {
        padding: 15px 0;
    }
    #background #otherArea .mainColmun.linkArea li a {
        font-size: 16px;
        padding-left: 10px;
    }
    #background #otherArea .mainColmun.linkArea li em {
        font-size: 14px;
    }
    #background #otherArea .mainColmun.linkArea .nav-links {
        margin-bottom: 20px;
    }
}



/*===========================================================================

  会社概要 設定　ここから

===========================================================================*/
#background #companyArea.listArea .titleArea {
    background-image: url(./images/company/title_background.jpg);
}
#background #companyArea #aisatsuArea ,
#background #companyArea #movieArea ,
#background #companyArea #dataArea ,
#background #companyArea #enkakuArea {
    background-color: #fff;
    margin-bottom: 50px;
    width: 940px;
}
#background #companyArea.listArea .cateMenu {
    width: 940px;
}
#background #companyArea.listArea .cateMenu ul {
    justify-content: space-between;
}
#background #companyArea.listArea .cateMenu ul:after {
    display: none;
}

#background #companyArea.listArea .cateMenu li {
	width: 210px;
}

#background #companyArea #enkakuArea {
    margin-bottom: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #companyArea.listArea .titleArea figure {
        padding: 0;
    }
    #background #companyArea.listArea .titleArea h2 {
        margin: 0;
    }
    #background #companyArea.listArea .titleArea p {
        display: none;
    }
    #background #companyArea #aisatsuArea ,
    #background #companyArea #movieArea ,
    #background #companyArea #dataArea ,
    #background #companyArea #enkakuArea {
        margin-bottom: 20px;
        width: calc( 100% - 10px);
    }
    #background #companyArea.listArea .cateMenu {
        width: 100%;
    }
    #background #companyArea.listArea .cateMenu li {
        width: calc(50% - 5px);
    }
}
/*-----------------------------------*/
#background #companyArea h3 {
    background: #00a839;
    padding: 30px 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 50px;
}
#background #companyArea h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: calc(100% - 40px);
    background: #ffcb00;
    top: 20px;
    left: 30px;
    border-radius: 2px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #companyArea h3 {
        padding: 15px 30px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    #background #companyArea h3:before {
        height: calc(100% - 20px);
        top: 10px;
        left: 15px;
    }
}
/*------------------------------------
  社長挨拶 設定　ここから
-------------------------------------*/
#background #companyArea .aisatsuBox {
    margin: 0 50px 50px;
}
#background #companyArea .aisatsuBox h4 {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 30px;
}
#background #companyArea .aisatsuBox figure {
    width: 320px;
    margin: 0 0 20px 50px;
    float: right;
}
#background #companyArea .aisatsuBox figure figcaption {
    padding-top: 20px;
    text-align: center;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #companyArea .aisatsuBox {
        margin: 0 15px 10px;
    }
    #background #companyArea .aisatsuBox h4 {
        margin-bottom: 20px;
        display: block;
        font-size: 18px;
        text-align: center;
    }
    #background #companyArea .aisatsuBox figure {
        width: 40%;
        max-width: 200px;
        margin: 0 0 15px 15px;
    }
    #background #companyArea .aisatsuBox figure figcaption {
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.4em;
    }
}
/*------------------------------------
  テーブル 設定　ここから
-------------------------------------*/
#background #companyArea table {
    margin: 0 50px 50px;
    border: 1px solid #9d9d9d;
    border-bottom: 0;
    width: calc(100% - 100px);
}
#background #companyArea table th {
    padding: 15px;
    font-size: 18px;
    text-align: center;
    background-color: #fff9d6;
    width: 200px;
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}
#background #companyArea table td {
    padding: 15px;
    border-bottom: 1px solid #9d9d9d;
    vertical-align: center;
}/*
#background #companyArea table strong {
    display: block;
}*/
#background #companyArea table span {
    display: inline-block;
}
#background #companyArea table ul {
    margin: 0;
}
#background #companyArea table ul li {
    margin: 0 0 10px 15px;
    list-style: disc;
}
#background #companyArea table ul li:last-of-type {
    margin-bottom: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #companyArea table {
        margin: 0 15px 20px;
        border: none;
        border-top-width: 1px;
        width: calc(100% - 30px);
    }
    #background #companyArea table th {
        padding: 10px 0 0;
        font-size: 16px;
        text-align: left;
        width: 100%;
        border-right: none;
        border-bottom: none;
        display: block;
        background-color: transparent;
    }
    #background #companyArea table td {
        padding: 5px 5px 10px;
        font-size: 14px;
        display: block;
    }
    #background #companyArea table ul li {
        margin: 0 0 5px 15px;
    }
    #background #companyArea table ul li:last-of-type {
        margin-bottom: 0;
    }
}

/*------------------------------------
  テーブル・ボタン 設定　ここから
-------------------------------------*/
#background #companyArea table .more {
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
}
#background #companyArea table .more a {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
}
#background #companyArea table .more a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 10px);
    right: 10px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #companyArea table .more {
        padding: 10px 0 20px;
    }
    #background #companyArea table .more a {
        display: block;
        font-size: 14px;
        padding: 10px 40px 10px 20px;
    }
    #background #companyArea table .more a:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 10px;
    }
}


/*------------------------------------
  追加youtube埋め込み 設定　ここから
-------------------------------------*/
#background .movie_wrap16-9 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
#background .movie_wrap16-9 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*===========================================================================
-----------------------------------------------------------------------------
  お問い合わせ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #otherArea .contactArea div.areaMap {
    padding: 0 50px;
}
#background #otherArea .contactArea div.areaMap p {
    font-size: 18px;
    font-weight: bold;
    color: #00a839;
    margin: 0 0 20px;
}
#background #otherArea .contactArea figure.areaMap {
    margin: -300px 50px 100px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea div.areaMap {
        padding: 0 15px;
    }
    #background #otherArea .contactArea div.areaMap p {
        font-size: 16px;
        margin: 0 0 15px;
    }
    #background #otherArea .contactArea figure.areaMap {
        margin: -55px 15px 20px;
    }
}
/*------------------------------------
  営業所 設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .areaMap dl {
    position: relative;
    width: 410px;
    padding: 20px;
    z-index: 10;
    margin-bottom: 20px;/*
    padding-left: 60px;*/
    border: 2px solid #005eff;
    border-radius: 6px;
    clear: both;
}
#background #otherArea .contactArea .areaMap dl:first-of-type {
    float: left;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(2) {
    float: right;
    clear: none;
}
#background #otherArea .contactArea .areaMap dl dt {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
}
#background #otherArea .contactArea .areaMap dl dt span {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    display: block;
}
#background #otherArea .contactArea .areaMap dl dd span {
    display: inline-block;
}
#background #otherArea .contactArea .areaMap dl dd a ,
#background #otherArea .contactArea .areaMap dl dd b {
    display: inline-block;
    font-weight: bold;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .areaMap dl {
        width: 100%;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        padding: 10px 0 10px;
        border-top: 1px dashed #bbb;
    }
    #background #otherArea .contactArea .areaMap dl:first-of-type ,
    #background #otherArea .contactArea .areaMap dl:nth-of-type(2) {
        float: none;
    }
    #background #otherArea .contactArea .areaMap dl dt {
        font-size: 16px;
        margin-bottom: 0;
    }
    #background #otherArea .contactArea .areaMap dl dt span {
        font-size: 13px;
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    #background #otherArea .contactArea .areaMap dl dt span br {
        display: none;
    }
    #background #otherArea .contactArea .areaMap dl dd ,
    #background #otherArea .contactArea .areaMap dl dd span {
        font-size: 14px;
    }
    #background #otherArea .contactArea .areaMap dl dd b {
        display: block;
    }
    #background #otherArea .contactArea .areaMap dl dd b ,
    #background #otherArea .contactArea .areaMap dl dd a {
        font-size: 16px;
    }
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .areaMap dl dt ,
#background #otherArea .contactArea .areaMap dl dd a ,
#background #otherArea .contactArea .areaMap dl dd b {
    color: #005eff;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(2) dt ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(2) dd a ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(2) dd b {
    color: #ff1177;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(2) {
    border-color: #ff1177;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(3) dt ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(3) dd a ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(3) dd b {
    color: #00a839;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(3) {
    border-color: #00a839;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(4) dt ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(4) dd a ,
#background #otherArea .contactArea .areaMap dl:nth-of-type(4) dd b {
    color: #ed7f19;
}
#background #otherArea .contactArea .areaMap dl:nth-of-type(4) {
    border-color: #ed7f19;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .areaMap dl:nth-of-type(2) ,
    #background #otherArea .contactArea .areaMap dl:nth-of-type(3) ,
    #background #otherArea .contactArea .areaMap dl:nth-of-type(4) {
        border-color: #bbb;
    }
}
/*------------------------------------
  営業所2023 設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .areaMap.areaMap23 dl {
    float: left;
}
#background #otherArea .contactArea .areaMap.areaMap23 dl:nth-of-type(2n) {
    float: right;
    clear: none;
}
#background #otherArea .contactArea .areaMap.areaMap23 dl:last-of-type {
    float: none;
}
#background #otherArea .contactArea .areaMap.areaMap23 + figure.areaMap {
    position: relative;
    margin: -480px 50px 100px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .areaMap.areaMap23 dl ,
    #background #otherArea .contactArea .areaMap.areaMap23 dl:first-of-type ,
    #background #otherArea .contactArea .areaMap.areaMap23 dl:nth-of-type(2n) {
        float: none;
    }
    #background #otherArea .contactArea .areaMap.areaMap23 dl dd span {
        display: block;
    }
    #background #otherArea .contactArea .areaMap.areaMap23 dl dd span + br {
        display: none;
    }
    #background #otherArea .contactArea .areaMap.areaMap23 + figure.areaMap {
        margin: -50px 15px 20px;
    }
}
/*------------------------------------
  営業所2023 カラバリ設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .areaMap dl.color01 dt ,
#background #otherArea .contactArea .areaMap dl.color01 dd a ,
#background #otherArea .contactArea .areaMap dl.color01 dd b {
    color: #005eff;
}
#background #otherArea .contactArea .areaMap dl.color01 {
    border-color: #005eff;
}
#background #otherArea .contactArea .areaMap dl.color02 dt ,
#background #otherArea .contactArea .areaMap dl.color02 dd a ,
#background #otherArea .contactArea .areaMap dl.color02 dd b {
    color: #f17;
}
#background #otherArea .contactArea .areaMap dl.color02 {
    border-color: #f17;
}
#background #otherArea .contactArea .areaMap dl.color03 dt ,
#background #otherArea .contactArea .areaMap dl.color03 dd a ,
#background #otherArea .contactArea .areaMap dl.color03 dd b {
    color: #00a839;
}
#background #otherArea .contactArea .areaMap dl.color03 {
    border-color: #00a839;
}
#background #otherArea .contactArea .areaMap dl.color04 dt ,
#background #otherArea .contactArea .areaMap dl.color04 dd a ,
#background #otherArea .contactArea .areaMap dl.color04 dd b {
    color: #c3f;
}
#background #otherArea .contactArea .areaMap dl.color04 {
    border-color: #c3f;
}
#background #otherArea .contactArea .areaMap dl.color05 dt ,
#background #otherArea .contactArea .areaMap dl.color05 dd a ,
#background #otherArea .contactArea .areaMap dl.color05 dd b {
    color: #ed7f19;
}
#background #otherArea .contactArea .areaMap dl.color05 {
    border-color: #ed7f19;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .areaMap dl.color01 ,
    #background #otherArea .contactArea .areaMap dl.color02 ,
    #background #otherArea .contactArea .areaMap dl.color03 ,
    #background #otherArea .contactArea .areaMap dl.color04 ,
    #background #otherArea .contactArea .areaMap dl.color05 {
        border-color: #bbb;
    }
}

/*===========================================================================

  お問い合わせテーブル設定　ここから

===========================================================================*/
#background #otherArea .contactArea form {
    margin: 0 50px;
}
#background #otherArea .contactArea form a {
    color: #00a839;
    text-decoration: underline;
}
#background #otherArea .contactArea form table {
    border: 1px solid #bbb;
    margin-bottom: 50px;
    width: 100%;
}
#background #otherArea .contactArea form table tr:nth-of-type(2n) {
    background-color: #fbfbfb;
}
#background #otherArea .contactArea form table th ,
#background #otherArea .contactArea form table td {
    padding: 10px 5px;
    border: 1px solid #bbb;
    vertical-align: middle;
}
#background #otherArea .contactArea form table th {
    width: 280px;
    padding: 15px 80px 15px 15px;
    font-weight: bold;
    position: relative;
    background-clip: padding-box;
    background-color: #f5f5f5;
}
#background #otherArea .contactArea.kakunin form table td {
    padding: 15px 15px;
}
#background #otherArea .contactArea form table th em ,
#background #otherArea .contactArea form table th span ,
#background #otherArea .contactArea form p label.text em ,
#background #otherArea .contactArea form p label.text span {
    width: 50px;
    display: block;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    border: 1px solid #00a839;
    color: #00a839;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: calc( 50% - 12px );
}
#background #otherArea .contactArea form table th span ,
#background #otherArea .contactArea form p label.text span {
    color: #fff;
    background-color: #00a839;
}
#background #otherArea .contactArea form p {
    text-align: center;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea form {
        margin: 0 10px;
    }
    #background #otherArea .contactArea form table {
        margin-bottom: 20px;
        border-bottom: none;
    }
    #background #otherArea .contactArea form table th ,
    #background #otherArea .contactArea form table td {
        padding: 5px 5px;
        display: block;
        border: none;
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #bbb;
    }
    #background #otherArea .contactArea form table th {
        padding: 10px 80px 10px 15px;
        border-bottom: none;
    }
    #background #otherArea .contactArea.kakunin form table td {
        padding: 10px 10px;
    }
    #background #otherArea .contactArea form p {
        text-align: left;
        margin: 0 0 10px;
    }
}

/*------------------------------------
  入力設定　ここから
-------------------------------------*/
#background #otherArea .contactArea label {
    display: block;
    padding: 5px 10px;
    vertical-align: middle;
    position: relative;
}
#background #otherArea .contactArea .inline label {
    display: inline-block;
}
#background #otherArea .contactArea.kakunin td label ,
#background #otherArea .contactArea.kakunin td .inline label {
    padding: 0;
}
#background #otherArea .contactArea form p label {
    display: inline-block;
}
#background #otherArea .contactArea form p label.text {
    display: inline-block;
    padding-right: 80px;
}
#background #otherArea .contactArea label span {
    font-size: 14px;
    padding-left: 10px;
    color: #666;
}
#background #otherArea .contactArea input[type="text"] {
    width: 250px;
    border: 1px solid #bbb;
    border-radius: 6px;
    line-height: 2em;
    padding: 0 10px;
}
#background #otherArea .contactArea input.zip1 ,
#background #otherArea .contactArea input.zip2 {
    width: 80px;
}
#background #otherArea .contactArea input.address {
    width: 100%;
}
#background #otherArea .contactArea textarea {
    margin: 5px 10px;
    width: calc( 100% - 20px );
    border: 1px solid #bbb;
    border-radius: 6px;
    line-height: 1.4em;
    height: calc( 5.6em + 10px);
    padding: 5px 10px;
    vertical-align: top;
}
#background #otherArea .contactArea button {
    width: 400px;
    background: #00a839;
    padding: 15px 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border-radius: 6px;
}
#background #otherArea .contactArea button.submitBack {
    width: 200px;
    background: #999;
    margin-right: 20px;
}
#background #otherArea .contactArea button:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc( 50% - 10px );
    right: 15px;
    background: url(./images/icon01w.svg) no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
}
#background #otherArea .contactArea button.submitBack:before {
    right: auto;
    left: 15px;
    transform: rotate( 180deg );
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea label {
        padding: 5px 5px;
    }
    #background #otherArea .contactArea label span {
        display: block;
        padding: 0;
    }
    #background #otherArea .contactArea input[type="text"] {
        width: 100%;
        padding: 0 5px;
        font-size: 16px;
    }
    #background #otherArea .contactArea input.zip1 ,
    #background #otherArea .contactArea input.zip2 {
        width: 70px;
    }
    #background #otherArea .contactArea input.address {
        width: 100%;
    }
    #background #otherArea .contactArea textarea {
        margin: 5px 5px;
        width: calc( 100% - 10px );
        height: calc( 4em + 10px);
        padding: 5px 5px;
        vertical-align: top;
        font-size: 16px;
    }
    #background #otherArea .contactArea button {
        width: 100%;
        padding: 10px 40px;
        text-align: center;
        font-size: 18px;
    }
    #background #otherArea .contactArea button.submitBack {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*-----------------------------------*/
#background #otherArea .contactArea td em {
    display: inline-block;
    vertical-align: top;
    background: #00a839;
    padding: 10px 40px 9px 20px;
    margin-left: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#background #otherArea .contactArea td em:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
#background #otherArea .contactArea td em:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc( 50% - 8px );
    right: 12px;
    background: url(./images/icon01w.svg) no-repeat 50% 50%;
    background-size: cover;
    transform: rotate( 90deg );
}
#background #otherArea .contactArea.kakunin td em {
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea td em {
        padding: 10px 30px 9px 10px;
        margin-left: 5px;
        font-size: 12px;
    }
    #background #otherArea .contactArea td em:hover {
        filter: Alpha(opacity=100);
        opacity: 1;
    }
    #background #otherArea .contactArea td em:before {
        width: 12px;
        height: 12px;
        top: calc( 50% - 6px );
        right: 9px;
    }
}

/*------------------------------------
  MW自動フォーム 設定　ここから
-------------------------------------*/
#background #otherArea .contactArea p span.horizontal-item {
    display: block;
    width: 100%;
}
#background #otherArea .contactArea .horizontal-item label span {
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 16px;
    color: #1a1a1a;
}
#background #otherArea .contactArea span.error {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 35px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #bc0000;
}
#background #otherArea .contactArea label span.error {
    display: inline-block;
    width: auto;
    padding: 0 0 0 25px;
    margin-top: 10px;
}
#background #otherArea .contactArea span.error:after {
    content: "";
    visibility: visible;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc( 50% - 8px );
    left: 15px;
    background: url(./images/icon_error.svg) no-repeat 50% 50%;
    background-size: cover;
}
#background #otherArea .contactArea label span.error:after {
    left: 5px;
}

/*===========================================================================
-----------------------------------------------------------------------------
  無料試験設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #otherArea .contactArea p.attention ,
#background #otherArea .contactArea .freetestArea p:first-of-type {
    margin-bottom: 10px;
}
#background #otherArea .contactArea .freetestArea ul {
    margin-bottom: 0;
}
#background #otherArea .contactArea .freetestArea ul li {
    font-size: 20px;
    font-weight: bold;
    color: #00a839;
    margin-left: 20px;
    list-style: disc;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .freetestArea ul li {
        font-size: 16px;
        margin-left: 15px;
        margin-bottom: 5px;
        line-height: 1.4em;
    }
}
/*------------------------------------
  注釈枠 設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .freetestArea .innerBox {
    display: block;
    width: auto;
    border: 2px solid #00a839;
    border-radius: 12px;
    padding: 40px;
    margin: 0 50px 80px;
}
#background #otherArea .contactArea .freetestArea .innerBox h5 {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #00a839;
    margin-bottom: 20px;
}
#background #otherArea .contactArea .freetestArea .innerBox ol {
    margin: 0;
}
#background #otherArea .contactArea .freetestArea .innerBox ol b {
    position: relative;
}
#background #otherArea .contactArea .freetestArea .innerBox ol b:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .freetestArea .innerBox {
        border-width: 1px;
        border-radius: 6px;
        padding: 15px 10px 5px;
        margin: 0 10px 30px;
    }
    #background #otherArea .contactArea .freetestArea .innerBox h5 {
        font-size: 16px;
        line-height: 1.4em;
        text-align: left;
        margin: 0 5px 15px;
    }
    #background #otherArea .contactArea .freetestArea .innerBox ol li {
        line-height: 1.4em;
    }
    #background #otherArea .contactArea .freetestArea .innerBox ol b {
        color: #00a839;
    }
    #background #otherArea .contactArea .freetestArea .innerBox ol b:before {
        display: none;
    }
}
/*------------------------------------
  流れ設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .testFlow {
    margin: 0 30px 80px;
    display: flex;
}
#background #otherArea .contactArea .testFlow dl {
    display: block;
    width: 220px;
    padding: 0 20px;
    position: relative;
}
#background #otherArea .contactArea .testFlow dl:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 50px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
}
#background #otherArea .contactArea .testFlow dl:last-of-type:before {
    display: none;
}
#background #otherArea .contactArea .testFlow dl dt {
    padding-top: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #a80000;
}
#background #otherArea .contactArea .testFlow dl:nth-of-type(2n) dt {
    color: #00a839;
}
#background #otherArea .contactArea .testFlow dl dt:after {
    content: "";
    visibility: visible;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc( 50% - 50px );
    top: 0;
    background: url(./images/test/flow01.svg) no-repeat 50% 50%;
    background-size: cover;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .contactArea .testFlow {
        margin: 0 0 20px;
        flex-wrap: wrap;
        counter-reset:step;
    }
    #background #otherArea .contactArea .testFlow dl {
        width: 50%;
        padding: 0 15px 5px;
    }
    #background #otherArea .contactArea .testFlow dl:nth-of-type(2n) {
        border-left: 1px dotted #bbb;
    }
    #background #otherArea .contactArea .testFlow dl:nth-of-type(1) ,
    #background #otherArea .contactArea .testFlow dl:nth-of-type(2) {
        border-bottom: 1px dotted #bbb;
        padding-bottom: 15px;
    }
    #background #otherArea .contactArea .testFlow dl:before {
        display: none;
    }
    #background #otherArea .contactArea .testFlow dl dt {
        font-size: 16px;
    }
    #background #otherArea .contactArea .testFlow dl dt:before {
        counter-increment:step;
        content:counter(step) ".";
    }
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #otherArea .contactArea .testFlow dl.step02 dt:after {
    background-image: url(./images/test/flow02.svg);
}
#background #otherArea .contactArea .testFlow dl.step03 dt:after {
    background-image: url(./images/test/flow03.svg);
}
#background #otherArea .contactArea .testFlow dl.step04 dt:after {
    background-image: url(./images/test/flow05b.svg);
}

/*===========================================================================
-----------------------------------------------------------------------------
  無いページ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .comingSoon {
    padding: 100px 0 100px 0;
    width: 900px;
}
#background .comingSoon h3 {
    font-size: 100px;
    color: #00a839;
    line-height: 1em;
    letter-spacing: 0;
}
#background .comingSoon h3 span {
    font-size: 42px;
}
#background .comingSoon p span {
    display: block;
}
#background .comingSoon p a {
    color: #00a839;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background .comingSoon {
        padding: 30px 0 30px 0;
        width: 100%;
    }
    #background .comingSoon h3 {
        font-size: 40px;
        margin: 0 15px 15px 15px;
    }
    #background .comingSoon h3 span {
        font-size: 20px;
        margin-left: 0.2em;
    }
    #background .comingSoon p {
        margin: 0 15px 15px 15px;
        font-size: 14px;
    }
    #background .comingSoon p span {
        display: inline;
    }
}


/*===========================================================================
-----------------------------------------------------------------------------
   こだわり設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #otherArea .kodawariArea {
    counter-reset: koda;
}
#background #otherArea .kodawariArea h4 {
    padding-left: 100px;
}
#background #otherArea .kodawariArea h4:before {
    counter-increment: koda;
    content: counter(koda) "";
    letter-spacing: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background: #fff;
    border: 3px solid #00a839;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #00a839;
}
#background #otherArea .kodawariArea h4 sub {
    font-size: 0.8em;
    vertical-align: middle;
    margin-left: 0.5em;
}
#background #otherArea .kodawariArea .attention {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}
#background #otherArea .kodawariArea .textSet ul {
    display: flex;
    margin: 0 50px 50px;
}
#background #otherArea .kodawariArea .textSet ul li {
    width: 405px;
    margin: 0 auto 30px 0;
}
#background #otherArea .kodawariArea .textSet ul li:nth-of-type(2n) {
    margin: 0 0 30px auto;
}
#background #otherArea .kodawariArea .textSet figcaption {
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    bottom: 0;
    left: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .kodawariArea h4 {
        padding-left: 40px;
    }
    #background #otherArea .kodawariArea h4:before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        border-width: 2px;
        font-size: 18px;
        line-height: 24px;
    }
    #background #otherArea .kodawariArea .textSet ul {
        display: block;
        margin: 0 15px 30px;
    }
    #background #otherArea .kodawariArea .textSet ul li ,
    #background #otherArea .kodawariArea .textSet ul li:nth-of-type(2n) {
        width: 100%;
        margin: 0 0 10px;
    }
    #background #otherArea .kodawariArea .textSet figcaption {
        position: absolute;
        display: block;
        width: 100%;
        background: rgba(0,0,0,0.7);
        padding: 10px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 1em;
        bottom: 0;
        left: 0;
    }
}


/*===========================================================================
-----------------------------------------------------------------------------
   海外展開設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #otherArea .kaigaiArea figure.mainImage {
    margin: 0 50px 50px;
}
#background #otherArea .kaigaiArea div {
    margin: 0 50px;
}
#background #otherArea .kaigaiArea div.single {
    margin: 0 0;
    width: 400px;
    float: left;
}
#background #otherArea .kaigaiArea div div.single:nth-of-type(2n) {
    float: right;
}
#background #otherArea .kaigaiArea h5 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 65px;
    color: #579617;
}
#background #otherArea .kaigaiArea h5:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background: url(./images/expansion/area01.jpg) no-repeat 0 0;
    background-size: cover;
}
#background #otherArea .kaigaiArea ul {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
}
#background #otherArea .kaigaiArea ul li {
    width: 400px;
    margin: 0 auto 40px 0;
}
#background #otherArea .kaigaiArea ul li:nth-of-type(2n) {
    margin: 0 0 40px auto;
}
#background #otherArea .kaigaiArea figure {
    position: relative;
}
#background #otherArea .kaigaiArea figcaption {
    position: absolute;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    bottom: 0;
    left: 0;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .kaigaiArea figure.mainImage {
        margin: 0 15px 20px;
    }
    #background #otherArea .kaigaiArea div {
        margin: 0 15px;
    }
    #background #otherArea .kaigaiArea div.single ,
    #background #otherArea .kaigaiArea div div.single:nth-of-type(2n) {
        margin: 0 0;
        width: 100%;
        float: none;
    }
    #background #otherArea .kaigaiArea h5 {
        margin: 0 0 15px;
        font-size: 18px;
    }
    #background #otherArea .kaigaiArea ul {
        margin: 0 0 20px;
        display: block;
    }
    #background #otherArea .kaigaiArea ul li ,
    #background #otherArea .kaigaiArea ul li:nth-of-type(2n) {
        width: 100%;
        margin: 0 0 10px;
    }
    #background #otherArea .kaigaiArea figure {
        position: relative;
    }
    #background #otherArea .kaigaiArea figcaption {
        position: static;
        background: #1a1a1a;
    }
}
/*-----------------------------------*/
#background #otherArea .kaigaiArea .more {
    text-align: center;
}
#background #otherArea .kaigaiArea .more a {
    display: inline-block;
    padding: 20px 150px 20px 140px;
    border: 2px solid #1a1a1a;
    line-height: 1em;
    font-size: 18px;
    color: #1a1a1a;
    position: relative;
}
#background #otherArea .kaigaiArea .more a:before {
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(./images/icon01k.svg) no-repeat 50% 50%;
    background-size: cover;
    top: calc(50% - 10px);
    right: 20px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #otherArea .kaigaiArea .more a {
        display: block;
        padding: 15px 50px 15px 20px;
    }
    #background #otherArea .kaigaiArea .more a:before {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
        right: 10px;
    }
}

/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #otherArea .kaigaiArea .area02 h5 {
    color: #32599b;
}
#background #otherArea .kaigaiArea .area02 h5:before {
    background-image: url(./images/expansion/area02.jpg);
}
#background #otherArea .kaigaiArea .area03 h5 {
    color: #ce000c;
}
#background #otherArea .kaigaiArea .area03 h5:before {
    background-image: url(./images/expansion/area03.jpg);
}
#background #otherArea .kaigaiArea .area04 h5 {
    color: #cd9400;
}
#background #otherArea .kaigaiArea .area04 h5:before {
    background-image: url(./images/expansion/area04.jpg);
}
#background #otherArea .kaigaiArea .area05 h5 {
    color: #d14b1a;
}
#background #otherArea .kaigaiArea .area05 h5:before {
    background-image: url(./images/expansion/area05.jpg);
}
#background #otherArea .kaigaiArea .area06 h5 {
    color: #56006f;
}
#background #otherArea .kaigaiArea .area06 h5:before {
    background-image: url(./images/expansion/area06.jpg);
}
/*===========================================================================
-----------------------------------------------------------------------------
  商品紹介 追加YouTube設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #proArea .detailSet .ytBox {
    margin: 0 50px 50px;
    padding-top: 56.25%;
    position: relative;
}
#background #proArea .detailSet .ytBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#background #proArea .detailSet#youtube p {
    margin: 0 50px 50px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #proArea .detailSet .ytBox {
        margin: 0 15px 20px;
    }
    #background #proArea .detailSet#youtube p {
        margin: 0 15px 15px;
        font-size: 14px;
    }
}



/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
}


