/* カスタマイズ用CSS */
body, input, textarea {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.commom1{
    text-align: right;
}
.titlefont1{
    font-weight: 700;
    font-size: 15px;
}
.ec-pageHeader h1{
    border-bottom: 0px
}
.ec-footerNavi .ec-footerNavi__link a{
    text-decoration: none;
    border-bottom: 0px solid #7d7d7d;
}
.ec-inlineBtn--top{
    background-color: #AD5352;
    border-color: #AD5352;
}
@media only screen and (max-width: 768px) {
.ec-headerNav__item{
    padding: 0px 5px;
}
}