@charset "UTF-8";.title-block{height:26px;text-align:center}
.block{display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse nowrap;flex-flow:column-reverse}
.block>.detail{overflow:hidden;margin-bottom:10px;max-height:62px}
.block>.case-block{display:-ms-flexbox;display:flex;margin:0 auto;width:90pt;height:20px;border:1px solid #0e0e0e;border-radius:15px;background:#fff;color:#0e0e0e;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}
.block>.case-block div:nth-of-type(1){display:block}
.block>.case-block div:nth-of-type(2){display:none}
.block>[type=checkbox]{position:relative;z-index:1000;display:block;margin:-24px auto 0;width:90pt;height:24px;opacity:0}
.block>[type=checkbox]:hover+.case-block{background-color:#f5f5f5}
.block>[type=checkbox]:checked+.case-block div:nth-of-type(1){display:none}
.block>[type=checkbox]:checked+.case-block div:nth-of-type(2){display:block}
.block>[type=checkbox]:checked+.case-block+.detail{max-height:inherit}