@charset "UTF-8";

.block_html .box {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 30px;
}
.block_html .box li {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #4bbbe8;
    font-weight: bold;
    list-style: none;
    width: 5%;
    margin: 0 2%;
    padding: 0 0 10px;
}
.block_html .box li span {
    box-sizing: border-box;
    background: #4bbbe8;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
.text {
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
}
.block_html .box li:before, .block_html .box li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -200%;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
}
.block_html .box li:before {
    right: -180%;
    background: #4bbbe8;
    width: 15px;
    height: 5px;
}
.block_html .box li:after {
    border-top: 5px solid #4bbbe8;
    border-right: 5px solid #4bbbe8;
    width: 7.5px;
    height: 7.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block_html .box li:last-child:before, .block_html .box li:last-child:after {
    content: none;
}
.comment {
    text-align: center;
}
.comment span {
    position: relative;
    background: #4bbbe8;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    padding: 10px 80px;
}
.comment span:before, .comment span:after {
    content: "";
    position: absolute;
    z-index: 10;
    background: #ffffff;
    top: 0;
    bottom: 0;
}
.comment span i {
    position: relative;
}
.comment span i:after {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    right: -80px;
    bottom: 0;
    border-right: 40px solid transparent;
    border-bottom: 55px solid #4bbbe8;
    border-left: 40px solid transparent;
    margin: auto;
    transform: rotate(90deg);
}
.comment span:before {
    left: 0;
    width: calc(100% / 2 - 370px);
}
.comment span:after {
    right: 0;
    width: calc(100% / 2 - 310px);
}
.sp {
    display: none;
}
#table + div table tr td {
    text-align: center;
}
@media screen and (max-width: 900px) {
.sp {
    display: block;
}
.block_html .box li {
    width: calc(100% / 7 - 5%);
}
.block_html .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block_html .box li:first-child {
    margin-left: 0;
}
.block_html .box li:last-child {
    margin-right: 0;
}
.comment span {
    font-size: 18px;
    line-height: normal;
    display: block;
    padding: 10px;
}
.comment span:before, .comment span:after, .comment span i {
    display: none;
}
.block_html .box li:before {
    right: -170%;
    width: 10px;
    height: 2.5px;
}
.block_html .box li:after {
    right: -175%;
    border-top: 2.5px solid #4bbbe8;
    border-right: 2.5px solid #4bbbe8;
    width: 5px;
    height: 5px;
}
    .block_html .box li span {
    height: 40px;
}
#table + div .content_wrapper {
    position: relative;
}
#table + div .content_wrapper:after {
    content: "※横にスクロール出来ます。";
    display: block;
    margin-top: 10px;
}
#table + div .outer {
    overflow-x: scroll;
}
#table + div .outer table {
    width: 650px;
}
}