@charset "utf-8";
/* CSS Document */

.bg-main,
.bg-point-index {
    background-image: url(../img/plant-system-bg.jpg);
}


.title {
    position: relative;
}

.title .page-title {
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
    border: 3px solid #000;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 9;
}

.title .page-title .txt {
    position: relative;
    padding: 70px 0;
}

.title .page-title .txt::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #8FC31F;
}

.title .page-title h1 {
    font-size: 1.6em;
    letter-spacing: .2em;
    font-weight: bold;
    text-align: center;
}

.title .page-title p {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: bold;
    font-size: .8em;
    font-family: "Roboto", sans-serif;
}

.first {
    padding-top: 20px;
    position: relative;
}

.first::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    content: "";
    background-color: #F3F3F1;
    z-index: -1;
}

.first .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}

.first .inr h2 {
    font-size: 1.6em;
    font-weight: bold;
}

.first .inr h2 span {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
    font-size: .2em;
}

.first .inr .cont {
    margin-top: 60px;
}

.first .inr .cont .main-pic img {
    width: 100%;
}

.first .inr .cont .txt {
    margin-top: 40px;
}

.first .inr .cont .txt dl dt {
    color: #8FC31F;
    font-size: 1.2em;
    font-weight: bold;
}

.first .inr .cont .txt dl dd {
    margin-top: 20px;
}

.first .inr .cont .txt dl dd ul {
    padding-left: 2em;
    margin-top: 20px;
}

.first .inr .cont .txt dl dd ul li {
    position: relative;
    width: 100%;
}

.first .inr .cont .txt dl dd ul li::before {
    position: absolute;
    left: -2em;
    display: block;
    width: .8em;
    height: .8em;
    border: 1px solid #000;
    content: "";
    margin-top: .2em;
}

.second {
    padding-top: 40px;
    background-color: #F3F3F1;
}

.second .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}

.second .inr .cont {}

.second .inr .cont ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.second .inr .cont ul li {
    width: 48%;
}

.second .inr .cont ul li dl dt {
    color: #8FC31F;
    font-size: 1.2em;
    font-weight: bold;
}

.second .inr .cont ul li dl dd {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.second .inr .cont ul li dl dd .pic {
    width: 55%;
}

.second .inr .cont ul li dl dd .pic img {
    width: 100%;
}

.second .inr .cont ul li dl dd .txt {
    width: 43%;
}

.second .inr .cont02 {
    margin-top: 30px;
}

.second .inr .cont02 ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.second .inr .cont02 ul li {
    width: 48%;
}

.second .inr .cont02 ul li dl dt {
    font-weight: bold;
}

.second .inr .cont02 ul li dl dd {
    margin-top: 5px;
}

.second .inr .cont02 ul li dl dd table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.second .inr .cont02 ul li dl dd table th {
    width: 30%;
    background-color: #EBF6F5;
    text-align: center;
    border: 1px solid;
    margin: 0;
    font-weight: normal;
}

.second .inr .cont02 ul li dl dd table td {
    background-color: #fff;
    padding-left: 5px;
    border: 1px solid;
    width: 70%;
    margin: 0;
}

.second .inr .cont02 p {
    margin-top: 10px;
}

.third {
    padding-top: 80px;
    position: relative;
}

.third::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 300px;
    content: "";
    background-color: #F3F3F1;
    z-index: -1;
}

.third .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}

.third .inr ul {}

.third .inr ul li {
    margin-top: 80px;
}

.third .inr ul li:first-child {
    margin-top: 0;
}

.third .inr ul .arrow {
    position: relative;
}

.third .inr ul .arrow::after {
    position: absolute;
    bottom: -50px;
    left: 50%;
    display: inline-block;
    width: 80px;
    height: 27px;
    content: "";
    background: url(../img/arrow.png)no-repeat 50% 50%;
    background-size: contain;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.third .inr ul li dl {
    border: 1px solid #8FC31F;
    display: flex;
    /*display: -webkit-box;*/
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
}

.third .inr ul li dl dt {
    background-color: #8FC31F;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 10%;
    max-width: 40px;
    font-size: 1.3em;
    letter-spacing: .3em;
    padding-right: .5em;
    text-align: center;
    min-height: 384px;
}

.third .inr ul li dl dd {
    padding: 20px 10px;
    width: calc(89% - 20px);
    margin: 0 auto;
}

.third .inr ul li dl dd ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.third .inr ul li dl dd ul li {
    width: 49%;
    margin-top: 0;
}

.third .inr ul li dl dd ul li .pic {
    width: 100%;
}

.third .inr ul li dl dd ul li .pic img {
    width: 100%;
}

.third .inr ul li dl dd ul li .txt {
    margin-top: 5px;
}

.third .inr ul li dl dd ul li .txt dl {
    border: none;
    display: block;
}

.third .inr ul li dl dd ul li .txt dl dt {
    font-weight: bold;
    background-color: inherit;
    color: inherit;
    writing-mode: inherit;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: left;
    letter-spacing: .1em;
    font-size: 1em;
    min-height: auto;
}

.third .inr ul li dl dd ul li .txt dl dd {
    margin-top: 5px;
    padding: 0;
    width: 100%;
}

.third .inr ul li dl dd ul li ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.third .inr ul li dl dd ul li ul li {
    width: 48%;
}

.third .inr ul li ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.third .inr ul li ul li {
    width: 49%;
    margin-top: 0;
}

.third .inr ul li:nth-child(2) ul li {
    min-height: 423px;
}

.third .inr ul li:nth-child(2) ul li dl dt {
    min-height: 423px;
}

.third .inr ul li:nth-child(3) ul li {
    min-height: 404px;
}

.third .inr ul li:nth-child(3) ul li dl dt {
    min-height: 404px;
}

.third .inr ul li ul li dl dd .txt dl dt {
    font-weight: bold;
    background-color: inherit;
    color: inherit;
    writing-mode: inherit;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: left;
    letter-spacing: .1em;
    font-size: 1em;
}

.third .inr ul li ul li dl dd .txt {
    margin-top: 5px;
}

.third .inr ul li ul li dl dd .txt dl {
    border: none;
    display: block;
}

.third .inr ul li ul li dl dd .txt dl dt {
    min-height: 0;
}

.third .inr ul li ul li dl dd .txt dl dd {
    margin-top: 5px;
    padding: 0;
    width: 100%;
}


.pager {
    padding-top: 100px;
    margin-bottom: 100px;
}

.pager .inr {
    max-width: 880px;
    width: 80%;
    margin: 0 auto;
}

.pager ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
}

.pager li {
    width: 40%;
}

.pager li a {
    color: #B5B5B6;
    position: relative;
    font-size: 1.2em;
    text-decoration: none;
}

.pager li:nth-child(1) a::before {
    position: absolute;
    top: 50%;
    left: -20px;
    display: block;
    width: 0.5em;
    height: 0.5em;
    content: "";
    border-right: 2px solid #B5B5B6;
    border-bottom: 2px solid #B5B5B6;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -0.25em;
    transition: all .5s;
}

.pager li:nth-child(1) a:hover::before {
    left: -10px;
}

.pager li:nth-child(2) {
    text-align: right;
}

.pager li:nth-child(2) a::after {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 0.5em;
    height: 0.5em;
    content: "";
    border-right: 1px solid #B5B5B6;
    border-bottom: 1px solid #B5B5B6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.25em;
    transition: all .5s;
}

.pager li:nth-child(2) a:hover::after {
    right: -10px;
}

@media only screen and (max-width: 1024px) {

.first { padding-top:60px; }

}

@media only screen and (max-width: 768px) {

    .title .page-title .txt {
        padding: 50px 0;
    }

    .first {
        padding-top: 60px;
    }

    .first .inr .cont {
        margin-top: 30px;
    }

    .first::after {
        height: 400px;
    }

    .first .inr .cont .txt {
        margin-top: 20px;
    }

    .first .inr .cont .txt dl dd {
        margin-top: 10px;
    }

    .first .inr .cont .txt dl dd ul {
        margin-top: 10px;
        padding-left: 1em;
    }

    .first .inr .cont .txt dl dd ul li::before {
        left: -1em;
        width: .5em;
        height: .5em;
        margin-top: .5em;
    }

    .second {
        padding-top: 20px;
    }

    .second .inr .cont ul li {
        width: 100%;
    }

    .second .inr .cont ul li:nth-child(2) {
        margin-top: 10px;
    }

    .second .inr .cont02 {
        margin-top: 10px;
    }

    .second .inr .cont02 ul li {
        width: 100%;
        margin-top: 20px;
    }

    .third .inr ul li dl dt {
        writing-mode: inherit;
        width: 100%;
        max-width: 100%;
        font-size: 1.2em;
        letter-spacing: .3em;
        padding-right: 0;
    }

    .third .inr ul li dl dd {
        padding: 10px 10px;
        width: calc(100% - 20px);
    }

    .third .inr ul li dl dd ul li {
        width: 100%;
        margin-top: 10px;
    }

    .third .inr ul li ul li {
        width: 100%;
        min-height: 0;
        margin-top: 0;
    }

    .third .inr ul li dl dt {
        min-height: 0;
    }

    .third .inr ul li:nth-child(2) ul li dl dt {
        min-height: 0;
    }

    .third .inr ul li:nth-child(2) ul li {
        min-height: 0;
        margin-top: 20px;
    }

    .third .inr ul li:nth-child(3) ul li {
        min-height: 0;
        margin-top: 20px;
    }

    .third .inr ul li:nth-child(3) ul li dl dt {
        min-height: 0;
    }

    .third .inr ul li {
        margin-top: 40px;
    }

    .third .inr ul .arrow::after {
        bottom: -40px;
    }

    .pager {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .pager .inr {
        width: 90%;
    }

    .pager li {
        width: 45%;
    }

    .pager li a {
        font-size: 1.1em;
    }

    .pager li:nth-child(1) a::before {
        left: -10px;
    }

    .pager li:nth-child(2) a::after {
        right: -10px;
    }

}
