@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.Red {
  color: #ff0a0a;
}

.wrapper {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}

body.close {
  height: 100vh;
  overflow: hidden;
}

/*header*/
header {
  height: 7.8126vw;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("../img/header_bg.jpg") center no-repeat;
  background-size: contain;
  background-size: cover;
  z-index: 98;
  position: absolute;
  box-shadow: 0 0 1vw rgba(0, 0, 0, 0.7);
}
header.viewH {
  height: 15vw;
}
header.viewH .aH2 h1 {
  margin: 0 20vw 0 2.5vw;
}
header.viewH .menu_Box {
  right: 2.5vw;
  margin-top: -4.25vw;
  width: 15vw;
  height: 8.5vw;
  padding: 2vw 1vw;
  font-size: 3.5vw;
}

.aH2 {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
  height: 40%;
  width: 60%;
}
.aH2 h1 {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  margin: 0 7.5vw 0 2.5vw;
  height: 100%;
  background: url("../img/header.png") center no-repeat;
  background-size: contain;
  background-position: left center;
}

.menu_Box {
  position: absolute;
  right: 1.4vw;
  top: 50%;
  margin-top: -2.5vw;
  width: 9vw;
  height: 5vw;
  border-radius: 1vw;
  background: #0e3f8a;
  font-size: 2vw;
  font-weight: bold;
  padding: 1.25vw .5vw;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.menu_Box img {
  height: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
}
.menu_Box span {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  padding-left: .3em;
}
.menu_Box i {
  display: none;
}

.boxShadow {
  box-shadow: 0 0 5px 1px #0e3f8a;
}

a {
  text-decoration: none;
}

/*main*/
.main {
  position: relative;
  padding-top: 7.8126vw;
  box-sizing: border-box;
  overflow-y: auto;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.main.viewH {
  padding-top: 15vw;
}
.main.viewH.Page {
  padding-top: 16vw;
}
.main.viewH .menu {
  padding-top: 15vw;
}
.main.viewH .menu li {
  font-size: 5vw;
  line-height: 15vw;
}
.main.viewH .btn {
  font-size: 2vw;
}
.main.viewH .flag_Box {
  height: 12vw;
  padding: 1vw 8vw 1vw 2vw;
  font-size: 3.5vw;
}
.main.viewH .areaBox {
  padding: 3vw;
}
.main.viewH .areaBox h3 {
  font-size: 6vw;
}
.main.viewH .areaBox h3 p {
  font-size: 1em;
}
.main.viewH .areaBox h3:before {
  width: 3vw;
  margin: 0 1.5vw;
}
.main.viewH .areaBox h4 {
  font-size: 5vw;
}
.main.viewH .areaBox p {
  font-size: 4vw;
  padding: 1vw 0;
}
.main.viewH .areaBox p.reportDetail_Memo {
  font-size: 3vw;
  padding: 1vw 2vw;
}
.main.viewH .animalMain .artArea,
.main.viewH .animal.aDerail .animalMain .artArea {
  font-size: 4vw;
}
.main.viewH .qualityReport {
  padding: 2vw 0;
}
.main.viewH .qualityReport tr {
  font-size: 4vw;
}
.main.viewH .qualityReport th {
  height: 10vw;
}
.main.viewH .qualityReport td {
  height: 8.5vw;
}
.main.viewH .qualityReport td a.DL {
  width: 1.5em;
}
.main.viewH .reportDetail {
  padding: 2vw 0;
}
.main.viewH .reportDetail td {
  height: 8.5vw;
  font-size: 4vw;
}
.main.viewH .reportDetail_Title {
  padding: 1vw 2vw;
  font-size: 4.5vw;
  font-size: 3vw;
}
.main.viewH .paperBtn {
  line-height: 1em;
  font-size: 2vw;
  padding: .3em .5em;
  border-radius: 1vw;
  height: 8vw;
}
.main.viewH .paperBtn:after {
  height: 5vw;
  width: 5vw;
}
.main.viewH .paperDL {
  width: 85vw;
  padding: 4vw 0;
}
.main.viewH .paperDL h5 {
  font-size: 5vw;
}
.main.viewH .paperDL ul {
  padding: 5vw 0;
}
.main.viewH .paperDL li {
  padding: 1vw 0;
}
.main.viewH .paperDL input:not([type='radio']):not([type='checkbox']), .main.viewH .paperDL select:not([type='radio']):not([type='checkbox']) {
  font-size: 4vw;
  height: 10vw;
  padding: 0 2vw;
}
.main.viewH .paperDL_Code_Img {
  height: 10vw;
}
.main.viewH .paperDL_Btn {
  height: 8vw;
  line-height: 8vw;
}
.main.viewH .type {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 90vw;
  font-size: 6vw;
  padding: 2vw 0;
  box-sizing: border-box;
}
.main.viewH .type li {
  width: 100%;
  padding: 2vw;
}
.main.viewH .type_Btn {
  padding: 3vw 2vw;
  border-radius: 2vw;
  border: 1px #bbb solid;
}
.main.viewH .type_Btn.bicycle:before, .main.viewH .type_Btn.walking:before, .main.viewH .type_Btn.student:before {
  content: '';
  width: 17vw;
  height: 17vw;
  margin-right: 3vw;
  display: inline-block;
}
.main.viewH .consent h2 {
  font-size: 6vw;
}
.main.viewH .consent_Box {
  height: 65vh;
  width: 90vw;
  margin: 3vw auto;
  padding: 2vw;
  border-radius: 2vw;
  font-size: 3.6vw;
}
.main.viewH .consent_Btn {
  border-radius: 1vw;
  font-size: 4vw;
  padding: 2vw 8vw;
  height: 5vw;
  line-height: 5vw;
}
.main.viewH .consent_Btn.Big {
  font-size: 4vw;
  padding: 2vw 8vw;
}
.main.Page {
  padding-top: 8.8126vw;
}

.mainBox {
  background-image: url("../img/bg_w.png");
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 7.8126vw;
  background: #fff;
  -o-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
  opacity: 0;
}
.menu.open {
  opacity: 1;
  height: auto;
  bottom: 0;
}
.menu.open ul {
  -o-transition: opacity 0.5s 0.3s;
  -ms-transition: opacity 0.5s 0.3s;
  -moz-transition: opacity 0.5s 0.3s;
  -webkit-transition: opacity 0.5s 0.3s;
  transition: opacity 0.5s 0.3s;
  opacity: 1;
}
.menu ul {
  height: 100%;
  overflow-y: auto;
  text-align: center;
  opacity: 0;
}
.menu li {
  font-size: 3vw;
  border-bottom: 1px solid #b6b6b6;
  line-height: 7.8126vw;
}
.menu a {
  display: block;
  color: #626262;
}

.Hmargin {
  margin-bottom: 15px;
}

.flag {
  padding: 2vw 2vw 0;
}
.flag_Box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: .5vw;
  padding: .5vw 2vw;
  box-sizing: border-box;
  height: 5vw;
  color: #7d300e;
  font-size: 2.5vw;
  font-weight: bold;
}
.flag_Box p {
  line-height: 120%;
}
.flag_Box img {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  height: 100%;
  width: auto;
  margin-right: .3em;
}
.flag_Close {
  position: absolute;
  display: block;
  width: 5vw;
  height: 5vw;
  right: 1.25vw;
  top: 50%;
  margin-top: -2.5vw;
  color: #7d300e;
  font-size: 4vw;
  text-align: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.flag_Close:before, .flag_Close:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 10%;
  background: #7d300e;
  top: 50%;
  margin-top: -5%;
  left: 50%;
  margin-left: -50%;
}
.flag_Close:before {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flag_Close:after {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.indexBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
  padding: 2vw 2vw;
}
.indexBox .clean {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.indexBox .cleanImg {
  overflow: hidden;
  position: relative;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  width: 55%;
  height: 100%;
}
.indexBox .cleanNow {
  width: 100%;
  height: 100%;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.indexBox .doll {
  height: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  width: 40%;
  margin: 0 2.5%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.indexBox .doll_Img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.indexBox .water .After {
  opacity: 0;
}
.indexBox .water_Bf_01 {
  background: url("../img/water_before_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Bf_02 {
  background: url("../img/water_before_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Bf_03 {
  background: url("../img/water_before_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Bf_04 {
  background: url("../img/water_before_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Af_01 {
  background: url("../img/water_after_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Af_02 {
  background: url("../img/water_after_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Af_03 {
  background: url("../img/water_after_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .water_Af_04 {
  background: url("../img/water_after_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Bf_01 {
  background: url("../img/hoho_before_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Bf_02 {
  background: url("../img/hoho_before_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Bf_03 {
  background: url("../img/hoho_before_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Bf_04 {
  background: url("../img/hoho_before_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Af_01 {
  background: url("../img/hoho_after_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Af_02 {
  background: url("../img/hoho_after_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Af_03 {
  background: url("../img/hoho_after_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .doll_Af_04 {
  background: url("../img/hoho_after_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Bf_01 {
  background: url("../img/C_hoho_before_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Bf_02 {
  background: url("../img/C_hoho_before_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Bf_03 {
  background: url("../img/C_hoho_before_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Bf_04 {
  background: url("../img/C_hoho_before_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Af_01 {
  background: url("../img/C_hoho_after_0.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Af_02 {
  background: url("../img/C_hoho_after_1.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Af_03 {
  background: url("../img/C_hoho_after_2.png") center no-repeat;
  background-size: contain;
}
.indexBox .dollXP_Af_04 {
  background: url("../img/C_hoho_after_3.png") center no-repeat;
  background-size: contain;
}
.indexBox .btn {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.indexBox .btn span {
  display: block;
  margin: 5% 0;
  height: 15%;
  box-sizing: border-box;
}
.indexBox .btn .wBtn {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px #bbb solid;
  border-radius: 5px;
  box-shadow: 2px 2px 0 2px #5e7e9f;
  font-weight: bold;
  color: #484848;
  font-size: 3vw;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexDcolumn {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flexDcolumn .clean {
  height: 45%;
  width: 100%;
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
}
.flexDcolumn .cleanImg {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexDcolumn .btn {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flexDcolumn .btn span {
  margin: 0;
  height: 15%;
}
.flexDcolumn .btn .wBtn {
  font-size: 5vw;
}

/*環境介紹*/
.areaBox {
  padding: 2vw;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.areaBox sub, .areaBox sup {
  font-size: 70% !important;
  line-height: 0 !important;
}
.areaBox sub {
  vertical-align: sub !important;
}
.areaBox sup {
  vertical-align: super !important;
}
.areaBox h3 {
  color: #7c3800;
  font-size: 3vw;
  line-height: normal;
  padding-left: 1em;
  position: relative;
  font-weight: bold;
}
.areaBox h3 p {
  display: inline-block;
  font-size: inherit;
}
.areaBox h3 p:last-child:after {
  display: none;
}
.areaBox h3 p:after {
  content: '>';
  margin: 0 10px;
}
.areaBox h3:before {
  content: '';
  background: url("../img/h3.png") center no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5vw;
  height: 100%;
  margin: 0 .725vw;
}
.areaBox h4 {
  color: #00852c;
  font-weight: bold;
  font-size: 3vw;
  margin-bottom: 10px;
}
.areaBox p {
  line-height: normal;
  font-size: 2.25vw;
  letter-spacing: .5px;
  line-height: 150%;
}
.areaBox p.reportDetail_Memo {
  font-size: 2vw;
  padding: 1vw 2vw;
}
.areaBox img {
  max-width: 100%;
  padding: 1vw 0;
}
.areaBox .animal {
  padding-top: 1vw;
}
.areaBox .animal img {
  padding: 0;
}
.areaBox .animal ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.areaBox .animal li {
  width: 33.33%;
  padding-bottom: 33.33%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2vw;
}
.areaBox .animal li div {
  width: 100%;
  height: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.areaBox .animal li a {
  width: 100%;
  height: 100%;
  padding: 5%;
  padding-bottom: 0;
  box-sizing: border-box;
  border: 1px #aaa solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  color: #012d4f;
  position: relative;
  overflow: hidden;
}
.areaBox .animal li a span {
  display: block;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.areaBox .animal li p {
  width: 100%;
  display: block;
}
.areaBox .animal li p.imgBox {
  height: 100%;
  background: #666;
  position: relative;
  overflow: hidden;
}
.areaBox .animal li p.titleBox {
  height: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.areaBox .animal.aDerail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.areaBox .animal.aDerail ul {
  width: 33%;
}
.areaBox .animal.aDerail li {
  width: 100%;
  padding-bottom: 100%;
}
.areaBox .animal.aDerail li div {
  height: initial;
  padding: 0;
  width: 100%;
}
.areaBox .animal.aDerail li a {
  height: initial;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.areaBox .animal.aDerail li p.imgBox {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.areaBox .animal.aDerail.flexAni {
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.areaBox .animal.aDerail.flexAni ul {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  margin: 10px 0 20px 0;
  width: 100%;
}
.areaBox .animal.aDerail.flexAni li {
  width: 50%;
  padding-bottom: 50%;
  margin: 0 auto;
}
.areaBox .animal.aDerail.flexAni li p.imgBox {
  padding: 0;
}
.areaBox .animalMain .artArea,
.areaBox .animal.aDerail .animalMain .artArea {
  font-size: 2.5vw;
  line-height: 170%;
}
.areaBox .animalMain .artArea ul,
.areaBox .animalMain .artArea li,
.areaBox .animal.aDerail .animalMain .artArea ul,
.areaBox .animal.aDerail .animalMain .artArea li {
  width: initial;
}
.areaBox .animalMain .artArea ul,
.areaBox .animal.aDerail .animalMain .artArea ul {
  display: block;
  padding-left: 40px;
}
.areaBox .animalMain .artArea li,
.areaBox .animal.aDerail .animalMain .artArea li {
  padding: 0;
  overflow: initial;
}
.areaBox .animalMain .artArea strong,
.areaBox .animalMain .artArea b,
.areaBox .animal.aDerail .animalMain .artArea strong,
.areaBox .animal.aDerail .animalMain .artArea b {
  font-weight: bold;
}
.areaBox .animalMain .artArea ol,
.areaBox .animalMain .artArea ul,
.areaBox .animal.aDerail .animalMain .artArea ol,
.areaBox .animal.aDerail .animalMain .artArea ul {
  list-style: disc;
}
.areaBox .animalMain .artArea a,
.areaBox .animal.aDerail .animalMain .artArea a {
  text-decoration: underline;
}
.areaBox .animalMain .artArea em,
.areaBox .animal.aDerail .animalMain .artArea em {
  font-style: italic;
}
.areaBox .animalMain {
  width: 65%;
}
.areaBox .animal.aDerail.flexAni .animalMain {
  width: 100%;
}
.areaBox .flexAni ul {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.areaBox .flexAni li {
  width: 100%;
  margin-bottom: 3%;
}
.areaBox .flexAni li div {
  padding: 0 2%;
}
.areaBox .flexAni li a {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  padding: 2vw;
}
.areaBox .flexAni li p.imgBox {
  height: 100%;
  width: 0;
  padding-left: 33.33%;
  margin-top: 0;
}
.areaBox .flexAni li span {
  position: absolute;
  top: 0;
  left: 0;
}
.areaBox .flexAni li p.titleBox {
  height: 85%;
  width: 65%;
}

.textBox {
  padding: 0 5px;
}

/*水環境監測*/
.qualityReport {
  padding: 1vw 0  2vw;
}
.qualityReport table {
  width: 100%;
}
.qualityReport tr {
  width: 100%;
  font-size: 2.5vw;
}
.qualityReport tr:nth-child(even) {
  background: #fff;
}
.qualityReport tr:nth-child(odd) {
  background: #f0f0f0;
}
.qualityReport th {
  background-color: #4d4d4d;
  color: #fff;
  height: 5.2vw;
  text-align: center;
}
.qualityReport td {
  color: #646464;
  height: 4.8vw;
  line-height: 150%;
}
.qualityReport td a {
  display: block;
  color: #646464;
}
.qualityReport td a.DL {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 1em;
  margin: 0 auto;
  font-size: 2.5vw;
  background: url("../img/download.png") center no-repeat;
  background-size: contain;
}
.qualityReport td:nth-child(odd) {
  padding: 0 1em;
}

.reportDetail {
  padding: 1vw 0  2vw;
}
.reportDetail table {
  width: 100%;
}
.reportDetail td {
  height: 4.8vw;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #000;
  font-size: 2.5vw;
}
.reportDetail td b {
  font-weight: bold;
}
.reportDetail td:first-child {
  width: 40%;
}
.reportDetail td:last-child {
  border-right: none;
}
.reportDetail td.bg_Gray {
  background: #f0f0f0;
}
.reportDetail_Title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #4d4d4d;
  padding: 1vw 1vw;
  color: #fff;
  font-size: 3vw;
  position: relative;
}
.reportDetail_Title p {
  padding-right: 2vw !important;
}
.reportDetail_Memo {
  padding: .5vw 2vw;
}

.paperBox {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.paperBtn {
  margin-left: .3em;
  color: #5c6572;
  display: block;
  line-height: 1em;
  font-size: 2vw;
  padding: .3em .5em;
  height: 4vw;
  border-radius: .5vw;
  background: #ffffff;
  border: 2px solid #dddfe2;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.paperBtn.btnBlue {
  border-color: #3b95ba;
  color: #127296;
  background: #add7f1;
}

.paperDL {
  padding: 1vw 0 2vw;
  width: 60vw;
  margin: 0 auto;
}
.paperDL h5 {
  font-size: 2.5vw;
  text-align: center;
  font-weight: bold;
}
.paperDL ul {
  width: 100%;
  padding: 1vw;
}
.paperDL li {
  padding: .5vw 0;
}
.paperDL input:not([type='radio']):not([type='checkbox']), .paperDL select:not([type='radio']):not([type='checkbox']) {
  width: 100%;
  font-size: 1.8vw;
  height: 5vw;
  padding: 0 1.5vw;
  box-sizing: border-box;
  border: 1px solid #969696;
}
.paperDL select {
  min-width: 50px;
  /* 隱藏既有下拉箭頭 */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  /* 美化下拉選單 */
  background: url(../img/select.png) center right 2vw no-repeat, #fff;
  background-size: 1em;
}
.paperDL select::-ms-expand {
  display: none;
}
.paperDL_Code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.paperDL_Code img {
  padding: 0;
  height: 100%;
  max-height: 100%;
}
.paperDL_Code p {
  width: 100%;
}
.paperDL_Code span {
  display: block;
  padding: 0 0 0 1vw;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.paperDL_Code_Img {
  -webkit-flex: none;
  -ms-flex: none;
  -moz-flex: none;
  flex: none;
  height: 5vw;
}
.paperDL_Btn {
  background: #7fb735;
  text-align: center;
  color: #fff;
  display: block;
  height: 5vw;
  line-height: 5vw;
  border-radius: 1vw;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.7);
}

.type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 95vw;
  margin: 0 auto;
  height: 100%;
  font-size: 4vw;
}
.type li {
  width: 33.33%;
  padding: 1vw;
  box-sizing: border-box;
  text-align: center;
}
.type_Btn {
  display: block;
  background: #fff;
  padding: 2.5vw 2vw;
  box-sizing: border-box;
  color: #484848;
  font-weight: bold;
  border-radius: 1vw;
  border: 1px #bbb solid;
  box-shadow: 2px 2px 0 2px #5e7e9f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.type_Btn.bicycle:before, .type_Btn.walking:before, .type_Btn.student:before {
  content: '';
  width: 9vw;
  height: 9vw;
  margin-right: 1vw;
  display: inline-block;
}
.type_Btn.bicycle:before {
  background: url("../img/bicycle.png") center no-repeat;
  background-size: contain;
}
.type_Btn.walking:before {
  background: url("../img/walking.png") center no-repeat;
  background-size: contain;
}
.type_Btn.student {
  background: #ffcd1a;
  border: 1px #dd9e2d solid;
  box-shadow: 2px 2px 0 2px #b17000;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.type_Btn.student:before {
  background: url("../img/student.png") center no-repeat;
  background-size: contain;
}
.type_Btn.student:after {
  content: '*環境教育';
  color: #000;
  font-size: 65%;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 0;
  top: 110%;
  text-shadow: 0px 0px 0px transparent;
  word-spacing: 1px;
}

.consent h2 {
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
  color: #834400;
  letter-spacing: .5vw;
}
.consent_Box {
  height: 50vh;
  overflow-y: auto;
  width: 70vw;
  margin: 2vw auto;
  padding: 2vw;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1vw;
  border: 2px solid #834400;
  font-size: 2vw;
  line-height: 150%;
}
.consent_BtnBox {
  text-align: center;
  padding: .5vw 0;
}
.consent_Btn {
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  padding: .5vw 3vw;
  background: #1c4caa;
  text-align: center;
  display: inline-block;
  height: 3vw;
  line-height: 3.3vw;
  border-radius: .7vw;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.7);
}
.consent_Btn.Big {
  font-size: 2vw;
  background: #7fb735;
  padding: .5vw 3vw;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

/*# sourceMappingURL=layout.css.map */
