@media screen and (max-width:767px){
    .colBox._vertical .item.arw_btm.sp_btm02 {
        width: 100%;
        margin-right: 0%;
    }

    .colBox._vertical .item.arw_btm.sp_btm02.item:nth-child(n+2) {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:767px){
    .layout-col4 {
        flex-direction: column;
    }
    .layout-col4 .item{
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .layout-col4 .item:nth-child(-n+3){
        margin-top: 20px;
    }

    .layout-col4 .item:nth-child(-n+2) {
        margin-top: 20px !important;
    }

    .layout-col4 .item:first-child{
        margin-top: 0 !important;
    }
}

#jusho .colBox._vertical .item._img_tile_jusho_01 a::before {
    background-image: url(/tetuduki/jusho/images/img_tile_jusho_01.svg);
}

#jusho .colBox._vertical .item._img_tile_jusho_02 a::before {
    background-image: url(/tetuduki/jusho/images/img_tile_jusho_02.svg);
}

#jusho .colBox._vertical .item._img_tile_jusho_03 a::before {
    background-image: url(/tetuduki/jusho/images/img_tile_jusho_03.svg);
}

#jusho_01 .border_box {
    margin-top: 32px;
}

@media screen and (max-width:767px){
    #jusho_01 .border_box {
        margin-top: 16px;
    }
}

@media screen and (max-width:767px){
    #jusho_01 .stepBox .text_area .txt {
        font-size: 14px;
    }
}

#jusho_01 .stepBox .text_area .notes_list {
    margin-top: 8px;
}

#jusho_01 .stepBox .text_area .label_step span {
    border: 1px solid #EC6C26;
    color: #EC6C26;
}

#jusho_01 .cmn_slide_block_b .slick-dots li.slick-active button:before {
    color: #EC6C26;
}

#jusho_01 .cmn_slide_block_b .slick-prev {
    left: calc(50% - 115px);
}

#jusho_01 .cmn_slide_block_b .slick-next {
    right: calc(50% - 110px);
}

#jusho_01 .cmn_slide_block_b .slick-next:before {
    background: url(/tetuduki/jusho/images/arw_r_orange.svg) no-repeat;
    background-size: 7px 14px;
}

#jusho_01 .cmn_slide_block_b .slick-prev:before {
    background: url(/tetuduki/jusho/images/arw_r_orange.svg) no-repeat;
    background-size: 7px 14px;
    transform: rotate(180deg);
}

.coOrange {
    color: #EC6C26;
}

.fc_black {
    color: #000000 !important;
}

.fc_grey {
    color: #737373 !important;
}

.area_step {
    margin-top: 32px;
    border-radius: 8px;
    padding: 40px 30px;
    background: rgb(255 160 39 / 15%);
}

@media screen and (max-width:767px){
    .area_step {
        margin-top: 24px;
        padding: 24px 16px;
    }
}

.area_step .item {
    border-radius: 8px;
    padding: 16px 40px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px){
    .area_step .item {
        padding: 16px;
    }
}

.area_step .item .col:nth-child(1) {
    width: 72px;
}

@media screen and (max-width:767px){
    .area_step .item .col:nth-child(1) {
        width: 65px;
        text-align: center;
    }
}

.area_step .item .col:nth-child(2) {
    width: calc(100% - 81px);
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px){
    .area_step .item .col:nth-child(2) {
        text-align: justify;
    }
}

.area_step .item .col .step {
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
}

.area_step .item .col .step span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 56px;
    height: 24px;
    background: #EC6C26;
    border-radius: 2px;
}

@media screen and (max-width:767px){
    .area_step .item .col .step span {
        font-size: 16px;
        width: 65px;
    }

    .area_step .item .col .img {
        width: 44px;
        margin: 0 auto;
    }
}

.area_step .icon {
    padding: 32px 0;
    display: inline-flex;
    line-height: 1;
    margin: 0 auto;
}

@media screen and (max-width:767px){
    .area_step .icon {
        padding: 24px 0;
    }
}

.area_step .text {
    font-size: 14px;
    margin-top: 16px;
}

#jusho_02 .btn_area {
    padding-top: 32px;
}

#jusho_02 .notes_list_b {
    padding-top: 32px;
    font-size: 12px;
}

#jusho_04 .border_box {
    margin-top: 32px;
}