@charset "UTF-8";

.article-headline{
  font-size:2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article-headline{
    font-size:1.8rem;
    margin-bottom: 10px;
  }
}

.header {
  z-index: 999;
  position: fixed;

}

.hero {
  width: 100%;
  /* height: 100%; */
  background: #F2F2F2;
  /* padding-top: 80px; */
  padding-top: 150px;
  /* height: 400px; */
  height: 480px;
}

@media screen and (max-width: 768px) {
  .hero {
    padding-top:100px;
    padding-bottom: 40px;
    height: auto;
  }
}

.hero .category {
  background: #000;
  color: #FFF;
  padding: 6px 14px;
  font-size: 1.2rem;
  margin-bottom: 25px;
  display: inline-block;
}
.hero-link{
  color: #0094FF;
  font-size: 1.4rem;
}

.hero-btn-list{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .hero-btn-list{
    margin: 20px 0 30px;
    justify-content: center;
  }
}

.hero-btn{
  width: 230px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .hero-btn{
      width: 120px;
    /* width: 230px; */
  }
}

.hero-btn.red-btn{
  transition: all .5s;
  background: #EC4E0B;
  color: #FFF;
  border:2px solid #EC4E0B;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .hero-btn.red-btn{
    margin-right: 10px;
  }
}
.hero-btn.red-btn:hover{
  background: #FFF;
  color: #EC4E0B;
  border:2px solid #EC4E0B;
}
.hero-btn.gray-btn{
  transition: all .5s;
  background: #B9B9B9;
  color: #000;
  border:2px solid #B9B9B9;
}
.hero-btn.gray-btn:hover{
  background: #000;
  color: #B9B9B9;
  border:2px solid #000;
}
.hero-img-box{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* article */

.article-content{
  margin: 60px auto 0;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .article-content{
    margin: 30px 0 0 0;
    max-width: 100%;
  }
}
.article-box{
  background: #F2F2F2;
  margin-bottom: 20px;
  padding: 30px 40px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .article-box{
    padding: 15px;
  }
}
.article-box p:last-child{
  margin-bottom: 0;
}
.article-box ul li{
  list-style:disc;
  margin-left: 15px;
}

.article-btn-list{
  margin:60px 0 80px;
}
@media screen and (max-width: 768px) {
  .article-btn-list{
    margin:30px 15px 40px;
  }
}

.article-btn{
  width: 440px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .article-btn{
    max-width: 440px;
    margin: 0;
    display:block;
  }
}
.article-btn.red-btn{
  transition: all .5s;
  background: #EC4E0B;
  color: #FFF;
  border:2px solid #EC4E0B;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .article-btn.red-btn{
    margin-bottom:20px;
    margin-right: 0;
  }
}
.article-btn.red-btn:hover{
  background: #FFF;
  color: #EC4E0B;
  border:2px solid #EC4E0B;
}
.article-btn.gray-btn{
  transition: all .5s;
  background: #989898;
  color: #FFF;
  border:2px solid #989898;
}
.article-btn.gray-btn:hover{
  background: #FFF;
  color: #989898;
  border:2px solid #989898;
}


/*******************/



.stripe-button-el{
  width: 440px !important;
  height: 50px !important;
  background-image:none !important;
  padding:0 !important;
  margin-right: 20px;
}


@media screen and (max-width: 768px) {
  .stripe-button-el{
    max-width: 440px !important;
    margin: 0 !important;
    display:block !important;
  }
}

.stripe-button-el span{
  width: 440px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
  border-radius: 6px !important;
  font-size: 1.8rem !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all .5s !important;
  background: #EC4E0B !important;
  color: #FFF !important;
  border:2px solid #EC4E0B !important;
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  .stripe-button-el{
    margin-bottom:20px !important;
    margin-right: 0 !important;
  }
}

.stripe-button-el span:hover{
  background: #FFF !important;
  color: #EC4E0B !important;
  border:2px solid #EC4E0B !important;
}

.hero-btn.gray-btn {
  margin-left:20px;
}

.hero-btn .stripe-button-el,.hero-btn .stripe-button-el span {
  width: 230px !important;
  height: 46px !important;
  line-height: 46px !important;
}

@media screen and (max-width: 768px) {
  .hero-btn .stripe-button-el,.hero-btn .stripe-button-el span{
      width: 120px !important;
      font-size:1.6rem !important;
    /* width: 230px; */
  }
}


.h-contact-btn .stripe-button-el,.h-contact-btn .stripe-button-el span{
  height:80px !important;
  width: 230px!important;
  height: 46px!important;
  line-height: 46px!important;
  margin-right:0 !important;
}

@media screen and (max-width: 768px) {
  .h-contact-btn .stripe-button-el,.h-contact-btn .stripe-button-el span{
    width: 120px !important;
    font-size:1.6rem !important;
  }
}


.h-contact-btn{
  height: 46px;
}

@media screen and (max-width: 768px) {
  .article-center .stripe-button-el {
    max-width:340px !important;
    text-align:center;
  }
  .article-center.stripe-button-el,.article-center.stripe-button-el span {
    width:340px !important;
  }
  .stripe-button-el span {
    width:340px !important;
  }
  .article-center .article-btn {
    width:340px;
  }
}