html, body {
    font-family: "游ゴシック";
}

.header-sub-title-frame {
    width: 100%;
    height: 35px;
    background-color: #5d8ac1;
}

.header-sub-title {
    color: #ffffff;
    margin-left: 20px;
    line-height: 35px;
    font-size: 13px;
}

.header-title-frame {
    width: 100%;
    height: 76.78px;
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}

.header-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 76.78px;
    margin-left: 20px;
    color: #333335;
    text-decoration: none;
}

.header-title:hover {
    color: #6495ED;
    text-decoration: none;
}

.header-menu-button-frame {
    height: 42.78px;
    background-color: #ffffff;
    text-align: center;
}

.header-menu-button {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    padding: 7px 0px 5px 0px;
    cursor: pointer;
    border: 0;
    width: 150px;
    height: 100%;
    background-color: #ffffff;
    font-weight: bold;
}

.header-menu-button:hover {
    background-color: #5d8ac1;
    color: #ffffff;
}

.header-img-frame {
    text-align: center;
    background-color: #ffffff;
}

.header-img {
    width: 100%;
}

.title-frame {
    margin-top: 20px;
}

.costs-frame {
    display: flex;
    flex-wrap: wrap;
}

.cost-frame {
    vertical-align: middle;
    margin-right: 2px;
}

.cost-label {
    display: inline-block;
    font-size: 6px;
    text-align: center;
    width: 16px;
    height: 16px;
    border: 1px solid #525252;
    border-radius: 50%;
    font-weight: bold;
}

.error-message {
    color: #ff0000;
    font-weight: bold;
}
