/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

.hover-color-darkblue {
  color: #0c5679;
}

.QAs {
  max-width: 800px;
  padding: 10px;
  margin: 60px auto;
}
@media screen and (max-width: 576px) {
  .QAs {
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .QAs {
    margin: 40px auto;
  }
}

.QA {
  background-color: white;
  color: #55babd;
  border: 2px solid #55babd;
  border-radius: 12px;
  cursor: pointer;
  padding: 16px 32px;
  margin: 4px 0;
}
.QA:hover {
  background-color: #55babd;
  color: #0c5679;
}
.QA-Q {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.QA-Q-content {
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.15;
  display: flex;
}
.QA-Q-content-text {
  padding: 0 6px;
}
.QA-Q-fold {
  align-self: flex-end;
  cursor: pointer;
}
.QA-A {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 20px 0 0 0;
  display: none;
}

.title_all {
  margin-bottom: 50px;
}

.title {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #212529;
  letter-spacing: 0.25rem;
}

.subtitle {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #212529;
}

.title_horizon::after {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  background: linear-gradient(146deg, #f7ce30, #f3a53c);
  position: absolute;
  left: calc(50% - 44px);
}/*# sourceMappingURL=style.css.map */