@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;
}
.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 .txt {
    margin-top: 40px;
}
.first .inr .txt h3 {
    font-size: 1.2em;
    position: relative;
}
.first .inr .txt h3::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    content: "";
}
.first .inr .txt dl dt {
    color: #8FC31F;
    margin-top: 60px;
}
.first .inr .txt dl dd {
    margin-top: 20px;
}
.first .inr .txt dl dd ul {
    padding-left: 2em;
}
.first .inr .txt dl dd ul li {
    position: relative;
}
.first .inr .txt dl dd ul li::before {
    position: absolute;
    left: -2em;
    display: block;
    width: .8em;
    height: .8em;
    border: 1px solid #000;
    content: "";
    margin-top: .2em;
}
.first .inr .pic {
    max-width: 780px;
    width: 90%;
    margin: 40px auto 0;
}
.first .inr .pic img {
    width: 100%;
}
.first .inr .facility {
    margin-top: 20px;
}
.first .inr .facility {
    margin-top: 20px;
}
.first .inr .facility dl {
    margin-top: 20px;
}
.first .inr .facility dl dt {
    font-size: 1.1em;
    font-weight: bold;
}
.first .inr .facility dl dd {
    margin-top: 10px;
}
.first .inr .facility 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;
}
.first .inr .facility dl dd ul li {
    
}
.first .inr .facility dl dd ul li:nth-child(1) {
    width: 16.5%;
}
.first .inr .facility dl dd ul li:nth-child(2) {
    width: 43%;
}
.first .inr .facility dl dd ul li:nth-child(3) {
    width: 19.9%;
}
.first .inr .facility dl dd ul li:nth-child(4) {
    width: 16%;
}
.first .inr .facility dl dd ul li:last-child .txt {
    display: flex;
    display:-webkit-box;
  	display:-ms-flexbox;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    margin-top: 0;
}
.first .inr .facility dl dd ul li:last-child .txt dl {
    height: 31%;
    margin-top: 10px;
}
.first .inr .facility dl dd ul li:last-child .txt dl dt {
    margin-top: 0;
}
.first .inr .facility dl dd ul li dl dt {
    margin-top: 10px;
}
.first .inr .facility dl dd ul li .pic {
    margin: 0;
    width: 100%;
}
.first .inr .facility dl dd ul li .pic img {
    width: 100%;
}
.first .inr .facility dl dd ul li:nth-child(2) .pic {
    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;
}
.first .inr .facility dl dd ul li:nth-child(2) .pic img:first-child {
    width: 59%;
}
.first .inr .facility dl dd ul li:nth-child(2) .pic img:last-child {
    width: 38%;
}
.first .inr .facility dl dd ul li .txt {
    margin-top: 10px;
}
.first .inr .facility dl dd ul li .txt dl dt {
    color: inherit;
    font-size: 1em;
}
.first .inr .facility dl dd ul li .txt dl dt span {
    color: #fff;
    background-color: #000;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 3px;
    display: inline-block;
    text-align: center;
    font-size: .85em;
}

.second {
    padding: 80px 0;
    background-color: #F3F3F1;
    margin-top: 80px;
}
.second .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.second .inr .pic dl dt {
    font-size: 1.2em;
    font-weight: bold;
}
.second .inr .pic dl dd {
    width: 90%;
    margin: 40px auto 0;
}
.second .inr .pic dl dd img {
    width: 100%;
}
.second .inr ul {
    margin-top: 40px;
    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 ul li {
    width: 48%;
}
.second .inr ul li .pic {
    
}
.second .inr ul li .pic 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 ul li .pic ul li {
    width: 48%;
}
.second .inr ul li .pic ul li img {
    width: 100%;
}
.second .inr ul li .txt {
    margin-top: 10px;
}
.second .inr ul li .txt dl dt {
    font-weight: bold;
}
.second .inr ul li .txt dl dd {
    margin-top: 10px;
}
.second .inr ul li .txt ul {
    margin-top: 0;
}

.third {
    padding: 80px 0;
}
.third .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.third .inr 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:first-child {
    width: 48%;
}
.third .inr ul li:nth-child(2) {
    width: 48%;
}
.third .inr ul li:nth-child(3) {
    width: 100%;
    border-top: 1px solid ;
    margin-top: 40px;
    padding-top: 40px;
}
.third .inr ul li dl dt {
    font-size: 1.2em;
    font-weight: bold;
}
.third .inr ul li dl dd {
    margin-top: 10px;
    min-height: 50px;
}
.third .inr ul li ul {
    margin-top: 30px;
    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 {
    border: none;
    margin-top: 0;
    padding-top: 0;
    width: 48%;
}
.third .inr ul li:nth-child(2) ul li {
    width: 100%;
}
.third .inr ul li:nth-child(2) ul li .pic 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;
    margin-top: 0;
}
.third .inr ul li:nth-child(2) ul li .pic ul li {
    width: 48%;
}
.third .inr ul li ul li .txt{
    margin-top: 10px;
}
.third .inr ul li ul li .txt dl dt{
    font-size: 1.1em;
}
.third .inr ul li ul li .txt dl dd {
    margin-top: 10px;
}
.third .inr ul li:nth-child(3) 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:nth-child(3) ul li {
    width: 48%;
}
.third .inr ul li:nth-child(3) 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;
    margin-top: 0;
}
.third .inr ul li:nth-child(3) ul li ul li {
    width: 48%;
}

.bg {
    width: 100%;
}
.bg img {
    width: 100%;
}

.forth {
    padding: 80px 0;
}
.forth .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.forth .inr .txt h3 {
    font-size: 1.2em;
    position: relative;
}
.forth .inr .txt h3::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    content: "";
}
.forth .inr .txt dl dt {
    color: #8FC31F;
    margin-top: 60px;
}
.forth .inr .txt dl dd {
    margin-top: 20px;
}
.forth .inr .txt dl dd ul {
    padding-left: 2em;
}
.forth .inr .txt dl dd ul li {
    position: relative;
}
.forth .inr .txt dl dd ul li::before {
    position: absolute;
    left: -2em;
    display: block;
    width: .8em;
    height: .8em;
    border: 1px solid #000;
    content: "";
    margin-top: .2em;
}
.forth .inr .pic-list {
    margin-top: 60px;
}
.forth .inr .pic-list 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;
}
.forth .inr .pic-list li {
    width: 32%;
}
.forth .inr .pic-list img {
    width: 100%;
}
.forth .inr .cont {
    
}
.forth .inr .cont ul {
    
}
.forth .inr .cont ul li {
    margin-top: 40px;
}
.forth .inr .cont ul li:first-child {
    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;
}
.forth .inr .cont ul li:first-child .txt {
    width: 52%;
}
.forth .inr .cont ul li:first-child .pic {
    width: 45%;
}
.forth .inr .cont ul li:first-child .pic p {
    margin-top: 10px;
}
.forth .inr .cont ul li.w70 {
    display: flex;
    display:-webkit-box;
  	display:-ms-flexbox;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    width: 70%;
}
.forth .inr .cont ul li:nth-child(2) .txt {
    width: 49%;
    margin-left: 3%;
}
.forth .inr .cont ul li:nth-child(2) .pic {
    width: 48%;
}
.forth .inr .cont ul li .txt dl dt {
    margin-top: 0;
}
.forth .inr .cont ul li .txt dl dd ul {
    margin-top: 20px;
}
.forth .inr .cont ul li .txt dl dd ul li {
    margin-top: 0;
}
.forth .inr .cont ul li p {
    margin-top: 20px;
}
.forth .inr .cont ul li:nth-child(3) .txt dl dd ul li:last-child {
    margin-top: 20px;
}

.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 .txt {
    margin-top: 20px;
}
.first .inr .txt h3::after {
    bottom: -10px;
}
.first .inr .txt dl dt {
    margin-top: 30px;
}
.first .inr .txt dl dd ul {
    padding-left: 1em;
}
.first .inr .txt dl dd {
    margin-top: 10px;
}
.first .inr .txt dl dd ul li::before {
    left: -1em;
    width: .5em;
    height: .5em;
    margin-top: .35em;
}
.first .inr .pic {
    margin-top: 20px;
}
.first .inr .facility dl dd ul li {
    margin-top: 30px;
    }
.first .inr .facility dl dd ul li:nth-child(1) {
    width: 100%;
}
.first .inr .facility dl dd ul li:nth-child(2) {
    width: 100%;
}
.first .inr .facility dl dd ul li:nth-child(3) {
    width: 100%;
}
.first .inr .facility dl dd ul li:nth-child(4) {
    width: 100%;
    margin-top: 0;
}
    
.second {
    padding: 40px 0;
    margin-top: 40px;
}
.second .inr .pic dl dd {
    width: 100%;
    margin: 20px auto 0;
}
.second .inr ul {
    margin-top: 20px;
}
.second .inr ul li {
    width: 100%;
}
.second .inr ul li .pic ul li {
    width: 48%;
}
.second .inr ul li .txt ul li {
    width: 48%;
}
.third {
    padding: 40px 0;
}
.third .inr ul li:first-child {
    width: 100%;
}
.third .inr ul li:first-child ul li {
    width: 48%;
    margin-top: 0;
}
.third .inr ul li:nth-child(2) {
    width: 100%;
    margin-top: 30px;
}
.third .inr ul li:first-child dl dd {
    min-height: 0;
}
.third .inr ul li ul {
    margin-top: 20px;
}
.third .inr ul li:nth-child(3) {
    margin-top: 20px;
    padding-top: 20px;
}
.third .inr ul li:nth-child(3) ul li {
    width: 100%;
}
.third .inr ul li:nth-child(3) ul li ul li {
    margin-top: 0;
}
.forth {
    padding: 40px 0;
}
.forth .inr .txt h3::after {
    bottom: -10px;
}
.forth .inr .txt dl dt {
    margin-top: 30px;
}
.forth .inr .txt dl dd {
    margin-top: 10px;
}
.forth .inr .txt dl dd ul {
    padding-left: 1em;
}
.forth .inr .txt dl dd ul li::before {
    left: -1em;
    width: .5em;
    height: .5em;
    margin-top: .35em;
}
.forth .inr .pic-list {
    margin-top: 20px;
}
.forth .inr .pic-list li {
    width: 100%;
    margin-top: 5px;
}
.forth .inr .cont ul li:first-child .txt {
    width: 100%;
}
.forth .inr .cont ul li .txt dl dd ul {
    margin-top: 10px;
}
.forth .inr .cont ul li:first-child .pic {
    width: 100%;
    margin-top: 10px;
}
.forth .inr .cont ul li p {
    margin-top: 10px;
}
.forth .inr .cont ul li {
    margin-top: 20px;
}
.forth .inr .cont ul li:nth-child(2) .pic {
    width: 100%;
    margin-top: 10px;
}
.forth .inr .cont ul li:nth-child(2) .txt {
    width: 100%;
    margin-left: 0;
}
.forth .inr .cont ul li:nth-child(2) {
    width: 100%;
}
.forth .inr .cont ul li:nth-child(3) .txt dl dd ul li:last-child {
    margin-top: 10px;
}
    
.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;
}
    
}