html {
  font-size: 16px;
}
body {
  font-size: 1rem; /* 16px */
  color: #333333;
  font-family: 'Noto Sans JP', 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, sans-serif;
}
/* */
img {
    max-width: 100%;
}
/* */
.ico_press_release span,
.ico_information span {
    margin: 0 0 0 10px;
    color: #FFFFFF;
    border-radius:  5px;
    padding: 3px 7px;
    white-space: nowrap;
    font-size: 10px;
}
.ico_press_release span {
    background: #53A8A6;
}
.ico_information span {
    background: #5D87B7;
}
@media screen and (max-width: 770px){
    #information .list_table dl {
        margin: 0 0 10px 0;
    }
    #information .list_table dl dt {
        width: auto;
    }
}