body{
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
/*! -- Stack Bars -- */
.bar .logo {
  max-height: 65px;
  max-width: none;
}
.sp{
display:none;
}
@media (max-width: 767px){
.pc{
display:none;
}
.sp{
display:block;
}
h3, .h3 {
    font-size: 1.8em;
    line-height: 1.85714286em;
    font-weight: 600;
}
.lead {
    font-size: 1.27em;
    line-height: 1.36842105em;
}
.bar__module {
    margin-bottom: 0;
}
.bar {
    padding:  0 0;
}
}