@charset "UTF-8";
/* ------------------------------------------------------------- */
/* layout / parts                                                */
/* ------------------------------------------------------------- */
html.wf-loading {
  opacity: 0;
  transition: all 0s ease;
}
html.wf-active {
  opacity: 1;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  columns: #000000;
  background: #fff;
  line-height: 2;
  letter-spacing: 0em;
  line-height: 1.2;
}
body.lock {
  overflow: hidden;
}
.outer {
  width: 100%;
}
.inner {
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.padding-80 {
  padding: 80px 0;
}
.bg-grey {
  background-color: #f3f5f8;
}
.reverse {
  flex-direction: row-reverse;
}
ul.u-dot li {
  padding: 25px 0;
  border-bottom: dotted 2px #505050;
}
.dot {
  border-bottom: dotted 2px #505050;
}
.bg-b {
  background-color: #0e316a;
  color: #fff;
}
/*-----------------font--------------------*/
.sans {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
/*-----------------画像--------------------*/
img.fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
img.fit-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
img {
  vertical-align: top;
}
.m-center {
  display: block;
  margin: 0 auto;
}
/*-----------------luminous.js--------------------*/
.luminous {
  cursor: zoom-in;
}
/*-----------------flex--------------------*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.right {
  justify-content: flex-end;
}
.flex.center {
  justify-content: center;
}
.flex.left {
  justify-content: flex-start;
}
.flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}
.flex.al-center {
  align-items: center;
}
.flex.al-top {
  align-items: flex-start;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*-----------------Link--------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
li > a {
  display: block;
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
.a-blue {
  color: #00147c;
}
/*----------------btn---------------------*/
.btn-b,
input.btn-b {
  position: relative;
  display: block;
  width: 280px;
  color: #fff;
  background-color: #0e316a;
  border-radius: 33px;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  margin: 40px auto 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../image/btn_icon.png");
  background-repeat: no-repeat;
  background-position: top 50% right 1.5rem;
  transition: all 0.3s ease;
}
.btn-b:hover {
  opacity: 1;
  color: #c7c7c7;
  background-color: #09224b;
  background-image: url("../image/btn_icon_hov.png");
}
input {
  font-family: inherit;
}
select {
  font-size: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../image/select_icon.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/*----------------text---------------------*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*----------------section-tittle---------------------*/
h2 {
  font-size: 28px;
  color: #00147c;
  margin-bottom: 50px;
}
.hd-txt {
  margin-top: 33px;
  line-height: 1.5;
}
/* ------------------------------------------------------------- */
/* breadcrumb                                                    */
/* ------------------------------------------------------------- */
.breadcrumb {
  padding: 20px 0;
  position: absolute;
  top: 0;
}
.breadcrumb.white {
  color: #fff;
}
.breadcrumb.white a {
  color: #fff;
}
.breadcrumb.white a::after {
  color: #fff;
}
.breadcrumb.white li {
  color: #fff;
}
.breadcrumb a {
  color: #000;
  font-weight: 400;
}
.breadcrumb a::after {
  color: #000;
  content: ">";
  margin-left: 8px;
}
.breadcrumb li {
  color: #0e316a;
  font-weight: bold;
  font-size: 15px;
  margin-right: 7px;
  line-height: 1.3;
}
/* ------------------------------------------------------------- */
/* header                                                        */
/* ------------------------------------------------------------- */
.header-wrap {
  font-weight: 400;
  height: 78px;
}
.pc-nav li {
  margin-right: 24px;
  font-size: 14px;
  align-items: center;
}
.header-btn {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.header-btn li {
  padding: 20px 14px;
  background-color: #0e316a;
}
.header-btn li:not(:last-child) {
  border-right: solid 1px #fff;
}
.header-btn li img {
  margin-bottom: 5px;
}
/* ------------------------------------------------------------- */
/* footer                                                        */
/* ------------------------------------------------------------- */
footer {
  padding: 50px 0;
  font-weight: bold;
}
footer .footer-copy {
  margin-top: 20px;
  font-size: 11px;
}
footer .footer-links {
  width: 585px;
  font-size: 13px;
}
footer ul {
  width: 171px;
}
footer li:not(:last-child) {
  margin-bottom: 12px;
}
footer li a::before {
  content: url("../image/footer_icon.png");
  margin-right: 10px;
}
footer a.icon::after {
  content: url("../image/footer_icon02.png");
  margin-left: 5px;
  vertical-align: middle;
}
/* ------------------------------------------------------------- */
/* inquiry                                                     */
/* ------------------------------------------------------------- */
.inquiry .btn-wrap {
  width: 908px;
  margin: 10px auto 0;
  align-items: flex-end;
}
.inquiry.white {
  border-top: solid 1px #dde2ea;
}
@media (max-width: 1380px) {
  header {
    width: 1368px;
  }
}
@media (min-width: 1260px) {
}
@media all and (-ms-high-contrast: none) {
}
@media (min-width: 769px) {
  /* ------------------------------------------------------------- */
  /* layout / parts                                                */
  /* ------------------------------------------------------------- */
  body {
    min-width: 1370px;
  }
  .inner {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  /* ------------------------------------------------------------- */
  /* layout / parts                                                */
  /* ------------------------------------------------------------- */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    min-width: auto;
    font-size: 14px;
  }
  .inner {
    width: 90%;
  }
  .inner.large_inner {
    width: 90%;
  }
  .main {
    width: 100%;
  }
  .side {
    width: 100%;
  }
  section {
    overflow: hidden;
  }
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 27px;
  }
  a:hover {
    opacity: 1;
  }
  /* --------------------------breadcrumb ---------------------------- */
  .breadcrumb li {
    font-size: 14px;
  }
  /* --------------------------header ---------------------------- */
  header {
    width: 100%;
    max-height: 50px;
  }
  .sub_menu {
    display: none;
  }
  .link_btn {
    display: none;
  }
  header .fit-contain {
    width: 64%;
  }
  .header_70 {
    height: 53px;
    padding: 0 16px;
  }
  .contact_button.flex {
    display: none;
  }
  .seach_area {
    display: none;
  }
  /* header, .header-left a {height: 50px;} */
  header .header-right {
    display: none;
  }
  header .hd-ttl {
    font-size: 10px;
  }
  header .hd-logo {
    height: 25px;
    margin-top: 2px;
  }
  header .hd-btn {
    height: 70px;
    border-radius: 35px;
  }
  /* ----- SP Menu ----- */
  .btn-menu {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.3s;
    z-index: 11;
    background-color: #0e316a;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .menu-trigger span {
    position: absolute;
    left: 23%;
    width: 55%;
    height: 3px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 13px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
  .sp-nav-wrap {
    border-bottom: solid 1px #e8ebf1;
  }
  .sp-nav-wrap .sp-logo {
    padding: 6.5px 13px 6.5px 0 !important;
    width: auto;
    height: 50px;
  }
  .sp-nav-wrap nav {
    transition: all 0.3s ease;
    transform: translateX(100%);
  }
  .sp-nav-wrap nav.active {
    transform: translateX(0);
  }
  .sp-nav-wrap nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sp-nav-wrap .sp-nav {
    width: 100%;
    margin: 0 auto;
  }
  .sp-nav-wrap nav .sp-nav a {
    display: block;
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    padding: 19px 0;
    position: relative;
  }
  .sp-nav-wrap nav li {
    border-bottom: 1px solid #f3f5f8;
    width: 100%;
  }
  .header-btn li:not(:last-child) {
    border-right: 0;
  }
  .sp-nav-wrap nav .hd-btn {
    margin-top: 40px;
    margin-bottom: 0;
    background-image: none;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bg-grad {
    background-color: #fff;
  }
  .sp-nav-wrap .btn {
    color: #fff;
  }
  .sp-nav-wrap .btn_bg_red {
    width: 100%;
  }
  .search_container {
    width: 80%;
    margin: auto;
    height: 4.2em;
    border-radius: 31px;
    background-position: left 17px top 21px;
    margin: 22px auto;
  }
  .search_container input[type="text"] {
    height: 4.2em;
  }
  .search_container input[type="submit"] {
    height: 4.2em;
    top: 4px;
  }
  .bg-grad .btn {
    padding: 8px 0 0px;
  }
  /* --------------------------footer ---------------------------- */
  footer ul {
    width: 100%;
  }
  footer ul:not(:last-child) {
    margin-bottom: 12px;
  }
  footer li {
    font-size: 16px;
  }
  footer .footer-copy {
    margin-bottom: 20px;
  }
  footer .inner > .flex {
    flex-direction: column-reverse;
  }
  footer .inner > .flex div:first-child {
    margin-top: 30px;
  }
  /* --------------------------inquiry---------------------------- */
  .inquiry .btn-wrap {
    width: 100%;
  }
  .inquiry .btn-wrap .btn-b:not(:first-child) {
    margin-top: 12px;
  }
  .footersp {
    flex-direction: column-reverse;
  }
  .footersp_cp {
    width: 100%;
    margin-top: 30px;
  }
  footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  footer .footer-links {
    width: 100%;
  }
}
em,
i {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
.mktoRequiredField > label:after {
  content: "必須";
  position: absolute;
  left: -42px;
  width: 33px;
  background: #bf0000;
  color: #fff;
  border-radius: 8px;
  padding: 4px 4px;
  text-align: center;
  font-size: 14px;
  margin-left: 7px;
}
.mktoRequiredField > label#LblFirstName:after,
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}
.pueraria {
  font-family: "ヒラギノ角ゴシックProN", "ヒラギノ明朝ProN", "ヒラギノ明朝 pro",
    "小塚明朝 pro", "Noto Serif JP", serif;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 480px;
  border-radius: 10px;
}
.modal__content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.modal__box {
  padding: 10px;
  border: 1px solid #00147c;
  margin-bottom: 20px;
}
.modal__btn {
  text-align: center;
}
.modal__btn a {
  width: 30%;
  display: inline-block;
  padding: 10px;
  background: #00147c;
  color: #fff;
}
.modal__btn a + a {
  margin-left: 20px;
}
@media all and (min-width: 0px) and (max-width: 768px) {
  .modal__content {
    left: 50%;
    padding: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 90%;
  }
  .modal__content h2 {
    font-size: 20px;
  }
  .modal__box {
    padding: 20px;
    margin-bottom: 20px;
  }
}
/*-------------------------------------------------------------------

 kairos移行時のフォームCSS

-------------------------------------------------------------------*/
form input[type="submit"] {
  width: 100%;
}
form input:focus,
form textarea:focus {
  color: #001f50 !important;
}
.bl-form input {
  outline: none;
}
.bl-form input[type="text"],
.bl-form input[type="mail"],
.bl-form input[type="tel"] {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 14px 15px 15px;
  width: 100%;
}
.bl-form input[type="checkbox"],
.bl-form input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}
.bl-form input[type="submit"] {
  font-size: 16px;
  height: 70px;
  background-color: #0e316a;
  border: 2px solid #0e316a;
  color: #ffffff;
  display: block;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right 20px center;
  transition: all 0.3s ease;
  text-align: center;
  margin: 40px auto 0 !important;
  width: 100%;
  cursor: pointer;
}
.bl-form input[type="submit"]:hover {
  background: #fff;
  color: #0e316a;
  transition: 0.5s;
}
.bl-form dl dt {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.bl-form dl dd {
  font-size: 16px;
}
.bl-form dl + dl {
  margin-top: 30px;
}
.bl-form__duo {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl-form__duo dl {
  width: 49%;
}
.bl-form__duo dl + dl {
  margin-top: 0;
}
.bl-form__duo .formError {
  font-size: 16px;
}
.bl-form__privacy {
  text-align: center;
  margin-top: 30px;
}
.bl-form__submit {
  margin-top: 50px;
  width: 311px;
  margin: 0 auto;
}
.bl-form__submit--narrow {
  margin-top: 30px;
}
.must {
  color: #fff;
  background: #b81c22;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px 3px;
  border-radius: 3px;
  display: inline-flex;
  margin-left: 10px;
}
.opp,
.optional {
  color: #fff;
  background: #999;
  font-size: 11px;
  line-height: 1;
  padding: 2px 5px 3px;
  border-radius: 3px;
  display: inline-flex;
  margin-left: 10px;
}
.formError {
  color: #ff0000;
  font-weight: bold;
  padding-left: 5px;
  width: 100%;
}
.bl-formInquiry {
  margin-top: 30px;
}
.bl-formInquiry * {
  outline: none;
}
.bl-formInquiry table {
  width: 1170px;
  border: solid 1px #ccc;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table {
    width: 100%;
  }
}
.bl-formInquiry table th,
.bl-formInquiry table td {
  padding: 15px;
  border: solid 1px #ccc;
  border-bottom: none;
  border-right: none;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table th,
  .bl-formInquiry table td {
    display: block;
  }
}
.bl-formInquiry table th {
  background: #f3f6fe;
  font-weight: bold;
}
.bl-formInquiry table table {
  border: none;
  width: auto;
  margin: 0;
}
.bl-formInquiry table table th,
.bl-formInquiry table table td {
  border: none;
  padding: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  background: none;
  font-weight: normal;
  vertical-align: middle;
  font-size: 100%;
}
.bl-formInquiry table table th {
  background: none;
}
.bl-formInquiry table input[type="text"],
.bl-formInquiry table input[type="mail"],
.bl-formInquiry table input[type="tel"],
.bl-formInquiry table input[type="password"],
.bl-formInquiry table select {
  margin: 0 5px 0 0;
  padding: 5px;
  border: solid 1px #ccc;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.bl-formInquiry table textarea {
  margin: 0 5px 0 0;
  padding: 5px;
  border: solid 1px #ccc;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.bl-formInquiry table input[type="checkbox"],
.bl-formInquiry table input[type="radio"] {
  margin-right: 5px;
}
.bl-formInquiry table .pref {
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 10;
  width: 300px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.bl-formInquiry table select {
  padding: 5px 0 5px 15px;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  position: relative;
  height: 37px;
  font-weight: normal;
  z-index: 15;
  vertical-align: middle;
  line-height: 21px;
  box-sizing: border-box;
  margin: 10px 0;
  border: solid 1px #ccc;
}
.bl-formInquiry table td .info {
  font-size: 11px;
  color: #999;
}
.bl-formInquiry table .autozip {
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #666;
  color: #fff;
}
.bl-formInquiry table .input1 {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table .input1 {
    width: 100%;
  }
}
.bl-formInquiry table .input2 {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table .input2 {
    width: 100%;
  }
}
.bl-formInquiry table .input3 {
  width: 130px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table .input3 {
    width: 100%;
  }
}
.bl-formInquiry table .input4 {
  width: 100px;
  margin: 0 5px;
}
.bl-formInquiry table .input5 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry table .input5 {
    width: 100%;
  }
}
.bl-formInquiry table .name th {
  padding-right: 5px;
}
.bl-formInquiry table .name td {
  padding-right: 15px;
}
.bl-formInquiry table td ul {
  *zoom: 1;
}
.bl-formInquiry table td ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.bl-formInquiry table td ul li {
  /* float: left; */
  /* width: 33%; */
}
.bl-formInquiry span {
  margin-top: 5px;
}
.bl-formInquiry span.must {
  float: right;
}
.bl-formInquiry span.optional {
  float: right;
}
.bl-formInquiry #media li {
  margin-bottom: 10px;
}
.bl-formInquiry .etc {
  clear: both;
  float: none;
  width: auto;
  margin: 0;
}
.bl-formInquiry #etc {
  margin-left: 10px;
}
.bl-formInquiry h3 span {
  float: left;
  margin: 2px 10px 0 0;
}
.bl-formInquiry #privacy {
  overflow-y: auto;
  height: 200px;
  margin-top: 10px;
  padding: 20px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .bl-formInquiry #privacy {
    display: none;
    width: auto;
  }
  .bl-formInquiry #privacy * {
    width: auto !important;
  }
}
.bl-formInquiry #privacy h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.bl-formInquiry #privacy ul {
  margin-bottom: 15px;
}
.bl-formInquiry #privacy dt {
  margin-top: 15px;
}
.bl-formInquiry #privacy dd {
  margin-left: 1em;
}
.bl-formInquiry #privacy li {
  float: none;
  width: auto;
}
.bl-formInquiry #submit {
  text-align: center;
  margin-top: 50px;
}
.bl-formInquiry #thanks {
  margin-bottom: 0;
  padding: 50px 0;
  background: #f5f5f5;
}
.bl-formInquiry #thanks p {
  text-align: center;
}
.bl-formInquiry #thanks #submit {
  margin-top: 70px;
}
.form-inquiry__note {
  margin-top: 40px;
}
.form-inquiry__note a {
  text-decoration: underline;
}
.form-inquiry__note a:hover {
  text-decoration: none;
}
.form-inquiry__confirm {
  margin-top: 50px;
}
/*211207*/
.material h3.pmap_title {
  position: relative;
  font-size: 22px;
  color: #0e316a;
  line-height: 1;
  padding: 0 0 1rem;
  margin: 0 auto 3rem;
  /*width: 55%;*/
  text-align: center;
  border-bottom: 2px solid #8b9dc7;
}
.material h3.pmap_title::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -10px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.material h3.pmap_title:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -12px;
  border: 14px solid transparent;
  border-top: 14px solid #8b9dc7;
  z-index: 1;
}
section.material .btn-wrap {
  width: 645px;
  margin: 10px auto 0;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.material .btn-wrap {
    width: 100%;
  }
  section.material .btn-wrap .btn-b:not(:first-child) {
    margin-top: 20px;
  }
}
.pmap {
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 56rem;
  font-size: 1.25rem;
}
.pmap::before {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  width: 0.3rem;
  height: calc(100% - 4rem);
  background: #d9dbde;
  content: "";
}
.pmap::after {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: calc(100% - 10rem);
  height: 0.3rem;
  background: #d9dbde;
  content: "";
}
.pmap_gender_women,
.pmap_gender_men {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  font-weight: bold;
}
.pmap_gender_women {
  top: -1rem;
  color: #d6a9bd;
}
.pmap_gender_men {
  bottom: 0em;
  color: #8bafc1;
}
.pmap_age_high,
.pmap_age_low {
  position: absolute;
  top: 42%;
  transform: translate(0%, -50%);
  white-space: nowrap;
}
.pmap_age_high {
  right: -2em;
}
.pmap_age_low {
  left: 1em;
}
.pmap_gender_women:before {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translate(-50%, 0px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #d9dbde transparent;
}
.pmap_gender_men:before {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, 0px);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #d9dbde transparent transparent transparent;
}
.pmap_age_low:before {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #d9dbde transparent transparent;
}
.pmap_age_high:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translate(0, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #d9dbde;
}
.pmap_items > .pmap_item {
  display: block;
  position: absolute;
  background-color: #efbcd2;
  color: #000;
  font-size: 0.75em;
  white-space: nowrap;
  border: #efbcd2 solid 3px;
  border-radius: 2px;
  overflow: hidden;
}
.pmap_items .pmap_item .pmap_item_title {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  font-size: 1.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #0e316a;
  font-weight: bold;
}
.pmap_items .pmap_item .pmap_item_title img {
  margin-right: 0.5rem;
  width: 2.5rem;
}
.pmap_items .pmap_item ul.pmap_item_material {
  padding: 0.5rem;
  background: #fff;
  font-size: 1rem;
}
.pmap_items .pmap_item ul.pmap_item_material li {
  line-height: 1.5;
  display: flex;
}
.pmap_items .pmap_item ul.pmap_item_material li::before {
  content: url("../image/footer_icon.png");
  margin-right: 0.5rem;
}
.pmap_items > .pmap_item:nth-of-type(1) {
  top: 4%;
  left: 17%;
  width: 20%;
}
.pmap_items > .pmap_item:nth-of-type(2) {
  top: 5%;
  left: 41%;
  width: 20%;
}
.pmap_items > .pmap_item:nth-of-type(3) {
  top: 5%;
  left: 65%;
  width: 20%;
}
.pmap_items > .pmap_item:nth-of-type(4) {
  top: 24%;
  left: 0%;
  width: 16%;
}
.pmap_items > .pmap_item:nth-of-type(5) {
  top: 24%;
  left: 32%;
  width: 15%;
}
.pmap_items > .pmap_item:nth-of-type(6) {
  top: 24%;
  left: 49%;
  width: 20%;
}
.pmap_items > .pmap_item:nth-of-type(7) {
  top: 21.4%;
  /* left: 73%; */
  left: 87%;
  width: 18%;
}
.pmap_items > .pmap_item:nth-child(n + 8) {
  background: #abd8ef;
  border: #abd8ef solid 3px;
}
.pmap_items > .pmap_item:nth-of-type(8) {
  top: 48%;
  left: 8%;
  width: 18%;
}
.pmap_items > .pmap_item:nth-of-type(9) {
  top: 48%;
  left: 29%;
  width: 22%;
}
.pmap_items > .pmap_item:nth-of-type(10) {
  top: 48%;
  left: 54%;
  width: 18%;
}
.pmap_items > .pmap_item:nth-of-type(11) {
  top: 48%;
  left: 75%;
  width: 21%;
}
.pmap_items > .pmap_item:nth-of-type(12) {
  /* top: 64%; */
  top: 65%;
  left: 18%;
  width: 20%;
}

.pmap_items > .pmap_item:nth-of-type(13) {
  /* top: 64%; */
  top: 65%;
  left: 41%;
  width: 20%;
}

.pmap_items > .pmap_item:nth-of-type(14) {
  /* top: 77%; */
  top: 75%;
  left: 64%;
  width: 30%;
}

.pmap_items > .pmap_item:nth-of-type(15) {
  /* top: 64%; */
  top: 63%;
  left: 64%;
  width: 19%;
}
.pmap_items > .pmap_item:nth-of-type(16) {
  top: 36.2%;
  left: 82.5%;
  width: 14%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}
.pmap_items > .pmap_item:nth-of-type(17) {
  top: 24%;
  left: 17%;
  width: 14%;
  background-color: #efbcd2;
  border: #efbcd2 solid 3px;
}

.pmap_items > .pmap_item:nth-of-type(18) {
  top: 36.2%;
  left: 11%;
  width: 14%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}

.pmap_items > .pmap_item:nth-of-type(19) {
  top: 36.2%;
  left: 59%;
  width: 14%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}

.pmap_items > .pmap_item.fatigue-vigor {
  top: 36.2%;
  left: 55.5%;
  width: 16%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}

.pmap_items > .pmap_item.hangover {
  top: 83%;
  left: 31%;
  width: 22%;
  background: #abd8ef;
  border: #abd8ef solid 3px;
}

.pmap_items > .pmap_item.liver-function {
  top: 95%;
  left: 54%;
  width: 21%;
  background: #abd8ef;
  border: #abd8ef solid 3px;
}

.pmap_items > .pmap_item.joint-function {
  top: 24%;
  left: 70%;
  width: 16%;
  background: #efbcd2;
  border: #efbcd2 solid 3px;
}
.pmap_items > .pmap_item.fatigue-sleep {
  top: 36.2%;
  left: 46%;
  width: 9%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}
.pmap_items > .pmap_item.immunity-function {
  top: 36.2%;
  left: 72%;
  width: 10%;
  background-color: #b1efab;
  border: #b1efab solid 3px;
}
.pmap_items .pmap_item.small-font .pmap_item_title,
.pmap_items .pmap_item.small-font .pmap_item_material {
  font-size: 0.8em;
}

.pmap_items .pmap_item ul.pmap_item_material li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_pueraria:hover {
  color: #8c689e;
}
.pmap_items
  .pmap_item
  ul.pmap_item_material
  li
  a.pmap_terminaliabellirica:hover {
  color: #e5a059;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_ginger:hover {
  color: #914e78;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_flavangenol:hover {
  color: #a2552f;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_rice:hover {
  color: #cd7a6f;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_powderd:hover {
  color: #1a8f58;
}
.pmap_items .pmap_item ul.pmap_item_material li a.pmap_kansho:hover {
  color: #b1ca35;
}
p.hd-txt.pmap-txt {
  margin: 70px 0 0 auto;
  font-size: small;
  width: 48%;
}
/*220113*/
.academic_info.two-column-wrapper {
  padding-top: 0;
}
.academic_info.two-column-wrapper .breadcrumb {
  position: static;
}
.academic_info.two-column-wrapper .breadcrumb .inner {
  width: 810px;
}
.academic_info.two-column-wrapper .breadcrumb li,
.academic_info.two-column-wrapper .breadcrumb li a {
  display: inline;
  max-width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .academic_info.two-column-wrapper .breadcrumb .inner {
    width: 90%;
  }
}
/*-------------------
2022/03/15
--------------------*/
.btn-w {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .btn-w {
    display: block;
  }
}
.btn-w .btn-b {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .btn-w .btn-b {
    width: 100%;
  }
  .KV-txt .btn-w .btn-b {
    margin: 15px 0 0;
  }
}
ul.material_name_type {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
ul.material_name_type li {
  width: 19.6%;
  margin: 0 0.5% 0.5% 0 !important;
}
ul.material_name_type li:nth-child(5n) {
  margin-right: 0 !important;
}
ul.material_name_type li strong,
ul.material_name_type li a {
  background-color: #00a0e9;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  padding: 13px;
  text-align: center;
  display: block;
}
#pueraria_flower_extract ul.material_name_type li.pueraria_flower_extract a,
#flavangenol ul.material_name_type li.flavangenol a,
#terminaliabellirica ul.material_name_type li.terminaliabellirica a,
#rice_derived_glucosylceramide
  ul.material_name_type
  li.rice_derived_glucosylceramide
  a,
#powderd_young_barley_grass
  ul.material_name_type
  li.powderd_young_barley_grass
  a,
#powderd_young_barley_grass_extract
  ul.material_name_type
  li.powderd_young_barley_grass_extract
  a,
#green_kansho_fine_powder ul.material_name_type li.green_kansho_fine_powder a,
#fermented_cabbage_extract ul.material_name_type li.fermented_cabbage_extract a,
#black_ginger_extract ul.material_name_type li.black_ginger_extract a {
  background-color: #154a9e;
}
ul.material_name_type li strong:before,
ul.material_name_type li a:before {
  content: url(../../asset/image/techinfo/techinfo_detail/tag_icon.png);
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
ul.material_name_type.taxnomy li {
  width: 32.666%;
  margin: 0 0.666% 0.666% 0 !important;
}
ul.material_name_type.taxnomy li:nth-child(5n) {
  margin-right: 0.666% !important;
}
ul.material_name_type.taxnomy li:nth-child(3n) {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  ul.material_name_type {
    justify-content: space-between;
  }
  ul.material_name_type li {
    width: 49%;
    margin: 0.5% !important;
    display: table;
    min-height: 60px;
  }
  ul.material_name_type li strong,
  ul.material_name_type li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 13px 2px;
    font-size: 14px;
    position: relative;
  }
  ul.material_name_type li strong:before,
  ul.material_name_type li a:before {
    position: absolute;
    left: 9px;
    top: 27px;
  }
  ul.material_name_type.taxnomy li {
    width: 49%;
  }
}
p.material_name_type_search {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
p.material_name_type_search::before {
  content: url(../../asset/image/techinfo/techinfo_detail/tag_icon2.png);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
/*--------------------------------
220524
-----------------------------------*/
.pc-nav li {
  height: 78px;
  line-height: 78px;
}
#header_nav .child_menu li {
  height: auto;
  line-height: 1;
  white-space: nowrap;
  margin-right: 0;
}
#header_nav .child_menu {
  line-height: 1.4;
}
#header_nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 78px;
}
#header_nav nav {
  height: 100%;
}
#header_nav .has_child:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
#header_nav .child_menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  width: 1170px;
  padding: 40px 40px;
  top: 78px;
  z-index: 9999;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#header_nav .child_menu .flex {
  justify-content: flex-start;
}
#header_nav .child_menu .child_item {
  margin-bottom: 30px;
}
#header_nav .child_menu .child_item:last-child {
  margin-bottom: 0;
}
#header_nav .child_menu .ttl {
  font-size: 24px;
  border-bottom: 2px solid #000;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
#header_nav .child_menu .sub_ttl {
  font-size: 18px;
  margin-bottom: 14px;
}
#header_nav .child_menu ul {
  display: flex;
  /*padding-left: 1rem;*/
  flex-wrap: wrap;
  gap: 1em 2rem;
}
.bg_black {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 10, 22, 0.8);
  display: none;
}
footer .footer-links {
  width: 742px;
}
footer ul.child_menu li:first-child {
  margin-top: 10px;
}
footer ul.child_menu li {
  padding-left: 1rem;
}
footer ul.child_menu li a {
  font-size: 12px;
}
footer ul.child_menu li a::before {
  content: none;
}
@media (max-width: 768px) {
  footer .footer-links {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sp-nav-wrap nav {
    display: block;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 50px 0;
    -webkit-overflow-scrolling: touch;
  }
  .sp-nav-wrap .child_menu {
    width: 75%;
    margin: 0 auto 10px;
  }
  .sp-nav-wrap .child_menu .sub_ttl {
    margin-bottom: 8px;
  }
  .sp-nav-wrap ul.child_item {
    margin-bottom: 15px;
  }
  .sp-nav-wrap nav .sp-nav .child_menu li {
    border: none;
  }
  .sp-nav-wrap nav .sp-nav .child_menu li a {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
    padding-left: 1rem;
  }
  .sp-nav-wrap nav .sp-nav .child_menu li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    content: "";
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* ------------------------------------------------------------- */
/* material                                                         */
/* ------------------------------------------------------------- */
.material h3 {
  font-size: 22px;
  color: #00147c;
  padding-bottom: 20px;
  border-bottom: solid 1px #8b9dc7;
}
.material h4 {
  font-size: 16px;
  color: #000000;
  margin-top: 6px;
}
.material-box {
  width: 560px;
}
.material ul.u-dot li {
  padding: 13px 0;
  width: 275px;
  font-size: 13px;
  color: #00147c;
}
.material img {
  margin-right: 12px;
}
.ucbbody .ucbttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ucbttl img {
  margin-right: 10px;
  width: 180px;
}
.ucbbody h2 span {
  font-size: 36px;
}
.ucbbody h3 {
  color: #00147c;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 23px;
  letter-spacing: 0.05em;
}
.ucbbody .under_companyBlock {
  margin: 50px auto 0;
  overflow: hidden;
  width: 860px;
}
.ucbbody .under_companyBlock dl {
  float: left;
  width: 380px;
  border: 1px solid #dde2ea;
  background: #fff;
}
.ucbbody .under_companyBlock dt {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #0e316a;
  padding: 20px;
  box-sizing: border-box;
}
.ucbbody .under_companyBlock dd {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  position: relative;
}
.ucbbody .under_companyBlock dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 5px);
  border-right: 10px solid transparent;
  border-top: 10px solid #0e316a;
  border-left: 10px solid transparent;
}
.ucbbody .under_companyBlock dl + dl {
  float: right;
  /*border: 1px solid #e4402e;*/
}
/*.ucbbody .under_companyBlock dl + dl dt {
    background: #e4402e;
}

.ucbbody .under_companyBlock dl + dl dd:before {
  border-top: 10px solid #e4402e;
}*/
.ucbbody .btn-b {
  margin: 20px auto 0;
}
/*-------------------*/
.top_use_box .child {
  display: flex;
  flex-wrap: wrap;
}
.top_use_box .child li {
  width: 19.2%;
  margin: 0 1% 10px 0;
}
.top_use_box .child li:nth-of-type(5n) {
  margin-right: 0;
}
.top_use_box .child li a {
  background-color: #f9fafb;
  border: solid 1px #e0e6ee;
  padding: 16px 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #00147c;
}
section.use .top_use_box li .txt .btn {
  background: #c11a67;
}
section.use .top_use_box + .top_use_box li .txt .btn {
  background: #cb9a18;
}
section.use li.area-link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.top_use_box h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_use_box h3 .btn_h3 a {
  color: #fff;
  background: #0e316a;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 8px 1rem 8px 2rem;
  border-radius: 100px;
  position: relative;
}
.top_use_box h3 .btn_h3 a:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -2px;
  vertical-align: middle;
  content: "";
}
.top_use_box h3 {
  font-size: 22px;
  color: #00147c;
  padding-bottom: 20px;
  border-bottom: solid 1px #8b9dc7;
  margin-bottom: 1rem;
}
.top_use_box + .top_use_box {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  /*-----------material------------*/
  .material ul.u-dot li {
    width: 100%;
  }
  .material ul.u-dot li a img {
    margin-left: 0;
  }
  .material .material-box:last-child h3 {
    margin-top: 40px;
  }
  .ucbbody .under_companyBlock {
    overflow: hidden;
    width: 100%;
  }
  .ucbbody .under_companyBlock dl {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .ucbbody .under_companyBlock dl + dl {
    float: none;
    margin-top: 15px;
  }
  .ucbttl img {
    margin-left: 0;
  }
  .top_use_box .child li {
    width: 100%;
    margin: 0 0 5px;
  }
}
.logo_area {
  width: 428px;
}
.genryo-logo {
  width: 160px;
  display: block;
}
.genryo-logo:last-of-type {
  margin-left: 20px;
}
.genryo-logo img {
  display: block;
  width: 100%;
}

.logo-flex {
  display: flex;
}
.logo-flex a {
  transition: 0.3s;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  width: 177px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .logo_area {
    width: 100%;
  }
}

/*--------------------------------
220929
--------------------------------*/

small {
  font-size: smaller;
}

.mt-10 {
  margin-top: 10px;
}

.l-height-normal {
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

/*-----------------------
221114
-----------------------*/

.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

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

.event-detail__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9fafb;
  border: solid 1px #e0e6ee;
  padding: 35px 40px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.event-detail__banner__txtwrap {
  flex: 1;
  margin-right: 60px;
}
.event-detail__banner__txtwrap__rabel {
  color: #00147c;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
}
.event-detail__banner__txtwrap__ttl .main-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 6px;
  display: inline-block;
}
.event-detail__banner__txtwrap__btn .btn-b {
  margin: 26px 0 0 0;
  width: 100%;
}
.event-detail__banner__imgwrap {
  width: 310px;
}
.event-detail__banner__imgwrap img {
  max-width: 100%;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .event-detail__banner {
    flex-direction: column-reverse;
  }
  .event-detail__banner__txtwrap {
    margin-right: 0;
    margin-top: 30px;
  }
  .event-detail__banner__imgwrap {
    width: 100%;
  }
}
/* ------------------------------------------------------------- */
/* download-li                                                            */
/* ------------------------------------------------------------- */
.download-li .sort-area {
  padding: 15px 50px;
  background-color: #f9fafb;
  border: solid 1px #e0e6ee;
  font-size: 18px;
  font-weight: bold;
}
.download-li .sort-area select {
  outline: none;
  border: solid 1px #e0e6ee;
  padding: 10px 30px;
  margin-left: 20px;
}
.download-li .sort-area .select-area {
  margin-right: 40px;
}
.download-li #list-area {
  margin-top: 30px;
  justify-content: flex-start;
}
.download-li li {
  border: solid 1px #e0e6ee;
  width: 370px;
  margin-top: 30px;
  margin-right: 30px;
}
.download-li li:nth-of-type(3n) {
  margin-right: 0;
}
.download-li li .txt-box {
  padding: 25px 15px;
  background-color: #f9fafb;
  border-top: solid 1px #e0e6ee;
}
.download-li #list-area h2 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
}

.download-li #list-area h2::before,
.download-li #list-area h2::after {
  content: none;
}
.download-li #list-area p {
  font-size: 14px;
  line-height: 1.5;
}
.download-li #list-area img {
  display: block;
  height: 161px;
  margin: 15px auto;
}
.download-li .btn-b {
  width: 225px;
  font-size: 14px;
}
.download-li span {
  background-color: #00a0e9;
  padding: 4px 16px;
  color: #ffffff;
  border-radius: 33px;
  font-size: 13px;
}
.download-li span::before {
  content: url("../image/techinfo/techinfo_detail/tag_icon.png");
  margin-right: 10px;
}
.download-li .two-rows span {
  display: block;
  width: fit-content;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  /*-----------------form_section----------------*/
  .download-li li {
    width: 100%;
    margin-right: 0;
  }
  .download-li .sort-area .select-area {
    margin-right: 0;
  }
  .download-li .sort-area select {
    margin-left: 0;
  }
  .download-li .sort-area {
    padding: 35px 20px;
  }
  .download-li .sort-area select {
    width: 100%;
    margin-top: 15px;
  }
  .download-li .sort-area .select-area:not(:first-child) {
    margin-top: 20px;
  }
}
.download-li #list-area .label {
  margin: 15px 0 15px 0;
  border-top: 1px solid #999;
  padding-top: 15px;
  flex-wrap: wrap;
  font-size: 12px;
  display: flex;
}
.download-li li.term_tags {
  border: none;
  font-size: 12px;
  margin-top: 0;
  margin-right: 0;
  color: #6e6e6e;
}

.unav__indian_mangosteen_extract_powder_thumb {
  width: calc(100% - 72px);
}

/* 240926 */
ul.material_name_type.taxnomy li {
  cursor: pointer;
}

.matelabel {
  color: #e60012;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.matelabel-mini {
  text-align: right;
  font-size: 13px;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .matelabel-mini {
    font-size: 12px;
  }
}
.matelabel-mini + .btn-w a {
  margin: 16px 0 0;
}
@media all and (max-width: 768px) {
  .material ul.u-dot li .sp-width {
    max-width: 270px;
  }
}
.material-box_tag {
  max-width: 200px;
  font-size: 12px;
}
