@charset "utf-8";
* {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", "微軟正黑體";
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
button:focus,
buttom.active {
    outline: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
button,
button:hover {
    outline: none;
    text-decoration: none;
}

a,
a:hover,
button,
button:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* 回頂點 */

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 100px;
    right: 100px;
    width: 60px;
    height: 60px;
    display: none;
    z-index: 999;
}

.actGotop a,
.actGotop a:link {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    font-size: 15px;
    outline: none;
    border: 2px solid #FFF;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.actGotop a:hover {
    border: 2px solid #018bd4;
    color: #018bd4;
    outline: none;
}

.actGotop a i {
    display: table;
    font-size: 60px;
    margin: 0 auto;
    line-height: 50px;
}

#ascrail2000-hr {
    display: none !important;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/** HEADER **/

.wrapper>header {
    width: 100%;
    min-height: 1465px;
    display: table;
    background: url(../images/step_01_bg.jpg) no-repeat top center #f5bbcb;
}

header .header {
    margin: 0 auto;
    padding: 4.5% 0 0;
    text-align: left;
}

header .header a,
header .header nav {
    display: inline-block;
}

header .header a img {}

header .header nav ul li {
    display: inline-block;
}

header .header nav ul li a {
    color: #FFF;
    font-size: 18px;
    line-height: 83px;
}

header .header nav ul li:after {
    content: '|';
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    margin: 0 23px 0 25px;
}

header .header nav ul li:nth-last-child(1):after {
    content: '';
    margin: 0;
}

header .header.pro>div>a.logo_link {
    display: table;
    margin: 0 auto;
    background: #FFF;
    padding: 0 40px;
}

header .header.pro .logo_line {
    width: 100%;
    height: 3px;
    display: table;
    margin: -40px auto 0;
    background: #fdc005;
    position: relative;
    z-index: -1;
}

.menu {
    float: right;
}

a.right_bt {
    float: right;
}

a.right_bt img {
    padding: 0;
}

.menu_box_list {
    padding: 0;
    position: relative;
}

.menu_box_list ul li a {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    border-bottom: 2px transparent solid;
}

.menu_box_list ul li a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}

.menu_box_list ul li a.active,
.menu_box_list ul li a:hover {
    text-decoration: none;
    color: #f5bbcb;
    transition: 0.8s all;
    text-decoration: none;
}


/*--menu-box-style--*/

.box_content_center {
    height: 100%;
    margin: 0 -15px;
}

.box {
    position: absolute;
    top: -200%;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    z-index: 1049;
    text-align: center;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
}

a.boxclose {
    cursor: pointer;
    text-align: center;
    display: block;
    position: absolute;
    top: 25px;
    right: -15px;
}

.menu_box_list ul {
    padding: 10% 0px;
}

.menu_box_list ul li:nth-child(1) {
    margin: 0;
}

.menu_box_list ul li {
    margin-top: 12px;
}

footer {
    width: 100%;
    background: #FFF;
    display: table;
}

footer .footer_nav {
    border-bottom: 1px solid #d7d7d7;
}

footer .footer_nav ul {
    display: table;
    margin: 0 auto;
    padding: 20px 0;
}

footer .footer_nav ul li {
    display: inline-block;
}

footer .footer_nav ul li a {
    padding: 0 25px;
}

footer .footer_nav ul li:after {
    content: '|';
    color: #ccc;
    font-size: 20px;
}

footer .footer_nav ul li:nth-last-child(1):after {
    content: '';
}

footer .copyright_text {
    color: #4d4d4d;
    font-size: 13px;
}

footer .copyright_text p {
    width: 100%;
    line-height: 50px;
    display: table;
    margin: 0;
    text-align: center;
}

footer .copyright_text ul {
    display: table;
    float: right;
}

footer .copyright_text ul li {
    display: inline-block;
    border: 1px solid #FFF;
    margin: 10px 5px;
}

footer .copyright_text ul li a {
    display: block;
    padding: 5px 12px;
    color: #FFF;
}

footer .copyright_text ul li a i {
    font-size: 12px;
}


.modal .modal-dialog {
    width: 800px;
}

.modal .modal-dialog .modal-body iframe {
    min-height: 450px;
}

.modal.test .modal-dialog {
    width: 985px;
}

.modal.test .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal.test .modal-header .close {
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.modal .modal-body .nav-tabs {
    padding-bottom: 35px;
    border-bottom: 1px dotted #979797;
}

.modal .modal-body .nav-tabs li {
    width: 33.33%;
    text-align: center;
    margin: 0;
}

.modal .modal-body .nav-tabs li a {
    font-size: 30px;
    line-height: 50px;
    font-weight: 100;
    color: #303030;
    border: none;
}

.modal .modal-body .nav-tabs li a span {
    width: 50%;
    height: 5px;
    margin: 0 auto;
    display: table;
    background: #fdc005;
}

.modal .modal-body .nav-tabs>li.active>a,
.modal .modal-body .nav-tabs>li.active>a:hover,
.modal .modal-body .nav-tabs>li.active>a:focus {
    color: #fdc005;
    border: none;
}

.modal .modal-body .nav>li>a:hover,
.modal .modal-body .nav>li>a:focus {
    background: transparent;
    border: none;
}

.modal .modal-body .tab-content .OUTFIT_IMG {
    text-align: center;
    padding: 35px 0;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT {
    width: 100%;
    display: table;
    padding: 0 40px;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTI {
    display: inline-block;
    width: 20%;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTI h2 {
    padding-left: 15px;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTI .BIG_TXT {
    font-size: 110px;
    line-height: 80px;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTII {
    display: inline-block;
    width: 80%;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTII h1 {
    margin-bottom: 35px;
}

.modal .modal-body .tab-content .OUTFIT_TXT_CONTENT .OUTFIT_TXTII h1 span {
    color: #c11717;
}

.modal .modal-body .tab-content .Share_lottery {
    text-align: center;
    padding: 125px 0 105px;
}

.modal .modal-body .tab-content .Share_FB {
    text-align: center;
    padding: 125px 0 125px;
}

.modal .modal-body .tab-content .step_img_01 {
    text-align: center;
    padding-top: 135px;
}

.modal .modal-body .tab-content .step_img_02 {
    text-align: right;
    padding-top: 125px;
    padding-bottom: 40px;
}

#MENU.modal.test .modal-dialog {
    width: 1200px;
    padding: 4% 0 0;
    margin: 0 auto;
}

#MENU.modal.test .modal-dialog .modal-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#MENU.modal.test .modal-dialog .modal-content .modal-header .close {
    top: 0;
    right: 0;
    opacity: 1;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body {
    padding: 0;
    position: relative;
    text-align: center;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body ul {
    padding: 10% 0px;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body ul li:nth-child(1) {
    margin: 0;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body ul li {
    margin-top: 12px;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body ul li a {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    border-bottom: 2px transparent solid;
}

#MENU.modal.test .modal-dialog .modal-content .modal-body ul li a.active,
#MENU.modal.test .modal-dialog .modal-content .modal-body ul li a:hover {
    text-decoration: none;
    color: #f5bbcb;
    transition: 0.8s all;
    text-decoration: none;
}

.modal-backdrop.in {
    opacity: .8;
}

header .step_01 {
    padding: 0 0 8%;
}

header .step_01 .step_01_title {
    padding: 20% 0 0;
}

header .step_02 {
    padding: 3% 0 0;
}

header .step_02 .step_02_title {
    padding: 0;
}

header .step_02 .step_02_title img {
    width: 100%;
}

header .step_02 .step_02_title.Q_2 {
    padding-top: 50px;
}

header .step_02 .step_02_title.step_02_banner {
    margin-top: -50px;
    padding: 0 0 0 30px;
}

header .step_03 {
    padding: 5% 0 0;
}

header .step_03 .step_03_title {
    border-bottom: 1px solid #000;
}

header .step_03 .step_03_title h1 {
    display: table;
    padding-bottom: 10px;
    border-bottom: 8px solid #000;
    font-size: 48px;
    color: #000;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header .step_03 .step_03_title h1:before {
    content: '“';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 75px;
    left: -100px;
}

header .step_03 .step_03_content {
    padding: 0 7%;
}

header .step_03 .step_03_content .step_03_content_line {
    display: table;
    margin: 0 -15px;
    border: 3px solid #e1567d;
    position: relative;
}

header .step_03 .step_03_content .step_03_content_line:before {
    content: ' ';
    width: 295px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e1567d;
}

header .step_03 .step_03_content .step_03_content_title {
    padding: 100px 0 100px 100px;
    text-align: center;
}

header .step_03 .step_03_content .step_03_content_title h1 {
    font-size: 48px;
    margin: 0;
}

header .step_03 .step_03_content .step_03_content_item ul {
    display: table;
    float: right;
}

header .step_03 .step_03_content .step_03_content_item ul li {
    float: left;
    padding: 30px 15px 5px;
}

header .step_03 .step_03_content .step_03_content_item p {
    width: 100%;
    display: table;
    font-size: 24px;
    text-align: center;
}

header .step_04 {
    padding: 10% 0 0;
}

header .step_04 .step_04_title {
    border-bottom: 1px solid #000;
}

header .step_04 .step_04_title h1 {
    display: table;
    padding-bottom: 10px;
    border-bottom: 8px solid #000;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header .step_04 .step_04_title h1:before {
    content: '“';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 75px;
    left: -100px;
}

header .step_04 .step_04_title h1:after {
    content: '”';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 100px;
    right: -100px;
}

header .step_04 p {
    margin: 15px auto;
    font-size: 36px;
    color: #000;
    text-align: center;
}

header .step_04 .step_04_01_group {
    position: relative;
    height: 745px;
    margin-top: 60px;
}

header .step_04 .step_04_01_group .step_04_01_banner {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1;
}

header .step_04 .step_04_01_group .step_04_01_img {
    position: absolute;
    bottom: 0px;
    right: -150px;
    z-index: 2;
}

header .step_04 .step_04_01_group .step_04_01_btn {
    position: relative;
    bottom: 20px;
    right: 0;
    z-index: 3;
    float: right;
    padding-right: 20%;
}

header .step_04.step_04_1 {
    padding: 0;
    background: #008bd4;
}

header .step_04.step_04_1 .icon_VS {
    width: 100%;
}

header .step_04.step_04_1 .icon_VS img {
    display: table;
    margin: -72px auto;
}

header .step_04 .step_04_02_group {
    position: relative;
    height: 874px;
}

header .step_04 .step_04_02_group .step_04_02_banner {
    position: relative;
    top: 0px;
    right: 0;
    z-index: 1;
    float: right;
    padding-top: 20px;
}

header .step_04 .step_04_02_group .step_04_02_img {
    position: absolute;
    bottom: 0px;
    left: -150px;
    z-index: 2;
}

header .step_04 .step_04_02_group .step_04_02_btn {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 3;
    float: left;
    padding-left: 25%;
    padding-top: 120px;
}

header .step_05 {
    padding: 6% 0 0;
    background: #FFF;
}

header .step_05 .step_05_title {
    border-bottom: 1px solid #008bd4;
}

header .step_05 .step_05_title h1 {
    display: table;
    color: #008bd4;
    padding-bottom: 10px;
    border-bottom: 8px solid #008bd4;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header .step_05 .step_05_title h1:before {
    content: '“';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 75px;
    left: -100px;
}

header .step_05 .step_05_title h1:after {
    content: url(../images/icon_mask.png);
    position: absolute;
    top: -40px;
    right: -80px;
}

header .step_05 p {
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 36px;
    color: #008bd4;
    text-align: center;
}

header .step_05 .step_05_item_group a {
    margin: 0 auto;
    display: table;
}

header .step_05 .step_05_item_group .step_05_item {
    background: url(../images/box_shadow.png) no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

header .step_05 .step_05_item_group .step_05_item_img {
    padding: 18px;
    position: relative;
    /*background: url(../images/step_05_item_img_bg.png) no-repeat top center; background-size: contain;*/
    background: #FFF;
    box-shadow: 0px 0px 15px 0px #cccccc;
    width: 100%;
    height: 387px;
}

header .step_05 .step_05_item_group .step_05_item_img p {
    font-size: 24px;
    color: #424443;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

header .step_05 .step_05_item_group .step_05_item .step_05_item_img img {
    width: 100%;
}

header .step_05 .step_05_item_group.margintop .step_05_item {
    margin-top: 50px;
}

header .step_05 .step_05_item_group a img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_05 .step_05_item_group a:hover img {
    transform: scale(1.03);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_05 .step_05_item_group .step_05_item {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_05 .step_05_item_group:hover .step_05_item {
    transform: scale(1.03);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_06 {
    padding: 8% 0 0;
    background: #FFF;
}

header .step_06 .step_06_title {
    border-bottom: 1px solid #008bd4;
}

header .step_06 .step_06_title h1 {
    display: table;
    color: #008bd4;
    padding-bottom: 10px;
    border-bottom: 8px solid #008bd4;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header .step_06 .step_06_title h1:before {
    content: '“';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 75px;
    left: -100px;
}

header .step_06 .step_06_content {
    position: relative;
}

header .step_06 .step_06_content .step_06_btn {
    position: absolute;
    left: 50px;
    top: 70px;
}

header .step_06 .step_06_content .step_06_banner {
    float: right;
    padding-top: 90px;
}

header .step_07 {
    padding: 0;
    background: #FFF;
}

header .step_07 .step_07_title {
    border-bottom: 1px solid #008bd4;
}

header .step_07 .step_07_title h1 {
    display: table;
    color: #008bd4;
    padding-bottom: 10px;
    border-bottom: 8px solid #008bd4;
    font-size: 48px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

header .step_07 .step_07_title h1:before {
    content: '“';
    font-size: 300px;
    vertical-align: middle;
    font-family: sans-serif;
    font-weight: 100;
    line-height: 0;
    position: absolute;
    top: 75px;
    left: -100px;
}

header .step_07 p {
    margin-top: 15px;
    font-size: 36px;
    color: #008bd4;
    text-align: center;
}

header .step_07 .step_07_contnt {
    padding-top: 50px;
}

header .step_07 .step_07_contnt .step_07_contnt_text {
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    position: relative;
}

header .step_07 .step_07_contnt .step_07_contnt_text:before {
    content: '活動辦法';
    display: table;
    font-size: 18px;
    color: #FFF;
    background: #f65212;
    padding: 3px 6px;
    position: absolute;
    top: -16px;
    left: 43%;
}

header .step_07 .step_07_contnt .step_07_btn {
    text-align: center;
    padding-top: 45px;
}

header .step_07 .step_07_contnt .step_07_btn a {
    display: block;
}

header .step_07_1 {
    padding: 13% 15px 0;
    background: #FFF
}

header .step_07_1 .step_07_1_left {
    background: #f5bbcb;
    position: relative;
    height: 465px;
}


/* 20180818 調整 START */

header .step_07_1 .step_07_1_left a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 20180818 調整 END */

header .step_07_1 .step_07_1_left .step_07_1_left_bg {
    position: absolute;
    top: 15px;
    right: 300px;
    z-index: 1;
}

header .step_07_1 .step_07_1_left .step_07_1_left_img {
    position: absolute;
    bottom: 0;
    right: -45px;
    z-index: 3;
}


/* 20180817 調整 START */

header .step_07_1 .step_07_1_left .step_07_1_left_btn {
    padding: 2% 70% 0 0;
    position: relative;
    z-index: 999;
    float: right;
}

header .step_07_1 .step_07_1_left .step_07_1_left_text {
    padding: 22% 55% 0 0;
    display: table;
    float: right;
}


/* 20180817 調整 END */

header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
    font-size: 48px;
    color: #098bd4;
    margin: 0 0 10px;
    font-weight: bold;
}


/* 20180818 調整 START */

header .step_07_1 .step_07_1_left .step_07_1_left_text h3 {
    margin: 0;
    font-weight: bold;
    color: #000;
}


/* 20180818 調整 END */

header .step_07_1 .step_07_1_left .step_07_1_left_img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_left:hover .step_07_1_left_img img {
    width: 102%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_left .step_07_1_left_btn a img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_left .step_07_1_left_btn a:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_right {
    background: #098bd4;
    position: relative;
    height: 465px;
}


/* 20180818 調整 START */

header .step_07_1 .step_07_1_right a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 20180818 調整 END */

header .step_07_1 .step_07_1_right .step_07_1_right_bg {
    position: absolute;
    bottom: 0;
    left: 265px;
    z-index: 2;
}

header .step_07_1 .step_07_1_right .step_07_1_right_img {
    position: absolute;
    bottom: 0;
    left: -40px;
    z-index: 2;
}

header .step_07_1 .step_07_1_right .step_07_1_right_btn {
    padding: 2% 0 0 54%;
    position: relative;
    z-index: 999;
}

header .step_07_1 .step_07_1_right .step_07_1_right_text {
    padding: 17% 0 0 35%;
}

header .step_07_1 .step_07_1_right .step_07_1_right_text h1 {
    font-size: 48px;
    color: #f5bbcb;
    margin: 0 0 10px;
    font-weight: bold;
}


/* 20180818 調整 START */

header .step_07_1 .step_07_1_right .step_07_1_right_text h3 {
    margin: 0;
    padding-left: 3%;
    font-weight: bold;
    color: #000;
}


/* 20180818 調整 END */

header .step_07_1 .step_07_1_right .step_07_1_right_img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_right:hover .step_07_1_right_img img {
    width: 102%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_right .step_07_1_right_btn a img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .step_07_1 .step_07_1_right .step_07_1_right_btn a:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.index_modal #step_04_Q1_modal {
    padding-top: 52px;
}

.index_modal #step_04_Q1_modal .modal-dialog {
    background-color: transparent;
    width: 982px;
    height: 679px;
    background: url(../images/step_04_Q1_modal_more_bg.png) no-repeat top center;
    background-size: cover;
}

.index_modal #step_04_Q1_modal .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    border: none;
    position: relative;
}

.index_modal #step_04_Q1_modal .modal-dialog .modal-content .modal-header {
    border: none;
}

.index_modal #step_04_Q1_modal .modal-dialog .modal-content .modal-body {
    height: initial;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.index_modal #step_04_Q2_modal {
    padding-top: 52px;
}

.index_modal #step_04_Q2_modal .modal-dialog {
    background-color: transparent;
    width: 982px;
    height: 679px;
    background: url(../images/step_04_Q2_modal_more_bg.png) no-repeat top center;
    background-size: cover;
}

.index_modal #step_04_Q2_modal .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    border: none;
    position: relative;
}

.index_modal #step_04_Q2_modal .modal-dialog .modal-content .modal-header {
    border: none;
}

.index_modal #step_04_Q2_modal .modal-dialog .modal-content .modal-body {
    height: initial;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.index_modal #step_07_1_left_modal {
    padding-top: 52px;
}

.index_modal #step_07_1_left_modal .modal-dialog {
    background-color: transparent;
    width: 960px;
    height: 845px;
    background: url(../images/step_07_1_modal_bg.png) no-repeat top center;
    background-size: cover;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    border: none;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 80px 60px 0 40px;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 9999;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 43px;
    position: relative;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title:before {
    content: '';
    width: 25px;
    border-bottom: 2px solid #d8476f;
    position: absolute;
    bottom: -10px;
    left: 5px;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title span {
    color: #d8476f;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body {
    height: initial;
    position: initial;
    padding: 50px 40px;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li {
    margin-bottom: 25px;
    font-size: 25px;
    color: #222;
    width: 50%;
    display: table;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li>img {
    margin-right: 15px;
    width: 16%;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li>a>img {
    width: 70%;
    margin-top: 50px;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li:nth-child(2)>img {
    vertical-align: top;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.ok_info li {
    margin-bottom: 45px;
    font-size: 26px;
    color: #222;
    width: 50%;
    display: table;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.ok_info li span {
    color: #e74848;
    font-size: 18px;
    margin-bottom: 100px;
    display: table;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg {
    position: absolute;
    bottom: 43px;
    right: 0px;
    text-align: right;
    width: 53%;
}

.index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg img {
    width: 100%
}

.index_modal #step_07_1_right_modal {
    padding-top: 52px;
}

.index_modal #step_07_1_right_modal .modal-dialog {
    background-color: transparent;
    width: 960px;
    height: 845px;
    background: url(../images/step_07_1_modal_bg.png) no-repeat top center;
    background-size: cover;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content {
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    border: none;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 80px 60px 0 40px;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 9999;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 43px;
    position: relative;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title:before {
    content: '';
    width: 25px;
    border-bottom: 2px solid #d8476f;
    position: absolute;
    bottom: -10px;
    left: 5px;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title span {
    color: #098bd4;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body {
    height: initial;
    position: initial;
    padding: 50px 40px;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li {
    margin-bottom: 25px;
    font-size: 25px;
    color: #222;
    width: 50%;
    display: table;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li>img {
    margin-right: 15px;
    width: 16%;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li>a>img {
    width: 70%;
    margin-top: 50px;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li:nth-child(2)>img {
    vertical-align: top;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.ok_info li {
    margin-bottom: 45px;
    font-size: 26px;
    color: #222;
    width: 50%;
    display: table;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.ok_info li span {
    color: #e74848;
    font-size: 18px;
    margin-bottom: 100px;
    display: table;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg {
    position: absolute;
    bottom: 43px;
    right: 0px;
    text-align: right;
    width: 53%;
}

.index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg img {
    width: 120%
}


#video {
    padding-top: 60px;
    padding-bottom: 30px;
}

#video header h2 {
    color: #fff;
}

#video header h3 {
    font-size: 47px;
    line-height: 1.0;
    margin-bottom: 20px;
}

#video header h3 .color-blue {
    color: #82cbf2;
}

#video .video {
    max-width: 855px;
    margin: 0px auto;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#video #ma1-video-btn-play {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#video #ma1-video-btn-play.active {
    opacity: 0;
    visibility: hidden;
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.is-mobile .video-btn-play {
    background-image: url(https://img.youtube.com/vi/5BSMQBIGCrQ/maxresdefault.jpg) !important;
    background-size: cover;
}

.video-btn-play {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
}

.video-btn-play:before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 3px solid #0070ba;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.video-btn-play:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #0070ba;
    position: absolute;
    top: 50%;
    left: 50.8%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.video-btn-play:hover:before {
    border: 3px solid rgba(0, 112, 186, 0.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
}

.video-btn-play:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}




.modal {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.pc_img {
    display: block;
}

.mo_img {
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header .step_03 .step_03_title h1::before {
        left: -50%;
    }
    header .step_04 .step_04_title h1::after {
        right: 60%;
    }
    header .step_04 .step_04_title h1::before {
        left: 60%;
    }
    header .step_05 .step_05_title h1::before {
        left: -150%;
    }
    header .step_06 .step_06_title h1::before {
        left: -38%;
    }
    header .step_07 .step_07_title h1::before {
        left: -150%;
    }
    header .step_04_1.step_04 .icon_VS {
        position: relative;
    }
    header .step_04_1.step_04 .icon_VS img {
        position: absolute;
        left: 40%;
    }
}

@supports (-ms-accelerator:true) {
    header .step_03 .step_03_title h1::before {
        left: -50%;
    }
    header .step_04 .step_04_title h1::after {
        right: 60%;
    }
    header .step_04 .step_04_title h1::before {
        left: 60%;
    }
    header .step_05 .step_05_title h1::before {
        left: -150%;
    }
    header .step_06 .step_06_title h1::before {
        left: -38%;
    }
    header .step_07 .step_07_title h1::before {
        left: -150%;
    }
    header .step_04_1.step_04 .icon_VS {
        position: relative;
    }
    header .step_04_1.step_04 .icon_VS img {
        position: absolute;
        left: 40%;
    }
}

@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
    header .step_03 .step_03_title h1::before {
        left: -50%;
    }
    header .step_04 .step_04_title h1::after {
        right: 60%;
    }
    header .step_04 .step_04_title h1::before {
        left: 60%;
    }
    header .step_05 .step_05_title h1::before {
        left: -150%;
    }
    header .step_06 .step_06_title h1::before {
        left: -38%;
    }
    header .step_07 .step_07_title h1::before {
        left: -150%;
    }
    header .step_04_1.step_04 .icon_VS {
        position: relative;
    }
    header .step_04_1.step_04 .icon_VS img {
        position: absolute;
        left: 40%;
    }
}

@supports (-ms-ime-align:auto) {
    header .step_03 .step_03_title h1::before {
        left: -50%;
    }
    header .step_04 .step_04_title h1::after {
        right: 60%;
    }
    header .step_04 .step_04_title h1::before {
        left: 60%;
    }
    header .step_05 .step_05_title h1::before {
        left: -150%;
    }
    header .step_06 .step_06_title h1::before {
        left: -38%;
    }
    header .step_07 .step_07_title h1::before {
        left: -150%;
    }
    header .step_04_1.step_04 .icon_VS {
        position: relative;
    }
    header .step_04_1.step_04 .icon_VS img {
        position: absolute;
        left: 40%;
    }
}

@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
    header .step_03 .step_03_title h1::before {
        left: -50%;
    }
    header .step_04 .step_04_title h1::after {
        right: 60%;
    }
    header .step_04 .step_04_title h1::before {
        left: 60%;
    }
    header .step_05 .step_05_title h1::before {
        left: -150%;
    }
    header .step_06 .step_06_title h1::before {
        left: -38%;
    }
    header .step_07 .step_07_title h1::before {
        left: -150%;
    }
    header .step_04_1.step_04 .icon_VS {
        position: relative;
    }
    header .step_04_1.step_04 .icon_VS img {
        position: absolute;
        left: 40%;
    }
}

@media(max-width:1680px) {}

@media(max-width:1600px) {}

@media(max-width:1440px) {
    /* 20180817 調整 START */
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 31% 55% 0 0;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text {
        padding: 20% 0 0 42%;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_btn {
        padding: 2% 0 0 65%;
    }
    /* 20180817 調整 END */
    /* 20180818 調整 START */
    header .step_07_1 {
        padding: 20% 15px 0;
    }
    /* 20180818 調整 END */
}

@media(max-width:1400px) {
    /* 20180818 調整 START */
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -130px;
    }
    header .step_04 .step_04_02_group .step_04_02_img {
        left: -125px;
    }
    /* 20180818 調整 END */
}

@media(max-width:1366px) {
    /* 20180818 調整 START */
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -110px;
    }
    header .step_04 .step_04_02_group .step_04_02_img {
        left: -105px;
    }
    header .step_04 .step_04_02_group .step_04_02_btn {
        padding-left: 30%;
    }
    /* 20180818 調整 END */
}

@media(max-width:1280px) {
    /* 20180818 調整 START */
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -70px;
    }
    header .step_04 .step_04_02_group .step_04_02_img {
        left: -65px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 35% 60% 0 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 40px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h3 {
        font-size: 20px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text {
        padding: 25% 0 0 50%;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1 {
        font-size: 40px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h3 {
        font-size: 20px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_btn {
        padding: 2% 0 0 75%;
    }
    /* 20180818 調整 END */
}

@media(max-width:1200px) {
    /* 20180818 調整 START */
    header .header {
        padding: 4.5% 30px 0;
    }
    header .step_01 .step_01_title {
        padding: 20% 30px 0;
    }
    header .step_02 {
        padding: 13% 0 0;
    }
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -30px;
    }
    header .step_04 .step_04_02_group .step_04_02_img {
        left: -25px;
    }
    header .step_04 .step_04_02_group .step_04_02_banner {
        text-align: right;
        padding-top: 90px;
    }
    header .step_04 .step_04_02_group .step_04_02_banner img {
        width: 90%;
    }
    header .step_04 .step_04_02_group .step_04_02_btn {
        padding-left: 35%;
    }
    header .step_04 .step_04_02_group .step_04_02_btn {
        width: 80%;
    }
    header .step_04 .step_04_01_group .step_04_01_banner {
        float: left;
    }
    header .step_04 .step_04_01_group .step_04_01_banner img {
        width: 90%;
    }
    header .step_04 .step_04_01_group .step_04_01_btn {}
    header .step_04 .icon_VS {
        position: relative;
        z-index: 99;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 35% 63% 0 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h3 {
        font-size: 15px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 34px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h3 {
        font-size: 15px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1 {
        font-size: 34px;
    }
    /* 20180818 調整 END */
}

@media(max-width:1152px) {
    /* 20180818 調整 START */
    .container {
        width: 1060px;
    }
    header .header {
        padding: 4.5% 0px 0;
    }
    header .step_01 .step_01_title {
        padding: 20% 0px 0;
    }
    header .step_03 .step_03_content .step_03_content_title {
        padding: 100px 0 100px 25px;
    }
    header .step_03 .step_03_content .step_03_content_item ul li {
        padding: 30px 10px 5px;
    }
    header .step_04 .step_04_01_group .step_04_01_banner img {
        width: 70%;
    }
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -60px;
        text-align: right;
    }
    header .step_04 .step_04_01_group .step_04_01_img img {
        width: 80%;
    }
    header .step_04 .step_04_01_group {
        height: 570px;
        margin-top: 0px;
    }
    header .step_04 .step_04_02_group .step_04_02_banner img {
        width: 70%;
    }
    header .step_04 .step_04_02_group {
        height: 670px;
    }
    header .step_04 .step_04_02_group .step_04_02_banner {
        padding-top: 10px;
    }
    header .step_04 .step_04_02_group .step_04_02_img img {
        width: 80%;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_bg {
        right: 230px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_bg img {
        width: 80%;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 35% 60% 0 0;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_btn {
        padding: 2% 0 0 60%;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg {
        right: 30px;
    }
    /* 20180818 調整 END */
}

@media(max-width:1024px) {
    .container {
        width: 970px;
    }
    header .header {
        padding: 2.5% 0px 0;
    }
    .wrapper>header {
        background: url(../images/step_01_bg.jpg) no-repeat 55% top #f5bbcb;
    }
    header .step_01 .step_01_title img {
        width: 80%;
    }
    header .step_01 .step_01_title {
        padding: 13% 0px 0;
    }
    header .step_02 {
        padding: 35% 0 0;
    }
    header .step_03 .step_03_content .step_03_content_item ul li {
        padding: 40px 10px 5px;
        width: 33%;
    }
    header .step_03 .step_03_content .step_03_content_item ul li img {
        width: 100%;
    }
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -40px;
    }
    header .step_04 .step_04_01_group .step_04_01_img img {
        width: 75%;
    }
    header .step_04.step_04_1 .icon_VS img {
        margin: -45px auto;
        width: 15%;
    }
    header .step_04 .step_04_02_group .step_04_02_img img {
        width: 75%;
    }
    header .step_04 .step_04_02_group {
        height: 650px;
    }
    header .step_06 .step_06_content .step_06_banner {
        text-align: right;
    }
    header .step_06 .step_06_content .step_06_banner img {
        width: 90%;
    }
    header .step_06 .step_06_content .step_06_btn img {
        width: 80%;
    }
    header .step_07_1 {
        padding: 25% 15px 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 60% 60% 0 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 30px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text {
        padding: 25% 0 0 55%;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1 {
        font-size: 30px;
    }
}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:768px) and (max-width:991px) {
    header .header {
        padding: 2.5% 25px 0;
    }
    header .step_01 .step_01_title {
        padding: 13% 15px 0;
    }
    header .step_01 .step_01_title img {
        width: 90%;
    }
    header .step_04 .step_04_01_group .step_04_01_img {
        right: -20px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_bg {
        left: 245px;
    }
}

@media(max-width:767px) {
    .pc_img {
        display: none !important;
    }
    .mo_img {
        display: block !important;
    }
    .actGotop {
        position: fixed;
        _position: absolute;
        bottom: 100px;
        right: 50px;
        width: 30px;
        height: 30px;
        display: none;
        z-index: 999;
    }
    .container {
        width: 100%;
        /* padding: 0 20px; */
    }
    .wrapper>header {
        background: url(../images/m_step_01_bg.jpg) no-repeat center top #f5bbcb;
        background-size: contain;
    }
    header .header a img {
        width: 60%;
    }
    header .header {
        padding: 5% 20px 0 40px;
    }
    header .step_01 .step_01_title img {
        width: 65%;
    }
    header .step_01 .step_01_title {
        padding: 4% 0 0 30px;
    }
    .logo_link {
        width: 70%;
    }
    header .step_02 {
        padding: 75% 0 0;
    }
    header .step_02 .step_02_title {
        width: 50%;
    }
    header .step_02 {
        padding: 75% 30px 0;
    }
    header .step_02 .step_02_title.step_02_banner {
        margin-top: 0px;
        width: 100%;
        padding: 0;
    }
    header .step_01 {
        padding: 0 15px 8%;
    }
    header .step_03 .step_03_title h1 {
        font-size: 23px;
        border-bottom: 3px solid #000;
    }
    header .step_03 .step_03_title h1:before {
        font-size: 130px;
        top: 10px;
        left: 0;
    }
    header .step_03 .step_03_content .step_03_content_title h1 {
        font-size: 30px;
        margin: 0;
    }
    header .step_03 .step_03_content .step_03_content_title {
        padding: 50px 15px 20px 15px;
    }
    #video {
        padding: 30px 15px;
    }
    header .step_03 .step_03_content .step_03_content_item ul {
        padding: 0 10px;
    }
    header .step_03 .step_03_content .step_03_content_item ul li {
        padding: 10px 10px 5px;
    }
    header .step_03 .step_03_content .step_03_content_item p {
        font-size: 20px;
    }
    header .step_04 .step_04_title h1 {
        font-size: 23px;
        border-bottom: 3px solid #000;
    }
    header .step_04 .step_04_title h1:before {
        font-size: 130px;
        top: 55px;
        left: 90%;
        content: '”';
    }
    header .step_04 .step_04_title h1:after {
        font-size: 130px;
        top: 40px;
        right: 90%;
        content: '“';
    }
    header .step_04 {
        padding: 20% 0 0;
    }
    header .step_04 p {
        font-size: 22px;
    }
    header .step_03 .step_03_content .step_03_content_line:before {
        width: 200px;
    }
    header .step_04 .step_04_01_group {
        height: 100%;
        padding: 0;
    }
    header .step_04 .step_04_01_group .step_04_01_img {
        right: 25px;
    }
    header .step_04 .step_04_01_group .step_04_01_img img {
        width: 40%;
    }
    header .step_04 .step_04_01_group .step_04_01_btn img {
        width: 50%;
    }
    header .step_04 .step_04_01_group .step_04_01_btn {
        margin: 40px 0 40px;
        width: 100%;
        padding-right: 0%;
    }
    header .step_04 .step_04_02_group {
        height: 100%;
    }
    header .step_04 .step_04_02_group {
        padding: 0;
    }
    header .step_04 .step_04_02_group .step_04_02_btn {
        width: initial;
        float: right;
        padding: 50px 0;
        text-align: right;
        width: 100%;
    }
    header .step_04 .step_04_02_group .step_04_02_banner {
        padding-top: 0px;
    }
    header .step_04.step_04_1 .icon_VS img {
        margin: -36px auto;
        width: 30%;
    }
    header .step_04 .step_04_02_group .step_04_02_img img {
        width: 40%;
    }
    header .step_04 .step_04_02_group .step_04_02_btn img {
        width: 50%;
    }
    header .step_04 .step_04_02_group .step_04_02_img {
        left: 0;
    }
    header .step_05 .step_05_title h1 {
        font-size: 23px;
        border-bottom: 3px solid #008bd4;
    }
    header .step_05 p {
        font-size: 22px;
    }
    header .step_05 {
        padding: 22% 0 0;
    }
    header .step_05 .step_05_title h1:before {
        font-size: 130px;
        top: 45px;
        left: 0;
    }
    header .step_05 .step_05_title h1:after {
        top: -55px;
        right: 0;
    }
    header .step_05 .step_05_item_group.margintop:nth-child(3) .step_05_item {
        margin-top: 0;
    }
    header .step_05 .step_05_item_group .step_05_item {
        margin-top: 50px;
        margin-bottom: 35px;
    }
    header .step_06 .step_06_title h1 {
        font-size: 23px;
        border-bottom: 3px solid #008bd4;
    }
    header .step_06 .step_06_title h1:before {
        font-size: 130px;
        top: 10px;
        left: 0px;
    }
    header .step_05 .step_05_item_group .step_05_item_img {
        height: 100%;
    }
    header .step_05 .step_05_item_group {
        padding: 0 50px;
    }
    header .step_05 .step_05_item_group .step_05_item_img p {
        margin: 15px 0;
    }
    header .step_06 {
        padding: 25% 0 0;
    }
    header .step_07 {
        padding: 30% 0 0;
    }
    header .step_07 .step_07_title h1 {
        font-size: 23px;
        border-bottom: 3px solid #008bd4;
    }
    header .step_07 p {
        font-size: 19px;
    }
    header .step_07 .step_07_title h1:before {
        font-size: 130px;
        top: 20px;
        left: 0;
    }
    header .step_07 .step_07_contnt {
        padding: 50px 0 0;
    }
    header .step_07 .step_07_contnt .step_07_contnt_text {
        padding: 15px 5px;
        font-size: 17px;
    }
    footer .footer_nav {
        padding: 0;
    }
    footer .footer_nav ul li a {
        padding: 0 5px;
    }
    footer .copyright_text p {
        line-height: 30px;
    }
    header .step_07_1 .step_07_1_right,
    header .step_07_1 .step_07_1_left {
        width: 50%;
        height: 320px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_img img {
        width: 80%;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_img img {
        width: 70%;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_bg,
    header .step_07_1 .step_07_1_left .step_07_1_left_bg {
        position: initial;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text,
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        padding: 0;
        width: initial;
        position: absolute;
        top: -195px;
        float: left;
        display: table;
    }
    header .step_07_1 {
        padding: 55% 15px 0;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_bg img {
        width: 90%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_bg img {
        width: 60%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_btn,
    header .step_07_1 .step_07_1_left .step_07_1_left_btn {
        padding: 0;
    }
    .wrapper {
        overflow: hidden;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_btn {
        float: right;
        top: -110px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_btn {
        float: left;
        top: -110px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1 {
        font-size: 28px;
        display: table;
        color: #098bd4;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 28px;
        display: table;
        color: #f5bbcb;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h3,
    header .step_07_1 .step_07_1_left .step_07_1_left_text h3 {
        font-size: 13px;
        display: table;
        padding: 0;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_img {
        text-align: right;
    }
    header .step_04 .step_04_02_group .step_04_02_banner img {
        float: right;
        margin-bottom: 20px;
    }
    header .step_06 .step_06_content .step_06_banner {
        padding-top: 50px;
        text-align: center;
    }
    .index_modal #step_04_Q1_modal .modal-dialog {
        width: 100%;
        background: url(../images/m_step_04_Q1_modal_more_bg.png) no-repeat top center;
        background-size: contain;
        margin: 0;
        height: 500px;
    }
    .index_modal #step_04_Q1_modal .modal-dialog .modal-content .modal-body img {
        width: 30%;
    }
    .index_modal #step_04_Q2_modal .modal-dialog {
        width: 100%;
        background: url(../images/m_step_04_Q2_modal_more_bg.png) no-repeat top center;
        background-size: contain;
        margin: 0;
        height: 500px;
    }
    .index_modal #step_04_Q2_modal .modal-dialog .modal-content .modal-body img {
        width: 30%;
    }
    .index_modal #step_07_1_left_modal .modal-dialog {
        background: none;
        background-color: #FFF;
        width: initial;
        height: initial;
    }
    .index_modal #step_07_1_right_modal .modal-dialog {
        background: none;
        background-color: #FFF;
        width: initial;
        height: initial;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header {
        padding: 40px 15px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header {
        padding: 40px 15px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .close,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .close {
        top: 10px;
        left: initial;
        right: 10px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 25px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 25px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body {
        padding: 0 20px 70px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li>img,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li>img {
        width: 15%;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li {
        width: 100%;
        font-size: 16px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg {
        width: 45%;
        z-index: -1;
        bottom: 0;
    }

    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li>a>img,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li>a>img {
        width: 65%;
        margin: 20px 0 30px;
    }
    #MENU.modal.test .modal-dialog {
        width: 100%;
    }
    #MENU.modal.test .modal-dialog .modal-content .modal-header .close img {
        width: 60%;
    }
    #MENU.modal.test .modal-dialog .modal-content .modal-body ul li a {
        font-size: 36px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.ok_info li,
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.ok_info li {
        width: 100%;
        font-size: 20px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.ok_info li span,
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.ok_info li span {
        margin-bottom: 20px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.ok_info li a,
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.ok_info li a {
        margin-bottom: 30px;
        display: block;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg {
        right: 35px;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg img {
        width: 120%;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg {
        right: 0px;
    }
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_bg img {
        width: 105%;
    }

    header .step_03 .step_03_title h1,
    header .step_04 .step_04_title h1,
    header .step_05 .step_05_title h1,
    header .step_06 .step_06_title h1,
    header .step_07 .step_07_title h1 {
        display: block;
    }
}

@media(max-width:480px) {
    header .step_07 .step_07_contnt .step_07_contnt_text:before {
        left: 39%;
    }
}

@media(max-width:414px) {}

@media(max-width:412px) {}

@media(max-width:375px) {
    header .step_03 .step_03_title h1:before {
        left: 0;
    }
    header .step_03 .step_03_content .step_03_content_item p {
        font-size: 17px;
    }

    header .step_07 .step_07_contnt .step_07_contnt_text:before {
        left: 38%;
    }

    header .step_04.step_04_1 .icon_VS img {
        margin: -33px auto;
    }

    header .step_04 .step_04_01_group .step_04_01_img img {
        width: 50%;
    }
    header .step_04 .step_04_02_group .step_04_02_img img {
        width: 50%;
    }

    header .step_04 .step_04_01_group .step_04_01_img {
        right: 0;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 23px;
    }
    footer .footer_nav ul li {
        width: 16%;
    }
    footer .footer_nav ul li img {
        width: 50%;
    }
    footer .footer_nav ul li:last-child img {
        width: initial;
    }
    footer .footer_nav ul li {
        width: 14%;
    }
    footer .copyright_text {
        padding: 0;
    }
    .index_modal #step_04_Q1_modal .modal-dialog,
    .index_modal #step_04_Q2_modal .modal-dialog {
        height: 465px;
    }

    header .step_06 .step_06_title h1 {
        font-size: 21px;
    }
}

@media(max-width:360px) {
    header .step_04.step_04_1 .icon_VS img {
        margin: -32px auto;
    }
    header .step_06 .step_06_title h1 {
        font-size: 18px;
    }
    header .step_07 .step_07_contnt .step_07_contnt_text:before {
        left: 36%;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1,
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 24px;
    }
    header .step_07_1 .step_07_1_left .step_07_1_left_btn,
    header .step_07_1 .step_07_1_right .step_07_1_right_btn {
        top: -75px;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text,
    header .step_07_1 .step_07_1_left .step_07_1_left_text {
        top: -165px;
    }
    header .step_07 .step_07_contnt .step_07_contnt_text {
        font-size: 15px;
    }
    footer .footer_nav ul li img {
        width: 50%;
    }
    footer .footer_nav ul li:last-child img {
        width: initial;
    }
    footer .footer_nav ul li {
        width: 14%;
    }
    header .step_07 p {
        font-size: 16px;
    }
    header .step_03 .step_03_content .step_03_content_line:before {
        width: 160px;
        height: 15px;
    }
    header .step_03 .step_03_title h1:before {
        left: 0;
    }
}

@media(max-width:320px) {
    header .step_03 .step_03_title h1:before {
        left: 0;
    }
    header .step_03 .step_03_title h1 {
        font-size: 20px;
    }
    step_03_content_title h1 {
        font-size: 25px;
    }
    header .step_07_1 {
        padding: 70% 15px 0;
    }
    header .step_07_1 .step_07_1_right .step_07_1_right_text h1,
    header .step_07_1 .step_07_1_left .step_07_1_left_text h1 {
        font-size: 20px;
    }
    header .step_04.step_04_1 .icon_VS img {
        margin: -27px auto;
        width: 30%;
    }
    header .step_07 .step_07_contnt .step_07_contnt_text:before {
        left: 37%;
    }
    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-header .modal-title,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 19px;
    }

    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_item ul.share_info li > *,
    .index_modal #step_07_1_right_modal .modal-dialog .modal-content .modal-body .step_07_1_right_modal_item ul.share_info li >* {
        font-size: 14px;
    }

    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg {
    	right: 10px;
    }

    .index_modal #step_07_1_left_modal .modal-dialog .modal-content .modal-body .step_07_1_left_modal_bg img {
    	width: 105%;
    }

}

.step_04_02_banner img {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    z-index: 99;
}

.step_04_01_banner img {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    z-index: 99;
}

.wow.swing {
    animation-name: swing;
    animation-duration: 3s;
    transition: all 0.3s ease;
    animation-iteration-count: infinite;
    z-index: 99;
}

#goQII .wow.swing {
    animation-delay: 0.5s;
}