html .l-main .content__header h1{
    margin-bottom: 40px;
    line-height: 1.4;
    font-size: 32px;
}
html .l-main .content__body h2{
    background-color: #333;
    color: #fff;
    line-height: 1.4;
    font-weight: 900;
    padding: 16px;
    font-size: 28px;
    margin-bottom: 32px;
}
html .l-main .content__body h3{
    border-bottom: 2px solid #333;
    margin-bottom: 32px;
    padding-bottom: 16px;
    line-height: 1.4;
    font-weight: 900;
    font-size: 24px;
}
html .l-main .content__body p{
    margin-bottom: 40px;
}
html .l-main .content__body ul{
    font-size: 16px;
    line-height: 1.4;
}
html .l-main .content__body ul{
    margin-bottom: 32px;
}
html .l-main .content__body ul li{
    margin-bottom: 8px;
}
html .l-main .content__body ul li{
    position: relative;
    padding-left: 1.5em;
}
html .l-main .content__body ul li::before {
    content: "";
    position: absolute;
    top: .25em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #888;
    border-radius: 50%;
}
.single-husamomi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 3px solid #333;
    border-radius: 3px;
    padding: 24px 24px 0 24px;
    margin-bottom: 40px;
}
.single-husamomi-box{
    width: 100%;
    margin-bottom: 24px;
}
@media screen and (min-width: 821px) {
    .single-husamomi-box{
        width: 48%;
    }
}
.single-husamomi h2{
    width: 100%;
    max-width: 250px;
    margin-bottom: 24px;
}
.single-husamomi p{
    margin-bottom: 24px;
}
.single-husamomi .text{
    font-size: 14px;
}
.single-husamomi .map{
    width: 100%;
    margin-bottom: 24px;
}
.single-husamomi .map iframe{
    width: 100%;
    height: 200px;
}
.single-husamomi .link{
    width: 100%;
}
.single-husamomi .link a{
    width: 100%;
    display: block;
    color: #fff;
    background-color: #333;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
}
.single-husamomi h3 {
    width: 100%;
    font-size: 28px;
    text-align: center;
    font-weight: 900;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 16px;
    padding-top: 16px;
}
.single-husamomi h3::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
    border-radius: 2px;
}
.single-husamomi .img{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.single-husamomi .img .img-box{
    width: 48%;
    margin-bottom: 24px;
}
.single-husamomi .img .img-box img{
    width: 100%;
}
.single-husamomi .online-link{
    width: 100%;
}
.single-husamomi .online-link a{
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px;
    border: 2px solid #333;
    border-radius: 5px;
}