@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%);
}
.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;
}

.about {
    padding-top: 70px;
}
.about .inr {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
}
.about h2 {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: .3em;
    line-height: 2;
    text-align: center;
}
.about p {
    margin-top: 10px;
    text-align: center;
    line-height: 1.8;
}

.page-list01 .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.page-list01 .inr ul li {
    margin-top: 60px;
    padding: 40px;
    background-color: #F3F3F1;
}
.page-list01 ul li .name {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
.page-list01 ul li .name h2 {
    font-size: 1.4em;
    text-align: center;
}
.page-list01 ul li .name p {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.page-list01 ul li .name .link {
    margin-top: 30px;
    text-align: center;
}
.page-list01 ul li .name .link a {
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    background-color: #8FC31F;
    transition: all .5s;
    padding: 10px;
    text-decoration: none;
}
.page-list01 ul li .name .link a:hover {
    background-color: #000;
}
.page-list01 ul li .pic {
    margin-top: 40px;
    width: 100%;
}
.page-list01 ul li .pic img {
    width: 100%;
}
.page-list01 ul li .merit-list {
    max-width: 700px;
    width: 90%;
    margin: 40px auto 0;
}
.page-list01 ul li .merit-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;
}
.page-list01 ul li .merit-list li {
    width: 29%;
    padding: 0;
    margin-top: 0;
}
.page-list01 ul li .merit-list img {
    width: 100%;
}
.page-list01 ul li .cont {
    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: 40px;
}
.page-list01 ul li .cont .pic {
    width: 47%;
    margin-top: 0;
}
.page-list01 ul li .cont .pic img {
    width: 100%;
}
.page-list01 ul li .cont .txt {
    width: 50%;
}
.page-list01 ul li .cont dt {
    padding: 10px 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.page-list01 ul li .cont dt h3 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.page-list01 ul li .cont dd {
    margin-top: 20px;
}

.page-list02 {
    padding-top: 60px;
}
.page-list02 .inr {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
}
.page-list02 p {
    font-size: 1.2em;
    text-align: center;
}
.page-list02 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: 40px;
}
.page-list02 ul li {
    width: 31%;
}
.page-list02 ul li .pic {
    width: 100%;
}
.page-list02 ul li .txt h4 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.page-list02 .txt dt h3 {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #F3F3F1;
    text-align: center;
}
.page-list02 .txt dd {
    margin-top: 10px;
    min-height: 100px;
}
.page-list02 .link {
    margin-top: 20px;
    text-align: center;
}
.page-list02 .link a {
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    background-color: #8FC31F;
    transition: all .5s;
    padding: 10px;
    text-decoration: none;
}
.page-list02 .link a:hover {
    background-color: #000;
}




.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;
}
.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) a::after{
    position: absolute;
    top: 50%;
    right: 10px;
    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) {

.about { padding-top: 150px; }

}

@media only screen and (max-width: 768px) {
    
.title .page-title .txt{
    padding: 50px 0;
}

.about {
    padding-top: 100px;
}
    
.page-list01 .inr ul li {
    margin-top: 40px;
    padding: 20px 10px;
}
.page-list01 ul li .name p {
    margin-top: 10px;
}
.page-list01 ul li .name .link {
    margin-top: 20px;
}
.page-list01 ul li .pic {
    margin-top: 20px;
}
.page-list01 ul li .merit-list {
    width: 100%;
    margin: 20px auto 0;
}
.page-list01 ul li .merit-list li {
    width: 32%;
}
.page-list01 ul li .cont {
    margin-top: 20px;
}
.page-list01 ul li .cont .pic {
    width: 100%;
}
.page-list01 ul li .cont .txt {
    width: 100%;
    margin-top: 10px;
}
.page-list01 ul li .cont dd {
    margin-top: 10px;
}
.page-list02 {
    padding-top: 30px;
}
.page-list02 ul {
    margin-top: 0;
}
.page-list02 ul li {
    width: 100%;
    margin-top: 40px;
}
.page-list02 .txt dd {
    min-height: 0;
}
  
.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;
}
    
}