/* BASIC css start */
.big {display:none;}
.clear {display:none;}
.page_title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 10px;
    box-sizing: border-box;
}

.page_title .tit {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -1px;
}

.page_title .tit span {
    color: #ff0000;
}

.page_title .desc {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -1px;
    padding-left: 10px;
}

.th_list {margin: 10px 0 0; overflow:hidden;}
.th_list div {float: left; width: 50%; padding: 0 2.5px 0 2.5px; box-sizing: border-box; margin-bottom: 15px; height: 36vw;}
.th_list div:nth-child(2n) {}
.th_list div img {width:100%;}
.th_list div span {display:block; width:100%; text-align:center; font-size: 1.1em; font-weight: 500; margin-top: 5px;}
/* BASIC css end */

