@charset "UTF-8";

@charset "UTF-8";

@charset "UTF-8";

@charset "UTF-8";

.inner_item_txt th:nth-child(1) {
    background-color: #999999;
}

.inner_item_txt th:nth-child(2) {
    background-color: #32A7E0;
}

.inner_item_txt th:nth-child(3) {
    background-color: #009245;
}

.inner_item_txt th:nth-child(4) {
    background-color: #FF7BAC;
}

.inner_item_txt th:nth-child(5) {
    background-color: #800080;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    text-align: center;
}

.inner_item_txt th:nth-child(6) {
    background-color: #F7931E;
}


.inner_item_txt th:nth-child(4) {
    background-color: #FF7BAC;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border-left: solid 2px red;
    border-right: solid 2px red;
    border-top: solid 2px red;
    border-bottom: solid 2px red;
    position: relative;
}

.inner_item_txt th:nth-child(4):after {
    content: '';
    position: absolute;
    width: 171px;
    height: 42.5px;
    background: url(/common/upload_data/blc1225jp/image/20200807134623.png);
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -35px;
    right: 2px;
}


.inner_item_txt td:nth-child(4) {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border-left: solid 2px red;
    border-right: solid 2px red;
    border-bottom: solid 2px red;
    background-color: #ffccff;
}

.inner_item_txt td:nth-child(1) {
     background-color: #dddddd;
}

@media screen and (max-width: 800px){
#table + section {
    overflow-x: scroll;
}
}




#reccomend + section .inner_item_txt p strong:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 40px;
    background: url(/common/upload_data/blc1225jp/image/20200807135003.png);
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -25px;
    right: -50px;
}

#reccomend + section .inner_item_txt p strong {
    position: relative;
}

#reccomend + section .inner_item_txt {
    padding-top: 15px !important;
}