.wrap-topbar {
  position: relative;
  min-height: 240px;
  background-position: center top;
  background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
  .wrap-topbar {
      height:26.5vw;
      min-height: 85px;
      background-size: cover
  }
}

.wrap-topbar.style-tall {
  min-height: 420px
}

@media screen and (max-width: 1024px) {
  .wrap-topbar.style-tall {
      min-height:125px;
      height: 39vw
  }
}

.wrap-topbar.style-tall::before {
  content: none
}

.wrap-topbar::before {
  content: '';
  background: url("/img/bg-monotone.png") left top repeat;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5
}

.wrap-topbar .mainTitle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0px, -50%);
  font-size: 40px;
  letter-spacing: 20px;
  padding-left: 20px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: white
}

@media screen and (max-width: 767px) {
  .wrap-topbar .mainTitle {
      font-size:20px;
      font-size: 6vw;
      letter-spacing: 10px;
      letter-spacing: 3vw;
      padding-left: 10px;
      padding-left: 3vw
  }
}

.layout-view .wrapper {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .layout-view .wrapper {
      padding-left: 8px;
      padding-right: 8px;
      padding-bottom: 15px;
  }
}
.title-decoline {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (max-width: 767px) {
  .title-decoline {
      padding-top:15px;
      padding-bottom: 15px
  }
}

.title-decoline b {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: white;
  font-size: 26px;
  letter-spacing: 5px;
  padding-right: 5px
}

@media screen and (max-width: 767px) {
  .title-decoline b {
      font-size:18px
  }
}

.title-decoline::before,.title-decoline::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  bottom: 34px
}

@media screen and (max-width: 767px) {
  .title-decoline::before,.title-decoline::after {
      bottom:19px
  }
}

.title-decoline::before {
  left: 0;
  right: 110px;
  background-color: black
}

@media screen and (max-width: 767px) {
  .title-decoline::before {
      right:50px
  }
}

.title-decoline::after {
  right: 0;
  width: 110px;
  background-color: #e30007
}

@media screen and (max-width: 767px) {
  .title-decoline::after {
      width:50px
  }
}

/*# 以上 copy paste store.css */

h2.text-center {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #232323;
  margin-top: 60px;
  margin-bottom: 50px;
}

article p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
}

ul.style-decimal {
  list-style: decimal;
  margin-left: 1.3em;
}
ul.style-disc {
  list-style: disc;
  margin-left: 1.3em;
}

.text-red {
  color: #E30007;
}
.style-link {
  color: #E30007;
  text-decoration: underline;
}

.accordion {
  margin-bottom: 20px;
}
.accordion-bar {
  min-height: 65px;
  background: #F4F4F4;
  cursor: pointer;
  
}
.accordion-bar-content {
  position: relative;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .accordion-bar-content {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordion-bar-name {
  padding-right: 5px;
}
.accordion-bar-btn {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 26px;
  background: #E30007;
  color: white;
}
.accordion.is-active .accordion-bar-btn {
  background: #B0B0B0;
  color: white;
}
.accordion-bar-btn::before {
  content: '開啟說明';
  white-space: nowrap;
}
.accordion.is-active .accordion-bar-btn::before {
  content: '關閉說明';
}

@media screen and (max-width: 767px) {
  .accordion-bar-btn {
    padding: 12px;
  }
  .accordion-bar-btn::before {
    content: '開啟';
  }
  .accordion.is-active .accordion-bar-btn::before {
    content: '關閉';
  }
}
.accordion-body {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.mb-10px {
  margin-bottom: 10px;
}
.mt-40px {
  margin-top: 40px;
}
.mb-40px {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.btn-cta {
  display: inline-block;
  text-align: center;
  width: 370px;
  max-width: 100%;
  height: 45px;
  line-height: 45px;
  background: #EAEBEC;
  color: #232323 !important;
}
.btn-cta:hover {
  background: #E30007;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .btn-cta {
    width: 252px;
  }
}

article .p {
  font-size: 20px;
}

article a[href]{
  text-decoration: underline
}