@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Rowdies:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&family=Rowdies:wght@700&display=swap");
.cc1 {
  background-color: #bcd79d;
}

.cc2 {
  background-color: #f3cc99;
}

.cc3 {
  background-color: #f3f099;
}

.cc4 {
  background-color: #c7d94f;
}

.cc5 {
  background-color: #63d94f;
}

.cc6 {
  background-color: #4fd9b4;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  font-family: "Noto Sans CJK TC", sans-serif, "微軟正黑體", "新細明體", "Roboto Mono", monospace, Arial;
}
:focus {
  outline: none;
}

.m0-a {
  margin: 0 auto;
}

.mr0 {
  margin-right: 0;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.p-tb20 {
  padding: 20px 0;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.tc {
  text-align: center;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mr-l-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.pr-pl-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.clearfix2 {
  zoom: 1;
  clear: both;
  float: none;
}
.clearfix2:before {
  content: "";
  display: table;
}
.clearfix2:after {
  content: "";
  display: table;
  clear: both;
}

.db {
  display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@-webkit-keyframes scroll {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}

@keyframes scroll {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
.for-pc {
  display: none;
}

.wrap h1.page_title {
  font-size: 26px;
  width: 90%;
  max-width: 1280px;
  margin: 50px auto 30px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  color: #000;
}
.wrap h1.page_title span {
  font-size: 0.6em;
  color: #666;
}
.wrap h1.page_title span:before {
  content: "|";
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 767px) {
  .wrap .for-pc {
    display: block;
  }
  .wrap .for-m {
    display: none;
  }
  .wrap h1.page_title {
    font-size: 30px;
    margin: 90px auto 50px;
  }
  .wrap h1.page_title span {
    font-size: 18px;
  }
  .wrap h1.page_title span:before {
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  .wrap h1.page_title {
    font-size: 45px;
  }
}
.fancybox__container {
  z-index: 9999;
}

html,
body {
  font-family: "蘭亭黑", "Noto Sans TC", "微軟正黑體", "Arial", serif;
  color: #666;
  font-size: 16px;
  line-height: 1.5em;
}

p {
  margin: 0 0 16px 0;
}

img {
  width: 100%;
  display: block;
}

@media (min-width: 767px) {
  .wrap {
    padding-top: 0;
  }
}
.wrap .top {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.9);
}
.wrap .logo {
  width: 100px;
  padding: 17px 0 0 5px;
  float: left;
}
.wrap .menu_switch {
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 20px;
  float: right;
  padding: 10px;
  text-align: center;
}
.wrap .nav-box {
  float: none;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.wrap .nav-box .toggle,
.wrap .nav-box [id^=drop] {
  display: none;
}
.wrap .nav-box .toggle {
  display: block;
  color: #000;
  line-height: 50px;
  text-decoration: none;
  border: none;
  padding-left: 10px;
}
.wrap .nav-box .toggle + a {
  display: none;
}
.wrap .nav-box .toggle:hover {
  /* background-color: #000000; */
}
.wrap .nav-box [id^=drop]:checked ~ ul {
  display: block;
}
.wrap .nav-box a {
  display: block;
  text-decoration: none;
}
.wrap .nav-box nav {
  margin: 0;
  padding: 0;
  text-align: center;
}
.wrap .nav-box nav:after {
  content: "";
  display: table;
  clear: both;
}
.wrap .nav-box nav .nav_group {
  display: none;
}
.wrap .nav-box nav .menu_pad {
  height: calc(100vh - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .nav-box nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrap .nav-box nav ul.menu {
  width: 100%;
}
.wrap .nav-box nav ul.menu li {
  transition: 0.3s;
}
.wrap .nav-box nav ul.menu li.selected {
  background-color: #82c034;
}
.wrap .nav-box nav ul.menu li:hover {
  transition: 0.3s;
  background-color: #82c034;
}
.wrap .nav-box nav ul.menu li > a {
  color: #fff;
  letter-spacing: 1px;
  line-height: 1em;
  font-size: 18px;
  padding: 15px 0;
  font-weight: normal;
}
.wrap .nav-box nav ul.menu li > a span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.6);
}
.wrap .nav-box nav ul.menu li a {
  display: block;
}
.wrap .nav-box nav ul.menu li ul {
  display: none;
}
.wrap .nav-box nav ul.menu li ul.multi-item .toggle {
  background-color: #f00;
}
.wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
  background-color: #eee;
}
.wrap .nav-box nav ul.menu li ul li a {
  background-color: #fff;
  color: #000;
}
.wrap .nav-box nav ul li.single {
  position: relative;
}
.wrap .nav-box nav ul li.single label i {
  margin-left: 3px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.wrap .nav-box nav ul li.single i {
  margin-left: 3px;
}
@media (min-width: 767px) {
  .wrap .top {
    overflow: initial;
    position: static;
  }
  .wrap .top .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
  .wrap .top .container .navigation {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
  }
  .wrap .top .container .navigation.add {
    flex: 0 0 calc(100% - 160px);
  }
  .wrap .logo {
    flex: 0 0 160px;
    padding: 0;
    float: none;
    clear: both;
    padding: 10px;
  }
  .wrap .menu_switch {
    display: none;
  }
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box dl,
  .wrap .nav-box dt,
  .wrap .nav-box dd,
  .wrap .nav-box ul,
  .wrap .nav-box ol,
  .wrap .nav-box li {
    padding: 0;
    margin: 0;
  }
  .wrap .nav-box .toggle,
  .wrap .nav-box [id^=drop] {
    display: none;
  }
  .wrap .nav-box .toggle + a {
    display: block;
  }
  .wrap .nav-box a {
    padding: 0;
    color: #565c69;
  }
  .wrap .nav-box nav {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .wrap .nav-box nav .nav_group {
    display: block;
  }
  .wrap .nav-box nav .menu_pad {
    height: initial;
    display: block;
  }
  .wrap .nav-box nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .wrap .nav-box nav ul.menu {
    width: 590px;
    z-index: 100;
  }
  .wrap .nav-box nav ul.menu li a {
    width: 100%;
  }
  .wrap .nav-box nav ul.menu li > a {
    padding: 28px 15px 28px;
    font-size: 12px;
    box-sizing: border-box;
  }
  .wrap .nav-box nav ul.menu li > a span {
    margin-bottom: 0px;
  }
  .wrap .nav-box nav ul.menu li:hover > a {
    transition: 0.3s;
  }
  .wrap .nav-box nav ul.menu li {
    position: static;
    position: relative;
    border-bottom: 0;
    margin-left: -6px;
  }
  .wrap .nav-box nav ul.menu li:first-child {
    margin: 0;
  }
  .wrap .nav-box nav ul.menu li:last-child {
    margin: 0 0 0 -6px;
  }
  .wrap .nav-box nav ul.menu li:last-child:after {
    content: "";
    padding: 0;
    height: 0;
  }
  .wrap .nav-box nav ul.menu li:after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrap .nav-box nav ul.menu li ul.multi-item li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu li ul li a {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul {
    width: 100%;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 100;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1rem;
    font-weight: bold;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    width: 200px;
    padding: 20px 0;
    border-top: 3px solid #00f;
    top: 63px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrap .nav-box nav ul.menu ul.single-item li {
    display: block;
    text-align: center;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a:hover {
    color: #00f;
  }
  .wrap .nav-box nav ul.menu ul.multi-item {
    box-sizing: border-box;
    padding: 35px 40px 60px;
    border-top: 1px solid #eee;
  }
  .wrap .nav-box nav ul.menu ul.multi-item .toggle {
    background: none;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    display: block;
    flex: 0 0 142px;
    padding: 0;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul {
    padding: 0;
    position: static;
    display: block;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li {
    position: static;
    clear: both;
    margin: 0;
    line-height: normal;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 20px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a:hover {
    color: #f00;
  }
  .wrap .nav-box nav ul.menu ul li {
    position: relative;
    display: inline-block;
  }
  .wrap .nav-box nav ul li {
    margin: 0px;
    display: inline-block;
  }
  .wrap .nav-box nav ul li.single {
    position: relative;
  }
  .wrap .nav-box nav ul li.single i {
    font-size: 1rem;
    position: relative;
    top: -2px;
  }
  .wrap .nav-box nav ul li.single:hover > ul {
    display: block;
  }
  .wrap .nav-box nav ul li.multi > a {
    cursor: default;
  }
  .wrap .nav-box nav ul li.multi:hover > ul {
    display: flex;
  }
}
@media (min-width: 960px) {
  .wrap .top .container .navigation {
    font-size: 22px;
  }
  .wrap .nav-box nav ul.menu {
    width: 722px;
  }
  .wrap .nav-box nav ul.menu li > a {
    font-size: 16px;
    padding: 25px 15px 24px;
  }
}
@media (min-width: 1280px) {
  .wrap .nav-box {
    margin: 0px auto 0 auto;
  }
  .wrap .nav-box nav ul.menu {
    width: 1066px;
  }
  .wrap .nav-box nav ul.menu li > a {
    font-size: 20px;
    padding: 40px 40px 40px;
  }
  .wrap .nav-box nav ul.menu li > a span {
    margin-bottom: 5px;
  }
  .wrap .nav-box nav ul.menu ul {
    top: 87px;
  }
  .wrap .nav-box nav ul.menu ul .toggle + a {
    font-size: 1.15rem;
  }
  .wrap .nav-box nav ul.menu ul.single-item {
    top: 86px;
    font-size: 21px;
  }
  .wrap .nav-box nav ul.menu ul.single-item li a {
    line-height: 22px;
    font-size: 1rem;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li {
    flex: 0 0 160px;
  }
  .wrap .nav-box nav ul.menu ul.multi-item li > ul li a {
    line-height: 30px;
  }
}

.wrap footer {
  padding: 20px 0;
  background-color: #0e1905;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.wrap .form_container {
  padding: 0px 0 30px;
  font-family: "Noto Sans TC", "微軟正黑體", "Arial", serif;
}
.wrap .form_container .form_body {
  max-width: 960px;
  margin: 0px auto;
  box-sizing: border-box;
  position: relative;
  color: #444;
}
.wrap .form_container .form_body form > section {
  margin-bottom: 10px;
}
.wrap .form_container .form_body .title {
  font-family: "Noto Serif TC", serif, "Noto Sans TC", "微軟正黑體", "Arial", serif;
  position: relative;
  margin: 0 0 15px;
  font-size: 23px;
  font-weight: bold;
}
.wrap .form_container .form_body .flex > div {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .form_container .form_body .flex > div .item-name {
  display: block;
  padding: 5px 0 0 5px;
}
.wrap .form_container .form_body .flex2 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .form_container .form_body span {
  flex: 0 0 130px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.wrap .form_container .form_body span:after {
  content: "*";
  color: #f00;
  margin-left: 5px;
}
.wrap .form_container .form_body button {
  display: block;
  margin: 20px auto;
  padding: 10px 0px;
  width: 100%;
  background-color: #82c034;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.wrap .form_container .form_body input,
.wrap .form_container .form_body select,
.wrap .form_container .form_body textarea {
  flex: 0 0 calc(100% - 140px);
  outline: none;
  display: block;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  resize: none;
  letter-spacing: 1px;
  border-radius: 0;
  color: #fff;
}
.wrap .form_container .form_body input:focus,
.wrap .form_container .form_body select:focus,
.wrap .form_container .form_body textarea:focus {
  border: 1px solid #82c034;
}
.wrap .form_container .form_body textarea {
  padding: 4px 0 0 4px;
}
.wrap .form_container .form_body input[type=text],
.wrap .form_container .form_body select {
  height: 40px;
}
@media (min-width: 767px) {
  .wrap .form_container {
    padding-bottom: 0;
  }
  .wrap .form_container .form_body form > section {
    margin-bottom: 0px;
  }
  .wrap .form_container .form_body .flex {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
  }
  .wrap .form_container .form_body .flex > div {
    display: block;
    flex: 0 0 48.5%;
  }
  .wrap .form_container .form_body .flex2 {
    margin-bottom: 10px;
    display: block;
  }
  .wrap .form_container .form_body button {
    margin: 20px 0 0;
  }
  .wrap .form_container .form_body textarea {
    height: 100px;
  }
}
@media (min-width: 960px) {
  .wrap .form_container {
    padding: 0px 0 45px;
  }
  .wrap .form_container .form_body .title {
    width: 50%;
    margin-bottom: 25px;
    font-size: 30px;
  }
  .wrap .form_container .form_body span {
    font-size: 20px;
  }
  .wrap .form_container .form_body button {
    margin-top: 4%;
    letter-spacing: 1px;
    font-size: 21px;
  }
  .wrap .form_container .form_body input,
  .wrap .form_container .form_body select,
  .wrap .form_container .form_body textarea {
    font-size: 21px;
  }
  .wrap .form_container .form_body textarea {
    padding-left: 4px;
  }
  .wrap .form_container .form_body input[type=text],
  .wrap .form_container .form_body select {
    height: 50px;
    padding: 0 0 0 4px;
  }
  .wrap .form_container .form_body label.privacy {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .wrap .form_container {
    padding: 0;
  }
  .wrap .form_container .form_body .title {
    font-size: 42px;
  }
  .wrap .form_container .form_body button {
    font-size: 28px;
  }
  .wrap .form_container .form_body textarea {
    height: 200px;
  }
}

.wrap .box .main .kv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", sans-serif;
}
.wrap .box .main .kv:before {
  content: "";
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #000 url("../images/kv-m.jpg") no-repeat 0 0;
  background-size: 100%;
}
.wrap .box .main .kv section {
  position: relative;
  z-index: 2;
}
.wrap .box .main .kv section .logo2 {
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
}
.wrap .box .main .kv section p {
  text-align: center;
  color: #fff;
  font-size: 7vw;
  line-height: 1.2em;
}
.wrap .box .main .content {
  position: relative;
  z-index: 10;
  background-color: #000;
}
.wrap .box .main .content .b1 {
  background: #000 url("../images/block1_bg-m.jpg") no-repeat center 0;
  background-size: cover;
  padding: 10% 0;
}
.wrap .box .main .content .b1 .block-box {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.wrap .box .main .content .b1 section {
  width: 90%;
  margin: 0 auto;
}
.wrap .box .main .content .b1 article {
  color: #fff;
}
.wrap .box .main .content .b1 article .sub-title {
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
  display: block;
}
.wrap .box .main .content .b1 article h2 {
  color: #82c034;
  margin: 0 0 20px 0;
  font-size: 2em;
}
.wrap .box .main .content .b1 article h2:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}
.wrap .box .main .content .b1 article p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6), 1px 1px 10px rgba(0, 0, 0, 0.6), 1px 1px 15px rgba(0, 0, 0, 0.6);
  line-height: 1.4em;
}
.wrap .box .main .content .b1 article p span {
  color: #82c034;
}
.wrap .box .main .content .b2 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff url("../images/house.png") no-repeat 0 bottom;
  background-size: contain;
  overflow: hidden;
}
.wrap .box .main .content .b2 > div {
  width: 90%;
  margin: 0 auto 70px;
}
.wrap .box .main .content .b2 > div article h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #367dc1;
  font-size: 25px;
  line-height: 1.2em;
  margin: 0 0 7% 0;
}
.wrap .box .main .content .b2 .title {
  background: url("../images/block2_titlebar.jpg") no-repeat center 0;
  background-size: cover;
  padding: 5% 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #fff;
  margin: 0 auto 30px;
  line-height: 1.2em;
}
.wrap .box .main .content .b2 .b2-2 {
  width: 100%;
}
.wrap .box .main .content .b2 .b2-2 article {
  width: 90%;
  margin: 0 auto 0px;
}
.wrap .box .main .content .b2 .b2-2 section {
  background: url("../images/recycle_bg.png") no-repeat 0 0;
  background-size: contain;
  padding: 3% 0 7%;
}
.wrap .box .main .content .b2 .b2-2 section img {
  width: 70%;
  margin: 0 auto;
}
.wrap .box .main .content .b2 .b2-4 {
  width: 100%;
}
.wrap .box .main .content .b2 .b2-4 article {
  width: 90%;
  margin: 0 auto 0px;
}
.wrap .box .main .content .b2 .b2-4 article ul {
  position: relative;
  list-style: none;
  padding: 0 0 60% 15px;
}
.wrap .box .main .content .b2 .b2-4 article ul li {
  position: relative;
}
.wrap .box .main .content .b2 .b2-4 article ul li:before {
  content: "●";
  color: #367dc1;
  font-size: 6px;
  position: absolute;
  top: 2px;
  left: -12px;
}
.wrap .box .main .content .b3 {
  background: #000 url("../images/block3_bg-m.jpg") 0 0;
  background-size: 100%;
  color: #fff;
  padding: 10% 0;
  overflow: hidden;
}
.wrap .box .main .content .b3 section {
  width: 90%;
  margin: 0 auto;
}
.wrap .box .main .content .b3 section:nth-child(1) h2 {
  color: #82c034;
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.wrap .box .main .content .b3 section:nth-child(1) h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}
.wrap .box .main .content .b3 section:nth-child(1) ul {
  position: relative;
  list-style: none;
  padding: 0 0 0% 15px;
}
.wrap .box .main .content .b3 section:nth-child(1) ul li {
  margin-bottom: 15px;
  position: relative;
}
.wrap .box .main .content .b3 section:nth-child(1) ul li:before {
  content: "●";
  color: #82c034;
  position: absolute;
  font-size: 6px;
  top: 2px;
  left: -12px;
}
.wrap .box .main .content .b3 section:nth-child(1) ul ul {
  margin: 10px 0 20px;
}
.wrap .box .main .content .b3 section:nth-child(1) ul ul li {
  margin-bottom: 0px;
}
.wrap .box .main .content .b3 section:nth-child(1) ul ul li:before {
  content: "●";
  color: #fff;
  font-size: 3px;
  top: 2px;
  left: -12px;
}
.wrap .box .main .content .b3 section:nth-child(2) {
  margin-top: 16%;
}
.wrap .box .main .content .b3 section:nth-child(2) h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  margin: 0 0 20px 0;
}
.wrap .box .main .content .b3 section:nth-child(2) h3:before {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.wrap .box .main .content .b3 section:nth-child(2) table {
  border-collapse: collapse;
  width: 100%;
}
.wrap .box .main .content .b3 section:nth-child(2) table tr {
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.wrap .box .main .content .b3 section:nth-child(2) table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.wrap .box .main .content .b3 section:nth-child(2) table tr:hover {
  background-color: #82c034;
  transition: 0.3s;
}
.wrap .box .main .content .b3 section:nth-child(2) table tr th {
  width: 40%;
  padding: 15px 0 15px 5px;
  text-align: left;
}
.wrap .box .main .content .b3 section:nth-child(2) table tr td {
  padding: 15px 5px;
}
.wrap .box .main .content .b4 {
  padding: 10% 0;
  background-color: #306f06;
}
.wrap .box .main .content .b4 .block-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.wrap .box .main .content .b4 .block-box h2 {
  color: #fff;
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.wrap .box .main .content .b4 .block-box h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}
.wrap .box .main .content .b4 .block-box section > a {
  display: block;
  text-decoration: none;
  width: 80%;
  margin: 0 auto 40px;
}
.wrap .box .main .content .b4 .block-box section > a:last-child {
  margin-bottom: 0;
}
.wrap .box .main .content .b4 .block-box section > a dl dt {
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.wrap .box .main .content .b4 .block-box section > a dl dd {
  padding-top: 123%;
  background-position: center 0;
  background-size: 100%;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #000;
  transition: 1s;
}
.wrap .box .main .content .b4 .block-box section > a dl dd:before {
  content: "";
  border: 10px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: 0.3s;
}
.wrap .box .main .content .b4 .block-box section > a:hover dl dd {
  background-size: 120%;
  background-origin: center center;
  transition: 1s;
}
.wrap .box .main .content .b4 .block-box section > a:hover dl dd:before {
  border: 20px solid #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.wrap .box .main .content .b5 {
  background: #000 url("../images/block5_bg.jpg") no-repeat 0 0;
  background-size: cover;
  color: #fff;
  padding: 10% 0;
}
.wrap .box .main .content .b5 .block-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.wrap .box .main .content .b5 .block-box > section {
  margin-bottom: 50px;
}
.wrap .box .main .content .b5 .block-box > section h2 {
  color: #82c034;
  margin: 0 0 20px 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.wrap .box .main .content .b5 .block-box > section h2:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 30px;
}
.wrap .box .main .content .b5 .block-box > section h3 {
  font-size: 1.3em;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.wrap .box .main .content .b5 .block-box > section h4 {
  font-size: 1em;
  margin: 0 0 40px 0;
  font-weight: normal;
}
.wrap .box .main .content .b5 .block-box > section dl {
  display: flex;
  margin: 0 0 10px;
  font-size: 0.85em;
  color: #ccc;
  line-height: 1.3em;
}
.wrap .box .main .content .b5 .block-box > section dl:before {
  content: "●";
  display: block;
  margin-right: 10px;
  font-size: 3px;
  color: #fff;
}
.wrap .box .main .content .b5 .block-box > section dl dt {
  flex: 0 0 65px;
}
.wrap .box .main .content .b5 .block-box > section dl dd {
  flex: 0 0 calc(100% - 65px);
  margin: 0;
  word-wrap: break-all;
}
.wrap .box .main .googlemap {
  background-color: #fff;
}
.wrap .box .main .googlemap iframe {
  height: 400px;
}
@media (min-width: 767px) {
  .wrap .box .main .kv:before {
    background: #000 url("../images/kv.jpg") no-repeat 0 0;
  }
  .wrap .box .main .kv section p {
    font-size: 4vw;
  }
  .wrap .box .main .content .b1 {
    background: #000 url("../images/block1_bg.jpg") no-repeat center 0;
    background-size: 100%;
    padding: 10% 0;
  }
  .wrap .box .main .content .b1 .block-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .wrap .box .main .content .b1 section {
    flex: 0 0 45%;
    margin: 0;
  }
  .wrap .box .main .content .b1 article {
    flex: 0 0 50%;
  }
  .wrap .box .main .content .b2 {
    margin: -50px auto 0;
    background-size: 55%;
    padding-bottom: 5%;
  }
  .wrap .box .main .content .b2 > div {
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .wrap .box .main .content .b2 > div:last-child {
    margin-bottom: 0;
  }
  .wrap .box .main .content .b2 > div article {
    flex: 0 0 50%;
  }
  .wrap .box .main .content .b2 > div article h3 {
    font-size: 25px;
  }
  .wrap .box .main .content .b2 > div section {
    flex: 0 0 50%;
  }
  .wrap .box .main .content .b2 .title {
    padding: 3% 0;
    margin-bottom: 70px;
    font-size: 30px;
  }
  .wrap .box .main .content .b2 .b2-2 article {
    flex: 0 0 43%;
    margin-right: 5%;
  }
  .wrap .box .main .content .b2 .b2-2 section {
    order: -1;
  }
  .wrap .box .main .content .b2 .b2-4 {
    justify-content: flex-end;
  }
  .wrap .box .main .content .b2 .b2-4 article {
    flex: 0 0 45%;
    margin: 0;
  }
  .wrap .box .main .content .b2 .b2-4 article ul {
    padding: 0 0 0% 0px;
  }
  .wrap .box .main .content .b2 .b2-4 article ul li {
    padding-left: 12px;
  }
  .wrap .box .main .content .b2 .b2-4 article ul li:before {
    left: 0px;
  }
  .wrap .box .main .content .b3 {
    background: #000 url("../images/block3_bg.jpg") 0 0;
    background-size: cover;
    padding: 5% 0;
  }
  .wrap .box .main .content .b3 .block-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .wrap .box .main .content .b3 section:nth-child(1) {
    flex: 0 0 44%;
    margin: 0 1.5% 0 0;
  }
  .wrap .box .main .content .b3 section:nth-child(1) ul ul li:before {
    content: "●";
  }
  .wrap .box .main .content .b3 section:nth-child(2) {
    flex: 0 0 44%;
    margin: 75px 0 0 1.5%;
  }
  .wrap .box .main .content .b4 .block-box h2 {
    margin-bottom: 5%;
  }
  .wrap .box .main .content .b4 .block-box section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wrap .box .main .content .b4 .block-box section a {
    flex: 0 0 23%;
  }
  .wrap .box .main .content .b4 .block-box section a dl {
    width: 100%;
    margin: 0 auto 0px;
  }
  .wrap .box .main .content .b4 .block-box section a dl dd:before {
    content: "";
  }
  .wrap .box .main .content .b5 {
    background: #000 url("../images/block5_bg.jpg") no-repeat 0 0;
    background-size: cover;
    padding: 5% 0;
  }
  .wrap .box .main .content .b5 .block-box {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
  }
  .wrap .box .main .content .b5 .block-box section {
    flex: 0 0 48%;
  }
  .wrap .box .main .content .b5 .block-box .form_container {
    flex: 0 0 48%;
  }
}
@media (min-width: 960px) {
  .wrap .box {
    font-size: 20px;
    line-height: 1.3em;
  }
  .wrap .box .main .kv section p {
    font-size: 60px;
  }
  .wrap .box .main .content .b4 .block-box h2 {
    margin-bottom: 5%;
  }
  .wrap .box .main .content .b4 .block-box h2:after {
    width: 100px;
  }
  .wrap .box .main .content .b4 .block-box section a dl dd:before {
    content: "";
  }
  .wrap .box .main .content .b5 .block-box section {
    flex: 0 0 29%;
  }
  .wrap .box .main .content .b5 .block-box section h2 {
    margin: 0 0 55px 0;
  }
  .wrap .box .main .content .b5 .block-box section h2:after {
    width: 100px;
  }
  .wrap .box .main .content .b5 .block-box section h3 {
    font-size: 30px;
  }
  .wrap .box .main .content .b5 .block-box section h4 {
    font-size: 18px;
  }
  .wrap .box .main .content .b5 .block-box section dl {
    font-size: 16px;
  }
  .wrap .box .main .content .b5 .block-box section dl dt {
    flex: 0 0 80px;
  }
  .wrap .box .main .content .b5 .block-box section dl dd {
    flex: 0 0 calc(100% - 80px);
  }
  .wrap .box .main .content .b5 .block-box .form_container {
    flex: 0 0 63%;
  }
}
@media (min-width: 1280px) {
  .wrap .box {
    font-size: 30px;
    line-height: 1.3em;
  }
  .wrap .box .main .content .b1 article h2 {
    margin: 0 0 40px 0;
  }
  .wrap .box .main .content .b1 article h2:after {
    width: 100px;
    margin-top: 40px;
  }
  .wrap .box .main .content .b2 {
    margin: -100px auto 0;
    background-size: 52%;
  }
  .wrap .box .main .content .b2 > div article h3 {
    font-size: 40px;
  }
  .wrap .box .main .content .b2 > div article p,
  .wrap .box .main .content .b2 > div article ul {
    font-size: 20px;
    line-height: 1.5em;
  }
  .wrap .box .main .content .b2 .title {
    font-size: 45px;
  }
  .wrap .box .main .content .b2 .b2-2 section img {
    margin: 0 0 0 18%;
  }
  .wrap .box .main .content .b2 .b2-4 article {
    flex: 0 0 48%;
  }
  .wrap .box .main .content .b2 .b2-4 article ul {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap .box .main .content .b2 .b2-4 article ul li {
    flex: 0 0 calc(50% - 12px);
  }
  .wrap .box .main .content .b3 {
    font-size: 20px;
  }
  .wrap .box .main .content .b3 section:nth-child(1) h2 {
    margin: 0 0 40px 0;
    font-size: 48px;
  }
  .wrap .box .main .content .b3 section:nth-child(1) h2:after {
    width: 100px;
  }
  .wrap .box .main .content .b3 section:nth-child(1) ul {
    padding: 0 0 0% 30px;
  }
  .wrap .box .main .content .b3 section:nth-child(1) ul li:before {
    font-size: 8px;
    left: -17px;
  }
  .wrap .box .main .content .b3 section:nth-child(2) {
    margin: 120px 0 0 1.5%;
  }
  .wrap .box .main .content .b3 section:nth-child(2) h3 {
    font-size: 36px;
  }
  .wrap .box .main .content .b3 section:nth-child(2) h3:before {
    height: 27px;
    margin-right: 10px;
  }
  .wrap .box .main .content .b3 section:nth-child(2) table tr th {
    width: 324px;
  }
  .wrap .box .main .content .b4 {
    padding: 6% 0;
  }
  .wrap .box .main .content .b4 .block-box section a dl dd:before {
    content: "";
  }
}
@media (min-width: 1600px) {
  .wrap .box .main .kv section p {
    font-size: 60px;
  }
  .wrap .box .main .content .b1 {
    padding: 8% 0;
  }
  .wrap .box .main .content .b1 .block-box {
    justify-content: center;
  }
  .wrap .box .main .content .b1 section {
    flex: 0 0 45%;
    margin-right: 3%;
  }
  .wrap .box .main .content .b1 article {
    flex: 0 0 40%;
    margin-left: 3%;
  }
  .wrap .box .main .content .b2 > div article {
    flex: 0 0 42%;
  }
  .wrap .box .main .content .b2 > div article h3 {
    font-size: 47px;
  }
  .wrap .box .main .content .b2 .title {
    padding: 5% 0;
    font-size: 60px;
  }
  .wrap .box .main .content .b2 .b2-1 article {
    margin-left: 5%;
  }
  .wrap .box .main .content .b2 .b2-2 section {
    padding: 2% 0 4%;
  }
  .wrap .box .main .content .b2 .b2-2 section img {
    width: 72%;
  }
  .wrap .box .main .content .b2 .b2-3 article {
    margin-left: 5%;
  }
  .wrap .box .main .content .b2 .b2-4 article ul li {
    flex: 0 0 40%;
    margin-bottom: 10px;
    padding-left: 23px;
  }
  .wrap .box .main .content .b2 .b2-4 article ul li:before {
    font-size: 8px;
    left: 7px;
  }
  .wrap .box .main .content .b3 section:nth-child(1) {
    flex: 0 0 45%;
  }
  .wrap .box .main .content .b3 section:nth-child(1) ul {
    margin-left: 10%;
  }
  .wrap .box .main .content .b3 section:nth-child(2) {
    flex: 0 0 35%;
  }
  .wrap .box .main .content .b3 section:nth-child(2) table tr th {
    padding: 25px 0 25px 5px;
  }
  .wrap .box .main .googlemap iframe {
    height: 600px;
  }
}
/*# sourceMappingURL=index.css.map */
