/*main*/

.todofuken-box .my-sub-tit,
.request-tit._sub,
.top-tit,
.request-tit._result,
.top-flex-menu>div a,
.top-card-tit,
.messase-tit {
    color: #ff9800;
}

.top-tit._h4,
.mypage-radio input[type=radio]:checked+label:after {
    background-color: #ff9800;
}

.chat-right-box,
.mypage-btm._main a,
.mypage-btm._main input,
.top-tabs input:checked+.top-tab-item,
.top-tabs-2 input:checked+.top-tab-item-2,
.form-check input[type=checkbox]:checked+label,
.form-check input[type=radio]:checked+label,
.tab-switch:checked+.tab-label {
    background-color: #ff9800;
    border: 1px solid #ff9800;
}

.mypage-form p span,
.mypage-select p span,
.mypage-check p span,
.mypage-radio p span,
.request-tit._h3 span,
.form-data .my-sub-tit span,
.tab-switch:checked+.tab-label,
.mypage-check input[type=checkbox]:checked+label,
.mypage-radio input[type=radio]:checked+label,
.mypage-btm._main-b a,
.mypage-btm._main-b input {
    border: 1px solid #ff9800;
    color: #ff9800;
}

.mypage input:focus,
.mypage select:focus,
.mypage textarea:focus {
    border: 2px solid #ff9800
}

.mypage-check input[type=checkbox]:checked+label:after {
    border-bottom: 4px solid #403939;
    border-right: 4px solid #ff9800;
}

.top-tabs-3 input:checked+.top-tab-item-3 {
    color: #ff9800;
    border-bottom: 1px solid #ff9800;
}

@media print,
screen and (min-width: 768px) {
    .mypage-tit,
    .request-tit._h2 {
        color: #ff9800;
    }
    .form-check input[type=checkbox]:checked+label:after {
        border-bottom: 3px solid #ff9800;
        border-right: 3px solid #ff9800
    }
}

@media screen and (max-width: 767px) {
    .top-flex-menu>div {
        color: #ff9800;
    }
}


/*main-white*/

.chat-left-box,
.messase-kyujin-come,
.request-inner,
.mypage-menu-list .mypage-item a:hover,
.mypage-provision-inner {
    background: #ffecb3;
}

.result-inner,
.messase-box>:last-child,
.messase-block,
.messase-box._messase .messase-block,
.top-tab-item-3 {
    border-bottom: 1px solid #ffecb3;
}

@media screen and (max-width: 767px) {
    .request-wbox-inner {
        border-bottom: 1px solid #ffecb3;
    }
}


/*main-glay*/

.top-tab-item,
.top-tab-item-2,
.request-inner._messase.top-tab-item,
.form-check label,
.tab-label {
    border: 1px solid #e8e6e6;
}


/*main-glay2*/

.chat-day,
.messase-block-day,
.mypage-form .my-sub-tit,
.top-tab-item-3,
.form-check label,
.tab-label {
    color: #695f5f;
}

@media print,
screen and (min-width: 768px) {
    .tab-content .form-check label {
        color: #695f5f;
    }
}

.update-link a:before {
    background: url(/static/v2/img/mypage/textlink_arr_pc.png) 0 0 no-repeat;
}