html,body {
    font-size: 15px;
    color: #333333;
}
html {
    background-color: #FFF;
}
body {
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    background-color: transparent;
}
h1 {
    margin-top: 51px;
    text-align: center;
    padding: 8rem 0;
    font-size: 2rem;
    font-weight: bold;
}
h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 6rem;
    border-bottom: 5px solid #CCC;
    padding-bottom: 16px;
    margin-bottom: 2rem;
}
h2:after {
    content: " ";
    position: absolute;
    border-bottom: 5px solid #00A5D9;
    bottom: -5px;
    width: 70px;
    left: 0;
}
h3 {
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 2px solid #00A5D9;
    display: inline-block;
    padding-bottom: 4px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
hr.blank {
    border: 0;
    overflow: hidden;
}
p {
    line-height: 2rem;
}
dt {
    margin-bottom: 0.5rem;
}
dd {
    margin-bottom: 1rem;
}
.text-primary {
    color: #A40016;
}
.height_xs {
    height: 2rem;
}
.height_sm {
    height: 4rem !important;
}
.height_md {
    height: 6rem !important;
}
.height_lg {
    height: 8rem !important;
}
.small {
    font-size: 0.8rem;
}
.text_nowraps a,
.text_nowraps span {
    white-space: nowrap;
}
.photo {
    border: 1px solid #CCC;
    padding: 8px;
    background-color: #FFF;
    box-shadow: 4px 4px 4px #AAA;
}
.box {
    border: 1px solid #333;
}
.btn_border {
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    padding: 1rem;
    color: #333;
}
.btn_border:hover {
    background-color: #00A5D9;
    color: #FFF;
    font-weight: bold;
}
.btn_border i {
    float: right;
    color: #999;
    padding-top: 3px;
}

.section {
    padding-bottom: 4rem;
}
.inner {
    padding: 0 6rem;
}
.light-wrapper {
    background-color: #F5F5F5;
    padding: 5rem 0;
}
.clear-wrapper {
    background-color: transparent;
    padding: 5rem 0;
}
.black-wrapper {
    background-color: #0074BA;
    color: #FFF;
}
.margin_center {
    margin-left: auto;
    margin-right: auto;
}
#navimenu {
    margin-bottom: 0;
    border: none;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    border-bottom: 1px solid #CCC;
}
#navimenu .navbar-brand {
    padding: 8px 0 0 1rem;
}
#navimenu .navbar-brand img {
    height: 32px;
}
#navimenu .navbar-nav>li>a {
    color: #333;
    font-weight: bold;
}

#footer {
    padding: 3.5rem 0 2rem;
}
#footer .menu {
    text-align: center;
}
#footer .menu a {
    color: #FFF;
    margin: 0 1rem;
    white-space: nowrap;
}
#footer .menu .banner {
    width: 128px;
    margin-top: 16px;
}
#footer hr {
    border-bottom: 1px solid #FFF;
    width: 60px;
    margin: 25px auto 25px;
    border-top: 0;
}

@media (max-width: 767px) {
.inner {
    padding: 0 1rem;
}
.btn_border {
    margin-bottom: 1rem;
}
#footer .menu a {
    display: block;
}
}