﻿@charset "utf-8";

/* CSS Document */
body {
    font-family: "微軟正黑體", sans-serif;
    background-color: #f4f6f9;
}

/* 這是設定所有放大縮小的物件是使用移動方式變化 */
* {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&family=Roboto:wght@700;900&display=swap');


.width-x {
    max-width: 1650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 7%;
    padding-bottom: 3%;
    z-index: 5;
}

.BRR {
    display: none;
    height: 1px;
}

.bg {
    background-image: url(../images/banner_background_big.jpg);
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
}

.bg .bg-circle {
    z-index: 5;
    width: 80%;
    position: absolute;
}

/* Bounce To Right*/
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 50px;
    background: #1164c3;
    text-align: center;
    padding: 7px 30px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    margin-top: 5%;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    line-height: 2;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00b900;
    box-shadow: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
    text-decoration: none;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*BANNER*/
.banner {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 53em;
    margin: 0 auto;
}

img.banner_min,
img.banner004 {
    display: none;
}

img.banner001,
img.banner004,
img.banner005,
img.banner006 {
    position: absolute;
}

.top-title {
    position: absolute;
    width: 750px;
    top: 7%;
    left: 13%;
    text-align: center;
    z-index: 99;
}

img.banner001 {
    width: 745px;
    top: 8%;
    right: 10%;
    z-index: 10;
}

img.banner002 {
    width: 500px;
    top: 20%;
    right: 5%;
}

img.banner003 {
    width: 670px;
    top: 20%;
    right: 5%;
    padding-top: 18px;
}

img.banner005 {
    top: -42%;
    right: -16%;
    width: 42%;
}

img.banner006 {
    width: 10%;
    top: 94%;
    right: 1%;
}

img.banner001 {
    -webkit-animation-delay: 1s;
    animation-delay: 1.5s;
}

img.banner002 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 1s;
}

img.banner003 {
    -webkit-animation-delay: 1s;
    animation-delay: 2s;
}

img.banner004 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 2s;
}

img.banner005 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 2.5s;
}

img.banner006 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 3s;
}



/* 活動辦法 */
.activity {
    position: relative;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 6;
}

.activity .circle {
    border-radius: 100%;
    width: 75em;
    height: 75em;
    background-color: #fff;
    margin: 0 auto;
    padding: 5% 3%;
}

.activity h1 {
    color: #1164c3;
    font-size: 50px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 10px;
}

.activity h2 {
    color: #24324b;
    font-size: 24px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.7;
    padding: 2% 4%;
}

.activity h1 span {
    font-size: 23px;
    letter-spacing: 3px;
}

.activity .play {
    width: 38px;
    margin-top: -7px;
}

.activity img {
    width: 30px;
    height: auto;
}

.activity .yellow-tex {
    background-color: #ffe400;
    font-weight: 900;
}

.activity .blue-tex {
    color: #1164c3;
    font-weight: 900;
}

.step {
    width: 105%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.step-box {
    background-color: #eef3fb;
    border-radius: 15px;
    padding: 10px;
    margin: 23px;
    width: 19%;
}

.step-box p {
    font-size: 23px;
    let ter-spacing: 1px;
    line-height: 1.2;
    padding-top: 12%;
}

.step .step-box .step-title {
    background-color: #1164c3;
    border-radius: 50em;
    line-height: 0;
    padding: 17px 0;
    width: 112px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 auto;
}

.step .step-box .triangle {
    position: absolute;
    align-content: center;
    left: -20px;
    width: 36px;
    z-index: 99;
    margin-top: -80px;
}

.branch_font_color {
    color: #1164c3 !important;
}

.branch_input {
    border-radius: 25px !important;
}

.branch_background {
    background: #1164c3 !important;
    border-radius: 25px !important;
}

.branch_background:before {
    background: #1164c3;
    border-radius: 25px !important;
}


/* 學員見證 */
.student {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/buttom.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;
}

.big-box {
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    letter-spacing: 1px;
    margin-bottom: 1%;
}

.big-box .box-name {
    position: relative;
    width: 70%;
    height: auto;
    font-size: 17px;
    font-weight: 900;
    background-color: #fff;
    margin-top: -33%;
    margin-left: 15%;
    border-radius: 10px;
    z-index: 10;
    padding: 9px 10px;
    letter-spacing: 0;
}

.box-content {
    padding: 10px 25px;
    background-color: #f8f8f8;
    position: relative;
    margin-top: 5%;
}

.box-content p {
    font-size: 19px;
    overflow: hidden;
    color: #5c6771;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

span.tag {
    line-height: 1;
    font-size: 21px;
    font-weight: 900;
    color: #1164c3;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
}

img.star {
    width: 130px;
    margin: 0 auto;
    padding-top: 7px;
}

img.student {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

.background-02 {
    background-image: url(../images/buttom.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
}

/*blooper_reel*/


.button_radius {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    min-width: 150px;
    height: 50px;
    padding: 0 25px;
    font-size: 23px;
    line-height: 1.2;
    border-radius: 50px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    overflow: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    margin: 5px;
}

.button_radius:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 100%;
    border-radius: 50px;
    transition: .3s;
}

.button_radius:hover:before {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .button_radius {
        height: 35px;
        min-width: 150px;
    }

    .activity .blooper_reel {
        width: 100% !important;
    }

    .button_area {
        flex-direction: column !important;
        width: 100% !important;
    }
}

.activity .blooper_reel {
    width: 60%;
    margin: 0 auto;
    padding: 5% 3%;
}

.blooper_reel_input_system_area {
    margin-top: 50px;
}

.blooper_reel_title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 900 !important;
    text-align: center;
    padding: 15px 25px;
}

.blooper_reel_input_system {
    overflow: hidden;
    width: 100%;
    border: 3px dashed #1164c3;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}

.blooper_reel_input_system .title span {
    color: #1164c3;
    font-size: 21px;
}

.blooper_reel_input_system input {
    width: 100%;
}

.blooper_reel_input_system input.box {
    background: #fff;
    border: #ddd 1px solid;
}

.blooper_reel_input_system .accept {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 13px;
}

.blooper_reel_input_system label.include,
.forget>label {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    transition: 0.2s;
}

.blooper_reel_input_system label.include:hover {
    color: #aaa;
}

.blooper_reel_input_system label.include:before,
.blooper_reel_input_system .forget>input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: #e4e4e4 5px solid;
    border-radius: 20px;
    background: #e4e4e4;
}

.blooper_reel_input_system input[type="checkbox"]:checked+label.include:before,
.blooper_reel_input_system .forget>input[type="checkbox"]:checked+label:before,
.blooper_reel_input_system input[type="radio"]:checked+label:before {
    background: #1164c3 !important;
}

.blooper_reel_half_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}

.blooper_reel_half_area .button_square {
    position: relative;
    display: block;
    width: calc(50% - 0px);
    line-height: 45px;
    height: 45px;
    padding: 10px 15px;
    color: #1164c3;
    border: #1164c3 solid 1px;
    cursor: pointer;
    transition: 0.2s;
}

.blooper_reel_half_area .left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blooper_reel_half_area .right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blooper_reel_button_content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.blooper_reel_half_area .button_square:hover,
.blooper_reel_half_area .button_square.active {
    background: #1164c3;
    border: #1164c3 solid 0px;
    color: #fff;
}

.blooper_reel_input_system .cart_table_row {
    margin-left: 16.4%;
}

.blooper_reel_input_system select {
    width: calc(100% / 3 - 30px / 3) !important;
    background: url(../images/down2.svg) center right no-repeat !important;
    background-size: 25px !important;
    background: #fff;
    border: #ddd 1px solid;
}

.blooper_reel_input_system .promotion_list {
    padding: 0;
}

.blooper_reel_input_system .cart_table_promotion {
    padding: 15px 0px 0px 0px;
}

.button_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin: 0 auto;
}

.button_system {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 30px;
    font-weight: 900;
    padding: 7px 30px;
    margin: 2.5px 0;
    margin-right: 0px;
    border-radius: 50px;
    transition: 0.2s;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 2;
    background: #1164c3;
    color: white;
    text-decoration: none;
}

/* .button_system:hover,
.button_system:focus,
.button_system:active {
    color: white !important;
    text-decoration: none;
} */

.button_system:hover,
.button_system:focus,
.button_system:active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.button_system:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00b900;
    box-shadow: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
}

.button_system:hover,
.button_system:focus,
.button_system:active {
    color: white;
    text-decoration: none;
}

/* .focus {
    background: #1164c3;
    color: #fff;
    margin-bottom: 15px;
}

.focus:hover {
    color: #fff;
    top: -3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
} */

.blooper_reel_img {
    border: 0;
    border-radius: 5px;
    line-height: 50px;
    padding: 0 15px !important;
    background: #f2f2f2;
    border: #ddd 1px solid;
    margin-bottom: 30px;
}

.blooper_reel_img p {
    font-size: 23px;
    text-align: center;
    margin: 50px auto;
}

.blooper_reel_color {
    background: #1164c3;
    color: #fff;
    width: 200px;
}

.blooper_reel_type {
    width: 200px;
    background: #fff;
    border: #1164c3 1px solid;
    color: #1164c3;
}

.blooper_reel_type:hover {
    top: -3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #1164c3;
}

.blooper_reel_color:hover {
    top: -3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
}


/*  ↓↓↓↓    螢幕尺寸大於960時頁面顯示效果↓↓↓↓     */
@media (min-width: 1920px) {

    img.banner001 {
        top: 8%;
        right: 10%;
    }

    .top-title {
        top: 7%;
        left: 12%;
    }

}


/*  ↓↓↓↓    螢幕尺寸大於960時頁面顯示效果↓↓↓↓     */
@media (min-width: 1680px) and (max-width:1919px) {

    img.banner001 {
        top: 8%;
        right: 5%;
    }

    .top-title {
        top: 7%;
        left: 8%;
    }

}

/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media (min-width: 1440px) and (max-width:1679px) {

    .banner {
        position: relative;
        height: 53em;
    }

    img.banner001 {
        width: 745px;
        top: 8%;
        right: 0%;
        z-index: 10;
    }

    .top-title {
        position: absolute;
        width: 750px;
        top: 7%;
        left: 1%;
        text-align: center;
        z-index: 99;
    }

    .student {
        background-size: 140%;
    }


}

/*  ↓↓↓↓    ipad 橫向 w1024 ↓↓↓↓   */
@media (min-width: 1024px) and (max-width:1439px) {

    .bg {
        background-size: 149%;
    }

    .banner {
        position: relative;
        height: 38em;
    }

    img.banner001 {
        width: 50%;
        top: 3%;
        right: -3%;
        z-index: 10;
    }

    img.banner002 {
        width: 149%;
        top: 20%;
    }

    img.banner003 {
        width: 184%;
        top: 20%;
        padding-top: 18px;
        margin-left: -16%;
    }

    .top-title {
        width: 25%;
        top: 7%;
        left: 13%;
    }

    .activity .blooper_reel {
        width: 90%;
    }

    .activity .circle {
        width: 67em;
        height: 67em;
        padding: 5% 3%;
    }

    .activity h1 {
        line-height: 1;
        letter-spacing: 2px;
        margin: 20px;
    }

    .activity h2 {
        font-size: 24px;
        line-height: 1.7;
        padding: 2% 13%;
    }

    .step-box {
        padding: 10px;
        margin: 15px;
        width: 19%;
    }

    .step {
        margin-left: 3%;
    }

    .big-box .box-name {
        width: 100%;
        height: 6em;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 12px;
        font-size: 16px;
    }

    .box-content {
        padding: 10px 25px;
        background-color: #f8f8f8;
        position: relative;
        margin-top: 0;
    }

    .student {
        background-image: url(../images/buttom.svg);
        background-size: 165%;
    }

}


/*  ↓↓↓↓    ipad 直向 w768 ↓↓↓↓    */
@media (min-width: 1440px) and (max-width:1023px) {
    .banner {
        position: relative;
        height: 53em;
    }

}


/*  ↓↓↓↓    ipad 直向 w768 ↓↓↓↓    */
@media (min-width: 768px) and (max-width:1023px) {
    .bg {
        background-image: none;
    }

    .top-title,
    .bg .bg-circle,
    img.banner005,
    img.banner006 {
        display: none;
    }

    .banner {
        position: relative;
        height: 57em;
        overflow: hidden;
    }

    img.banner_min,
    img.banner004 {
        display: block;
    }

    img.banner_min {
        position: relative;
        width: 100%;
    }

    img.banner001 {
        width: 93%;
        top: 28%;
        right: 1%;
    }

    img.banner004 {
        position: absolute;
        width: 88%;
        left: 0;
        right: 0;
        top: 1%;
        margin: 0 auto;
    }

    .activity {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .activity .circle {
        border-radius: 0;
        width: 100%;
        height: auto;
        padding: 6% 2%;
    }

    .activity .blooper_reel {
        width: 100%;
    }

    .step-box {
        padding: 10px;
        margin: 15px;
        width: 20%;
    }

    .step .step-box .triangle {
        width: 30px;
    }

    .big-box .box-name {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 8px;
        letter-spacing: 0;
        font-size: 16px;
    }

    .box-content {
        padding: 10px 25px;
        background-color: #f8f8f8;
        position: relative;
        margin-top: 0;
    }

    .student {
        background-size: 166%;
        background-color: #fff;
    }

    .width-x {
        padding-top: 10%;
        padding-bottom: 2%;
    }

    .activity h2 {
        padding: 3% 5%;
    }


}


/* ↓↓↓↓ 手機尺寸, 頁面顯示尺寸 300 < x <960 時,顯示效果 ↓↓↓↓  */
@media (min-width: 300px) and (max-width:767px) {
    .bg {
        background-image: none;
    }

    .top-title,
    .bg .bg-circle,
    img.banner005,
    img.banner006 {
        display: none;
    }

    .banner {
        position: relative;
        height: 31em;
        overflow: hidden;
    }

    img.banner_min,
    img.banner004 {
        display: block;
    }

    img.banner_min {
        position: relative;
        width: 100%;
    }

    img.banner001 {
        width: 108%;
        top: 27%;
        right: -7%;
    }

    img.banner004 {
        position: absolute;
        width: 88%;
        left: 0;
        right: 0;
        top: 1%;
        margin: 0 auto;
    }

    .activity {
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .activity .circle {
        border-radius: 0;
        width: 100%;
        height: auto;
        padding: 10% 2%;
    }

    .step-box {
        padding: 10px;
        margin: 17px;
        width: 40%;
    }

    .step .step-box .triangle {
        width: 29px;
        left: -11px;
        margin-top: -73px;
    }

    .big-box .box-name {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 8px;
        letter-spacing: 0;
        font-size: 22px;
    }

    .box-content {
        padding: 10px 25px;
        background-color: #f8f8f8;
        position: relative;
        margin-top: 0;
    }

    .student {
        background-size: 430%;
        background-color: #fff;
    }

    .width-x {
        width: 90%;
        padding-top: 17%;
        padding-bottom: 0;
    }

    .activity h2 {
        padding: 0% 4%;
        font-size: 17px;
        letter-spacing: 1px;
    }

    span.tag {
        font-size: 31px;
        letter-spacing: 2px;
    }

    img.star {
        width: 53%;
        margin: 0 auto;
        padding: 7px;
    }

    .activity h1 {
        font-size: 44px;
        line-height: 1.3;
        letter-spacing: 2px;
        margin: 10px;
    }

    .activity h1 span {
        font-size: 20px;
        letter-spacing: 3px;
    }


}


/* ↓↓↓↓ 手機尺寸, 頁面顯示尺寸 300 < x <960 時,顯示效果 ↓↓↓↓  */
@media (min-width: 300px) and (max-width:320px) {
    .banner {
        position: relative;
        height: 23.5em;
        overflow: hidden;
    }

    .activity h1 {
        font-size: 42px;
        line-height: 1.2;
        letter-spacing: 2px;
    }

    .activity h1 span {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .step-box {
        padding: 10px;
        margin: 15px;
        width: 38%;
    }

    .step-box p {
        font-size: 19px;
    }

    .step .step-box .triangle {
        width: 27px;
        left: -11px;
        margin-top: -61px;
    }

    .step .step-box .step-title {
        line-height: 0;
        padding: 13px 0;
        width: 85px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0 auto;
        margin-top: 8px;
    }

}

// 表單
.fill {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 50px 10px 80px 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.deco-05 {
    position: absolute;
    bottom: 9%;
    right: 0%;
    width: 18%;
    max-width: 180px;
}

.deco-06 {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 18%;
    max-width: 180px;
}

h1 {
    margin: 0 auto 50px auto;
    text-align: center;
    color: #1164c3;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.3em;
}

.fill_lable img {
    margin-bottom: 15px;
    max-width: 580px;
    width: 90%;
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 0 auto 10px auto;
    background-color: #f1f1f1;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#sBut {
    height: auto;
    margin: 0px auto;
    width: 100%;
    border: none;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    letter-spacing: 1px;
    clear: both;
    overflow: hidden;
    border-radius: 2px;
    user-select: none;
}

.statement {
    color: #313131;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.statement a {
    color: #313131;
    text-decoration: underline;
}

.statement a:hover {
    color: #000;
}

.option {
    text-align: left;
}

.fill_form {
    padding: 0;
}