<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
header {
    height: 0px;
}
header .logo {
    display: none;
}
footer {
    margin-top: 0px;
}

main #main_img  {
    background-color: #FFFFFF;
    padding-top: 30px;
}
main #main_img .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    position: relative;
}
main #main_img .img ul {
    width: 94%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: table;
}
main #main_img .img ul li {
    width: 30%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    float: left;
}
main #main_img .img ul li + li {
    margin-left: 5%;
}
main #main_img .img .sp_view {
    margin-top: 20px;
}
#content {
    margin-top: 30px;
}
#content h2 {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    max-width: 980px;
    width: 94%;
    font-weight: normal;
    font-size: 1.9rem;
}
#content .copy {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 980px;
}
#content .copy p + p {
    margin-top: 30px;
}
#content .copy p strong {
    font-size: 1.6rem;
    background: linear-gradient(transparent 90%, #B9391D 90%);
    font-weight: normal;
}
#content .copy p span {
    color: #B8391D;
}
#content .copy .img {
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: table;
    width: 100%;
}
#content .copy .img .img01 {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}
#content .copy .img .img02 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
}


#content article {
    margin-top: 40px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}
#content article + article {
    margin-top: 30px;
}
#content article h3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#content article .area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#content article .area dl dt {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    font-weight: bold;
}
#content article .area dl dt:after {
    width: 55px;
    height: 9px;
    display: block;
    background-image: url(../../img/alinec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -27.5px;
    bottom: -20px;
    margin-bottom: -4.5px;
}

#content article .area dl dd {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    border-top: 1px solid #000000;
    padding-top: 20px;
}
#content article .area dl dd:before, #content article .area dl dd:after {
    width: 21px;
    height: 9px;
    display: block;
    margin-top: -5px;
    background-image: url(../../img/alinel.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    content: attr(x);
    position: absolute;
    left: 0px;
    top: 0px;
}
#content article .area dl dd:after {
    left: auto;
    right: 0px;
}
#content article#hi .area dl dd strong {
    color: #971475;
}
#content article#eco .area dl dd strong {
    color: #038E6A;
}
#content article#light .area dl dd strong {
    color: #D04815;
}



#content article .area .useful {
    margin-top: 26px;
    padding-top: 26px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}
#content article .area .useful .title {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}
#content article .area .useful .table {
    margin-top: 26px;
}

#content article .area .useful .table .cell {
    display: block;
}
#content article .area .useful .table .cell + .cell{
    margin-top: 26px;

}
#content article .area .useful .table .cell .example {
    margin-top: 26px;
    font-weight: bold;
}
#content article .area .useful .table .cell .example:before {
    content: "&lt;";
}
#content article .area .useful .table .cell .example:after {
    content: "&gt;";
}



#content article .area .useful .table .cell ul {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#content article .area .useful .table .cell ul li {
    display: table;
}
#content article .area .useful .table .cell ul li:before {
    display: table-cell;
    content: "〇";
}
#content article .area .useful .table .cell .caption {
    display: block;
    margin-top: 0.5em;
    font-size: 1.3rem;
}





#content article#hi .area .useful {
    background-color: #F6EBF2;
}
#content article#eco .area .useful {
    background-color: #D9EEED;
}
#content article#light .area .useful {
    background-color: #F6F0E6;
}
#content article .area a.link {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 271px;
}
#sdgs {
    background-color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 16px;
}
#sdgs .area .table .cell {
    display: block;
    width: 69%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#sdgs .area .table .cell + .cell {
    text-align: left;
    width: 100%;
    margin-top: 16px;
}
#sdgs .area .table .cell h2 {
    font-size: 1.4rem;
    color: #A5123B;
}
#sdgs .area .table .cell a {
    margin-top: 16px;
    max-width: 200px;
}
#plant {
    padding-top: 34px;
    padding-bottom: 0px;
    position: relative;
}
#plant:before {
    width: 55px;
    height: 9px;
    display: block;
    content: "";
    background-image: url(../img/alinec.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -27.5px;
    top: 34px;
    margin-top: -4px;
}
#plant .area {
    padding-top: 34px;
    position: relative;
    border-top: 1px solid #000000;
}
#plant .area:before, #plant .area:after {
    width: 21px;
    height: 9px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url(../img/alinel.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -5px;
}
#plant .area:after {
    left: auto;
    right: 0px;
    background-image: url(../img/aliner.png);
}
#plant .area h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
#plant .area .table {
    margin-top: 34px;
    display: table;
    width: 100%;
}
#plant .area .table .body .img {
    margin-top: 34px;
    text-align: center;
}
#plant .area .table .map {
    margin-top: 34px;
    text-align: center;
}
#plant .line {
    margin-top: 34px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
}
#plant .line img {
    width: 100%;
}























/***********************************************/
@media screen and (min-width:640px) {
footer small {
    margin-top: 34px;
}
main #main_img {
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

main #main_img .img ul {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

main #main_img .img ul li {
    width: 33.3333%;
    margin-left: 0px !important;
    text-align: center;
}
main #main_img .img ul li a {
    display: block;
    width: 38%;
    margin-left: auto;
    margin-right: auto;
}
main #main_img .img ul li:nth-child(1) a {
    margin-right: 17%;
}
main #main_img .img ul li:nth-child(3) a {
    margin-left: 17%;
}
#content {
    margin-top: 50px;
}
#content h2 {
    text-align: center;
    line-height: 1.8;
    font-size: 2.5rem;
}
#content .copy {
    text-align: center;
    line-height: 2.5;
    margin-top: 50px;
    max-width: 756px;
}
#content .copy p + p {
    margin-top: 25px;
}

#content .copy p strong {
    font-size: 1.8rem;
    line-height: 1.8;
}
#content .copy p strong span {
    display: block;
}

#content .copy .img {
    margin-top: 25px;
    max-width: 644px;
    margin-left: auto;
    margin-right: auto;
}





#content article {
    margin-top: 80px;
    padding-bottom: 32px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
#content article + article {
    margin-top: 32px;
}
#content article .area dl dt:after {
    bottom: -26px;
}

#content article .area dl dd {
    padding-top: 26px;
    margin-top: 26px;
    text-align: center;
}
#content article .area .useful {
    margin-top: 32px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
}
#content article .area .useful .table {
    margin-top: 24px;
}
#content article .area .useful .table .cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 6%;
}
#content article .area .useful .table .cell + .cell {
    padding-right: 0px;
    width: 45%;
}
#content article .area .useful .table .cell ul {

}
#content article .area a.link {
    margin-top: 32px;
}
#content article .area .goals .table .cell dl.explanation dt {
    font-size: 1.4rem;
}
#content article .area .goals .table .cell dl.explanation dd + dt {
    margin-top: 16px;
}


#sdgs {
    padding-top: 14px;
    padding-bottom: 14px;
}
#sdgs .area .table {
    padding-left: 32px;
    padding-right: 32px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

#sdgs .area .table .cell {
    display: table-cell;
    vertical-align: middle;
    width: 247px;
}
#sdgs .area .table .cell + .cell {
    padding-left: 32px;
}
#sdgs .area .table .cell a {
    margin-left: 0px;
    margin-top: 14px;
}
#plant .line {
    display: block;
}
#plant .area .table .body, #plant .area .table .map {
    display: table-cell;
    vertical-align: top;
    padding-right: 5%;
    padding-left: 6%;
}
#plant .area .table .map  {
    padding-right: 6%;
    width: 50%;
    padding-left: 0px;
}


























	
	
}
</pre></body></html>