@charset "UTF-8";

#uv + .contents_box01 .wrapper_item th {
    background-color: #f17519;
    color: #fff;
    border-bottom: solid 2px white;
    position: relative;
    text-align: left;
    width: 20%;
    background-color: #f17519;
    color: white;
    text-align: center;
    padding: 10px 0;
}

#uv + .contents_box01 .wrapper_item th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #f17519;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#uv + .contents_box01 .wrapper_item td {
    text-align: left;
    width: 80%;
    text-align: left;
    background-color: #eee;
    padding: 10px 10px;
}

#uv + .contents_box01 .wrapper_item td {
    text-align: left;
    width: 80%;
    text-align: center;
    background-color: #eee;
    padding: 10px 10px;
    /* border-bottom: 10px solid transparent; */
    border-bottom: solid 2px white;
    /* border-left: none; */
}


#uv + .contents_box01 .wrapper_item table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

#uv2 + .composite_box01 .wrapper_item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: double 5px #f17519;
padding: 5px 9px;
}

.contents_box01 .inner_item_txt table tr td:nth-child(2) {
    background: #FFEABF;
}

.contents_box01 .inner_item_txt table th:nth-child(2) {
    background-color: #FFEABF;
}