@charset "utf-8";

.body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #082b48;
}


img {
    max-width: 100%;
}


.container {
    width: 90%;
    max-width: 980px;
    margin: auto;
}



h2 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: rgb(156, 156, 156);
    padding-top: 80px;
    padding-bottom: 40px;
}

h3 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 60px;
    color: rgb(156, 156, 156);
}



.container p {
    text-align: center;
    color: rgb(156, 156, 156);
}



.sns-logo {
    display: flex;
    justify-content: center;
}

.sns-logo img {
    padding: 0px 30px 0px 30px;
}



footer {
    background-color: rgb(156, 156, 156);
}

footer p {
    color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
}


/*===============================
スマホ用の表示
===========================*/
@media only screen and (max-width:767px) {

.navbar-brand img {
    width: 30%;
}



h2 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    font-size: 14px;
    padding-bottom: 12px;
}

.aboutmask img {
    margin: 30px;
}

.towa img {
    max-width: 70%;
}


.jpn img {
    max-width: 50%;
}

.sustinable img {
    max-width: 50%;
}
.container p {
    font-size: 14px;
}

p.tiotio-1 {
    text-align: left;
}

p.masksize{
    text-align: left;
}



h3.tiotio {
    margin: 0;
}

.sns-logo img {
    width: 15%;
    height: auto;
    padding: 0px 10px 0px 10px;
}

.sns-logo {
    display: block;
    text-align: center;
    justify-content: center;
}


}