@charset "UTF-8";
@font-face {
  font-family: "Gen Jyuu Gothic";
  src: url("fonts/GenJyuuGothic-Medium.woff2") format("woff2"), url("fonts/GenJyuuGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gen Jyuu Gothic";
  src: url("fonts/GenJyuuGothic-Bold.woff2") format("woff2"), url("fonts/GenJyuuGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

#fixed_menu {
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 99;
}
@media (min-width: 1000px) {
  #fixed_menu {
    bottom: 30px;
  }
}
#fixed_menu ul li {
  height: 42px;
  margin-top: 1px;
}
#fixed_menu ul li a {
  position: relative;
  right: 10px;
  display: block;
  height: 40px;
  color: white;
  text-decoration: none;
  line-height: 40px;
  width: 0px;
  padding-left: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  transition-duration: 0.2s;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1000px) {
  #fixed_menu ul li a {
    width: 100px;
    right: -100px;
    border-radius: 0;
  }
  #fixed_menu ul li a:hover {
    right: 0;
  }
}
#fixed_menu ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  content: " ";
  display: block;
}
#fixed_menu ul li a.call {
  background: #ff8181;
}
#fixed_menu ul li a.call::before {
  background: #FF5E5E url(../images/call_icon.svg) 50% 50% no-repeat;
  background-size: 19px 19px;
}
#fixed_menu ul li a.contact {
  background: #ff9244;
}
#fixed_menu ul li a.contact::before {
  background: #FF8732 url(../images/contact_icon.svg) 50% 50% no-repeat;
  background-size: 20px 18px;
}
#fixed_menu ul li a.line {
  background: #1bc515;
}
#fixed_menu ul li a.line::before {
  background: #05B900 url(../images/line_logo.svg) 50% 50% no-repeat;
  background-size: 20px 19px;
}
#fixed_menu ul li a.back_top {
  background: #b4b4b4;
}
#fixed_menu ul li a.back_top::before {
  background: #959595 url(../images/back_top.svg) 50% 50% no-repeat;
  background-size: 17px 15px;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Gen Jyuu Gothic", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
  background: #FFF9F0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  border-top: 4px solid #EEA45F;
  padding: 10px 0;
  background: #FFF9F0;
  z-index: 99;
}
header.scroll {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
header .logo {
  display: block;
  height: 25px;
  background: url(../images/page_logo.png) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  header {
    padding: 32px 0;
  }
  header .logo {
    height: 42px;
  }
}

.panel {
  padding-top: 60px;
  margin: 0 20px;
  max-width: 1276px;
}
@media (min-width: 1000px) {
  .panel {
    padding-top: 122px;
  }
  .panel article {
    float: right;
    width: calc(100% - 346px);
  }
  .panel .side_col {
    float: left;
  }
}
@media (min-width: 1300px) {
  .panel {
    margin: 0 auto;
  }
}

article {
  padding: 17px 20px 20px 20px;
  border-radius: 15px;
  background: white;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
}
article h1 {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  word-break: break-all;
}
article h1::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: url(../images/article_deco.svg) 0 0 no-repeat;
  background-size: contain;
}
article .content {
  word-break: break-all;
  font-size: 16px;
  line-height: 24px;
}
article .content img {
  display: inline-block;
  max-width: 100%;
}
article .content a {
  color: #5b80e4;
  text-decoration: underline;
}
article .content table th, article .content table td {
  border: 1px solid #ccc;
}
article .content b {
  font-weight: bold;
}
article .content ul {
  list-style-type: initial;
}
article .content ol {
  list-style-type: initial;
}
article .info {
  margin-top: 35px;
}
article .info .photo {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
article .info .author {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  width: calc(100% - 105px);
}
article .info .author .name {
  font-size: 20px;
}
article .info .author .title {
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 1000px) {
  article {
    padding: 48px;
    border-radius: 30px;
  }
  article h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  article h1::after {
    width: 120px;
    height: 6px;
  }
  article .content {
    font-size: 16px;
    line-height: 24px;
  }
  article .info {
    margin-top: 65px;
  }
  article .info .author .name {
    font-size: 24px;
  }
  article .info .author .title {
    font-size: 18px;
  }
}

.side_col .back {
  display: block;
  text-decoration: none;
  height: 40px;
  background: white;
  border-radius: 50px;
  border: 1px solid #EAEAEA;
  line-height: 38px;
  color: #605F5F;
  max-width: 306px;
  margin: 24px auto;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
}
.side_col .back::before {
  content: "<";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/arrow_left.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 16px;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .side_col {
    width: 306px;
  }
  .side_col .back {
    margin: 0 0 24px 0;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
  }
  .side_col .back::before {
    width: 16px;
    height: 16px;
  }
}

.suggest {
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}
.suggest h3 {
  color: white;
  text-align: center;
  background: #EEA45F;
  height: 40px;
  line-height: 40px;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.suggest ul {
  border: 1px solid #EAEAEA;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.suggest ul li {
  border-bottom: 1px solid #EAEAEA;
}
.suggest ul li:last-child {
  border: 0;
}
.suggest ul li a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  color: #333233;
  text-decoration: none;
  background: white;
  word-break: break-all;
}
.suggest ul li a.active {
  background: #FFEEDE;
}
@media (min-width: 1000px) {
  .suggest h3 {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    border-radius: 40px 40px 0 0;
  }
  .suggest ul {
    border-radius: 0 0 40px 40px;
  }
  .suggest ul li a {
    font-size: 18px;
    line-height: 27px;
  }
  .suggest ul li a:hover {
    background: #fff7ef;
  }
}

.copyright {
  font-size: 12px;
  color: #959393;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 1000px) {
  .copyright {
    font-size: 18px;
    padding: 42px 0;
  }
}