@charset "UTF-8";

.main-text h3 {
font-weight: 300;
}
.h3-it-toto {
color: lightgrey;
font-weight: 600;
font-size: 16px;
font-size: 1.6rem;
text-shadow: none;
letter-spacing: 0.07em;
}

#about-materials {
background-color: #E4EEF2;
background-color: #E6F7FC;
margin-top: 30px;
margin-bottom: 90px;
padding: 30px;
}


/* ===== width 700 以上 ===== */

@media (min-width: 700px) {

.imgAndPara {
margin-top: auto;
margin-bottom: auto;
}

}

