.common-title_s1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 20px;
    padding: 20px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
article .article-new.base-page p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    font-weight: 700;
}
article .article-new.base-page .p-first {
    margin: 30px 0 35px 0;
}
article .article-new.base-page img {
    display: block;
    width: 100%;
    height: auto;
}
.title-item_s1 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
    color: #2aa400;
    border-bottom: 2px solid #2aa400;
    border-left: 10px solid #2aa400;
    padding: 0 10px;
    margin: 0 0 24px;
}
.article-new.base-page .card-base-yellow {
    background: #fffce4 url(/common/smart/design/img/icon-i.png) no-repeat;
    background-position: 22px 20px;
    padding: 10px 60px;
    margin-top: 18px;
}
.card-base-yellow p {
    font-weight: unset !important;
    margin-bottom: -2px;
}
.card-base-yellow :first-child {
    font-weight: 700 !important;
}
article .article-new.base-page p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.btn_s1 {
    position: relative;
    vertical-align: top;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    z-index: 5;
}
.btn_s1-default {
    max-width: 830px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 2px #000;
    overflow: hidden;
    padding: 15px 8px;
    background: #cf3524;
    text-align: center;
}
.cyokusou-block .center-btn-poz {
    margin: 20px auto;
    padding: 25px 8px;
    display: block;
    box-sizing: border-box;
    width: 98%;
}
.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 strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 80px;
    font-size: 40px;
    line-height: 44px;
    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: 68px;
    height: 68px;
    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: -15px 0 0 -8px;
    border: 17px solid transparent;
    border-left: 26px solid red;
    border-right: 0;
}
.btn_s1-default strong span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.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;
}
.center-btn-poz {
    display: block;
}
.article-new.base-page a.btn_s1.btn_s1-default.center-btn-poz {
    margin: 45px 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2px;
    width: 97.5%;
}
article .article-new {
    width: 762px;
}
article .article-new.base-page .p-3 {
    margin: 7px 0 45px 0;
}
article .article-new.base-page .p-2 {
    margin-bottom: 20px;
}

.article-new.base-page .arrow-down {
    width: 100%;
    background: url(/common/smart/design/img/arrow-down.png) no-repeat center;
    height: 45px;
}