@charset "UTF-8";
body {
    line-height: 1.5;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    margin: 0;
}
a {
    color:#4fb24b;
}

a:hover {
    text-decoration: none;
    color: #ff7c7e;
}

a:active {
    text-decoration: none;
    color:#5e85ff;
}

/* header scroll*/
.header-nav-fix {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
}
.main-scroll {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 280px;
    width: 100%;
}


/* header */
header h1.logo {
    display: flex;
    height: 70px;
}
header h1 {
    margin: 25px 0 0 20px;
}
header .logo a {
    margin: 0 80px 0 0;
}

header p {
    font-size: 30px;
    margin: 25px 0 0 20px;
    padding: 0;
}

header nav {
    margin: 0 0 0 20px;
   }
header nav ul {
    list-style-type: none;
    margin: 35px 0;
    padding: 0;
    display: flex;
    border-left: 1px solid #cccccc;
}
header nav ul li a,
header nav ul li:link {
    display: block; 
    margin: 0 5px 0 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: #4867c3;
    border-right: 1px solid #cccccc;
}
header nav ul li a:hover {
    color:#ff7c7e;
}

/* footer */
footer {
    background: #6dcdf9;
    padding: 20px;
}
footer ul {
    list-style-type: none;
    margin: 0 0 5px; 
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

footer ul li {
    margin: 0 0 0 20px;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}
footer ul li a:hover {
    color: #888;
}

/* main */
main .title {
    width: 1600px;
}

main .title h1 {
    margin: 30px 0 10px 0;
    line-height: 1;
    font-size: 45px;
    color:#000;
}
main .title ol {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
}
main .title ol li {
    font-size: 18px;
}
main .title ol li::after {
    content: ">";
    margin: 0 5px 0 10px;
}
main .title ol li:last-child::after {
    content: none;    
}

main .inner {
    width: 1400px;
    margin: 50px ;
}
main h2 {
    margin: 20px 0 20px;
    font-weight: normal;
    font-size: 25px;
    color: #7f6666;
}
main p {
    margin: 0 0 0px 30px;
    text-align: justify;
}
main dl {
    width: 100%;
}
main dl dt {
    float: left;
    clear: both;
    padding: 10px 0;
    color: #998484;
}
main dl dd {
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 10px 0 10px 30%;
}
main dl dd a:link {
    text-decoration: none;
}



/* home */
.home main .visual {
    background: url(../images/drinking_water.png) no-repeat;
    margin: 20px;
    width: 1600px;
    height: 500px;
    padding: 90px 20px 20px 20px;
    box-sizing: border-box; 
}
.home main .visual p {
    color: #4a3737
}
.home main .visual p.slogan {
    font-size: 45px;
}
.home main section:nth-child(3) {
    display: flex;
    margin-top: 50px;
}
.home main section div {
    padding: 0 40px 0 0;
}

/* project members */
.member main .title {
    padding: 50px;
    background: #dfef98;
}
.member main th {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
    background: #cccccc;
}
.member main td {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

/* water distribution management */
.wdm main .title {
    padding: 50px;
    background: #a4daa4
}
.wdm main section:nth-child(2) {
    display: flex;
    margin-top: 50px;
}
.wdm main section:nth-child(2) {
    flex-direction: row-reverse;
}
.wdm main section:nth-child(4) {
    display: flex;
    margin-top: 50px;
}
.wdm main section:nth-child(4) {
    flex-direction: row-reverse;
    }
.wdm main section:nth-child(4) div {
    padding: 0 0 0 40px; 
}
.wdm main section:nth-child(6) {
    display: flex;
    margin-top: 50px;
}
.wdm main section:nth-child(6) {
    flex-direction: row-reverse;
    }
.wdm main section:nth-child(6) div {
    padding: 0 0 0 40px; 
}
.wdm main section:nth-child(8) {
    display: flex;
    margin-top: 50px;
}
.wdm main section:nth-child(8) {
    flex-direction: row-reverse;
}
.wdm main .photos {
    display: flex;
    justify-content: center;
}
.wdm main .photos li {
    list-style: none;
    margin: 10px;
}


/* non-revenue water */
.nrw main .title {
    padding: 50px;
    background: #92d5f4;
}
.nrw main .photos {
    display: flex;
    justify-content: center;
}
.nrw main .photos li {
    list-style: none;
    margin: 10px;
}


/* water quality control */
.wqc main .title {
    padding: 50px;
    background: #e3d569
}
.wqc main .photos {
    display: flex;
    justify-content: center;
}
.wqc main .photos li {
    list-style: none;
    margin: 10px;
}



/* customer service */
.service main .title {
    padding: 50px;
    background: #f89f4c
}
.service main .map_and_table {
    display: flex;
}
.service main .map_and_table table {
    margin: 0 0 0 20px;
}
.service main .map_and_table table td {
    text-align: center;
}
.service main .flex-box {
    display: flex;
}
.service main .flex-box li {
    list-style: none;
}
.service main .photos {
    display: flex;
    justify-content: center;
}
.service main .photos li {
    list-style: none;
    margin: 10px;
}


/* internal training */
.training main .title {
    padding: 50px;
    background: #e4b2ed;
}
.training main section {
    display: flex;
    margin-top: 50px;
}
.training main section div {
    padding: 0 40px 0 40px;
}
.training main section:nth-child(3) {
    flex-direction: row-reverse;
    padding: 0 0 0 40px; 
}
.training main section table {
    border-collapse: collapse;
}

.training main section th {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
    background: #cccccc;
}
.training main section td {
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
}
/* site map */
.sitemap main .title {
    padding: 50px;
    background: #93bfec
}
/* privacy policy */
.privacypolicy main .title {
    padding: 50px;
    background: #94faf8
}