@charset "UTF-8";
/*! Reset CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, input, textarea, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.5ex;
  font-size: 80%;
}

button {
  outline: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------
 国別コンテンツ
 -------------------------------------------------- */
body.ja .en-only,
body.ja .cn-only {
  display: none !important;
}

body.en .ja-only,
body.en .cn-only {
  display: none !important;
}

/* --------------------------------------------------
 ログイン時のみ表示
 -------------------------------------------------- */
.login-show {
  display: none !important;
}

body.logged-in .login-show {
  display: inherit !important;
}

/* --------------------------------------------------
 Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

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

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

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

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

.mb1em {
  margin-bottom: 1em !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

/* --------------------------------------------------
 Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px !important;
  }
}

.mt_sm {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt_sm {
    margin-top: 15px !important;
  }
}

.mt_m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px !important;
  }
}

.mt_ml {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt_ml {
    margin-top: 25px !important;
  }
}

.mt_l {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px !important;
  }
}

.mt_ll {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt_ll {
    margin-top: 40px !important;
  }
}

.mt_xl {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt_xl {
    margin-top: 50px !important;
  }
}

.mb_s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px !important;
  }
}

.mb_sm {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb_sm {
    margin-bottom: 15px !important;
  }
}

.mb_m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px !important;
  }
}

.mb_ml {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb_ml {
    margin-bottom: 25px !important;
  }
}

.mb_l {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px !important;
  }
}

.mb_ll {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb_ll {
    margin-bottom: 40px !important;
  }
}

.mb_xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb_xl {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.pd--v-100 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .pd--v-100 {
    padding: 50px 0;
  }
}
.pd--v-80 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .pd--v-80 {
    padding: 40px 0;
  }
}
.pd--v-50 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .pd--v-50 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .pd__sp--t-0 {
    padding-top: 0;
  }
}

/* --------------------------------------------------
 Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .sp-tac {
    text-align: center !important;
  }
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.italic {
  font-style: italic;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.m-auto {
  margin: auto;
}

.display-table {
  display: table;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}

.txt--xs {
  font-size: 0.65em !important;
}
.txt--s {
  font-size: 0.875em !important;
}
.txt--ss {
  font-size: 0.8125em !important;
}
.txt--l {
  font-size: 1.125em !important;
}
.txt--ll {
  font-size: 1.25em !important;
}
.txt--1em {
  font-size: 1em !important;
}
.txt--fz22 {
  font-size: 1.375em !important;
}
.txt--fz24 {
  font-size: 1.5em !important;
}
.txt--lead {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.txt--white {
  color: #fff;
}
.txt--red {
  color: #e40000;
}
.txt--blue {
  color: #005bac;
}
.txt--gray {
  color: #666;
}

/* --------------------------------------------------
 インデント
-------------------------------------------------- */
ol.indent {
  margin-left: 2rem;
}

ul.asterisk {
  list-style: "*";
  margin-left: 2rem;
}

ul.dash {
  list-style: "-";
  margin-left: 0.5rem;
}
ul.dash li {
  margin-bottom: 2rem;
}

ul.disc {
  list-style: disc;
  margin-left: 2rem;
}
ul.disc li {
  margin-bottom: 2rem;
}

ul.company_list {
  display: flex;
  flex-wrap: wrap;
}
ul.company_list li {
  width: 34%;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  ul.company_list li {
    width: 100%;
  }
}

.indent p,
p.indent,
.indent li,
li.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-3 p,
p.indent-3,
.indent-3 li,
li.indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

/* --------------------------------------------------
 background
 -------------------------------------------------- */
.bg--white {
  background: #fff !important;
}
.bg--black {
  background: #000 !important;
}
.bg--01 {
  background: #f1f1f1 !important;
}
.bg--02 {
  background: #f8f5ed !important;
}

/* --------------------------------------------------
 border
-------------------------------------------------- */
.bd--gray {
  border: 1px solid #ccc;
}
.bd--gray02 {
  border: 1px solid #b1b1b1;
}

/* --------------------------------------------------
 width
-------------------------------------------------- */
.w-auto {
  width: auto !important;
}

.w23_5 {
  width: 23.5%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w36 {
  width: 36%;
}

.w40 {
  width: 40%;
}

.w42 {
  width: 42%;
}

.w44 {
  width: 44%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w52 {
  width: 52%;
}

.w54 {
  width: 54%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w72 {
  width: 72%;
}

.w100 {
  width: 100%;
}

.maw100 {
  max-width: 100px;
}

.maw300 {
  max-width: 300px;
}

.maw400 {
  max-width: 400px;
}

.maw500 {
  max-width: 500px;
}

.maw600 {
  max-width: 600px;
}

.maw700 {
  max-width: 700px;
}

.maw750 {
  max-width: 750px;
}

.maw800 {
  max-width: 800px;
}

.maw900 {
  max-width: 900px;
}

.maw1000 {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50%;
  }
  .sp-w75 {
    width: 75%;
  }
  .sp-w100 {
    width: 100%;
  }
}
/* --------------------------------------------------
 Column
-------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--jc_sb {
  justify-content: space-between;
}
.flex--jc_center {
  justify-content: center;
}
.flex--ai_center {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flex--sp-break {
    display: block;
  }
  .flex--sp-break > .flex__item {
    width: 100%;
  }
  .flex--sp-break > .flex__item + .flex__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex--sp-col2 {
    flex-wrap: wrap;
  }
  .flex--sp-col2 > .flex__item {
    width: 48%;
  }
  .flex--sp-col2 > .flex__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.flex--gapM > .flex__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .flex--gapM > .flex__item:not(:last-child) {
    margin-right: 15px;
  }
}
.flex--gapL > .flex__item:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .flex--gapL > .flex__item:not(:last-child) {
    margin-right: 15px;
  }
}
.flex__item--equal {
  flex-basis: 100%;
}
.flex__mg--2 .flex__item:not(:nth-child(2n)) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flex__mg--2.flex--sp-break .flex__item {
    margin-right: 0;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}
.col2__item {
  width: 48.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .col2__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.col2__item:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .col2__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col2__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col2.spCol2__item {
    width: 48.5%;
  }
  .col2.spCol2__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
}
.col3__item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .col3__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col3__item:nth-child(3n+1), .col3__item:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .col3__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col3__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.col4 {
  display: flex;
  flex-wrap: wrap;
}
.col4__item {
  width: 23.5%;
  margin-bottom: 30px;
}
.col4__item:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .col4__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .col4__item:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .col4__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .col4.spCol1__item {
    width: 100%;
  }
  .col4.spCol1__item:nth-child(2n+1) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
 Link
-------------------------------------------------- */
.link--underline {
  text-decoration: underline;
}
.link--disable {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .link--disable-pc {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .link--tel {
    color: inherit !important;
  }
}

.click-box {
  transition: opacity 0.3s;
  cursor: pointer;
}
.click-box:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
 object-fit
-------------------------------------------------- */
img.fit {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}

.fit-box {
  position: relative;
}
.fit-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* --------------------------------------------------
 Text box (pの下にマージンがつく)
-------------------------------------------------- */
.txt-box > * {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .txt-box > * {
    margin-bottom: 15px;
  }
}
.txt-box > *:last-child {
  margin-bottom: 0;
}
.txt-box--mbS > * {
  margin-bottom: 15px;
}
.txt-box--mbS > *:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
 Youtube埋め込み
-------------------------------------------------- */
.movie-box {
  position: relative;
}
.movie-box:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box iframe,
.movie-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_area_jp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2%;
}
.movie_area_jp .movie_item {
  width: 46%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .movie_area_jp .movie_item {
    width: 100%;
  }
}
.movie_area_jp .movie_item h3 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid black;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 60px;
}
.movie_area_jp .movie_item .movie-box2 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.movie_area_jp .movie_item .movie-box2 .ttl03 {
  margin-top: 20px;
}
.movie_area_jp .movie_item .movie-box2 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.movie_area_jp .movie_item .movie-box2 .doc_link {
  margin: 10px;
  text-decoration: underline;
  padding: 0 10px;
}
.movie_area_jp .movie_item .movie-box2 .txt {
  margin: 30px 10px;
  padding: 0 10px;
}
.movie_area_jp .movie_item .movie-box2 .timestamps {
  margin: 10px;
  padding: 0 10px;
}
.movie_area_jp .movie_item .movie-box2 .timestamps li {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: fit-content;
}
.movie_area_jp .movie_item .movie-box2 .timestamps li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.movie_area_jp .movie_item .movie-box2 .timestamps li span {
  margin-right: 10px;
}
.movie_area_jp .movie_item .movie-box2 .movie_acd {
  display: none;
}
.movie_area_jp .movie_item .movie-box2 .movie_acd_btn {
  position: relative;
  position: relative;
  border: 1px solid;
  margin: 30px auto 0;
  display: block;
  padding: 6px 40px 6px 20px;
  font-size: 14px;
}
.movie_area_jp .movie_item .movie-box2 .movie_acd_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.movie_area_jp .movie_item .movie-box2 .movie_acd_btn::after {
  content: "＋";
  position: absolute;
  font-size: 20px;
  top: 46%;
  right: 9px;
  transform: translateY(-50%);
  line-height: 1;
}
.movie_area_jp .movie_item .movie-box2 .movie_acd_btn.active::after {
  content: "−";
}

/* --------------------------------------------------
 画像と説明文
-------------------------------------------------- */
figure.align-l {
  max-width: 490px;
  float: left;
  margin: 0 20px 30px 0;
}
@media screen and (max-width: 767px) {
  figure.align-l {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
figure.align-r {
  max-width: 490px;
  float: right;
  margin: 0 0 30px 20px;
}
@media screen and (max-width: 767px) {
  figure.align-r {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
figure.align-c {
  text-align: center;
  margin: 0 0 30px;
}
figure img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  figure img {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  figure figcaption {
    font-size: 12px;
  }
}

/* --------------------------------------------------
 横スクロールボックス
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .scroll-box {
    overflow-x: auto;
  }
  .scroll-box table {
    min-width: 600px;
  }
}
.scroll-box--pc {
  overflow-x: auto;
}

/* --------------------------------------------------
 Responsive
-------------------------------------------------- */
.pc-show {
  display: inherit !important;
}
.pc-show--flex {
  display: flex !important;
}
.pc-show--block {
  display: block !important;
}

.tb-show {
  display: none !important;
}

.tb-sp-show {
  display: none !important;
}

.sp-show {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .pc-show {
    display: inherit !important;
  }
  .pc-show--flex {
    display: flex !important;
  }
  .pc-show--block {
    display: block !important;
  }
  .tb-show {
    display: inherit !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
  .pc-show--flex {
    display: none !important;
  }
  .pc-show--block {
    display: none !important;
  }
  .tb-show {
    display: none !important;
  }
  .tb-sp-show {
    display: inherit !important;
  }
  .sp-show {
    display: inherit !important;
  }
}
/* --------------------------------------------------
 Wordpress
-------------------------------------------------- */
.pager {
  text-align: center;
  margin-top: 50px;
}
.pager .page-numbers {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #005bac;
  width: 32px;
  height: 36px;
  line-height: 32px;
  color: #005bac;
  margin: 0 1px;
}
.pager .page-numbers.current {
  background: #005bac;
  color: #fff;
}
.pager .page-numbers.next, .pager .page-numbers.prev {
  text-indent: -9999px;
  position: relative;
}
.pager .page-numbers.next:before, .pager .page-numbers.prev:before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  border-top: 1px solid #005bac;
  border-right: 1px solid #005bac;
  box-shadow: 0.5px -0.5px 0px 0px #005bac;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 9px;
}
.pager .page-numbers.prev:before {
  transform: translateY(-50%) rotate(-135deg);
  left: 13px;
}
.pager .screen-reader-text {
  display: none;
}

.content-area p,
.content-area ul,
.content-area ol,
.content-area figure {
  margin-bottom: 28px;
}
.content-area figure img {
  margin-bottom: 0;
}
.content-area figcaption {
  margin-top: 10px;
}
.content-area ul,
.content-area ol {
  margin-left: 20px;
}
.content-area ul ul,
.content-area ul ol,
.content-area ol ul,
.content-area ol ol {
  margin-bottom: 0;
}
.content-area ul ul,
.content-area ol ul {
  list-style: circle;
}
.content-area ul {
  list-style: disc;
}
.content-area ol {
  list-style: decimal;
}
.content-area h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 50px 0 25px;
}
@media screen and (max-width: 767px) {
  .content-area h2 {
    font-size: 18px;
    margin-bottom: 30px 0 15px;
  }
}

/* --------------------------------------------------
 フォームパーツ基本設定
-------------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

textarea {
  height: 140px;
}

button {
  font-family: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
}

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-radius: 0;
  outline: none;
  border: 0;
  padding: 0px 0 0px 10px;
  height: 40px;
  line-height: 1.2;
  width: 100%;
  background: #fff;
}

/* --------------------------------------------------
 フォーム全体のレイアウト
-------------------------------------------------- */
.form {
  margin: auto;
  max-width: 1000px;
}
.form.--confirm .form__item {
  padding: 26px 0px;
}
.form__row {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form__row {
    flex-wrap: wrap;
  }
}
.form__row.--no-bdr {
  border: 0;
}

/* --------------------------------------------------
 WP-members
-------------------------------------------------- */
fieldset {
  padding: 30px;
  background: #f8f5ed;
}
@media screen and (max-width: 767px) {
  fieldset {
    padding: 15px;
  }
}

.button_div {
  text-align: center;
}

.buttons {
  background: #005bac;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 20px 20px;
  min-width: 240px;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
.buttons:hover {
  opacity: 0.7;
}

.req {
  color: #cf2e2e;
}

.error {
  font-size: 14px;
  color: #cf2e2e;
}

.check-wrap {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 15px 10px;
  min-width: 130px;
  display: table;
  margin: 20px auto 0;
}

.form-txt {
  margin: auto;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .form-txt {
    margin-bottom: 20px;
  }
}

.form-txt02 {
  padding: 30px;
  background: #f8f5ed;
  max-width: 680px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form-txt02 {
    padding: 15px;
  }
}

.form-acd01 {
  max-width: 680px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .form-acd01 {
    margin-bottom: 20px;
  }
}

#wpmem_login fieldset:not([class]) {
  max-width: 680px;
  margin: 0 auto 20px;
}
#wpmem_login fieldset {
  margin: 20px 0 40px;
}
#wpmem_login .login-message {
  text-align: center;
  margin-bottom: 20px;
}
#wpmem_login label {
  width: 150px;
  flex-shrink: 0;
}
#wpmem_login .div_text {
  flex-grow: 1;
}
#wpmem_login .link-text {
  display: none;
}

#wpmem_pwdchange_form label, #wpmem_pwdreset_form label {
  width: 200px;
  flex-shrink: 0;
}
#wpmem_pwdchange_form .privacy-box, #wpmem_pwdreset_form .privacy-box {
  margin-top: 40px;
}

#wpmem_reg legend, #wpmem_reg .req-text, .wpcf7-form legend, .wpcf7-form .req-text {
  display: none;
}
#wpmem_reg fieldset, .wpcf7-form fieldset {
  margin: 20px 0 40px;
  display: flex;
  flex-direction: column;
}
#wpmem_reg label, .wpcf7-form label {
  width: 230px;
  padding-right: 20px;
  flex-shrink: 0;
}
#wpmem_reg .div_text, #wpmem_reg .div_radio, #wpmem_reg .div_select, .wpcf7-form .div_text, .wpcf7-form .div_radio, .wpcf7-form .div_select {
  width: 64%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #wpmem_reg .div_text, #wpmem_reg .div_radio, #wpmem_reg .div_select, .wpcf7-form .div_text, .wpcf7-form .div_radio, .wpcf7-form .div_select {
    width: 100%;
  }
}
#wpmem_reg .div_text.full, #wpmem_reg .div_radio.full, #wpmem_reg .div_select.full, .wpcf7-form .div_text.full, .wpcf7-form .div_radio.full, .wpcf7-form .div_select.full {
  width: auto;
  flex-grow: 1;
}
#wpmem_reg .div_radio, .wpcf7-form .div_radio {
  display: flex;
}
#wpmem_reg .div_radio label, .wpcf7-form .div_radio label {
  width: auto;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  #wpmem_reg .form__row, .wpcf7-form .form__row {
    justify-content: center;
  }
}
#wpmem_reg .form__row:empty, .wpcf7-form .form__row:empty {
  display: none;
}
#wpmem_reg .form__notes, .wpcf7-form .form__notes {
  margin-left: 15px;
  font-size: 15px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #wpmem_reg .form__notes, .wpcf7-form .form__notes {
    width: 100%;
    font-size: 12px;
    margin: 5px 0 0 0;
  }
}
#wpmem_reg .privacy-box .check-wrap, .wpcf7-form .privacy-box .check-wrap {
  position: relative;
}
#wpmem_reg .privacy-box .check-wrap:before, .wpcf7-form .privacy-box .check-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1;
}
#wpmem_reg .privacy-box .check-wrap.is-active:before, .wpcf7-form .privacy-box .check-wrap.is-active:before {
  display: none;
}

#wpmem_reg .dm-box label:first-child, #wpmem_reg .privacy-box label:first-child, #wpmem_login .dm-box label:first-child, #wpmem_login .privacy-box label:first-child {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpmem_reg .form__row, #wpmem_login .form__row {
    justify-content: center;
  }
}
#wpmem_reg .form__row:empty, #wpmem_login .form__row:empty {
  display: none;
}
#wpmem_reg .form__row.last_name, #wpmem_login .form__row.last_name {
  order: 0;
}
#wpmem_reg .form__row.first_name, #wpmem_login .form__row.first_name {
  order: 1;
}
#wpmem_reg .form__row.jp_company, #wpmem_login .form__row.jp_company {
  order: 2;
}
#wpmem_reg .form__row.jp_type_of_job, #wpmem_login .form__row.jp_type_of_job {
  order: 3;
}
#wpmem_reg .form__row.jp_country, #wpmem_login .form__row.jp_country {
  order: 4;
}
#wpmem_reg .form__row.user_email, #wpmem_login .form__row.user_email {
  order: 5;
}
#wpmem_reg .form__row.confirm_email, #wpmem_login .form__row.confirm_email {
  order: 6;
}
#wpmem_reg .form__row.jp_phone, #wpmem_login .form__row.jp_phone {
  order: 7;
}
#wpmem_reg .form__row.password, #wpmem_login .form__row.password {
  order: 8;
}
#wpmem_reg .form__row.confirm_password, #wpmem_login .form__row.confirm_password {
  order: 9;
}
#wpmem_reg .form__row.jp_product_category, #wpmem_login .form__row.jp_product_category {
  order: 10;
}
#wpmem_reg .form__row.jp_leadsource, #wpmem_login .form__row.jp_leadsource {
  order: 11;
}
#wpmem_reg .form__row.en_company, #wpmem_login .form__row.en_company {
  order: 2;
}
#wpmem_reg .form__row.en_type_of_job, #wpmem_login .form__row.en_type_of_job {
  order: 3;
}
#wpmem_reg .form__row.en_country, #wpmem_login .form__row.en_country {
  order: 4;
}
#wpmem_reg .form__row.en_product_category, #wpmem_login .form__row.en_product_category {
  order: 10;
}
#wpmem_reg .form__row.en_leadsource, #wpmem_login .form__row.en_leadsource {
  order: 11;
}

.wpcf7-form {
  max-width: 1000px;
  margin: auto;
}
.wpcf7-form #mail_to {
  display: none;
}
.wpcf7-form .check-wrap .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7-form .ajax-loader {
  margin: auto !important;
  display: block !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #cf2e2e;
}
.wpcf7-form .div_text, .wpcf7-form .div_radio, .wpcf7-form .div_select {
  width: 46%;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .div_text, .wpcf7-form .div_radio, .wpcf7-form .div_select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form .form__row {
    justify-content: flex-start;
  }
}

form .acd01 {
  background: #fff;
}
form .acd01__cont {
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .en.contact_us .wpcf7-form .form__row {
    justify-content: center;
  }
  .en.contact_us .wpcf7-form .form__notes:empty {
    display: none;
  }
}

.en #wpmem_reg .form__row.last_name, .en .wpcf7-form .form__row.last_name {
  order: 1;
}
.en #wpmem_reg .form__row.first_name, .en .wpcf7-form .form__row.first_name {
  order: 0;
}

.logged-in #wpmem_reg .form__row.en_leadsource {
  display: block;
}
.logged-in .wpcf7-form .form__row.confirm_email, .logged-in .wpcf7-form .form__row.jp_leadsource, .logged-in .wpcf7-form .form__row.en_leadsource, .logged-in .wpcf7-form .form__row.mail_magazine_agree {
  display: none;
}
.logged-in .wpcf7-form .dm-box {
  display: none;
}

/* --------------------------------------------------
 退会
-------------------------------------------------- */
#plugin_delete_me_shortcode_form {
  max-width: 680px;
  margin: auto;
  text-align: center;
  padding: 30px;
  background: #f8f5ed;
}
#plugin_delete_me_shortcode_form p:nth-child(2) {
  display: flex;
}
@media screen and (max-width: 767px) {
  #plugin_delete_me_shortcode_form p:nth-child(2) {
    display: block;
  }
}
#plugin_delete_me_shortcode_form p:nth-child(2) label {
  width: 100px;
  flex-shrink: 0;
  text-align: left;
}
#plugin_delete_me_shortcode_form p:not(:last-child) {
  margin-bottom: 20px;
}
#plugin_delete_me_shortcode_form input[type=submit] {
  background: #005bac;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 20px 20px;
  min-width: 240px;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}
#plugin_delete_me_shortcode_form input[type=submit]:hover {
  opacity: 0.7;
}

.grecaptcha-badge[data-style=bottomright] {
  bottom: 84px !important;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
  a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s;
  }
  a:hover,
  a img:hover {
    opacity: 0.7;
  }
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 374px) {
  .l-container {
    padding: 0 10px;
  }
}
.l-container--m {
  max-width: 1120px;
}
.l-container--s {
  max-width: 950px;
}
.l-container--sp {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .l-container--sp {
    padding: 0 15px;
  }
}
@media screen and (max-width: 374px) {
  .l-container--sp {
    padding: 0 10px;
  }
}

.l-inner {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 15px;
  }
}
@media screen and (max-width: 374px) {
  .l-inner {
    padding: 10px;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  height: 120px;
  z-index: 10;
  top: 0;
  transition: background 0.3s;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 84px;
    border-bottom: 1px solid #bfbfbf;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    z-index: 2;
  }
}
.l-header__logo {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    display: block;
  }
}
.l-header__logo a {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-header__logo a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo img {
    width: 136px;
  }
}
.l-header__subttl {
  font-size: 22px;
  color: #005bac;
  margin-left: 15px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .l-header__subttl {
    margin-left: 0;
    font-size: 10px;
    margin-top: 3px;
  }
}
.l-header__subttl--l {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .l-header__subttl--l {
    font-size: 10px;
  }
}
.l-header__subttl2 {
  font-size: 18px;
  color: #005bac;
  margin-left: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .l-header__subttl2 {
    margin-left: 0;
    font-size: 10px;
  }
}
.l-header__top {
  padding: 0 30px;
  border-bottom: 6px solid #005bac;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-header__top {
    height: 44px;
    padding: 0 5px;
    border-width: 3px;
  }
}
.l-header__bottom {
  background: #f8f5ee;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__bottom {
    height: 40px;
  }
}
.l-header__menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__menu-btn {
    display: block;
    width: 30px;
    height: 19px;
    z-index: 3;
    cursor: pointer;
    position: relative;
  }
  .l-header__menu-btn span {
    width: 100%;
    height: 2px;
    display: block;
    background: #005bac;
    transition: all 0.3s;
    position: absolute;
  }
  .l-header__menu-btn span:nth-child(1) {
    top: 0;
  }
  .l-header__menu-btn span:nth-child(2) {
    top: 8px;
  }
  .l-header__menu-btn span:nth-child(3) {
    top: 16px;
  }
  .l-header__menu-btn.is-active span:nth-child(1) {
    top: 9px;
    transform: rotate(225deg);
  }
  .l-header__menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .l-header__menu-btn.is-active span:nth-child(3) {
    top: 9px;
    transform: rotate(-225deg);
  }
}
@media screen and (max-width: 1023px) {
  .l-header__sp-nav {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    top: 54px;
    left: 0;
    overflow: auto;
    transition: height 0.5s;
  }
}
@media screen and (max-width: 1023px) {
  .l-header.is-active .l-header__sp-nav {
    height: calc(100vh - 54px);
  }
}
.l-header .mega span {
  height: 18px;
  width: 18px;
  background: url(/common/images/ico_search.svg) no-repeat;
  background-size: contain;
  padding-left: 18px;
  overflow: hidden;
  margin-top: 4px;
  display: block;
  cursor: pointer;
}
.l-header .cont {
  background: none;
  padding: 0;
  display: none;
  background: #fff;
  width: 100%;
  margin: 15px 0 0;
  position: fixed;
  top: 37px;
  left: 0;
}
.l-header form.search__form {
  display: flex;
}
.l-header .search .cont .inner {
  background: #fff;
  padding: 0px;
  width: auto;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header .search .cont .inner input {
  height: 35px;
  box-sizing: border-box;
  /*  margin-right: 5px;  */
  border: 1px #aaa solid;
  background: #f9f9f9;
}
.l-header .search .cont .inner button {
  color: #fff;
  border: none;
  height: 35px;
  padding: 0 15px 0 35px;
  background: url(/common/images/ico_search_w.svg) no-repeat #7d7d7d 13px 11px;
  background-size: 13px;
  cursor: pointer;
}
.l-header .search .search__form--submit {
  font-size: 14px;
  width: 40px;
}

.l-nav {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .l-nav {
    display: block;
    background: #fff;
    z-index: 3;
    width: 60%;
    max-width: 260px;
    height: calc(100vh - 44px);
    position: absolute;
    right: 0;
    overflow: auto;
    transform: translateX(110%);
    transition: transform 0.5s;
  }
}
.l-nav.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 1023px) {
  .l-nav.top .l-nav__parent > a {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-nav.product .l-nav__parent > a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #b1b1b1;
  }
}
.l-nav__parent {
  margin: 0 20px;
  padding: 13px 0;
  position: relative;
}
.l-nav__parent.is-current:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  bottom: 0;
  left: 50%;
}
.l-nav__child {
  display: none;
  background: #005bac;
  width: 704px;
  padding: 30px 60px;
  min-height: 310px;
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .l-nav__child {
    display: block;
    background: #fff;
    width: 100%;
    padding: 0;
    min-height: 0;
    position: static;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__child {
    font-size: 1.5rem;
  }
}
.l-nav__to-top {
  margin-bottom: 30px;
  font-weight: bold;
}
.l-nav__to-top a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-nav__to-top a {
    color: #333;
  }
}
.l-nav__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .l-nav__menu {
    display: block;
  }
}
.l-nav__item {
  padding-bottom: 10px;
}
.l-nav__item:first-child .l-nav__sub {
  display: block;
}
.l-nav__item > a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-nav__item > a {
    font-size: 16px;
    color: #222;
  }
}
.l-nav__sub {
  display: none;
  background: #005bac;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  top: 35px;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .l-nav__sub {
    background: transparent;
    display: block;
    position: relative;
    top: auto;
  }
}
.l-nav__sublink {
  margin-bottom: 10px;
}
.l-nav__sublink a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-nav__sublink {
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .l-nav__sublink a {
    color: #aaa;
  }
}
.en .l-nav__sublink {
  font-size: 14px;
}
.l-nav__dir2 {
  display: none;
  background: #005bac;
  position: absolute;
  top: 50px;
  left: -20px;
  padding: 15px 20px;
  z-index: 1;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .l-nav__dir2 {
    display: block;
    background-color: transparent !important;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    width: 100%;
  }
}
.l-nav__dir2 a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-nav__dir2 a {
    color: #aaa;
  }
}
.l-nav__dir2 .l-nav__sublink {
  position: relative;
}
.l-nav__dir3 {
  display: none;
  background: #005bac;
  position: absolute;
  top: 0;
  left: 180px;
  padding: 15px 20px;
  z-index: 1;
  width: 200px;
}

.lang-select {
  display: none;
  position: absolute;
  top: 25px;
  right: -15px;
  width: 120px;
  z-index: 1;
  padding-top: 10px;
}
.lang-select__menu {
  font-size: 12px;
  background: #005bac;
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .lang-select__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: static;
  }
}
.lang-select__menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #005bac transparent;
  position: absolute;
  top: 0;
  right: 19px;
}
.lang-select__toggle {
  display: inline-block;
}
.lang-select li {
  margin: 4px 0;
}
.lang-select a {
  padding: 5px 10px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .lang-select a {
    padding: 0 10px;
  }
}

.utility {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .utility {
    flex-wrap: nowrap;
  }
}
.utility a {
  display: flex;
  align-items: center;
}
.utility__logo {
  width: 113px;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .utility__logo {
    width: 98px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 374px) {
  .utility__logo {
    width: 70px;
    margin-right: 5px;
  }
}
.utility__logo img {
  flex-shrink: 0;
}
.utility__contact {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .utility__contact {
    margin-right: 8px;
  }
}
.utility__lang {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .utility__lang {
    margin-right: 8px;
  }
}

.member {
  display: flex;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .member {
    right: 10px;
  }
}
.member__btn {
  font-size: 14px;
  text-align: center;
  width: 116px;
  padding: 4px 15px;
  border: 1px solid #005bac;
  border-radius: 50px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .member__btn {
    width: 100px;
    font-size: 13px;
    padding: 5px;
  }
}
.member__btn:not(:last-child) {
  margin-right: 12px;
}
.member__btn--login {
  color: #005bac;
}
.member__btn--register {
  color: #fff;
  background: #005bac;
}

.l-main {
  padding-top: 120px;
  position: relative;
  min-height: calc(100vh - 110px);
}
@media screen and (max-width: 1023px) {
  .l-main {
    padding-top: 84px;
  }
}

.l-breadcrumb {
  font-size: 14px;
  border-top: 1px solid #d9d9d9;
  margin-top: 120px;
  padding: 10px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    font-size: 11px;
    margin-top: 50px;
  }
}
.l-breadcrumb__item {
  display: inline-block;
}
.l-breadcrumb__item:not(:last-child) {
  position: relative;
  margin-right: 5px;
}
.l-breadcrumb__item:not(:last-child):after {
  content: ">";
  margin-left: 5px;
}
.l-breadcrumb.is-fixed {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.l-anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .l-anchor {
    padding-top: 53px;
    margin-top: -53px;
  }
}

.l-sec {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 30px 0;
  }
}
.l-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-block {
    margin-bottom: 30px;
  }
}

.l-localnav {
  background: #f1ede2;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-localnav {
    padding-top: 30px;
  }
}
.l-localnav .contact-area {
  margin-bottom: 0;
}

.l-has-sidebar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .l-has-sidebar {
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: auto;
  }
}

.l-mainarea {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1023px) {
  .l-mainarea {
    width: 100%;
  }
}

.l-sidebar {
  width: 200px;
}
@media screen and (max-width: 1023px) {
  .l-sidebar {
    width: 100%;
    margin-top: 30px;
  }
}

/* ---- Search Bar ----*/
.search__bar01 {
  display: none;
}

@media screen and (max-width: 1023px) {
  .search__bar02 {
    width: 98%;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .search__bar01 {
    display: block;
  }
  .search__bar02 {
    display: none;
  }
}
.l-contents h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-contents h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.l-contents h2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-contents h2:not(:first-child) {
    margin-top: 30px;
  }
}
.l-contents h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 13px;
  line-height: 1.2;
}
.l-contents h3:before {
  content: "";
  height: 1px;
  width: 5px;
  background: #005bac;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.l-contents h3:not(:first-child) {
  margin-top: 60px;
}
.l-contents h3__sub {
  font-size: 14px;
  margin-left: 10px;
}
.l-contents h3.nomark {
  padding-left: 0;
}
.l-contents h3.nomark:before {
  content: none;
}
.l-contents h3.circle {
  padding-left: 23px;
}
.l-contents h3.circle:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #005bac;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contents h3.circle:before {
    width: 4px;
    height: 4px;
  }
}
.l-contents h3.square {
  padding-left: 23px;
}
.l-contents h3.square:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #005bac;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-contents h3.square:before {
    width: 4px;
    height: 4px;
  }
}
.l-contents h2 + h3 {
  margin-top: 0 !important;
}
.l-contents div + h3,
.l-contents p + h3,
.l-contents table + h3 {
  margin-top: 50px;
}
.l-contents hr {
  display: none;
}
.l-contents table {
  border: 1px solid #d6d6d6;
}
.l-contents table th,
.l-contents table td {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  font-size: 0.875em;
  vertical-align: middle;
  white-space: pre;
}
.l-contents table th {
  text-align: center;
  background: #e8f7ef;
  word-break: keep-all;
}
.l-contents .center-img {
  text-align: center;
}
.l-contents .table-box {
  display: table;
}
@media screen and (min-width: 768px) {
  .l-contents .table-box--400 {
    width: 400px;
  }
}
.l-contents .table-box table {
  width: 100%;
}

.l-footer {
  background: #005bac;
  padding: 20px 0 30px;
  color: #fff;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 0;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    position: relative;
  }
}
.l-footer__item--right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__item--right {
    text-align: left;
  }
}
.l-footer__logo {
  width: 194px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 144px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.l-footer__submenu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__submenu {
    justify-content: center;
    margin-bottom: 0;
    font-size: 12px;
  }
}
.l-footer__sublink {
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__sublink {
    margin-left: 0;
    margin-bottom: 15px;
    width: 50%;
  }
}
.l-footer__copy {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 10px;
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: center;
  }
}

.page-top {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page-top {
    right: 15px;
  }
}
.page-top:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-top.is-move {
  position: absolute;
}

.modal {
  display: none;
}

.page-header {
  margin-bottom: 40px;
  padding: 30px 0 60px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 30px;
    padding: 0;
  }
}
.page-header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header__inner {
    align-items: center;
    padding: 15px 0;
  }
}
.page-header__main {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-header__main {
    font-size: 21px;
    line-height: 1.2;
  }
}
.page-header__sub {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-header__sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.page-header__product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .page-header__product {
    display: block;
    text-align: center;
  }
}
.page-header__product img {
  max-width: 70%;
}
.page-header__product--ceolus {
  color: #00a650;
}
.page-header__product--ceolus img {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .page-header__product--ceolus img {
    width: 82px;
  }
}
.page-header__product--celphere {
  color: #645faa;
}
.page-header__product--pcs {
  color: #faa61b;
}
.page-header__product--kiccolate {
  color: #f386a7;
}
.page-header__product--trehalose {
  color: #c81c6f;
}
.page-header__name {
  position: relative;
  font-size: 14px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-header__name {
    font-size: 10px;
    margin-left: 0;
  }
}
.page-header__name:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 22px;
  background: currentColor;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-header__name:before {
    display: none;
  }
}
.page-header__note {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .page-header__note {
    font-size: 10px;
  }
}
body.pharma.download .page-header {
  background: url(/common/images/header/pharma.png) right center no-repeat;
  background-size: auto 100%;
}
body.pharma.solutions .page-header {
  background: url(/common/images/header/pharma_solutions.png) right center no-repeat;
  background-size: auto 100%;
}
body.foods.solutions .page-header, body.foods.for_using .page-header, body.foods.precautions .page-header {
  background: url(/common/images/header/foods.png) right center no-repeat;
  background-size: auto 100%;
}
body.hananogel .page-header {
  background: url(/common/images/header/hananogel.jpg) right center no-repeat;
  background-size: auto 100%;
}
body.industry.solutions .page-header {
  background: url(/common/images/header/industry_solutions.png) right center no-repeat;
  background-size: auto 100%;
}
body.error404 .page-header {
  background: none;
}

.sidenav {
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding: 12px 15px 20px;
}
.sidenav__ttl {
  margin-bottom: 15px;
}
.sidenav__item {
  display: block;
  font-size: 14px;
}
.sidenav__item a,
.sidenav__item span {
  display: block;
  padding: 12px 0 4px;
  color: #aaa;
}
.sidenav__item.is-current {
  border-bottom: 1px solid #005bac;
}
.sidenav__item.is-current a {
  color: #333;
}
.sidenav__item.is-current .sidenav__dir2 {
  border-color: #005bac;
}
.sidenav__item.is-current.parent {
  border-bottom: 0;
}
.sidenav__dir2 {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  padding: 0 0 10px 10px;
}
.sidenav__dir2 .sidenav__item {
  font-size: 13px;
}
.sidenav__dir2 .sidenav__item.is-current {
  border-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .sidenav__member:before, .sidenav__contact:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #f8f5ed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sidenav__member {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .sidenav__member {
    background: #f8f5ed;
    margin-bottom: 0;
    padding: 30px 0;
    position: relative;
  }
  .sidenav__member * {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .sidenav__contact {
    background: #f8f5ed;
    margin-bottom: 30px;
    padding: 10px 0 30px;
    position: relative;
  }
}

.cookie-policy {
  max-height: 80vh;
  padding: 30px;
  overflow: auto;
  color: #333;
}

.box01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .box01 {
    flex-wrap: wrap;
  }
}
.box01__item, .box01__item a {
  display: block;
}
.box01__img {
  margin-bottom: 15px;
  position: relative;
}
.box01__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 93%;
}
.box01__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit: $size;";
  object-fit: cover;
  top: 0;
  left: 0;
}
.box01__img--s:before {
  padding-top: 50%;
}
.box01__img--m:before {
  padding-top: 62%;
}
.box01__logo {
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box01__logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48%;
}
.box01__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box01__ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #afafaf;
}
.box01__ttl--l {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .box01__ttl--l {
    font-size: 16px;
  }
}
.box01__note {
  margin-top: 15px;
}
.box01 a .box01__ttl {
  position: relative;
  padding-right: 55px;
}
.box01 a .box01__ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .box01 a .box01__ttl:before {
    right: 10px;
  }
}
.box01--center {
  justify-content: center;
}
.box01--col2 {
  flex-wrap: wrap;
}
.box01--col2 .box01__item {
  width: 48.5%;
}
@media screen and (min-width: 768px) {
  .box01--col2 .box01__item:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  .box01--col2 .box01__item:nth-child(n+3) {
    margin-top: 60px;
  }
  .box01--col2 .box01__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box01--col2 .box01__item {
    width: 100%;
  }
  .box01--col2 .box01__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.box01--col3 {
  flex-wrap: wrap;
}
.box01--col3 .box01__item {
  width: 31.6%;
}
@media screen and (min-width: 768px) {
  .box01--col3 .box01__item:not(:nth-child(3n)) {
    margin-right: 2.5%;
  }
  .box01--col3 .box01__item:nth-child(n+4) {
    margin-top: 60px;
  }
  .box01--col3 .box01__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box01--col3 .box01__item {
    width: 100%;
  }
  .box01--col3 .box01__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.box01--col4 {
  flex-wrap: wrap;
  margin-right: 0;
}
.box01--col4 .box01__item {
  width: 47.5%;
  flex-basis: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .box01--col4 .box01__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .box01--col4 .box01__item:nth-child(n+5) {
    margin-top: 40px;
  }
  .box01--col4 .box01__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box01--col4 .box01__item {
    width: 100%;
  }
  .box01--col4 .box01__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.box01--col4--sub01 .box01__item {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .box01--col4--sub01 .box01__item:nth-child(4n) {
    margin-right: 0;
  }
  .box01--col4--sub01 .box01__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .box01--col4--sub01 .box01__item {
    width: 100%;
  }
  .box01--col4--sub01 .box01__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.box01--col4--sub01 .box01__item .box01__ttl {
  padding-right: 35px;
}

.box02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .box02 {
    display: block;
  }
}
.box02__ttl {
  min-width: 220px;
  margin-right: 90px;
  margin-bottom: 0 !important;
  padding-right: 20px;
  flex-shrink: 0;
  font-size: 26px;
  border-right: 1px solid #afafaf;
}
@media screen and (max-width: 767px) {
  .box02__ttl {
    width: 100%;
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 20px;
    border-right: 0;
  }
}
.box02__cont {
  flex-grow: 1;
}
.box02__cont p:not(:last-child) {
  margin-bottom: 1em;
}
.box02 + .box02 {
  margin-top: 30px;
}

.box03 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .box03 {
    flex-direction: column;
    align-items: center;
  }
}
.box03__item {
  margin-bottom: 30px;
}
.box03__item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .box03__item:not(:first-child) {
    margin-left: 0;
  }
}
.box03--nowrap {
  flex-wrap: nowrap;
}

.box04 {
  margin: auto;
}
.box04--no-link, .box04 > a {
  border: 1px solid #b1b1b1;
  padding: 20px 64px 20px 30px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box04--no-link, .box04 > a {
    padding: 15px 40px 15px 15px;
    display: block;
  }
}
.box04--no-link:after, .box04 > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .box04--no-link:after, .box04 > a:after {
    right: 15px;
  }
}
.box04--no-link:after {
  display: none;
}
.box04__ttl {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #d6d6d6;
  flex-shrink: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .box04__ttl {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6;
  }
}
.box05 {
  position: relative;
}
.box05--reverse .box05__img {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .box05--reverse .box05__img {
    margin: 0 -15px 0 auto;
  }
}
.box05--reverse .box05__cont {
  left: 0;
  right: auto;
}
.box05__img {
  display: block;
  width: 65%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.box05__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7b6d3a 0%, #bda756 100%);
  transform: scale(0, 1);
  transform-origin: left top;
}
@media screen and (max-width: 1023px) {
  .box05__img {
    width: 87%;
    margin: 0 0 0 -15px;
  }
}
.box05__img img {
  width: 100%;
}
.box05__cont {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .box05__cont {
    width: 100%;
    position: static;
    bottom: auto;
    padding: 20px;
    margin: -30px auto 0;
  }
}
.box05__cont--type01 {
  width: 60%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .box05__cont--type01 {
    width: 100%;
    margin-top: -34vw;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .box05.click-box:hover .box05__img img {
    opacity: 1;
    transform: scale(1.1);
  }
}

.box06__item {
  padding: 30px;
  border: 1px solid #bfbfbf;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box06__item {
    padding: 15px;
  }
}
.box06__ttl {
  font-size: 1.125em;
}
.box06__cont {
  border-top: 1px solid #bfbfbf;
  margin-top: 20px;
  padding-top: 20px;
}
.box06--col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box06--col2 .box06__item {
  width: 48.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box06--col2 .box06__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.box06--col2 .box06__item:nth-child(2n) {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .box06--col2 .box06__item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .box06--col2 .box06__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.btn01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.btn01--left {
  justify-content: flex-start;
}
.btn01--left a:first-child {
  margin-left: 0;
}
.btn01--col2 {
  justify-content: space-between;
}
.btn01--col2 .btn01__link {
  width: calc(48% - 23px);
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .btn01--col2 .btn01__link {
    min-width: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(48% - 15px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn01--col2 .btn01__link:before {
    width: 30px;
    right: -15px;
  }
}
.btn01__link {
  border: 1px solid #555;
  text-align: center;
  padding: 10px 40px 10px 30px;
  display: inline-block;
  margin: 0 20px 20px;
  min-width: 244px;
  position: relative;
  border-radius: 50px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn01__link {
    padding: 10px 20px;
    min-width: 0;
    width: 90%;
    text-align: left;
    margin: 0 0 20px;
  }
}
.btn01__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn01__link:before {
    right: 10px;
  }
}
.btn01__link--s {
  padding: 15px 50px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .btn01__link--s {
    font-size: 15px;
    padding: 10px 30px;
    min-width: 160px;
    width: auto;
  }
}
.btn01__link--l {
  padding: 20px 50px;
  min-width: 310px;
}
@media screen and (max-width: 767px) {
  .btn01__link--l {
    padding: 15px 30px;
    min-width: 250px;
    width: auto;
  }
}
.btn02__link {
  background: #00a650;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 20px 20px;
  min-width: 240px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn02__link {
    padding: 10px 20px;
    min-width: 0;
    width: 90%;
    margin: 0 0 20px;
  }
}
.btn02__link--green {
  background: #00a650;
}
.btn02__link--s {
  padding: 15px 50px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .btn02__link--s {
    font-size: 15px;
    padding: 10px 30px;
    min-width: 160px;
    width: auto;
  }
}
.btn02__link--l {
  padding: 20px 50px;
  min-width: 310px;
}
@media screen and (max-width: 767px) {
  .btn02__link--l {
    padding: 15px 30px;
    min-width: 250px;
    width: auto;
  }
}
.btn03 {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
.btn03__item {
  flex-basis: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn03__item {
    width: 50%;
  }
  .btn03__item:nth-child(2n) {
    border-left: 0;
  }
  .btn03__item:nth-child(n+3) {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .btn03__item:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background: #d6d6d6;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.btn03__link {
  width: calc(100% + 1px);
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn03__link {
    font-size: 14px;
    padding: 10px;
  }
}
.btn03__link:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .btn03__link:after {
    right: 5px;
  }
}
.btn03__link.is-current {
  background: #00a650;
  color: #fff;
  width: calc(100% + 1px);
  margin-left: -1px;
}
.btn03__link.is-current:after {
  display: none;
}

.btn04__link {
  border: 1px solid #d6d6d6;
  text-align: center;
  padding: 10px 30px;
  display: block;
  position: relative;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .btn04__link {
    padding: 10px 20px;
    min-width: 0;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.btn04__link + .btn04__link {
  margin-top: 10px;
}
.btn04__link--contact {
  border-color: #ebe2cd;
  background: #f8f5ee;
  max-width: 400px;
}
@media screen and (max-width: 1023px) {
  .btn04__link--contact {
    border-color: #ebe2cd;
    background: rgba(255, 255, 255, 0.5);
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn04__link--contact {
    width: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .btn04--member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .btn04--member .btn04__link {
    width: 48%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 10px 5px;
  }
}

.btn05 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .btn05 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .btn05__item {
    width: 48%;
    margin-bottom: 10px;
  }
  .btn05__item:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 768px) {
  .btn05__item {
    flex-basis: 100%;
  }
  .btn05__item:not(:last-child) {
    margin-right: 10px;
  }
}
.btn05__link {
  display: block;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 10px 30px 10px;
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn05__link {
    padding: 10px 10px 20px 10px;
  }
}
.btn05__link:after {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn05__link:after {
    bottom: 10px;
  }
}

.btn06 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .btn06 {
    align-items: center;
    flex-wrap: wrap;
  }
}
.btn06__item {
  flex-basis: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .btn06__item {
    width: 70%;
    margin: 0 auto 15px;
  }
}
.btn06__item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .btn06__item:not(:first-child) {
    margin-left: auto;
  }
}
.btn06__link {
  background: #fff;
  font-size: 20px;
  border: 2px solid #005bac;
  color: #005bac;
  padding: 15px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn06__link {
    padding: 10px 20px;
  }
}
.btn06__link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn06__link.--pharma {
  border-color: #00a650;
  color: #00a650;
}
.btn06__link.--foods {
  border-color: #ff9900;
  color: #ff9900;
}
.btn06__link.--hananogel {
  border-color: #0591f8;
  color: #0591f8;
}
.btn06__link.--industry {
  border-color: #920D14;
  color: #920D14;
}

.btn07__link {
  display: block;
  padding: 20px 60px 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.btn07__link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.btn07__link + .btn07__link {
  margin-top: 30px;
}
.btn07--col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn07--col2 .btn07__link {
  width: 48.5%;
}
@media screen and (min-width: 768px) {
  .btn07--col2 .btn07__link {
    margin-top: 0;
  }
  .btn07--col2 .btn07__link:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  .btn07--col2 .btn07__link:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn07--col2 .btn07__link {
    width: 100%;
  }
  .btn07--col2 .btn07__link:not(:last-child) {
    margin-bottom: 20px;
  }
}

.btn08 {
  display: flex;
  flex-wrap: wrap;
}
.btn08__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btn08__item {
    width: 48%;
    margin-bottom: 10px;
  }
  .btn08__item:nth-child(odd) {
    margin-right: 4%;
  }
}
.btn08__link {
  display: block;
  background: #f8f5ed;
  padding: 5px 10px;
}
.btn08--col5 .btn08__item {
  min-width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .btn08--col5 .btn08__item {
    width: 48%;
    margin-right: 0;
  }
  .btn08--col5 .btn08__item:nth-child(odd) {
    margin-right: 4% !important;
  }
}

.btn09 {
  display: flex;
  flex-wrap: wrap;
}
.btn09--right {
  justify-content: flex-end;
}
.btn09__link {
  font-size: 14px;
  display: block;
  background: #fff;
  padding: 10px 40px 10px 20px;
  border: 1px solid #d6d6d6;
  min-width: 200px;
  position: relative;
}
.btn09__link:after {
  content: "";
  width: 15px;
  height: 11px;
  background: url(/common/images/icon_arrow01.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: background 0.1s 0.2s;
}

.arrow01 {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .arrow01 {
    font-size: 12px;
  }
}
.arrow01:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  background: url(/common/images/icon_arrow01.png) center/contain no-repeat;
  margin-left: 15px;
}

.ttl01 {
  font-size: 26px;
  margin: 0 auto 55px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.ttl01:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ttl01:before {
    bottom: -10px;
  }
}
.ttl01__sub {
  font-size: 16px;
}
.ttl01 + .txt--lead {
  margin-top: -20px;
}

.ttl02 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ttl02:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ttl02:not(:first-child) {
    margin-top: 30px;
  }
}

.ttl03 {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 13px;
  line-height: 1.2;
}
.ttl03:before {
  content: "";
  height: 1px;
  width: 5px;
  background: #005bac;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.ttl03:not(:first-child) {
  margin-top: 60px;
}
.ttl03__sub {
  font-size: 14px;
  margin-left: 10px;
}
.ttl03.nomark {
  padding-left: 0;
}
.ttl03.nomark:before {
  content: none;
}
.ttl03.circle {
  padding-left: 23px;
}
.ttl03.circle:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #005bac;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ttl03.circle:before {
    width: 4px;
    height: 4px;
  }
}
.ttl03.square {
  padding-left: 23px;
}
.ttl03.square:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #005bac;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ttl03.square:before {
    width: 4px;
    height: 4px;
  }
}

.ttl04 {
  font-size: 24px;
  margin: 0 0 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.ttl04:not(:first-child) {
  margin-top: 60px;
}
.ttl04--type01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ttl04__sub {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ttl04__sub {
    font-size: 12px;
  }
}

.list01__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 767px) {
  .list01__item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.list01__item:first-child {
  padding-top: 0;
}
.list01__date {
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .list01__date {
    margin: 0 20px 0 0;
  }
}
.list01__cat {
  border: 1px solid #555;
  margin-right: 30px;
  padding: 2px 10px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  min-width: 115px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list01__cat {
    font-size: 10px;
    min-width: 90px;
  }
}
.list01__cat.is-disable {
  visibility: hidden;
}
.list01__cat.--color01 {
  border-color: #00a650;
  background: #00a650;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list01__ttl {
    margin-top: 15px;
    width: 100%;
  }
}
.list01__more {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.list01__more:before, .list01__more:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  display: block;
  background: #a7a7a7;
  top: 50%;
  left: 0;
  transition: transform 0.3s ease;
}
.list01__more:before {
  transform: rotate(90deg);
}
.list01__new {
  display: inline-block;
  color: #fff;
  background: #cf2e2e;
  font-size: 0.875em;
  font-weight: normal;
  padding: 2px 8px 0;
  margin-right: 5px;
}

.list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list02__item {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .list02__item {
    margin: 0 1.5vw;
    width: 42vw;
    margin-bottom: 30px;
  }
}
.list02__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 224px;
  height: 224px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .list02__link {
    width: 42vw;
    height: 42vw;
  }
}
.list02__img {
  width: 90px;
  height: 78px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list02--color01 .list02__link {
  background: #f8f5ed;
}
.list02 .img02 {
  width: 78px;
}
.list02 .img03 {
  width: 87px;
}

.list03__item {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list03__item {
    padding: 10px 0 10px 20px;
  }
}
.list03__item:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  position: absolute;
  left: 0;
  top: 22px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .list03__item:after {
    top: 16px;
  }
}
.list03--col2 {
  display: flex;
  flex-wrap: wrap;
}
.list03--col2 .list03__item {
  width: 48.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list03--col2 .list03__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.list03--col2 .list03__item:nth-child(2n+1) {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .list03--col2 .list03__item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list03--col2 .list03__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.list04__item {
  padding: 15px 0;
  border-bottom: 1px solid #d0d0d0;
}
.list04__item:first-child {
  border-top: 1px solid #d0d0d0;
}
.list04__item--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list04__item--flex {
    display: block;
  }
  .list04__item--flex .btn08__link {
    margin-top: 15px;
    display: inline-block;
  }
}
.list04--indent {
  padding-left: 15px;
}

.list05__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 767px) {
  .list05__item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.list05__item:first-child {
  padding-top: 0;
}
.list05__date {
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .list05__date {
    margin: 0 15px 10px 0;
  }
}
.list05__cat {
  border: 1px solid #205ca6;
  color: #205ca6;
  margin-right: 30px;
  padding: 5px 10px 4px 43px;
  font-size: 11px;
  white-space: nowrap;
  text-align: center;
  position: relative;
  min-width: 143px;
}
@media screen and (max-width: 767px) {
  .list05__cat {
    font-size: 10px;
    min-width: 100px;
    margin: 0 15px 10px 0;
  }
}
.list05__cat:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  background: #205ca6 center/cover no-repeat;
  top: 0;
  left: 0;
}
.list05__cat.exhibition:before {
  background-image: url(/common/images/event_icon_exhibition.png);
}
.list05__cat.seminar:before {
  background-image: url(/common/images/event_icon_seminar.png);
}
.list05__cat.others:before {
  background-image: url(/common/images/event_icon_other.png);
}
.list05__region {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .list05__region {
    margin-bottom: 10px;
  }
}
.list05__ttl {
  font-weight: bold;
  margin-top: 15px;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .list05__ttl {
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
  }
}
.list05__new {
  display: inline-block;
  color: #fff;
  background: #cf2e2e;
  font-size: 0.875em;
  font-weight: normal;
  padding: 2px 8px 0;
  margin-right: 5px;
}
.list05--type01 .list05__item {
  border-bottom: 0;
  margin-bottom: 30px;
  padding: 0;
}

.bullet01__item {
  position: relative;
  margin: 0 30px 5px 0;
  padding-left: 13px;
  display: inline-block;
}
.bullet01__item:before {
  content: "";
  height: 1px;
  width: 5px;
  background: #333;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.bullet01__item--bold {
  font-weight: 400;
}
.bullet01__item--bold:before {
  height: 2px;
}
.bullet01--block .bullet01__item {
  display: block;
  margin-right: 0;
}
.bullet01--border {
  border-bottom: 2px solid #f1ede2;
}

.bullet02__item {
  position: relative;
  padding-left: 23px;
  margin-bottom: 0.75em;
}
.bullet02__item:last-child {
  margin-bottom: 0;
}
.bullet02__item:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #005bac;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .bullet02__item:before {
    width: 4px;
    height: 4px;
  }
}

span.bullet02__item {
  display: inline-block;
}

.link01 {
  color: #005bac;
}
.link01:hover {
  text-decoration: underline;
}

.label01 {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #005bac;
  color: #fff;
  font-size: 18px;
  padding: 5px 25px;
  white-space: nowrap;
}
.label01.ceolus {
  background: #00a650;
}
.label01.pcs {
  background: #ff9900;
}
.label01.kiccolate {
  background: #B2005C;
}
.label01.celphere {
  background: #645faa;
}

.table01 {
  border: 1px solid #d6d6d6;
}
.table01 th, .table01 td {
  border: 1px solid #d6d6d6;
  padding: 5px 10px;
  font-size: 0.875em;
}
.table01 th {
  text-align: center;
  background: #e8f7ef;
  vertical-align: middle;
}

.table02 {
  display: table;
}
.table02__row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .table02__row {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .table02__row:last-child .table02__ttl, .table02__row:last-child .table02__cont {
    border-bottom: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 767px) {
  .table02__row:last-child .table02__cont {
    border-bottom: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 767px) {
  .table02__row--header {
    display: none;
  }
}
.table02__row--header .table02__ttl, .table02__row--header .table02__cont {
  border: 0;
}
.table02__ttl, .table02__cont {
  display: table-cell;
  padding: 15px;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table02__ttl, .table02__cont {
    display: block;
  }
}
.table02__ttl {
  border-right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table02__ttl {
    border-right: 1px solid #d6d6d6;
  }
}
@media screen and (max-width: 767px) {
  .table02__cont {
    border-top: 0;
  }
}
.table02 .label01 {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .table02.application .table02__cont:before {
    content: "Recommended grade";
    display: block;
    margin-bottom: 10px;
  }
}

.slider01__item {
  margin: 0 60px;
}
.slider01__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.slider01__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.slider01__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit: $size;";
  object-fit: cover;
  top: 0;
  left: 0;
}
.slider01__img img {
  transition: transform 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slider01__img img:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}
.slider01__cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.slider01__ttl {
  font-size: 14px;
  padding-right: 20px;
}
.slider01__more {
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  padding-left: 20px;
  border-left: 1px solid #bfbfbf;
  flex-shrink: 0;
}
.slider01 .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  border: 1px solid #bfbfbf;
  border-radius: 100%;
  font-size: 0;
  top: 50%;
  transform: translateY(-30px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider01 .slick-arrow {
    width: 42px;
    height: 42px;
  }
}
.slider01 .slick-arrow.slick-next {
  left: 70%;
  background: url(/common/images/icon_arrow02.png) center no-repeat;
}
@media screen and (max-width: 767px) {
  .slider01 .slick-arrow.slick-next {
    left: auto;
    right: 9px;
    background-size: 60%;
  }
}
.slider01 .slick-arrow.slick-prev {
  right: 70%;
  background: url(/common/images/icon_arrow02_left.png) center no-repeat;
}
@media screen and (max-width: 767px) {
  .slider01 .slick-arrow.slick-prev {
    right: auto;
    left: 9px;
    background-size: 60%;
  }
}

.search01 {
  display: flex;
  background: #f8f5ed;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .search01 {
    padding: 15px 20px;
  }
}
.search01__btn {
  background: #005bac;
  color: #fff;
  text-align: center;
  padding: 5px 30px;
  display: inline-block;
  flex-shrink: 0;
  margin-left: 20px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.search01__btn:hover {
  opacity: 0.7;
}

.js-acd__toggle {
  cursor: pointer;
}
.js-acd__cont {
  display: none;
}

body.industry.download.quality_standards .js-acd__toggle::before {
  content: none !important;
}
body.industry.download.quality_standards .js-acd__toggle::after {
  content: none !important;
}
body.industry.download.quality_standards .js-acd__cont {
  display: block;
}

.acd01 {
  position: relative;
}
.acd01__toggle {
  border: 1px solid #d6d6d6;
  font-size: 20px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .acd01__toggle {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .acd01__toggle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .acd01__toggle {
    font-size: 18px;
    padding: 15px 50px 15px 15px;
  }
}
.acd01__toggle:before, .acd01__toggle:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  display: block;
  background: #005bac;
  top: 50%;
  right: 30px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .acd01__toggle:before, .acd01__toggle:after {
    width: 20px;
    bottom: 20px;
    right: 15px;
  }
}
.acd01__toggle:before {
  transform: rotate(90deg);
}
.acd01__cont {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .acd01__cont {
    padding: 10px;
  }
}
.acd01.is-open .acd02__toggle:before {
  transform: rotate(-180deg);
}
.acd01 + .acd01 {
  margin-top: 20px;
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 99;
}

.modal {
  width: 90%;
  max-width: 1000px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 90%;
  }
}
.modal .btn-close {
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -55px;
}
@media screen and (max-width: 767px) {
  .modal .btn-close {
    padding: 14px;
    top: -40px;
    right: 0;
  }
}
.modal .btn-close::before, .modal .btn-close::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 40px;
  height: 2px;
  top: 17px;
  left: 3px;
  z-index: 1;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal .btn-close::before, .modal .btn-close::after {
    width: 30px;
    top: 13px;
    left: 0px;
  }
}
.modal .btn-close::before {
  transform: rotate(135deg);
}

.js-tab__wrap .js-tab__cont:not(:first-child) {
  display: none;
}

#moove_gdpr_cookie_info_bar {
  background: rgba(0, 91, 172, 0.9) !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  color: #005bac !important;
}

#moove_gdpr_cookie_info_bar {
  z-index: 90 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before, .gdpr-icon i.moovegdpr-arrow-close:after, .gdpr-icon i.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before {
  left: 50%;
}

/* --------------------------------------------------
TOPページスタイル
-------------------------------------------------- */
.mv {
  position: relative;
}
.mv__slider .slick-slide {
  background: center/cover no-repeat;
  height: 400px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__slider .slick-slide {
    height: calc(70vh - 84px);
    padding: 40px 0;
  }
}
.mv__slider .bg01 {
  background-image: url(/common/images/top/mv_pharma_pc.jpg);
}
.mv__slider .bg02 {
  background-image: url(/common/images/top/mv_foods_pc.jpg);
}
.mv__slider .bg03 {
  background-image: url(/common/images/top/mv_hananogel_pc.jpg);
}
.mv__slider .bg04 {
  background-image: url(/common/images/top/mv_industry_pc.jpg);
}
.mv__slider .slick-dots {
  padding: 15px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__slider .slick-dots li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .mv__slider .slick-dots li {
    margin: 0 3px;
  }
}
.mv__slider .slick-dots button {
  outline: none;
  font-size: 0;
  border: 0;
  background: #bcbcbc;
  width: 25px;
  height: 2px;
  display: block;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__slider .slick-dots button {
    width: 50px;
    height: 2px;
  }
}
.mv__slider .slick-dots button:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #a5a5a5;
  top: 0;
}
.mv__slider .slick-dots .slick-active button {
  background: #b1b1b1;
}
.mv__box {
  max-width: 1000px;
  height: 100%;
  margin: auto;
  position: relative;
}
.mv__box:before {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 204px;
  background: rgba(255, 255, 255, 0.7);
  bottom: -24px;
  right: -24px;
}
@media screen and (max-width: 767px) {
  .mv__box:before {
    width: 89%;
    height: 52%;
    bottom: -5%;
    right: 0;
  }
}
.mv__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #00a650;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv__box:after {
    width: 94%;
    border-width: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv__box a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__box.foods:after {
  border-color: #ff9900;
}
.mv__box.foods .mv__link {
  background: #ff9900;
}
.mv__box.hananogel:after {
  border-color: #0591f8;
}
.mv__box.hananogel .mv__link {
  background: #0591f8;
}
.mv__box.industry:after {
  border-color: #920D14;
}
.mv__box.industry .mv__link {
  background: #920D14;
}
.mv__cont {
  text-align: center;
  width: 355px;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv__cont {
    right: 3%;
    width: 80%;
  }
}
.mv__ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .mv__ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.mv__ttl--s {
  font-size: 18px;
}
.mv__ttl--m {
  font-size: 24px;
}
.mv__ttl .note {
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.mv__subttl {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv__subttl {
    font-size: 15px;
  }
}
.mv__link {
  display: block;
  background: #00a650;
  color: #fff;
  font-size: 14px;
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .mv__link {
    font-size: 12px;
    padding: 12px 10px;
  }
}
.mv__img {
  height: 360px;
}
.mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  object-fit: cover;
  top: 0;
  left: 0;
}

.top .subpage-show {
  display: none;
}
.top__sitenav {
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .top__sitenav {
    padding: 40px 0;
  }
}
.top__topics {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .top__topics {
    padding: 40px 0;
  }
}
.top__download {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top__download {
    padding: 40px 0;
  }
}
.top__inquiry {
  padding: 60px 0;
  background: #f8f5ed;
}
@media screen and (max-width: 767px) {
  .top__inquiry {
    padding: 40px 0;
  }
}
.top__recommend {
  padding: 60px 0;
  background: #f8f5ed;
}
@media screen and (max-width: 767px) {
  .top__recommend {
    padding: 40px 0;
  }
}
.top__lineup {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .top__lineup {
    padding: 40px 0;
  }
}
.top__block {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top__block {
    padding: 40px 0;
  }
}
.top__bnr {
  padding-top: 100px;
}
.top .l-main {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .top .l-main {
    padding-bottom: 60px;
  }
}

/* --------------------------------------------------
その他ページ 追加スタイル
-------------------------------------------------- */
.teaser {
  border-bottom: 1px solid #f1f1f1;
  background: url("/ja/foods/solutions/images/bg_teaser.png") no-repeat top right;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .teaser {
    margin-bottom: 30px;
  }
}
.teaser .l-container {
  display: flex;
  height: 160px;
  justify-content: space-between;
  align-items: center;
}
.teaser__txt {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .teaser__txt {
    font-size: 21px;
    line-height: 1.2;
  }
}
.teaser__txt span {
  display: block;
  font-size: 20px;
}
.teaser__txt b {
  font-size: 20px;
  font-weight: normal;
}
.teaser__img {
  display: flex;
  align-items: center;
  justify-content: left;
}
.teaser__img span {
  font-size: 18px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #00a650;
  color: #00a650;
}

.teaser.bg01 {
  background: none;
}

.teaser .color02 span {
  font-size: 18px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #f7ab00 !important;
  color: #f7ab00 !important;
}

#contents {
  padding: 70px 0 110px;
}
#contents .l-container {
  display: flex;
  justify-content: space-between;
}
#contents .l-container #main {
  width: 940px;
  order: 2;
}
#contents .l-container .sidebar {
  width: 200px;
  order: 1;
}

.sidebar__tit {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: bold;
}
.sidebar__list {
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  padding: 25px 20px;
}
.sidebar__list > li {
  margin-bottom: 25px;
}
.sidebar__list > li .small-list {
  padding-left: 10px;
}
.sidebar__list > li .small-list li {
  margin: 10px 0;
}
.sidebar__list > li .small-list li a {
  font-size: 14px;
  color: #333;
}
.sidebar__list > li .small-list li .small-list01 {
  padding-left: 10px;
}
.sidebar__list > li .small-list li .small-list01 li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dashed #333;
  font-size: 12px;
}
.sidebar__list > li .small-list li .small-list01 li a {
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
.sidebar__list > li .small-list li .small-list01 li a.first {
  font-size: 13px;
  font-weight: bold;
}
.sidebar__list > li:last-child {
  margin-bottom: 0;
}
.sidebar__list > li a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.sidebar__link {
  margin-bottom: 10px;
}
.sidebar__link a {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #f1f1f1;
  font-weight: bold;
}
.sidebar__txt {
  font-size: 13px;
  line-height: 1.7;
  margin: 15px 0 15px;
  font-weight: bold;
}

.solutions__tit {
  font-size: 22px;
  font-weight: bold;
}
.solutions__txt {
  font-size: 16px;
  margin-top: 20px;
}
.solutions__list {
  margin-top: 70px;
}
.solutions__list--tit {
  font-size: 20px;
  padding-left: 14px;
  position: relative;
  margin-bottom: 15px;
}
.solutions__list--tit:before {
  background: url("/ja/foods/solutions/images/ico_solution01.jpg") 0 0 no-repeat;
  width: 6px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  z-index: 2;
  position: absolute;
}
.solutions__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.solutions__list ul li {
  width: 48.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .solutions__list ul li {
    width: 100%;
  }
}
.solutions__list ul li a {
  display: flex;
  justify-content: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 110px;
  padding: 10px;
  align-items: center;
  background: #fff;
  position: relative;
}
.solutions__list ul li a:before {
  background: url("/ja/foods/solutions/images/ico_solution02.png") 0 0 no-repeat;
  width: 7px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  z-index: 2;
  position: absolute;
}
.solutions__list ul li a img {
  width: 90px;
}
.solutions__list ul li a span {
  width: calc(100% - 90px);
  padding-left: 24px;
  font-size: 20px;
  color: #333;
}

.s-use01 .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-use01__data {
  margin-top: 56px;
}
.s-use01__data--tit {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.s-use01__data--btn {
  margin-top: 40px;
  text-align: right;
}
.s-use01__data--btn a {
  display: inline-block;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
.s-use01__data li {
  display: block;
  padding: 10px 0 6px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #707070;
}

.s-function01__tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.s-function01__txt {
  font-size: 16px;
  margin-bottom: 10px;
}
.s-function01__img {
  text-align: center;
}

.products__flex {
  display: flex;
  justify-content: space-between;
}
.products__flex > div {
  width: 48%;
  padding: 25px 60px 30px 15px;
  position: relative;
  border: 1px solid #707070;
}
.products__flex > div:before {
  background: url("/ja/foods/products/images/ico_products01.png") 0 0 no-repeat;
  width: 38px;
  height: 38px;
  right: 10px;
  top: 50%;
  content: "";
  z-index: 2;
  position: absolute;
}
.products__flex--img {
  text-align: center;
}
.products__flex--txt {
  font-size: 16px;
  margin-top: 25px;
}

.ceolus_outine__box + .ceolus_outine__box {
  margin-top: 40px;
}
.ceolus_outine__tit {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px;
}
.ceolus_outine__tit span {
  font-size: 20px;
}
.ceolus_outine__txt {
  padding: 16px 0;
  font-size: 16px;
  color: #000;
}
.ceolus_outine__txt span {
  color: #ff0000;
}
.ceolus_outine__img {
  text-align: center;
  position: relative;
}
.ceolus_outine__img .ttl {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__img .ttl {
    font-size: 2.2vw;
  }
}
.ceolus_outine__img .ttl.ttl1 {
  position: absolute;
  top: 37%;
  left: 16%;
}
@media screen and (max-width: 1023px) {
  .ceolus_outine__img .ttl.ttl1 {
    left: 20%;
  }
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .ttl.ttl1 {
    left: 18%;
  }
}
.ceolus_outine__img .ttl.ttl2 {
  position: absolute;
  top: 37%;
  right: 10%;
}
@media screen and (max-width: 1023px) {
  .ceolus_outine__img .ttl.ttl2 {
    right: 14%;
  }
}
.ceolus_outine__img .subttl {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__img .subttl {
    font-size: 1.6vw;
  }
}
.ceolus_outine__img .subttl.subttl1 {
  position: absolute;
  left: 18%;
  top: 42%;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__img .subttl.subttl1 {
    left: 16%;
  }
}
@media screen and (max-width: 1023px) {
  .ceolus_outine__img .subttl.subttl1 {
    left: 19%;
  }
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .subttl.subttl1 {
    left: 16%;
  }
}
.ceolus_outine__img .subttl.subttl2 {
  position: absolute;
  top: 42%;
  right: 16%;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__img .subttl.subttl2 {
    right: 14%;
  }
}
@media screen and (max-width: 1023px) {
  .ceolus_outine__img .subttl.subttl2 {
    right: 16%;
  }
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .subttl.subttl2 {
    right: 12%;
  }
}
.ceolus_outine__img .list {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__img .list {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .ceolus_outine__img .list {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .list {
    font-size: 10px;
    scale: 0.7;
  }
}
.ceolus_outine__img .list.list1 {
  position: absolute;
  bottom: 30%;
  left: 7%;
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .list.list1 {
    bottom: 26%;
    left: 3%;
  }
}
.ceolus_outine__img .list.list2 {
  position: absolute;
  bottom: 28%;
  right: 10%;
}
@media screen and (max-width: 500px) {
  .ceolus_outine__img .list.list2 {
    bottom: 23%;
    right: calc(-2% + 10px);
  }
}
.ceolus_outine__list {
  margin-top: 40px;
}
.ceolus_outine__list ul {
  display: flex;
  justify-content: space-between;
}
.ceolus_outine__list ul li {
  width: 49%;
}
.ceolus_outine__list ul li .img {
  text-align: center;
  height: 338px;
}
.ceolus_outine__list ul li .img img {
  height: 338px;
}
.ceolus_outine__list ul li .ceolus_outine-btn {
  margin: 30px 0 0;
  text-align: center;
}
.ceolus_outine__list ul li .ceolus_outine-btn a {
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 300px;
  border: 1px solid #000;
  line-height: 40px;
  display: inline-block;
}
.ceolus_outine__smltxt {
  font-size: 14px;
}
.ceolus_outine .ceolus_outine_table {
  overflow-x: auto;
  width: 100%;
}
.ceolus_outine .ceolus_outine_table table {
  width: 940px;
  table-layout: fixed;
}
.ceolus_outine .ceolus_outine_table table,
.ceolus_outine .ceolus_outine_table td,
.ceolus_outine .ceolus_outine_table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.ceolus_outine .ceolus_outine_table td,
.ceolus_outine .ceolus_outine_table th {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.ceolus_outine .ceolus_outine_table th {
  background: #f0e6cc;
}
.ceolus_outine .ceolus_outine_table .even {
  background: #fbf8f0;
}
.ceolus_outine .ceolus_outine_table .odd {
  background: #fefcf9;
}
.ceolus_outine .ceolus_outine_table .vt {
  writing-mode: vertical-lr;
}
.ceolus_outine .ceolus_outine_table .vt .novt {
  writing-mode: horizontal-tb;
}
.ceolus_outine .ceolus_outine_table .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 2px;
}
.ceolus_outine .ceolus_outine_table .fz_sm,
.ceolus_outine .ceolus_outine_table .fz_sm * {
  font-size: 10px;
  line-height: 1.6;
}
.ceolus_outine .ceolus_outine_table .bg_green {
  background-color: rgb(193, 216, 215);
}
.ceolus_outine .ceolus_outine_table .bg_green2 {
  background-color: rgb(203, 226, 203);
}
.ceolus_outine .ceolus_outine_table .bg_green3 {
  background-color: rgb(222, 232, 171);
}
.ceolus_outine .ceolus_outine_table .bg_green4 {
  background-color: rgb(117, 195, 170);
}
.ceolus_outine .ceolus_outine_table .bg_green5 {
  background-color: rgb(212, 236, 229);
}
.ceolus_outine .ceolus_outine_table .bg_blue {
  background-color: rgb(157, 209, 242);
}
.ceolus_outine .ceolus_outine_table .bg_orange1 {
  background-color: rgb(228, 194, 183);
}
.ceolus_outine .ceolus_outine_table .bg_orange2 {
  background-color: rgb(242, 226, 219);
}
.ceolus_outine .ceolus_outine_table .bg_yellow1 {
  background-color: rgb(229, 210, 128);
}
.ceolus_outine .ceolus_outine_table .bg_yellow2 {
  background-color: rgb(247, 242, 214);
}
.ceolus_outine .ceolus_outine_table .bg_yellow3 {
  background-color: rgb(249, 222, 134);
}
.ceolus_outine .ceolus_outine_table .bg_yellow4 {
  background-color: rgb(253, 247, 227);
}
.ceolus_outine .ceolus_outine_table .bt0 {
  border-top: 0;
}
.ceolus_outine .ceolus_outine_table .bb0 {
  border-bottom: 0;
}
.ceolus_outine .ceolus_outine_table .bold,
.ceolus_outine .ceolus_outine_table .bold * {
  font-weight: bold;
}
.ceolus_outine .bd_green {
  border-bottom: 2px solid rgb(0, 170, 164);
  max-width: 200px;
}
.ceolus_outine .bd_lightgreen {
  border-bottom: 2px solid #789300;
  max-width: 200px;
}
.ceolus_outine .caption {
  font-size: 14px;
}
.ceolus_outine .txt_green {
  color: #007652;
  font-weight: bold;
}
.ceolus_outine .txt_lightgreen {
  color: #789300;
  font-weight: bold;
}
.ceolus_outine .txt_orange {
  color: #aa5b00;
  font-weight: bold;
}
.ceolus_outine .txt_yellow {
  color: #b49a00;
  font-weight: bold;
}
.ceolus_outine .icon_ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 26px;
  margin-bottom: 10px;
  position: relative;
}
.ceolus_outine .icon_ttl .icon {
  display: inline;
  width: 24px;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.ceolus_outine .icon_ttl.green {
  border-bottom: 2px solid rgb(0, 170, 164);
}
.ceolus_outine .icon_ttl.lightgreen {
  border-bottom: 2px solid rgb(222, 232, 171);
}
.ceolus_outine .icon_ttl.yellow {
  border-bottom: 2px solid #e3b400;
}
.ceolus_outine .icon_ttl.nobd {
  border-bottom: none;
}
.ceolus_outine__dx_imgbox {
  position: relative;
}
.ceolus_outine__dx_imgbox .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 74%;
  position: absolute;
  right: 13%;
  bottom: 10.5%;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .ceolus_outine__dx_imgbox .flex {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .ceolus_outine__dx_imgbox .flex {
    width: 100%;
    scale: 0.75;
    right: 0;
    bottom: 10px;
  }
}
.ceolus_outine__dx_imgbox .flex span {
  width: 25%;
  text-align: center;
  color: #fff;
}
.ceolus_outine__dx_imgbox .caption {
  font-size: 12px;
  position: absolute;
  right: 13%;
  bottom: 4%;
}
@media screen and (max-width: 500px) {
  .ceolus_outine__dx_imgbox .caption {
    bottom: -5%;
  }
}
.ceolus_outine__dx_txtbox {
  border: 1px solid;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine__dx_txtbox {
    gap: 20px;
  }
}
.ceolus_outine__dx_txtbox .flex_item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine__dx_txtbox .flex_item {
    width: 100%;
  }
}
.ceolus_outine__dx_txtbox .flex_item table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.ceolus_outine__dx_txtbox .flex_item table,
.ceolus_outine__dx_txtbox .flex_item td,
.ceolus_outine__dx_txtbox .flex_item th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.ceolus_outine__dx_txtbox .flex_item td,
.ceolus_outine__dx_txtbox .flex_item th {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.ceolus_outine__dx_txtbox .flex_item th {
  background: #f0e6cc;
}
.ceolus_outine__dx_txtbox .flex_item .caption {
  width: fit-content;
  margin: 0 0 0 auto;
  padding-right: 20px;
  font-size: 14px;
}
.ceolus_outine__dx_txtbox .flex_item .green_box {
  font-size: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4px;
  background-color: rgb(66, 180, 157);
  width: 100%;
  height: 170px;
  box-shadow: 2px 2px 14px black;
}
.ceolus_outine__dx_txtbox .flex_item .green_box .large {
  font-size: 46px;
}
.ceolus_outine .powder_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 20px 0;
  margin: 40px auto;
}
.ceolus_outine .powder_flex .flex_item {
  width: 80%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ceolus_outine .powder_flex .flex_item {
    width: 100%;
  }
}
.ceolus_outine .powder_flex .flex_item .txt {
  position: absolute;
  top: 29%;
  right: 10px;
  width: 48%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ceolus_outine .powder_flex .flex_item .txt {
    font-size: 10px;
    scale: 0.7;
    top: 18%;
  }
}
.ceolus_outine .powder_reatures_box {
  margin: 40px auto;
}
.ceolus_outine .powder_reatures_box .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 20px;
  gap: 4%;
}
.ceolus_outine .powder_reatures_box .flex .flex_item {
  width: 48%;
}
.ceolus_outine .powder_reatures_box .flex .flex_item .list_ttl {
  margin-top: 20px;
}
.ceolus_outine .powder_reatures_box .flex .flex_item .list {
  margin-top: 10px;
}
.ceolus_outine.pcs_outline .flex1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex1 {
    gap: 20px;
  }
}
.ceolus_outine.pcs_outline .flex1 .flex_item:first-child {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex1 .flex_item:first-child {
    width: 100%;
  }
}
.ceolus_outine.pcs_outline .flex1 .flex_item:last-child {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex1 .flex_item:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex1 .flex_item {
    width: 100%;
  }
}
.ceolus_outine.pcs_outline .flex1 .ceolus_outine_table table {
  max-width: 100%;
}
.ceolus_outine.pcs_outline .flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4%;
  margin-top: 40px;
}
.ceolus_outine.pcs_outline .flex2 > .flex_item:first-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex2 > .flex_item:first-child {
    width: 100%;
  }
}
.ceolus_outine.pcs_outline .flex2 > .flex_item:last-child {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex2 > .flex_item:last-child {
    width: 100%;
  }
}
.ceolus_outine.pcs_outline .flex2 > .flex_item .flex3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4%;
  margin: 10px auto;
}
.ceolus_outine.pcs_outline .flex2 > .flex_item .flex3 > .flex_item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .ceolus_outine.pcs_outline .flex2 > .flex_item .flex3 > .flex_item.spw100 {
    width: 100%;
  }
}
.ceolus_outine.pcs_outline .flex2 > .flex_item .list {
  margin-top: 10px;
}

.l-mainarea .ceolus_colloidal_features {
  margin-top: 40px;
}
.l-mainarea .ceolus_colloidal_features__tit {
  font-size: 20px;
  font-weight: bold;
}
.l-mainarea .ceolus_colloidal_features__txt {
  font-size: 16px;
  margin: 20px 0 30px;
}
.l-mainarea .ceolus_colloidal_features__tit + .l-mainarea .ceolus_colloidal_features__img {
  margin-top: 30px;
}
.l-mainarea .ceolus_colloidal_features__imgbox {
  max-width: 550px;
  margin: auto;
}
.l-mainarea .ceolus_colloidal_features__imgbox .flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 4%;
}
.l-mainarea .ceolus_colloidal_features__imgbox .flex .flex_item {
  width: 48%;
}
.l-mainarea .ceolus_colloidal_features__imgbox .flex .flex_item img {
  display: block;
  margin: auto;
}
.l-mainarea .ceolus_colloidal_features__imgbox.box2 {
  max-width: 100%;
  margin-top: 40px;
}
.l-mainarea .ceolus_colloidal_features__imgbox.box2 .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-mainarea .ceolus_colloidal_features__imgbox.box2 .flex .flex_item {
    width: 100%;
  }
}
.l-mainarea .ceolus_colloidal_features__imgbox.box2 .flex .flex_item img {
  width: 100%;
}

body.ceolus_colloidal_function01 .l-mainarea .ceolus_colloidal_features__imgbox,
body.ceolus_colloidal_function02 .l-mainarea .ceolus_colloidal_features__imgbox {
  max-width: 700px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body.ceolus_colloidal_function01 .l-mainarea .ceolus_colloidal_features__imgbox,
  body.ceolus_colloidal_function02 .l-mainarea .ceolus_colloidal_features__imgbox {
    margin-bottom: 40px;
  }
}
body.ceolus_colloidal_function01 .l-mainarea .ceolus_colloidal_features__imgbox .flex .flex_item:first-child img,
body.ceolus_colloidal_function02 .l-mainarea .ceolus_colloidal_features__imgbox .flex .flex_item:first-child img {
  width: 100%;
}
body.ceolus_colloidal_function01 .l-mainarea .ceolus_colloidal_features__imgbox .flex.column,
body.ceolus_colloidal_function02 .l-mainarea .ceolus_colloidal_features__imgbox .flex.column {
  flex-direction: column;
  gap: 20px;
}
body.ceolus_colloidal_function01 .l-mainarea .ceolus_colloidal_features__imgbox .flex.column .flex_item,
body.ceolus_colloidal_function02 .l-mainarea .ceolus_colloidal_features__imgbox .flex.column .flex_item {
  width: 100%;
}

.l-mainarea .for_using__tit {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.l-mainarea .for_using__txt {
  font-size: 16px;
  margin: 20px 0 40px;
}
.l-mainarea .for_using__btn {
  text-align: right;
}
.l-mainarea .for_using__btn a {
  display: inline-block;
  padding: 0 16px;
  border: 1px solid #000;
  color: #000;
  line-height: 40px;
}
.l-mainarea .for_using ul {
  margin: 15px 0 0;
}
.l-mainarea .for_using ul.list {
  padding: 0 0 0 24px;
}
.l-mainarea .for_using li {
  font-size: 16px;
  padding-left: 18px;
  position: relative;
}
.l-mainarea .for_using li + li {
  margin-top: 8px;
}
.l-mainarea .for_using li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-mainarea .for_using__list {
  margin-top: 40px;
}
.l-mainarea .for_using__list--tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.l-mainarea .for_using__list--tit.color02 {
  color: #a7a7a7;
}
.l-mainarea .for_using__list--tit span {
  display: inline-block;
  font-size: 30px;
  color: #000;
  margin-right: 10px;
}
.l-mainarea .for_using__list .box {
  padding-left: 24px;
}
.l-mainarea .for_using__list--strong {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.l-mainarea .for_using__list--img {
  margin-top: 20px;
  text-align: center;
}

.login.en .bg_blue {
  background-color: #dae3f3;
  padding: 10px 0px;
  font-size: 20px;
  margin: 0 auto 40px;
  max-width: 680px;
}

/* --------------------------------------------------
174_HA_製品情報
-------------------------------------------------- */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.c-sidebar {
  padding-top: 5px;
}

.c-sidebar__link {
  margin-bottom: 62px;
}

.c-sidebar__link li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border: 1px solid #707070;
  border-top: none;
  background: #fff;
  padding: 5px 8px 4px 8px;
  font-weight: 700;
}

.c-sidebar__link li a.active {
  background: #EFEFEF;
}

.c-sidebar__link li a:hover {
  opacity: 0.8;
}

.c-sidebar__link li.first {
  padding: 6px 8px 5px 8px;
  background: #707070;
  border-top: 1px solid #707070;
  color: #fff;
  font-weight: 700;
}

.c-sidebar__content {
  border: 1px solid #707070;
  padding: 17px 15px 5px 15px;
  margin-bottom: 26px;
  background: #F9F9F9;
}

.c-sidebar__content .btn-1 {
  display: block;
  background: #FFF;
  border: 1px solid #707070;
  padding: 9px 15px 6px 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 11px;
  transition: 0.5s;
}

.c-sidebar__content .btn-1:hover {
  opacity: 0.8;
}

.c-sidebar__content .btn-2 {
  display: block;
  background: #707070;
  border: 1px solid #707070;
  padding: 14px 15px 12px 15px;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 20px;
  transition: 0.5s;
}

.c-sidebar__content .btn-2:hover {
  opacity: 0.8;
}

.c-sidebar__content p {
  margin-bottom: 7px;
}

.c-btn01 {
  width: 100%;
  max-width: 248px;
  padding: 17px 42px 16px 16px;
  font-size: 24px;
  color: #E06868;
  font-weight: bold;
  border: 1px solid #707070;
  display: block;
  position: relative;
  line-height: 1.3;
}

.c-btn01::after {
  content: "";
  background: url(../images/information/icon_information01.svg) no-repeat center;
  background-size: contain;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.c-list01 {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.c-list01__item {
  width: calc(33.33% - 11px);
}

.c-list01__item .title {
  font-size: 24px;
  color: #F5A250;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-right: 32px;
  margin-bottom: 8px;
  border: 1px solid #707070;
  box-shadow: 0 3px 6px;
  padding: 60px 11px 60px 11px;
  text-align: center;
}

.c-list01__item:nth-child(2) .title {
  color: #E06868;
}

.c-list01__item:nth-child(3) .title {
  color: #CC7DB1;
}

.c-list01__item p {
  line-height: 1.5;
  position: relative;
  padding-right: 45px;
}

.c-list01__item p .link {
  width: 27px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.c-box01 {
  margin-bottom: 43px;
}

.c-box01:last-child {
  margin-bottom: 0;
}

.c-box01 .ttl {
  font-size: 24px;
  line-height: 2;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.c-box01 .ttl-1 {
  font-size: 20px;
  margin-bottom: -30px;
  padding-top: 65px;
}

.c-box01 p:not(.ttl-1):not(.ttl) {
  line-height: 1.3125;
  margin-bottom: 22px;
}

.c-box01 p:not(.ttl-1):not(.ttl):last-child {
  margin-bottom: 0;
}

.c-box01 .img {
  margin: 0;
  width: 100%;
  padding-top: 40px;
}

.c-box01 .img img {
  width: 100%;
}

.c-box01 .img-1 {
  margin: 0;
  width: 100%;
  max-width: 657px;
  padding-top: 40px;
}

.c-box01 .img-1 img {
  width: 100%;
}

.c-box01 .small {
  font-size: 14px;
  line-height: 1.357;
}

.c-box01__content {
  display: flex;
  align-items: center;
  padding-top: 41px;
}

.c-box01__content figure {
  width: 64%;
  margin: 0;
}

.c-box01__content figure img {
  width: 100%;
}

.c-box01__content ul {
  width: 36%;
  padding-left: 15px;
}

.c-box01__content li {
  padding: 22px 0 40px 0;
}

.c-box01__content li:nth-child(2) a {
  color: #CC7DB1;
}

.c-box01__content li:nth-child(3) a {
  color: #F5A250;
}

.ppp__title {
  padding-bottom: 8px;
  border-bottom: 1px solid black;
}

.ppp__btn {
  border: 1px solid #707070;
}

.ppp__btn--click {
  max-width: 33.3333333333%;
  padding: 14px 0;
  font-weight: bold;
  line-height: 1;
}

.ppp__btn--click:first-child {
  border-right: 1px solid #707070;
}

.ppp__btn--click:last-child {
  border-left: 1px solid #707070;
}

.ppp__dot {
  position: relative;
  padding-left: 20px;
  white-space: pre-line;
}

.ppp__dot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  top: clamp(6px, 1vw, 8px);
  height: 8px;
  width: 8px;
  background-color: #0591f8;
  border-radius: 50%;
}

.ppp__last {
  margin-bottom: 0 !important;
}

.btn-tab {
  width: 100%;
  max-width: 50%;
  padding: 14px 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid #707070;
  background-color: #fff;
}

.btn-tab.active {
  background-color: #707070;
  color: #fff;
}

.tab {
  width: 100%;
  display: none;
}

.tab.active {
  display: block;
}

.tab .tab-heading {
  font-weight: 500;
  font-size: 2.4rem;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.tab-txt {
  color: #000;
}

.tab-txt.txt-01 {
  font-size: 2rem;
  line-height: 1;
}

.tab-txt.txt-02 {
  font-size: 1.6rem;
}

.tab-txt.flex-txt {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
}

.tab-txt.flex-txt .tab-dot {
  width: 35px;
  position: relative;
}

.tab-txt.flex-txt .tab-dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #0591F8;
}

.tab-txt.flex-txt .tab-txt {
  width: calc(100% - 35px);
}

.tab-txt.flex-txt .tab-txt p {
  margin-bottom: 30px;
}

.inline-question .i-question {
  letter-spacing: -1px;
  border: 1px solid #707070;
  position: relative;
  padding: 20px 20px 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inline-question .i-question::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #707070;
  border-top: 0;
  border-left: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(35deg) skew(-25deg);
  transition: all 0.3s ease;
}

.inline-question .i-question:hover {
  opacity: 0.75;
}

.inline-question .i-question.active::after {
  transform: rotate(215deg) skew(-25deg);
}

.inline-question .i-answer {
  letter-spacing: -1px;
  padding: 20px 0px 20px 20px;
}

@media only screen and (max-width: 1099px) {
  .page-header::after {
    right: 0;
  }
}
@media only screen and (max-width: 915px) {
  .c-box01__content li {
    padding: 2.5vw 0 4.5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-header__logo--txt a {
    font-size: 18px;
    line-height: 1.2;
    padding: 17px 0 10px 0;
  }
  .l-header__logo--txt a span {
    font-size: 12px;
    display: block;
  }
  .page-header {
    padding: 6px 0 11px 0;
  }
  .page-header__inner {
    padding: 15px 0;
  }
  .page-header::after {
    right: 0;
    width: 50%;
    max-width: 215px;
  }
  .l-mainarea1 {
    margin-bottom: 30px;
  }
  .c-sidebar__link {
    margin-bottom: 26px;
  }
  .c-btn01 {
    padding: 15px 42px 13px 16px;
    font-size: 18px;
  }
  .c-btn01::after {
    width: 21px;
    height: 21px;
    right: 14px;
  }
  .c-list01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-list01__item {
    width: 300px;
    margin: 10px;
    padding: 9px 11px 25px 11px;
  }
  .c-list01__item .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 25px 10px 25px 10px;
  }
  .c-list01__item .title::after {
    width: 21px;
    height: 21px;
  }
  .c-box01:last-child {
    margin-bottom: 0;
  }
  .c-box01 .ttl {
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .c-box01 .ttl-1 {
    font-size: 16px;
    margin-bottom: -35px;
    padding-top: 30px;
  }
  .c-box01 p:not(.ttl-1):not(.ttl) {
    margin-bottom: 15px;
  }
  .c-box01__content {
    display: block;
  }
  .c-box01__content figure {
    width: 100%;
    margin-bottom: 25px;
  }
  .c-box01__content ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-box01__content li {
    padding: 0;
    margin: 10px;
  }
  .tab .tab-heading {
    font-size: 2rem;
  }
  .tab-txt.txt-01 {
    font-size: 1.8rem;
  }
  .tab-txt.txt-01 {
    font-size: 1.4rem;
  }
  .tab-txt.flex-txt {
    font-size: 1.4rem;
  }
}
.arrowbtn01 {
  display: block;
  background: url("/common/images/icon_arrow01.svg") no-repeat;
  background-position: center right 10px;
  border: solid 1px #000;
  font-size: 24px;
  font-weight: 600;
  box-shadow: 2px 4px 6px #eee;
}
.arrowbtn01 p {
  padding: 13px 30px 13px 10px;
}

.t_col01 {
  color: #E06868;
}

.t_col02 {
  color: #CC7DB1;
}

.t_col03 {
  color: #F5A250;
}

.aibox {
  display: flex;
}
.aibox .aibox_l {
  flex: 1;
}
.aibox .aibox_r {
  flex: 0 0 248px;
}
@media screen and (max-width: 767px) {
  .aibox .aibox_r {
    display: none;
  }
}
.aibox .aibox_r .arrowbtn01 {
  margin-bottom: 70px;
  font-size: 20px;
}
.aibox .aibox_r .arrowbtn01:last-child {
  margin-bottom: 0;
}

.cibox_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cibox_btns {
    display: block;
  }
}
.cibox_btns .arrowbtn01 {
  flex: 0 0 30%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cibox_btns .arrowbtn01 {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* --------------------------------------------------
カテゴリ別の色変更はこちらに
-------------------------------------------------- */
.pharma .l-header__top {
  border-color: #00a650;
}
.pharma .l-header__subttl {
  color: #00a650;
}
.pharma .l-header__subttl2 {
  color: #00a650;
}
.pharma .lang-select__menu {
  background: #00a650;
}
.pharma .lang-select__menu:before {
  border-color: transparent transparent #00a650 transparent;
}
.pharma .member__btn {
  border-color: #00a650;
}
.pharma .member__btn--login {
  color: #00a650;
}
.pharma .member__btn--register {
  background: #00a650;
}
.pharma .l-nav__menu {
  border-color: #00a650;
}
.pharma .l-nav__dir2 {
  background: #00a650;
}
.pharma .l-nav__dir3 {
  background: #00a650;
}
.pharma .l-nav__child.color01 {
  background: #00a650;
}
@media screen and (max-width: 1023px) {
  .pharma .l-nav__child.color01 {
    background: transparent;
  }
}
.pharma .l-nav__child.color01 .l-nav__menu {
  border-color: #fff;
}
.pharma .l-nav__child.color01 .l-nav__sub {
  background: #00a650;
}
@media screen and (max-width: 1023px) {
  .pharma .l-nav__child.color01 .l-nav__sub {
    background: transparent;
  }
}
.pharma .sidenav__item.is-current {
  border-color: #00a650;
}
.pharma .sidenav__item.is-current .sidenav__dir2 {
  border-color: #00a650;
}
.pharma .ttl03:before {
  background: #00a650;
}
.pharma .btn03__link.is-current {
  background: #00a650;
}
.pharma .list03__item:after {
  border-color: #00a650;
}
.pharma .bullet02__item:before {
  background: #00a650;
}
.pharma .acd01__toggle:before, .pharma .acd01__toggle:after {
  background: #00a650;
}
.pharma .search01__btn {
  background: #00a650;
}
.pharma .l-contents h3:before {
  background: #00a650;
}
.pharma .l-contents h3.circle:before {
  background: #00a650;
}
.pharma .l-contents h3.square:before {
  background: #00a650;
}

.foods .l-header__top {
  border-color: #ff9900;
}
.foods .l-header__subttl {
  color: #ff9900;
}
.foods .l-header__subttl2 {
  color: #ff9900;
}
.foods .lang-select__menu {
  background: #ff9900;
}
.foods .lang-select__menu:before {
  border-color: transparent transparent #ff9900 transparent;
}
.foods .member__btn {
  border-color: #ff9900;
}
.foods .member__btn--login {
  color: #ff9900;
}
.foods .member__btn--register {
  background: #ff9900;
}
.foods .l-nav__menu {
  border-color: #ff9900;
}
.foods .l-nav__dir2 {
  background: #ff9900;
}
.foods .l-nav__dir3 {
  background: #ff9900;
}
.foods .l-nav__child.color01 {
  background: #ff9900;
}
@media screen and (max-width: 1023px) {
  .foods .l-nav__child.color01 {
    background: transparent;
  }
}
.foods .l-nav__child.color01 .l-nav__menu {
  border-color: #fff;
}
.foods .l-nav__child.color01 .l-nav__sub {
  background: #ff9900;
}
@media screen and (max-width: 1023px) {
  .foods .l-nav__child.color01 .l-nav__sub {
    background: transparent;
  }
}
.foods .sidenav__item.is-current {
  border-color: #ff9900;
}
.foods .sidenav__item.is-current .sidenav__dir2 {
  border-color: #ff9900;
}
.foods .ttl03:before {
  background: #ff9900;
}
.foods .btn03__link.is-current {
  background: #ff9900;
}
.foods .list03__item:after {
  border-color: #ff9900;
}
.foods .bullet02__item:before {
  background: #ff9900;
}
.foods .acd01__toggle:before, .foods .acd01__toggle:after {
  background: #ff9900;
}
.foods .search01__btn {
  background: #ff9900;
}
.foods .l-contents h3:before {
  background: #ff9900;
}
.foods .l-contents h3.circle:before {
  background: #ff9900;
}
.foods .l-contents h3.square:before {
  background: #ff9900;
}

.hananogel .l-header__top {
  border-color: #0591f8;
}
.hananogel .l-header__subttl {
  color: #0591f8;
}
.hananogel .l-header__subttl2 {
  color: #0591f8;
}
.hananogel .lang-select__menu {
  background: #0591f8;
}
.hananogel .lang-select__menu:before {
  border-color: transparent transparent #0591f8 transparent;
}
.hananogel .member__btn {
  border-color: #0591f8;
}
.hananogel .member__btn--login {
  color: #0591f8;
}
.hananogel .member__btn--register {
  background: #0591f8;
}
.hananogel .l-nav__menu {
  border-color: #0591f8;
}
.hananogel .l-nav__dir2 {
  background: #0591f8;
}
.hananogel .l-nav__dir3 {
  background: #0591f8;
}
.hananogel .l-nav__child.color01 {
  background: #0591f8;
}
@media screen and (max-width: 1023px) {
  .hananogel .l-nav__child.color01 {
    background: transparent;
  }
}
.hananogel .l-nav__child.color01 .l-nav__menu {
  border-color: #fff;
}
.hananogel .l-nav__child.color01 .l-nav__sub {
  background: #0591f8;
}
@media screen and (max-width: 1023px) {
  .hananogel .l-nav__child.color01 .l-nav__sub {
    background: transparent;
  }
}
.hananogel .sidenav__item.is-current {
  border-color: #0591f8;
}
.hananogel .sidenav__item.is-current .sidenav__dir2 {
  border-color: #0591f8;
}
.hananogel .ttl03:before {
  background: #0591f8;
}
.hananogel .btn03__link.is-current {
  background: #0591f8;
}
.hananogel .list03__item:after {
  border-color: #0591f8;
}
.hananogel .bullet02__item:before {
  background: #0591f8;
}
.hananogel .acd01__toggle:before, .hananogel .acd01__toggle:after {
  background: #0591f8;
}
.hananogel .search01__btn {
  background: #0591f8;
}
.hananogel .l-contents h3:before {
  background: #0591f8;
}
.hananogel .l-contents h3.circle:before {
  background: #0591f8;
}
.hananogel .l-contents h3.square:before {
  background: #0591f8;
}

.industry .l-header__top {
  border-color: #920D14;
}
.industry .l-header__subttl {
  color: #920D14;
}
.industry .l-header__subttl2 {
  color: #920D14;
}
.industry .lang-select__menu {
  background: #920D14;
}
.industry .lang-select__menu:before {
  border-color: transparent transparent #920D14 transparent;
}
.industry .member__btn {
  border-color: #920D14;
}
.industry .member__btn--login {
  color: #920D14;
}
.industry .member__btn--register {
  background: #920D14;
}
.industry .l-nav__menu {
  border-color: #920D14;
}
.industry .l-nav__dir2 {
  background: #920D14;
}
.industry .l-nav__dir3 {
  background: #920D14;
}
.industry .l-nav__child.color01 {
  background: #920D14;
}
@media screen and (max-width: 1023px) {
  .industry .l-nav__child.color01 {
    background: transparent;
  }
}
.industry .l-nav__child.color01 .l-nav__menu {
  border-color: #fff;
}
.industry .l-nav__child.color01 .l-nav__sub {
  background: #920D14;
}
@media screen and (max-width: 1023px) {
  .industry .l-nav__child.color01 .l-nav__sub {
    background: transparent;
  }
}
.industry .sidenav__item.is-current {
  border-color: #920D14;
}
.industry .sidenav__item.is-current .sidenav__dir2 {
  border-color: #920D14;
}
.industry .ttl03:before {
  background: #920D14;
}
.industry .btn03__link.is-current {
  background: #920D14;
}
.industry .list03__item:after {
  border-color: #920D14;
}
.industry .bullet02__item:before {
  background: #920D14;
}
.industry .acd01__toggle:before, .industry .acd01__toggle:after {
  background: #920D14;
}
.industry .search01__btn {
  background: #920D14;
}
.industry .l-contents h3:before {
  background: #920D14;
}
.industry .l-contents h3.circle:before {
  background: #920D14;
}
.industry .l-contents h3.square:before {
  background: #920D14;
}

body.pharma.products .l-nav__parent.products, body.pharma.download .l-nav__parent.download, body.pharma.solutions .l-nav__parent.solutions, body.pharma.about_us .l-nav__parent.about_us {
  box-shadow: inset 0 -3px 0 0px #00a650;
}

body.foods.products .l-nav__parent.products, body.foods.download .l-nav__parent.download, body.foods.solutions .l-nav__parent.solutions, body.foods.for_using .l-nav__parent.for_using, body.foods.precautions .l-nav__parent.precautions, body.foods.about_us .l-nav__parent.about_us {
  box-shadow: inset 0 -3px 0 0px #ff9900;
}

body.hananogel.products .l-nav__parent.products, body.hananogel.documents .l-nav__parent.documents {
  box-shadow: inset 0 -3px 0 0px #0591f8;
}

/* --------------------------------------------------
追加スタイル
-------------------------------------------------- */
/*------------------------------------------------------*/
/* appllication 追記 20220121 */
/*------------------------------------------------------*/
@media screen and (min-width: 1300px) {
  #app_lp h1 {
    margin-top: 40px;
  }
  #app_lp .header {
    text-align: center;
    font-size: 26px;
    height: 64px;
    line-height: 64px;
    width: 100%;
  }
  #app_lp hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #707070;
    margin: 1em 0;
    padding: 0;
    width: 100%;
  }
  #app_lp .content {
    max-width: 1024px;
    margin: 0 auto;
  }
  #app_lp .main {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 30px 0;
  }
  #app_lp .main_line {
    width: 30px;
    display: block;
    margin: -20px auto 40px;
    border-top: 1px solid #000;
  }
  #app_lp .btn {
    background: #005bac;
    width: 435px;
    height: 80px;
    text-align: center;
    border-radius: 48px;
    line-height: 80px;
    margin: 0 auto 80px;
  }
  #app_lp .btn a {
    color: white;
    width: 435px;
    height: 80px;
    display: block;
    border-radius: 48px;
  }
  #app_lp .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  #app_lp .arrow::before,
  #app_lp .arrow::after {
    position: absolute;
    bottom: 74px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #app_lp .sankaku::before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*background: #7a0;*/
  }
  #app_lp .sankaku::after {
    left: 192px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
  }
  #app_lp .footer {
    margin: 120px 0;
    background: #005bac;
    color: white;
    height: 100px;
  }
  #app_lp .footer_in {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  #app_lp .footer a {
    color: white;
  }
  #app_lp .footer_logo {
    font-size: 23px;
    line-height: 100px;
    margin: 0 0 0 86px;
  }
  #app_lp .about_us {
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 524px;
  }
  #app_lp .site_map {
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 424px;
  }
  #app_lp .terms {
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 101px;
  }
  #app_lp .copyright {
    position: absolute;
    top: 58px;
    right: 78px;
    font-size: 8px;
  }
  .app_lp .l-header__subttl {
    color: #005bac;
  }
  .app_lp .l-header__top {
    border-color: #005bac;
  }
  .app_lp .l-header {
    border-bottom: 0;
    height: 44px;
  }
  .app_lp .l-main {
    padding-top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  #app_lp h1 {
    margin-top: 40px;
  }
  #app_lp .header {
    text-align: center;
    font-size: 26px;
    height: 64px;
    line-height: 64px;
    width: 100%;
  }
  #app_lp hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #707070;
    margin: 1em 0;
    padding: 0;
    width: 100%;
  }
  #app_lp .content {
    max-width: 1024px;
    margin: 0 auto;
  }
  #app_lp .main {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 30px 0;
  }
  #app_lp .main_line {
    width: 30px;
    display: block;
    margin: -20px auto 40px;
    border-top: 1px solid #000;
  }
  #app_lp .btn {
    background: #005bac;
    width: 435px;
    height: 80px;
    text-align: center;
    border-radius: 48px;
    line-height: 80px;
    margin: 0 auto 80px;
  }
  #app_lp .btn a {
    color: white;
    width: 435px;
    height: 80px;
    display: block;
    border-radius: 48px;
  }
  #app_lp .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  #app_lp .arrow::before,
  #app_lp .arrow::after {
    position: absolute;
    bottom: 74px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #app_lp .sankaku::before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*background: #7a0;*/
  }
  #app_lp .sankaku::after {
    left: 192px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
  }
  #app_lp .footer {
    margin: 120px 0;
    background: #005bac;
    color: white;
    height: 100px;
  }
  #app_lp .footer_in {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  #app_lp .footer a {
    color: white;
  }
  #app_lp .footer_logo {
    font-size: 23px;
    line-height: 100px;
    margin: 0 0 0 86px;
  }
  #app_lp .about_us {
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 524px;
  }
  #app_lp .site_map {
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 424px;
  }
  #app_lp .terms {
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 101px;
  }
  #app_lp .copyright {
    position: absolute;
    top: 58px;
    right: 78px;
    font-size: 8px;
  }
  .app_lp .l-header__subttl {
    color: #005bac;
  }
  .app_lp .l-header__top {
    border-color: #005bac;
  }
  .app_lp .l-header {
    border-bottom: 0;
    height: 44px;
  }
  .app_lp .l-main {
    padding-top: 44px;
  }
  .l-header__menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #app_lp {
    min-width: 320px;
    margin: 8px auto 0;
  }
  #app_lp .header {
    text-align: center;
    font-size: 26px;
    height: 64px;
    line-height: 64px;
  }
  #app_lp hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #707070;
    margin: 1em 0;
    padding: 0;
  }
  #app_lp .main {
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
    padding: 30px 0;
  }
  #app_lp .main_line {
    width: 30px;
    display: block;
    margin: -20px auto 40px;
    border-top: 1px solid #000;
  }
  #app_lp .btn {
    background: #005bac;
    width: 86%;
    height: 80px;
    text-align: center;
    border-radius: 48px;
    line-height: 80px;
    margin: 0 auto 80px;
  }
  #app_lp .btn a {
    color: white;
    width: 86%;
    height: 80px;
    display: block;
    border-radius: 48px;
    padding-left: 6%;
  }
  #app_lp .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  #app_lp .arrow::before,
  #app_lp .arrow::after {
    position: absolute;
    bottom: 73px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #app_lp .sankaku::before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*background: #7a0;*/
  }
  #app_lp .sankaku::after {
    left: 123px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 12px solid #fff;
  }
  #app_lp .footer {
    position: relative;
    margin: 120px 0;
    background: #005bac;
    color: white;
    height: 100px;
  }
  #app_lp .footer a {
    color: white;
    width: 100%;
  }
  #app_lp .footer_logo {
    font-size: 20px;
    text-align: center;
    display: block;
  }
  #app_lp .about_us {
    font-size: 14px;
    margin: 8px 80px;
  }
  #app_lp .site_map {
    font-size: 14px;
  }
  #app_lp .terms {
    font-size: 15px;
    display: block;
    text-align: center;
  }
  #app_lp .copyright {
    display: block;
    text-align: center;
    font-size: 8px;
  }
  .app_lp .l-header__subttl {
    color: #005bac;
  }
  .app_lp .l-header__top {
    border-color: #005bac;
  }
  .app_lp .l-header {
    border-bottom: 0;
    height: 44px;
  }
  .app_lp .l-main {
    padding-top: 44px;
  }
  /*.l-header__menu-btn {
    display: none;
  }*/
}
/*------------------------------------------------------*/
/* side search-bar 追記 20220221 */
/*------------------------------------------------------*/
.sidenav__event {
  margin: 10px 0 0 0;
  color: #6f6f6f;
}

.sidenav__fieldset--keyword {
  padding: 20px 10px;
  margin: 0 auto 30px auto;
  background: #f8f5ed;
  font-size: 14px;
}

.sidenav__ttl--event {
  font-weight: bold;
  margin: 20px 0 0 0;
}

.sidenav__fieldset--keyword form,
.sidenav__fieldset--category form {
  text-align: center;
}

.sidenav__fieldset--keyword .form__row,
.sidenav__fieldset--category .form__row {
  margin: 0px auto 0px auto;
  justify-content: center;
}

.sidenav__fieldset--keyword input[type=text],
.sidenav__fieldset--category input[type=text] {
  padding: 3px 10px;
  margin: 5px auto 5px auto;
}

.sidenav__fieldset--keyword input[type=submit] {
  font-size: 12px;
  border: 1px #bbb solid;
  margin: 5px auto 0px auto;
  padding: 3px 20px;
  background: #fff;
  cursor: pointer;
}

.sidenav__fieldset--category {
  padding: 0 0 15px 0;
  margin: 10px auto 10px auto;
  background: #ededed;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px #bbb solid;
}

.sidenav__ttl--event {
  margin-bottom: 5px;
  text-align: center;
  font-size: 12px;
}

.sidenav__fieldset--checkbox {
  display: flex;
  margin: 5px auto;
  justify-content: center;
}

.sidenav__fieldset--form {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
}

.sidenav__fieldset--checkbox input {
  margin: 5px 5px 5px 0;
}

.sidenav__fieldset--checkbox .list05__cat {
  background: #fff;
}

.sidenav__fieldset--category select {
  height: 30px;
  border: 1px #bbb solid;
}

.sidenav__fieldset--category input[type=submit] {
  font-size: 12px;
  border: 1px #bbb solid;
  padding: 3px 20px;
  background: #a7a7a7;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .sidenav__event {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sidenav__event--keyword {
    width: 48%;
    margin: 0 auto;
  }
  .sidenav__event--search {
    width: 48%;
    margin: 0 auto;
  }
  .sidenav__fieldset--form {
    padding: 0 20%;
  }
  .sidenav__member .txt--s,
  .sidenav__member .txt--ss {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .sidenav__event--keyword {
    width: 98%;
    margin: 0 auto;
  }
  .sidenav__event--search {
    width: 98%;
    margin: 0 auto;
  }
  .sidenav__fieldset--checkbox .list05__cat {
    min-width: 150px;
  }
  .btn04--member .btn04__link {
    width: 70%;
  }
  .btn04__link--contact {
    padding: 10px;
  }
  .btn04--member .btn04__link {
    margin: 0 1%;
  }
}
/*------------------------------------------------------*/
/* ハンバーガーメニュー追記 20220502 */
/*------------------------------------------------------*/
/* @media screen and (max-width: 767px) {
	.l-header__bottom .l-nav__to-top {
		padding:10px;
	}
	.l-header__bottom .\-\-pharma  .l-nav__to-top{
		border:1px solid #4aa259;
	}	.l-header__bottom .\-\-pharma  .l-nav__to-top a {
		color:#4aa259;
	}
	.l-header__bottom .\-\-foods  .l-nav__to-top{
		border:1px solid #f29d38;
	}
	.l-header__bottom .\-\-foods  .l-nav__to-top a {
		color:#f29d38;
	}
	.l-header__bottom .\-\-industry  .l-nav__to-top{
		border:1px solid #871f1c;
	}
	.l-header__bottom .\-\-industry  .l-nav__to-top a {
		color:#871f1c;
	}
	.l-header__bottom .\-\-hananogel  .l-nav__to-top{
		border:1px solid #3a92f0;
	}
	.l-header__bottom .\-\-hananogel  .l-nav__to-top a {
		color:#3a92f0;
	}
} */