﻿/* =============================================================
    Page/sdgs
============================================================= */
.sdgs-wrap{
    text-align: center;
}
.sdgs-wrap img{
    margin: 0 auto 1.5em;
}
.sdgs-ttl {
    font-size: 2.1em;
    font-family: serif;
    color: #4d4d4d;
    margin-bottom: 0.4em;
}

.sdgs-ttl2{
    font-size: 1.5em;
    margin-bottom: 0.6em;
}

.sdgs-ttl3{
   font-size: 1.1em;
    font-weight: bold;
}

.bold{
    font-weight: bold;
}
.about-sdgs{
    padding: 20px;
    border: 1px solid #4d4d4d;
}

.sdgs-chunk{
    margin: 0px auto 55px;
}

.sdgs-txt{
    text-align: left;
     width: 93%;
     margin: auto;
}

.about-sdgs {
    padding: 18px 15px 20px;
    border: 1px solid #4d4d4d;
    width: 100%;
    margin: 0 auto 40px;
}


@media screen and (min-width: 768px) {
  .sdgs-txt{
    text-align: center;
    margin: auto;
}

.about-sdgs{
    max-width: 720px;
    margin: 0 auto 60px;
}

}