#title {
    font-size: 20px;
    color: aliceblue;
    background-color: rgb(55, 58, 187);
    padding: 5px;
    border-radius: 5px;
}



#hosoku {
    line-height: 20px;
    margin: 0 auto;

    position: fixed;
    top: 10px;
    width: 350px;
    background-color: rgb(255, 255, 255);
    border: solid #000;
    padding: 5px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;

}

#hosodai {
    font-size: 20px;
    color: rgb(14, 34, 122);
    line-height: 25px;
    font-weight: bold;
}

#hosoku2 {
    max-width: 600px;
}

#maincon a {
    color: rgb(230, 122, 0);
    font-weight: bold;
}

#maincon {
    font-size: 22px;
    line-height: 40px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;


}