@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: 16px;
  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','新細明體'; }

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: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s; }
  a:hover {
    color: #22ac38;
    border-bottom: 1px solid #22ac38;
    text-decoration: none; }

.btn {
  color: #ffffff;
  background: #009944;
  border-color: #009944;
  padding: .25rem 1rem;
  border-radius: 1rem; }
  .btn:hover {
    color: #ffffff;
    background: #22ac38;
    border-color: #009944; }
  .btn:active {
    position: relative;
    top: 1px; }
  .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.font-light {
  color: #999999; }

.font-hl {
  color: #009944; }

.coming {
  text-align: center;
  font-size: 44px;
  color: #cccccc; }

.wrap {
  scroll-behavior: smooth;
  background: #f3f3f3 url(../images/bg.png) repeat-y center 540px;
  background-size: 100% auto;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 30px; }

.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: url(../images/nav.png) repeat-x bottom;
  -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: 300px;
    height: 36px;
    background: url(../images/logo.png);
    background-size: cover; }
    .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;
    background: -webkit-linear-gradient(315deg, #8bc147 33%, rgba(0, 153, 68, 0.8) 90%);
    background: -o-linear-gradient(315deg, #8bc147 33%, rgba(0, 153, 68, 0.8) 90%);
    background: linear-gradient(135deg, #8bc147 33%, rgba(0, 153, 68, 0.8) 90%);
    border-radius: 18px; }
  #menu[role=navigation] li.share {
    padding: 0 1rem; }

.carousel-item {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .carousel-item a {
    display: block;
    width: 100%;
    height: 460px; }

.carousel-indicators li {
  background: #ffffff; }

.carousel-indicators .active {
  background: #f69226; }

.banner-1 {
  background-image: url(../images/banner-1.jpg); }

.banner-2 {
  background-image: url(../images/banner-2.jpg); }

.banner-3 {
  background-image: url(../images/banner-3.jpg); }

.banner-4 {
  background-image: url(../images/banner-4.jpg); }

section {
  margin: 4rem auto; }

.title {
  color: #009944;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  margin: 0 0 2rem; }
  .title span {
    min-width: 360px;
    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; }

.title-o {
  color: #f69226; }
  .title-o span {
    border-top: 1px solid #f69226;
    border-bottom: 1px solid #f69226; }
  .title-o:before, .title-o:after {
    background-image: url(../images/title_o.png); }

.index-intro .imgbx {
  text-align: center; }
  .index-intro .imgbx img {
    width: 75%; }

.index-intro .textbx {
  padding-top: 2rem; }
  .index-intro .textbx h3 {
    font-size: 24px;
    color: #333333; }
    .index-intro .textbx h3 .trustfont {
      display: inline-block;
      width: 95px;
      height: 44px;
      text-indent: -5000em;
      background: url(../images/font_trust.png);
      background-size: cover;
      vertical-align: bottom;
      margin-right: 0.25em; }
    .index-intro .textbx h3 .block {
      display: block;
      text-indent: 52px;
      margin-top: 10px; }
  .index-intro .textbx p {
    text-align: justify;
    margin: 2em 0 0 52px; }

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

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

.index-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%; }
  .index-flow .flow-bar .flow-bar-main .bx span {
    display: block; }
  .index-flow .flow-bar .flow-bar-main .bx .step {
    color: #f69226;
    font-size: 14px; }
  .index-flow .flow-bar .flow-bar-main .bx .date {
    color: #333333; }

.index-flow .flow-bar .flow-bar-main .bx:hover {
  border-color: #f69226; }
  .index-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: #f6ce58 transparent transparent transparent;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px; }

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

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

.index-award .award-links {
  text-align: center; }
  .index-award .award-links a {
    border-bottom: 0;
    color: #ffffff;
    background: #009944;
    border-radius: 6px;
    display: inline-block;
    padding: 1em 2em;
    margin: 0.5em; }
  .index-award .award-links a:nth-child(2n) {
    background: #f69226; }

.index-brand .brand-list .bx {
  margin-bottom: 30px; }

.index-brand .brand-list .inner {
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  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); }
  .index-brand .brand-list .inner img {
    width: 100%;
    display: block;
    margin-bottom: 1rem; }
  .index-brand .brand-list .inner h4 {
    font-size: 20px;
    color: #009944;
    padding: 0 1rem; }
  .index-brand .brand-list .inner p {
    padding: 0.5rem 1rem; }
    .index-brand .brand-list .inner p .more {
      color: #f69226;
      font-size: 0.85em;
      display: inline-block; }
  .index-brand .brand-list .inner .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0; }

.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;
      background: #ffffff;
      border-style: solid;
      border-width: 1px 1px 1px 5px;
      border-color: #009944; }
      .tabmenu li a:hover {
        background: #009944;
        color: #ffffff; }
  .tabmenu li:nth-child(2n) a {
    color: #f69226;
    border-color: #f69226; }
    .tabmenu li:nth-child(2n) a:hover {
      color: #ffffff;
      background: #f69226; }

.kv {
  position: relative;
  height: 460px;
  background-position: center;
  background-size: cover; }
  .kv h2, .kv .desc {
    display: none; }

.kv.banner-2 .tabmenu {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%; }

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

.tb {
  background: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }
  .tb dt, .tb dd {
    padding: 0.5em 1em;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .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: #333333;
      background: #eee;
      font-weight: normal; }

.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: 14px;
  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; }

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

.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: #f69226; }

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

.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: 16px;
    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: 14px;
        list-style-type: none;
        padding: 0 0.5em;
        border-left: 1px solid #cccccc;
        margin: 0 0 0.25em; }

.award .tb .th dt {
  background: #009944; }

.award .tb .td dt {
  font-weight: bold;
  color: #009944; }

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

.award:nth-child(odd) .tb .th dt {
  background: #f69226; }

.award:nth-child(odd) .tb .td dt {
  color: #f69226; }

.award:nth-child(odd) .tb .td a {
  color: #f69226; }
  .award:nth-child(odd) .tb .td a:hover {
    border-color: #f69226; }

.gift-list .tb .td {
  text-align: center; }

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

.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: 320px; }

.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: #f69226;
    border-bottom: 1px solid #f69226; }

a.gotop {
  position: fixed;
  right: 0;
  bottom: 4.5rem;
  font-size: 14px;
  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; }

#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: #094;
  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: 960px) {
  .wrap {
    padding-top: 60px;
    background-size: 1280px auto;
    background-position: center 280px; }
  .hd {
    min-height: 60px;
    padding: 17px 0 0; }
    .hd h1 {
      width: 200px;
      height: 24px; }
  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: 16px; }
      #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; }
  .index-intro .textbx h3 {
    font-size: 20px; }
    .index-intro .textbx h3 .trustfont {
      width: 79px;
      height: 37px; }
    .index-intro .textbx h3 .block {
      text-indent: 0; }
  .index-intro .textbx p {
    margin: 2em 0 0; }
    .index-intro .textbx p br {
      display: none; }
  .index-flow .flow-bar .flow-bar-main .bx .text {
    min-height: 3.2em; }
  .index-award .desc br {
    display: none; }
  .index-award .award-links {
    text-align: center; }
    .index-award .award-links a {
      padding: 1em;
      margin: 0.35em 0.25em; }
  .gift-main .text {
    margin-top: 0; }
    .gift-main .text .rule {
      margin: 2em 0; } }

@media screen and (max-width: 768px) {
  .survey-sample .tab-content {
    min-height: 440px; }
    .survey-sample .tab-content .tab-notice {
      top: 100px;
      font-size: 14px; } }

@media screen and (max-width: 640px) {
  .hd h1 {
    margin-left: -20px; }
  .kv,
  .carousel-item {
    height: 400px; }
  .banner-1 {
    background-image: url(../images/banner-1_m.jpg); }
  .banner-2 {
    background-image: url(../images/banner-2_m.jpg); }
  .banner-3 {
    background-image: url(../images/banner-3_m.jpg); }
  .banner-4 {
    background-image: url(../images/banner-4_m.jpg); }
  .index-flow .flow-bar .flow-bar-main .bx {
    padding: 1rem 0; }
    .index-flow .flow-bar .flow-bar-main .bx span {
      font-size: 14px; }
  .index-flow .flow-notice .intro {
    border-right: 0; }
  a.gotop {
    font-size: 12px; }
  .survey-sample .tab-content .chartouter {
    width: 100%; }
  .survey-sample .tab-content .tab-notice {
    position: static;
    padding: 0; } }

@media screen and (max-width: 576px) {
  body {
    font-size: 14px; }
  .hd h1 {
    margin-left: 0; }
  .title {
    font-size: 24px;
    letter-spacing: 0; }
    .title span {
      min-width: 260px; }
  .index-intro .textbx h3 {
    font-size: 16px;
    text-align: center; }
    .index-intro .textbx h3 .trustfont {
      width: 63px;
      height: 29px; }
  .index-intro .textbx p {
    margin: 2em 0 0; }
    .index-intro .textbx p br {
      display: none; }
  .index-flow .flow-bar .flow-bar-main .bx .text {
    width: 1em;
    min-height: 10em;
    line-height: 1.25;
    margin: auto; }
  .index-flow .flow-notice h3 {
    font-size: 20px; }
  .index-award .award-links a {
    padding: 0.6em; }
  .index-brand .brand-list .bx {
    margin-bottom: 15px; }
  .index-brand .brand-list .inner h4 {
    font-size: 16px; }
  .title-s {
    font-size: 20px; }
  .award .tb .th {
    display: none; }
  .award .tb .td dt {
    text-align: center;
    font-size: 16px; }
  .award .tb .td .col-sm-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-sm-3:nth-child(2):before {
    content: "1";
    width: 1.6em;
    height: 1.6em; }
  .award .tb .td .col-sm-3:nth-child(3):before {
    content: "2";
    width: 1.6em;
    height: 1.6em; }
  .award .tb .td .col-sm-3:nth-child(4):before {
    content: "3";
    width: 1.6em;
    height: 1.6em; }
  .award:nth-child(odd) .tb .td .col-sm-3:before {
    background: #f69226; }
  .gift-list p.notice {
    font-size: 12px; } }

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