.main p,
.main b,
.main em,
.main i,
.main li,
.main ul,
.main h1,
.main a,
.main h2,
.main h3,
.main h5,
.main h4 {
	color: #212121;
	font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0;
	padding: 0; 
}
html {
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0; 
}
.main {
  position: relative;
}
.centerTxt{
  text-align: center;
}
.rightTxt{
  text-align: right;
}
figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.main .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
.main .not_flex {
  display: block;
}
.sec_right,
.sec_left {
  display: block;
  width: 50%;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
.main li {
  font-size: 18px;
  background: url(./../images/check.png) no-repeat left center;
  padding: 6px 0 6px 30px;
}
.main p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: normal;
}
.main b {
  font-size: 18px;
  line-height: 1.2;
}
.main h3 {
  font-size: 34px;
  padding-bottom: 20px;
}
.mobileOnly {
  display: none;
}
.hidden {
  display: none;
}
.sec1 {
  background: black;
}
.sec1 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.sec1 p {
  text-align: center;
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin: 0 auto;
}
.sec1 p b {
  color: #fd0202;
  font-size: 24px;
}
.sec1 p em {
  color: #fee901;
  font-style: normal;
  font-size: 24px;
}

.sec2 {
  padding: 20px 0; 
  background: white;
  z-index: 999;
  top: 0;
}
.sec2_logo {
  width: 272px;
  height: 58px;
  background: url(./../images/logo.png) no-repeat;
  background-size: contain;
}
.sec2 .sec_right {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.sec2 b {
  display: block;
  font-size: 18px;
  margin-right: 20px;
  line-height: 2.1;
}
.sec2 a {
  display: inline-table;
}
.sec2 .container{
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.sec2 .logo{
  margin: 0 auto;
}
a.btn {
  background: #9acc22;
  color: white;
  font-size: 21px;
  text-decoration: none;
  padding: 5px 20px 10px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  border:none;
  font-weight: 500;
  align-self:flex-start;
}

.sec3 {
  padding-top: 0px;
  padding-bottom: 30px;
}
.sec2_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #a0ca1a;
  margin-top: 20px;
  background: white;
}
.sec3 .sec2_top .sec3_right b{ 
    font-size: 13px;
}
.sec3 .sec2_top{ 
    width: 76%;
    margin: 20px auto 0;
}
.mOnly{
  display: none;
}
.sec3_right,
.sec3_left {
  width: 50%;
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
}
.sec3_left {
  border-right: 1px solid #a0ca1a;
  position: relative;
}
.or {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  position: absolute;
  z-index: 9;
  right: -18px;
  top: 36%;
  font-size: 13px;
  color: white;
  background: #2d2d2d;
  padding: 6px;
  border-radius: 100%;
  font-weight: 600;

}
.sec2_top div b {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  display: block;
  font-weight: 700;
}
.sec2_top div h5 {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  color: #686868;
}
.sec2_top div h5 strike {
  font-size: 1em;
}
.sec2_top div em {
  font-size: 34px;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-style: normal;
  color: #555555;
}
.sec2_top .sec3_right em {
  line-height: 1;
}
.sec2_top .sec3_right b {
  font-size: 16px;
}
figure.sec3_fig2 {
  width: 107px;
  height: 23px;
  background: url(./../images/payment.png) no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}
 p.sec3_p {
    margin-bottom: 10px;
  }
.sec3_fig {
  width: 572px;
  height: 477px;
  max-width: 100%;
  background: url(./../images/hero.jpg) no-repeat;
  background-size: contain;
  margin: 20px auto 0;
}
.off20 {
  width: 153px;
  height: 153px;
  background: url(./../images/badge.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: absolute;
  right: 64px;
  top: 204px;
}
.sec3 .off20{ 
    right: 99px;
    top: 314px;
}
.sec3 .sec_left {
  text-align: center;
  font-size: 24px;
  position: relative;
}
.sec3 b,
.sec3_p,
.sec3 strike {
  font-size: 24px;
}
.sec3 em {
  font-size: 36px;
  font-weight: 600;
  color: #ff4728;
  font-style: normal;
}
.sec3 em span {
  color: #212121;
  font-size: .7em;
}
.sec3 h1 {
  font-size: 36px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.sec3 ul {
  margin-top: 20px;
  margin-left: 30px;
}
.sec3 .btn {
  display: block;
  width: 296px;
  padding: 15px 20px;
  margin: 30px auto 10px;
  font-weight: 600;
}
.sec3 i {
  font-style: normal;
  font-size: 14px;
  color: #406465;
  text-align: center;
  display: block;
}

.sec4 {
  background: #ececec;
  padding: 45px 0;
}
.sec4 .sec_left {
  width: 40%;
}
.sec4 .sec_right {
  width: 57%;
}
.sec4 p {
  font-size: 17px;
}
.sec4_box {
  width: 33.33%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sec4_fig1 {
  width: 148px;
  height: 165px;
  max-width: 100%;
  background: url(./../images/fig1.png) no-repeat;
  background-size: contain;
}
.sec4_fig2 {
  width: 148px;
  height: 165px;
  background: url(./../images/fig2.png) no-repeat;
  background-size: contain;
}
.sec4_fig3 {
  width: 148px;
  height: 165px;
  background: url(./../images/fig3.png) no-repeat;
  background-size: contain;
}
.sec4_box b {
  color: #406465;
  font-size: 22px;
  display: block;
  margin-top: 35px;
  margin-bottom: 15px;
}
.sec4_box:last-of-type b {
  margin-top: 18px;
}

.sec5 {
  padding: 50px 0 0;
}
.sec5_fig {
  width: 438px;
  height: 550px;
  background: url(./../images/fig4.jpg) no-repeat top center;
  display: block;
  margin: 0 auto;
  background-size: contain;
}
.sec5 h4{
  font-size: 21px;
  color: #406465;
  line-height: 130%;
  margin: 0 0 20px;
}
.sec5 p{ 
  line-height: 130%;
}

.subcon{
  width: 33%;
  text-align: center;
}

.sec5 .sec5h4{
  font-weight: 700;
  color: #aa2128;
  margin: 15px 0;
}

.sec5 .sec5h5{
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin: 50px auto 20px;
}

.sec5 .sec5h5b{
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin: 10px auto 70px;
}

.sec5 .not_flex{
  margin-top: 70px;
}

.sec5 .npad{
  margin-top: 30px;
}

.sec5 .subwrap{
  margin-bottom: 40px;
}

.sec5 .dpad{
  padding-bottom: 50px;
}

.sec5 .dpad .sec_left,
.sec5 .dpad .sec_right{ 
    width: 48%;
}

.sec5sub_fig1 {
  width: 321px;
  height: 323px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig1.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5sub_fig2 {
  width: 321px;
  height: 323px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig2.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5sub_fig3 {
  width: 357px;
  height: 323px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig3.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5sub_fig4 {
  width: 549px;
  height: 315px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig4.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5sub_fig5 {
  width: 549px;
  height: 315px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig5.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5sub_fig6 {
  width: 549px;
  height: 315px;
  margin: 0 auto;
  background: url(./../images/sec5sub-fig6.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}

.sec5 .sec5h1{
  font-size: 35px;
  margin-bottom: 30px;
}

.sec6_fig {
  width: 379px;
  height: 379px;
  background: url(./../images/sec6fig.jpg) no-repeat top center;
  display: block;
  margin: 0 25px 25px 0;
  background-size: contain;
  float: left;
}
.sec6 {
  padding: 50px 0 0;
}
.sec6 .container{
  align-items: center;
}
.sec6 .npad{
  margin-top: 40px;
}
.sec6fig1 {
  width: 382px;
  height: 383px;
  margin: 0 auto;
  background: url(./../images/sec6fig1.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}
.sec6fig2 {
  width: 382px;
  height: 383px;
  margin: 0 auto;
  background: url(./../images/sec6fig2.jpg) no-repeat top center;
  background-size: contain;
  display: block;
}
.sec6 h1{
  font-size: 35px;
  margin-bottom: 60px;
}
.sec6 h3{
  font-size: 23px;
  margin: 40px auto;
  padding-bottom: 0;
  text-align: center;
  font-weight: 500;
}
.sec6 .npad h1{
  margin-top: 70px;
  margin-bottom: 20px;
} 
.sec6 p{
  line-height: 140%;
}
.sec6 p:last-of-type{
  display: block;
}
.sec6 .not_flex {
  margin-bottom: 60px;
}
.sec6_box {
  display: block;
  width: 369px;
}
.sec6 h5 {
  font-size: 24px;
  color: white;
  background: #8cb0b2;
  display: block;
  text-align: center;
  padding: 10px 0;
}
h3.sec6_inc {
  padding-top: 30px;
}
.sec6_fig1 {
  width: 369px;
  height: 413px;
  background: url(./../images/fig5.png) no-repeat center;
  max-width: 100%;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}
.sec6_fig2 {
  width: 369px;
  height: 413px;
  max-width: 100%;
  background: url(./../images/fig6.png) no-repeat center;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}
.sec6_fig3 {
  width: 369px;
  height: 413px;
  max-width: 100%;
  background: url(./../images/fig7.png) no-repeat center;
  display: block;
  margin: 20px auto 0;
  background-size: contain;
}

.sec7 {
  padding: 100px 0px 0px;
}
.sec7 .container {
  margin-bottom: 30px;
}
.sec7 .no_border {
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: 0;
}
.sec7 .sec_left {
  width: 60%;
}
.sec7 .sec_left2{
  text-align: right; 
}
.sec7 .sec_right {
  width: 40%;
}
.sec7_fig1 {
  width: 379px;
  height: 378px;
  max-width: 100%;
  background: url(./../images/fig8.jpg) no-repeat right;
  display: block;
  margin: 0px;
  background-size: contain;
  float: left;
}
.sec7_fig2 {
  width: 370px;
  height: 280px;
  max-width: 100%;
  background: url(./../images/fig9.jpg) no-repeat left;
  display: block;
  background-size: contain;
}
.sec7_fig3 {
  width: 671px;
  height: 337px;
  max-width: 100%;
  background: url(./../images/fig10.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec7_fig4 {
  width: 423px;
  height: 454px;
  max-width: 100%;
  background: url(./../images/sec7-fig4.jpg) no-repeat top center;
  display: block;
  background-size: contain;
  margin-left: 30px;
}
.sec7 .container{ 
  align-items: center;
}
.sec7 .container:last-of-type p:last-of-type {
  margin-bottom: 0;
}
.sec7 p:first-of-type{ 
    margin-top: 0;
}
.sec7 p:last-of-type{
  margin-bottom: 0;
}
.flex_center{
  align-items: center;
}
.t_right{
  text-align: right;
}
.nd2 .sec_right {
  width: 25%;
}
.nd2 .sec_left {
  width: 75%;
  padding-left: 20px;
}
.nd2 p {
  margin-top: 15px;
}

.sec8 {
  padding: 20px 0 30px;
}
.sec8 .not_flex {
  margin-bottom: 30px;
}
.sec8con{
  display: flex;
  justify-content: space-between;
}
.sec8wrap{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec8wrap div{
  width: 70%;
  margin-left: 20px;
}
.sec8wrap h4{
  font-size: 18px;
  margin-bottom: 15px;
}
.sec8_figa {
  width: 160px;
  height: 160px;
  max-width: 100%;
  background: url(./../images/sec8-figa.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec8_figb {
  width: 160px;
  height: 160px;
  max-width: 100%;
  background: url(./../images/sec8-figb.png) no-repeat top center;
  display: block;
  background-size: contain;
}
.sec8_figpc {
  width: 549px;
  height: 557px;
  max-width: 100%;
  background: url(./../images/sec8-figpc.jpg) no-repeat center;
  display: block;
  background-size: contain;
}
.sec8_left {
  width: 262px;
  height: 364px;
  max-width: 100%;
  background: url(./../images/bottle1.png) no-repeat top center;
  background-size: contain;
  display: block;
  margin-left: -50px;
}
.sec8_mid {
  width: 458px;
  height: 278px;
  max-width: 100%;
  display: block;
  background: url(./../images/week1.png) no-repeat top center;
  background-size: contain;
  margin-top: 40px;
}
.sec8_fig3 {
  width: 262px;
  height: 364px;
  max-width: 100%;
  background: url(./../images/bottle2.png) no-repeat top center;
  background-size: contain;
  display: block;
  margin-left: -50px;
}
.sec8_fig4 {
  width: 458px;
  height: 278px;
  max-width: 100%;
  display: block;
  background: url(./../images/week2.png) no-repeat top center;
  background-size: contain;
  margin-top: 40px;
}
.sec8 .sec_left {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sec8wrap2 .sec_left{
  display: block;
}
.sec8wrap2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec8 .sec_right {
  width: 40%;
}
.sec8_box {
  margin-top: 65px;
  display: block;
}
.sec8 .container:nth-of-type(3) {
  margin-top: 20px;
}

.sec9 {
  background: #ccebf0;
  padding-top: 45px;
}
.sec10 h3 {
  text-align: center;
  display: block;
}
.sec9_fig {
  width: 540px;
  height: 605px;
  max-width: 100%;
  display: block;
  background: url(./../images/model2.png) no-repeat bottom left;
  background-size: contain;
  background-position-y: 22px;
}
.sec9 h4 {
  font-size: 24px;
  color: #aa2128;
  margin-top: 5px;
}
.sec9 li {
  background-position: left center;
  color: #000;
}
.sec9 ul { 
  width: 80%; 
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin: 30px 0 45px 50px;
  flex-direction: row;
}
.sec9 li { 
  padding: 5px 0 10px 35px;
  line-height: 1.1;
}
.sec9 li:nth-child(odd){
  width: 150px;
}
.sec9 .sec_right {
  padding-left: 30px;
}

.sec10 {
  padding: 70px 0 20px;
}
.sec10 .container {
  margin-bottom: 30px;
}
.sec10 .sec_left {
  width: 40%;
}
.sec10 .sec_right {
  width: 56%; 
  padding: 0 20px 35px 0;
}
.sec10 b,
.sec10 i {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.sec10 i{ 
  font-family: "Georgia", sans-serif;
}
.sec10 b { 
  margin-top: 10px;
  font-weight: 600;
  display: block;
}
.sec10wrap{    
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec10wrap .container{
  width: 45%;
  padding: 0;
  margin: 0;
}
.sec10wrap .container:nth-child(odd) {    
    margin-right: 100px; 
}
.sec10_fig1 {
  width: 195px;
  height: 150px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi1.png) no-repeat center;
  background-size: cover;
}
.sec10_fig2 {
  width: 195px;
  height: 150px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi2.jpg) no-repeat center; 
  background-size: cover;
}
.sec10_fig3 {
  width: 195px;
  height: 150px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi3.jpg) no-repeat center;
  background-size: cover;
}
.sec10_fig4 {
  width: 195px;
  height: 150px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi4.jpg) no-repeat center; 
  background-size: cover;
}
.sec10_fig5 {
  width: 195px;
  height: 150px;
  max-width: 100%;
  display: block;
  background: url(./../images/testi5.jpg) no-repeat top center;
  background-size: cover;
}
.sec10 .padd {
  padding-right: 20px;
}

.sec11 .sec_left {
  width: 60%;
}
.sec11 .sec_right {
  width: 40%;
}
.sec11 h5 {
  color: #406465;
  font-size: 21px;
  line-height: 1.2;
}

.sec12 {
  background: #7aa1a3;
  margin-top: 40px;
}
.sec12 .container {
  min-height: 160px;
}
.sec12 .sec_left {
  width: 215px;
  position: relative;
}
.sec12 .sec_mid {
  width: 470px;
}
.sec12 .sec_right {
  width: 422px;
  min-height: 160px;
  position: relative;
}
.sec12 h5 {
  font-size: 24px;
  color: white;
  margin-top: 39px;
  text-align: center;
}
.sec12 em {
  color: #fee901;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.sec12_fig1 {
  width: 215px;
  height: 175px;
  max-width: 100%;
  display: block;
  background: url(./../images/2bottles.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
}
.sec12_fig2 {
  width: 422px;
  height: 528px;
  max-width: 100%;
  display: block;
  background: url(./../images/model3.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}

.sec13 {
  padding: 50px 0 20px;
}
.sec13 .container{
  margin-bottom: 80px;
}
.sec13 .container:last-of-type{
  padding: 0 40px;
  margin-bottom: 10px;
} 
.sec13 .sec_left {
  width: 40%;
}
.sec13 .sec_right {
  width:60%;
}
.sec13_fig {
  width: 435px;
  height: 356px;
  max-width: 100%;
  display: block;
  background: url(./../images/guarantee.png) no-repeat;
  background-size: contain;
  display: block;
}
.sec13 h3 {
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sec13 b{
  font-size: 21px;
}
.sec14w{
  background: #f6d2d7; 
}
.sec14 {
  background: url(./../images/sec14-2.jpg) no-repeat top right -280px;  
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.sec14 .container{
  width: 1150px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 100px;
  position: relative;
} 
.sec14 .sec14btm{
  position: relative;
  z-index: 9;
  width: 1100px;
  margin: 45px auto 0;
  box-sizing: border-box;
  padding: 0 40px 50px; 
  border-radius: 50px;
  background: #ffffff;
}
.sec14 .sec2_box { 
  margin: 260px 0 0 auto; 
  width: 427px;
}

.sec14 .sec2_bottom i {
  font-size: 10px;
  padding: 0;
  margin: 5px auto 0;
  text-align: center;
  display: block;
} 
.sec14 .sec2_top .sec3_right b {
  font-size: 13px;
}
.sec14 i {
  font-style: normal;
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #3a5556;
  font-weight: 400;
}
.sec14 .sec_left {
  width: 57%;
  margin-top: 50px;
}
.sec14 .sec_right {
  width: 435px;
}
.sec14 .sec14btm .sec_right{ 
  width: 44%; 
}
.sec14 h2 {
  font-size: 40px;
  color: #555555;
  margin-bottom: 40px;
}
.sec14 p {  
  font-size: 20px;
  padding-right: 240px;
  color: #555555;
}
.sec14 .sec14btm p{ 
  font-size: 23px;
  padding-right: 40px;
}
.sec14 .sec14btm .sec_right p{  
  font-size: 20px;
  padding-right: 110px;
}
.sec14 .sec14btm .sec_right strike{ 
  padding-right: 8px;
}
.sec14 .sec_right {
  display: flex;
  flex-direction: column;
}
.sec14bottle{
  background: url(./../images/pack3.png) no-repeat center;   
  width: 351px;
  height: 320px;
  background-size: contain;
  margin: 0 auto;
  position: absolute; 
  right: 40px;
  top: 285px;
}
.sec14 .sec_top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 425px;
  background: url(./../images/polygon.png) no-repeat;  
  background-position: 10px -152px;
  text-align: center;
  height: 280px;
  padding-top: 25px;
}
.sec_top h5 {
  font-size: 36px;
  color: white;
  font-weight: 700;
}
.sec_top p {
  font-size: 36px;
  color: #fee901;
  font-weight: 600;
  padding-right: 0;
}
.sec_top p span {
  color: white;
  font-size: .8em;
}
.sec_top strike {
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.sec_bottom {
  height: 100px;
  width: 100%;
  display: block;
  position: relative;
}
.sec14_fig1 {
  width: 472px;
  height: 375px;
  max-width: 100%;
  display: block;
  background: url(./../images/2bottlesbig.jpg) no-repeat;
  background-size: contain;
  display: block;
  margin-top: -15px;
}
.sec14_fig2 {
  width: 132px;
  height: 131px;
  max-width: 100%;
  display: block;
  background: url(./../images/badge2.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute; 
  left: 80px;
  bottom: -240px;
}

.sec15 {
  padding: 0;  
  background: #fadfe4 repeat-y top center;   
  padding-bottom: 50px;
}
.sec15 h2 {
  font-size: 48px;
  text-align: center;
}
.sec15_pack {
  width: 360px;
  display: block;
  margin-top: 0;
  border: 1px solid #dadada;
  box-sizing: border-box;
  background: #ffffff;
} 
.sec15 h5 {
  background: url(./../images/top.png) no-repeat top center;
  display: block;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  height: 80px;
  line-height: 2;
  color: white;
  background-size: contain;
}
.sec15_pack1 {
  width: 340px;
  height: 200px;
  max-width: 100%;
  display: block;
  background: url(./../images/p1.png) no-repeat;
  background-size: 120%;
  margin: 10px 0 0 0;
  display: block;
  background-position: left -25px center;
}
.sec15_pack2 {
  width: 340px;
  height: 200px;
  max-width: 100%;
  display: block;
  background: url(./../images/p3.png) no-repeat;
  background-size: 120%;
  margin: 10px 0 0 -5px;
  display: block;
  background-position: left -20px center;
}
.sec15_pack3 {
  width: 340px;
  height: 200px;
  max-width: 100%;
  display: block;
  background: url(./../images/p5.png) no-repeat;
  background-size: 120%;
  margin: 10px 0 0 -5px;
  display: block;
  background-position: left -20px center;
}
.sec15wrap{
  display: flex;
  border-top: 1px solid #dadada;
  justify-content: center;
}
.sec15 h4 {
  font-size: 32px;
  color: #333333;
  text-align: center;
  padding: 10px 0 20px;

}
.sec15 h3 {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding: 10px 0 5px;
  line-height: 1;
}
.sec15 b.sec15_price {
  text-align: center;
  color: #434343;
  display: block;
  text-align: center;
  margin-top: 5px;
}
p.sec15_total {
  font-size: 12px;
  text-align: center;
  padding: 20px 0 0;
  font-weight: 500;
}
.sec15_price span {
  font-size: .6em;
  color: #474747;
}
.sec15_bottom {
  padding: 10px 0;
  width: 50%;
}
.sec15_bottom p{
  text-align: center;
}
.sec15_bottom:first-of-type{ 
  border-right: 1px solid #dadada;
}
.sec15_bottom:last-of-type .sec15_price{  
  color: #d30015;
}
.sec15 .sec_left {
  border-right: 1px solid #dadada;
  padding: 10px 5px 20px;
  box-sizing: border-box;
  text-align: center;
}
.sec15 .sec_right {
  padding: 10px 5px 20px;
  text-align: center;
  box-sizing: border-box;
}
.sec15_bottom b {
  font-size: 40px;
  line-height: 1;
  color: #474747;
}
.sec15_bottom p {
  color: #333333;
  font-size: 13px;
  margin: 0;
  line-height: 1;
}
.sec15_bottom i strong{
  font-weight: 800;
  font-size: 30px;    
  margin-top: -4px;
  margin-right: 3px;
}
.sec15 .sec_right b {
  color: #474747;
}
.sec15 i {
  font-size: 18px;
  color: #474747;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  font-style: normal;
}
.btn.pack { 
  width: 100%;
  border-radius: 0;
  background: #85bf17;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.cart { 
  width: 29px;
  height: 39px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/cart.png) no-repeat;
  background-size: contain;
  background-position: 0 7px; 
  margin-right: 12px;
}
.blurb b {
  text-align: center;
  color: #474747;
  margin: 30px auto;
  display: block;
}

.sec16 {
  background: #ececec;
  padding: 60px 0;
}
.sec16_fig {
  width: 1019px;
  height: 97px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/media.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.sec17 {
  background: #555555;
  padding: 50px 0;
  text-align: center;
}
.sec17_fig {
  width: 226px;
  height: 48px;
  max-width: 100%;
  display: inline-block;
  background: url(./../images/footerlogo.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.sec17 ul {
  text-align: center;
  margin: 30px 0 20px;
}
.sec17 li {
  display: inline;
  padding: 0;
  background: none;
  color: #ffffff;
}
.sec17 a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.sec17 p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}
.sec17 .copyright {
  font-size: 14px;
}
@media(min-width: 481px){
  .mobileOnly {
    display: none!important;
  }
  .desktopOnly {
    display: block!important;
  }
  .sec6_slides {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sec8_fig3 {
    margin-bottom: 20px;
  }
  .sec14 .btn {
    display: block; 
    width: 100%;
    box-sizing: border-box; 
    padding: 18px 20px;
    margin: 25px auto 10px;
    font-weight: 600;
    font-size: 26px;
  }
  .sec14 .sec2_bottom  i {
    font-style: normal;
    font-size: 14px;
    color: #406465;
    text-align: center;
    display: block;
  }
}

@media(max-width: 480px) { 
  .mOnly {
    display: flex;
  }
  .dOnly{
    display: none!important;
  }
  .mobileOnly {
    display: block!important;
  }
  .desktopOnly {
    display: none!important;
  }
  .main {
    position: relative;
    overflow: hidden;
  }
  .main .container{
    width: 320px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .sec_right, .sec_left {
    width: 100%;
  }
  .main b,
  .main i,
  .main p {
    font-size: 14px;
  }
  .main h3 {
    font-size: 22px;
    padding: 0 0 10px;
  }
  .main b {
    display: inline-block;
  }
  .main p {
    margin-bottom: 10px;
  }
  .sec1 p {
    padding-top: 10px;
  }
  .sec1 p b,
  .sec1 p em {
    font-size: 14px;
  }

  .sec2 {
    border-bottom: none;
    padding: 7px 0;
  }

  .sec2 .sec_right {
    display: none;
  }
  .sec2_logo { 
    width: 295px;
    height: 65px;
    display: block;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
  }
  .sec3{  
    background: url(./../images/hero2.jpg) no-repeat top center;
    background-size: 480px;
  }
  .sec3_fig{
    display: none;
  }
  .sec3 .container {
    flex-direction: column;
  }
  .sec3 .sec_right{
    margin-top: 530px;
  }
  .off20 { 
    width: 153px;
    height: 154px;
    top: 340px; 
    right: -10px;
  }
  .sec3 .off20 {
    right: -11px;
    top: 344px;
  }
  .sec3_fig {
    height: 234px;
  }
  .sec3_price {
    display: none;
  }
  .sec3 .sec2_top{
    width: 100%;
  }
  .sec3 h1 {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .sec3 p {
    text-align: center;
  }
  .sec3 ul {
    width: 265px;
    margin: 0 auto;
  }
  .main li {
    font-size: 14px;
    padding: 4px 0 4px 25px;
    background-size: 15px 15px;
    background-position: 0 3px;
  }

  .sec2_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .sec2_top {
    width: 100%;
    display: flex;
    margin-top: 0;
  }
  .sec2_top div b {
    font-size: 11px;
  }
  .sec2_top div h5 {
    font-size: 10px;
  }
  .sec2_top div em {
    font-size: 24px;
  }
  .sec3 .sec2_top{
    margin: 20px 0 10px; 
  }
  .or {
    right: -11px;
    font-size: 9px;
    padding: 4px;
  }
  .sec2_top .sec3_right b {
    font-size: 10px;
  }
  figure.sec3_fig2 {
    background-size: 85%;
    background-position: center;
    margin: 5px auto 0;
  }
  .sec2_bottom {
    width: 100%;
    display: block;
  }
  .sec2_top b {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  .sec2_top p {
    font-size: 12px;
    margin: 0;
  }
  .sec2_top strike {
    font-size: 12px;
  }
  .sec2_top em {
    font-size: 18px;
    display: block;
    text-align: center;
  }
  .sec3 .btn {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    margin: 10px auto;
    box-sizing: border-box; 
  }
  .sec3 i {
    font-size: 13px;
    padding: 0;
    margin: 5px auto 0;
    text-align: center;
    display: block;
  }

  .sec4 .container {
    flex-direction: column;
  }
  .sec4 { 
    padding: 25px 0;
  }
  .sec4_box {
    width: 95%;
    margin: 8px auto;
  }
  .sec4 .sec_right {
    width: 55%;
  }
  .sec4 figure {
    width: 110px;
    height: 125px;
  }
  .sec4_box b {
    font-size: 18px;
    margin-top: 23px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .sec4 p {
    font-size: 13px;
  }

  .sec5 {
    padding: 30px 0 15px;
  }
  .sec5 .revOrder .sec_left{ 
    margin-top: 20px;
  }
  .sec5 .container {
    flex-direction: column;
  }
  .sec5 .subwrap{ 
    margin-bottom: 20px;
  }
  .revOrder .sec_left{
    order: 2;
  }
  .revOrder .sec_right{
    order: 1;
  }
  .sec5sub_fig1{ 
    width: 291px;
    height: 310px;
  }
  .sec5sub_fig2,
  .sec5sub_fig3{
    height: 291px; 
  }
  .sec5sub_fig4,
  .sec5sub_fig5,
  .sec5sub_fig6 {
    width: 549px;
    height: 200px;
    margin-top: 20px;
  }
  .sec5 .not_flex {
    margin-top: 30px;
  }
  .sec5_fig {
    height: 350px;
  }
  .sec5 h4 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sec5 .sec5h5b {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .sec5 .sec5h4{
    margin-top: 0;
  }
  .sec5 .dpad .sec_left, .sec5 .dpad .sec_right {
    width: 100%;
  }
  .subcon {
    width: 100%;
  }
  .subcon:nth-of-type(2){ 
    margin-bottom: 20px;
  }
  .sec5 .sec5h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sec5 .sec5h5 {
    font-size: 16px; 
    margin: 40px auto 40px;
  }
  .sec5 .revOrder h3,
  .sec5 .not_flex h3{ 
    padding: 0 0 25px;
  }
  .sec6 {
    padding: 10px 0 0;
  }
  .sec6_indicator {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
  .sec6_indicator li {
    display: block;
    width: 30%;
    background: #ececec;
    padding: 0;
    margin: 0;
    cursor: pointer;
    min-height: 10px;
  }
  .sec6_indicator li.active {
    background: #8cb0b2;
  }

  h3.sec6_inc {
    padding-top: 10px;
  }
  .sec6 .container{ 
    flex-direction: column;
  }
  .rightTxt{
    text-align: left;
  }
  .sec6 .container:last-of-type{
    flex-direction: column;
    margin-top: 30px;
  }
  .sec6_box {
    width: 100%;
  }
  .sec6 h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .sec6 h5 {
    font-size: 18px;
  }
  .sec6 h3{ 
    font-size: 18px;
    padding: 0;
  }
  .sec6 .npad{ 
    margin-top: 30px;
  }
  .sec6 .npad h1 {
    margin-top: 40px;
  }
  .sec6 figure {
    height: 315px;
    margin: 0;
  }
  .sec6_box figure{
    margin-top: 20px;
  }
  .main .padTopM{
    padding-top: 20px;
  } 
  .sec6_slider {
    position: relative;
    overflow: hidden;
    height: 400px;
  } 
  .sec6_slides {
    width: 300%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .sec6_box {
    width: 320px;
  }
  .sec6 .not_flex {
    margin-bottom: 30px;
  }


  .sec7 {
    padding: 0;
    padding-top: 30px;
  }
  .sec7 p{
    margin-bottom: 20px;
  }
  .sec7 .padTopM{
    margin-bottom: 10px;
  }
  .sec7 .container {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .sec7 .sec_left {
    width: 100%;
    padding-left: 0;
  }
  .sec7 figure {
    display: block;
    margin: 0 auto;
    background-position: center;
    width: 300px;
    background-size: cover;
  }
  figure.sec7_fig4{
    background: url(./../images/sec7-fig4-m.jpg) no-repeat top center;
    background-size: contain;
    height: 350px;
  }
  figure.sec7_fig1 {
    height: 320px;
    margin-bottom: 20px;
  }
  .sec7 .container:first-of-type {
    margin-bottom: 0;
  }
  figure.sec7_fig2 {
    height: 255px;
  }
  .nd2 p {
    margin-top: 20px;
  }
  figure.sec7_fig3 {
    height: 245px;
    margin-bottom: 20px;
  }
  .sec7 .sec_right h3{ 
    text-align: left; 
    padding-top: 30px;
  }
  .sec7 .sec_left2{
    text-align: left;
  }
  .t_right{
    text-align: left;
  }
  .sec8 {
    padding: 10px 0 20px;
  }
  .sec8 .container:not(.not_flex) {
    flex-direction: column;
    margin-top: 0;
  }
  .sec8 .not_flex {
    margin-bottom: 10px;
  }
  .sec8con,
  .sec8wrap2,
  .sec8wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec8wrap div {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .sec8_figpc {
    width: 310px;
    height: 327px;
  }
  .sec8 b{
    display: inline;
  }
  .sec8 h3 {
    padding-right: 30px;
    padding-top: 10px;
  }
  .sec8 .sec_left,
  .sec8 .sec_right {
    width: 100%;
  }
  .sec8_mid {
    height: 100px;
  }
  .sec8_left {
    margin: 0;
    height: 175px;
  }
  .sec8_box {
    margin-top: 0;
  }

  .sec9 {
    padding-top: 20px;
  }
  .sec9 li {
    padding-top: 0;
  }
  .sec9 .sec_right {
    padding: 0;
  }
  .sec9 .container {
    flex-direction: column-reverse;
  }
  .sec9 h4 {
    font-size: 22px;
  }
  .sec9 ul{ 
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin: 30px 0 25px 20px;
  }
  .sec9 li{ 
    background-position: 0;
  }
  .sec9 li:nth-child(odd) {
    width: 75px;
  }
  .sec9_fig { 
    height: 335px;
    background-position: left -4px bottom -13px;
  }

  .sec10 {
    padding: 50px 0 5px;
  }
  .sec10wrap{
    width: 100%;
    justify-content: center;
  }
  .sec10wrap .revOrder .sec_left{
    order: 1;
  }
  .sec10wrap .revOrder .sec_right{
    order: 2;
    margin-bottom: 15px; 
  }
  .sec10 .container:not(.not_flex) {
    flex-direction: column;
  }

  .sec10 .sec_right,
  .sec10 .sec_left {
    width: 100%;
    padding: 0;
  }
  .sec10 .sec_left{
    padding-bottom: 10px;
  } 
  .sec10 .padd {
    padding: 0;
  }
  .sec10 h3 {
    font-size: 26px;
    padding-bottom: 0;
  }
  .sec10 figure {
    margin: 5px auto 10px;
    background-position: center;
    width: 128px;
    float: initial;
    height: 128px;
    background-size: cover;
  }
  .sec10 b, .sec10 i {
    text-align: center;
    display: block;
  }  
  .sec10wrap .container:nth-child(odd){
    margin: 0;
  }
  .sec11 .container {
    flex-direction: column;
  }
  .sec11 .sec_right,
  .sec11 .sec_left {
    width: 100%;
  }
  .sec11 h5 {
    font-size: 14px;
  }

  .sec12 {
    margin-top: 100px;
  }
  .sec12 .container {
    position: relative;
  }
  .sec12 .sec_left {
    position: absolute;
    top: -100px;
  }
  .sec12 .sec_mid {
    padding: 0;
    width: 60%;
  }
  .sec12 .sec_right {
    width: 40%;
    position: relative;
    min-height: 0;
  }
  .sec12 em,
  .sec12 h5 {
    font-size: 15px;
  }
  .sec12 h5 {
    margin: 0;
    padding: 15px 10px;
    width: 175px;
    box-sizing: border-box;
  }
  .sec12_fig1 {
    height: 125px;
    width: 125px;
    top: 12px;
    left: 17px;
  }

  .sec12_fig2 {
    height: 275px;
    bottom: -116px;
    background: url(./../images/sec12model-m.png) no-repeat;
    background-size: contain;
  }
  .sec12 .sec_right {
    width: 55%;
    position: absolute;
    right: -29px;
    top: 46px;
  }
  .sec12 .container {
    min-height: initial;
  }

  .sec13 {
    padding: 20px 0;
  }
  .sec13 .container {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .sec13 .container:last-of-type {
    padding: 0 10px;
  }
  .sec13 .sec_right,
  .sec13 .sec_left {
    width: 100%;
  }
  .sec13_fig { 
    width: 250px;
    background-position: center;
    height: 200px;
    margin: 0 auto 25px;
  }
  .sec13 b {
    font-size: 16px;
  }
  .sec13 h3 {
    font-size: 21px;
    margin: 0;
    text-align: center;
    padding-top: 10px;
  }
  .sec13 h3 br {
    display: none;
  }
  .sec13 h3 {
    padding-bottom: 25px;
  }

  .sec14 {
    background: #fadfe4 url(./../images/sec14-m.jpg) no-repeat top 60px center;
    background-size: 480px;
    padding-top: 10px;
  }
  .sec14 p{
    text-align: center;
    padding-right: 0;
  } 
  .sec14 p:first-of-type{ 
    width: 78%;
  }
  .sec14 p:last-of-type{ 
    width: 44%;
  }
  .sec14 .btn {
    margin: 10px auto;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 15px;
  }
  .sec14 .container {
    background: none;
    min-height: initial;
    flex-direction: column;
  }
  .sec14 .sec2_bottom i {
    font-size: 12px;
    padding: 0;
    margin: 5px auto 25px;
  }
  .sec14 .sec_left,
  .sec14 .sec_right {
    width: 100%;
  }
  .sec14 .sec_top {
    position: absolute;
    top: 480px;
  }
  .sec14 .sec_top p{
    width: 100%;
    text-align: center;
  }
  .sec14 .sec_left {
    margin: 0;
    background-size: cover;
    background: none;
    padding-bottom: 48px;
    position: relative;
  }
  .sec14 p {
    font-size: 14px;
    position: relative;
    z-index: 2;
    width: 65%;
    text-align: left;
  }
  .sec14 .sec_top{ 
    width: 100%;
    background-position: 0px -137px;
    background-position-x: center;
    background-size: 285px; 
    padding-top: 15px;
  }
  .sec14 .sec_bottom{ 
    width: 284px;
    margin: 0 auto;
  }
  .sec14 .container:first-of-type{
    padding-bottom: 450px;
  }
  .sec14 .container:last-of-type{  
    border-radius: 20px; 
    width: 320px;
    margin: 0 auto;
  }

  .sec14 .container:last-of-type .sec_left{
    padding-bottom: 0;
  }
  .sec14 .sec14btm .sec_right {
    width: 100%;
  }
  .sec14 .sec14btm p {
    font-size: 15px;
    padding-right: 0;
    text-align: left;
  }
  .sec14 .sec14btm .sec_right p {
    font-size: 23px;
    text-align: center; 
  }
  .sec14 h2 {
    font-size: 26px;
    text-align: center;
    padding: 15px 0 20px;
    margin: 0;
    position: relative;
    z-index: 3;
  }
  .sec_top {
    padding-top: 10px;
    background-size: 100%;
    height: 170px;
  }
  .sec_top h5 {
    font-size: 21px;
  }
  .sec_top p {
    font-size: 24px;
  }
  .sec_top strike {
    font-size: 12px;
  }
  .sec14 .sec14bottle{ 
    width: 315px;
    height: 250px;
    background-size: contain;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    top: 645px;
  }
  .sec_bottom {
    height: initial;
    margin-top: 0;
  }
  .sec14 .sec2_box {
    margin-top: 20px;
  }
  .sec14_fig1 {
    height: 230px;
    background-position: center;
    margin-left: 0;
  }
  .sec14_fig2 {
    height: 80px;
    width: 80px;  
    bottom: 11px;
    left: 50px;
    right: 28px;
  }
  .sec14 .sec2_box {  
    width: 100%;
    margin: 0 auto;
  }
  .sec14 .sec14btm .sec_right strike {
      padding-right: 4px;
  }
  .sec15 {
    padding: 20px 0;
    background: #fadfe4;
  }
  .sec15 h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .sec15 .container {
    flex-direction: column;
  }
  .sec15_bottom:last-of-type .sec15_price { 
    margin-bottom: 4px;
  }
  .sec15_bottom{ 
    text-align: center; 
  }
  #packages{
    padding-top: 20px;
  }
  .sec15_pack {
    width: 100%;
    margin: 10px auto 10px; 
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }
  .sec15 h5 {    
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background: url(./../images/top.png) no-repeat top -19px center;
    height: auto; 
    line-height: 1;
    width: 50%;
    display: block;
    padding: 10px 0px;
    line-height: 1;
    margin: 0 0 0 auto;
  }
  .sec15 .sec_right, .sec15 .sec_left {
    border: none;
    padding: 0;
    width: 100%;
    display: block;
  }
  .sec15 h3 {
    font-size: 14px;
    padding: 0;
  }
  .sec15 .free {
    text-align: center;
    font-weight: 700;
    padding: 2px 0;
    font-size: 14px;
  }
  .sec15_pack1 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -10px;
    background-size: contain;
  }
  .sec15_pack3 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -10px;
    background-size: contain;
  }
  .sec15_pack2 {
    height: 119px;
    margin: 10px auto;
    width: auto;
    background-position: center;
    margin-left: -9px;
    background-size: contain;
  }
  .sec15 .sec_right {
    text-align: left;
  }
  .sec15 p {
    margin: 0;
    font-size: 12px;
  }
  .sec15 .sec_right b {
    font-size: 20px;
    line-height: 1.3;
  }
  .sec15 .sec15_total {
    padding: 10px 0;
  }
  .sec15 i {
    display: initial;
    font-weight: 700;
  }
  .sec15 i span {
    color: #474747;
    font-weight: 600;
  }
  .sec15 b.per {
    color: #474747;
  }
  a.btn.pack { 
    font-weight: 700;
    margin: 0 auto; 
    font-size: 17px; 
  }
  .cart { 
    height: 33px;
    width: 27px;
    background-size: contain;
    margin-top: -4px;
  }
  .blurb b {
    font-size: 18px;
    padding: 5px 0 0;
    line-height: 1;
    margin: 0;
    display: block;
  }
  .sec15_bottom i strong {  
    font-size: 19px;
    margin-top: 0;
    margin-right: 3px;
    line-height: 1;
  }
  .sec15 b {
    font-size: 32px;
  }
  .sec15 i,
  .sec15 p{
    font-size: 14px;
  }

  .sec16 {
    padding: 40px 0;
  }
  .sec16_fig {
    background: url(./../images/mediam.png) no-repeat center;
    background-size: contain;
  }

  .sec17 {
    padding: 20px 0;
  }
  .sec17 .container {
    padding: 0 5px;
  }
  .sec17_fig {
    width: 180px;
    height: 40px;
  }
  .sec17 ul {
    margin: 15px auto 20px;
  }
  .sec17 a {
    font-size: 10.5px;
  }
  .sec17 li {
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
  .sec17 .copyright {
    font-size: 10px;
  }
  .sec17 p:nth-of-type(2){
    font-size: 10px;
    line-height: 1.1;
  }
  .sec17 p:last-of-type {
    font-size: 10px;
  }
  a.btn{
    font-weight: 700;
    font-size: 18px;
  }
  .sec15_bwrap{
    display: flex; 
    position: relative;
    align-items: flex-start;
    height: 133px;
  }   
  .sec15_toptitle{
    padding: 5px 0;
    text-align: center;
    background: #950511;
  }
  .packM h5{
    background: none;
  }
  .packM .sec15wrap{
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
  }
  .packM .sec15_bottom{
    width: 100%;
  }
  .sec15 i, .sec15 p{

    padding: 0;
  }
  .sec15_bottom:last-of-type{
    flex:1;
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .sec15_bottom:first-of-type{
    background: #f3f3f3;
    border-right: none;
    border-bottom: 1px solid #dadada;
    display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;
  }
  .sec15_bottom:first-of-type p{
    margin-right: 3px;
  }
  .sec15_bottom:first-of-type p,
  .sec15_bottom:first-of-type b{
    font-size: 11px;
    margin-top: 0;
  }
  .packM a.btn.pack{ 
    font-size: 21px;
  }
  .sec15 .usdprice{
    font-size: 22px;
  }
  .sec15 h4{  
    font-size: 17px;  
    padding-top: 6px;
    padding-bottom: 10px;
  } 
  .sec15_top,
  .sec15wrap{
    width: 50%;
    border-top: none;
  }
  .sec15_top{ 
    border-right: 1px solid #dadada;
    flex: 1;
    height: 100%;
  } 
  .packM .sec15_pack1 {
    height: 139px;
    margin: 10px auto;
    width: auto;
    background-position: top 15px center;
    margin: -44px 0 0 0;
    background-size: 190%;
  }
  .packM .sec15_pack2 { 
    height: 139px;
    margin: 10px auto;
    width: auto;
    background-position: top 15px center;
    margin: -44px 0 0 0;
    background-size: 190%;
  }
  .packM .sec15_pack3 {
    height: 139px;
    margin: 10px auto;
    width: auto;
    background-position: top 15px center;
    margin: -44px 0 0 0;
    background-size: 180%;
  }
}
