@charset "UTF-8";
/* Products common */
html {
  font-size: 62.5%;
  line-break: strict;
  position: relative;
  word-break : break-word;
  overflow-wrap : break-word;
}

body {
  color: #3e3e3e;
  left: 0;
  width: 100%;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

a {
  color: #6e6e6e;
  text-decoration: none;
}

a[target="_blank"]:after {
  background: url(/common/images/ico-blank-b.svg) center center no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.common-header a[target="_blank"]:after,
.common-footer a[target="_blank"]:after {
  background: url(/common/images/ico-blank.svg) center center no-repeat;
}
.contents-txt a[target="_blank"] {
  margin-right: 10px;
}

/* header */
.common-header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-sizing: content-box;
  width: 100%;
  z-index: 9999;
}

.common-header .inner {
  position: relative;
  margin: 0 auto;
}

.common-header .inner:after,
.common-header-gnav-gsite:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.common-header-ttl {
  float: left;
}

.common-header-ttl img {
  display: block;
  height: auto;
  width: 100%;
}

.common-header-search-ico {
  display: block;
  height: 20px;
  margin: -2px auto;
  width: auto;
}

.common-header-search-btn.cls {
  display: block;
}

.opn .common-header-search-btn.cls {
  display: none;
}

.common-header-search-btn.opn {
  display: none;
}

.opn .common-header-search-btn.opn {
  display: block;
}

.common-header-search-btn.opn span {
  position: absolute;
  left: 0;

  background: #000;
  height: 2px;
  transition: all .3s ease-out;
  width: 100%;
}

.common-header-search-btn-01:nth-of-type(1) {
  top: 0;
}

.opn .common-header-search-btn-01:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.common-header-search-btn-02:nth-of-type(2) {
  top: 7px;
}

.opn .common-header-search-btn-02:nth-of-type(2) {
  opacity: 0;
}

.common-header-search-btn-03:nth-of-type(3) {
  bottom: 0;
}

.opn .common-header-search-btn-03:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.common-header-search-txt {
  position: absolute;
  top: 100%;
  left: -33.325%;

  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin: 5px 0 0;
  text-align: center;
  transform: scale(.6);
  white-space: nowrap;
  width: 166.65%;
}

.common-header-search-form {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: block;
  width: 100%;
}

.common-header-search-form input {
  line-height: 1;
}

.common-header-search-form input[type="text"] {
  padding: 12px;
  vertical-align: middle;
}

.common-header-search-form input[type="text"]:focus {
  box-shadow: 2px 2px 0 #4caadc inset, -2px -2px 0 #4caadc inset;
  outline: none;
}

.common-header-search-form input[type="image"] {
  vertical-align: middle;
  width: auto;
}

.common-header-subnav li {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin: 0 0 0 16px;
}

.common-header-subnav a {
  color: #6e6e6e;
}

.common-header-gnav a {
  color: #6e6e6e;
  line-height: 1;
}

.common-header-gnav-search > a {
  border: none;
  display: block;
}

.common-header-gnav-search img {
  height: 21px;
  width: auto;
}

.common-header-gnav-underlayer-wrap {
  display: none;
}

.fixed.common-header {
  position: fixed;
}


/* main contents */

/* ページトップ */
.common-pagetop {
  position: relative;

  height: 0;
  overflow: visible;
}

.common-pagetop a {
  position: fixed;
  right: 0;
  bottom: 0;

  background: url(/common/images/ico-arw-t-w.svg) center center no-repeat #858585;
  background-size: 13px 8px;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 40px 0 0;
  width: 40px;
  z-index: 9999;
}

/* footer */
.common-footer {
  background: #424242;
  color: #fff;
}

.common-footer .inner:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.common-footer-menu {
  background: #f1f5f6;
}

.common-footer-menu > .inner {
  display: flex;
  display: -ms-flex;
  justify-content: center;
}

.common-footer-menu-box {
  width: 16%;
}

.common-footer-menu-list {
  font-size: 14px;
  margin-top: 25px;
}

.common-footer-menu-list:first-child {
  margin-top: 0;
}

.common-footer-menu-underlayer li {
  font-size: 12px;
  margin-top: 10px;
}

.common-footer-menu-underlayer li:before {
  color: #3e3e3e;
  content: "- ";
}

.common-footer-nav {
  font-size: 0;
}

.common-footer-nav-list {
  display: inline-block;
}

.common-footer-nav a {
  color: #fff !Important;
}

.common-footer-copyright {
  letter-spacing: .09em;
}

.tac {
  text-align: center !Important;
  justify-content: center !Important;
}
.tal {
  text-align: left !Important;
}
.tar {
  text-align: right !Important;
}


.mf_finder_header .mf_finder_searchBox_suggest_items {
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li {
  background: #fff;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li a {
  background: #fff;
}

.contents-subheading + .mf_finder_container {
  margin-top: 20px;
}
.mf_finder_organic_wrapper * {
  font-size: 1.4rem !Important;
  line-height: 1.6;
}
.mf_finder_msk_item:before,
.mf_finder_msk_item:after {
  color: #3e3e3e;
  font-size: 1.5rem;
}
.mf_finder_msk_item a {
  font-size: 2.2rem !important;
  display: inline-block;
}
.mf_finder_searchBox_selects {
}
.mf_finder_searchBox_selects label {
  display: table;
  margin-top: 10px;
}
.mf_finder_searchBox_selects .mf_finder_searchBox_category:before {
  display: table-cell;
  font-size: 1.5rem;
  width: 6em;
  content: "検索対象：";
}
.mf_finder_searchBox_selects label:after {
  top: 8px;
}
.mf_finder_searchBox_selects select {
  display: table-cell;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px;
}
.mf_finder_organic_doc_body {
  height: 4.5rem;
}
.mf_finder_organic .mf_finder_mark {
  background-color: rgba(76, 170, 220, 0.3);
}
.mf_finder_organic_doc_title_wrapper {
  border-radius: 0;
  color: inherit;
}
.mf_finder_organic_doc_title_wrapper:visited {
  color: #666;
}
.mf_finder_searchBox {
  margin: auto;
}
.mf_finder_searchBox_items {
  background: none !Important;
  border: none !Important;
  padding: 0;
  position: relative;
}
.mf_finder_searchBox_query_input {
  background: #fff;
  border: 1px solid #e5e5e5 !Important;
  padding: 0;
  font-size: 1.6rem !Important;
  padding: 12px;
  width: 100%;
}
.mf_finder_searchBox_query_input:focus {
  box-shadow: 2px 2px 0 #0086cd inset, -2px -2px 0 #0086cd inset;
  outline: none;
}
.mf_finder_searchBox_submit {
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 10px;
}
.mf_finder_searchBox_submit:before {
  content: url(/common/images/ico-search.svg);
  display: inline-block;
  background: #fff;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
.mf_finder_searchBox_submit:focus {
  outline: none;
}
.mf_finder_searchBox_suggest_items {
  background: #f1f5f6;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left !Important;
}
.mf_finder_searchBox_suggest_items li {
  background: #fff;
  display: block;
}
.mf_finder_searchBox_suggest_items li a {
  background: #f1f5f6;
  color: #3e3e3e;
  display: block;
  padding: 10px;
}
.mf_finder_searchBox_suggest_items li a:hover {
  background: #f1f5f6;
  border-color: #e5e5e5 !Important;
  color: #0086cd;
  text-decoration: none;
}
.mf_finder_searchBox_doctype {
  display: table;
  margin-right: 0 !Important;
  margin-top: 5px !Important;
}
.mf_finder_searchBox_doctype:before {
  content: "検索対象：" !Important;
  font-size: 1.5rem !Important;
  font-weight: 500 !Important;
  display: table-cell !Important;
  padding-right: 10px !Important;
}
.mf_finder_searchBox_doctype_select {
  font-size: 1.4rem !Important;
  display: table-cell !Important;
  padding: 3px 30px 3px 10px !Important;
}
.mf_finder_searchBox_doctype:after {
  top: 10px !Important;
  right: 10px !Important;
}

.mf_finder_searchBox_links {
  margin-top: 20px;
}
.mf_finder_searchBox_category_links {
  padding-left: 0 !Important;
}

.mf_finder_searchBox_links .mf_finder_searchBox_category_links:before {
  content: "カテゴリ：";
  font-size: 1.5rem;
  font-weight: 600;
  position: static;
  width: 6em;
}

.mf_finder_searchBox_links .mf_finder_searchBox_category_links div a.mf_finder_searchBox_link_current,
.mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links div a.mf_finder_searchBox_link_current,
.mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div a.mf_finder_searchBox_link_current,
.mf_finder_searchBox_links .mf_finder_searchBox_sort_links div a.mf_finder_searchBox_link_current,
.mf_finder_searchBox_links .mf_finder_searchBox_category_links div a,
.mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links div a,
.mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div a,
.mf_finder_searchBox_links .mf_finder_searchBox_sort_links div a {
  background: none;
  color: #3e3e3e;
  font-size: 1.4rem;
  margin-right: 20px;
  padding: 0 0 7px 0;
}
.mf_finder_searchBox_links .mf_finder_searchBox_category_links div a:hover, .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links div a:hover, .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div a:hover, .mf_finder_searchBox_links .mf_finder_searchBox_sort_links div a:hover,
.mf_finder_searchBox_links .mf_finder_searchBox_category_links div a.router-link-exact-active {
  background: none;
  color: #3e3e3e;
  border-bottom: 3px solid #0086cd;
  border-radius: 0;
}
.mf_finder_searchBox_links .mf_finder_searchBox_category_links div a.router-link-exact-active.mf_finder_searchBox_link_current {
  border-bottom: 3px solid #fff;
}

.mf_finder_searchBox_links .mf_finder_searchBox_category,
.mf_finder_searchBox_links .mf_finder_searchBox_imgsize,
.mf_finder_searchBox_links .mf_finder_searchBox_pagemax,
.mf_finder_searchBox_links .mf_finder_searchBox_sort {
  border: none;
}
.mf_finder_organic {
  display: flex;
  flex-direction: column;
}
.mf_finder_msk_wrapper {
}
.mf_finder_organic_header_wrapper {
  margin: 30px 0 0;
  order: -1;
}
.mf_finder_organic_range_from:after,
.mf_finder_organic_range_from:before,
.mf_finder_organic_range_to:after,
.mf_finder_organic_range_to:before,
.mf_finder_organic_total:after,
.mf_finder_organic_total:before,
.mf_finder_query:after,
.mf_finder_query:before {
  font-size: 1.5rem !Important;
}
html:lang(ja) .mf_finder_organic_header,
html :lang(ja) .mf_finder_organic_header,
html:lang(ja-JP) .mf_finder_organic_header,
html :lang(ja-JP) .mf_finder_organic_header {
  flex-direction: row-reverse;
}
.mf_finder_organic_docs_wrapper {
  margin-top: 10px;
}
.mf_finder_organic_doc {
  padding: 25px 0;
}
.mf_finder_organic .mf_finder_organic_doc_img {
  background: #f4f4f4;
  width: 202px;
}
.mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
  display: none;
}
.mf_finder_organic_doc_url {
  color: #6e6e6e;
}
.mf_finder_organic_doc_url:hover {
  color: #0086cd;
}
.mf_finder_organic_doc_url:before {
  /*text-decoration: none !Important;*/
}

.mf_finder_organic_pager_wrapper {
  margin: 30px auto;
}
.mf_finder_pager_items li a,
.mf_finder_pager_items .mf_finder_pager_item_first a,
.mf_finder_pager_items .mf_finder_pager_item_next a,
.mf_finder_pager_items .mf_finder_pager_item_prev a {
  color: #0086cd;
  background-color: #fff;
  border: 1px solid #0086cd;
  border-radius: 0;
}
.mf_finder_pager_items li a:hover,
.mf_finder_pager_items .mf_finder_pager_item_first a:hover,
.mf_finder_pager_items .mf_finder_pager_item_next a:hover,
.mf_finder_pager_items .mf_finder_pager_item_prev a:hover {
  background-color: #0086cd;
  color: #fff;
}
.mf_finder_pager_item_first a span,
.mf_finder_pager_item_next a span,
.mf_finder_pager_item_prev a span {
  font-size: 0 !Important;
  line-height: 1;
}
.mf_finder_pager_item_first a span:before,
.mf_finder_pager_item_next a span:before,
.mf_finder_pager_item_prev a span:before {
  font-size: 1.4rem;
}
.mf_finder_organic .mf_finder_logo {
  display: none;
}

.mf_finder_msk {
  background: #f4f4f4;
  font-size: 1.5rem !Important;
  margin: 10px auto 0;
  padding: 3px 10px 8px;
}

.mf_finder_zubaken {
  background-color: #f1f5f6;
  margin-top: 20px;
  padding: 16px;
}
.mf_finder_zubaken:before {
  content: "おすすめページ";
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category_select {
  outline: none;
  width: 100%;
  border: 1px solid #e5e5e5 !Important;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category {
  position: relative;
  width: 30%;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category:after {
  right: 0;
  background: url(/common/images/ico-arw-d-b.svg) center center no-repeat;
  background-size: 10px auto;
  border-left: 1px solid #e5e5e5;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 45px;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
/*
  margin-left: 20px;
  position: static;
  width: auto;
*/
  display: none;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a {
  margin: 0;
}
.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a:before {
  background: #858585;
  color: #fff;
  content: "検索結果の表示設定";
  display: block;
  margin-top: 5px;
  padding: 4px 10px 3px;
  position: relative;
  text-align: center;
  width: 13em;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a:after {
  display: none;
}

.mf_finder_searchBox_useToggle .mf_finder_searchBox_misc {
  display: block;
  margin-top: 5px;
}

.mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_misc {
  justify-content: flex-end;
}

.mf_finder_zubaken_item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 0 1rem;
}
.mf_finder_zubaken_item:first-child {
  padding-left: 0;
}
.mf_finder_zubaken_item:last-child {
  padding-right: 0;
}

.mf_finder_zubaken_title_wrapper {
  margin-top: 10px;
}
.mf_finder_zubaken_title {
  font-size: 16px;
}


@media screen and (min-width: 768px), print {
  body {
    font: 300 14px/1.5 "Noto Sans Japanese", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body {
    letter-spacing: .1em;
  }
  p {
    font: 300 14px/1.5 "Noto Sans Japanese", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  img {
    backface-visibility: hidden;
  }
  a:hover img {
    opacity: .7;
  }
  a:hover {
    color: #4caadc;
    text-decoration: underline;
  }
  a[target="_blank"]:after {
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
  }
  .common-header-search-form input[type="text"] {
    width: 94.18%;
  }
  .common-header-search-form input[type="image"] {
    height: 25px;
    margin: 0 0 0 1.5%;
  }
  .common-header-subnav a[target="_blank"]:after {
    margin-left: 5px;
  }
  .common-header-gnav-search > a {
    position: relative;
  }
  .common-header-gnav-search > a.opn:before {
    position: absolute;
    top: 34px;
    left: 50%;
    background: url(/common/images/bg-arw-t-sch.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 11px;
    transform: translateX(-50%);
    width: 23px;
    z-index: 11;
  }
  .contents > .inner {
    box-sizing: content-box;
    margin: 75px auto 0;
    max-width: 1180px;
    padding: 0 20px;
  }
  .underindex-undertop + .contents .inner {
    margin-top: 0;
  }
  .underindex-top + .contents .inner {
    margin-top: 60px;
  }
  .common-header-type2 + * + .contents .inner {
    padding-bottom: 60px;
  }


  .common-footer-nav a:hover {
    color: #fff;
  }

  .element-sp {
    display: none !important;
  }
  .element-tab {
    display: none !important;
  }
}

@media screen and (max-width: 767px), print {
  body {
    font: 300 1.4rem/1.5 "Noto Sans Japanese", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body {
    letter-spacing: .08em;
  }
  body.layer:after {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  p {
    font: 300 1.4rem/1.5 "Noto Sans Japanese", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  a[target="_blank"]:after {
    background-size: 8px;
    height: 8px;
    margin: 0 0 0 5px;
    width: 8px;
    right: 8px;
  }
  .common-header-search-form input[type="text"] {
    font-size: 16px;
    width: 85.36%;
  }
  .common-header-search-form input[type="image"] {
    height: 16px;
    margin: 0 0 0 4.18%;
  }
  .common-header-gnav > ul {
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 0;
  }
  .contents > .inner {
    padding: 20px 16px;
  }
  .common-header-type2 + * + .contents .inner {
    padding-bottom: 30px;
  }

  .index .contents > .inner {
    padding: 10px 16px 20px;
  }

  .element-pc {
    display: none !important;
  }
  .element-tab {
    display: none !important;
  }


  html:lang(ja) .mf_finder_organic_header,
  html :lang(ja) .mf_finder_organic_header,
  html:lang(ja-JP) .mf_finder_organic_header,
  html :lang(ja-JP) .mf_finder_organic_header {
    flex-direction: column-reverse;
  }

  .contents-subheading + .mf_finder_container {
    margin-top: 0;
  }
  .mf_finder_searchBox_query_input {
    font-size: 1.4rem !Important;
  }
  .mf_finder_searchBox_items {
    flex-wrap: wrap;
  }
  .mf_finder_searchBox_query_wrap {
    margin-top: 10px !Important;
  }
  .mf_finder_searchBox_submit:before {
    margin-right: 0;
  }
  .mf_finder_header .mf_finder_searchBox_submit {
    top: 21px;
  }
  .mf_finder_container .mf_finder_searchBox_submit {
    top: 20px;
    right: 0;
  }
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects {
    flex-direction: column;
  }

  .mf_finder_searchBox_links .mf_finder_searchBox_category_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links,
  .mf_finder_searchBox_links .mf_finder_searchBox_sort_links {
    display: table;
  }
  .mf_finder_searchBox_links .mf_finder_searchBox_category_links:before,
  .mf_finder_searchBox_links .mf_finder_searchBox_category_links div, .mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links div,
  .mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links div,
  .mf_finder_searchBox_links .mf_finder_searchBox_sort_links div {
    display: table-cell;
  }

  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_category {
    width: 100%;
  }
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle {
    margin-left: 0;
  }
  .mf_finder_searchBox_useToggle .mf_finder_searchBox_selects .mf_finder_searchBox_toggle a:before {
    width: 100%;
  }
  .mf_finder_searchBox_useToggle.mf_finder_searchBox_useToggle_show .mf_finder_searchBox_misc {
    justify-content: center;
  }
  .mf_finder_organic_header_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .mf_finder_organic .mf_finder_organic_doc_img {
    width: 100px;
  }
  .mf_finder_organic_doc_url {
    word-break: break-all;
  }
}

@media screen and (min-width: 1170px) {
  .common-header-subnav .common-header-lang {
    position: relative;
  }
  .common-header-subnav .common-header-lang span {
    background: #666;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin-left: 5px;
    padding: 2px 5px;
  }
  .common-header-subnav .common-header-lang-underlayer {
    position: absolute;
    top: 220%;
    left: -18%;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    overflow: visible;
    padding: 0 20px 15px;
    white-space: nowrap;
    width: 14em;
    z-index: 1;
  }
  .common-header-subnav .common-header-lang-underlayer-list {
    display: block;
    margin-top: 5px;
  }
  .common-header-subnav .common-header-lang-underlayer-list:before {
    position: absolute;
    top: -11px;
    left: 50%;
    background: url(/common/images/bg-arw-t-nav.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 11px;
    transform: translateX(-50%);
    width: 23px;
  }
  .common-header-subnav .common-header-lang-underlayer-list {
    font-size: 13px;
    line-height: 1;
    margin: 14px 0 0;
    display: block;
  }
  .common-header-subnav .common-header-lang-underlayer-list > a {
    background: url(/common/images/ico-arw-r-b.svg) left center no-repeat;
    background-size: 5px auto;
    border: none;
    margin: 0;
    padding: 0 0 0 15px;
  }
  .common-header {
    border-bottom: 1px solid #e5e5e5;
  }
  .common-header .inner {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1180px;
    padding: 17px 50px 0;
    transition: all .3s ease-out;
  }
  .fixed.common-header .inner {
    padding: 0 50px;
  }
  .common-header-ttl {
    padding: 18px 0 0;
    transition: width .3s ease-out;
    width: 162px;
  }
  .common-header-ttl img {
    width: 162px;
  }

  .fixed .common-header-ttl {
    padding: 17px 0 0;
    width: 130px;
  }
  .fixed .common-header-ttl img {
    width: 130px;
  }

  .common-header-type2 .common-header-ttl {
    padding: 0 0 18px;
  }

  .common-header-search {
    display: none;
  }
  .common-header-search-box {
    position: absolute;
    top: -9999%;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 70px 124px;
    transition: opacity .3s ease-out;
    width: 100%;
  }
  .common-header-search-box.opn {
    top: 100%;
    height: auto;
    opacity: 1;
    overflow: visible;
    z-index: 10;
  }
  .common-header-search-box .btn {
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 16px;
    top: 20px;
    right: 16px;
    cursor: pointer;
  }
   .common-header-search-box .btn span {
    background: #000;
    display: block;
    left: 0;
    height: 2px;
    position: absolute;
    transition: all .3s ease-out;
    width: 100%;
  }
  .common-header-navbtn-01 {
    top: 0;
  transform: translateY(7px) rotate(45deg);
  }
  .common-header-navbtn-02 {
    bottom: 0;
  transform: translateY(-7px) rotate(-45deg);
  }
  .common-header-navbtn {
    display: none;
  }
  .common-header-navbtn.common-header-win-cls {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 0;
    height: 16px;
    width: 16px;
    z-index: 999;
  }
  .common-header-navbtn span {
    position: absolute;
    right: 3.5em;

    background: #4caadc;
    height: 2px;
    transition: all .3s ease-out;
    width: 100%;
  }
  .common-header-navbtn-01:nth-of-type(1) {
    top: 0;
    transform: translateY(7px) rotate(45deg);
  }
  .common-header-navbtn-02:nth-of-type(2) {
    display: none;
  }
  .common-header-navbtn-03:nth-of-type(3) {
    bottom: 0;
    transform: translateY(-7px) rotate(-45deg);
  }
  .common-header-navbtn-cls {
    position: absolute;
    top: 1px;
    right: 0;

    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
  }

  .common-header-subnav {
    float: right;
    transition: all .3s ease-out;
  }
  .fixed .common-header-subnav {
    display: none;
  }
  .common-header-gnav {
    clear: right;
    float: right;
    font-size: 0;
  }
  .common-header-gnav a {
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    display: inline-block;
  }
  .common-header-gnav a:hover {
    text-decoration: none;
  }
  .common-header-gnav-list, .common-header-gnav-search {
    display: inline-block;
    font-size: 14px;
  }
  .common-header-gnav-list {
    padding: 28px 0 17px 16px;
  }
  .common-header-gnav-list:after {
    color: #e5e5e5;
    content: "|";
    display: inline-block;
    font-size: 14px;
    margin-left: 13px;
    padding: 0 0 6px;
    vertical-align: middle;
  }
  .fixed .common-header-gnav-list {
    padding-top: 20px;
  }
  .common-header-gnav-list a {
    display: inline;
    padding-bottom: 5px;
  }
  .common-header-gnav-list a:hover, .common-header-gnav-list a.cu, .common-header-gnav-list a.opn {
    border-bottom: 3px solid #4caadc;
    color: #4caadc;
  }
  .common-header-gnav-list a.opn {
    position: relative;

    z-index: 2;
  }
  .common-header-gnav-list a.opn:after {
    position: absolute;
    bottom: -19px;
    left: 50%;

    background: url(/common/images/bg-arw-t-nav.png) center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 10px;
    transform: translateX(-50%);
    width: 23px;
  }
  .common-header-gnav-search {
    padding: 0 0 19px 13px;
    vertical-align: bottom;
  }
  .common-header-gnav-underlayer {
    border-left: 1px solid #e5e5e5;
    padding: 40px 40px 60px;
  }
  .common-header-gnav-underlayer:first-child {
    border-left: none;
  }
  .common-header-gnav-underlayer > li {
    font-size: 16px;
    margin: 0;
  }
  .common-header-gnav-underlayer-wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
    justify-content: left;
    margin: 17px 0 0;
    max-width: 550px;
    position: fixed;
    white-space: nowrap;
    width: auto;
  }
  .common-header-gnav-list:nth-of-type(2) .common-header-gnav-underlayer-wrap {
    left: 0;
    margin-left: 7.5%;
    max-width: 1000px;
    min-height: 32em;
    min-width: 920px;
  }
  .common-header-gnav-list:nth-of-type(3) .common-header-gnav-underlayer-wrap {
    left: 0;
    margin-left: 25.5%;
  }
  .common-header-gnav-list:nth-of-type(4) .common-header-gnav-underlayer-wrap {
    left: 0;
    margin-left: 31.5%;
  }
  .common-header-gnav-list:nth-of-type(5) .common-header-gnav-underlayer-wrap {
    left: 0;
    margin-left: 37.5%;
  }
  .common-header-gnav-list:nth-of-type(6) .common-header-gnav-underlayer-wrap {
    left: 0;
    margin-left: 44.5%;
  }
  .common-header-gnav-list:nth-of-type(7) .common-header-gnav-underlayer-wrap {
    right: 0;
    margin-right: 12.5%;
  }
  .common-header-gnav-list:nth-of-type(8) .common-header-gnav-underlayer-wrap {
    right: 0;
    margin-right: 2.5%;
    max-width: 700px;
  }
  .common-header-gnav-list:nth-of-type(9) .common-header-gnav-underlayer-wrap {
    right: 0;
    justify-content: center;
    margin-right: 5.5%;
    min-width: 400px;
  }
  .common-header-gnav-underlayer-wrap.opn {
    display: flex;
  }
  .common-header-gnav-underlayer-list > a, .common-header-gnav-underlayer-list > span {
    border: none;
    padding: 0;
  }
  .common-header-gnav-underlayer-list > a:hover, .common-header-gnav-underlayer-list > span:hover {
    border-width: 1px;
  }
  .common-header-gnav-underlayer2 {
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 10px;
    max-height: 330px;
  }
  .common-header-gnav-underlayer2 li {
    font-size: 13px;
    line-height: 1;
    margin: 14px 0 0;
    padding: 0 40px 0 0;
  }
  .common-header-gnav-underlayer2 li.contents-cu {
    background-size: 5px auto;
    padding-left: 10px;
  }
  .insecticide .common-header-gnav-list:nth-child(2) > a {
    border-bottom: 3px solid #4caadc;
    color: #4caadc;
  }

  .contents > .inner {
    padding: 0 50px;
  }

  .common-footer .inner {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 50px;
  }
  .common-footer-menu {
    padding: 50px 0 50px;
  }
  .common-footer-nav {
    padding: 56px 0 0;
    text-align: center;
  }
  .common-footer-nav-list {
    font-size: 12px;
  }
  .common-footer-nav-list:before {
    content: "|";
    display: inline-block;
    margin: 0 1em;
  }
  .common-footer-nav-list:first-child:before {
    content: "";
    display: none;
  }
  .common-footer-copyright {
    font-size: 10px;
    padding: 20px 0 56px;
    text-align: center;
  }
  .common-footer-type2 .common-footer-copyright {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1169px) {
  .common-header {
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
  }
  .common-header .inner {
    padding: 20px 16px;
  }

  .common-header-contents:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .common-header-ttl {
    width: 124px;
    position: relative;
    z-index: 999;
  }
  .common-header-search {
    position: absolute;
    top: 20px;
    right: 60px;

    height: 16px;
    width: 24px;
    z-index: 999;
  }
  .common-header-search-box {
    position: absolute;
    top: -34px;
    left: 0;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 16px;
    transition: all .3s ease-out;
    width: 100%;
  }
  .common-header-search-box.opn {
    top: 100%;
    height: auto;
    opacity: 1;
    overflow: visible;
  }
  .common-header-navbtn {
    position: absolute;
    top: 20px;
    right: 16px;

    height: 16px;
    width: 24px;
    z-index: 999;
  }
  .common-header-navbtn.common-header-win-cls {
    width: 3em;
    display: none;
  }
  .common-header-navbtn span {
    position: absolute;
    left: 0;
    background: #000;
    height: 2px;
    transition: all .3s ease-out;
    width: 100%;
  }
  .common-header-navbtn.common-header-win-cls span {
    background: #4caadc;
    left: auto;
    right: 3.2em;
    width: 1em;
  }
  .common-header-navbtn-01:nth-of-type(1) {
    top: 0;
  }
  .common-header-win-cls .common-header-navbtn-01:nth-of-type(1),
  .opn .common-header-navbtn-01:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .common-header-navbtn-02:nth-of-type(2) {
    top: 7px;
  }
  .common-header-win-cls .common-header-navbtn-02:nth-of-type(2),
  .opn .common-header-navbtn-02:nth-of-type(2) {
    opacity: 0;
  }
  .common-header-navbtn-03:nth-of-type(3) {
    bottom: 0;
  }
  .common-header-win-cls .common-header-navbtn-03:nth-of-type(3),
  .opn .common-header-navbtn-03:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .common-header-navbtn-opn, .common-header-navbtn-cls {
    position: absolute;
    top: 100%;
    left: -33.325%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin: 5px 0 0;
    text-align: center;
    transform: scale(.6);
    white-space: nowrap;
    width: 166.65%;
  }
  .common-header-navbtn-opn {
    display: block;
  }
  .opn .common-header-navbtn-opn {
    display: none;
  }
  .common-header-navbtn-cls {
    display: none;
  }
  .common-header-win-cls .common-header-navbtn-cls,
  .opn .common-header-navbtn-cls {
    display: block;
  }
  .common-header-win-cls .common-header-navbtn-cls {
      top: -25%;
      right: 0;
      transform: scale(1);
      width: auto;
      text-align: right;
  }
  .common-header-subnav {
    display: none;
  }
  .common-header-gnav {
    display: none;
    position: absolute;
    top: -34px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 9;
  }

  .opn .common-header-gnav {
    display: block;
    top: 100%;
    height: auto;
    opacity: 1;
    overflow: auto;
  }
  .ios .opn .common-header-gnav{
      -webkit-overflow-scrolling: touch;
  }
  .common-header-gnav a {
    display: block;
    padding: 12px;
  }
  .common-header-gnav-list, .common-header-gnav-search {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .common-header-gnav-list:first-child, .common-header-gnav-search:first-child {
    margin-top: 0;
  }
  .common-header-gnav-list:last-child, .common-header-gnav-search:last-child {
      border: none;
  }
  .common-header-gnav-list > a, .common-header-gnav-search > a {
    background: #fff;
  }
  .common-header-gnav-list {
    font-size: 1.6rem;
    width: 100%;
  }
  .common-header-gnav-list.element-sp,
  .common-header-gnav-gsite.element-sp {
    display: block !Important;
  }
  .common-header-gnav-underlayer .common-header-gnav-list.element-sp {
    display: inline !Important;
  }

  .common-header-gnav-list-half {
    float: left;
    font-size: 1.2rem;
    width: 49.5%;
  }
  .common-header-gnav-list-half:nth-child(odd) {
    margin-right: 1%;
  }
  .common-header-gnav-list a {
    background: url(/common/images/ico-arw-r-b.svg) right 17px center no-repeat #fff;
    background-size: 7px 12px;
    display: block;
    height: 100%;
    padding: 12px 30px 12px 12px;
  }

  .common-header-gnav .common-header-gnav-gsite {
    padding: 20px 10px;
    clear: both;
    float: none;
  }
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-underlayer {
      text-align: left;
      font-size: 0;
  }
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-list,
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-list a {
    float: none;
    display: inline;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 1.2rem;
  }
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-list:before {
      content: "/";
      display: inline-block;
      padding: 0 5px;
  }
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-list:first-child {
    background: #666;
    color: #fff;
    padding: 0 3px;
  }
  .common-header-gnav .common-header-gnav-gsite .common-header-gnav-list:first-child:before {
      content: "";
      padding: 0;
  }

  .common-header-gnav-list a.common-header-gnav-trigger {
    position: relative;

    background-image: none;
  }
  .common-header-gnav-list a.common-header-gnav-trigger:after {
    transition: all .3s ease-out;
    position: absolute;
    top: 14px;
    right: 15px;

    background-image: url(/common/images/ico-plus.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px;
    color: #4caadc;
    content: "";
    display: block;
    font-size: 1rem;
    height: 14px;
    padding: 0 10px 0 0;
    width: 14px;
  }
  .common-header-gnav-list a.common-header-gnav-trigger.opn:after {
    transform: rotate(45deg);
    line-height: 1.0rem;
    padding: 0 16px 0 0;
  }
  .common-header-gnav-list-half a {
    background: #fff;
    padding: 12px 0 12px 12px;
  }
  .common-header-gnav-search {
    display: none;
  }
  .common-header-gnav-underlayer {
    overflow: hidden;
    transition: all .3s ease-out;
  }
  .common-header-gnav-underlayer-wrap.opn {
    display: block;
  }
  .common-header-gnav-underlayer-list > a, .common-header-gnav-underlayer-list > span {
    background: url(/common/images/ico-arw-r-b.svg) right 17px center no-repeat #fff;
    background-size: 6px 10px;
    display: block;
    line-height: 1;
    margin: 1px 0 0;
    padding: 10px 20px 10px 28px;
    font-size: 1.35rem;
  }
  .common-header-gnav-underlayer-list > span {
    background-image: none;
  }
  .common-header-gnav-underlayer .contents-cu {
    background: none;
    padding: 0;
  }
  .common-header-gnav-underlayer2 li > a, .common-header-gnav-underlayer2 li > span {
    padding-left: 44px;
  }

  .common-footer > .inner {
    padding: 32px 0 0;
  }
  .common-footer-menu {
    display: none;
  }
  .common-footer-nav {
    padding: 0 16px;
    text-align: center;
  }
  .common-footer-nav-list {
    font-size: 1.1rem;
    margin: 1em 5px 0;
  }
  .common-footer-copyright {
    font-size: 1.2rem;
    padding: 28px 0 32px;
    text-align: center;
  }

  .common-footer-type2 > .inner {
    padding: 0;
  }
  .common-footer-type2 .common-footer-copyright {
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .element-tab {
    display: block !Important;
  }
}

@media print {
  body {
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 1180px;
  }
  .common-header {
    padding-bottom: 20px;
    position: relative;
  }
  .common-header .inner {
    padding: 0;
  }
  .common-header-ttl {
    float: none;
  }
  .common-header-ttl img {
    width: 300px;
  }
  .contents {
    padding: 0 0 50px;
  }
  .common-header-contents,
  .index-footer,
  .common-footer-menu,
  .common-footer .inner nav {
    display: none;
  }
  .common-footer > .inner {
    padding: 0;
  }
  .common-footer .common-footer-copyright {
    margin: auto;
    padding: 10px 0;
    text-align: center;
  }
}




/* Special Site */
.ssite {
}
.ssite .common-header {
  position: absolute;
}
.ssite .ssite-body{
  position: relative;
}
.ssite .common-pagetop {
  display: none;
}
