.sec_header .logo{color: #0050c9;font-weight: bold;font-size: 1.7rem;padding:0 2rem}

.tab_action {margin-bottom: 0;}

/* list.php */
.list_title {position: relative;word-break: break-all;font-size: 1.9rem;font-weight: bold;padding: 2rem;padding-bottom: 2rem;margin: 0 1.5rem;}
.list_title::before {position: absolute;content:'';border-radius: 100%;left: .5rem;top: 50%;transform: translateY(-50%);width: .4rem;height: .4rem;background-color: #7159d5;}
.list_wrap {background-color: #fff;border-radius: 0 0 1rem 1rem;}
.list_wrap li a {display: block;color: #222;line-height: 1.4;background: #f3f4f9;font-size: 1.6rem;border-radius: 1rem;word-break: keep-all;padding: 1rem 1.5rem;
    margin: 1rem 1.5rem;margin-top: 0;
    border: 1px solid #ddd;
}
.list_wrap li:nth-of-type(2n) a{
    background-color: #fff;
}
.header h2{margin-bottom: 0;}

/* list_view.php */
.content_wrap {background-color: #fff;padding-bottom: 1rem;border-radius: 0 0 1rem 1rem;}
.view_title {position: relative;word-break: break-all;font-size: 1.9rem;font-weight: bold;padding: 2rem;padding-right: 0; margin: 0 1.5rem;line-height: 1.2;}
.view_title::before {position: absolute;content:'';border-radius: 100%;left: .5rem;top: 50%;transform: translateY(-50%);width: .45rem;height: .4rem;background-color: #7159d5;}
.view_title_sub {font-size: 1.6rem; padding: 0 2rem; font-weight: bold; margin-bottom: .5rem;line-height: 1.3;}
.view_contents {padding: 2rem; padding-top: 0;white-space: pre-line;font-size: 1.6rem;line-height: 1.4;color: #444;}
.graph table {width: 90%;margin:0 auto;max-width:360px;font-size: 1.4rem;line-height: 1.3;word-break: break-all;margin-bottom: 2rem;}
.graph th {background-color: #ccc;font-weight: bold;}
.graph th, .graph td {width:20%;padding: 1rem .5rem; border: 1px solid #666;font-size: 1.6rem;line-height: 1.2;}

.prev {display: block;padding: 1.2rem;margin: 2rem;text-align: center;font-size: 1.6rem;font-weight: bold;border-radius: 0.5rem;background-color: #7159d5;box-shadow: 0 0 0.5rem rgba(0, 0, 0, .3);color: #fff;}
.prev:hover {background-color: #ebeffb;color: #7159d5;}