
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin-bottom: 30px;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

@media (min-width: 321px) and (max-width: 768px) {
    .slick-slide {
        height: auto !important;
    }
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide img {
    visibility: visible !important;
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 95px;
    }
}
@media screen and (min-width: 360px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 107px;
        transform: scale(1);
    }
}
@media screen and (min-width: 375px) {
    #main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
        min-height: 112px;
    }
}
#main_visual_other #mv_banner .mv_slide_selector .slick-track .slick-slide a img {
    height: auto;
    transform: scale(1);
}
.text-inden-1 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 0;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
#main_visual_other #mv_banner .mv_slide_selector .slick-dots {
    min-height: 23px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -25px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
.text-red {
    color: red;
}
.btn_s1 {
    position: relative;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    z-index: 5;
}
.btn_s1-default {
    max-width: 300px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 1px #000;
    overflow: hidden;
    background: #cf3524;
}
.center-btn-poz {
    margin: 20px auto;
    display: block;
}
.cyokusou-block .btn_s1-default {
    padding: 12px 6px;
    margin: 10px auto 30px;
}
.btn_s1-default:before,
.btn_s1-default:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cf3524;
    background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn_s1-default:after {
    background: #cf3524;
    background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 0;
}
.btn_s1-default strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    z-index: 10;
}
.btn_s1-default strong .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.btn_s1-default strong .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -4px;
    border: 9px solid transparent;
    border-left: 13px solid red;
    border-right: 0;
}
.btn_s1-default strong span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}
#rank .rank__btn {
    max-width: 320px;
    padding: 16px 8px;
}
#sidebar {
    float: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
}
#sidebar .sidebar-block {
    border: 0;
    background: #fff;
    overflow: hidden;
    margin-bottom: 18px;
}
#sidebar .sidebar-block {
    overflow: unset !important;
}
#sidebar #delivery_date {
    display: flex;
    background: #ffca00;
    overflow: hidden;
    padding: 9px 6px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 0;
}
#sidebar #delivery_date .col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 6px 0 12px;
}
#sidebar #delivery_date .date {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #000;
}
#sidebar #delivery_date a {
    position: relative;
    display: block;
    margin: 8px auto 0;
    background: #d61518;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 148px;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
#sidebar #delivery_date a span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 18px;
}
#sidebar .row {
    display: flex;
    margin-bottom: 16px;
    padding: 0 4px;
}
.info-design-tool {
    width: calc(100% - 15px);
    padding: 7px 10px 10px !important;
    position: relative;
}
.info-design-tool.red {
    background: #d61518;
}
#sidebar .row .left {
    margin-right: 12px;
}
.info-design-tool span {
    border-bottom: none !important;
    min-height: 0 !important;
}
.info-design-tool .image {
    overflow: hidden;
    display: block;
    line-height: 80px;
    text-align: center;
    margin-bottom: 8px;
}
.info-design-tool .image img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    max-height: 80px;
    height: 100%;
}
.info-design-tool .image img {
    margin: 0 !important;
}
@media screen and (min-width: 320px) {
    .portrait.android #wrapper #contents #sidebar>div.sidebar-block>div.row>div.info-design-tool.red.left>div.image>img {
        min-height: 80px;
    }
}
.btn-yellow {
    display: block;
    background: rgb(255, 237, 0);
    background: -moz-linear-gradient(top, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 237, 0, 1) 0%, rgba(254, 175, 49, 1) 100%);
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 14px;
    color: #000;
    font-weight: 700;
    height: 38px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 1px #980012, 0 2px #980012, 0 3px #980012;
}
.btn-yellow:before {
    content: '';
    background: url(/common/smart/design/img/images-top/bullet001.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 4px;
}
.info-design-tool span {
    border-bottom: none !important;
    min-height: 0 !important;
}
.info-design-tool .btn-yellow span {
    display: block;
}
.info-design-tool:after {
    content: '';
    display: block;
    clear: both;
}
.info-design-tool.blue {
    background: #0096ff;
}
.titl-recommended-service {
    overflow: hidden;
    margin: 0 -9px 16px;
}
.titl-recommended-service {
    overflow: hidden;
    margin-bottom: 12px;
}
.titl-recommended-service img {
    display: block;
    width: 100%;
}
aside ul {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}
.list-recommended-service {
    overflow: hidden;
    margin-bottom: 10px;
}
.list-recommended-service {
    margin-bottom: 22px;
    padding: 0 10px;
}
aside ul li {
    margin: 0;
    padding: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #FE2500;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FE2500;
    border-bottom-color: #FE2500;
    line-height: 0;
}
.list-recommended-service li:first-child {
    padding: 0;
}
.list-recommended-service a {
    display: block;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
aside ul li img {
    margin: 0;
    padding: 0;
    width: 100%;
}
.list-recommended-service img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 375px) {
    .portrait.android #wrapper #contents #sidebar>div:nth-child(2)>ul>li>a>img {
        min-height: 88px;
    }
}
.list-recommended-service li {
    padding-top: 8px;
}
.text-hidden {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    left: -9999px;
    position: absolute;
}
.banner-box {
    background: #cef;
    padding: 10px;
    overflow: hidden;
}
.sidebar-info .banner-box {
    overflow: hidden;
    padding: 12px 12px 14px;
}
.banner-box h3 {
    overflow: hidden;
    margin-bottom: 9px;
    line-height: 10px;
}
.sidebar-info .banner-box h3 {
    overflow: hidden;
    margin-bottom: 10px;
}
.sidebar-info img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.sidebar-info .banner-box h3 img {
    display: block;
    margin: 0 auto;
    height: 36px;
}
.sidebar-banner-list {
    overflow: hidden;
}
.sidebar-banner-list li:first-child {
    padding: 0;
}
.sidebar-banner-list li {
    padding-top: 3px;
}
.sidebar-banner-list a {
    display: block;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.list-sidebar-soc {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.list-sidebar-soc li {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 16px;
    border: unset;
}
.list-sidebar-soc li:first-child {
    padding: 0;
}
.list-sidebar-soc a {
    display: block;
    position: relative;
    width: 148px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.list-sidebar-soc img {
    display: block;
    width: 100%;
}
.list-sidebar-soc:after {
    content: '';
    display: block;
    clear: both;
}
.sidebar-info {
    overflow: hidden;
    margin: 0 -9px 16px;
    background: #cef;
}
.sidebar-info {
    overflow: hidden;
    margin-bottom: 28px;
}
#rank {
    display: block;
    padding: 0 10px;
}

#rank .red {
    color: #e30b00;
}

#rank .fz {
    font-size: 22px;
}

#rank .rank__block-top-page {
    position: relative;
    background: url(/common/smart/design/img/u-rank/rank-block-top-page.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 57%;
    margin: 0 -10px 10px;
}

#rank .rank__text {
    position: absolute;
    bottom: 7%;
    left: 5%;
    background: rgba(252, 240, 195, .7);
    width: 55%;
    height: 48%;
    border-radius: 10px;
    padding: 15px 10px 15px;
}

#rank .rank__paragraph {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

#rank .rank__paragraph:last-child {
    margin-bottom: 0;
}

#rank .rank__block-info {
    display: block;
    border: 2px solid #e30c00;
    background: #fff2f2;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 25px;
}

#rank .rank__descr {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#rank .rank__descr:last-child {
    margin-bottom: 0;
}

#rank .rank__table-block {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    box-shadow: 0px 0px 0px 1px rgba(215, 215, 215, 1);
}

#rank .rank__table-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#rank .rank__table-item_w30 {
    width: 80%;
}

#rank .rank__table-title {
    background: #f0f0f0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 30px;
    padding-left: 10px;
    box-shadow: 0px 1px 0px 0px #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

#rank .rank__table-item:last-child .rank__table-title {
    border-right: 0;
}

#rank .rank__table-punkt {
    height: 30px;
    padding-left: 10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 1);
    border-right: 1px solid #d7d7d7;
    font-size: 12px;
    line-height: 16px;
}

#rank .rank__table-item:last-child .rank__table-punkt {
    border-right: 0;
}

#rank .rank__punkt-descr {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
}

#rank .rank__punkt-descr:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

#rank .rank__punkt-descr_gold:after {
    background: url(/common/smart/design/img/u-rank/table-ico01.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 24px;
    height: 25px;
}

#rank .rank__punkt-descr_silver:after {
    background: url(/common/smart/design/img/u-rank/table-ico02.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 24px;
    height: 25px;
}

#rank .rank__punkt-descr_bronze:after {
    background: url(/common/smart/design/img/u-rank/table-ico03.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 24px;
    height: 25px;
}

#rank .rank__subdescr {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
}

#rank .rank__box-img {
    display: block;
    margin-bottom: 27px;
}

#rank .rank__img {
    display: block;
    width: 100%;
}

#rank .purpure {
    display: block;
    background: #ffecec;
    padding: 12px 10px 10px;
    margin-bottom: 15px;
}

#rank .purpure__paragraph {
    font-size: 9px;
    line-height: 13px;
    margin: 0;
}

#rank .rank__btn {
    max-width: 320px;
    padding: 16px 8px;
}

@media only screen and (max-width: 350px) {
    #rank .rank__paragraph {
        font-size: 12px;
        line-height: 13px;
    }

    #rank .rank__btn {
        max-width: 280px;
    }
}
#page-top img{display:none;}

