/*通用設定=========================================================================*/
:root{
    --txt_orange: #f39a4f;
    --border_orange: #f39a4f 3px solid;
    --border_radius: 40px;
    --txt_bold: 500;
}
.switch_show{/*手機版切桌機版時消失*/
    display: none;
}
.switch_hide{/*手機版切桌機版時顯示*/
    display: inline;
}


#product_page{
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1000px;
    vertical-align: bottom;
    overflow: hidden;
}
/* #main p{
    font-family: 'Noto Sans TC', sans-serif; 
} */
#product_page img{
   vertical-align: bottom;
}


.txt_center{
    text-align: center!important;
}
.all_title{
    color: #f39a4f;
    font-size: min(5.9vw,59px);
    letter-spacing: .05em;
    padding-top: 5%;
    padding-bottom: 7%;
    font-weight: var(--txt_bold);
    margin: 0;
}
.all_title span{
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 7%, #ffe867 7%, #ffe33b 22%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
}
.txt_yellow{
    color: #cbac00;
    font-weight: var(--txt_bold);
}
.txt_orange{
    color: #f18c39;
    font-weight: var(--txt_bold);
}
.txt_white{
    color: #ffffff;
}
.pd_img{
    text-align: center;
}
.source{
    color: #d4d065;
    font-size: 15px;
    margin-top: 1.5%;
    text-align: right;
    font-family: sans-serif !important;
}


.layer_bottom{
    position: relative;
}
.layer{
    position: absolute;
    z-index: 2;
}
.margin_center{
    left:0;
    right:0;
    margin: 0 auto;
}
.clear{
    clear: both;
}


.content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: justify;
    text-justify: distribute;
}
.txt_content{
    font-size: 22px;
    line-height: 1.8em;
    font-family: sans-serif !important;
}
.txt_content p{
    font-family: sans-serif !important;
}


/*section1=============================================================================*/
#section1 h2{
    font-family: 'Noto Sans TC', sans-serif; 
}
.s1_title{
    margin-top: .5%;
    margin-left: .1%;
}
.s1_title_p{
    font-size: min(12.5vw,125px);
    font-weight: 900;
    font-style: italic;
    display: inline-block;
    white-space: nowrap;
    padding: 2%;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}
.s1_title_front{
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient( to bottom,    #ffefb9 10%,   #ffffff 50%,    #ffe032 51%,    #fffed0 75%);
    background-clip: text;
    -webkit-background-clip: text;
    z-index: 2;
}
.s1_title_p_shadow{
    z-index: 0;
    -webkit-filter:drop-shadow(0.11em 0.06em #000);
    -webkit-text-stroke: #000 .15em;
}

.s1_title_1{
  top: 6%;
  left: -1%;
  display: inline-flex;
}
.s1_title_p1{
    font-size: min(23vw,230px);
    margin-bottom: -15%;
    display: inline-flex;
    margin-top: 3%;
    padding-bottom: 16%;
}

.s1_title_2{
    top: 69%;
    left: 1%;
    font-size: min(11.3vw, 113px);
  }
.s1_title_3 {
  top: 76%;
  left: 27%;
  font-size: min(17vw, 170px);
}

#s1_subtitle{
    margin-top: 22%;
    margin-left: 55%;
    width: 43.5%;
    height: auto;
    font-weight: 100;
}
#s1_subtitle_img{
    width: 100%;
    height: auto;
}
#s1_subtitle p{
  font-style: italic;
  transform: rotate(-15deg);
  font-weight: 400;
  white-space: nowrap;
  z-index: 2;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  letter-spacing: .05em;
}
#s1_subtitle .p1{
    margin-top: 6.9%;
    margin-left: 2.8%;
    font-size: min(5.7vw,57px);
    
}
#s1_subtitle .p2{
    margin-top: 19%;
    margin-left: 23%;
    font-size: min(5.5vw,55px);
}

#s1_txtbox{
    margin-top: 45.5%;
    right: 3%;
    width: 25%;
  }
#s1_txtbox div{
    margin-bottom: 25%;
}
.s1_label{
    background: linear-gradient(to right, #fdd835, #f78e1e);
    font-weight: 500;
    text-align: center;
    left: 0;
    right: 0;
    margin: -14% 7% auto 7%;
    font-size: min(4.2vw, 42px);
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
}

.s1_content {
    color: #f78e1e;
    font-size: min(3.3vw, 33px);
    line-height: 1.4em;
    font-weight: 500;
    white-space: nowrap;
    padding: 13% 10% 4% 10%;
    background-color: white;
    text-align: center;
    border: .2em dotted #ffc634;
    border-radius: .5em;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    -ms-border-radius: .5em;
    -o-border-radius: .5em;
}

.s1_txt{
    text-align: right;
    white-space: nowrap;
    font-size: min(2.5vw,25px);
    
}

.s1_txt_front{
    margin-top: 141.5%;
    margin-left: 67%;
    z-index: 2;

}

.s1_txt_shadow{
    z-index: 0;
    margin-top: 141.5%;
    margin-left: 67%;
    -webkit-filter:drop-shadow(0.07em 0.07em  #ffae00);
    -webkit-text-stroke:  #ffae00 0.3em;
}
/*section2=============================================================================*/
#section2 {
    position: relative;
}

#section2 img.img-fluid {
    display: block;
    width: 100%;
}
#s2tags {
    margin-top: 10%;
    margin-left: 30.5%;
    text-align: center;
}

.s2tag_text {
    font-size: min(5vw,50px);
    letter-spacing: 0.15em;
    background: linear-gradient(0deg,#6d3104 20%,#d98609 68%, #6d3104 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
    white-space: nowrap;
}

/* ============ 「特質金獎肯定」大標 ============ */
.s2_title {
    margin-top: 15%;
    margin-left:17.5%;

}
.s2_title_span{
font-size: min(10vw, 120px);
}


.s2_title_fill {
    font-size: min(7vw,65px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-align: center;
    background: linear-gradient(0deg,#6d3104 20%,#d98609 70% ,#ffe032 88%, #6d3104 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 2px rgba(255,255,255,1.0));
    -webkit-filter: drop-shadow(0 2px 2px rgba(255,255,255,1.0));
}


/* ============ 底部「多國專家五星好評！#最值得信賴的天然C」 ============ */
.s2_tagline {
    margin-top: 118%; 
    margin-left: 20%;        /* 依實際美術稿調整，取代原本的 margin-top: 118%/123% */
    text-align: center;
}

/* 第一行：正常文件流，跟下面的 group 自動保持間距 */
.s2_tagline_s{
    font-size: min(5vw,40px);
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #522a0e;
    margin: 0 0 1% 0;    /* 只控制跟下一行的間距，不再需要猜整體位置 */
}


.s2_tagline_fill,
.s2_tagline_stroke {
    font-size: min(6vw,60px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.15em;
    text-align: center;
    margin: 0;
}

.s2_tagline_fill {
    position: relative;
    z-index: 2;
    width: 100%;
    background: linear-gradient(0deg,#6d3104 20%,#d98609 70% ,#ffe032 88%, #6d3104 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.s2_tagline_stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 6px #ffffff;
}

/*section3=============================================================================*/
#section3{
    background-image: url(../img/c_03_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.dot-bg{
    position: absolute;
    z-index: 1;              /* 蓋在文字下面 */
    width: 15%; /* 依素材比例調整 */
    height: auto;
    pointer-events: none;    /* 純裝飾，避免擋到互動或選字 */
    user-select: none;
}
/* 左上角 */
.dot-bg_tl{
    margin-top: 8%;
    margin-left: -8%;
}

/* 右下角，用同一張圖水平翻轉，達到左右對稱的裝飾效果 */
.dot-bg_br{
    margin-top: 8%;
    margin-left: 83%;
   
}


.s3_txtbox{
    background-color: white;
    border: var(--border_orange);
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
    margin-bottom: 5%;
    overflow: hidden;
}
.s3_subtitle1, .s3_subtitle2{
    color: var(--txt_orange);
    font-size: min(40px,4.2vw);
    padding: 5% 3% 1% 3%;
    font-weight: var(--txt_bold);
    line-height: 1.5em;
    width: 60%;
    text-align: center;
}
.s3_subtitle2{
    float: right;
}
.s3_number{
    background-color: #ffe867;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: .1em .3em;
    color: black;
    margin-right: 3%;
}
.s3_txt1{
    padding: 0 5% 5% 5%;
    width: 60%;
    margin: 0;
}
.s3_txt2{
    padding: 0 5% 3% 5%;
    width: 60%;
    margin: 0;
    float: right;
}
#s3_pic1{
    width: 40%;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
}
#s3_pic1 img{
    width: auto;
    height: 100%;
    margin-top: 5%;
}
#s3_pic2, #s3_pic3, #s3_pic4{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 41%;
    height: 100%;
    bottom: 0;
    position: absolute;
}
#s3_pic2{
    left: 0;
    background-image: linear-gradient(to right, #ffffff00 60%, #ffffff), url(../img/c_03_2.jpg);
    background-position: left;
    background-position: 15% 100%;
    background-size: auto 100%; 
}
#s3_pic3{
    right: 0;
    background-image: linear-gradient(to left, #ffffff00 60%, #ffffff), url(../img/c_03_3.jpg);
    background-position: left;
    background-position: 25% 100%;
    background-size: auto 110%; 
}

#s3_pic4{
    left: 0;
    background-image: linear-gradient(to right, #ffffff00 60%, #ffffff), url(../img/c_03_4.jpg);
    background-position: left;
    background-position: 15% 100%;
    background-size: auto 100%; 
}



/*section4=============================================================================*/
.s4_title{
    padding: 2% 5%;
}
#s4_txtbox1, #s4_txtbox2{
    width: 50%;
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
    overflow: hidden;
    float: left;
}
#s4_txtbox1{
    border: #d84d6e solid 3px;
    margin-right:4%;
}
#s4_txtbox2{
    border: #0ebebe solid 3px;
}
.s4_subtitle{
    text-align: center;
}
#s4_txtbox1 .s4_subtitle, #s4_txtbox2 .s4_subtitle{
    padding: 10px;
    font-size: min(37px,3.7vw);
    letter-spacing: .2em;
}
#s4_txtbox1 .s4_subtitle{
    background-color: #d84d6e;
}
#s4_txtbox2 .s4_subtitle{
    background-color: #0ebebe;
}
#s4_box{
    display: flex;
}
.s4_iconrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    padding: 1% 5% 0;
  }
.s4_txtbox{
    text-align: center;
    width: 30%;
    margin-top: 3%;
    
}

.s4_txtbox p{
    font-size: min(3.5vw,20px);
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
    padding: 3% 3%;
    margin-top: 6%;
}
.s4_txt{
    margin: 2% 10% 10% 10%;
    text-align: justify;
}
#s4_red{
    background-color: #d84d6e;
}
#s4_green{
    background-color: #0ebebe;
}
#s4_gray{
    background-color: #acacac;
}
.s4_txt span{
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 7%, #ffe867 7%, #ffe33b 35%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
    font-weight: var(--txt_bold);
}

.s4_txt2{
    color: var(--txt_orange);
    font-size: min(4vw,40px);
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 6%;
}


/*section5=============================================================================*/
#section5{
    margin-bottom: 7%;
}
#section5 .all_title{
    padding: 5% 0;
}
.s5_subtitle1, .s5_subtitle2{
    font-size: min(34px,3.5vw);
    letter-spacing: .1em;
    line-height: 1.4em;
    padding: 3% 0;
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
    
}
.s5_subtitle1{
    background-color: var(--txt_orange);
    font-weight: var(--txt_bold);
}
.s5_subtitle2{
    background-color: #acacac;
    padding: 3% 10%;
    font-weight: var(--txt_bold);
}
.s5_subtitle2_2{
    font-size: min(26px,2.8vw);
    font-weight: var(--txt_bold);
}
.s5_txt{
    text-align: center;
    float: left;
    margin: 0 3%;
    line-height: 1.6em;
}
.s5_txt img{
    width: 100%;
    margin-bottom: 5%;
}
.s5_txt2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.s5_txtbox{
    width: 80%;
    margin-left: 10%;
}
.s5_txtbox .col{
    padding: 0;
}


/*section6=============================================================================*/
#section6{
    background-color: #f39a4f;
    
}
.s6_txt{
    font-size: min(36px,3.6vw);
    letter-spacing: .13em;
    text-align: center;
    line-height: 2em;
    padding: 8% 0 5% 0;
}
.txt_light{
    color: #fffb93;
    font-weight: var(--txt_bold);
}
.s6_title{
    text-align: center;
    width: 70%;
    margin-bottom: 3.5%;
    letter-spacing: .1em;
    font-weight: var(--txt_bold);
}
#s6_title_p{
    background: linear-gradient(to bottom, #fff94f 5%, #ffffff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: min(66px,6.5vw);
    margin-top: -4%;
}
.s6_title img{
    padding-top: 5%;
}
.s6_subtitle1, .s6_subtitle2{
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 32%;
    font-weight: var(--txt_bold);
}
.s6_subtitle1{
    left: 0;
}
#s6_subtitle1_p{
    margin-right: -22%;
    background: linear-gradient(to right, #fff94f 5%, #ffffff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: min(55px, 5.5vw);
    line-height: 1.3em;
}
.s6_subtitle1 img{
    padding-left: 60%;
}
.s6_subtitle2{
    right: 0;
}
#s6_subtitle2_p{
    background: linear-gradient(to left, #fff94f 5%, #ffffff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: min(47px, 4.7vw);
    line-height: 1.3em;
}
.s6_subtitle2 span{
    letter-spacing: 0;
}
.s6_subtitle2 img{
    padding-left: 60%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#s6_3{
    background-image: url(../img/c_06_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.s6_txt3{
    font-size: min(30px,3vw);
    letter-spacing: .13em;
    line-height: 2em;
    padding: 0 6% 12% 6%;
    margin: 0;
    font-family: sans-serif !important;
}

/*section7=============================================================================*/
#section7_1{
    background-image: url(../img/c_07_bgn1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #d7eafe;
    padding-bottom: 7%;
}
#section7_2{
    background-image: url(../img/c_07_bgn2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #d7eafe;
    background-position: bottom;
}

#section7_1 .content{
    padding-top: 40%;
}
.s7_txtbox{
    overflow: hidden;
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
}
.s7_txt{
    width: 61%;
}
#s7_txtbox1{
    background-color: #134d94;
    margin-bottom: 5%;
}
#s7_txt1{
    float: right;
    margin: 0;
    padding: 5% 5% 5% 2%;
    
}
#s7_pic1, #s7_pic2{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 39%;
    height: 100%;
    bottom: 0;
}
#s7_pic1{
    left: 0;
    background-image: linear-gradient(to right, #134d9400 40%, #134d94), url(../img/c_07_1.jpg);
    background-position: right;
    position: absolute;
    background-position: 50% 100%;
}
#s7_txtbox2{
    background-color: white;
    color: #314c6d;
}
#s7_txt2{
    float: left;
    margin: 0;
    padding: 5% 2% 5% 5%;
}
#s7_pic2{
    right: 0;
    background-image: linear-gradient(to left, #ffffff00 70%, #ffffff), url(../img/c_07_2.jpg);
    background-position: 70% -10%;
    background-size: auto 120%;
}
#section7_2 p{
    text-align: center;
    font-size: min(3.8vw,43px);
    letter-spacing: .13em;
    line-height: 2em;
    padding: 6% 0 5% 0;
    color: #0357ab;
    font-weight: var(--txt_bold);
    text-shadow: 2px 2px white;
    margin: 0;
}
#section7_2 span{
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 7%, #fff94d 7%, #fff94d 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
}

#section7_plus{
    background-image: url(../img/c_07_plus_new.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding: 69% 0%; 
    text-align: center;
    
}
#s7_subtitle{
    width: 100%;
    color: white;
    font-size: min(4.8vw,48px);
    letter-spacing: .15em;
    font-style: italic;
    top: 3.5%;
}
#s7_title{
    font-weight: var(--txt_bold);
    width: 100%;
    color: #0076b0;
    font-size: min(6.1vw, 61px);
    letter-spacing: .1em;
    font-style: italic;
    top: 13%;
    text-shadow: white 0 0 .1em, white 0 0 .1em, white 0 0 .1em, white 0 0 .1em, white 0 0 .1em, white 0 0 .1em;
}

#s7_title span{
    color: #f39a4f;
    font-weight: 700;
}


/*section8=============================================================================*/
#section8 {
    background: url(../img/c_08_bg.jpg) no-repeat center/cover;
  }
  .s8_item {
    margin-top: 12%;
    margin-bottom: 5%;
  }
  .s8_tag {
    background: linear-gradient(to right, #ffb700, #f38b46);
    border: 4px solid #fff;
    border-radius: 20px;
    padding: 2% 2% 0% 2%;
    width: 48%;
    margin: -8% 25% ;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
    .s8_title{
    font-size: min(5vw, 40px);
    text-align: center;
    color: white;
    line-height: 1em;
    }
  .s8_title_span {
    font-size: min(3.8vw, 28px);
    white-space: nowrap;
  }
  .s8_block {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 40px;
    box-shadow: #f3be00 0px 0px .4em;
    overflow: hidden;
    margin-top: 3%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
  .s8_img_right {
    width: 50%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-mode: alpha;
    
  }
  .s8_img_left {
    width: 50%;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-mode: alpha;
    
  }

  .s8_img_top {
    width: 100%;
    height: 150px;
    display: none;
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to 
    top, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    mask-mode: alpha;
    
  }
  
  .s8_txt {
    width: 50%;
    padding: 6% 5%;
    font-size: min(4vw, 22px);
    line-height: 2em;
  }
  
  .s8_note {
    font-size: min(2vw,14px);
    text-align: right;
    color:#cbac00;
    margin: 2% 3%;
  }
  
  

/*section9=============================================================================*/

#section9{
    background-image: url(../img/c_09_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
#s9_title{
    margin: 0;
    padding: 2% 0 5% 0;
    letter-spacing: .2em;
}
/*section10=============================================================================*/


#section10{
    background-image: url(../img/c_10_bg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#section10 .all_title{
    padding: 25% 0 0 0;
    margin-bottom: 6%;
    margin-top: 6%;
}
/*section11=============================================================================*/
#section11_1{
    background-image: url(../img/c_11_bg1.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #faffbf;
    padding-bottom: 5%;
}
#section11_1 .all_title{
    padding-top: 10%;
    padding-bottom: 2%;
}
.s11_subtitle{
    color: var(--txt_orange);
    text-align: center;
    font-size: min(30px,3vw);
    letter-spacing: .1em;
    margin-bottom: 5%;
    font-weight: var(--txt_bold);
}
.s11_txt{
    margin-bottom: 4%;
    margin-left: 7%;
    width: 85%;
    font-size: min(25px,3vw);
}
#section11_2{
    background-image: url(../img/c_11_bg2.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #faffbf;
    padding-bottom: 3%;
}
#section11_2 .all_title{
    padding-top: 10%;
    padding-bottom: 5%;
}

/*section12=============================================================================*/
#section12{
    background-image: url(../img/c_12_bg2.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-top: 7%;
    padding-bottom: 10%;
    text-shadow: rgb(255, 255, 255) 0 0 10px;
}
.s12_title1{
    background-image: url(../img/c_12_bg1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.s12_subtitle1{
    font-size: min(2.7vw,27px);
    line-height: 1.4em;
    font-weight: 400;
}
.s12_subtitle2{
    font-size: min(2.7vw,27px);
    line-height: 1.4em;
    font-weight: 400;
}
.s12_txt{
    text-align: center;
    float: left;
    margin: 0 1.5%;
    background-color: white;
    border: #ffe33b dotted 5px;
    border-radius: var(--border_radius);
    -webkit-border-radius: var(--border_radius);
    -moz-border-radius: var(--border_radius);
    -ms-border-radius: var(--border_radius);
    -o-border-radius: var(--border_radius);
}
.s12_txt img{
    width: 100%;
    margin: 15% 0 10% 0;
    padding: 0 7%;
}
.s12_txt p{
    margin: 0 5%;
}
.s12_txtbox{
    width: 76%;
    margin-left: 12%;
}
#s12_box1{
    padding-bottom: 5%;
}
.s12_txtbox .col{
    padding: 0 0 4% 0;
}
.s12_txt2{
    text-align: center;
    margin: 0;
    padding-bottom: 5%;
}
.s12_title2{
    padding-bottom: 2%;
    padding-top: 12%;
    line-height: 1.3em;
}
.s12_yellow{
    color: #c49900;
    font-weight: var(--txt_bold);
}
.s12_txt3{
    text-align: justify;
    margin: 0;
    padding: 4% 0 7% 0;
}

.s15_btn{
    max-width: 1000px;
    width:100%;
    margin: 0;
}
.s15_btn img{
    width: 100%;
}