@charset "utf-8";
h3.subttl {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    padding: 2% 0;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.howto_box {
    width: 98%;
    margin: 0 auto 20px auto;
    overflow: hidden;
    padding-bottom:20px;
    border-bottom: 1px solid #666;
}

.howto_box .howto_image {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.howto_box .howto_image img {
    width: 100%;
}

.howto_box p {
    font-size: 1.5rem;
    text-align: left;
}

.howto_box .howto_tel {
    clear: both;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 40px;
}

.howto_box .moreBtn {
    clear: both;
    margin-top: 40px;
}
