.infomation_caption {
    margin: 10px;
    font-size: 1.2em;
    text-align: center;
}

.infomation_textarea {
    overflow-y: scroll; /* 縦スクロールのみ表示 */
    overflow-x: hidden; /* 横スクロールは非表示 */
    width: auto;
    height: 200px;
}

.infomation_textarea_text {
    margin-bottom: 10px;
}