@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;
}

.materials {
    padding-top: 20px;
}

.materials .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}

.materials .inr h2 {
    font-size: 1.6em;
    font-weight: bold;
}

.materials .inr h2 span {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid;
    font-size: .2em;
}

.materials .inr .cont-01 {
    margin-top: 60px;
}

.materials .inr .cont-01 .main-pic img {
    width: 100%;
}

.materials .inr .cont-01 .txt {
    margin-top: 40px;
}

.materials .inr .cont-01 .txt dl {
    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;
}

.materials .inr .cont-01 .txt dl dt {
    color: #8FC31F;
    font-size: 1.2em;
    font-weight: bold;
    width: 55%;
}

.materials .inr .cont-01 .txt dl dd {
    width: 43%;
}

.materials .inr .cont-01 .txt dl dd ul {
    padding-left: 2em;
}

.materials .inr .cont-01 .txt dl dd ul li {
    position: relative;
}

.materials .inr .cont-01 .txt dl dd ul li::before {
    position: absolute;
    left: -2em;
    display: block;
    width: .8em;
    height: .8em;
    border: 1px solid #000;
    content: "";
    margin-top: .2em;
}

.materials .inr .cont-02 {
    margin-top: 20px;
}

.materials .inr .cont-02 .matelial-list {
    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;
}

.materials .inr .cont-02 .matelial-list li {
    width: 24.5%;
}

.materials .inr .cont-02 .matelial-list li:first-child {
    width: 25%;
}

.materials .inr .cont-02 .matelial-list li:first-child img {
    width: 60%;
}

.materials .inr .cont-02 .matelial-list li:nth-child(2) {
    width: 25%;
}

.materials .inr .cont-02 .matelial-list li:nth-child(3) {
    width: 23%;
}

.materials .inr .cont-02 .matelial-list li:last-child {
    width: 18%;
}

.materials .inr .cont-02 .matelial-list li dl dt {}

.materials .inr .cont-02 .matelial-list li dl dd {
    margin-top: 10px;
}

.materials .inr .cont-02 .matelial-list li dl dd img {
    width: 90%;
    margin: 0 auto 10px;
    display: block;
}

.materials .inr .cont-03 {
    margin-top: 40px;
}

.materials .inr .cont-03 dl dt {
    color: #8FC31F;
    font-size: 1.2em;
    font-weight: bold;
    width: 55%;
}

.materials .inr .cont-03 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;
    margin-top: 10px;
}

.materials .inr .cont-03 dl dd .txt {
    width: 52%;
}

.materials .inr .cont-03 dl dd .pic {
    width: 46%;
}

.materials .inr .cont-03 dl dd .pic img {
    width: 100%;
}

.materials .inr .cont-03 p a {
    background-color: #8FC31F;
    color: #fff;
    margin-top: 20px;
    max-width: 140px;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 2px 0;
    border: 1px solid #8FC31F;
    transition: all .5s;
}

.materials .inr .cont-03 p a:hover {
    color: #8FC31F;
    background-color: #fff;
}

.materials .inr .cont-04 {
    margin-top: 60px;
}

.materials .inr .cont-04 dl dt {
    color: #8FC31F;
    font-size: 1.2em;
    font-weight: bold;
}

.materials .inr .cont-04 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;
    margin-top: 10px;
}

.materials .inr .cont-04 dl dd .txt ul {
    padding-left: 2em;
}

.materials .inr .cont-04 dl dd .txt {
    width: 68%;
}

.materials .inr .cont-04 dl dd .pic {
    width: 30%;
}

.materials .inr .cont-04 dl dd .txt ul li {
    position: relative;
}

.materials .inr .cont-04 dl dd .txt ul li::before {
    position: absolute;
    left: -2em;
    display: block;
    width: .8em;
    height: .8em;
    border: 1px solid #000;
    content: "";
    margin-top: .2em;
}


.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) {

.materials {
    padding-top: 60px;
}

}

@media only screen and (max-width: 768px) {

    .title .page-title .txt {
        padding: 50px 0;
    }

    .materials {
        padding-top: 60px;
    }

    .materials .inr .cont-01 {
        margin-top: 30px;
    }

    .materials .inr .cont-01 .txt {
        margin-top: 20px;
    }

    .materials .inr .cont-01 .txt dl dt {
        width: 100%;
    }

    .materials .inr .cont-01 .txt dl dd {
        width: 100%;
        margin-top: 10px;
    }

    .materials .inr .cont-02 .matelial-list li {
        width: 100% !important;
        margin-top: 30px;
    }

    .materials .inr .cont-03 dl dd .txt {
        width: 100%;
    }

    .materials .inr .cont-03 dl dd .pic {
        width: 100%;
        margin-top: 10px;
    }

    .materials .inr .cont-01 .txt dl dd ul {
        padding-left: 1em;
    }

    .materials .inr .cont-01 .txt dl dd ul li::before {
        left: -1em;
        width: .5em;
        height: .5em;
        margin-top: .25em;
    }

    .materials .inr .cont-04 dl dd .txt {
        width: 100%;
    }

    .materials .inr .cont-04 dl dd .pic {
        width: 100%;
        margin-top: 10px;
    }

    .materials .inr .cont-04 dl dd .txt ul {
        padding-left: 1em;
    }

    .materials .inr .cont-04 dl dd .txt ul li::before {
        left: -1em;
        width: .5em;
        height: .5em;
        margin-top: .25em;
    }

    .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;
    }

}
