#how_to_use body, #how_to_use h1, #how_to_use h2, #how_to_use h3, #how_to_use h4, #how_to_use h5, #how_to_use h6, #how_to_use p, #how_to_use a, #how_to_use ul, #how_to_use li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: normal;
}
#how_to_use p, #how_to_use h6 {
    font-family: 'Noto Sans Japanese', sans-serif;
}
#how_to_use a {
    color: #000;
}
#how_to_use {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
#row00 {
    width: 1024px;
    margin: 0 auto;
    font-weight: 500;
}
.icon_01{
    background: url('../img/icon_01.png') no-repeat center;
    height: 90px;
    background-size: 1000px;
}
.icon_area{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin:100px 0px 60px 0px;

}
.icon_content{
    min-width: 500px;
    line-height: 2;
    margin-right: 40px;
}
.icon_title{
    color: #001e61;
    font-size: 26px;
    vertical-align: middle;
    font-weight: bold;
}
.icon_sub_title{
    color: #272928;
    font-size: 16px;
}
.icon_text{
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    font-weight: 300;
}
.how_icon_img{
    width: 32px;
    height: 32px;
}
.icon_content__img{
    position: absolute;
    margin-left:300px;
    margin-top: 120px;
    width: 140px;
}

.icon_content__img--06{
    content: url("../img/icon_06.png");
}

.icon_content__img--07{
    content: url("../img/icon_07.png");
}

.icon_content__img--08{
    content: url("../img/icon_08.png");
}

.icon_content__img--09{
    content: url("../img/icon_09.png");
}

.top-content{
    display:flex;
    justify-content: space-between;
    color: #272928;
    width: 100%;
    marign: 10px 0 64px 0;
}