@charset "UTF-8";

/* 運動サポートツール */

.toolDl {
    border-radius: 10px;
    border: solid 1px #D6D6D6;
    background: #fff;
    padding: 22px 8px 30px;
    margin-top: 20px;
}
.toolDl_img {
    width: 100%;
    text-align: center;
}
.toolDl_img img {
    padding-bottom: 15px;
}
.toolDl_text h3 {
    font-size: 2.0rem;
    font-weight: bold; 
    line-height: 1.7;
    margin-bottom: 6px;
}
.toolDl_text h3:not(:first-child) {
    margin-top: 30px;
}
.toolDl_text h4 {
    font-size: 1.6rem;
    font-weight: bold; 
    line-height: 1.7;
    margin-bottom: 6px;
}
.toolDl_text h4:not(:first-child) {
    margin-top: 30px;
}
.toolDl_text h4 span {
    color: #45B035;
}
.toolDl_text p {
    font-size: 1.5rem;
}
.toolDl_btn {
    display: block;
    background: #FA950B;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 8px 0;
    margin-top: 20px;
}
.toolDl_btn:link,
.toolDl_btn:visited {
    color: #fff;
}
.toolDl_img01 {
    width: 76.6%;
}
.toolDl_img02 {
    width: 45.6%;
}

@media print, screen and (min-width: 768px) {
    .toolDl {
        padding: 40px 40px 44px 35px;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .toolDl_img {
        width: 264px;
    }
    .toolDl_text {
        width: 630px;
    }
    .toolDl_text h3:not(:first-child) {
        margin-top: 40px;
    }
    .toolDl_text h4:not(:first-child) {
        margin-top: 40px;
    }
    .toolDl_text p {
        font-size: 1.6rem;
        line-height: 1.875;
    }
    .toolDl_btn {
        width: 350px;
        margin-top: 30px;
    }
    .toolDl_btn:hover,
    .toolDl_btn:active {
        color: #fff;
        text-decoration: none;
        opacity:0.7;
        filter:alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
    }
    .toolDl_img01 {
        width: 100%;
    }
    .toolDl_img02 {
        width: 184px;
    }
}