@charset "UTF-8";

body {
    background-color: #efefef
}

h2 {
    margin: 0;
    min-width: 100%;
    background: #000;
    padding: 2px;
    color: #fff;
    line-height: 30px;
    font-size: 19px;
}

.content {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

.content:before,
.content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.st-Group {
    background: #fff;
}

.st-Btn_Prim,
.st-Btn_Second,
.st-Button {
    display: block;
    border: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}

.st-Btn_Prim {
    position: relative;
    z-index: 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 2rem;
}

.st-Btn_Second {
    position: relative;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.6rem;
}

.st-Button {
    padding: 10px;
    border-radius: 5px;
    background: #989898;
    color: #fff;
    font-size: 8px;
    -webkit-appearance: none;
}

.st-Btn_Back {
    position: relative;
    display: block;
    padding: 12px 30px;
    border: 1px solid #656565;
    border-radius: 5px;
    color: #656565;
    text-align: center;
    font-weight: 700;
}

.st-Btn_Back:after {
    position: absolute;
    top: 38%;
    left: 20px;
    color: #656565;
    content: "\e900";
    font-size: 1rem;
    font-family: icf;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.st-Btn_Close {
    position: relative;
    display: block;
    padding: 12px 30px;
    border: 1px solid #656565;
    border-radius: 5px;
    color: #656565;
    text-align: center;
    font-weight: 700;
}

.st-Btn_More {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 15px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #656565;
    -webkit-box-shadow: 0 1px 0 0 #cbcbcb;
    box-shadow: 0 1px 0 0 #cbcbcb;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.st-Btn_More:before {
    position: absolute;
    top: 38%;
    right: 30%;
    color: #fff;
    content: "\e900";
    font-size: 1rem;
    font-family: icf;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.st-Btn_More:after {
    position: absolute;
    top: 38%;
    left: 30%;
    color: #fff;
    content: "\e900";
    font-size: 1rem;
    font-family: icf;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.st-Btn_Link,
.st-Btn_Link-o {
    position: relative;
    display: block;
    padding: 15px 30px;
    border: 1px solid #656565;
    border-radius: 5px;
    color: #656565;
    text-align: center;
    font-weight: 700;
}

.st-Btn_Link:after,
.st-Btn_Link-o:after {
    position: absolute;
    top: 38%;
    right: 20px;
    color: #656565;
    content: "\e900";
    font-size: 1rem;
    font-family: icf;
}

.st-Btn_Link-o {
    background: #656565;
    color: #fff;
}

.st-Btn_Link-o:after {
    color: #fff;
}

.st-Arrow_Right {
    position: relative;
}

.st-Arrow_Right:after {
    position: absolute;
    top: 38%;
    right: 20px;
    content: "\e900";
    font-size: 1rem;
    font-family: icf;
}

.st-Btn_Large {
    width: 100%;
}

.st-Box {
    padding: 30px 20px;
}

.st-Box_Detail {
    padding: 20px 5px 10px;
}

.st-Wrap {
    margin-bottom: 40px;
}

.st-Heading_Lv1 {
    color: #000;
    font-size: 1.4rem;
}

.st-PageTitle_Lv1 {
    padding: 15px;
    font-size: 1.6rem;
}

.st-Error {
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 9px;
}

.st-Error_Modal {
    margin: 10px;
    padding: 10px 20px 20px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.st-Error_Modal-Title {
    padding: 10px;
    background: #fc3d66;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.st-Error_Modal-Message {
    padding: 15px 0;
    font-weight: 700;
    line-height: 1.6;
}

.st-Error_Modal .st-Btn_Close {
    margin: 20px auto;
    width: 70%;
}

.st-Guide_Inner {
    position: relative;
    display: block;
    width: 100%;
    background: gold;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 30px;
}

.st-Guide_Inner .icf-arrow-circle-o {
    position: absolute;
    top: 25%;
    right: 15px;
    font-size: 1.5rem;
}

.st-Guide_Inner .ic-beginner {
    margin-top: -2px;
    margin-right: 6px;
    width: 13px;
}

.st-Nav {
    margin-bottom: 0px;
    height: 75px;
    background-color: #000;
}

.st-Nav li {
    float: left;
    width: 25%;
    text-align: center;
}

.st-Nav li:not(:last-of-type) a {
    margin-right: 1px;
}

.st-Nav a {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #444;
    font-size: 1rem;
    line-height: 0.7;
}

.st-Nav i {
    display: block;
    color: #989898;
    font-size: 22px;
    line-height: 32px;
}

.st-Nav .is-current {
    border-bottom: 3px solid #fc3d66;
    color: #fc3d66;
}

.st-Nav .is-current i {
    color: #fc3d66;
}

.st-Nav span {
    font-weight: 700;
}

.st-Badge_Figure {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fc3d66;
    color: #fff;
    letter-spacing: -1px;
    font-size: 9px;
    line-height: 16px;
    -webkit-animation-name: a-flash_on;
    animation-name: a-flash_on;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes a-flash_on {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes a-flash_on {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.st-MainVisual {
    margin-right: auto;
    margin-left: auto;
}

.st-MainVisual:before,
.st-MainVisual:after {
    content: " ";
    display: table;
}

.st-MainVisual:after {
    clear: both;
}

.st-MainVisual h1 {
    text-align: center;
}

.st-MainVisual img {
    max-height: 100px;
}

.st-Carousel {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    height: 71px;
}

.st-Carousel_Item {
    display: block;
    float: left;
    margin-left: 10px;
    border: 3px solid #fff;
    font-size: 0;
}

.st-Push {
    margin: 0 5px 5px;
}

.st-Push .st-Push_Item {
    width: 100%;
}

.st-Push .st-Item_Row {
    overflow: hidden;
    padding: 8px 10px;
}

.st-Push .st-Item_Name {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.st-Push .st-Push_Conditions {
    margin-bottom: 3px;
}

.st-Push_Item {
    display: block;
    width: 100%;
    border-right: 2px solid #fc3d66;
    border-bottom: 2px solid #fc3d66;
    border-left: 2px solid #fc3d66;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 #b5b5b5, 0 1px 0 1px #b5b5b5;
    box-shadow: 0 0 0 0 #b5b5b5, 0 1px 0 1px #b5b5b5;
}

.st-Push_Heading {
    position: relative;
    height: 26px;
    background: #fc3d66;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 30px;
}

.st-Push_Heading i {
    position: relative;
    top: 3px;
    display: inline-block;
    font-size: 2rem;
    line-height: 0;
}

.st-Push_Heading i:first-of-type {
    margin-right: 10px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.st-Push_Heading i:last-of-type {
    margin-left: 5px;
}

.st-Push .st-Item_Label:first-of-type {
    margin-top: 5px;
}

.st-Push .st-Item_Label {
    margin-top: 3px;
}

.st-Item_Free {
    border: solid 1px #000;
    background: #ffffff;
    color: #d51b18 !important;
}
.st-Item_Immediate {
    border: solid 1px #000;
    background: #ffffff;
    color: #d51b18 !important;
}

.st-Item_New {
    border: solid 1px #000;
    background: #ffffff;
    color: #d51b18 !important;
}


.st-Ribbon,
.st-Ribbon_Repeat {
    position: absolute;
    top: 40px;
    left: -28px;
    z-index: 100;
    display: inline-block;
    padding: 1px 30px;
    letter-spacing: -1px;
    font-size: 0.9rem;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.st-Ribbon:before,
.st-Ribbon_Repeat:before {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
}

.st-Ribbon_Repeat {
    background: #fc3d66;
}

.st-Ribbon_Repeat:before {
    content: "リピートOK";
}

.st-Detail .st-Ribbon_Repeat {
    top: 30px;
    left: -36px;
}

.st-Push_Conditions {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: 1px dotted #cbcbcb;
    font-size: 0;
}

.st-Push_Conditions dt,
.st-Push_Conditions dd {
    display: inline-block;
    padding: 3px 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.st-Push_Conditions dt:not(:first-of-type),
.st-Push_Conditions dd:not(:first-of-type) {
    border-top: 1px dotted #cbcbcb;
}

.st-Push_Conditions dt {
    width: 26%;
    color: #444;
    vertical-align: top;
}

.st-Push_Conditions dd {
    width: 74%;
}

.st-Item_Heading {
    padding: 10px 10px 5px;
}

.st-TimeSale .st-Item_Heading {
    padding: 10px 10px 8px;
}

.st-TimeSale .st-Heading_Lv1 {
    display: inline;
}

.st-TimeSale .st-Item_Career {
    margin-bottom: 3px;
}

.st-Heading_Lv1 {
    min-width: auto;
}

.st-Heading_Lv1 i {
    margin-right: 5px;
    vertical-align: sub;
    font-size: 2rem;
    line-height: 0;
}

.st-Item_CountDown {
    display: inline-block;
    float: right;
    padding: 1px 12px;
    border-radius: 2rem;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
}

.st-Item_CountDown em {
    font-size: 1.4rem;
}

.st-Item {
    position: relative;
    overflow: hidden;
    padding: 8px 10px 5px;
    border: 1px solid #000000;
    margin: 5px 3px;
    background: #fff;
}


.st-Item_Row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.st-Item_Row:before,
.st-Item_Row:after {
    content: " ";
    display: table;
}

.st-Item_Row:after {
    clear: both;
}

.st-Item_Bnr {
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.st-Item_Bnr img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

.st-Item_Overview {
    overflow: hidden;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.st-Item_Timing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.st-Item_Timing .st-Item_Label:not(:first-of-type) {
    margin-left: 2px;
}

.st-Item_Label {
    display: block;
    padding: 2px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.st-Item_Name {
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0px;
}


.st-Item_Label+.st-Item_Name {
    margin-top: 10px;
}

.st-Item_Description {
    color: #656565;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.st-Ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}


.st-Item_Career {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0;
}

.st-Item_Career li {
    display: inline-block;
    text-align: center;
}

.st-Item_Career li:not(:first-of-type) {
    margin-left: 5px;
}

.st-Item_Career li img {
    width: 15px;
    border-radius: 3px;
}

.st-Item_Value {
    display: inline-block;
    float: right;
    color: #ffffff;
    text-align: right;
    font-size: 1.2rem;
    font-family: Helvetica, sans-serif;
    line-height: 1;
    background: #f10909;
    padding: 3px 10px;
    border-radius: 7px;
}


.st-Item_Value em {
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
}

.st-Row {
    width: 100%;
    border-top: none;
    vertical-align: top;
    font-size: 0;
}

.st-Row .st-Item {
    display: inline-block;
    padding: 0 10px 10px;
    width: 100%;
    text-align: center;
}

.st-Row .st-Item:nth-of-type(odd) {
    border-right: 1px solid #cbcbcb;
}

.st-Row .st-Item_Name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-Row .st-Item_Bnr {
    margin: 10px auto 5px;
    width: 90px;
    height: 90px;
}

.st-Row .st-Item_Career {
    width: 100%;
    text-align: center;
}

.st-Row .st-Item_Value {
    display: block;
    float: inherit;
    text-align: center;
}

.st-Row.st-Col .st-Item {
    width: 100%;
}

.st-Row.st-Col_Half .st-Item {
    width: 50% !important;
}

.st-Row.st-Col_Half .st-Item_Timing {
    margin-bottom: 0;
}

.st-Sort {
    margin-top: 10px;
}

.st-Sort .st-Heading {
    padding: 5px 10px 13px 0;
}

.st-Sort .st-Heading_Lv1 {
    display: inline;
    margin-bottom: 10px;
    padding-left: 10px;
}

.st-Sort .st-Btn_Sort {
    display: inline-block;
    float: right;
    margin-top: -2px;
    padding: 3px 10px;
    border-bottom: 1px solid #656565;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 0 #656565;
    box-shadow: 0 1px 0 0 #656565;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
}

.st-Sort .st-Btn_Sort i {
    margin-right: 2px;
}

.st-Btn_Sort {
    border: 1px solid #989898;
    border-radius: 3px;
    color: #656565;
    font-weight: 700;
}

.st-Ranking_List {
    background: #fff;
}

.st-Ranking_Number {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 15px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 15px;
}

.st-Ranking_Number:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-width: 7px 5px 7px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    content: "";
}

.st-Item_List .st-Item_Row:nth-of-type(1) .st-Ranking_Number {
    background: #d9aa00;
}

.st-Item_List .st-Item_Row:nth-of-type(2) .st-Ranking_Number {
    background: #656565;
}

.st-Item_List .st-Item_Row:nth-of-type(3) .st-Ranking_Number {
    background: #c38247;
}

.st-Item_List .st-Item_Row:nth-of-type(n + 4) .st-Ranking_Number {
    background: #989898;
}

.st-Item_List .st-Row .st-Ranking_Number {
    background: #989898;
}

.st-Campaign_Box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 10px;
    padding: 8px;
    border: 2px solid #e9b600;
    border-radius: 3px;
    background: #fffce8;
    color: #331f03;
}

.st-Campaign_Box:before {
    position: absolute;
    top: 5px;
    left: 12px;
    color: gold;
    content: "\e912";
    font-size: 3.5rem;
    font-family: icf;
}

.st-Ribbon_Check {
    position: absolute;
    top: -17px;
    right: -30px;
    z-index: 100;
    display: inline-block;
    padding: 3px 30px;
    background: #331f03;
    letter-spacing: -1px;
    font-size: 0.9rem;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.st-Ribbon_Check:before {
    color: #fff;
    content: "CHECK!";
    font-weight: 700;
    font-size: 1.1rem;
}

.st-Campaign_Title {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
}

.st-Campaign_Title strong {
    background: -webkit-linear-gradient(top,
            transparent 0,
            transparent 70%,
            #ffee8b 70%,
            #ffee8b 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(transparent),
            color-stop(70%, transparent),
            color-stop(70%, #ffee8b),
            to(#ffee8b));
    background: -o-linear-gradient(top,
            transparent 0,
            transparent 70%,
            #ffee8b 70%,
            #ffee8b 100%);
    background: linear-gradient(to bottom,
            transparent 0,
            transparent 70%,
            #ffee8b 70%,
            #ffee8b 100%);
    color: #f20e3f;
}

.st-Campaign_Title strong.st-Campaign_Title-Bonus {
    font-size: 2.2rem;
}

.st-Campaign_Period {
    margin: 5px auto 8px;
    padding: 3px;
    width: 80%;
    border: 1px solid #4e453e;
    border-radius: 100rem;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.st-Campaign_Stamp {
    font-size: 0;
}

.st-Campaign_Stamp li {
    position: relative;
    display: inline-block;
    min-height: 75px;
    border: 1px solid;
    border-radius: 5px;
    background: #fff;
    color: #eae8e5;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.st-Campaign_Stamp li.st-Campaign_Start {
    padding: 8px 0 12px;
}

.st-Campaign_Stamp li.st-Campaign_Clear {
    padding: 5px 0 9px;
}

.st-Campaign_Stamp li:not(:last-of-type) {
    margin-right: 3px;
}

.st-Campaign_Stamp li i {
    display: block;
    margin-top: 3px;
}

.st-Campaign_Stamp li i.icf-diamond:before {
    font-size: 3.6rem;
}

.st-Campaign_Stamp li i.icf-badge-spark:before {
    color: #fc3d66;
    font-size: 5.5rem;
}

.st-Campaign_Stamp li span {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 1.1rem;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.st-Campaign_Stamp.col-2 li {
    width: 49.2%;
}

.st-Campaign_Stamp.col-2 li span {
    top: 35%;
    left: 38%;
}

.st-Campaign_Stamp.col-2 li:not(:last-of-type) span {
    top: 42%;
}

.st-Campaign_Stamp.col-3 li {
    width: 32.6%;
}

.st-Campaign_Stamp.col-3 li span {
    top: 35%;
    left: 33%;
}

.st-Campaign_Stamp.col-3 li:not(:last-of-type) span {
    top: 42%;
}

.st-Campaign_Notes {
    margin: 0 10px 10px;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
}

.st-Campaign_Notes-Title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.2rem;
}

.st-Campaign_Notes-List {
    font-size: 1.2rem;
    line-height: 1.4;
}

.st-Campaign_Notes-List li {
    margin-bottom: 3px;
    padding-left: 1.2rem;
    text-indent: -0.6rem;
}

.st-Campaign_Notes-List li:before {
    display: inline-block;
    content: "・";
}

.st-Campaign_List .st-Heading_Lv1 strong {
    color: #f20e3f;
}

.st-Item_List .st-Item_Row.st-Campaign_Clear-Item {
    position: relative;
    z-index: 0;
    opacity: 0.3;
    pointer-events: none;
}

.st-Item_List .st-Item_Row.st-Campaign_Clear-Item:after {
    position: absolute;
    top: 30%;
    left: 40%;
    z-index: 100;
    color: #000;
    content: "CLEAR";
    text-align: center;
    font-size: 3rem;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.st-Detail {
    border-bottom: 1px solid #cbcbcb;
    text-align: left;
}

.st-Detail .st-Item_Description {
    padding: 5px 0;
}

.st-Detail .st-Item_Timing {
    margin-bottom: 10px;
}

.st-Item_Conditions {
    padding: 0 15px;
    font-size: 0;
}

.st-Item_Conditions:nth-of-type(2) {
    padding-top: 15px;
}

.st-Item_Conditions:last-of-type {
    padding-bottom: 35px;
}

.st-Item_Conditions-Title {
    display: inline-block;
    margin: 0 0px 1px 0;
    padding: 6px 5px 5px;
    width: 82px;
    border-radius: 3px;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
}


.st-Item_Conditions-Contents {
    display: block !important;
    font-size: 1.4rem;
    line-height: 1.6;
}

.st-Maintenance {
    margin: 15px 10px;
    padding: 10px;
    border: 1px solid #989898;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
}

.st-Maintenance_Title {
    margin-bottom: 8px;
    padding: 5px 0;
    background: #e5e5e5;
    font-weight: 700;
}

.st-Maintenance_Message span {
    display: inline-block;
    padding: 5px 0;
    font-weight: 700;
}

.st-Back_Previous {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 1000;
    height: 50px;
}

.st-Back_Previous a {
    position: absolute;
    left: 5%;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(252, 61, 102, 0.85);
    color: #fff;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.st-Back_Previous span {
    position: absolute;
    bottom: 16px;
    display: block;
    width: 100%;
}

.st-Back_Previous i {
    font-size: 1.8rem;
}

.st-Back_Previous i:before {
    display: inline-block;
    margin-top: 15px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.st-Header {
    z-index: 888888888 !important;
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    border-bottom: 1px solid #989898;
}

.st-Header:before,
.st-Header:after {
    content: " ";
    display: table;
}

.st-Header:after {
    clear: both;
}

.st-Header_Logo {
    display: block;
    float: left;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
}

.st-Header_Logo h1 {
    font-size: 0;
}

.st-Header_Logo img {
    width: auto;
    height: 20px;
}

.st-Header_Navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-right: 5px;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.st-Header_Navi li {
    display: inline-block;
    width: 48px;
    text-align: center;
    line-height: 1;
}

.st-Header_Navi a {
    display: inline-block;
    color: #989898;
    text-align: center;
}

.st-Header_Navi a i {
    display: block;
    font-size: 2.8rem;
}

.st-Header_Navi a .icf-question {
    font-size: 2.8rem;
}

.st-Header_Navi span {
    display: block;
    margin-top: 0.3em;
    font-size: 10px;
}

.st-Howto {
    display: none;
}

.st-Howto_Item {
    padding: 20px 12px;
}

.st-Howto_Title {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
}

.st-Footer {
    padding: 15px 0;
    border-top: 1px solid #cbcbcb;
}

.st-Footer_Link {
    text-align: center;
}

.st-Footer_Link li {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.1rem;
}

.st-Footer_Link li:nth-of-type(n + 2) {
    margin-left: 5px;
}

.st-Footer_Link a {
    color: #656565;
}

@media screen and (min-width: 1200px) {
    .content {
        width: 750px;
    }

    .st-MainVisual {
        width: 750px;
    }

    .st-Header {
        width: 750px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .content {
        width: 750px;
    }

    .st-MainVisual {
        width: 750px;
    }

    .st-Header {
        width: 750px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .content {
        width: 750px;
    }

    .st-MainVisual {
        width: 750px;
    }

    .st-Header {
        width: 750px;
    }
}


.st-Nav li img {
    width: 63px;
    margin-top: 6px;
}


.st-Nav li span::before {
    content: '\A';
    white-space: pre;
}

ul.st-Nav_List {
    color: white;
    background-color: black;
}

ul.st-Nav_List a {
    padding-top: 27px;
}

.st-Item_Conditions-Title {
    background-color: #efefef
}

.st-Push,
.st-Item_List {
    background: #fff
}

.st-Header {
    background: #fff
}

.st-Howto_Title {
    background: #444;
    color: #fff
}

.st-Nav {
    margin-bottom: 0px;
    height: 70px;
    background-color: #fff !important;
}

.st-Nav a {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #fff;
    font-size: 1rem;
    line-height: .7;
}

.st-Btn_Prim {
    background: #d51b18;
    -webkit-box-shadow: 0 2px 0 0 #cb3353;
    box-shadow: 0 2px 0 0 #751a2d;
    color: #fff;
}

.st-Btn_Second {
    background: #0080fc;
    -webkit-box-shadow: 0 3px 0 0 #e5e5e5;
    box-shadow: 0 3px 0 0 #e5e5e5;
    color: #fff
}

.st-Arrow_Right:before,
.st-Arrow_Right:after {
    color: #fff
}

.st-Item_Timing {
    color: #fff;
    margin-bottom: 0px !important;
}

.st-Item_RightNow {
    background: #fc3d66
}

.st-Item_LaterDate {
    background: #0080fc
}

.squareList .st-Ranking_Value em,
.squareList .st-Item_Value em {
    color: red;
}

.squareList .st-Item_Value {
    display: inline-block;
    float: right;
    color: #fff !important;
    text-align: right;
    font-size: 1rem;
    font-family: Helvetica, sans-serif;
    line-height: 1;
    padding-bottom: 5px;
}


.squareList .st-Item_Value em {
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
    display: block;
    padding: 2px 0;
}


.squareList .st-Ranking_Value em,
.squareList .st-Item_Value em {
    color: #fff;
}

.squareList .st-Item_Value {
    display: inline-block;
    float: right;
    color: #fff !important;
    text-align: right;
    font-size: 1.2rem;
    font-family: Helvetica, sans-serif;
    line-height: 1;
}


.squareList .st-Item_Career li img {
    width: 15px !important;
    border-radius: 100% !important;
}


.squareList .st-Item_Free {
    background: #3b99ff !important;

}

.squareList .st-Item_New {
    background: #f93c6e !important;

}

.squareList .st-Item_Immediate {
    background: #10983b !important;

}

.squareList .st-Btn_Prim {
    position: relative;
    z-index: 0;
    padding: 15px;
    border-radius: 60px !important;
    font-size: 2rem;
}

.squareList .st-Nav {
    margin-bottom: 10px;
    height: 48px;
    background-color: #000 !important;
}

.squareList .st-Nav a {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #fff !important;
    font-size: 1rem;
    line-height: .7;
}

.st-Item_Timing .st-Item_Label:not(:first-of-type) {
    margin-left: 2px !important;
}

.squareList .st-Item {
    position: relative;
    overflow: hidden;
    padding: 5px 0px 0px !important;
    border: 2px outset #696969;
    border-bottom: none !important;
    margin: 3px 0px;
}

.squareList .st-Item_Name {
    font-weight: 700;
    font-size: 13px !important;
    color: #000 !important;
    line-height: 2rem;
    padding: 3px 5px;
    margin-bottom: 2px;
    text-align: left;
    max-width: 125px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.icf-arrow-circle-o:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-weight: 900;
}

.st-Guide_Inner {
    position: relative;
    display: block;
    width: 100%;
    background: gold !important;
    color: #000 !important;
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 30px;
}


.icf-arrow-circle-o:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0a9' !important;
    font-weight: 900;
}

.icf-arrow-single:before {

    font-family: "Font Awesome 5 Free";
    content: '\f101' !important;
    font-weight: 900;
}

.st-Btn_Back:after {
    position: absolute;
    top: 38%;
    left: 20px;
    color: #656565;
    font-size: 1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: "Font Awesome 5 Free" !important;
    content: '\f101' !important;
    font-weight: 900;
}


.st-Back_Previous a {
    position: absolute;
    left: 5%;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.85) !important;
    color: #fff;
    text-align: center;
    font-size: 9px;
    cursor: pointer;
}

.st-Nav a {
    position: relative;
    display: block;
    height: 15px !important;
    border-bottom: 2px solid #fc3d66 !important;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #fff;
    font-size: 1rem;
    line-height: .7;
    font-weight: 900;
}

.icf-home:before {
    font-family: "icf";
    content: '\e900' !important;
    font-weight: 100;
}

.icf-new:before {
    font-family: "icf";
    content: '\e901' !important;
    font-weight: 300;
}

.icf-right_now:before {
    font-family: "icf";
    content: '\e902' !important;
    font-weight: 300;
}

.icf-lot:before {
    font-family: "icf";
    content: '\e906' !important;
    font-weight: 300;
}

.icf-crown-rich:before {
    content: "";
    font-family: "icf";
    content: '\e904' !important;
    font-weight: 300;
}

.st-Nav {
    margin-bottom: 10px;
    height: 70px;
    background-color: #000;
    margin-top: 10px;
}

.st-Nav a {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 0 1px 0 0 #b5b5b5;
    box-shadow: 0 1px 0 0 #b5b5b5;
    color: #fff;
    font-size: 1rem;
    line-height: .7;
}

.st-Nav i {
    display: block;
    color: #ffffff !important;
    font-size: 22px;
    line-height: 32px;
}

.icf-arrow-circle-o:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35a';
    font-weight: 900;
}

ul.st-Nav_List a {
    padding-top: 2px;
}

.squareList .st-Item_Description {
    color: #656565;
    font-size: 1.2rem;
    line-height: 1.3;
    display: none;
}

.squareList .st-Detail .st-Item_Description {
    padding: 2px 0 !important;
}

.squareList .st-Btn_Back {
    position: relative;
    display: block;
    padding: 12px 30px;
    border: 1px solid #656565;
    border-radius: 40px !important;
    color: #656565;
    text-align: center;
    font-weight: 700;
}

.squareList .st-Item_Conditions-Title {
    display: block !important;
    margin: 0 10px 10px 0;
    padding: 6px 5px 5px;
    width: 82px;
    border-radius: 3px;
    color: #585858;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
}

.st-Item_Conditions-Title {
    background-color: #000000;
    color: #fff;
}


.st-Item_Label {
    display: block;
    padding: 2px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    border-radius: 4px !important;
}

.contents {
    top: 0px;
    position: relative;
}

.step-arrow {
    position: absolute;
    top: 89%;
    left: 0;
    right: 0;
    margin: auto;
    width: 12%;
}

.step-text {
    position: absolute;
    top: 70.3%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 18px;
    line-height: 21px;
}

.step-text2 {
    position: absolute;
    top: 66%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 18px;
    line-height: 21px;
}

.step-text3 {
    position: absolute;
    top: 76%;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 18px;
    line-height: 21px;
}

.text-tp {
    font-size: 1.4rem;
    margin: 30px 10px 24px 10px;
    text-align: center;
    font-weight: 900;
}

.float {
    animation: float_5399 2s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes float_5399 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width: 320px) {
    .step-text {
        position: absolute;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        margin: 0px 18px;
        line-height: 18px;
    }

    .step-text2 {
        position: absolute;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        margin: 0px 18px;
        line-height: 18px;
    }

    .step-text3 {
        position: absolute;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        margin: 0px 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 768px) {
    .step-text {
        position: absolute;
        top: 76%;
        text-align: left;
        font-weight: bold;
        font-size: 31px;
        margin: 0px 49px;
        line-height: 41px;
    }

    .step-text2 {
        position: absolute;
        top: 68%;
        text-align: left;
        font-weight: bold;
        font-size: 31px;
        margin: 0px 49px;
        line-height: 41px;
    }

    .step-text3 {
        position: absolute;
        top: 79%;
        text-align: left;
        font-weight: bold;
        font-size: 31px;
        margin: 0px 49px;
        line-height: 41px;
    }
}

@media screen and (min-width: 1024px) {
    .step-text {
        position: absolute;
        top: 72%;
        text-align: left;
        font-weight: bold;
        font-size: 40px;
        margin: 0px 49px;
        line-height: 48px;
    }

    .step-text2 {
        position: absolute;
        top: 68%;
        text-align: left;
        font-weight: bold;
        font-size: 40px;
        margin: 0px 49px;
        line-height: 48px;
    }

    .step-text3 {
        position: absolute;
        top: 78%;
        text-align: left;
        font-weight: bold;
        font-size: 40px;
        margin: 0px 49px;
        line-height: 48px;
    }

}

.st-Btn_Link,
.st-Btn_Link-o {
    position: relative;
    display: block;
    padding: 15px 30px;
    border: 1px solid #656565;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.st-Btn_Link-o {
    background: #000000;
    color: #fff;
}

.st-Btn_Link-o:after,
.st-Btn_Link:after {
    position: absolute;
    top: 38%;
    right: 20px;
    color: #fff;
    font-size: 1rem;
    font-family: "Font Awesome 5 Free" !important;
    content: '\f101' !important;
    font-weight: 900;
}

.faq-Question span {
    margin-right: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    background: #d86262;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
}

.answer {

    color: #fff;
    font-size: 1.6rem;
    border-radius: 40px;
    margin: 0px;
    padding: 0px 8px 0px 0px;

}

.faq-Question {
    margin-right: 10px;
    padding-left: 4rem;
    text-indent: -4rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

.faq-Section {
    padding: 18px 7px 15px;
    border: solid 1px #000;
    margin: 17px 10px 10px 10px;
    background: #fff;
}

.faq-Answer {
    color: #000;
    line-height: 25px;
    background: #ffffff;
    padding: 11px;
    border: solid 1px #000;
    margin: 23px 5px 10px 5px;
}

.st-Btn_Link,
.st-Btn_Link-o {
    position: relative !important;
    display: block !important;
    padding: 15px 30px !important;
    border: 1px solid #656565 !important;
    border-radius: 40px !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    background: #000 !important;
}

.st-PageTitle_Lv1 {
    padding: 15px;
    font-size: 1.6rem;
    background: #000;
    color: #fff;
    text-align: center;
}

.st-Group {
    background: #efefef !important;
    text-align: left;
}

.btn-left {
    white-space: nowrap;
    position: absolute;
    top: 3px;
    left: 0;
    padding: 7px;
    font-weight: bold;
}

.btn-left a {
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: white;
    padding: 8px 8px;
    min-width: 30px;
    width: auto !important;
    width: 30px;
    font-size: 13px;
}

.btn-left p {}


.inq-Section {
    padding: 10px 15px 0;
}

.inq-Requirements {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 12px;
    border: 3px solid #e5e5e5;
    border-radius: 3px;
}

.js-mailcopy {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #e44b4b;
    color: #fff;
    border-bottom: solid 4px #cc3e3e;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 16px;

}

.js-mailcopy:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

.inq-Requirements {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 3px solid #000000;
    border-radius: 3px;
    background: #fff;
    line-height: 27px;
}

.inq_sample {
    border: solid 1px #a0a0a0;
    padding: 5px;
}

.st-Nav li {
    float: left;
    width: 25%;
    text-align: center;
    /* border: solid 1px #000; */
    height: 78px;
    /* margin: 0 0px -1px; */
    /* border-collapse: collapse !important; */
    margin-left: 0px;
    /* border-top: solid #ffffff; */
    /* border-bottom: solid #ffffff; */
    border-left: solid #000;
    border-width: 4px 2px 4px 2px;
    border: solid #fff;
}



.st-Nav li:nth-child(1) {
    background: #000;
    border-left-width: 4px;
}
.st-Nav li:nth-child(2) {
    background: #000;
    
}

.st-Nav li:nth-child(3) {
    background: #000;
}

.st-Nav li:nth-child(4) {
    background: #000;
    border-right-width: 4px;
}


.st-Nav span {
    font-weight: 700;
    color: #fff;
    font-size: 11px !important;
    display: none;
}



.squareList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: flex-start;
    min-height: 600px;
    margin: 0 5px;
}

.squareList a {
    flex: 0 1 32%;
}

.squareList .st-Row {
    width: 100%;
    border: none;
    vertical-align: top;
    font-size: 0;
    background: #fff !important;
    border-radius: 5px !important;
}

.squareList .st-Row .st-Item_Bnr {
    margin: 10px auto 5px !important;
    width: 100px !important;
    height: 100px !important;
}

.squareList .st-Item_Overview {
    overflow: hidden;
    margin-left: 0px !important;
    flex: 1;
    text-align: left;
}

.squareList .st-Row .st-Item_Value {
    display: block;
    float: inherit;
    text-align: center;
    background: #f10909 !important;
}


.squareList .st-Item_Bnr img {
    width: 100px !important;
}

.el-carousel__item h1 {
    color: #475669;
    font-size: 14px;
    opacity: 1 !important;
    margin: 0;
}

.squareList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    min-height: 600px;
}

.squareList .st-Row.st-Col_Half .st-Item {
    width: 50% !important;
}

.squareList .st-Row .st-Item:nth-of-type(odd) {
    border-right: 1px solid #cbcbcb;
}

.squareList .st-Row .st-Item {
    display: inline-block;
    padding: 0 10px 10px;
    width: 100%;
    text-align: center;
}

.squareList .st-Item {
    position: relative;
    overflow: hidden;
    padding: 8px 10px 5px;
    border-bottom: 1px solid #cbcbcb;
}

/* user agent stylesheet */
.squareList a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    /* text-decoration: underline; */
}

.squareList .st-Row {
    width: 100%;
    border-top: none;
    vertical-align: top;
    font-size: 0;
}

.st-Timesale_Row .st-Item_Title {
    text-align: left;
    padding: 14px 5px 10px !important;
    border-radius: 5px !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    border: solid 1px #000;
    vertical-align: bottom;
}



.st-Timesale_Row .st-Item_Bnr div {
    font-size: .8em;
    margin-top: 6px;
    color: #ffffff;
    background: #ffffff;
    padding: 5px 0px 2px;
    font-weight: bold;
}



.timesaleList .squareList a {
    -webkit-flex: 0 1 30%;
    flex: 0 1 31%;
}

.timesaleList .st-Item {
    border: none;
    border-bottom: none !important;
    display: block;
    padding: 5px !important;
}

.timesaleList .st-Item .st-Timesale_Row {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.timesaleList .st-Timesale_Row .st-Item_Title {
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    background: #fc3d66;
    -webkit-box-shadow: 0 2px 0 0 #cb3353;
    box-shadow: 0 2px 0 0 #cb3353;
    color: #fff;
}

.timesaleList .st-Timesale_Row .st-Item_Title span {
    font-size: 0.7em;
    padding: 7px 5px 5px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 0 0 #ddd;
    box-shadow: none;
    color: #f10909;
    margin-bottom: 0px;
    vertical-align: top;
    line-height: 17px;
}

.timesaleList .st-Item_Wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.timesaleList .st-Timesale_Row .st-Item_Bnr {
    -webkit-flex: 0 1 22%;
    flex: 0 1 22%;
    -webkit-align-self: stretch;
    align-self: stretch;
    height: 100%;
    margin-left: 0;
    margin-top: 10px;
}

.timesaleList .st-Timesale_Row .st-Item_Bnr div {
    font-size: 0.8em;
    margin-top: 6px;
    color: #f10909;
    font-weight: bold;
}


.timesaleList .st-Timesale_Row .st-Item_Bnr img {
    position: relative;
}

.timesaleList .st-Timesale_Row .st-Item_Overview {
    -webkit-flex: 0 1 75%;
    flex: 0 1 75%;
    margin-top: 7px;
    margin-left: 0px;
}

.timesaleList .st-Timesale_Row .st-Item_Button {
    background: #f10909;
    box-shadow: 0 2px 0 0 #cb3353;
    color: #fff;
    height: 55px;
    border-radius: 4px;
    line-height: 4em;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}


.timesaleList .st-Timesale_Row .st-Item_Button em {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 3px;
}



.item_02{
    width: 95%;
    margin: 15px auto 20px;
    border: solid 2px #000;
}

.item_01{
    width: 95%;
    margin: 15px auto 10px;
    border: solid 2px #000;
}

.st-Item_Icon {
    width: 5%;
    margin-right: 3px;
    display: none;
}

.el-button:not(.is-text) {
    background-color: var(--el-button-bg-color);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    background: #000000 !important;
    width: 100% !important;
    margin: 30px !important;
    padding: 20px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
}