@charset "UTF-8";

@media screen and (max-width: 600px)  {
a#sp_estimate+section .inner_item_img img {
    display: block;
}
}

@media screen and (max-width: 600px)  {
a#pc_estimate+section .inner_item_img img {
    display: none;
}
}
@media screen and (min-width: 601px)  {
a#pc_estimate+section .inner_item_img img {
    display: block;
}
}

@media screen and (min-width: 601px)  {
a#sp_estimate+section .inner_item_img img {
    display: none;
}
}
/*number*/
a#shuri_illust+div .inner_item:before {
    counter-increment: number 1 !important;
    counter-reset: number 4 !important;
}

a#shuri_illust+div .inner_item:nth-of-type(2):before {
    counter-increment: number 1 !important;
    counter-reset: number 5 !important;
}

a#shuri_illust+div .inner_item:nth-of-type(3):before {
    counter-increment: number 1 !important;
    counter-reset: number 6 !important;
}