@charset "utf-8";
/* 健康長寿をつくる家® */
section {
  padding: 3% 0;
}
#S01 .leftBox img {
    max-width: 400px;
}
#S01 p.name {
    text-align: right;
    font-weight: 600;
}
#S01 p.name img {
    max-width: fit-content;
}
#S01 p.caption {
    text-align: right;}

#S01 p span {
    font-size: 70%;
}

#S02  {
    background: #f6f6f6;
}
#S02 p.copyTxt {
    font-size: 150%;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

#S02 p span {
    font-size: 70%;
}


/*----------------------------------------------------------- 640px  */
@media screen and (max-width: 640px) {
#S01 .leftBox img {
    max-width: 100%;
}
}