/*logo-svg色変更*/
body.profile .header-logo svg{
    width: 250px;
    stroke: #292929;
}

body.profile{
    background: url(../img/ibiki_nesoberi.jpg) repeat top center / cover;
}



.profile main{
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 1200px;
    background-color: rgba(229, 229, 229, .8);
    line-height: 1.6;
}

.profile .article-inner{
    margin: 0 auto;
    max-width: 460px;
    padding: 100px 20px 50px; 
}
@media screen and (min-width: 768px){
    .profile .article-inner{
        max-width: 700px;
    }
}

/*
.article-title{
    margin-bottom: .5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: .05em;
    text-align: center;
}
*/
.article-title_sub{
    width: 60%;
    margin: 0 auto 1em;
    font-size: 21px;
    text-align: center;
}

@media screen and (min-width: 768px){
    .article-title_sub{
        font-size: 24px;
    }
}

.article-title_sub span{
    display: block;
    border-top: 1px solid #292929;
    font-weight: normal;
}
.profile-list{
    width: 90%;
    padding-left: 25px;
}
.profile-list dt {
    clear: left;
    float: left;
    margin-right: 2em;
}

.profile-list dd{
    overflow:hidden;
}



@media screen and (min-width: 768px){
    .profile-list{
        padding-left: 40px;
    }
}


.content-about{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-top: 1px solid #292929;
}
.content-about h2{
    text-align: center;
}
.content-about p{
    padding: 0 1rem;
}

.content-news{
    width: 90%;
    padding-left: 25px;
    margin: 0 auto;
    border-top: 1px solid #292929;
}

.content-news h2{
    text-align: center;
}

.content-news p{
    padding: 0 1rem;
}

.content-news dt{
    clear: left;
    float: left;
    margin-right: 2em;
}

.content-news dd{
    overflow:hidden;
}
