/* Your style */
body {
  font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
}

.site-info {
  display: none;
}

section .entry-content {
  display: none;
}

.entry-title {
    border-left: 5px solid #0069bf;
    color: #0069bf;
    font-size: 30px
}

a, a:visited {
    color: #0069bf;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #0069bf;
}

.main-navigation a:hover, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    color: #0069bf;
}

#primary {
    margin: 50px 0 0 10px;
    margin: 5.0rem 0 0 1rem;
}


.stepNo span {
    background: #37474F;
    border-top: 8px solid #2851B7;
    padding: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    width: 72%;
    display: block;
    text-align: center;
}