/* */
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

.font-pixel {
  font-family: 'DotGothic16', sans-serif;
}



html {
  font-size: 16px;
}
body {
  background: rgba(243,244,246);
  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;
    }
}

/* table */
div.table {
    width: 100%;
}
div.table dl {
    display: flex;
}
div.table dl dt {
    width: 25%;
    border-bottom: 1px solid #EEEEEE;
    padding: 1rem 0;
}
div.table dl dd {
    width: 75%;
    padding: 1rem 0;
    border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 770px){
div.table dl {
    display: block;
    margin-bottom: 1rem;
}
div.table dl dt {
    width: auto;
    border-bottom: none;
    padding: 0;
    font-size: 1.25rem;
}
div.table dl dd {
    width: auto;
    padding: 1rem 0;
    border-bottom: 2px solid #EEEEEE;
}
}