@charset "UTF-8";
/*
  ##### LION #####
  common.css
  [Base]
  - Reset
  - Init
  [Layout]
  - Header
  - Footer
*/
/* ----------------------------------------------------
[Base]
----------------------------------------------------  */
/* --------------------------------------------------
Reset
-------------------------------------------------- */



/* Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

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, hr,
small, strong, sub, sup, var, b, i, 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;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  letter-spacing: 0.06em;
}

p {
  letter-spacing: 0.06em;
}

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

body {
  -webkit-text-size-adjust: 100%;
  /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  /* for iOS, Android */
}

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

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  line-height: 1;
}


/* Initialization
- - - - - - - - - - - - - - - - - - - - - - - - - - */

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: normal;
}

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

body {
  position: relative;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* スマホ(iPhone 文字サイズ対応) */
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
}

br {
  letter-spacing: 0; /* ie */
}
img {
  vertical-align:bottom
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

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

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

input, select, textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/* ----------------------------------------------------
[Layout]
----------------------------------------------------  */
/* --------------------------------------------------
 Global Header
-------------------------------------------------- */
.global-header {
  position: relative;
  min-width: 980px;
  padding: 12px 0 0;
  line-height: 1.1;
  background: url(/en/img/common/ln_header.png) no-repeat 50% 100%;
}
@media only screen and (max-width: 640px) {
  .global-header {
    min-width: initial;
    padding: 0;
    border-top: 2px solid #00a05c;
    border-bottom: 1px solid #c6e0d5;
    background-image: none;
  }
}
.global-header .site-name {
  display: block;
  width: 470px;
  line-height: 35px;
}
.global-header .site-name a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .global-header .site-name {
    width: 280px;
    padding: 7px;
  }
  .global-header .site-name img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}
.global-header .division {
  position: absolute;
  top: 20px;
  left: 125px;
  color: #00a05c;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .global-header .division {
    top: 16px;
    left: 80px;
    font-size: 1.0rem;
  }
}
.global-header .sp-brand {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-header .sp-brand {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .global-header .sp-brand a {
    display: block;
    overflow: hidden;
    color: #707f87;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .global-header .sp-brand a {
    padding: 0 25px 0 0;
    background: url(/en/img/common/ico_nav-brand_sp.png) no-repeat 100% 50%;
    background-size: 19px auto;
  }
}

.global-header-top {
  position: relative;
  width: 980px;
  height: 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .global-header-top {
    width: auto;
    height: auto;
  }
}

.global-header-bottom {
  position: relative;
  margin: 0 auto;
}

.global-search-area {
  position: absolute;
  top: 11px;
  right: 0;
  width: 200px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
.global-search-area .sp-back {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-search-area {
    display: none;
    top: 0;
    width: 100%;
    padding: 5px;
    background: #00ba69;
  }
  .global-search-area .sp-back {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 0;
    padding-top: 30px;
    background: url(/en/img/common/ico_arrow-back_sp.png) no-repeat 50% 50%;
    background-size: 15px auto;
    line-height: 1.5;
  }
}
.global-search-area .input-search {
  display: block;
  position: relative;
  width: 200px;
  margin-left: auto;
  box-sizing: border-box;
  padding: 5px 30px 5px 5px;
  background: #fff;
  border: 1px solid #c6e0d5;
  border-radius: 3px;
  color: #383737;
  line-height: 1.2;
  outline: 0;
}
@media only screen and (max-width: 640px) {
  .global-search-area .input-search {
    position: static;
    width: 92%;
  }
}
.global-search-area .input-search::-webkit-input-placeholder, .global-search-area .input-search::-moz-input-placeholder, .global-search-area .input-search:-ms-input-placeholder {
  color: #b4c2ba;
}
.global-search-area .input-search:focus {
  color: #383737;
  border-color: #00a05c;
}
.global-search-area .btn-search {
  position: absolute;
  top: 4px;
  right: 7px;
}
@media only screen and (max-width: 640px) {
  .global-search-area .btn-search {
    top: 12px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.global-utility-nav {
  position: absolute;
  top: 18px;
  right: 230px;
  line-height: 1;
}
.global-utility-nav:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .global-utility-nav {
    display: none;
  }
}
.global-utility-nav li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  border-left: 1px solid #707F87;
  font-size: 1.3rem;
}

.global-utility-nav li.recruit {
}
.global-utility-nav li.lang {
}
.global-utility-nav a {
  display: block;
  text-decoration: none;
}
.global-utility-nav a:hover {
  color: #5d6970 !important;
}
.global-utility-nav li:first-child {
  border-left: none;
}

/* グローバルナビ
---------------------------------------------------- */
.global-nav {
  display: table;
  width: 980px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.global-nav:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .global-nav {
    display: none;
  }
}
.global-nav li {
  float: left;
  position: relative;
  text-align: center;
}
.global-nav li.products {
  width: 113px;
}
.global-nav li.life {
  width: 217px;
}
.global-nav li.csr {
  width: 177px;
}
.global-nav li.ir {
  width: 199px;
}
.global-nav li.company {
  width: 115px;
}
.global-nav li.support {
  width: 158px;
}

.global-nav li.chemicals-nav0 {
  width: 196px;
}
/*
.global-nav li.chemicals-nav1 {}
*/
.global-nav li.chemicals-nav2 {
  width: 196px;
}
.global-nav li.chemicals-nav3 {
  width: 196px;
}
/*
.global-nav li.chemicals-nav4 {}
*/
.global-nav li.chemicals-nav5 {
  width: 196px;
}
.global-nav li.chemicals-nav6 {
  width: 196px;
}

.global-nav li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00a05c;
  transition: height 0.2s ease;
}
.global-nav li.is-active:after, .global-nav li:hover:after {
  height: 6px;
}
@media only screen and (max-width: 640px) {
  .global-nav li {
    border: none;
    margin: 0 0 1px;
  }
}/*640*/
.global-nav a {
  display: block;
  padding: 10px 0 14px;
  color: #5d6970 !important;
  text-decoration: none;
  white-space: nowrap;
}
.global-nav a:hover {
  color: #00a05c !important;
}
.global-nav span {
  display: block;
  padding: 2px 0;
  border-left: 1px solid #d4d8db;
}
.global-nav li:last-child span {
  border-right: 1px solid #d4d8db;
}


/* Pulldown menu 200627
---------------------------------------------------- */

/* reset */

.global-header-bottom ul.level-1 > li.with-child > ul a:hover {
  color: #fff !important;
}
.global-header-bottom ul.level-1 > li.with-child > ul li:after {
  display: none;
}

/*  */

.global-header-bottom li.st-disabled > a {
  cursor: default;
}

/*  */

.global-header-bottom .global-nav > li {
  position: relative;
}
.global-header-bottom ul.level-1 > li.with-child > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 43px;
  width: 197px;
  /* border-top: solid 1px #3685c0; */
  z-index: 1100;
  box-shadow: 0 0 5px rgba(0,0,0,.2);

}
.global-header-bottom ul.level-1 > li.with-child > ul > li {
  float: none;
  border-bottom: solid 1px #ddd;
}
.global-header-bottom ul.level-1 > li.with-child > ul > li > a {
  display: block;
  width: 100%;
  padding: 15px 10px 15px 30px;
  background: #00a05c;
  color: #fff !important;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}


.global-header-bottom ul.level-1 > li.chemicals-nav1.with-child > ul > li > a { 
width: 250px !important;
}/* 2023-11 */


.global-header-bottom ul.level-1 > li.with-child > ul > li > a:hover {
  background: #00ba69;
}
.global-header-bottom ul.level-1 > li.with-child > ul > li.list-indent > a {
  width: 270px;
  padding-left: 50px;
}
.global-header-bottom ul.level-1 > li.with-child > ul > li:last-child {
  /* padding-bottom: 13px;*/
  border-bottom: none;
}


/* level-2 */

.global-header-bottom ul.level-2 > li.with-child > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 30;
  background: #00a05c;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.global-header-bottom  ul.level-1 li.chemicals-nav1 ul.level-2 > li.with-child > ul {
  left: 250px;
}/*2023-11*/


.global-header-bottom ul.level-1 > li.with-child > ul.to-left ul.level-3 {
  left: -100%;
}

.global-header-bottom ul.level-2 > li.with-child > ul > li {
  min-width: 250px;
  border-bottom: solid 1px #ddd;
}
.global-header-bottom ul.level-2 > li.with-child > a {
  position: relative;
}
.global-header-bottom ul.level-2 > li.with-child > a::before {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: url(/en/img/common/ico_arrow_4.png) no-repeat 0 0;
  background-size: 100% auto;
}


.global-header-bottom .chemicals-nav2 ul.level-2 > li.with-child > ul > li {
  min-width: 200px;
}
.global-header-bottom .chemicals-nav3 ul.level-2 > li.with-child > ul > li {
  min-width: 360px;
}
.global-header-bottom ul.level-2 > li.with-child > ul > li:last-child {
  /* padding-bottom: 13px;*/
  border-bottom: none;
}
.global-header-bottom ul.level-2 > li.with-child > ul > li > a {
  display: block;
  padding: 10px 20px;
  background: #00a05c;
  color: #fff !important;
  text-align: left;
  text-decoration: none;
}
.global-header-bottom ul.level-2 > li.with-child > ul > li > a:hover {
  background-color: #00ba69;
  color:#fff !important;
}
.global-header-bottom ul.level-2 > li.with-child > ul li.li-2line {
  height: 62px;
}





/*  */

.u-show {
  display: block !important;
}

/* fixed */

body.st-fixed-global .global-header-top {
  margin-bottom: 43.4px; /* .global-header-bottom の高さを指定 */
}
body.st-fixed-global .global-header-bottom {
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
  background: #fff;
  border-bottom: solid 1px #ddd;
  z-index: 1000;
}

/* .st-fixed-top */

.global-header { /* 親要素 */
  position: relative;
}
.l-nav-top {
  display: none;
  position: absolute;
  top: 80px;
  height: 40px;
  background: #eee;
  z-index: 500;
}
body.st-fixed-global .l-nav-top {
  display: block;
  position: fixed;
  width: 100%;
  height: 40px;
  left: 0;
  top: -40px;
  z-index: 1000;
}
@media only screen and (max-width: 834px) {
  .l-nav-top {
    display: none;
  }
}


/* メガメニュー
---------------------------------------------------- */
.global-drop-nav {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1);
}
.global-drop-nav.is-hide {
  display: none;
}
.global-drop-nav.is-show {
  display: block;
}
.global-drop-nav .inner {
  width: 980px;
  margin: 0 auto;
}
.global-drop-nav .wrap-close {
  position: relative;
  width: 980px;
  background: #fcfcfc;
  margin: 0 auto;
  border: 1px solid #e3e8e8;
  border-width: 0 1px 1px;
  text-align: right;
}
.global-drop-nav .wrap-close h2 {
  color: #90a3ad;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.global-drop-nav .wrap-close .close {
  display: inline-block;
  width: 40px;
  height: 35px;
  background: url(/en/img/common/ico_dropdown-close.png) no-repeat 50% 50%;
}
.global-drop-nav .inner-menu {
  width: 980px;
  margin: 0 auto;
  display: table;
  min-height: 435px;
}
.global-drop-nav .inner-menu:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.global-drop-nav .level1,
.global-drop-nav .level2,
.global-drop-nav .level3 {
  display: table-cell;
  padding: 10px 0;
  vertical-align: top;
}
.global-drop-nav .level1 {
  width: 327px;
  background: url(/en/img/common/bg_dropdown.png) repeat-y -1px 0;
}
.global-drop-nav .level1 .list-link a:hover {
  background-color: #edf6f3;
}
.global-drop-nav .level2 {
  width: 327px;
  min-height: 10px;
  background-color: #edf6f3;
}
.global-drop-nav .level2 .list-link a:hover {
  background-color: #d5ede5;
}
.global-drop-nav .level3 {
  width: 326px;
  background-color: #d5ede5;
}
.global-drop-nav .level3 .list-link a {
  background: none;
}
.global-drop-nav .level3 .list-link a:hover {
  background: #fff;
  color: #00a05d;
}
.global-drop-nav .level3 .list-banner {
  margin: 0 17px;
}
.global-drop-nav .is-show {
  display: block;
}
.global-drop-nav .is-hide {
  display: none;
}
.global-drop-nav .list-link a {
  display: block;
  margin-right: 1px;
  border-right: 20px solid transparent;
  padding: 10px 5px 10px 15px;
  color: #707f87;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.global-drop-nav .list-link a[data-menuid] {
  margin-right: 0;
  background: url(/en/img/common/ico_arrow_1.png) no-repeat 100% 50%;
}
.global-drop-nav .list-link-sub {
  border-top: 1px solid #e3e8e8;
  font-size: 1.2rem;
  overflow: hidden;
}
.global-drop-nav .list-link-sub li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e3e8e8;
  border-right: 1px solid #e3e8e8;
  line-height: 1.2;
}
.global-drop-nav .list-link-sub li:nth-child(2n) {
  border-right: 0;
}
.global-drop-nav .list-link-sub li.otc a {
  padding: 5px 21px;
}
.global-drop-nav .list-link-sub a {
  display: block;
  padding: 12px 3px;
  color: #707f87;
  text-align: center;
  text-decoration: none;
}
.global-drop-nav .list-link-sub a:hover {
  color: #00a05c;
}
.global-drop-nav .products .list-btns {
  margin: 34px 17px 17px;
}
.global-drop-nav .products .list-btns li {
  margin-top: 10px;
}
.global-drop-nav .products .list-btns a {
  color: #707f87;
}
.global-drop-nav .list-banner {
  margin: 5px 17px;
}
.global-drop-nav .list-banner li {
  margin-bottom: 15px;
}
.global-drop-nav .list-banner.company a {
  display: block;
}
.global-drop-nav .list-banner.company a .text {
  margin-top: 10px;
  background: url(/en/img/common/ico_arrow_1.png) no-repeat 0% 50%;
  padding-left: 17px;
}
.global-drop-nav .list-banner.ir a {
  display: block;
}
.global-drop-nav .list-banner.ir .mod-btn2 {
  color: #343737;
  padding: 0;
  text-align: left;
}
.global-drop-nav .list-banner.ir .mail {
  border: 0;
  height: 70px;
  background: url(/en/img/common/bnr_dropdown-mail.jpg) no-repeat 0 0;
}
.global-drop-nav .list-banner.ir .mail:after {
  display: none;
}
.global-drop-nav .list-banner.ir .mail span {
  display: block;
  padding-left: 70px;
  line-height: 70px;
}
.global-drop-nav .list-banner.ir .contact {
  background: url(/en/img/common/ico_mail_1.png) no-repeat 20px 50% #fff;
}
.global-drop-nav .list-banner.ir .contact span {
  display: block;
  padding-left: 70px;
  line-height: 70px;
}
.global-drop-nav .list-banner a:hover img {
  transition: opacity 0.2s ease-in-out;
  display: block;
  background: white;
}
.global-drop-nav .list-banner a:hover img:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* --------------------------------------------------
 Global Footer
-------------------------------------------------- */
.global-footer {
  background: #fff;
  min-width: 980px;
}
@media only screen and (max-width: 640px) {
  .global-footer {
    min-width: initial;
  }
}

.global-footer-top {
  padding: 20px 0;
  background: #edf6f3;
}
.global-footer-top .l-grid .col4 {
  position: relative;
}
.global-footer-top a img {
  border: 1px solid #edf6f3;
  border-radius: 3px;
}
.global-footer-top a:hover img {
  border-color: #00a05c;
}
.global-footer-top a:hover ~ .mod-balloon {
  display: block;
}
.global-footer-top .mod-balloon {
  display: none;
  position: absolute;
  top: -75px;
  z-index: 1;
  border: 5px solid #edf6f3;
  border-radius: 10px;
}
.global-footer-top .mod-balloon p {
  position: relative;
  font-size: 86%;
  border: 1px solid #a5dbc4;
  background: white;
  padding: 1rem;
  border-radius: 6px;
  line-height: 1.5;
  color: #707f87;
  width: 46rem;
}
.global-footer-top .mod-balloon p:after {
  position: absolute;
  background: url("/en/img/common/ico_balloon_1.png") no-repeat 0 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  bottom: -10px;
  left: 50%;
}
.global-footer-top .mod-balloon.mod-left p {
  width: 38rem;
}
.global-footer-top .mod-balloon.mod-left p:after {
  left: 8%;
}
.global-footer-top .mod-balloon.mod-center {
  left: 50%;
  margin-left: -23rem;
}
.global-footer-top .mod-balloon.mod-right {
  right: 0;
}
.global-footer-top .mod-balloon.mod-right p:after {
  left: 92%;
}

@media only screen and (max-width: 640px) {
  .global-footer-top {
    padding: 0 10px 10px;
  }
  .global-footer-top .l-grid {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .global-footer-top .l-grid .col4 {
    margin: 0 0 10px;
  }
  .global-footer-top a img {
    width: 100%;
    height: auto;
  }
  .global-footer-top .mod-balloon {
    display: none !important;
  }
}
.global-footer-middle {
  padding: 40px 0;
}
.global-footer-middle:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .global-footer-middle {
    display: none;
  }
}
.global-footer-middle .ttl {
  width: 980px;
  margin: 0 auto 20px;
  color: #383737;
  font-size: 2.0rem;
}
.global-footer-middle .tabs {
  width: 1100px;
  margin: 0 auto 20px;
  padding: 5px 60px 0;
  background: #edf6f3;
  border-radius: 5px;
  font-size: 1.4rem;
}
.global-footer-middle .tabs:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.global-footer-middle .tabs li {
  float: left;
  padding: 0 0 0 7px;
}
.global-footer-middle .tabs li:first-child {
  padding-left: 0;
}
.global-footer-middle .tabs a {
  display: block;
  margin: 0 0 5px;
  padding: 10px 10px;
  color: #5d6970;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  width: 134px;
}
.global-footer-middle .tabs a:hover {
  border-radius: 5px;
  color: #00a05c;
  background: #fff;
  text-decoration: underline;
}
.global-footer-middle .tabs a.is-active {
  position: relative;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding-bottom: 15px;
  color: #00a05c;
  background: #fff;
  text-decoration: none;
}
.global-footer-middle .tab-content {
  display: none;
}
.global-footer-middle .tab-content.is-active {
  display: block;
}
.global-footer-middle .tab-content-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 280px;
}
.global-footer-middle .tab-content-wrapper .nav {
  display: block;
  width: 36px;
  height: 36px;
  background: #00a05c;
  border-radius: 5px;
  position: absolute;
  z-index: 5;
  top: 80px;
  transition: all 0.2s ease;
}
.global-footer-middle .tab-content-wrapper .nav:hover {
  background: #00ba69;
}
.global-footer-middle .tab-content-wrapper .nav:active {
  background: #00874d;
}
.global-footer-middle .tab-content-wrapper .nav-prev {
  left: 0;
}
.global-footer-middle .tab-content-wrapper .nav-next {
  right: 0;
}
.global-footer-middle .brand-list {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  padding: 0px 50px 0 60px;
}
.global-footer-middle .brand-list:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.global-footer-middle .brand-list li {
  float: left;
  font-size: 1.3rem;
  margin: 0 7px 15px 0;
  width: 134px;
  min-height: 125px;
}
.global-footer-middle .brand-list a {
  display: block;
  color: #00a05c;
  text-decoration: none;
}
.global-footer-middle .brand-list .logo {
  position: relative;
  margin: 0 0 7px;
  text-align: center;
  border: 1px solid #c6e0d5;
  border-radius: 3px;
  transition: border-color 0.2s ease;
}
.global-footer-middle .brand-list .logo img {
  border-radius: 3px;
}
.global-footer-middle .brand-list .logo:hover {
  border-color: #00a05c;
}
.global-footer-middle .brand-list .logo:after {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  content: "";
  width: 10px;
  height: 8px;
  background: url(/en/img/common/ico_blank_2.png) no-repeat 0 0;
}
@media only screen and (max-width: 640px) {
  .global-footer-middle .brand-list .logo:after {
    background-image: url(/en/img/common/ico_blank_2_sp.png);
    background-size: 10px auto;
  }
}
.global-footer-middle .brand-list .text {
  text-align: center;
}

.global-footer-history {
  max-width: 980px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 5;
  transition: top 0.4s ease-out;
}
@media only screen and (max-width: 640px) {
  .global-footer-history {
    display: none;
  }
}
.global-footer-history .empty {
  padding: 30px;
  color: #fff;
}
.global-footer-history .mod-tab {
  position: absolute;
  display: inline-block;
  padding: 9px 40px 9px 12px;
  background: #00a05c;
  border-radius: 6px 6px 0 0;
  color: #fff !important;
  font-size: 1.2rem;
  line-height: 1.3;
  text-decoration: none !important;
  transition: background-color 0.1s ease;
  border: none;
  height: 30px;
  top: -30px;
  transition: top 0.4s ease-out;
}
.global-footer-history .mod-tab:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 18px;
  background: url(/en/img/common/ico_toggle-history.png) no-repeat left top;
  background-size: 22px 18px;
}
.global-footer-history .l-grid {
  background: #edf6f3;
  border-radius: 0 6px 0 0;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-out, border-width 0.4s ease-out;
  border-width: 0px;
}
.global-footer-history .l-grid .col6 {
  padding: 15px 50px 10px 0;
}
.global-footer-history .l-grid .col6:first-child {
  padding: 15px 20px 10px 20px;
}
.global-footer-history .l-grid li {
  padding: 4px 25px 4px 0;
  font-size: 1.2rem;
  margin: 0 0 2px;
}
.global-footer-history .l-grid a {
  background: url(/en/img/common/ico_arrow_1.png) no-repeat left 6px;
  background-size: auto 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  color: #00a05c;
}
@media only screen and (max-width: 640px) {
  .global-footer-history .l-grid a {
    background-image: url(/en/img/common/ico_arrow_1_sp.png);
    background-size: 8px auto;
  }
}
.global-footer-history .l-grid a:hover {
  color: #00a05c !important;
}
.global-footer-history.is-open {
  top: -200px;
}
.global-footer-history.is-open .l-grid {
  height: 200px;
  border: 2px solid #00a05c;
  border-bottom-width: 0px;
}
.global-footer-history.is-open .mod-tab:after {
  background-image: url(/en/img/common/ico_toggle-history_close.png);
}

.stayBottom .global-footer-history.is-open {
  top: -206px;
}

.global-footer-bottom {
  position: relative;
  border-top: 6px solid #00a05c;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 1.3rem;
}
.global-footer-bottom:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom {
    border: 0;
  }
}
.global-footer-bottom .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .inner {
    padding: 0;
    width: auto;
  }
}
.global-footer-bottom .fix {
  position: fixed;
  width: 100%;
  max-width: 980px;
  bottom: 0;
  transition: bottom 0.3s;
  z-index: 6;
}
.global-footer-bottom .fix.stayBottom {
  position: static;
}
.global-footer-bottom .fix.hideFixedFooter .mod-tab {
  top: 0;
}
.global-footer-bottom .fix.hidePageTop .pagetop {
  top: 0;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .fix {
    position: static;
  }
}
.global-footer-bottom .pagetop {
  transition: top 0.4s ease-out;
  position: absolute;
  top: -76px;
  right: 0;
  margin: 0;
  text-align: right;
  z-index: 6;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .pagetop {
    position: static;
    text-align: center;
  }
}
.global-footer-bottom .pagetop a {
  display: block;
  width: 34px;
  height: 0;
  overflow: hidden;
  margin-left: auto;
  padding-top: 43px;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(/en/img/common/spr_pagetop.png);
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .pagetop a {
    width: auto;
    height: auto;
    padding: 8px;
    background: #00a05c;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .global-footer-bottom .pagetop a span {
    display: inline-block;
    padding-left: 15px;
    background: url(/en/img/common/ico_arrow-up_sp.png) no-repeat 0 50%;
    background-size: 10px auto;
  }
}
.global-footer-bottom .pagetop a:hover,
.global-footer-bottom .pagetop a:active {
  background-position: 0 -43px;
}

.global-footer-bottom .footer-nav {
  width: 745px;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #c6e0d5;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .footer-nav {
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
  }
}
.global-footer-bottom .footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
  overflow: hidden;
}
.global-footer-bottom .footer-nav li {
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .footer-nav li {
    font-size: 1.4rem;
    float: none;
    border-top: 1px solid #e7ebf0;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .global-footer-bottom .footer-nav li:nth-child(2n) {
    border-right: 1px solid #e7ebf0;
  }
}
.global-footer-bottom .footer-nav li.contact {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .footer-nav li.contact {
    display: block;
    width: 100%;
  }
}
.global-footer-bottom .footer-nav li.sitemap {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .footer-nav li.sitemap {
  }
}
.global-footer-bottom .footer-nav a {
  display: inline-block;
  padding-left: 15px;
  background: url(/en/img/common/ico_arrow_1.png) no-repeat 0 50%;
  color: #5d6970;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .footer-nav a {
    display: block;
    padding: 10px 10px 10px 16px;
    background: url(/en/img/common/ico_arrow_1_sp.png) no-repeat 7px 50%;
    background-size: 4px auto;
  }
}
.global-footer-bottom .footer-nav a:hover {
  color: #00a05c;
}
.global-footer-bottom .copyright {
  width: 745px;
  color: #383737;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .copyright {
    width: auto;
    padding: 10px 0;
    border-top: 3px solid #00a05c;
    font-size: 1.0rem;
    text-align: center;
  }
}
.global-footer-bottom .site-name {
  position: absolute;
  top: 37px;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .global-footer-bottom .site-name {
    display: none;
  }
}

/* --------------------------------------------------
 Global Footer SP
-------------------------------------------------- */
.global-footer-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .global-footer-sp {
    display: block;
    padding-bottom: 30px;
    background-color: #FFF;
    z-index: 900;
  }
  .global-footer-sp .fixed-nav {
    position: fixed;
    z-index: 901;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    font-size: 1rem;
  }
  .global-footer-sp .fixed-nav li {
    display: table-cell;
    width: 33%;
  }
  .global-footer-sp .fixed-nav li.home a {
    background-image: url(/en/img/common/ico_nav-home_sp.png);
  }
  .global-footer-sp .fixed-nav li.menu {
    width: 34%;
  }
  .global-footer-sp .fixed-nav li.menu a {
    background-color: #00874D;
    background-image: url(/en/img/common/ico_nav-menu_sp.png);
  }
  .global-footer-sp .fixed-nav li.menu a.is-active {
    background-image: url(/en/img/common/ico_nav-menu-close_sp.png);
    background-color: #D9EEE5;
    color: #00a05c;
  }
  .global-footer-sp .fixed-nav li.search a {
    background-image: url(/en/img/common/ico_nav-search_sp.png);
  }
  .global-footer-sp .fixed-nav li.search a.is-active {
    background-image: url(/en/img/common/ico_nav-menu-close_sp.png);
    background-color: #D9EEE5;
    color: #00a05c;
  }
  .global-footer-sp .fixed-nav a {
    display: block;
    color: #fff;
    padding: 30px 5px 5px;
    background-color: #00a05c;
    background-repeat: no-repeat;
    background-position: 50% 7px;
    background-size: auto 18px;
    text-align: center;
    text-decoration: none;
  }
}

/* SP サイトメニュー
---------------------------------------------------- */
/* SP サイトメニュー
---------------------------------------------------- */
.site-menu-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .site-menu-sp {
    display: block;
    position: fixed;
    z-index: 900;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    transition: bottom 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: bottom 0.5s ease-out, transform 0.5s ease-out;
    overflow: auto;
  }
  .site-menu-sp.is-close {
    bottom: -100%;
  }
  .site-menu-sp.is-open {
    bottom: 0px;
  }
  .site-menu-sp .site-menu-slide {
    overflow: scroll;
    height: 100%;
  }
  .site-menu-sp .list-link li {
    font-size: 1.4rem;
    border-bottom: 1px solid #EEE;
  }
  .site-menu-sp .list-link a {
    display: block;
    padding: 20px 20px 20px 30px;
    color: #707f87;
    text-decoration: none;
    line-height: 1.4;
    background: url(/en/img/common/ico_arrow_3_sp.png) no-repeat 20px 50%;
    background-size: 6px auto;
  }
  .site-menu-sp .list-link a[data-menuid] {
    border-right: 20px solid transparent;
    background: url(/en/img/common/ico_arrow_5_sp.png) no-repeat 100% 50%;
    background-size: 5px auto;
  }
  .site-menu-sp .list-link a.btn-back {
    padding-left: 35px;
    background: url(/en/img/common/ico_arrow-back_sp_2.png) no-repeat 20px 50%;
    background-size: 15px auto;
  }
}

/* SP 検索
---------------------------------------------------- */
.site-search-sp {
  display: none;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
}
.site-search-sp .inner {
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .site-search-sp {
    display: block;
    position: fixed;
    z-index: 900;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
    transition: bottom 0.5s ease-out;
  }
  .site-search-sp.is-close {
    bottom: -100%;
  }
  .site-search-sp.is-open {
    bottom: 30px;
  }
  .site-search-sp .input-search {
    -webkit-appearance: none;
    appearance: none;
    width: 68%;
    margin: 0;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #c6e0d5;
    font-size: 1.1rem;
    line-height: 1;
  }
  .site-search-sp .btn-search {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #00a05c;
    width: 65px;
    padding: 8px 0;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
  }
}

/* 2022-08-08 */
.btn-search {
  width: 18px;
  height: 18px;
  background: url(/en/img/common/ico_search.png) no-repeat left center;
  overflow: hidden;
  border: none;
  cursor: pointer;
  text-indent: -99px;
}
