@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  font-style: inherit; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

html {
  height: 100%;
  max-height: 50000em; }

body {
  height: 100%;
  font-size: 15px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 1.6;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif,'微軟正黑體','Microsoft JhengHei','STHeiti Light','儷黑 Pro','LiHei Pro','Microsoft Yahei','Microsoft JhengHei','新細明體';
  background: #f5f5f5; }

div, ul, li, header, footer, section, p, dl, dt, dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #009944;
  border-bottom: 1px solid #009944;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #9ac532;
    border-bottom: 1px solid #9ac532;
    text-decoration: none; }

.btn {
  color: #ffffff;
  padding: .75rem 1.5rem;
  border-radius: 6px;
  border: 1px solid #009944;
  background: -webkit-gradient(linear, right top, left top, from(#9ac532), to(#009944));
  background: -webkit-linear-gradient(right, #9ac532, #009944);
  background: -o-linear-gradient(right, #9ac532, #009944);
  background: linear-gradient(-90deg, #9ac532, #009944);
  background: -moz-linear-gradient(-90deg, #9ac532, #009944);
  background: -webkit-linear-gradient(-90deg, #9ac532, #009944);
  background: -o-linear-gradient(-90deg, #9ac532, #009944);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .btn:hover {
    color: #ffffff;
    background: #009944; }
  .btn:active {
    position: relative;
    top: 1px; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btns {
  clear: both;
  text-align: center;
  margin: 1rem 0; }

.font-light {
  color: #999999; }

.font-hl {
  color: #009944; }

.wrap {
  scroll-behavior: smooth;
  background-size: 100% auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 30px;
  overflow: hidden; }

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  min-height: 80px;
  padding: 22px 0 0;
  z-index: 9999; }
  .hd h1 {
    float: left;
    width: 204px;
    height: 36px;
    background: url(../images/logo.png);
    background-size: cover;
    position: relative;
    z-index: 2; }
    .hd h1 a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -5000em;
      border-bottom: 0; }
  .hd nav {
    float: right; }
  .hd.hideUp {
    top: -85px; }

a.menu-link {
  display: none;
  border-bottom: 0; }

#menu[role=navigation] {
  position: static;
  padding: 0; }
  #menu[role=navigation] ul:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both; }
  #menu[role=navigation] li {
    list-style-type: none;
    position: relative;
    float: left;
    border-bottom: 0;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 36px; }
    #menu[role=navigation] li span {
      cursor: pointer;
      display: block;
      color: #333333;
      font-weight: bold;
      padding: 0 1em; }
    #menu[role=navigation] li a {
      display: block;
      color: #333333;
      border-bottom: 0; }
    #menu[role=navigation] li .fb-share-button {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.5rem 0 0; }
      #menu[role=navigation] li .fb-share-button span {
        padding: 0; }
    #menu[role=navigation] li .line-it-button {
      display: none;
      vertical-align: middle; }
  #menu[role=navigation] li.current span {
    color: #ffffff;
    border: 1px solid #009944;
    background: -webkit-gradient(linear, right top, left top, from(#9ac532), to(#009944));
    background: -webkit-linear-gradient(right, #9ac532, #009944);
    background: -o-linear-gradient(right, #9ac532, #009944);
    background: linear-gradient(-90deg, #9ac532, #009944);
    background: -moz-linear-gradient(-90deg, #9ac532, #009944);
    background: -webkit-linear-gradient(-90deg, #9ac532, #009944);
    background: -o-linear-gradient(-90deg, #9ac532, #009944);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 18px; }
  #menu[role=navigation] li.share {
    padding: 0 1rem; }

section {
  margin: 4rem auto; }

.kv {
  position: relative;
  height: 600px;
  background: url(../images/bg_banner.jpg);
  background-position: center;
  background-size: cover; }
  .kv .container {
    position: relative;
    min-height: 100%; }

.banner-index .img-trust {
  width: 320px;
  height: 241px;
  background-image: url(../images/img_trust.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -160px; }

.banner-index h2 {
  width: 616px;
  height: 107px;
  background-image: url(../images/img_index-title.png);
  background-size: cover;
  text-indent: -5000em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 80px 0 0 -308px; }

.banner-index .desc {
  width: 562px;
  height: 81px;
  background-image: url(../images/img_index-desc.png);
  background-size: cover;
  text-indent: -5000em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 160px 0 0 -281px; }

.banner-index .bear {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 365px;
  height: 500px;
  background: url(../images/img_bear-0.png) top;
  background-size: cover;
  margin-left: -640px; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 94%;
  background: url(../images/owl_nav.png) no-repeat;
  outline: none; }
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    display: none; }

.owl-carousel .owl-nav button.owl-prev {
  background-position: left;
  left: -30px; }

.owl-carousel .owl-nav button.owl-next {
  background-position: right;
  right: -30px; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 5px;
    margin: 0 3px; }
    .owl-carousel .owl-dots button.owl-dot.active {
      background: #9ac532; }

.title {
  color: #009944;
  font-size: 30px;
  text-align: center;
  line-height: 48px;
  margin: 0 0 2rem; }
  .title span {
    min-width: 360px;
    padding: 0 1rem;
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    border-top: 1px solid #009944;
    border-bottom: 1px solid #009944; }
  .title:before, .title:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 60px;
    background-image: url(../images/title_g.png); }
  .title:after {
    background-position: right top; }

.column-list .bx {
  margin-bottom: 10px; }
  .column-list .bx .clbimg {
    padding: 0; }
  .column-list .bx .clbmain {
    color: #ffffff;
    background: #cfcf00;
    padding: 0; }
    .column-list .bx .clbmain .tag {
      border-bottom: 1px solid #fffbc7;
      color: #fffbc7;
      font-size: 20px; }
    .column-list .bx .clbmain p {
      font-size: 30px;
      font-weight: bold; }
    .column-list .bx .clbmain .btns {
      margin-top: 1.5em; }
    .column-list .bx .clbmain a {
      padding: .5em 1.5em;
      border-radius: 1.5em;
      color: #ffffff;
      border: 1px solid #ffffff;
      font-size: 20px; }
    .column-list .bx .clbmain .inner {
      padding: 25% 80px 0 40px; }

.column-list.owl-carousel .owl-nav button.owl-prev,
.column-list.owl-carousel .owl-nav button.owl-next {
  background: url(../images/owl_navw.png) no-repeat; }

.column-list.owl-carousel .owl-nav button.owl-prev {
  background-position: left;
  left: 10px; }

.column-list.owl-carousel .owl-nav button.owl-next {
  background-position: right;
  right: 10px; }

.flow .flow-bar .flow-bar-per {
  height: 6px;
  border-radius: 3px;
  background: #9ac532;
  margin-bottom: 15px; }

.flow .flow-bar .flow-bar-main:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both; }

.flow .flow-bar .flow-bar-main .bx {
  position: relative;
  float: left;
  width: 18%;
  text-align: center;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 1em;
  margin: 0 1%; }
  .flow .flow-bar .flow-bar-main .bx span {
    display: block; }
  .flow .flow-bar .flow-bar-main .bx .step {
    color: #009944;
    font-size: 13px; }
  .flow .flow-bar .flow-bar-main .bx .date {
    color: #333333; }

.flow .flow-bar .flow-bar-main .bx:hover {
  border-color: #009944; }
  .flow .flow-bar .flow-bar-main .bx:hover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #9ac532 transparent transparent transparent;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px; }

.flow .flow-notice {
  margin-top: 2rem; }
  .flow .flow-notice h3 {
    font-size: 24px;
    margin-bottom: 1rem; }
  .flow .flow-notice li {
    margin: 0 0 0.5em 2em; }
  .flow .flow-notice .intro {
    border-right: 2px dotted #cccccc; }
    .flow .flow-notice .intro h3, .flow .flow-notice .intro li {
      color: #009944; }
    .flow .flow-notice .intro span {
      color: #333333; }
  .flow .flow-notice .bulletin h3, .flow .flow-notice .bulletin li {
    color: #009944; }
  .flow .flow-notice .bulletin li {
    list-style-type: square; }
    .flow .flow-notice .bulletin li span.new {
      color: #ffffff;
      background: #9ac532;
      border-radius: 1em;
      font-size: 12px;
      padding: 0.25em 0.75em;
      margin: 0 0.5em; }
    .flow .flow-notice .bulletin li span.more {
      font-size: 0.8em; }
  .flow .flow-notice .bulletin a {
    color: #333333;
    border-bottom: 1px solid #333333; }
    .flow .flow-notice .bulletin a:hover {
      color: #009944;
      border-bottom: 1px solid #009944; }

.coming {
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-weight: 700; }

.index-award .desc {
  text-align: center;
  margin: 0 0 2rem; }

.award-links {
  text-align: center; }
  .award-links a {
    border-bottom: 0;
    color: #ffffff;
    border: 1px solid #009944;
    background: -webkit-gradient(linear, right top, left top, from(#9ac532), to(#009944));
    background: -webkit-linear-gradient(right, #9ac532, #009944);
    background: -o-linear-gradient(right, #9ac532, #009944);
    background: linear-gradient(-90deg, #9ac532, #009944);
    background: -moz-linear-gradient(-90deg, #9ac532, #009944);
    background: -webkit-linear-gradient(-90deg, #9ac532, #009944);
    background: -o-linear-gradient(-90deg, #9ac532, #009944);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: inline-block;
    padding: 0.75em 1.5em;
    margin: 0.5em; }
    .award-links a:hover {
      background: #009944; }

.index-brand .brand-list .bx {
  padding: 10px; }
  .index-brand .brand-list .bx .inner {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    min-height: 100%;
    margin: 0 0 20px; }
  .index-brand .brand-list .bx .blimg {
    width: 100%;
    margin-bottom: 1rem; }
  .index-brand .brand-list .bx h4 {
    padding: 0 1rem;
    font-size: 20px;
    color: #009944;
    margin-bottom: 0.5rem; }
  .index-brand .brand-list .bx p {
    padding: 0 1rem;
    margin-bottom: 1rem; }
    .index-brand .brand-list .bx p .more {
      color: #009944;
      font-size: 0.85em;
      display: inline-block; }
  .index-brand .brand-list .bx .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0; }

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

.ad .pc {
  width: 100%;
  max-width: 970px;
  margin: 0 auto; }

.ad .mb {
  width: 300px;
  margin: 0 auto;
  display: none; }

.tabmenu {
  text-align: center; }
  .tabmenu li {
    list-style-type: none;
    display: inline-block;
    margin: 0.35em 0.25em; }
    .tabmenu li a {
      display: block;
      width: 100%;
      padding: 0.5em 1em;
      color: #ffffff;
      border: 1px solid #009944;
      background: -webkit-gradient(linear, right top, left top, from(#9ac532), to(#009944));
      background: -webkit-linear-gradient(right, #9ac532, #009944);
      background: -o-linear-gradient(right, #9ac532, #009944);
      background: linear-gradient(-90deg, #9ac532, #009944);
      background: -moz-linear-gradient(-90deg, #9ac532, #009944);
      background: -webkit-linear-gradient(-90deg, #9ac532, #009944);
      background: -o-linear-gradient(-90deg, #9ac532, #009944);
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      border-color: #ffffff;
      border-radius: 6px; }
      .tabmenu li a:hover {
        border-color: #9ac532;
        background: #009944;
        color: #ffffff; }

.banner-2 .container {
  background: url(../images/bg_banner-2.png) no-repeat center; }

.banner-2 .tabmenu {
  position: absolute;
  bottom: 160px;
  left: 0;
  width: 100%; }

.banner-2 .bear {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 288px;
  height: 300px;
  background: url(../images/img_bear-5.png) top;
  background-size: cover;
  margin-right: -480px; }

.banner-3 .container {
  background: url(../images/bg_banner-3.png) no-repeat center; }

.banner-4 .container {
  background: url(../images/bg_banner-4.png) no-repeat center; }

.title-s {
  color: #009944;
  font-size: 24px;
  text-align: center;
  margin: 2.5rem 0 1.5rem; }

.tb {
  background: #ffffff;
  border-top: 1px solid #9ac532;
  border-left: 1px solid #9ac532; }
  .tb dt, .tb dd {
    padding: 0.5em 1em;
    border-bottom: 1px solid #9ac532;
    border-right: 1px solid #9ac532;
    display: block; }
    .tb dt span, .tb dd span {
      display: inline-block;
      vertical-align: middle; }
  .tb dt:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle; }
  .tb dd:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle; }
  .tb .th {
    text-align: center;
    margin: 0; }
    .tb .th dt {
      color: #ffffff;
      background: #009944; }
  .tb .td {
    margin: 0; }
    .tb .td dt {
      color: #009944;
      font-weight: bold;
      background: #eee; }

.survey-main p {
  text-align: justify;
  line-height: 1.8;
  margin: 0 auto 1.5rem;
  max-width: 960px; }

.survey-main .tb {
  margin: 0 auto 1.5rem; }

p.notice {
  font-size: 13px;
  margin: 3rem auto; }

span.star {
  color: #e00;
  display: inline-block;
  margin: 0 0.25em; }

.nav-pills .nav-link {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.25em 0.75em; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #009944; }

.nav {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #cccccc; }

.survey-sample p.notice {
  font-size: 15px;
  text-align: center; }
  .survey-sample p.notice span {
    font-size: 13px; }

.survey-sample .tab-pane {
  padding-top: 100px;
  margin-top: -100px; }

.survey-sample .tab-content {
  position: relative;
  z-index: 0;
  min-height: 540px; }
  .survey-sample .tab-content .chartouter {
    width: 50%;
    margin: 1.5rem 0; }
  .survey-sample .tab-content .tab-notice {
    position: absolute;
    left: 50%;
    top: 200px;
    padding: 1.5rem 0; }
    .survey-sample .tab-content .tab-notice h4 {
      color: #009944;
      font-size: 20px; }
    .survey-sample .tab-content .tab-notice dt {
      color: #009944; }

.survey-sample .chart {
  max-width: 960px;
  margin: 3rem auto; }
  .survey-sample .chart .bx {
    padding: 2rem 1rem;
    border-top: 1px dashed #cccccc; }
  .survey-sample .chart h5 {
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    min-height: 3.2em;
    margin-bottom: 1.5em; }
  .survey-sample .chart .chartouter {
    position: relative; }
    .survey-sample .chart .chartouter .chart-notice {
      font-size: 20px;
      color: #009944;
      font-weight: bold;
      text-align: center;
      margin: 1rem 0; }
    .survey-sample .chart .chartouter .notice-middle {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -1rem; }
    .survey-sample .chart .chartouter .chart-more {
      margin: 1rem 0; }
      .survey-sample .chart .chartouter .chart-more li {
        display: inline-block;
        font-size: 13px;
        list-style-type: none;
        padding: 0 0.5em;
        border-left: 1px solid #cccccc;
        margin: 0 0 0.25em; }

.award .tb .td a {
  font-weight: bold;
  border-color: transparent; }
  .award .tb .td a:after {
    content: " »"; }
  .award .tb .td a:hover {
    color: #9ac532;
    border-color: #9ac532; }

#ctg-tag {
  position: relative;
  top: -70px; }

.gift-list .tb {
  margin-top: 30px; }

.gift-list p.notice {
  text-align: center;
  margin: 1.5rem 0; }

#lg .tb .td {
  text-align: center; }

#ld .tb .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#ld .tb .td {
  text-align: center; }

.gift-main .text {
  margin-top: 5em; }
  .gift-main .text .rule {
    margin: 3em 0; }
  .gift-main .text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0.25em; }
  .gift-main .text dt {
    font-weight: normal;
    color: #009944; }
  .gift-main .text dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.gift-main .img img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 470px; }

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 1.5rem auto; }
  .page span {
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page span a {
      border: 1px solid #ddd;
      border-bottom-width: 2px;
      background: #f5f5f5;
      border-radius: 6px;
      padding: 0.5em 0.75em; }
    .page span a:hover {
      background: #fff; }
    .page span a:active {
      position: relative;
      top: 1px;
      border-bottom-width: 1px; }
  .page span.prev {
    text-align: right;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; }
    .page span.prev a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      line-height: 0;
      border-style: solid;
      border-width: 5px 5px 5px 0;
      border-color: transparent #009944 transparent transparent;
      margin-right: 5px; }
  .page span.next {
    text-align: left;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; }
    .page span.next a:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      line-height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #009944;
      margin-left: 5px; }

.ft {
  border-top: 1px solid #009944;
  background: #ffffff;
  padding: 2rem 0; }

.ft-mail {
  text-align: center; }
  .ft-mail a {
    color: #009944;
    border-bottom: 1px solid #009944; }
    .ft-mail a:hover {
      color: #9ac532;
      border-color: #9ac532; }

a.gotop {
  position: fixed;
  right: 0;
  bottom: 4.5rem;
  font-size: 13px;
  color: #333333;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 1em 0.5em 1em 0.75em;
  border: 1px solid #cccccc;
  border-right: 0;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  z-index: 999; }

.flow.index {
  position: relative; }
  .flow.index:after {
    content: "";
    display: block;
    width: 209px;
    height: 320px;
    background: url(../images/img_bear-1.png);
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -50%; }

.flow.survey {
  position: relative; }
  .flow.survey:after {
    content: "";
    display: block;
    width: 220px;
    height: 165px;
    background: url(../images/img_bear-2.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: -20px; }

#ctg-1 {
  position: relative; }
  #ctg-1:after {
    content: "";
    display: block;
    width: 140px;
    height: 298px;
    background: url(../images/img_bear-3.png);
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: -30px; }

.gift-list {
  position: relative; }

.passpage {
  text-align: center; }
  .passpage a {
    margin: 0.5em; }

#commonhealth_footer {
  letter-spacing: 0;
  font-size: 0.9375rem;
  font-size: 15px; }

.commonhealth_footer-channel {
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 0; }

.commonhealth_footer-channel ul {
  margin: 0;
  padding: 0; }

.commonhealth_footer-channel li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 10px; }

.commonhealth_footer-channel li a {
  color: #333;
  text-decoration: none;
  position: relative;
  border-bottom: 0; }

.commonhealth_footer-channel li a:after {
  content: "";
  background-color: #009944;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.commonhealth_footer-channel li a:hover:after {
  width: 100%;
  left: 0; }

.commonhealth_footer-channel li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0; }

.commonhealth_footer-channel a:hover {
  color: #009944; }

.commonhealth_footer-copyright {
  color: #555;
  font-size: 0.875rem;
  font-size: 14px;
  text-align: center;
  margin: 5px 0; }

.commonhealth_footer-channel br, .commonhealth_footer-copyright br {
  display: none; }

@media (max-width: 768px) {
  #commonhealth_footer {
    font-size: 0.875rem;
    font-size: 14px; }
  .commonhealth_footer-channel {
    font-size: 0.875rem;
    font-size: 14px; }
  .commonhealth_footer-channel li {
    padding-right: 5px;
    margin-right: 3px; }
  .commonhealth_footer-channel li:nth-child(5) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0; }
  .commonhealth_footer-copyright {
    font-size: 0.8125rem;
    font-size: 13px;
    line-height: 1.5; }
  .commonhealth_footer-channel br, .commonhealth_footer-copyright br {
    display: inline-block; } }

@media (max-width: 320px) {
  .commonhealth_footer-channel, .commonhealth_footer-copyright {
    font-size: 0.75rem;
    font-size: 12px; } }

@media screen and (max-width: 1024px) {
  .hd h1:after {
    width: 90px;
    height: 51px;
    right: -70px; }
  .hd:before {
    display: none; }
  .hd:after {
    display: none; }
  .column-list .bx .clbmain .tag {
    font-size: 15px; }
  .column-list .bx .clbmain p {
    font-size: 24px; }
  .column-list .bx .clbmain a {
    font-size: 15px; }
  .ad .pc {
    margin-left: 5px; }
  .banner-index .bear {
    width: 300px;
    height: 440px;
    margin-left: -560px; }
  .flow .flow-bar .flow-bar-main .bx .date {
    font-size: 12px; }
  .flow.index:after {
    width: 150px;
    height: 230px;
    bottom: -25%; }
  .flow.survey:after {
    width: 160px;
    height: 120px;
    top: 10px; }
  #ctg-1:after {
    width: 90px;
    height: 192px;
    right: -25px;
    bottom: -100px; }
  .gift-list:after {
    width: 120px;
    height: 167px;
    top: -60px; } }

@media screen and (max-width: 960px) {
  .wrap {
    background-size: 1280px auto;
    background-position: center 280px; }
  .hd {
    min-height: 60px;
    padding: 15px 0 0; }
    .hd h1 {
      width: 200px;
      height: 35px; }
  a.menu-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    display: block;
    width: 30px;
    height: 30px; }
    a.menu-link:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      background: url(../images/menu.png);
      background-size: cover; }
    a.menu-link.active:after {
      background-image: url(../images/menuclose.png); }
  #menu[role=navigation] {
    position: absolute;
    left: 0;
    top: 60px;
    display: block;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    overflow: hidden; }
    #menu[role=navigation].active {
      max-height: 1000px;
      -webkit-transition: max-height 0.5s ease-in;
      -o-transition: max-height 0.5s ease-in;
      transition: max-height 0.5s ease-in; }
    #menu[role=navigation] ul {
      padding: 1rem 0; }
    #menu[role=navigation] li {
      position: relative;
      list-style: none;
      float: none;
      padding: 0;
      margin: 0.5rem 0;
      font-size: 15px; }
      #menu[role=navigation] li span {
        display: inline-block;
        position: relative; }
      #menu[role=navigation] li .line-it-button {
        display: inline-block;
        margin-top: 4px; }
  section {
    margin: 3rem auto; }
  .flow .flow-bar .flow-bar-main .bx .text {
    min-height: 3.2em; }
  .index-award .desc br {
    display: none; }
  .award-links {
    text-align: center; }
    .award-links a {
      padding: 0.6em;
      margin: 0.35em 0.25em; }
  .gift-main .text {
    margin-top: 0; }
    .gift-main .text .rule {
      margin: 2em 0; }
  .column-list .bx .clbmain .inner {
    padding: 20px 40px; }
  .ad .pc {
    display: none; }
  .ad .mb {
    display: block; }
  .survey-main .tb dl:nth-child(5) dt:nth-child(3),
  .survey-main .tb dl:nth-child(5) dd:nth-child(4) {
    display: none; } }

@media screen and (max-width: 768px) {
  .survey-sample .tab-content {
    min-height: 440px; }
    .survey-sample .tab-content .tab-notice {
      top: 100px;
      font-size: 13px; }
  .kv {
    height: 480px; }
  .banner-index .img-trust {
    margin-top: -150px; }
  .banner-index h2 {
    width: 492px;
    height: 85px;
    margin: 80px 0 0 -246px; }
  .banner-index .desc {
    width: 548px;
    height: 70px;
    margin: 140px 0 0 -274px; }
  .banner-index .bear {
    width: 200px;
    height: 327px;
    margin-left: -420px; }
  .banner-2 .tabmenu {
    bottom: 100px; }
  .banner-2 .bear {
    width: 200px;
    height: 200px;
    margin-right: -360px; } }

@media screen and (max-width: 640px) {
  .hd h1 {
    margin-left: -20px; }
  .banner-index .bear {
    display: none; }
  .flow .flow-bar .flow-bar-main .bx {
    padding: 1rem 0; }
    .flow .flow-bar .flow-bar-main .bx span {
      font-size: 13px; }
  .flow .flow-notice .intro {
    border-right: 0;
    border-bottom: 2px dotted #cccccc;
    padding-bottom: 1rem; }
  .flow .flow-notice .bulletin {
    padding-top: 1rem; }
  a.gotop {
    font-size: 12px; }
  .survey-sample .tab-content .chartouter {
    width: 100%; }
  .survey-sample .tab-content .tab-notice {
    position: static;
    padding: 0; }
  .award .tb .th {
    display: none; }
  .award .tb .td dt {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background: #9ac532; }
  .award .tb .td .col-md-3:before {
    color: #ffffff;
    background: #009944;
    display: inline-block;
    text-align: center;
    border-radius: 0.8em;
    margin: 0 0.5em 0 0; }
  .award .tb .td .col-md-3:nth-child(2):before {
    content: "1";
    width: 1.6em;
    height: 1.6em; }
  .award .tb .td .col-md-3:nth-child(3):before {
    content: "2";
    width: 1.6em;
    height: 1.6em; }
  .award .tb .td .col-md-3:nth-child(4):before {
    content: "3";
    width: 1.6em;
    height: 1.6em; }
  .banner-2 .container {
    background-size: 100% auto; }
  .banner-2 .bear {
    display: none; }
  #ctg-1:after {
    right: 5px;
    bottom: -20px; }
  .gift-list .tb .th {
    display: none; } }

@media screen and (max-width: 576px) {
  body {
    font-size: 13px; }
  .hd h1 {
    margin-left: 0; }
  .title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0; }
    .title span {
      min-width: 240px;
      padding: 0 0.25em; }
  .brand-list {
    padding: 0 15px; }
    .brand-list .owl-nav button.owl-prev {
      left: -15px; }
    .brand-list .owl-nav button.owl-next {
      right: -15px; }
  .kv {
    height: 360px; }
  .banner-index .img-trust {
    width: 220px;
    height: 166px;
    margin: -100px 0 0 -110px; }
  .banner-index h2 {
    width: 300px;
    height: 52px;
    margin: 60px 0 0 -150px; }
  .banner-index .desc {
    width: 340px;
    height: 43px;
    margin: 100px 0 0 -170px; }
  .banner-2 .container {
    background-size: 330px auto; }
  .banner-2 .tabmenu {
    bottom: 80px; }
  .banner-3 .container {
    background-size: 300px auto; }
  .banner-4 .container {
    background-size: 300px auto; }
  .flow .flow-bar .flow-bar-main .bx .date {
    margin: 0.5em 0; }
    .flow .flow-bar .flow-bar-main .bx .date em {
      display: block;
      height: 0;
      text-indent: -5000em; }
  .flow .flow-bar .flow-bar-main .bx .text {
    width: 1em;
    min-height: 11em;
    line-height: 1.25;
    margin: auto; }
  .flow .flow-notice h3 {
    font-size: 20px; }
  .flow.index:after {
    width: 100px;
    height: 153px;
    bottom: -10%; }
  .flow.survey:after {
    width: 133px;
    height: 100px;
    top: 20px; }
  .gift-list:after {
    width: 90px;
    height: 126px;
    left: 5px;
    top: -30px; }
  .index-brand .brand-list .bx h4 {
    font-size: 15px; }
  .title-s {
    font-size: 20px; }
  .gift-list p.notice {
    font-size: 12px; } }

@media screen and (max-width: 320px) {
  .title {
    font-size: 17px;
    letter-spacing: 0; }
    .title span {
      min-width: 200px; }
  .page {
    font-size: 12px; } }
