@charset "utf-8";

.lead {
    max-width: 960px;
    margin: 0 auto 40px;
}
.lead p {
    line-height: 2;
    margin-bottom: 15px;
}
.technique-inner {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    padding: 30px;
}
.technique-inner h2 {
    font-size: 26px;
    font-weight: 500;
    color: rgba(0,52,100,1);
    text-align: center;
    margin-bottom: 30px;
}
.technique-inner p {
    line-height: 2;
    margin-bottom: 15px;
}
.photo1 {
    max-width: 600px;
    margin: 20px auto;
}
.photo2 {
    max-width: 960px;
    margin: 20px auto;
}
.photo2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photo2 ul li {
    width: 48%;
}
.photo1 p,
.photo2 ul li p {
    font-size: 0.8em;
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .lead p {
        font-size: 0.94em;
    }
    .technique-inner {
        padding: 30px 20px;
    }
    .technique-inner h2 {
        font-size: 20px;
    }
    .technique-inner p {
        font-size: 0.94em;
    }
    
}
@media only screen and (max-width: 640px) {
    .photo2 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    
}


