@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4)>a {
    color: #29b572;
}

#conts>.text {
    margin: 0 auto 80px;
}

#conts table {
    border-collapse: collapse;
    margin: 0 auto 80px;
}

#conts table th {
    width: 50%;
    padding: 15px 0;
    background: #666666;
    color: #fff;
    text-align: center
}

#conts table td {
    padding: 8px 5px;
    border: 1px dotted #dedede;
}

#conts table td.img {
    text-align: center;
}

#conts table td>span {
    padding-left: 12px;
    display: table-cell;
    vertical-align: middle;
}


#conts table td .color {
    width: 70px;
    padding-left: 0;
}

#conts table td .color span {
    padding: 4px 0 5px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #35cc83;
    border-radius: 20px;
}

#conts table td .color01 span {
    background-color: #2F25C5;
}

.difference_btn a {
    width: 420px;
    margin: 0 auto 100px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #34CC83;
    height: 75px;
    line-height: 75px;
    font-size: 26px;
}

.difference_thumb {
    width: 90%;
    margin: 0 auto 20px;
}

.difference_thumb img {
    max-width: 100%;
}

.dirrerence_marker {
    background: linear-gradient(transparent 60%, rgba(252, 185, 0, 0.5) 60%);
    font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #conts table {
        width: 100%;
        margin: 0 auto 60px;
    }

    #conts table th {
        padding: 8px 0;
    }

    #conts table td {
        padding: 6px 4px;
        vertical-align: top;
    }

    #conts table td img {
        width: 105px
    }

    #conts table td>span {
        padding-left: 0px;
    }

    #conts table td .color {
        display: block;
        margin: 0 auto 10px;
    }

    #conts table td .color span {
        padding: 4px 0 5px;
    }

    .difference_btn a {
        margin: 0 auto 13.33vw;
        width: 68%;
        font-size: 3.47vw;
        height: 10vw;
        line-height: 10vw;
    }
}