@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,700;1,100;1,700&family=Poppins:wght@300;400;500;700&display=swap');

.main {
    background: #F3F3F3;
}
.btn.toggle-menu {
    margin-left: 0;
    margin-right: 0;
}
.main .banner{
    text-align: center;
    background: #FFF;
    padding-bottom: 43px;
}
.site-main{
    background: #F3F3F3;
}
.site-main .container{
    max-width: 1095px;
    padding-left: 15px;
    padding-right: 15px;
}
.sect-menu{
    position: relative;
    top: -30px;
}
.sect-menu .menu-box{
    display: flex;
    border-radius: 8px;
    background: linear-gradient(to right,#333333,#000000);
    transition: all .0s ease;
    margin-left: 15px;
    margin-right: 15px;
}
.sect-menu .menu-box a{
    display: block;
    width: 25%;
    background: transparent;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
    text-align: center;
    height: 62px;
    line-height: 62px;
    color: #FFF;
}
.sect-menu .menu-box a:before{
    content: "";
    background: #6F6F6F;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 20px;
}
.sect-menu .menu-box a:nth-child(1):before{
    display: none;
}
.sect-menu .menu-box a:nth-child(1){
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sect-menu .menu-box a:nth-last-child(1){
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.sect-menu .menu-box a:hover,.sect-menu .menu-box a.active{
    animation: grahover 4s linear infinite;
    background: linear-gradient(to right, #545454, #252525, #545454, #252525, #545454);
    background-size: 400%;
    color:#FABB32 ;
}
@keyframes grahover {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.sect-price{
    margin-bottom: 45px;
}
.sect-price .p-main{
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 45px;
}
.sect-price .p-box{
    width: 25%;
    background: #FFF;
    box-sizing: border-box;
    padding: 15px 20px;
    padding-bottom: 25px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
}
.sect-price .p-t1{
    font-size: 28px;
    line-height: 53px;
    color: #FFFFFF;
    background: #5AC995;
    letter-spacing: 2px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.sect-price .p-t2{
    font-size: 38px;
    line-height: 38px;
    color: #646464;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.sect-price .p-p1{
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}
.sect-price .p-sub{
    color: #777777;
    font-size: 20px;
    line-height: 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.sect-price .p-sub span:nth-child(2){
    padding-bottom: 9px;
}
.sect-price .p-sub span:nth-child(3){
    color: #D74A2A;
    border-top: 1px solid #F0F0F0;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 6px;
}
.sect-price .p-sub i{
    color: #D9D9D9;
    margin-right: 5px;
}
.sect-price .p-t3{
    font-size: 24px;
    line-height: 45px;
    color: #FFFFFF;
    background: #5AC995;
    letter-spacing: 1px;
    border-radius: 25px;
    text-align: center;
}
.sect-price .p-box:nth-child(2) .p-t1{
    background: #49A6BA;
}
.sect-price .p-box:nth-child(2) .p-t3{
    background: #49A6BA;
}

.sect-price .p-box:nth-child(3) .p-t1{
    background: #4085B8;
}
.sect-price .p-box:nth-child(3) .p-t3{
    background: #4085B8;
}

.sect-price .p-box:nth-child(4) .p-t1{
    background: #5470BA;
}
.sect-price .p-box:nth-child(4) .p-t3{
    background: #5470BA;
}

.sect-price .p-t4{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.sect-price .p-t4:before{
    content: "";
    width: calc(100% - 30px);
    height: 31px;
    background:#FBEBAA ;
    position: absolute;
    left: 15px;
    bottom: -6px;
    z-index: -1;
}
.sect-price .p-t4 h3{
    color: #525252;
    font-size: 33px;
    line-height: 35px;
    display: inline;
    letter-spacing: 3px;
}
.sect-price .p-t4 span{
    font-size: 65px;
    line-height: 65px;
    font-family: 'Montserrat', sans-serif;
    display: inline;
    background: linear-gradient(to top, #EB572C, #9F2424);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 0;
    font-weight: 700;
    font-style: italic;
}
.sect-price .p-t4 span:before{
    content: "+$11,000";
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    line-height: 65px;
    color: #FFBF00;
    position: absolute;
    left: 4px;
    top: 7px;
    z-index: -1;
}
.sect-price .p-t5{
    text-align: center;
    color: #EB6C71;
    font-size: 20px;
}

.all-title{
    margin-bottom: 30px;
    text-align: center;
}
.all-title span{
    color: #CECECE;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.all-title div{
    color: #000;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.sect-feature-1 {
    margin-bottom: 55px;
}
.sect-feature-1 .container{
    max-width: 1210px;  
}
.sect-feature-1 .feature-box{
    border-top:5px solid #F8C44F;
    background: #FFF;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.sect-feature-1 .feature-box:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17.5px 0 17.5px;
    border-color: #f8c54f transparent transparent transparent;
    position: absolute;
    left: calc(50% - 17.5px);
    top: 0;
}
.sect-feature-1 .f-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
    position: relative;
    padding-bottom: 20px;
}
.sect-feature-1 .f-list:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sect-feature-1 .f-list:nth-last-child(1):before{
    display: none;
}
.sect-feature-1 .f-list:nth-last-child(1){
    margin-bottom: 0;
    padding-bottom: 10px;
}
.sect-feature-1 .f-title{
    width: calc(100% / 6 * 2);
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.sect-feature-1 .ft-col:nth-child(1){
    color: #F8C44F;
    font-size: 75px;
    font-family: 'Times New Roman', sans-serif;
    font-weight: bold;
    line-height: 75px;
}
.sect-feature-1 .ft-col:nth-child(2) {
    padding-left: 10px;
}
.sect-feature-1 .ft-col:nth-child(2) h3:nth-child(1){
    color: #555555;
    font-size: 20px;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 7px;
}
.sect-feature-1 .ft-col:nth-child(2) h3:nth-child(2){
    color: #262626;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
}
.sect-feature-1  .f-info{
    width: 100%;
    color: #A09F9A;
    font-size: 15px;
    position: relative;
    top: -40px;
}
.sect-feature-1  .f-info:before{
    content: "";
    background: #EEEEEE;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 23px;
}

.sect-feature-1 .f-box{
    width: calc(100% / 6 );
    text-align: center;
    margin-bottom: 20px;
}
.sect-feature-1 .f-pic{
    background: url(../images/icon-bg.jpg);
    background-repeat: repeat;
    position: relative;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sect-feature-1 .f-pic img{ 
    height: 60%;
    width: 60%;
}
.sect-feature-1 .f-descri{
    color: #4A4A4A;
    font-size: 15px;
}

.sect-compare{
    margin-bottom: 70px;
}
.sect-compare .container{
    max-width: 1210px;  
}
.sect-compare .compare-box{
    border-top:5px solid #F8C44F;
    background: #FFF;
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}
.sect-compare .compare-box:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17.5px 0 17.5px;
    border-color: #f8c54f transparent transparent transparent;
    position: absolute;
    left: calc(50% - 17.5px);
    top: 0;
}

table, tbody, thead, tr, th, td{
    border: 1px solid #B5BCC5;
}
thead, tr, th, td{
    border-bottom: 0;
    border-top: 0;
}
.sect-compare .compare-table{
    width:100%;
}
.sect-compare .compare-table tr:nth-of-type(2n+1) {
    background: #F3F3F3;
}
.sect-compare .compare-table thead tr{
    background: #222222 !important;
    color: #FFF;
    font-size: 28px;
    line-height: 67px;
    border-bottom: 0;
}
.sect-compare .compare-table tbody td{
    padding: 10px 15px;
}
.sect-compare .compare-table tbody td:nth-child(1){
    color: #000000;
    font-size: 18px;
    vertical-align: middle;
}
.sect-compare .compare-table tbody td:nth-child(2){
    color: #DC3434;
    font-size: 20px;
    vertical-align: middle;
}
.sect-compare .compare-table tbody td:nth-child(3){
    color: #666666;
    vertical-align: middle;
    font-size: 18px;
}

.sect-compare .compare-table .s1-w{
    font-size: 15px;
    margin-left: 16px;
    display: block;
}
.sect-compare .compare-table .s1-w span{
    width: 200px;
    width: 125px;
}
.sect-compare .compare-table .s1-bottom span{
    display: block;
    padding-left: 14px;
}
.sect-compare .compare-table .s1-top{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.sect-compare .compare-table .s1-top:before{
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    left: -15px;
    bottom: 0;
    background: #B5BCC5;
}
.sect-compare .compare-table .style-1{
    font-weight: bold;
}
.sect-compare .compare-table .style-1 span{
    font-size: 34px;
    padding-left: 7px;
}

.sect-form{
    margin-bottom: 30px;
}

.all-title-2{
    text-align: center;
    margin-bottom: 20px;
}
.all-title-2 span{
    font-family: "Montserrat";
    font-weight: 100;
    font-size: 70px;
    line-height: 70px;
    color: #E8BA66;
    position: relative;
}
.all-title-2 span:before{
    content: "";
    position: absolute;
    width: 1064px;
    height: 2px;
    background: #F1E8D7;
    left: calc(50% - 532px);    
    bottom: 16px;
}
.all-title-2 div{
    color: #111111;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
.all-title-2 div:before{
    content: "";
    position: absolute;
    width: 192px;
    height: 15px;
    background: #FBEBAA;
    left: calc(50% - 96px);    
    bottom: 5px;
    z-index: -1;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 16px;
}
.form-control:focus {
    outline: none;
    border-color: #E8BA67;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '※';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
    margin: 3px 1px 0px 6px;
    color: #D29E00;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
    vertical-align: top;
}
.form-box .control-label {
    display:  inline-block;
    font-size: 16px;
    color: #111111;
    line-height: inherit;
    width: 125px;
    box-sizing: border-box;
    vertical-align: top;
}
.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 130px);
}
.form-box .checkbox-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 130px);
    line-height: 30px;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FBAB1B;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
    line-height: 27px;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
    background: url(../images/repeat-icon.svg);
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
}
.form-box .captcha a .ic:before {
    content: "";
    background: url(../images/repeat-icon-hover.svg);
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .captcha a:hover .ic:before {
    opacity: 1;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
    color: #525252;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 9px;
    cursor: pointer;
}
.form-radio,
.form-checkbox {
    display: block;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-checkbox:before,
.form-radio:before {
    background-image: url('../../rwd8800/images/form_checkbox.svg');
    margin-right: 2px;
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.form-btn-box{
    text-align: center;
    margin-top: 30px;
}
.form-btn-box .btn.send{
    width: 245px;
    height: 70px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(to bottom,#999999,#111111);
    border-radius: 70px;
    color: #FFF;
    font-size: 24px;
    border:3px solid #CCCCCC;
    transition: all .0s ease;
    position: relative;
    z-index: 0;
    letter-spacing: 3px;
    font-weight: bold;
}
.form-btn-box .btn.send:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -3px;
    top: -3px;
    border:3px solid #DA0606;
    border-radius: 70px;
    background: linear-gradient(to bottom,#DC181C,#A60304);
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}
.form-btn-box .btn.send:hover:before{
    opacity:1;
}

.sect-feature-2 {
    margin-bottom: 55px;
}
.sect-feature-2 .container{
    max-width: 1210px;  
}
.sect-feature-2 .feature-2-box{
    border-top:5px solid #F8C44F;
    background: url(../images/feature-2-bg.jpg) repeat;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 55px;
    padding-bottom: 30px;
    position: relative;
}
.sect-feature-2 .feature-2-box:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17.5px 0 17.5px;
    border-color: #f8c54f transparent transparent transparent;
    position: absolute;
    left: calc(50% - 17.5px);
    top: 0;
}
.sect-feature-2 .f2-box{
    margin-bottom: 30px;
}
.sect-feature-2 .f2-t{
    color: #212121;
    font-size: 22px;
    line-height: 31px;
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 65px;
    position: relative;
    font-weight: bold;
}
.sect-feature-2 .f2-t:before{
    content: "";   
    background: url(../images/pin-icon.svg) repeat;
    width: 48px;
    height: 41px;
    position: absolute;
    left: 0;
    top: -7px;
}
.sect-feature-2 .f2-p{
    color: #a29d9d;
    font-size: 14px;
    padding-left: 65px;
}
.sect-template .st-type{
    display: flex;    
    margin-bottom: 40px;
    display: none;
}
.sect-template .st-col{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.sect-template .st-col:nth-child(1){
    width: 50%;  
}
.sect-template .st-col:nth-child(2){
    width: 25%;  
}
.sect-template .st-col:nth-child(3){
    width: 25%; 
}
.sect-template .st-t1{
    display: block;
    border-bottom: 1px solid #E8E8E8;
    color: #333333;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
}
.sect-template .st-t1:before{
    content: "";
    background: url(../images/arrow-icon-1.svg);
    width: 13px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}
.sect-template .st-list{
    display: flex;
    flex-wrap: wrap;
}
.sect-template .st-list li{
    width: 25%;
    font-size: 15px;
    color: #777777;
    margin-bottom: 0px;
    box-sizing: border-box;
}
.sect-template .st-list li .form-checkbox{
    margin-bottom: 5px;
    color: #777777;
}
.sect-template .st-col:nth-child(2) li{
    width: 100%;
}
.sect-template .st-col:nth-child(3) li{
    width: 50%;
}

.sect-template .st-main{
    display: flex;
    flex-wrap: wrap;
}
.sect-template .st-main .st-col{
    width: 25%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 65px;
}
.sect-template .st-box{
    background: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0px;
    padding-bottom: 0;
}
.sect-template .st-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    padding-left: 15px;
    padding-right: 15PX;
}
.sect-template .st-t2{
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    z-index: 0;
}
.sect-template .st-t2:before{
    content: "";
    background: #FCF0BF;
    position: absolute;
    width: calc(100% + 10px);
    height: 15px;
    left: -5px;
    bottom: -2px;
    z-index: -1;
}
.sect-template .st-p1{
    color: #B9B9B9;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    position: relative;
    bottom: -8px;
}
.sect-template .st-link{
    display: block;
    width: calc(100% - 20px);
    text-align: center;
    color: #FFF;
    /* background: linear-gradient(to right,#BC0303,#E2282B,#BC0303); */
    background: linear-gradient(to right, #ec575a, #BC0303, #ec575a, #BC0303, #ec575a);
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all .0s ease;
    margin-left: auto;
    margin-right:auto;
    animation: grahover 4s linear infinite;
    background-size: 400%;

}
.sect-template .st-link:hover{
    background: linear-gradient(to right, #545454, #252525, #545454, #252525, #545454);
    animation: grahover 4s linear infinite;
    background-size: 400%;
}
.sect-template .st-box img{
    width: 100%;
    border: 2px solid #E6E6E6;
    box-sizing: border-box;
    display: block;
}



/* .sect-template .st-box {
    opacity: 0;
    transition: all .6s ease;
}
.sect-template .st-box.loaded {
    opacity: 1;
} */


.sect-template .fancybox{
    position: relative;
    display: block;
}
.sect-template .fancybox:before{
    content: "";
    background: #fabb327d;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
}

.sect-template .fancybox:hover:before{
    opacity: 1;
}
.sect-template .fancybox:after{
    content: "";
    background: url(../images/search-icon.svg);
    width: 30px;
    height:30px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s ease;
}
.sect-template .fancybox:hover:after{
    opacity: 1;
}

/* top-fixed 開始 */
.site-main.top-fixed .sect-menu {
    margin-bottom: 55px;
}
@media(min-width:1101px){
    .site-main.top-fixed .menu-box{
        position: fixed;
        z-index: 5;
        right: 150px;
        display: flex;
        flex-direction: column;
        width: 40px;
        left: unset;
        box-shadow: unset;
        background: transparent;
        top:4%;  
    }
    .site-main.top-fixed .sect-menu .menu-box a {
        width: 100%;
        height: unset;
        line-height: 40px;
        font-size: 18px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr ;
        margin-bottom: 20px;
        color: #000;
        font-weight:normal;
        letter-spacing: 2px;
        border: 1px solid #000;
        padding-top: 10px;
        padding-bottom:8px;
        border-radius: 5px;
        background: #f3f3f3;
    }
    .site-main.top-fixed .menu-box a.active ,.site-main.top-fixed .menu-box a:hover {
        animation: grahover 4s linear infinite;
        background: linear-gradient(to right, #545454, #252525, #545454, #252525, #545454);
        background-size: 400%;
        color: #FABB32;
    }
    .site-main.top-fixed .sect-menu .menu-box a:before {
        width:0px;
    }
}
@media screen and (min-width:1101px) and (max-width:1600px){
    .site-main.top-fixed .menu-box{
        right: 30px;
    }
}
/* top-fixed 結束 */

@media(max-width:1100px){
    .site-main {
        padding-top: 20px;
    }
    .main .banner {
        padding-bottom: 0px;
    }
    .sect-menu {
        top: 0px;
    }
    .sect-menu .menu-box {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        background: unset;
        border-radius: 0;
        justify-content: center;
    }
    .sect-menu .menu-box a {
        border-radius: 8px;
        width: calc(50% - 10px);
        background: linear-gradient(to right,#333333,#000000);
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .sect-menu .menu-box a:before {
        display: none;
    }
    .sect-price .p-main {
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .sect-price .p-box {
        width: 45%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .sect-price .p-t4 h3 {
        font-size: 26px;
        line-height: 33px;
        display: block;
        margin-bottom: 5px;
    }
    .sect-price .p-t4 span {
        font-size: 40px;
        line-height: 40px;
        display: block;
        text-align: center;
        z-index: unset;
    }
    .sect-price .p-t4 span:before {
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        left: calc(50% - 82px);
        top: 1px;
    }
    .sect-price .p-t4:before {
        content: "";
        width: calc(100% + 30px);
        height: 31px;
        left: -15px;
        bottom: -6px;
        border-radius: 0;
    }
    .sect-price .p-t5 {
        line-height: 26px;
    }
    .sect-feature-1 .f-title {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 25px;
    }
    .sect-feature-1 .f-info {
        top: 0;
    }
    .sect-feature-1 .f-info:before {
        bottom: -10px;
    }
    .sect-feature-1 .f-box {
        width: calc(100% / 5 );
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 45px;
    }
    .sect-feature-1 .f-pic {
        margin-left: 0px;
        width: 100%;
        height: 100%;
    }
    .sect-feature-1 .feature-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sect-compare .compare-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .all-title-2 span:before {
        width: calc(100% + 60px);
        left: calc(0% - 30px);
    }

    .sect-template .st-col:nth-child(1) {
        width: 55%;
    }
    .sect-template .st-col:nth-child(2) {
        width: 20%;
    }

    .sect-template .st-main .st-col {
        width: 33%;
    }

    .form-box .control-box {
        width: calc(100% );
    }
    .form-box .checkbox-box {
        width: calc(100% );
    }
    .site-main.top-fixed .menu-box {
        position: fixed;
        left: 0;
        right: 0;
        box-shadow: 0px 5px 9px 0px #00000030;
        width: 100vw;
        background: #FFF;
        top: 0px;
        padding-top: 8px;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
        z-index: 999;
    }
    .site-main.top-fixed .sect-menu .menu-box a {
        border-radius: 8px;
        width: calc(50% - 10px);
        background: linear-gradient(to right,#333333,#000000);
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .site-main.top-fixed .sect-menu .menu-box a:before {
        top: 12px;
    }
    .site-main.top-fixed .sect-menu {
        margin-bottom: 120px;
    }
}
@media(max-width:760px){
    .all-title {
        margin-bottom: 15px;
    }
    .all-title div {
        font-size: 30px;
        line-height: 30px;
    }
    .sect-price {
        margin-bottom: 30px;
    }
    .sect-price .p-box {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        padding: 0;
        border-radius: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .sect-price .p-t3 {
        display: none;
    }
    .sect-price .p-t1 {
        border-radius: 10px;
        margin-bottom: 0px;
        font-size: 17px;
        line-height: 23px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
        white-space: nowrap;
        font-weight: bold;
    }
    .sect-price .p-t1 span{
        display: block;
    }
    .sect-price .p-sub {
        margin-bottom: 0px;
        border-bottom: none;
        font-size: 13px;
        line-height: 22px;
        padding-top: 8px;
        padding-bottom: 8px;
        align-items: start;
        border-top: none;
        padding-left: 30px;
    }
    .sect-price .p-sub span{
        white-space: nowrap;
    }
    .sect-price .p-sub-mid{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        position: relative;
        width: 30%;
    }
    .sect-price .p-sub-mid:before{
        content: "";
        width: 1px;
        height: 70%;
        background: #ddd;
        position: absolute;
        right: 0px;
        top: 15%;
    }
    .sect-price .p-t2{
        order: 2;
        font-size: 25px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .sect-price .p-p1{
        order: 1;
        font-size: 13px;
        margin-bottom: 0px;
        white-space: nowrap;
    }
    .sect-price .p-sub i {
        display: none;
    }
    .sect-price .p-sub span:nth-child(2) {
        padding-bottom: 0px;
    }
    .sect-price .p-sub span:nth-child(3) {
        padding-top: 0px;
        border-top: none;
        text-align: left;
    }


    .sect-feature-1 {
        margin-bottom: 30px;
    }
    .sect-feature-1 .f-list {
        justify-content: center;
    }
    .sect-feature-1 .feature-box {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 35px;
    }
    .sect-feature-1 .f-title {
        padding-left: 20px;
    }
    .sect-feature-1 .f-box {
        width: 135px;
        height: 125px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 55px;
    }
    .sect-feature-1 .f-pic {
        margin-left: 0px;
        width: 100%;
        height: 100%;
        height: 135px;
    }


    .sect-compare {
        margin-bottom: 30px;
    }
    .sect-compare .compare-box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    /* 手機版表格樣式2 */
    /*     
    table, tbody, thead, tr, th, td {
        border: 0px solid #B5BCC5;
    }
    .sect-compare .compare-table {
        border: 1px solid #B5BCC5;
    }
    .sect-compare .compare-table thead {
        display: none;
    }
    .sect-compare .compare-table tr{
        margin-bottom: 0px;
        padding: 15px 15px;
    }
    .sect-compare .compare-table tr ,.compare-table td {
        width: unset;
        display: block;
    }
    .sect-compare .compare-table tbody td:nth-child(1) {
        font-weight: bold;
    }
    .sect-compare .compare-table tbody td {
        padding: 0px 0px;
    }
    .sect-compare .compare-table tbody td:nth-child(2) {
        font-size: 15px;
        padding-left: 65px;
        position: relative;
        margin-bottom: 5px;
        margin-top: 7px;
    }
    .sect-compare .compare-table tbody td:nth-child(2):before {
        content: attr(data-title);
        display: inline-block;
        color: #333;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .sect-compare .compare-table tbody td:nth-child(3) {
        font-size: 15px;
        padding-left: 65px;
        position: relative;
    }
    .sect-compare .compare-table tbody td:nth-child(3):before {
        content: attr(data-title);
        display: inline-block;
        color: #333;
        font-size: 16px;
        position: absolute;
        left: 16px;
        top: 0;
    }
    .sect-compare .compare-table .s1-top:before {
        display: none;
    }
    .sect-compare .compare-table .style-1 span {
        font-size: 24px;
        line-height: 24px;
        padding-left: 5px;
    }
    .sect-compare .compare-table .s1-top {
        padding-bottom: 0px;
    } */


    .sect-compare .compare-table thead tr {
        font-size: 18px;
        line-height: 35px;
    }
    .sect-compare .compare-table tbody td {
        padding: 10px 10px;
    }
    .sect-compare .compare-table tbody td:nth-child(1) {
        font-size: 14px;
        line-height: 20px;
    }
    .sect-compare .compare-table tbody td:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
    }
    .sect-compare .compare-table tbody td:nth-child(3) {
        font-size: 14px;
        line-height: 20px;
    }
    .sect-compare .compare-table .style-1 span {
        font-size: 16px;
        padding-left: 5px;
    }
    .sect-compare .compare-table .s1-w {
        margin-left: 8px;
    }
    .sect-compare .compare-table .s1-bottom span {
        padding-left: 8px;
    }
    .sect-compare .compare-table .s1-top:before {
        width: calc(100%);
        left: 0px;
        bottom: 0;
    }
    .sect-compare .compare-table .s1-t{
        font-weight: bold;
    }



    .all-title-2 span {
        font-size: 40px;
        line-height: 40px;
    }
    .all-title-2 span:before {
        bottom: 7px;
    }
    .all-title-2 div {
        font-size: 27px;
    }
    .sect-feature-2 .feature-2-box{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sect-feature-2 .f2-t {
        font-size: 20px;
    }
    .sect-feature-2 .f2-t:before {
        width: 43px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .sect-template .st-type {
        flex-wrap: wrap;
    }
    .sect-template .st-col:nth-child(1) {
        width: 100%;
    }
    .sect-template .st-col:nth-child(2) {
        width: 100%;
    }
    .sect-template .st-col:nth-child(3) {
        width: 100%;
    }
    .sect-template .st-col {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .sect-template .st-list li {
        width: 50%;
    }
    .sect-template .st-col:nth-child(2) li {
        width: 50%;
    }

    .sect-template .st-box {
        padding-top: 15px;
    }
    .sect-template .st-main .st-col {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .sect-template .st-main {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
    }

    .sect-template .st-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }

    .sect-template .st-t2 {
        font-size: 20px;
        line-height: 20px;
    }
    .sect-template .st-p1 {
        color: #B9B9B9;
        font-size: 14px;
        line-height: 14px;
        font-weight: normal;
        position: relative;
        bottom: -8px;
    }
}

@media(max-width:500px){

    .sect-price .p-sub {
        padding-left: 8px;
    }
    .sect-price .p-sub-mid {
        padding-left: 3px;
        padding-right: 3px;

    }

    .sect-feature-1 .feature-box {
        padding-left: 8px;
        padding-right: 8px;
    }
    .sect-feature-1 .f-list {
        margin-bottom: 20px;
    }
    .sect-feature-1 .f-title {
        padding-left: 10px;
    }
    .sect-feature-1 .f-box {
        width: 25%;
        height: unset;
        margin-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px;
    }
    .sect-feature-1 .f-pic {
        width: 100%;
        height: 80px;
    }
    .sect-feature-1 .f-descri {
        font-size: 12px;
    }
}