.wrap{
    width: 100%;
    padding: 0px;
}
h3.open_h3{
    border-bottom: 1px dotted #a9a9a9;
    cursor: pointer;
    margin: 0;
    font-size: 10pt;
}
.open_h3:after, 
.open_h3.active:after {
    font-size: 10pt;
    margin-left: 20px;
}
.open_h3.active::after {
    content: "閉じる";
}
.open_h3::after {
    content: "クリックして入力";
}
.info{
    font-size: 13px;
}
.wrap p {
    border-bottom: 1px dotted #a9a9a9;
}