@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.head_navbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

header.head_navbar .btn {
  margin-right: 15px;
}

header.head_navbar .logo img {
  height: 35px;
}

@media all and (max-width: 575px) {
  header.head_navbar .logo img {
    height: 25px;
  }
}

header.head_navbar input {
  display: none;
}

header.head_navbar label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.head_navbar .topbtn {
  color: #000;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.bannerareapc {
  background: #426599;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 30px 0px;
  margin: auto;
  justify-content: center;
}

.bannerareapc .toptitle {
  margin-bottom: 30px;
  margin-top: 10px;
}

.bannerareapc .topbanner {
  width: 1365px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner {
    width: 1200px;
  }
}

.bannerareapc .topbanner .topimg {
  position: relative;
  margin: 0px auto;
}

.bannerareapc .topbanner .topimg.annibanner {
  margin-bottom: 10px;
}

.bannerareapc .topbanner .topimg.annibanner img {
  height: 470px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner .topimg.annibanner img {
    height: 415px;
  }
}

.bannerareapc .topbanner .topimg .info {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #293F6A;
  text-decoration: none;
  background: #ffffff;
  padding: 5px 18px;
  font-size: 18px;
  border-radius: 20px;
}

.bannerareapc .topbanner .topimg .info.longinfo {
  top: auto;
  font-size: 24px;
  bottom: 15px;
  right: 70px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 500;
}

.bannerareapc .topbanner .topimg .info.midinfo {
  top: auto;
  font-size: 24px;
  bottom: 15px;
  left: 209px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 7px;
  padding-bottom: 7px;
  right: auto;
  font-weight: 500;
}

.bannerareapc .topbanner .topimg.top1 img {
  height: 440px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner .topimg.top1 img {
    height: 390px;
  }
}

.bannerareapc .topbanner .topimg.top2 img {
  height: 440px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner .topimg.top2 img {
    height: 390px;
  }
}

.bannerareapc .topbanner .topimg.top3 {
  margin-top: 15px;
}

.bannerareapc .topbanner .topimg.top3 img {
  height: 265px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner .topimg.top3 img {
    height: 235px;
  }
}

.bannerareapc .topbanner .topimg.top4 {
  margin-top: 15px;
}

.bannerareapc .topbanner .topimg.top4 img {
  height: 265px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

@media all and (max-width: 320px) {
  .bannerareapc .topbanner .topimg.top4 img {
    height: 235px;
  }
}

.fixsidebar {
  display: block;
  position: fixed;
  right: 0px;
  top: 100px;
  text-align: center;
  z-index: 99999;
}

.fixsidebar a {
  color: #ffffff;
  text-decoration: none;
}

.fixsidebar .gototop {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

.fixsidebar .gototop img {
  width: 90px;
  margin-top: 10px;
}

.fixsidebar ul li a:hover {
  color: yellow;
}

.fixsidebar ul.showlist {
  display: none;
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-top: 10px;
  padding-bottom: 0px;
}

.fixsidebar ul.showlist li {
  margin-bottom: 2px;
}

.fixsidebar ul.showlist li a {
  background-color: #B24B39;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  display: block;
  line-height: 21px;
  font-weight: 400;
}

.fixsidebar ul.showlist li a:hover {
  background: #993928;
  color: #ffffff;
}

.fixsidebar ul.showlist li:last-child {
  border-bottom: 0px solid #ffffff;
}

.fixsidebar ul.showlist li.last-sidebtn a {
  border-bottom: 0px solid #ffffff;
  border-radius: 0px 0px 10px 10px;
}

.fixsidebar ul.showlist li:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 70px 70px 0px 0px;
  background-color: #C14325;
}

.fixsidebar ul.showlist.active {
  display: block;
}

.fixsidebar ul.hidelist {
  display: none;
  background: rgba(19, 15, 15, 0.8);
  border-radius: 10px 0px 0px 10px;
  width: 80px;
  margin-left: auto;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.fixsidebar ul.hidelist img {
  width: 65px;
}

.fixsidebar ul.hidelist.active {
  display: block;
  cursor: pointer;
}

.fixsidebar .closebtn {
  display: none;
  position: absolute;
  top: 10%;
  border-radius: 10px 0px 0px 10px;
  width: 30px;
  right: 0px;
  margin-left: auto;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  cursor: pointer;
}

.fixsidebar .closebtn.active {
  display: block;
}

footer,
header,
section,
.container {
  min-width: 1200px !important;
  position: relative;
}

section .listbox .imagebox {
  position: relative;
}

section .listbox .imagebox img {
  width: 100%;
}

section .listbox .textbox {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #293F6A;
  font-family: "Noto Sans TC", "微軟正黑體";
}

section .listbox .textbox span {
  color: #EBE5D7;
}

section.section1 {
  padding-bottom: 25px;
}

section.section1 .s1bg {
  background: #6E9364;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  bottom: -330px;
}

section.section1 .s1bg:after {
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/20221001coupon/images/greenbgtop.svg?version=1");
  height: 300px;
  width: 100%;
  background-size: 100%;
  background-position: top;
  position: absolute;
  top: -265px;
  z-index: -1;
}

section.section1 .s1bg2 {
  background: #426599;
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  width: 100%;
  height: 100%;
}

section.section1 .imagebox {
  position: relative;
}

section.section1 .imagebox img {
  width: 100%;
}

section.section1 .imagebox .textalt {
  position: absolute;
  bottom: 30px;
  text-align: center;
  background: #6E9364;
  color: #ffffff;
  text-align: center;
  padding: 6px 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 80%;
  font-size: 20px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

section.section1 .textbox {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #293F6A;
  font-family: "Noto Sans TC", "微軟正黑體";
}

section.section1 .textbox span {
  color: #EBE5D7;
}

section.section1 .contentwrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

section.section1 .s5subwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-family: "Noto Sans TC", "微軟正黑體";
  border: dashed 1px #f15a24;
  background-color: #fff;
  margin: 20px 0px 10px 0px;
  padding: 10px 0px;
}

section.section1 .s5subwrap .wrap1 {
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: #e65049;
  justify-content: end;
}

section.section1 .s5subwrap .wrap2 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  justify-content: start;
  text-align: left;
}

section.section1 .s5subwrap .wrap2 span {
  color: #e65049;
}

section.section2 {
  background: #426599;
  padding-top: 25px;
  padding-bottom: 25px;
}

section.section3 {
  background: #426599;
  padding-top: 25px;
  padding-bottom: 25px;
}

section.section4 {
  background: #4A6949;
  padding-bottom: 35px;
}

section.section5 {
  background: #6E9364;
  padding-bottom: 35px;
}

section.section6 {
  background: #426599;
  padding-bottom: 40px;
}

section.section6 .dottedline {
  border-bottom: 3px dashed #CEA93F;
}

section.section6 ul.buttonbox {
  display: flex;
  flex-wrap: wrap;
}

section.section6 ul.buttonbox li {
  background: #EBE5D7;
  flex-basis: 31%;
  margin: 1%;
  padding: 0px 0px;
  text-align: center;
  border-radius: 10px;
}

section.section6 ul.buttonbox li a {
  text-decoration: none;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #000;
  font-weight: 400;
  display: block;
  padding: 20px 0px;
}

section.section6 .benefitwrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 0px;
}

section.section6 ul.benefitarea {
  display: flex;
  font-family: "Noto Sans TC", "微軟正黑體";
  justify-content: center;
}

section.section6 ul.benefitarea li {
  text-align: center;
  margin: 0px 1%;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
  color: #ffffff;
}

section.section6 ul.benefitarea li:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/20221001coupon/images/arrow.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
  right: -27px;
}

section.section6 ul.benefitarea li:last-child:after {
  display: none;
}

section.section6 ul.benefitarea li h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}

section.section6 ul.benefitarea li h3 img {
  width: 15px;
  margin-bottom: 0px;
  display: flex;
}

section.section6 ul.benefitarea li p {
  font-size: 13px;
  line-height: 15px;
}

section.section6 ul.benefitarea li img {
  width: 120px;
  margin-bottom: 10px;
  margin-left: 5px;
}

section.section6 ul.benefitarea li a {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體";
}

section.section6 a {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}

section.section6 a.addlinebtn {
  background: #6E9364;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 40px;
}

section.section7 {
  background: #EBE5D7;
}

section.section7 .promisewrapper {
  padding: 10px 0px;
}

section.section7 ul.promisearea {
  display: flex;
  font-family: "Noto Sans TC", "微軟正黑體";
  justify-content: space-between;
  font-weight: 600;
}

section.section7 ul.promisearea li {
  text-align: center;
  margin: 0px 1%;
  margin-bottom: 00px;
  transition: 0.3s;
  position: relative;
}

section.section7 ul.promisearea li a {
  text-decoration: none;
  color: #000;
}

section.section7 ul.promisearea li h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section7 ul.promisearea li h3 img {
  width: 48px;
  margin-bottom: 0px;
  display: flex;
  margin-right: 0px;
}

section.sectionqna {
  background: #293F6A;
}

ul.listbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px;
}

ul.listbox li {
  display: flex;
  padding: 0px 10px;
  flex-basis: 20%;
  flex-direction: column;
}

ul.listbox li a {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-direction: column;
  font-family: "微軟正黑體";
}

ul.listbox li .imagebox {
  border: 2px solid #CEA93F;
  line-height: 1;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
}

ul.listbox li .imagebox img {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  object-fit: cover;
}

ul.listbox li .textbox {
  color: #EBE5D7;
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.deepbluebg {
  background: #293F6A;
  border-radius: 18px;
  border: 4px solid #CEA93F;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.whitebg {
  background: #ffffff;
  padding-bottom: 20px;
  border-radius: 18px;
  border: 4px solid #CEA93F;
}

.whitebg .btext {
  padding-top: 20px;
}

.addmember {
  font-family: "Noto Sans TC", "微軟正黑體";
  background: #DBB34D;
}

.addmember .addwrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
}

.addmember .addwrapper p {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.addmember .addwrapper .addbtn {
  background: #EBE5D7;
  color: #000000;
  border-radius: 5px;
  padding: 10px 0px;
  font-size: 30px;
  font-weight: 500;
  width: 80%;
  text-decoration: none;
  transition: 0.1s;
  margin: auto;
}

.contentwrapper {
  margin-top: 30px;
  padding: 0px 0px 20px 0px;
  border-radius: 12px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.contentwrapper .divid {
  margin-bottom: 10px;
  position: relative;
}

.contentwrapper .divid:after {
  content: '';
  border-right: 1px dotted #707070;
  height: 300px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.contentwrapper h2 {
  color: #000;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.contentwrapper h3 {
  color: #000;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contentwrapper h3 span {
  color: #C14325;
}

h2.sectiontitles {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 30px 0px 40px 0px;
}

.sectiontitle {
  text-align: center;
  color: #ffffff;
  margin: 40px 0px 20px 0px;
  font-size: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.sectiontitle h3 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 15px;
}

.sectiontitle h2 {
  font-weight: 500;
  font-size: 47px;
}

.sectiontitle .sectiondesc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 10px 0px;
}

.sectiontitle .sectiondesc a {
  margin-left: 10px;
  background: #ffffff;
  color: #293F6A;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1;
  font-weight: 400;
}

.sectiontitle img {
  display: block;
  margin: auto;
}

.sectionqna {
  background-color: #FDF0CE;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.sectionqna ul.nav-tabs {
  margin: 0px;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 0px;
  box-shadow: none;
  background: #DBB34D;
}

.sectionqna ul.nav-tabs li {
  font-family: "微軟正黑體";
  text-indent: 0;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  word-break: keep-all;
}

.sectionqna ul.nav-tabs li.nav-item {
  width: 16.5%;
}

.sectionqna ul.nav-tabs li .nav-link {
  padding: 18px 0px;
  border: 0px;
  color: #000000;
  border-radius: 20px 20px 0px 0px;
  box-shadow: none;
  font-weight: 800;
  width: 100%;
  font-size: 20px;
}

.sectionqna ul.nav-tabs li .nav-link.item1.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna ul.nav-tabs li .nav-link.item2.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna ul.nav-tabs li .nav-link.item3.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna ul.nav-tabs li .nav-link.item4.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna ul.nav-tabs li .nav-link.item5.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna ul.nav-tabs li .nav-link.item6.active {
  background: #DBB34D;
  text-decoration: underline;
}

.sectionqna .qnaarea {
  background-color: #ffffff;
  font-family: "微軟正黑體";
  border-radius: 0px 0px 20px 20px;
  border: 2px solid #DBB34D;
  color: #000000;
  padding: 20px 40px;
}

.sectionqna .qnaarea h1 {
  font-weight: bolder;
  font-size: 22px;
}

.sectionqna .qnaarea h2 {
  font-weight: bolder;
  margin: 20px 0px;
  line-height: 20px;
  font-size: 18px;
}

.sectionqna .qnaarea p {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}

.sectionqna .qnaarea ul {
  margin: 10px 0px;
  margin-left: 35px;
}

.sectionqna .qnaarea ul li {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
  text-indent: -20px;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

/*# sourceMappingURL=../../../sass */