.section-talk{
    margin: 120px 9.375vw;
}

.section-talk h1{
    font-size: 3.2rem;
    font-family :YuMincho,"Hiragino Mincho ProN",serif;
    font-weight: 300;
    line-height: 1.3;
}

.section-talk h2{
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 120px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.section-talk h3{
    margin-top: 20px;
}

.section-talk p{
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 1.7;
    color: #6D6D6D;
}



/* ======================
     ここからスマホ版の記述 
   ======================*/
@media (max-width:1040px){

/* サイドバーの非表示 */
.header-sidebar{
        display: none;
}

.section-talk{
    margin: 60px 24px;
    text-align: center;
}
.section-talk h1{
    font-size: 2.4rem;
    margin: 0 auto;
}
.section-talk h2{
    font-size: 1.8rem;
    margin-top: 60px;
    padding: 10px;
}
.section-talk h3{
    margin-top: 10px;
}

.section-talk p{
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
}

}