h2{
    font-weight: 400;
    color: #3f3f3f;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 40px;
}

h3{
    padding-top: 30px;
}

img{
    border-radius: 10px;
    border: 1px solid #5e5e5e;
}

.howto-content{
    background-color: white;
    border-radius: 10px;
    padding: 0px 20px 20px 0px;
}

p.supplement {
    font-size: 14px;
}

.step {
    margin-left: 20px;
}

h2{
    font-weight: 400;
    color: #3f3f3f;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 40px;
}

h3{
    padding-top: 30px;
}

img{
    border-radius: 10px;
    border: 1px solid #5e5e5e;
}

.howto-content{
    background-color: white;
    border-radius: 10px;
    padding: 0 20 20 35px;
}

p.supplement {
    font-size: 14px;
}

.step {
    margin-left: 0 20px;
}
  /* PC用 */
@media (min-width: 768px) {

}
  /* スマホ用 */
@media (max-width: 767px) {
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }
}

  /* PC用 */
@media (min-width: 768px) {

}
  /* スマホ用 */
@media (max-width: 767px) {
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }
}
