@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;500;700&family=Inter:wght@300;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 10px;
  font-family: "Inter", "Open Sans", "Noto Sans SC";
}

/****************\
* IMG
\****************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: white;
}
.header .desktop-header-container {
  position: relative;
  display: block;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .header .desktop-header-container {
    height: 55px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .desktop-header-container .header-btn {
  display: inline-block;
  font-size: 18px;
  padding: 11px 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .header .desktop-header-container .header-btn {
    display: none;
  }
}
.header .desktop-header-container .header-btn.btn-white {
  margin-top: 20px;
  color: #d6ae3c;
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.header .desktop-header-container .header-btn.btn-first {
  margin-left: 50px;
}
.header .desktop-header-container .header-btn.btn-second {
  margin-left: 20px;
}
.header .desktop-header-container .header-btn.btn-transparent {
  border: #cb9b0c 2px solid;
  color: #cb9b0c;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  float: right;
  margin-right: 240px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 18px;
}
.header .desktop-header-container .header-btn.btn-transparent:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.header .desktop-header-container .header-btn.btn-transparent:hover {
  color: white;
  background-color: #cb9b0c;
}
.header .logo {
  position: relative;
  background-image: url(../images/logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  text-indent: -88888px;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .header .logo {
    float: none;
    margin-right: 16px;
    margin-top: 8px;
    width: 120px;
    height: 40px;
  }
}

.hamburger {
  display: none;
  left: auto;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:after,
.hamburger .hamburger__icon:before {
  background-color: black;
  width: 16px;
  -webkit-transform-origin: 10.8px;
          transform-origin: 10.8px;
}
.hamburger .hamburger__icon {
  margin-top: 5px;
}
.hamburger .hamburger__icon:before {
  top: -5px;
}
.hamburger .hamburger__icon:after {
  top: 5px;
}

.fat-nav li {
  font-size: 20px;
  padding: 0 0 40px 0;
}

.header-menu {
  z-index: 100;
}

.header-container {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  max-width: 990px;
}
@media only screen and (max-width: 1200px) {
  .header-container {
    display: none;
  }
}
.header-container .href-item,
.header-container .sp-item {
  position: relative;
  color: #534741;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 300;
}
.header-container .href-item::after,
.header-container .sp-item::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  width: 1px;
  height: 25px;
  background-color: #999999;
}
.header-container .href-item.no-line::after,
.header-container .sp-item.no-line::after {
  content: none;
}
.header-container .href-item.last-text-item,
.header-container .sp-item.last-text-item {
  cursor: pointer;
  padding-right: 0;
  border: red 1px solid;
  font-size: 18px;
  padding: 9px 29px;
  border-radius: 20px;
  background-color: #f0504b;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(240, 80, 75, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(240, 80, 75, 0.25);
  color: #fff;
  margin-left: 5px;
  font-weight: 500;
}
.header-container .href-item.last-text-item::after,
.header-container .sp-item.last-text-item::after {
  content: none;
}
.header-container .href-item.none-border::after,
.header-container .sp-item.none-border::after {
  content: none;
}

.scroll-fix {
  max-width: 800px;
  left: auto !important;
  right: 0;
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #bf2f39;
}
footer p {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer p span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px 20px 20px;
  background-color: #f7f7f7;
}

.notice-container {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 300;
}
.notice-container .single-dsc {
  font-size: 14px;
  line-height: 24px;
}
.notice-container .single-dsc .txt-red {
  color: #f54b5a;
}
.notice-container .notice-list {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 500px) {
  .notice-container .notice-list {
    font-size: 12.6px;
  }
}
.notice-container .label-title {
  padding-bottom: 5px;
}
@media only screen and (max-width: 500px) {
  .notice-container .label-title {
    font-size: 12.6px;
  }
}
.notice-container .txt-bold {
  font-weight: bold;
  color: #323237;
}
.notice-container .single-dsc {
  padding-bottom: 20px;
}
.notice-container .single-dsc.pd-0 {
  padding-bottom: 0px;
}
.notice-container .single-dsc.pd-10 {
  padding-bottom: 10px;
}
.notice-container .single-dsc a {
  color: #808080;
  text-decoration: none;
}
.notice-container .single-dsc a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .notice-container .single-dsc {
    font-size: 12.6px;
  }
}
.notice-container ul {
  list-style: decimal;
}
.notice-container ul li {
  line-height: 22px;
  margin-left: 27px;
  padding-left: 9px;
}
.notice-container ul li .dot-title {
  margin-bottom: 10px;
}
.notice-container ul li .txt-red, .notice-container ul li.txt-red {
  color: #e60034;
}
.notice-container ul li.txt-pink {
  color: #e63178;
}
.notice-container ul li .txt-gold {
  color: #ac8d33;
}
.notice-container ul li .txt-gold-inline {
  position: relative;
  display: block;
  color: #ac8d33;
  margin-left: -20px;
  padding-left: 30px;
}
.notice-container ul li .txt-gold-inline .abs-tag-title {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-container ul li .red-example {
  display: block;
  color: #d50050;
}
.notice-container ul li .under-line {
  text-decoration: underline;
}
.notice-container ul li a {
  color: inherit;
  text-decoration: underline;
}
.notice-container ul li .dot-list {
  list-style: disc;
}
.notice-container ul.notice-list-dot {
  list-style: disc;
}
.notice-container ul.notice-list-dot .notice-list-num {
  padding-bottom: 10px;
}
.notice-container .list-small-title {
  padding-bottom: 5px;
}
.notice-container .other-notice {
  padding-top: 10px;
  line-height: 26px;
  font-size: 14px;
  padding-bottom: 30px;
}
.notice-container .notice-title {
  width: 120px;
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #808080;
  padding: 15px 33px 15px 0px;
  margin: 0 auto;
}
.notice-container .notice-title .icon-plus {
  position: absolute;
  top: 19px;
  right: 16px;
  width: 12px;
  height: 12px;
}
.notice-container .notice-title .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.notice-container .notice-title .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice-container .notice-title .icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.notice-container .notice-title .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice-container .notice-title .icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #808080;
  position: absolute;
  bottom: 5px;
}
.notice-container .icon-arrow-down,
.notice-container .icon-arrow-up {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../images/default/icon_triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-container .notice-blue-title {
  color: #036ea7;
  font-size: 16px;
  padding-bottom: 10px;
}
.notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-container .sp-notice {
  line-height: 28px;
  margin-bottom: 20px;
}
.notice-container .notice-tag-title {
  margin-bottom: 10px;
}
.notice-container .notice-sub-title {
  padding-bottom: 10px;
}
.notice-container .red-notice {
  font-size: 16px;
  color: #ed2626;
  line-height: 28px;
  padding-bottom: 10px;
}
.notice-container .mb-s {
  padding-bottom: 7px;
}
.notice-container .mb-l {
  padding-bottom: 15px;
}

@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@-webkit-keyframes windAni {
  0% {
    -webkit-transform: translate(-90%);
            transform: translate(-90%);
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
@keyframes windAni {
  0% {
    -webkit-transform: translate(-90%);
            transform: translate(-90%);
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section > .container {
    padding: 40px 20px 40px 20px;
  }
}

.section-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title-area .title-icon {
  max-width: 45px;
}
.section-title-area .title-txt {
  font-size: 38px;
  font-weight: bold;
  color: #534741;
  margin-left: 10px;
}
@media only screen and (max-width: 500px) {
  .section-title-area .title-txt {
    font-size: 32px;
  }
}

.section-sub-title {
  color: #00b9aa;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media only screen and (max-width: 500px) {
  .section-sub-title {
    font-size: 20px;
  }
}

.pink-text {
  color: #e63178 !important;
  font-weight: bold;
}
.pink-text.normal-size {
  font-weight: normal;
}

.detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 500px) {
  .detail-block {
    padding-top: 20px;
  }
}
.detail-block .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .detail-block .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .detail-block .btn-group .arrow-btn {
    margin-top: 20px;
  }
}
.detail-block .btn-group .arrow-btn:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 500px) {
  .detail-block .btn-group .arrow-btn:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .detail-block .btn-group .arrow-btn:first-child {
    margin-top: 0;
  }
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .btn-area {
    display: block;
  }
}
.btn-area .btn-item {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 20px 16px 0px;
  font-size: 18px;
  color: white;
  border-radius: 50px;
  margin-right: 30px;
  width: 160px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(240, 80, 75, 0.25);
          box-shadow: 3px 3px 6px 0 rgba(240, 80, 75, 0.25);
}
@media only screen and (max-width: 500px) {
  .btn-area .btn-item {
    margin: 0 auto 20px auto;
  }
}
.btn-area .btn-item.btn-red {
  background-color: #f0504b;
}
.btn-area .btn-item.btn-green {
  background-color: #00b9aa;
}
.btn-area .btn-item .arrow {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 20px;
  height: 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation: arrowBounce 1s infinite;
          animation: arrowBounce 1s infinite;
}
.btn-area .btn-item.last-btn-item {
  margin-right: 0;
}
@media only screen and (max-width: 500px) {
  .btn-area .btn-item.last-btn-item {
    margin-right: auto;
  }
}

.fixed-icon-area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 198px;
  bottom: 40px;
  right: 0px;
  z-index: 100;
  cursor: pointer;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area {
    width: 85px;
    right: 4px;
    bottom: 30px;
  }
}

/**************\
* Main
\**************/
.section-kv {
  z-index: 2;
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .section-kv {
    margin-top: 57px;
  }
}
.section-kv .kv-bg .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-bg .mobile {
    display: block;
  }
}
.section-kv .kv-bg .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-bg .desktop {
    display: none;
  }
}
.section-kv .kv-title,
.section-kv .kv-sub-title,
.section-kv .kv-icon {
  position: absolute;
}
.section-kv .kv-title {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 29.1666666667%;
  left: 15.2777777778%;
  top: 19%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 87.5%;
    left: 5.9375%;
    top: 5.2830188679%;
  }
}
.section-kv .kv-sub-title {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 17.2222222222%;
  left: 21.25%;
  top: 57%;
}
.section-kv .kv-sub-title .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title .mobile {
    display: block;
  }
}
.section-kv .kv-sub-title .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title {
    width: 87.5%;
    left: 6.25%;
    top: 33.0188679245%;
  }
}
.section-kv .kv-icon-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  width: 7.3611111111%;
  left: 59.5833333333%;
  top: 68.5%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-icon-1 {
    width: 19.6875%;
    left: 40.625%;
    top: 85.2830188679%;
  }
}
.section-kv .kv-icon-2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 5.9027777778%;
  left: 66.5277777778%;
  top: 63%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-icon-2 {
    width: 15%;
    left: 59.0625%;
    top: 81.8867924528%;
  }
}
.section-kv .kv-icon-3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  width: 7.5%;
  left: 72.2222222222%;
  top: 64.3333333333%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-icon-3 {
    width: 20%;
    left: 74.0625%;
    top: 82.641509434%;
  }
}

.section-article-page-kv {
  z-index: 2;
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .section-article-page-kv {
    margin-top: 57px;
  }
}
.section-article-page-kv .kv-bg .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv .kv-bg .mobile {
    display: block;
  }
}
.section-article-page-kv .kv-bg .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv .kv-bg .desktop {
    display: none;
  }
}
.section-article-page-kv > .container {
  position: absolute;
  bottom: 14.6341463415%;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 888px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv > .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    bottom: 0;
  }
}
.section-article-page-kv .kv-title {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.section-article-page-kv .kv-title .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv .kv-title .mobile {
    display: block;
  }
}
.section-article-page-kv .kv-title .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv .kv-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .section-article-page-kv .kv-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .section-article-page-kv .kv-title {
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
  }
}

.section-article-page-content .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 888px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #534741;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container {
    padding-top: 84px;
    padding-bottom: 20px;
  }
}
.section-article-page-content .container .share-buttons {
  position: absolute;
  right: 20px;
  margin-top: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container .share-buttons {
    margin-top: -60px;
  }
}
.section-article-page-content .container .share-buttons .button {
  width: 42px;
  margin-left: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container .share-buttons .button {
    width: 36px;
    margin-left: 8px;
  }
}
.section-article-page-content .container .share-buttons .button.fb {
  width: 42px;
  height: 20px;
  padding: 2px 9px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3a75ea;
  font-size: 12px;
  line-height: 1.33;
  color: #fff;
}
.section-article-page-content .container .title {
  margin: 48px 0 8px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container .title {
    margin: 36px 0 4px;
    font-size: 24px;
    line-height: 1.25;
  }
}
.section-article-page-content .container .title.mt0 {
  margin-top: 0;
}
.section-article-page-content .container .desc {
  max-width: 100%;
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 200;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container .desc {
    margin-top: 12px;
    font-size: 18px;
    line-height: 30px;
  }
}
.section-article-page-content .container .desc.remark {
  color: #808080;
}
.section-article-page-content .container .desc.btn-area {
  margin-top: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 560px) {
  .section-article-page-content .container .desc.btn-area {
    display: block;
    margin-left: 50%;
    margin-top: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-article-page-content .container .desc.btn-area .text {
    white-space: nowrap;
    line-height: 1.44;
  }
}
.section-article-page-content .container .desc.btn-area .btn-item {
  padding: 0 20px 0 0;
  margin-left: 16px;
}
@media only screen and (max-width: 560px) {
  .section-article-page-content .container .desc.btn-area .btn-item {
    margin: 12px auto 0;
  }
}
.section-article-page-content .container .desc.mt0 {
  margin-top: 0;
}
.section-article-page-content .container .desc.mt56 {
  margin-top: 56px;
}
@media only screen and (max-width: 500px) {
  .section-article-page-content .container .desc.mt56 {
    margin-top: 0;
  }
}
.section-article-page-content .container .desc ul li {
  list-style: decimal;
  margin-top: 16px;
  margin-left: 25px;
}
.section-article-page-content .container .desc.list-narrow ul li {
  margin-top: 0;
}

/**************\
* 產品特色
\**************/
.section-product {
  /* z-index: 10;
  background-image: url(../images/section_2_bg.png);
  background-size: cover;
  padding-bottom: 16%; */
  z-index: 10;
  background-color: rgb(244, 244, 244);
  padding-bottom: 16%;
}
@media only screen and (max-width: 600px) {
  .section-product {
    padding-bottom: 36.8%;
    background-image: url(../images/mobile/section_2_bg_mobile.png);
  }
}
.section-product .bg-wind {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 43.4722222222%;
  left: 28.2638888889%;
}
@media only screen and (max-width: 600px) {
  .section-product .bg-wind {
    width: 87.5%;
    left: 6.25%;
  }
}
.section-product .bg-wind .wind-img {
  -webkit-animation-name: windAni;
          animation-name: windAni;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.section-product .bg-people {
  position: absolute;
  bottom: -3px;
  overflow: hidden;
  width: 11.6666666667%;
  left: 44.1666666667%;
}
@media only screen and (max-width: 600px) {
  .section-product .bg-people {
    width: 26.875%;
    left: 36.5625%;
  }
}
.section-product .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1160px;
  padding-top: 0;
  padding-bottom: 0;
}
.section-product .container .section-title-area {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-title-area {
    margin-top: 40px;
  }
}
.section-product .container .section-card {
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding-top: 27px;
  padding-bottom: 30px;
  margin-top: -50px;
}
@media only screen and (max-width: 860px) {
  .section-product .container .section-card {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card {
    max-width: 280px;
    margin-top: -20px;
    padding: 20px 0;
  }
}
.section-product .container .section-card .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #534741;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .txt-line-1 {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .dot {
    display: none;
  }
}
.section-product .container .section-card .txt-area .txt-number-1 {
  max-width: 73px;
  margin-left: -8px;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .txt-number-1 {
    max-width: 56px;
    margin-left: -3px;
  }
}
.section-product .container .section-card .txt-area .txt-line-2 {
  margin-left: -6px;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .txt-line-2 {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .desktop-only {
    display: none;
  }
}
.section-product .container .section-card .txt-area .mobile-break-line {
  display: none;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .txt-area .mobile-break-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px 0;
  }
}
.section-product .container .section-card .remark {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .remark {
    margin-bottom: 0;
  }
}
.section-product .container .section-card .btn-area {
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .btn-area {
    padding-top: 20px;
  }
}
.section-product .container .section-card .submit-form {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
@media only screen and (max-width: 860px) {
  .section-product .container .section-card .submit-form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .section-product .container .section-card .submit-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
  }
}
.section-product .container .section-card .submit-form .group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
@media only screen and (max-width: 860px) {
  .section-product .container .section-card .submit-form .group {
    margin-bottom: 16px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .submit-form .group {
    margin-right: 0;
  }
}
@media only screen and (max-width: 860px) {
  .section-product .container .section-card .submit-form .group.phone {
    margin-right: 0;
  }
}
.section-product .container .section-card .submit-form .group .title {
  font-size: 18px;
  font-weight: 600;
  color: #534741;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .submit-form .group .title {
    font-size: 16px;
  }
}
.section-product .container .section-card .submit-form .group .title .required {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #f0504b;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .submit-form .group .title .required {
    font-size: 12px;
  }
}
.section-product .container .section-card .submit-form .group input {
  width: 260px;
  height: 50px;
  margin-top: 10px;
  padding: 16px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #534741;
  outline: none;
  font-size: 18px;
  line-height: 1;
}
.section-product .container .section-card .submit-form .group input::-webkit-input-placeholder {
  color: #999;
}
.section-product .container .section-card .submit-form .group input::-moz-placeholder {
  color: #999;
}
.section-product .container .section-card .submit-form .group input:-ms-input-placeholder {
  color: #999;
}
.section-product .container .section-card .submit-form .group input::-ms-input-placeholder {
  color: #999;
}
.section-product .container .section-card .submit-form .group input::placeholder {
  color: #999;
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .submit-form .group input {
    width: 248px;
    height: 45px;
    margin-top: 8px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1;
  }
}
.section-product .container .section-card .submit-form .group .error-msg {
  position: absolute;
  bottom: -24px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #f0504b;
}
@media only screen and (max-width: 860px) {
  .section-product .container .section-card .submit-form .group .error-msg {
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .section-card .submit-form .group .error-msg {
    font-size: 12px;
  }
}
.section-product .container .section-card .submit-form .group .error-msg.hide {
  display: none;
}
.section-product .container .section-card .submit-form .btn-item {
  width: 180px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .section-product .container .section-card .submit-form .btn-item {
    margin-bottom: 0;
  }
}
.section-product .container .block-list {
  padding-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .section-product .container .block-list {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .section-product .container .block-list {
    max-width: 200px;
  }
}

/********************\
* 小微東風貸
\********************/
.section-video {
  background-color: #fef2dc;
  z-index: 10;
}
.section-video .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 860px;
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 500px) {
  .section-video .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.section-video .container .section-title-area .goal {
  max-width: 41px;
}
.section-video .container .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-video .container .video-container .arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .section-video .container .video-container .arrow {
    width: 24px;
    top: 35%;
  }
}
.section-video .container .video-container .arrow.arrow-left {
  left: -80px;
}
@media only screen and (max-width: 500px) {
  .section-video .container .video-container .arrow.arrow-left {
    left: -34px;
  }
}
.section-video .container .video-container .arrow.arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -80px;
}
@media only screen and (max-width: 500px) {
  .section-video .container .video-container .arrow.arrow-right {
    right: -34px;
  }
}
.section-video .container .video-area {
  position: relative;
  width: 100%;
}
.section-video .container .video-area .video-block {
  width: 100%;
}
.section-video .container .video-area .video-block .video-top {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-bottom: 56.28%;
  height: 0;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
.section-video .container .video-area .video-block .video-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video .container .video-area .video-block .video-dsc {
  text-align: center;
  font-size: 22px;
  color: #534741;
  line-height: 28px;
  margin-top: 20px;
}
@media only screen and (max-width: 500px) {
  .section-video .container .video-area .video-block .video-dsc {
    font-size: 18px;
    line-height: 24px;
  }
}

/********************\
* 得獎紀錄
\********************/
.section-award {
  background-image: url(../images/section_4_bg.png);
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .section-award {
    background-image: url(../images/mobile/section_4_bg_mobile.png);
  }
}
.section-award .container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1030px;
}
.section-award .container .sp-section-title {
  max-width: 372px;
  margin: 0 auto;
}
.section-award .container .sp-section-title .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-award .container .sp-section-title .mobile {
    display: block;
  }
}
.section-award .container .sp-section-title .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-award .container .sp-section-title .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-award .container .sp-section-title {
    max-width: 260px;
  }
}
.section-award .container .block-list {
  padding-top: 35px;
}
@media only screen and (max-width: 500px) {
  .section-award .container .block-list {
    max-width: 260px;
    margin: 0 auto;
  }
}

.section-article {
  position: relative;
  background-color: #fffaf0;
}
.section-article .section-bg {
  position: absolute;
  width: 100%;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .section-article .section-bg {
    display: none;
  }
}
.section-article .section-bg .bg-1 {
  position: absolute;
  width: 295px;
  left: 0;
}
.section-article .section-bg .bg-2 {
  position: absolute;
  width: 349px;
  right: 0;
}
.section-article .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-article .container .section-title-area .note {
  max-width: 44px;
}
@media only screen and (max-width: 500px) {
  .section-article .container .section-title-area .note {
    max-width: 36px;
  }
}
.section-article .container .section-sub-title {
  white-space: nowrap;
}
.section-article .container .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 260px;
    margin-top: 24px;
  }
}
.section-article .container .articles .article {
  position: relative;
  width: 280px;
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles .article {
    width: 260px;
  }
}
.section-article .container .articles .article + .article {
  margin-left: 40px;
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles .article + .article {
    margin-left: 0;
    margin-top: 20px;
  }
}
.section-article .container .articles .article .bg {
  width: 100%;
}
.section-article .container .articles .article .texts {
  position: absolute;
  padding: 0 23px 14px 20px;
  left: 0;
  bottom: 0;
  color: #fff;
  -webkit-transform: translateY(46px);
          transform: translateY(46px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles .article .texts {
    bottom: 16px;
  }
}
.section-article .container .articles .article .texts .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; /* 黑色輪廓 */
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles .article .texts .title {
    font-size: 22px;
  }
}
.section-article .container .articles .article .texts .desc {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.44;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only screen and (max-width: 680px) {
  .section-article .container .articles .article .texts .desc {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.3;
  }
}
.section-article .container .articles .article:hover .texts {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-article .container .articles .article:hover .texts .desc {
  opacity: 1;
}

/********************\
* 常見Q&A
\********************/
.section-qa {
  background-color: #f0f1ee;
}
.section-qa .bg-container {
  max-width: 1440px;
  margin: 0 auto;
}
.section-qa .bg-icon {
  position: absolute;
  width: 76px;
}
@media only screen and (max-width: 500px) {
  .section-qa .bg-icon {
    display: none;
  }
}
.section-qa .bg-icon.bg-icon-1 {
  left: 13.6111111111%;
  top: 28.4232365145%;
}
.section-qa .bg-icon.bg-icon-2 {
  left: 81.25%;
  top: 43.9834024896%;
}
.section-qa .bg-icon.bg-icon-3 {
  left: 81.25%;
  top: 70.7468879668%;
}
.section-qa .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section-qa .container {
    padding: 40px 20px 40px 20px;
  }
}
.section-qa .container .qa-title-area {
  position: relative;
  max-width: 356px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-title-area {
    max-width: 260px;
  }
}
.section-qa .container .qa-title-area .section-title-txt {
  position: absolute;
  font-size: 34px;
  color: #534741;
  width: 153px;
  text-align: center;
  font-weight: bold;
  left: 178px;
  top: 65px;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-title-area .section-title-txt {
    font-size: 28px;
    width: 122px;
    left: 124px;
    top: 44px;
  }
}
.section-qa .container .qa-list {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-list {
    margin-top: 30px;
  }
}
.section-qa .container .qa-list > li {
  padding: 15px 70px 15px 30px;
  margin-bottom: 19px;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-list > li {
    padding: 14px 50px 14px 20px;
    border-radius: 9px;
  }
}
.section-qa .container .qa-list > li .qa-title {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  cursor: pointer;
  color: #00b9aa;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-list > li .qa-title {
    font-size: 18px;
  }
}
.section-qa .container .qa-list > li .qa-title::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -40px;
  width: 14px;
  height: 8px;
  background: url(../images/qa_arrow.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-list > li .qa-title::after {
    width: 14px;
    height: 8px;
    top: 0;
    right: -35px;
    bottom: 0;
    margin: auto;
  }
}
.section-qa .container .qa-list > li .list-ul {
  list-style: disc;
  color: #534741;
  margin-left: 20px;
}
.section-qa .container .qa-list > li .list-ul.inline-ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.section-qa .container .qa-list > li.show .qa-title::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.section-qa .container .qa-list > li .dsc {
  padding-top: 10px;
  font-size: 20px;
  margin-left: 42px;
  line-height: 1.5;
  color: #534741;
  letter-spacing: normal;
  font-weight: 300;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .qa-list > li .dsc {
    padding-top: 7px;
    font-size: 18px;
    text-align: justify;
    margin-left: 5px;
  }
}
.section-qa .container .btn-area {
  margin-top: 25px;
}
.section-qa .container .btn-area .btn-block .top-dsc {
  margin: 0 auto 12px auto;
  position: relative;
  text-align: center;
  width: 165px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 18px;
  line-height: 24px;
  color: #534741;
  font-weight: 300;
}
.section-qa .container .btn-area .btn-block .top-dsc::after, .section-qa .container .btn-area .btn-block .top-dsc::before {
  position: absolute;
  content: "";
  top: 0;
  width: 13px;
  height: 23px;
  background-image: url(../images/bar.png);
  background-size: 100% 100%;
}
.section-qa .container .btn-area .btn-block .top-dsc::after {
  left: 0;
}
.section-qa .container .btn-area .btn-block .top-dsc::before {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.section-qa .container .btn-area .btn-block .top-dsc .txt-bold {
  font-weight: normal;
}
.section-qa .container .btn-area .btn-item {
  width: 245px;
  margin-left: 0;
  font-size: 20px;
  padding-right: 15px;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .btn-area .btn-item {
    font-size: 18px;
    width: 225px;
  }
}
.section-qa .container .btn-area .btn-item.last-btn-item {
  margin-left: 0px;
}
@media only screen and (max-width: 500px) {
  .section-qa .container .btn-area .btn-item.last-btn-item {
    margin-left: auto;
  }
}

/********************\
* 注意事項白色
\********************/
.section-white-notice {
  background-color: #fff;
}
.section-white-notice .container {
  max-width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-white-notice .container .notice-dsc {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  font-weight: 300;
}
.section-white-notice .container .notice-dsc a {
  color: #999999;
  text-decoration: none;
}
.section-white-notice .container .number-list {
  list-style: decimal;
  padding-left: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  border: #534741 1px solid;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #534741;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.hamburger {
  cursor: pointer;
}