@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input,
select,
textarea {
  font: inherit;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

.container {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 27px;
  }

  .hidden-sp {
    display: none !important;
  }
}
header {
  padding-bottom: 15px;
  background-color: #fff;
}
header .menu-icon {
  display: block;
  width: 25px;
  height: 21px;
  position: absolute;
  z-index: 1200;
  right: 20px;
  top: 25px;
}
header .menu-icon.open {
  position: fixed;
}
header .menu-icon.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
header .menu-icon.open span:nth-child(2) {
  opacity: 0;
}
header .menu-icon.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header .menu-icon span {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-icon span:last-child {
  margin-bottom: 0;
}
header .menu-icon span:nth-child(2) {
  opacity: 1;
}
header .red-line {
  display: block;
  height: 6px;
  background-color: #e60012;
}
header .group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .group-logo .logo {
  display: inline-block;
  margin-right: 50px;
}
header .group-logo .logo-text {
  display: inline-block;
}
header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
header .menu li {
  margin: 0 15px;
  display: inline-block;
}
header .menu li a {
  font-size: 17px;
  padding: 5px;
  line-height: 38px;
}
header .menu li a:hover, header .menu li a.active {
  color: #888;
  opacity: 1;
}

footer {
  display: block;
  background-color: #000;
}
footer .container {
  position: relative;
  height: 100%;
  display: block;
}
footer .menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .menu-footer li {
  display: inline-block;
  margin-right: 28px;
}
footer .menu-footer li a {
  font-size: 14px;
  color: #fff;
}
footer .copyright {
  font-size: 14px;
  color: #fff;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  background: url("../img/bg.png") right bottom no-repeat;
  background-size: 819px 752px;
}

.fw-normal {
  font-weight: normal !important;
}

.mr-bt-0 {
  margin-bottom: 0 !important;
}

.pd-top-bottom-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.banner-top {
  position: relative;
}

.box-news {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 35px;
  background-color: rgba(0, 0, 0, 0.67);
}
.box-news .title {
  display: inline-block;
  padding-right: 30px;
}
.box-news .title img {
  vertical-align: middle;
}
.box-news .list-news {
  position: relative;
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box-news .list-news:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.3);
}
.box-news .list-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.box-news .list-news .news-item:last-child {
  margin-bottom: 0;
}
.box-news .list-news .news-item a {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}
.box-news .list-news .news-item a.date {
  margin-right: 22px;
}
.box-news .list-news .news-item a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
}

.group-anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 40px;
  border: 1px dashed #000;
  margin: 50px 0;
}
.group-anchor-links .text {
  display: inline-block;
  font-size: 16px;
  line-height: 36px !important;
  color: #000;
}
.group-anchor-links .list-anchor {
  display: block;
  width: 100%;
}
.group-anchor-links .list-anchor ul {
  display: block;
  width: 100%;
  padding-left: 45px;
}
.group-anchor-links .list-anchor ul li {
  display: block;
  text-align: left;
}
.group-anchor-links .list-anchor ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  color: #009699;
  text-decoration: underline;
}

.group-nav {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group-nav .nav-list-item {
  width: 100%;
  max-width: 420px;
  margin-bottom: 50px;
}
.group-nav .nav-list-item:last-child {
  margin-bottom: 0;
}
.group-nav .nav-list-item.list-expand a:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
  height: 13px;
  background: url("../img/arrow_right.png") no-repeat;
  background-size: 100% 100%;
}
.group-nav .nav-list-item .title-nav {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 4px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.group-nav .nav-list-item a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  position: relative;
}
.group-nav .nav-list-item span {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
}
.group-nav .nav-list-item li {
  display: block;
}
.group-nav .nav-list-item > ul > li > ul > li a {
  padding-left: 34px;
}

.list-text {
  display: block;
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #ddd;
}
.list-text.no-pd {
  padding: 0 !important;
}
.list-text.no-border {
  border: none;
  margin: 0;
}
.list-text ul {
  display: block;
}
.list-text ul li {
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.list-text ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
.list-text ol {
  display: block;
  padding-left: 20px;
}
.list-text ol li {
  padding-left: 10px;
  position: relative;
  list-style: decimal;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

ul.list-style1 {
  display: block;
}
ul.list-style1 > li {
  display: block;
  position: relative;
  padding-left: 20px;
}
ul.list-style1 > li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
}
ul.list-style2 {
  display: block;
  padding-left: 20px;
}
ul.list-style2 li {
  list-style-type: disc;
}

.list-group-box-img {
  display: block;
}
.list-group-box-img.style-pink .group-box-item .group-title .title1 {
  color: #db4c81;
}
.list-group-box-img.style-violet .group-box-item .group-title .title1 {
  color: #ab73c2;
}
.list-group-box-img .group-box-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #db4c81;
}
.list-group-box-img .group-box-item .img-title {
  width: 123px;
  margin-right: 30px;
}
.list-group-box-img .group-box-item .group-title {
  display: block;
  width: 100%;
  max-width: 450px;
}
.list-group-box-img .group-box-item .group-title .title1 {
  color: #db4c81;
  font-size: 16px;
  font-weight: bold;
}
.list-group-box-img .group-box-item .group-title .title1 span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.list-group-box-img .group-box-item .group-title .title2 {
  display: block;
  position: relative;
  font-size: 26px !important;
  line-height: 30px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #000;
}
.list-group-box-img .group-box-item .group-title .title2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: url("../img/byokininattara/bg-dot.png") repeat-x;
  background-size: 5px 1.5px;
}
.list-group-box-img .group-box-item .group-desc {
  display: block;
  margin-top: 35px;
  width: 100%;
  max-width: 600px;
}
.list-group-box-img .group-box-item .group-desc p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
.list-group-box-img .group-box-item .group-desc img {
  right: 45px;
  top: 35px;
  position: absolute;
}

.img-table {
  display: block;
  margin: 20px 0;
}

.tb-responsive {
  display: block;
  margin: 20px 0;
  overflow-x: auto;
}
.tb-responsive.style1 {
  border-color: #4daeae;
}
.tb-responsive.style1 td,
.tb-responsive.style1 th {
  border-color: #4daeae;
}
.tb-responsive.style1 td:nth-child(1),
.tb-responsive.style1 th:nth-child(1) {
  width: 180px;
  background-color: #eff8f8;
  color: #3b9494;
}
.tb-responsive.style1 td {
  background-color: #fff;
  padding-left: 20px;
}
.tb-responsive.style2 {
  border-color: #b6dffd;
}
.tb-responsive.style2 td,
.tb-responsive.style2 th {
  border-color: #b6dffd;
}
.tb-responsive.style2 td:nth-child(1),
.tb-responsive.style2 th:nth-child(1) {
  width: auto;
}
.tb-responsive.style2 td:nth-child(2),
.tb-responsive.style2 th:nth-child(2) {
  width: 150px;
  text-align: center;
  font-weight: bold;
  background-color: #45a8f5;
}
.tb-responsive.style2 td:nth-child(3),
.tb-responsive.style2 th:nth-child(3) {
  width: 300px;
}
.tb-responsive.style2 th {
  background-color: #45a8f5;
  font-weight: bold;
  text-align: center;
}
.tb-responsive.style2 td {
  background-color: #eaf8fd;
}
.tb-responsive.style3 {
  border-color: #b6dffd;
}
.tb-responsive.style3 td,
.tb-responsive.style3 th {
  border-color: #b6dffd;
}
.tb-responsive.style3 td:nth-child(1),
.tb-responsive.style3 th:nth-child(1) {
  width: 200px;
  font-weight: bold;
  background-color: #45a8f5;
}
.tb-responsive.style3 td:nth-child(2),
.tb-responsive.style3 th:nth-child(2) {
  width: auto;
  background-color: #eaf8fd;
}
.tb-responsive.style3 th {
  background-color: #45a8f5;
  text-align: center;
}
.tb-responsive.style4 {
  border-color: #b6dffd;
}
.tb-responsive.style4 td,
.tb-responsive.style4 th {
  border-color: #b6dffd;
  background-color: #eaf8fd;
}
.tb-responsive.style4 td:nth-child(1),
.tb-responsive.style4 th:nth-child(1) {
  width: 60px;
  text-align: center;
}
.tb-responsive.style4 td:nth-child(2),
.tb-responsive.style4 th:nth-child(2) {
  width: 120px;
}
.tb-responsive.style4 td:nth-child(3),
.tb-responsive.style4 th:nth-child(3) {
  width: auto;
}
.tb-responsive.style4 th {
  background-color: #45a8f5;
  text-align: center;
}
.tb-responsive.style5 {
  border-color: #b6dffd;
}
.tb-responsive.style5 table {
  max-width: 500px;
}
.tb-responsive.style5 td,
.tb-responsive.style5 th {
  border-color: #b6dffd;
}
.tb-responsive.style5 td:nth-child(1),
.tb-responsive.style5 th:nth-child(1) {
  width: 200px;
  font-weight: bold;
  background-color: #45a8f5;
}
.tb-responsive.style5 td:nth-child(2),
.tb-responsive.style5 th:nth-child(2) {
  width: auto;
  background-color: #eaf8fd;
}
.tb-responsive.style5 th {
  background-color: #45a8f5;
  text-align: center;
}
.tb-responsive table {
  border-collapse: collapse;
  width: 100%;
}
.tb-responsive table td,
.tb-responsive table th {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 30px;
}
.tb-responsive table td:nth-child(1),
.tb-responsive table th:nth-child(1) {
  width: 200px;
}
.tb-responsive table td:nth-child(2),
.tb-responsive table th:nth-child(2) {
  width: auto;
}
.tb-responsive table td:nth-child(3),
.tb-responsive table th:nth-child(3) {
  width: 240px;
}

.quick-menu {
  width: 100%;
  display: block;
  margin-top: 15px;
  padding: 7px;
  background-color: #f6f6f6;
}
.quick-menu .wrapper-bt-link {
  margin: 0;
}
.quick-menu .wrapper-bt-link .group-bt-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick-menu .wrapper-bt-link .group-bt-link a {
  height: auto;
  width: auto;
  background: none;
  display: inline-block;
  margin: 0 16px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #009699;
}

.wrapper-bt-link {
  width: 100%;
  display: block;
  margin-top: 60px;
}

.group-bt-link {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 0;
  margin-bottom: 0;
}

.group-bt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.group-bt-link.group-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-bt-link .bt-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 76px;
  line-height: 28px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 14px);
  margin: 7px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
}
.group-bt-link .bt-link.bt-link-big {
  width: 600px;
}
.group-bt-link .bt-link.active {
  background-color: #000;
  color: #fff;
}
.group-bt-link .bt-link.bt-expand {
  height: 40px;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.group-bt-link .bt-link.bt-expand img {
  margin-left: 5px;
  display: inline-block;
  width: 11px;
}

.group-text-img {
  position: relative;
}
.group-text-img img {
  position: absolute;
  right: 0;
  top: 0;
}
.group-text-img.img-center img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bt-top-wrapper {
  display: block;
  position: relative;
  height: 56px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.bt-top-wrapper .bt-top {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background: url("../img/bt-top.png") no-repeat;
  background-size: 100% 100%;
}

.underconstruct-page {
  min-height: 100vh;
  overflow: hidden;
}
.underconstruct-page main {
  position: relative;
  height: calc(100vh - 326px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.underconstruct-page main .text-underconstruct {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}

/* begin kenkohealth food page */
.c-blue {
  color: #004ea2 !important;
}

.c-cyan {
  color: #00a0e9 !important;
}

.c-pink {
  color: #ba245c !important;
}

.c-pink2 {
  color: #db4c81 !important;
}

.c-red {
  color: #e60012 !important;
}

.c-yellow {
  color: #fcc800 !important;
}

.food-container .bt-top-wrapper {
  margin-top: 15px;
}
.food-container.wellness-content .c-text1 {
  color: #000;
}
.food-container.wellness-content .group-food-info {
  width: 100%;
}
.food-container.wellness-content .group-food-info .tab-info .title-line {
  margin-bottom: 40px !important;
}
.food-container.wellness-content .group-food-info .tab-info .group-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.food-container.wellness-content .group-food-info .tab-info .group-video .img-contain {
  display: inline-block;
}
.food-container.wellness-content .group-food-info .tab-info .group-video .video-text {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.food-container.wellness-content .group-food-info .tab-info .group-text-img {
  position: relative;
  margin-bottom: 130px;
}
.food-container.wellness-content .group-food-info .tab-info .group-text-img .text-pd {
  display: block;
  padding-left: 20px;
}
.food-container.wellness-content .group-food-info .tab-info .group-text-img img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.food-container.wellness-content .group-food-info .tab-info .text-img {
  display: block;
  margin-bottom: 35px;
}
.food-container.wellness-content .group-food-info .tab-info .title-line {
  margin-bottom: 30px;
}
.food-container.health_plan-content .group-text-img {
  margin: 40px 0;
  margin-bottom: 125px;
}
.food-container.health_plan-content .c-text2 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 45px;
}
.food-container.health_plan-content .img-head {
  display: block;
  text-align: center;
  margin: 50px auto;
}
.food-container.health_plan-content .img-head img {
  display: inline-block;
}
.food-container .c-text1 {
  display: block;
  width: 100%;
  margin: 70px 0;
  margin-bottom: 80px;
  color: #004ea2;
  font-size: 18px;
  line-height: 48px;
  padding-bottom: 75px;
  position: relative;
}
.food-container .c-text1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: url("../img/byokininattara/bg-dot.png") repeat-x;
  background-size: 5px 1.5px;
}
.food-container.style-blue .group-anchor-links .list-anchor a {
  color: #004ea2;
}
.food-container.style-blue .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .head-title span {
  color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .tab-info .title-line {
  color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .tab-info .title-line:before {
  background-color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #004ea2;
  color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #004ea2;
}
.food-container.style-blue .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #004ea2;
}
.food-container.style-yellow .group-anchor-links .list-anchor a {
  color: #fcc800;
}
.food-container.style-yellow .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #fcc800;
}
.food-container.style-yellow .food-content .group-food-info .head-title span {
  color: #fcc800;
}
.food-container.style-yellow .food-content .group-food-info .tab-info .title-line {
  color: #000;
}
.food-container.style-yellow .food-content .group-food-info .tab-info .title-line:before {
  background-color: #fcc800;
}
.food-container.style-yellow .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #fcc800;
  color: #fcc800;
}
.food-container.style-yellow .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #fcc800;
}
.food-container.style-yellow .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #fcc800;
}
.food-container.style-pink .group-anchor-links .list-anchor a {
  color: #ba245c;
}
.food-container.style-pink .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .group-tab .tab-item {
  border-color: #ba245c;
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .group-tab .tab-item.active {
  background-color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .group-tab .tab-item.active:before {
  background-image: url("../img/arrow-down-pink.png");
}
.food-container.style-pink .c-text1 {
  color: #ba245c;
}
.food-container.style-pink .c-text1.text-left {
  text-align: left;
}
.food-container.style-pink .c-text1 .list-text {
  padding: 0 20px;
}
.food-container.style-pink .c-text1 .list-text ul li {
  color: #ba245c;
}
.food-container.style-pink .c-text1 .list-text ul li:before {
  background-color: #ba245c;
}
.food-container.style-pink .list-text {
  padding: 20px 0;
  padding-bottom: 0;
}
.food-container.style-pink .list-text ul li {
  text-align: left;
  font-weight: normal;
}
.food-container.style-pink .list-text ul > li ul li:before {
  background-color: #fff;
  border: 1px solid #000;
}
.food-container.style-pink .food-content .group-food-info .head-title span {
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .tab-info .title-line {
  margin-top: 30px;
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .tab-info .title-line:first-child {
  margin-top: 0;
}
.food-container.style-pink .food-content .group-food-info .tab-info .title-line:before {
  background-color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #ba245c;
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #ba245c;
}
.food-container.style-pink .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #ba245c;
}
.food-container.style-cyan .group-anchor-links .list-anchor a {
  color: #00a0e9;
}
.food-container.style-cyan .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #00a0e9;
}
.food-container.style-cyan .c-text1 {
  color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .head-title span {
  color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .tab-info .title-line {
  color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .tab-info .title-line:before {
  background-color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #00a0e9;
  color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #00a0e9;
}
.food-container.style-cyan .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #00a0e9;
}
.food-container.style-red .group-anchor-links .list-anchor a {
  color: #e60012;
}
.food-container.style-red .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #e60012;
}
.food-container.style-red .c-text1 {
  color: #000;
}
.food-container.style-red .food-content .group-food-info .head-title span {
  color: #e60012;
}
.food-container.style-red .food-content .group-food-info .tab-info .title-line {
  color: #e60012;
}
.food-container.style-red .food-content .group-food-info .tab-info .title-line:before {
  background-color: #e60012;
}
.food-container.style-red .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #e60012;
  color: #e60012;
}
.food-container.style-red .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #e60012;
}
.food-container.style-red .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #e60012;
}
.food-container.style-green .group-anchor-links .list-anchor a {
  color: #3b9494;
}
.food-container.style-green .quick-menu .wrapper-bt-link .group-bt-link a.active {
  color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .head-title span {
  color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .tab-info .title-line {
  color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .tab-info .title-line:before {
  background-color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .tab-info .box-item .box-title {
  border-color: #288c3a;
  color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #288c3a;
}
.food-container.style-green .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  color: #288c3a;
}
.food-container .food-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.food-container .food-content .group-food-info {
  width: 100%;
  display: block;
  margin-top: 45px;
}
.food-container .food-content .group-food-info .head-title {
  display: block;
  margin-bottom: 35px;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: normal;
}
.food-container .food-content .group-food-info .head-title span {
  display: block;
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
  color: #288989;
}
.food-container .food-content .group-food-info .group-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.food-container .food-content .group-food-info .group-tab.tab-3-items {
  margin-left: -9px;
  margin-right: -9px;
}
.food-container .food-content .group-food-info .group-tab.tab-3-items .tab-item {
  margin: 0 9px;
  width: calc(33.333% - 18px);
}
.food-container .food-content .group-food-info .group-tab .tab-item {
  display: inline-block;
  text-align: center;
  border: 1px solid #009699;
  color: #009699;
  width: calc(50% - 20px);
  margin: 0 10px;
  height: 70px;
  position: relative;
  font-size: 18px;
  line-height: 70px;
}
.food-container .food-content .group-food-info .group-tab .tab-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  width: 28px;
  height: 16px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.food-container .food-content .group-food-info .group-tab .tab-item.active {
  background-color: #009699;
  color: #fff;
  cursor: default;
  opacity: 1 !important;
}
.food-container .food-content .group-food-info .group-tab .tab-item.active:before {
  opacity: 1;
}
.food-container .food-content .group-food-info .tab-info {
  display: block;
}
.food-container .food-content .group-food-info .tab-info .title-line {
  display: block;
  position: relative;
  font-size: 28px;
  color: #3b9494;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.food-container .food-content .group-food-info .tab-info .title-line:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #3b9494;
}
.food-container .food-content .group-food-info .tab-info p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.food-container .food-content .group-food-info .tab-info .box-item {
  display: block;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-title {
  display: block;
  padding: 0 40px;
  margin: 50px 0;
  margin-bottom: 40px;
  height: 58px;
  line-height: 58px;
  text-align: left;
  border: 1px solid #009699;
  border-radius: 29px;
  font-size: 22px;
  color: #3b9494;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-title.box-title-expand {
  position: relative;
  cursor: pointer;
  margin-top: 35px;
  margin-bottom: 0;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-title.box-title-expand:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("../img/icon_plus2.png");
  background-size: 100% 100%;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-title.box-title-expand.active:before {
  background-image: url("../img/icon_minus.png");
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc {
  display: block;
  word-break: break-all;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc.box-desc2 {
  display: none;
  padding-top: 30px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc.lead-sentence .list-text {
  padding: 0 20px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc p a {
  color: #3b9494;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number {
  display: block;
  margin-bottom: 25px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number .no-padding {
  padding-left: 0 !important;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
  display: block;
  font-size: 18px;
  color: #3b9494;
  position: relative;
  padding-left: 35px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number2 {
  display: block;
  position: relative;
  font-size: 16px;
  padding-left: 17px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number2 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain {
  display: block;
  margin: 45px 0;
  text-align: center;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper {
  display: inline-block;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper .caption {
  display: block;
  text-align: right;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper .caption p {
  position: relative;
  padding-left: 50px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  display: inline-block;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper .caption p:before {
  content: '出典:';
  font-size: inherit;
  color: inherit;
  top: 0;
  left: 0;
  position: absolute;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  text-align: left;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right img {
  max-width: 541px;
}
.food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain img {
  display: inline-block;
}

/* end kenkohealth food page */
/* begin health page */
.main-kv {
  margin: 0 auto;
  max-width: 1000px;
}

.group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group-info .desc {
  display: inline-block;
  margin-top: 150px;
  font-size: 18px;
  line-height: 48px;
  color: #288989;
}

/* end health page */
/* begin top page */
.banner-kv {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 694px;
  background: url("../img/banner.jpg") no-repeat;
  background-size: cover;
}

/* end top page */
@media screen and (min-width: 768px) {
  footer {
    height: 87px;
  }
  footer .menu-footer {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .copyright {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1000px) {
  a,
  .hover {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover,
  .hover:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  html.fixed,
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  .group-anchor-links {
    display: block;
    margin: 25px 0;
    padding: 20px;
  }
  .group-anchor-links .text {
    display: block;
    font-size: 11px;
    line-height: 18px !important;
    margin-bottom: 5px;
  }
  .group-anchor-links .list-anchor ul {
    padding-left: 0;
  }
  .group-anchor-links .list-anchor ul li a {
    font-size: 11px;
    line-height: 26px;
  }

  .quick-menu {
    position: relative;
    z-index: 2000;
    width: 100%;
    display: block;
    margin-top: 12px;
    padding: 0;
  }
  .quick-menu .submenu-open {
    display: block;
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f6f6f6;
    position: relative;
  }
  .quick-menu .submenu-open:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../img/icon_open.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .quick-menu .submenu-open.expand:before {
    background-image: url("../img/icon_close.png");
  }
  .quick-menu .wrapper-bt-link {
    display: block;
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    padding-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
  }
  .quick-menu .wrapper-bt-link.active {
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s;
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
  }
  .quick-menu .wrapper-bt-link.active .group-bt-link {
    -webkit-transition: opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    transition: opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    transition: transform 0.5s 0.3s ease, opacity 0.3s 0.3s ease;
    transition: transform 0.5s 0.3s ease, opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  .quick-menu .wrapper-bt-link .group-bt-link {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.3s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  .quick-menu .wrapper-bt-link .group-bt-link a {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 50px;
    border: 1px solid #000;
  }
  .quick-menu .wrapper-bt-link .group-bt-link a.active {
    color: #fff;
    background-color: #000;
  }

  .wrapper-bt-link {
    padding: 0 13px;
    margin-top: 5px;
  }

  .group-bt-link {
    margin: 0;
    margin-top: 10px;
  }

  .underconstruct-page {
    background-size: auto 400px;
  }
  .underconstruct-page main {
    height: calc(100vh - 334px);
  }
  .underconstruct-page main .text-underconstruct {
    font-size: 21px;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }

  .food-container {
    margin-top: 0;
    padding: 0 15px;
  }
  .food-container.style-pink .c-text1 .list-text {
    padding: 0 15px;
  }
  .food-container.style-pink .list-text {
    padding: 10px 0;
    padding-bottom: 0;
  }
  .food-container.style-pink .food-content .group-food-info .tab-info .title-line {
    margin-top: 20px;
  }
  .food-container.health_plan-content .food-content .group-food-info .tab-info .box-item .box-title {
    height: auto;
    padding: 5.5px 15px;
    line-height: 21px;
  }
  .food-container.health_plan-content .food-content .group-food-info .tab-info .box-item .img-circle {
    margin: 25px 0;
    margin-bottom: 50px;
  }
  .food-container.health_plan-content .group-text-img {
    padding: 0 14px;
    margin-bottom: 60px;
    padding-right: 48%;
  }
  .food-container.health_plan-content .group-text-img img {
    right: 14px;
    width: 38%;
  }
  .food-container.health_plan-content .c-text2 {
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin: 25px 0;
    margin-bottom: 22px;
  }
  .food-container.health_plan-content .img-head {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .food-container.health_plan-content .img-head img {
    display: block;
  }
  .food-container.health-insurance-content .food-content .group-food-info .tab-info .box-item .box-desc {
    padding: 0 12px;
  }
  .food-container.health-insurance-content .food-content .group-food-info .tab-info .box-item .box-desc .img-contain .img-connection {
    display: block;
  }
  .food-container.know-illness-content .food-content .group-food-info .tab-info .box-item .box-desc .img-contain .img-people {
    width: 337px;
    margin: 35px 0;
  }
  .food-container.know-illness-content .food-content .group-food-info .tab-info .box-item .box-desc .img-contain .img-graph {
    width: 293px;
    margin: 20px 0;
    margin-bottom: 30px;
    display: inline-block;
  }
  .food-container.wellness-content .group-food-info .tab-info .group-video {
    margin-top: 35px;
    padding: 0 13px;
  }
  .food-container.wellness-content .group-food-info .tab-info .group-video .video-text {
    margin-top: 10px;
  }
  .food-container.wellness-content .group-food-info .tab-info .group-text-img {
    margin-bottom: 30px;
  }
  .food-container.wellness-content .group-food-info .tab-info .group-text-img .text-pd {
    padding-left: 10px;
  }
  .food-container.wellness-content .group-food-info .tab-info .group-text-img img {
    display: block;
    margin: 20px auto;
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 0;
  }
  .food-container.wellness-content .group-food-info .tab-info img.img-jal {
    width: 207px !important;
  }
  .food-container.wellness-content .group-food-info .tab-info .text-img {
    margin-bottom: 22px;
    margin-top: 25px;
  }
  .food-container.wellness-content .group-food-info .tab-info .text-img.text1 {
    width: 150px;
  }
  .food-container.wellness-content .group-food-info .tab-info .text-img.text2 {
    width: 110px;
  }
  .food-container.woman-health .food-content .group-food-info .tab-info {
    margin-bottom: 40px;
  }
  .food-container.woman-health .food-content .group-food-info .tab-info .box-item .box-desc .img-contain {
    margin: 22px 0;
    margin-bottom: 32px;
  }
  .food-container .c-text1 {
    text-align: center;
    margin: 0;
    margin-top: 25px;
    font-size: 14px;
    line-height: 34px;
    padding-bottom: 22px;
  }
  .food-container .food-content .group-food-info {
    margin-top: -5px;
  }
  .food-container .food-content .group-food-info .head-title {
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .food-container .food-content .group-food-info .head-title span {
    margin-top: 0;
    font-size: 11px;
  }
  .food-container .food-content .group-food-info .group-tab {
    margin-bottom: 32px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .food-container .food-content .group-food-info .group-tab.tab-3-items {
    margin-left: -2px;
    margin-right: -2px;
  }
  .food-container .food-content .group-food-info .group-tab.tab-3-items .tab-item {
    margin: 0 2px;
    width: calc(33.333% - 4px);
  }
  .food-container .food-content .group-food-info .group-tab .tab-item {
    font-size: 12px;
    height: auto;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 10px;
    margin: 0 2px;
    width: calc(50% - 4px);
  }
  .food-container .food-content .group-food-info .group-tab .tab-item:before {
    width: 17px;
    height: 10px;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
  }
  .food-container .food-content .group-food-info .tab-info {
    display: block;
  }
  .food-container .food-content .group-food-info .tab-info .title-line {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }
  .food-container .food-content .group-food-info .tab-info .title-line:before {
    width: 20px;
    height: 2.5px;
  }
  .food-container .food-content .group-food-info .tab-info p {
    font-size: 11px;
    line-height: 18px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-title {
    font-size: 14px;
    padding: 4px 18px;
    height: auto;
    line-height: 1.6;
    margin: 27px 0;
    margin-bottom: 15px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-title.box-title-expand {
    margin-top: 27px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-title.box-title-expand:before {
    width: 15px;
    height: 15px;
    right: 15px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc.box-desc2 {
    padding-top: 20px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc.lead-sentence .list-text {
    padding: 0 15px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper .caption {
    padding: 5px 0;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.caption-right .caption-wrapper .caption p {
    padding-left: 30px;
    font-size: 11px;
    line-height: 18px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right {
    display: block;
    margin: 15px 0;
    text-align: center;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right p {
    padding-right: 0;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain.img-right img {
    max-width: 100%;
    width: auto;
    display: inline-block;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain img {
    margin: 20px 0;
    display: block;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number {
    font-size: 12px;
    padding-left: 20px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .text-number span.number2 {
    font-size: 11px;
    padding-left: 12px;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain {
    margin: 10px 0;
  }
  .food-container .food-content .group-food-info .tab-info .box-item .box-desc .img-contain img {
    margin: 0;
    display: block;
    width: 100%;
  }

  /*begin top page*/
  .banner-kv {
    height: 372px;
    background: url("../img/banner_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }

  /*end top page*/
  .bt-top-wrapper {
    height: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .bt-top-wrapper .bt-top {
    width: 35px;
    height: 35px;
  }

  header {
    padding-bottom: 5px;
  }
  header .red-line {
    height: 4px;
  }
  header .group-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .group-logo .logo {
    width: 115px;
    margin-right: 0;
  }
  header .group-logo .logo-text {
    margin-top: 22px;
    width: 84.66%;
  }
  header .menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s;
  }
  header .menu-wrapper.open {
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
    transition: opacity 0.4s 0s, visibility 0s 0s;
    pointer-events: unset;
    visibility: visible;
    opacity: 1;
  }
  header .menu-wrapper.open .menu {
    -webkit-transition: opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    transition: opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    transition: transform 0.5s 0.3s ease, opacity 0.3s 0.3s ease;
    transition: transform 0.5s 0.3s ease, opacity 0.3s 0.3s ease, -webkit-transform 0.5s 0.3s ease;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  header .menu {
    padding: 20px 0;
    padding-top: 50px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.3s 0s ease;
    transition: transform 0.4s 0s ease, opacity 0.3s 0s ease, -webkit-transform 0.4s 0s ease;
  }
  header .menu li {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }

  footer {
    height: auto;
    padding: 25px 0;
    padding-bottom: 30px;
  }
  footer .menu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .menu-footer li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .menu-footer li a {
    font-size: 12px;
  }
  footer .copyright {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
  }

  .group-bt-link {
    display: block;
    margin: 0;
  }
  .group-bt-link .bt-link {
    width: 100%;
    height: 50px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .group-bt-link .bt-link.bt-link-big {
    width: 100%;
  }

  .list-text {
    padding: 15px;
    border: 1px solid #ddd;
  }
  .list-text ul li {
    padding-left: 15px;
    font-size: 11px;
    line-height: 18px;
  }
  .list-text ul li:before {
    width: 5px;
    height: 5px;
    top: 6px;
    left: 0;
  }
  .list-text ol {
    padding-left: 15px;
  }
  .list-text ol li {
    padding-left: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  ul.list-style1 > li {
    padding-left: 15px;
  }
  ul.list-style1 > li:before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
  ul.list-style2 {
    padding-left: 10px;
  }

  .box-news {
    display: block;
    padding: 28px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .box-news .title {
    display: block;
  }
  .box-news .list-news {
    padding-left: 0;
    margin-top: 15px;
  }
  .box-news .list-news:before {
    display: none;
  }
  .box-news .list-news .news-item {
    position: relative;
    margin-bottom: 10px;
    padding-right: 25px;
  }
  .box-news .list-news .news-item:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 11px;
    height: 6px;
    background: url("../img/arrow_down.png") no-repeat;
    background-size: 100% 100%;
  }
  .box-news .list-news .news-item a {
    font-size: 11px;
    line-height: 17px;
  }
  .box-news .list-news .news-item a.date {
    margin-right: 15px;
  }
  .box-news .list-news .news-item a.text {
    height: 17px;
    overflow: hidden;
  }

  .group-nav {
    display: block;
    width: 100%;
    margin-bottom: 100px;
    padding: 0 10px;
    margin-top: 30px;
  }
  .group-nav .nav-list-item {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }
  .group-nav .nav-list-item .title-nav {
    padding-left: 5px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 30px;
  }
  .group-nav .nav-list-item a {
    font-size: 11px;
    line-height: 28px;
  }
  .group-nav .nav-list-item span {
    font-size: 11px;
    line-height: 28px;
  }
  .group-nav .nav-list-item > ul > li > ul > li a {
    padding-left: 27px;
  }

  .list-group-box-img .group-box-item {
    padding: 18px 16px;
    margin-bottom: 15px;
  }
  .list-group-box-img .group-box-item .img-title {
    width: 74px;
    margin-right: 15px;
  }
  .list-group-box-img .group-box-item .group-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .list-group-box-img .group-box-item .group-title .title1 {
    font-size: 11px;
  }
  .list-group-box-img .group-box-item .group-title .title1 span {
    font-size: 11px;
  }
  .list-group-box-img .group-box-item .group-title .title2 {
    font-size: 17px !important;
    padding-bottom: 12px;
  }
  .list-group-box-img .group-box-item .group-title .title2:before {
    left: -5px;
  }
  .list-group-box-img .group-box-item .group-desc {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .list-group-box-img .group-box-item .group-desc p {
    font-size: 11px;
    width: 66%;
    line-height: 18px;
    display: block;
  }
  .list-group-box-img .group-box-item .group-desc img {
    max-width: 34%;
    position: relative;
    display: block;
    padding-left: 10px;
    top: 0;
    right: 0;
  }

  .img-table {
    margin: 15px 0;
  }

  .tb-responsive {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #ddd;
  }
  .tb-responsive.style1 table th,
  .tb-responsive.style1 table td {
    padding-left: 10px;
  }
  .tb-responsive.style1 table th:nth-child(1),
  .tb-responsive.style1 table td:nth-child(1) {
    width: 120px;
  }
  .tb-responsive.style1 table th:nth-child(2),
  .tb-responsive.style1 table td:nth-child(2) {
    width: auto;
  }
  .tb-responsive.style1 table th:nth-child(3),
  .tb-responsive.style1 table td:nth-child(3) {
    width: 160px;
  }
  .tb-responsive.style2 td:nth-child(2),
  .tb-responsive.style2 th:nth-child(2) {
    width: 80px;
  }
  .tb-responsive.style2 td:nth-child(3),
  .tb-responsive.style2 th:nth-child(3) {
    width: 200px;
  }
  .tb-responsive.style3 table {
    width: 100%;
  }
  .tb-responsive.style3 table td:nth-child(1),
  .tb-responsive.style3 table th:nth-child(1) {
    width: 120px;
  }
  .tb-responsive.style4 table {
    width: 100%;
  }
  .tb-responsive.style4 td:nth-child(1),
  .tb-responsive.style4 th:nth-child(1) {
    width: 40px;
  }
  .tb-responsive.style4 td:nth-child(2),
  .tb-responsive.style4 th:nth-child(2) {
    width: 80px;
  }
  .tb-responsive.style5 table {
    max-width: 100%;
    width: 100%;
  }
  .tb-responsive.style5 table td:nth-child(1),
  .tb-responsive.style5 table th:nth-child(1) {
    width: 120px;
  }
  .tb-responsive table {
    width: 600px;
  }
  .tb-responsive table th,
  .tb-responsive table td {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 11px;
    line-height: 18px;
  }
  .tb-responsive table th:nth-child(1),
  .tb-responsive table td:nth-child(1) {
    width: 120px;
  }
  .tb-responsive table th:nth-child(2),
  .tb-responsive table td:nth-child(2) {
    width: auto;
  }
  .tb-responsive table th:nth-child(3),
  .tb-responsive table td:nth-child(3) {
    width: 160px;
  }
  .tb-responsive table th:last-child,
  .tb-responsive table td:last-child {
    border-right: 0;
  }
  .tb-responsive table tr:last-child th,
  .tb-responsive table tr:last-child td {
    border-bottom: 0;
  }

  .group-info {
    display: block;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .group-info .desc {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 34px;
  }
}
