@charset "utf-8";
/* CSS Document */

/* 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;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



body {
    font-family: Arial, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 0;
    background-color: #F4F8FA;
    min-height: 100%
}

/* nav */
.topnav {
    height: 45px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  display: block;
  position: static;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.topnav a {
  float: left;
  color: #1c1c1c;
  margin: 13px 13px 8px 13px;
  text-decoration: none;
  font-size: 14px;
}

.logo{
  width: 200px;
}


 @media (max-width: 450px){
    .topnav a {
      margin: 10px 0;
    }
    .logo{
      margin: 3px 0px 0px 10px;
    }
    
 }



/*內容*/
.faq {
    min-height: calc(100vh - 200px);
    text-align: center;
    background-size: cover;
    padding: 25px;
    margin: 10px;
    text-align: center;
}

.faq h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #00a99d;
    text-align: center;
    margin: 85px 14px 45px 14px;
}

.faq .qa-section {
  text-align: justify;
  line-height: 30px;
  max-width: 950px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0px rgba(153, 221, 216, 0.24);
  box-shadow:  0 7px 0px rgba(153, 221, 216, 0.24);
  border-radius: 10px;
}

.faq .qa-section p{
  text-indent: 2em;
}

.faq .qa-section a{
  color: #00a19b;
  text-decoration: underline;   
}
.faq .qa-section p.first{
  text-indent: 0em;
}
.faq .qa-section ol li{
  list-style-type: cjk-ideographic;
  margin-left: 30px;
  /* text-indent: -3em;
  padding-left: 3em; */
}
.faq .qa-section ol li.terms_title{
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq .qa-section .ol_2 {
    margin-left: 0px;
}
.faq .qa-section .ol_2 li{
    margin-left: 0px;
    list-style-type: none;
    text-indent: -24px;
    padding-left: 24px;
}
.faq .qa-section .ol_2 li .bold{
  font-weight: bold;
}

@media screen and (max-width: 800px) {
    .faq {
        height: auto;
        padding-bottom: 50px;
    }
    .faq h2{
        font-size: 20px;
    }
    .faq .qa-section {
        width: 100%
    }
}


/*警語*/
.footerWarning{ color:#595959; background: #fff; }
.footerWarning_cont{ max-width: 1000px;  margin: 0 auto; overflow: hidden; box-sizing: border-box; }
.footerWarning_title{ font-size: 24px; margin: 16px 0 0 0; letter-spacing: 0.2em; text-align: center; }
.footerWarning_txt{ font-size: 14px; line-height: 22px; text-align: justify; padding: 20px;}

@media (min-width: 900px){
  .footerWarning_cont{ padding-bottom:0px;}
  .footerWarning_title{ float: left; font-size: 30px; margin: 30px 0 0 20px;}
  .footerWarning_txt{ margin-left: 350px; }
}



#footer {
    bottom: 0;
    width: 100%;
    height:50px;
    padding-bottom: 16px;
    background: url(../img/footer_background.gif) repeat-y center bottom;
}


.anchor {
    text-align: center;
    padding-top: 16px;
    margin: 0;
    padding-left: 0;
}

.anchor li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.06em;
}

.anchor li::before {
    color: #30ABAF;
    content: "|";
    padding: 0 5px 0 5px;
}

.anchor li a {
    display: inline;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.anchor li.first::before {
    display: none;
}






