html {
    height: 100%;
}

body {
    background-color: #F9F9F9;
    color: black;
    font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.en {
    font-family: 'Hammersmith One', sans-serif;
}

a {
    color: #24890d;
    text-decoration: none;
}

a:active,
a:hover {
    color: #41a62a;
}

.min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.aisatu p {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin-bottom: 20px;
}

.navbar-inverse {
    background-color: #008C69;
    border: none;
}

.navbar-inverse .navbar-brand {
    color: #F4EAE1;
}

.navbar-inverse .navbar-nav>li>a {
    color: #F9F9ED;
    font-weight: normal;
    text-shadow: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #36442E;
}

.dropdown-menu {
    background-color: #36442E;
}

.dropdown-menu>li>a {
    color: #A7CE8E;
}

.dropdown-menu>li>a:hover {
    background-color: #526445;
    color: white;
}

.navbar-brand {
    background: url("../images/logo.png") no-repeat left center;
    background-size: contain;
    width: 210px;
}

/*==========  Mobile First Method  ==========*/
.text-red {
    color: red;
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .slide_top {
        margin-top: 10px;
        height: 360px;
        margin-bottom: 10px;
    }

    .content-section {
        display: none;
    }

    .bak_nougyou {
        display: none;
    }

    .bak_nougyou_mob {
        background-image: url(../images/bak_tubetus.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 300px;
        width: 100%;
        padding-top: 30px;
    }

    #quote-carousel1 .carousel-control.left {
        left: 0px;
        color: white;
    }

    #quote-carousel1 .carousel-control.right {
        right: 0px !important;
        color: white;
    }

    .slide_txt {
        margin-left: 30px;
        margin-right: 30px;
    }

    .p_heigh {
        text-align: center;
    }

    .kakudai {
        display: block;
    }

    .seihin_txt {
        color: #8C4600;
        text-align: center;
    }

    .seihin_txt small {
        color: #008C69;
        text-align: center;
    }

    .navbar-brand {
        background: url("../images/logo.png") no-repeat left center;
        background-size: contain;
        width: 210px;
    }

    .banner {
        height: 300px;
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-size: cover;
        margin-bottom: 30px;
    }

    .banner_box {
        margin-top: 220px;
        text-align: center;
    }

}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .slide_top {
        height: 576px;
        margin-top: 10px;
    }

    .content-section {
        display: none;
    }

    .bak_nougyou {
        display: none;
    }

    .bak_nougyou_mob {
        background-image: url(../images/bak_tubetus.jpg);
        background-position: center center;
        background-size: cover;
    }

    #quote-carousel1 .carousel-control.left {
        left: -10px;
        color: white;
    }

    #quote-carousel1 .carousel-control.right {
        right: -10px !important;
        color: white;
    }

    .slide_txt {
        margin-left: 50px;
        margin-right: 50px;
    }

    .p_heigh {
        text-align: center;
        min-height: 150px;
    }

    .seihin_txt {
        color: #8C4600;
        text-align: center;
    }

    .seihin_txt small {
        color: #008C69;
        text-align: center;
    }

    .navbar-brand {
        background: url("../images/logo.png") no-repeat left center;
        background-size: contain;
        height: 50px;
        width: 250px;
    }

    .banner {
        height: 500px;
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-size: cover;
        margin-bottom: 30px;
    }

    .banner_box {
        margin-top: 420px;
        text-align: center;
    }

}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .slide_top {
        height: 557px;
        margin-top: 10px;
    }

    .content-section {
        display: none;
    }

    .bak_nougyou {
        display: none;
    }

    .bak_nougyou_mob {
        background-image: url(../images/bak_tubetus.jpg);
        background-position: center center;
        background-size: cover;
    }

    #quote-carousel1 .carousel-control.left {
        left: -12px;
        color: white;
    }

    #quote-carousel1 .carousel-control.right {
        right: -12px !important;
        color: white;
    }

    .p_heigh {
        text-align: center;
    }

    .seihin_txt {
        color: #8C4600;
        text-align: center;
    }

    .seihin_txt small {
        color: #008C69;
        text-align: center;
    }

    .banner {
        height: 500px;
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-size: cover;
        margin-bottom: 30px;
    }

    .banner_box {
        margin-top: 420px;
        text-align: center;
    }

}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .slide_top {
        height: 460px;
        margin-top: 0px;
        margin: 0px;
    }

    .content-section {
        display: block;
    }

    #quote-carousel .carousel-control.left {
        left: -42px;
        color: white;
    }

    #quote-carousel .carousel-control.right {
        right: -42px !important;
        color: white;
    }

    .bak_nougyou {
        display: none;
    }

    .bak_nougyou_mob {}

    .p_heigh {
        min-height: 120px;
    }

    .kakudai {
        display: none;
    }

    .seihin_txt {
        color: #8C4600;
        text-align: left;
    }

    .seihin_txt small {
        color: #008C69;
        text-align: left;
    }

    .banner {
        height: 500px;
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-size: cover;
        margin-bottom: 30px;
    }

    .banner_box {
        margin-top: 420px;
        text-align: center;
    }

}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .slide_top {
        height: 557px;
        padding: 0px;
        margin: 0px;
    }

    .content-section {
        display: block;
    }

    #quote-carousel .carousel-control.left {
        left: -42px;
        color: white;
    }

    #quote-carousel .carousel-control.right {
        right: -42px !important;
        color: white;
    }

    .bak_nougyou {
        display: block;
    }

    .bak_nougyou_mob {
        display: none;
    }

    .p_heigh {
        min-height: 90px;
    }

    .seihin_txt {
        color: #8C4600;
    }

    .seihin_txt small {
        color: #008C69;
    }

    .banner {
        height: 500px;
        background-image: url(../images/banner.jpg);
        background-position: center center;
        background-size: contain;
        margin-bottom: 30px;
        background-repeat: no-repeat;
    }

    .banner_box {
        margin-top: 400px;
        text-align: center;
    }

    .blog_box {
        min-height: 350px;
        background-image: url(../images/loading.gif);
        background-repeat: no-repeat;
        background-position: center center;
    }
}


/*blog*/

#owl-demo .item {
    padding: 20px 10px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 290px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

#blog {
    display: none;
}

#owl-demo img {
    max-width: 100%;
    padding: 3px;
    background-color: #eee;
}

.owl-item {
    min-width: 290px;
}

#owl-demo .gfc-resultsbox-visible {
    text-align: left;
}

#owl-demo .gfc-resultsRoot {}

#owl-demo .gfc-resultsHeader {
    display: none;
    border-bottom: none;
}

#owl-demo .gfc-title {}

#owl-demo .gfc-results {
    min-height: 0px;
}

#owl-demo .gfc-result {}

#owl-demo .gf-result {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    height: 280px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}

#owl-demo .gf-result {
    text-decoration: none;
}

#owl-demo .gf-title {
    font-size: 15px;
    text-align: center;
    color: #526445;
}

#owl-demo a.gf-title {}

#owl-demo .gf-author {
    display: none;
}

#owl-demo .gf-spacer {
    /*display : none;*/
}

#owl-demo .gf-relativePublishedDate {
    /*display : none;*/
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    color: #3c763d;
    letter-spacing: 2px;
    background-color: #dff0d8;
    padding-top: 10px;
    padding-bottom: 10px;
}

#owl-demo .gf-snippet {
    font-size: 13px;
    position: absolute;
    top: 230px;
    left: 0px;
    width: 100%;
    text-align: left;
    line-height: 20px;
    padding: 10px;
    color: darkgray;
    display: none;
}

#owl-demo div.gf-title {
    width: 100%;
    height: 60px;
    ;
    position: absolute;
    left: 0px;
    top: 210px;
    line-height: 22px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#owl-demo {
    background-color: #F9F9F9;
}

/* #owl-demo .gf-thumbnail {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/noimage.gif);
    position: absolute;
    top: 46px;
    left: 0px;
} */

#owl-demo .gf-thumbnail {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: top center; /* 上端基準 & 水平センター */
    background-repeat: no-repeat;
    position: relative;
    top: 30px;
}

#owl-demo .gf-thumbnail img {
    opacity: 0 !important;  /* 見えなくする */
    width: 0 !important;
    height: 0 !important;
    position: absolute;
}

#owl-demo .gf-category {
    font-size: 14px;
    color: #36442E;
    background-color: #F5F5F5;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 5px 10px;
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
}

#owl-demo .gf-result:hover {
    position: relative;
    cursor: pointer;
    background-color: red;
    text-shadow: none;
}

#owl-demo .item:hover {
    background-color: rgba(207, 255, 191, 0.5);
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
}


/*blog*/

.bak_kitano {
    background-image: url(../images/bak_kitanou.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.titles {
    font-size: 26px;
    font-weight: 200px;
    line-height: 1.25em;
    text-align: center;
    font-weight: 300px;
    letter-spacing: 2px;
}

.titles-s {
    font-size: 18px;
    font-weight: 200px;
    line-height: 1.25em;
    text-align: center;
    font-weight: 300px;
    letter-spacing: 2px;
}

.titles_pro {
    font-size: 22px;
    font-weight: 200px;
    line-height: 1.25em;
    text-align: center;
    font-weight: 300px;
    letter-spacing: 2px;
    background-color: white;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.list_divider {
    border-bottom: 1px solid;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.daichikun {
    height: 200px;
}

.list_name {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px;
    text-align: center;
}

#scrollup {
    background: url('../images/scroll.png') no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    cursor: pointer;
}

.footer_rs {
    background-color: white;
    padding-bottom: 50px;
    padding-top: 50px;
}

section {
    margin: 0px;
    padding: 0px;
}

.bak_login {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/bak_login.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    border: solid 3px white;
}

.btn-login {
    color: #ffffff;
    background-color: #158C60;
    border-color: #FFFFFF;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
    color: #ffffff;
    background-color: #58B3A1;
    border-color: #FFFFFF;
}

.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
    background-image: none;
}

.btn-login.disabled,
.btn-login[disabled],
fieldset[disabled] .btn-login,
.btn-login.disabled:hover,
.btn-login[disabled]:hover,
fieldset[disabled] .btn-login:hover,
.btn-login.disabled:focus,
.btn-login[disabled]:focus,
fieldset[disabled] .btn-login:focus,
.btn-login.disabled:active,
.btn-login[disabled]:active,
fieldset[disabled] .btn-login:active,
.btn-login.disabled.active,
.btn-login[disabled].active,
fieldset[disabled] .btn-login.active {
    background-color: #158C60;
    border-color: #FFFFFF;
}

.btn-login .badge {
    color: #158C60;
    background-color: #ffffff;
}


/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    min-height: 200px;
}


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    padding-bottom: 20px;
    margin-top: 15px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

/* End carousel */
/* carousel_small */
#quote-carousel1 {
    padding: 0 0px 30px 0px;
    margin-top: 30px;
    min-height: 200px;
}


/* Control buttons  */

#quote-carousel1 .carousel-control {
    background: none;
    color: #222;
    font-size: 2em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

/* Changes the position of the indicators */

#quote-carousel1 .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
    padding-bottom: 20px;
}


/* Changes the color of the indicators */

#quote-carousel1 .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel1 .carousel-indicators .active {
    background: #333333;
}

#quote-carousel1 img {
    width: 250px;
    height: 100px
}

/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {}


/**
  MEDIA QUERIES
*/


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 110px 0 32px;
    min-height: 496px;
    /* Incase of overlay problems just increase the min-height*/
}

.video-section h1,
.video-section h3 {
    text-align: center;
    color: #fff;
}

.video-section .buttonBar {
    display: none;
}

.player {
    font-size: 1px;
}

.txt_white {
    color: white;
}

.space_u20 {
    margin-bottom: 20px;
}

.space_u30 {
    margin-bottom: 30px;
}

.link {
    padding-top: 30px;
    padding-bottom: 0px;
}

.blog {
    padding-top: 30px;
    padding-bottom: 30px;
}

.note {
    padding: 20px;
    background-image: url(../images/bak_seihin.jpg);
}

.product-img {
    margin-bottom: １１0px;
    margin-top: 0px;
}

.product_txt {
    text-align: left;
    padding: 15px;
    border: 1px dashed orange;
}

.product_txt p {
    margin-bottom: 20px;
}

.p_label {
    background-color: lightcoral;
    padding: 3px;
    margin-right: 5px;
    color: white;
}

.p_labels {
    background-color: #D9EDF7;
    padding: 5px;
    color: #317EB1;
    border-radius: 5px;
}

.prodacts li {
    margin-bottom: 10px;
}

.nor_list {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.nor_list li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.graph_w {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 468px;
}

.nor_sec {
    padding-top: 20px;
    padding-bottom: 30px;
}

.chuumon li {
    margin-bottom: 10px;
}

.chuumon {
    padding: 15px;
    text-align: center;
}

.aisatu {
    letter-spacing: 2px;
    line-height: 30px;
    color: black;
    background-color: white;
    padding: 10px;
    margin-bottom: 50px;
    font-size: 16px;
}

.daihyou img {
    height: 300px;
    margin-top: 20px;
}

.daihyou {
    font-size: small;
    text-align: center;
    padding-left: 10px;
}

.rinenn {
    font-size: 18px;
    color: green;
    text-align: center;
}

.keiei li {
    font-size: 16px;
    margin-bottom: 10px;
}

.keiei ol {}

.keiei {
    margin-bottom: 50px;
    background-color: lightgoldenrodyellow;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.map_wrapper {
    min-width: 280px;
    margin: 20px auto;
    padding: 4px;
    border: 1px solid #CCC;
    margin-bottom: 30px;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.orgchart {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    background-color: white;
}

hr {
    border-top: 1px solid #ddd;
}

.bak_support {
    min-height: 500px;
    background-image: url(../images/bak_support.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top: 10px solid skyblue;
    border-bottom: 10px solid skyblue;
}

.support {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 5px solid white;
}

.support p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #000;
}

.child {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
}

.txt_orange {
    color: coral;
}

.txt_green {
    color: #008C69;
}


.boshu {
    padding-bottom: 50px;
    padding-top: 50px;
}





.shuunou ul {
    padding: 0px;
    margin: 0px;
}

.shuunou ul li {
    margin-left: 15px;
    margin-bottom: 15px;
}

.back_white {
    background-color: rgba(255, 255, 255, 0.7);
}



.links {
    margin-bottom: 30px;
}

.links li {
    padding-bottom: 20px;
}

.tittle_rs {
    font-size: 24px;
    letter-spacing: 3px;
}

.contact_txt {
    margin-top: 20px;
    font-size: small;
    color: gray;
}

.space_u_20 {
    padding-bottom: 20px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #008C69;
    border-color: #008C69;
}

.kitanou {
    max-height: 280px;
    border: 1px solid lightgreen;
    padding: 2px;
    margin-bottom: 10px;
}

.kitanou_info {
    font-size: 20px;
    letter-spacing: 3px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.daichi {
    height: 300px;
}

.txt_new {
    color: red;
}

.relative {
    position: relative;
}

.absolute1 {
    position: absolute;
    left: 10px;
    top: 10px;
}

.kitanou_new {
    max-height: 280px;
    border: 1px solid red;
    padding: 2px;
    margin-bottom: 10px;
}

.f_title {
    font-size: 18px;
}

.link_oth {
    padding-bottom: 30px;
}

.large_txt {
    font-size: 24px;
    text-align: center;
}

.bak_kita_noushgouka {
    background-image: url(../images/bak_noushokuka.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.file_name {
    font-size: 15px;
    color: gray;
}

.space_close {
    margin-top: 30px;
}

.igc-treemap-node-text-name,
.igc-treemap-node-text-value {
    font-size: 15px !important;
}


.title-g {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.p-space {
    margin-right: 40px;
}