
/* for dsp infoPage */

body {
    font-family: "Noto Sans JP", sans-serif;
}

.content ul.icon-list {
    list-style: none;
    margin-inline-start: 0;
}

.icon-list li {
    position: relative;
    margin: .75rem 0;
    padding-left: 1.5rem;
}

.icon-list li span:first-child {
    position: absolute;
    left: 0;
}

.calendar {
    min-width: 100%;
    height: 260px;
}

#top a {
    display: block;
    text-decoration: none;
}

#top .logo {
    font-size: 11px;

}

#top .logo a {
    position: relative;
    width: 214px;
    height: 65px;
    background: url(/common/img/header/logo.png) 0 18px no-repeat;
    background-size: 100%;
    text-align: left;
    color: #FFF;
}

#top .logo span {
    display: block;
    padding-top: 2px;
    font-weight: bold;
    font-size: 11px;
}

#top .logo strong {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px .5em;
    color: #FFF;
    font-weight: normal;
    background: #cc0033;
    font-size: .92em;
}

#hmw_form dd{
    margin:0 0 .5em;
    padding:.5em 0;
}

.hmw_form_error_msg {
    color: #ff6685;
}

#send{
    min-width:35%;
}