@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body:lang(zh-tw) {
  font-family: "Microsoft JhengHei", "Noto Sans TC", "Noto Serif TC", " Noto Sans CJK", "Xingothic TC", "Droid Sans Fallback", "PingFang TC", "Heiti TC", "LiHei Pro", "Arial", "Helvetica", "sans-serif", "PMingLiU";
  margin: 0;
  padding: 0;
  line-height: 1;
}

/*需使用網路字體*/
body:lang(en) {
  font-family: "Microsoft JhengHei", "Arial", "新細明體", sans-serif;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

main {
  display: block;
  min-height: calc(100vh - 249px);
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  background: #000;
  margin: 15px 0;
  height: 1px;
  border: none;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.1em;
}

img {
  border-style: none;
}

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%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
}
input::placeholder, textarea::placeholder {
  font-size: 16px;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button, a {
  transition: all 0.5s;
}

button, input {
  /* 1 */
  overflow: visible;
  outline: none;
}

button, select {
  /* 1 */
  text-transform: none;
}

button {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.margin-auto {
  margin: 0 auto;
}

.mtb-all {
  padding: 10% 0;
}

/*BANNER 背景PC/M */
.banner-pc {
  display: block;
}

.banner-m {
  display: none;
}

/*選單定位 */
#point-all {
  padding-top: 200px;
  margin-top: -200px;
}

/*文字大小 */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  font-size: 16px;
}

.top-all-banner {
  padding-top: 0px;
}

/*編輯器要加的 */
.editor td {
  padding: 12px 8px;
  line-height: 22px;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.editor p {
  line-height: 1.7;
  margin-bottom: 0;
  word-wrap: break-word;
}
.editor img {
  width: initial;
  max-width: 100%;
  height: auto !important;
}
.editor ol li, .editor ul li {
  margin: 10px 10px 10px 20px;
  line-height: 1.8rem;
  font-weight: 600;
}
.editor ol li {
  list-style: auto;
}
.editor ul li {
  list-style: disc;
}
.editor sup {
  color: initial;
}

.top-all {
  padding: 80px 0 0 0;
}

/*go-top */
.go-top {
  position: fixed;
  /* bottom: 10px; */
  bottom: 0px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 6;
}
.go-top img {
  width: 45px;
}

.nomember {
  position: fixed;
  /* bottom: 240px; */
  bottom: 180px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 6;
}
.nomember img {
  width: 45px;
}

.fb {
  position: fixed;
  /* bottom: 180px; */
  bottom: 120px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 6;
}
.fb img {
  width: 45px;
}

.line {
  position: fixed;
  /* bottom: 120px; */
   bottom: 60px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 6;
}
.line img {
  width: 45px;
}

.all-right {
  transition: all 0.5s;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 45px;
  z-index: 3;
  display: none;
}
.all-right .all-right-friend-click {
  display: none;
}
.all-right ul li {
  width: 45px;
  height: 45px;
  border-radius: 30px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px;
}
.all-right ul li a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.all-right ul li.line {
  background: #368c4a;
  border-radius: 5px;
}
.all-right ul li.facebook {
  background: #3c5a85;
}
.all-right .all-right-shop {
  width: 45px;
  border: solid 1px #272727;
  color: #505050;
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
}
.all-right .all-right-shop .all-right-shop-basket {
  padding: 6px 0;
}
.all-right .all-right-shop .all-right-shop-basket a {
  font-size: 20px;
  color: #272727;
}
.all-right .all-right-shop .all-right-shop-basket span {
  display: block;
  margin-top: 5px;
}
.all-right .all-right-shop .all-right-shop-money {
  border-top: solid 1px #272727;
  margin-top: 10px;
}
.all-right .all-right-shop .all-right-shop-money .money-text span {
  display: block;
  margin: 5px 0;
}
.all-right .all-right-shop .all-right-shop-money .Checkout {
  background: #272727;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 5px;
  color: #ffffff;
}

.all-right.all-right-open {
  display: block;
}

.footer {
  background: #796758;
  position: relative;
}
.footer .logo img {
  width: 100%;
  max-width: 280px;
}
.footer .logo p {
  line-height: 1.5;
}
.footer .footerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0 auto;
  color: #fff;
}
.footer .footerbox .fnavbox {
  position: relative;
  margin-left: 20px;
  min-width: calc(15% - 20px);
}
.footer .footerbox .fnavbox a {
  color: #fff;
  display: block;
}
.footer .footerbox .fnavbox a:hover {
  color: #D9BE77;
}
.footer .footerbox .fnavbox a p {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 18px;
}
.footer .footerbox .fnavbox a span {
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}
.footer .copyright {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  text-align: center;
  color: #796758;
  background: #f0eee9;
}
.footer .copyright a {
  padding: 15px 10px;
}

.nav-Page {
  margin: 30px 0;
}
.nav-Page .core-nav.nav-core-fixed {
  position: relative;
  border-bottom: none;
  min-height: auto;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}
.pagination .page-double-right::after {
  right: 6px;
}
.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  margin-top: 0;
}
.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 3px 11px;
  margin: 0 2px;
  background: #796758;
  border-radius: 30px;
  color: #fff;
}
.pagination li.page-item a.page-link[href] {
  color: #000;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  background: #dfdfdf;
}
.pagination li.page-item a.page-link:hover {
  background: #b1b1b2;
  color: #fff;
  border-radius: 30px;
}

/*表單 */
form.forms-group dl.reg_form label {
  width: 120px;
  min-width: 120px;
  padding-right: 15px;
}

form.forms-group dl.member_form label {
  width: 160px;
  min-width: 160px;
  padding-right: 15px;
}

form.forms-group dl.class_form dd input {
  max-width: 75%;
}
form.forms-group dl.class_form dd textarea {
  max-width: 88%;
}
form.forms-group dl.class_form dd label {
  font-size: 17px;
  line-height: 1.5;
}
form.forms-group dl.class_form dd input.ymd {
  max-width: calc(25% - 10px);
  margin-right: 15px;
}
form.forms-group dl.class_form dd input.input_other {
  padding: 4px 0.75rem;
  width: calc(100% - 95px);
}

form.forms-group dl dd {
  margin-bottom: 1.5rem;
}

form.forms-group input[type=checkbox] {
  display: block;
  margin-right: 10px;
}

.forms-group dl dd label sup {
  color: #ff0000;
}

.forms-group dl dd label {
  min-width: 110px;
  font-size: 18px;
  font-weight: 600;
}

.forms-group dl dd label.login {
  width: 80px;
  min-width: 80px;
}

form.forms-group dl dd .wi50 {
  width: 50%;
  background: #f3f3f3;
}
form.forms-group input#zipcode, form.forms-group #receive_zip, form.forms-group #pay_zip {
  margin-right: 10px;
}
form.forms-group input {
  border: 1px solid #796758;
  border-radius: 0.2rem;
}

body form.forms-group select, body form.forms-group textarea {
  border: 1px solid #796758;
  border-radius: 0.2rem;
}

form.forms-group input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}

body form.forms-group select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0.5rem 0.75rem;
  outline: none !important;
}
body form.forms-group .selectbox {
  position: relative;
  width: 100%;
}
body form.forms-group .selectbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  pointer-events: none;
  background-image: url(../img/s_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 11px;
  margin: auto;
}

body form.forms-group textarea {
  width: 100%;
  padding: 2rem 0.75rem;
  outline: none !important;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

form.forms-group [type=checkbox], form.forms-group [type=radio], form.forms-group [type=checkbox], form.forms-group [type=radio] {
  width: auto !important;
}
form.forms-group input, form.forms-group select, form.forms-group textarea {
  border: 1px solid #796758;
  border-radius: 0.2rem;
}
form.forms-group input, form.forms-group select, form.forms-group textarea {
  width: 100%;
  padding: 10px 0.75rem;
  outline: none !important;
  font-size: 18px;
}
form.forms-group dl dd .boxwi .dsboxw {
  width: 33.333%;
  margin-right: 0.5rem;
}
form.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0;
}
form.forms-group input:hover, form.forms-group select:hover, form.forms-group textarea:hover {
  border-color: #000;
}
form.forms-group dl dd #xcode {
  width: 7rem;
}

img#imgcode {
  width: 140px;
  height: 40px;
  margin-left: 10px;
}

form.forms-group button {
  padding: 10px 25px;
}

.check_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.check_info label {
  width: 120px;
  line-height: 1.5;
  font-size: 18px;
}
.check_info p {
  background: #F5F5F5;
  padding: 8px 12px;
  width: calc(100% - 140px);
  line-height: 1.5;
  font-size: 18px;
}

/*GOOGLE MAP RWD */
/*GOOGLE MAP RWD */
.maps {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.maps iframe, .maps object, .maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  form.forms-group dl dd #xcode {
    width: 5.5rem;
  }
  .forms-group dl dd label {
    min-width: 90px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1360px) {
  .footer .footerbox .fnavbox {
    margin-left: 10px;
    min-width: calc(15% - 8px);
  }
  .footer .footerbox .fnavbox a p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  form.forms-group dl.reg_form dd, form.forms-group dl.member_form dd {
    margin-bottom: 1.5rem;
  }
  .check_info label, .check_info p {
    font-size: 16px;
  }
  form.forms-group input {
    font-size: 16px;
  }
  .footer .footerbox .fnavbox {
    min-width: calc(33.33% - 10px);
    margin-bottom: 25px;
  }
  .footer .footerbox .fnavbox a p {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .footer {
    padding: 20px 0 0 0;
  }
  .footer img {
    max-width: 200px;
  }
  .footer .copyright {
    font-size: 13px;
  }
  .forms-group dl dd label {
    min-width: 110px;
  }
  form.forms-group dl dd #xcode {
    width: 5rem;
    margin-right: 15px;
  }
  form.forms-group dl dd {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  body form.forms-group .selectbox::after {
    top: 8px;
    right: 8px;
  }
  /*表單 */
  form.forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  form.forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
  form.forms-group input {
    margin-top: 10px;
  }
  body form.forms-group select, body form.forms-group textarea {
    margin-top: 10px;
  }
  img#imgcode {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .form-check {
    display: flex;
    align-items: center;
  }
  .form-check label.mr-5 {
    margin-top: 10px;
  }
}
/*FAQ */
.accordion {
  max-width: 560px;
  margin: 0 auto 100px;
}
.accordion li {
  position: relative;
  margin-bottom: 15px;
}
.accordion li .open {
  display: none;
  padding: 10px 25px 30px;
}
.accordion .faqname {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #E5DFD0;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 50px 10px 10px;
}
.accordion .faqname:after {
  width: 15px;
  height: 15px;
  border-right: 3px solid #796758;
  border-bottom: 3px solid #796758;
  position: absolute;
  right: 21px;
  content: " ";
  top: 21px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.accordion .faqname span {
  color: #796758;
  font-size: 25px;
}
.accordion .open {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

.faqname.active:after {
  transform: rotate(-135deg);
  transition: all 0.2s ease-in-out;
  top: 33px;
}

@media screen and (max-width: 991px) {
  form.forms-group dl.reg_form label {
    width: 100%;
    min-width: 100%;
  }
  form.forms-group dl.member_form label {
    display: inline-block;
  }
  .check_info {
    padding-right: 0 !important;
  }
  .check_info p {
    width: calc(100% - 120px);
  }
  form.forms-group dl dd small, .check_info p small {
    display: block;
    margin-top: 10px;
  }
  form.forms-group dl.class_form dd input.input_other {
    width: 100%;
  }
  .top-all-banner {
    padding-top: 80px;
  }
  .footer .container {
    width: 85% !important;
    max-width: 85% !important;
  }
  .footer .copyright {
    text-align: center;
  }
  .top-all {
    padding-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerbox {
    justify-content: start;
    margin-top: 20px;
  }
  .footer .footerbox .fnavbox {
    min-width: auto;
    margin-right: 10px;
  }
  /*BANNER 背景PC/M */
  .banner-pc {
    display: none;
  }
  .banner-m {
    display: block;
  }
  .footer .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 667px) {
  input, select, textarea {
    font-size: 16px;
  }
  .forms-group dl dd label {
    font-size: 16px;
  }
  /*文字大小 */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.55rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  p {
    font-size: 14px;
  }
  /*表單 */
  form.forms-group dl dd .boxwi .dsboxw {
    width: 100%;
  }
  .go-top {
    bottom: -11px;
    right: 10px;
  }
  .fb, .line, .nomember {
    right: 10px;
  }
  .all-right.all-right-open {
    display: flex;
    justify-content: space-between;
    transform: translateY(-100%);
    top: 100%;
    right: 0;
    width: 100%;
    border-top: solid 1px #796758;
    background: #9f9990;
    padding-right: 25%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .all-right.all-right-open .all-right-friend {
    width: 30%;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click {
    display: block;
    text-align: center;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click i {
    font-size: 25px;
    color: #796758;
  }
  .all-right.all-right-open .all-right-friend .all-right-friend-click span {
    font-size: 12px;
    color: #796758;
    display: block;
  }
  .all-right.all-right-open .all-right-friend ul {
    display: none;
    margin: 0;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: absolute;
    bottom: 70px;
    left: 10px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked {
    display: block;
    left: 28px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li {
    margin-bottom: 20px;
  }
  .all-right.all-right-open .all-right-friend ul.clicked li i {
    font-size: 30px;
  }
  .all-right.all-right-open .all-right-shop {
    display: flex;
    justify-content: center;
    width: auto;
    border: none;
    align-items: center;
    padding: 0;
    width: 70%;
    background: #9f9990;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-basket {
    padding: 6px;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-basket span {
    display: initial;
    margin-top: 0;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money {
    border: none;
    margin: 0;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money a {
    display: flex;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .money-text {
    display: flex;
  }
  .all-right.all-right-open .all-right-shop .all-right-shop-money .Checkout {
    margin: 0 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  /*FAQ */
  .accordion .faqname {
    line-height: 29px;
    font-weight: 500;
  }
  .accordion li .open {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .check_info label {
    width: 78px;
  }
  .check_info p {
    width: calc(100% - 78px);
  }
  form.forms-group dl.class_form dd input, form.forms-group dl.class_form dd textarea {
    max-width: 100%;
  }
  form.forms-group dl.class_form dd input.ymd {
    max-width: calc(32% - 10px);
  }
  .footer .footerbox .fnavbox {
    min-width: calc(33.3% - 25px);
  }
  .footer .footerbox .fnavbox a p {
    font-size: 16px;
  }
  .footer .footerbox .fnavbox a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  img#imgcode {
    width: 110px;
  }
  button {
    padding: 8px 16px;
  }
}