#help-area{
   padding:1rem;
}
#help .menu{
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
#help .menu a{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin:1rem 0.5rem;
}
#help .menu a:hover{
    color:#2c70ba;
}
#help .contents .content{
    margin-bottom:2rem;
}
#help .contents h1{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 0  0.5rem 0;
    margin: 1rem 0;
    border-bottom: 4px solid #2c70ba;
}
#help .contents .content h2{
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    font-weight: 700;
    color: #2c70ba;
    background: #eeeeee;
    font-size: 1.5rem;
}
#help .contents .content p{
    line-height: 2;
}
#help .contents .img_pcsp{
    display: flex;
    justify-content: space-around;
}
#help .contents .img_pcsp .pc{
       display:none;
    }
#help .contents .img_pcsp .sp{
       display:block;
    }
@media (min-width: 640px) {
    #help .contents .img_pcsp .pc{
       display:none;
    }
    #help .contents .img_pcsp .sp{
       display:block;
    }
}
@media (min-width: 768px) {
    #help .contents .img_pcsp .pc{
       display:none;
    }
    #help .contents .img_pcsp .sp{
       display:block;
    }
}
@media (min-width: 1024px) {

    #help .contents .img_pcsp .sp{
       display:none;
    }
    #help .contents .img_pcsp .pc{
       display:block;
    }
#help .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
}

#help #about_howto_map .icon{
    flex-direction: column;
}
#help #about_howto_map .content .icon img{
    margin: 0 10px 0 0;
    width: 40px;
    height: auto;
}
#help #about_howto_map .content img{
    margin:0 auto;
}
@media (min-width: 1024px) {
#help #about_howto_map .icon .box{
    width:50%;
}
#help #about_howto_map .icon{
    flex-direction: row;
    justify-content: space-around;
}
}