@charset "utf-8";

/* ===================================================================
common
=================================================================== */

/* CSS INDEX -----------------------------------------------

01.all
02.link
03.header
04.footer
05.container
06.content
07.sidebar
08.sdsearch
09.form
10.breadcrumb
11.table
12.list

--------------------------------------------------------- */


/* *********************************************************
  01.all
********************************************************* */
/* clearFix
--------------------------------------------------------- */
/*---clearFix ------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }


/* Default Style
--------------------------------------------------------- */
html,
body {
  height: 100%;
  background: #fff;
}
body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
/* for IE8 Bug fix */
html>/**/body { min-width: 1000px\9; }

/* for IE9 Bug fix */
:root body { min-width: 0px\0/; }

*html body { font-size: 76%; }
*:first-child+html body { font-size: 76%; }
body {
  font: 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "メイリオ", "Meiryo", "Noto Sans Japanese", "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
}

@media screen and (max-width:959px) and (min-width: 768px) {
body { min-width: 0px; }
}

@media screen and (max-width:767px) {
html,
body { background: #fff; }
html.prevent-overflow,
html.prevent-overflow body {
  background: #f7f7f7;
  overflow-x: hidden;
}
body { min-width: 320px; }
}
sup { margin: 0 0.25rem; font-size: 1.0rem; vertical-align: top; }



/* Display Style
--------------------------------------------------------- */
@media screen and (min-width:768px) {
.hide-for-large,
.visible-for-small,
.visible-for-medium { display: none !important; }
}

@media screen and (max-width:959px) and (min-width: 768px) {
.hide-for-medium,
.visible-for-large,
.visible-for-small { display: none !important; }
}

@media screen and (max-width:767px) {
.hide-for-small,
.visible-for-large,
.visible-for-medium { display: none !important; }
}

/* for IE8 Bug fix */
html>/**/body .visible-for-medium,
html>/**/body .visible-for-small { display /*\**/: none\9; }

/* for IE9 Bug fix */
:root .visible-for-medium,
:root .visible-for-small { display: block\0/; }
:root br.visible-for-medium,
:root br.visible-for-small { display: inline\0/; }


/* visuallyhidden
--------------------------------------------------------- */
.visuallyhidden {
  display: none;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
}
.transparent {
  opacity: 0;
  filter: alpha(opacity=0);
}
.hide {
  display: none;
}
@media screen and (max-width:767px) {
.visuallyhidden.mobile-canary { display: block; }
}


/* Align
--------------------------------------------------------- */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left!important;
}

/* Margin
--------------------------------------------------------- */

.ma-center { margin: 0px auto !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt8 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb8 { margin-bottom: 8px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }

.nomargin { margin: 0 !important; }

/* Padding
--------------------------------------------------------- */
.pd0 { padding: 0px !important; }
.pd5 { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.pd30 { padding: 30px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr20 { padding-right: 20px !important; }
.pr30 { padding-right: 30px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }

.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt80 { padding-top: 80px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb80 { padding-bottom: 80px !important; }


/* BOX
--------------------------------------------------------- */
.box60  { width:  60px !important; }
.box70  { width:  70px !important; }
.box80  { width:  80px !important; }
.box100 { width: 100px !important; }
.box105 { width: 105px !important; }
.box150 { width: 150px !important; }
.box165 { width: 165px !important; }
.box200 { width: 200px !important; }
.box205 { width: 205px !important; }
.box220 { width: 220px !important; }
.box230 { width: 230px !important; }
.box260 { width: 260px !important; }
.box280 { width: 280px !important; }
.box300 { width: 300px !important; }
.box315 { width: 320px !important; }
.box320 { width: 315px !important; }
.box345 { width: 345px !important; }
.box340 { width: 340px !important; }
.box350 { width: 350px !important; }
.box360 { width: 360px !important; }
.box380 { width: 380px !important; }
.box400 { width: 400px !important; }
.box410 { width: 410px !important; }
.box420 { width: 420px !important; }
.box440 { width: 440px !important; }
.box450 { width: 450px !important; }
.box460 { width: 460px !important; }
.box470 { width: 470px !important; }
.box480 { width: 480px !important; }
.box500 { width: 500px !important; }
.box550 { width: 550px !important; }
.box560 { width: 560px !important; }
.box600 { width: 600px !important; }
.box640 { width: 640px !important; }
.box680 { width: 680px !important; }
.box720 { width: 720px !important; }
.box800 { width: 800px !important; }
.box910 { width: 910px !important; }

.box100per { width: 100% !important; }

.bg-beige { background-color: #fffcdd; }
.bg-brown { background-color: #231815; }
.bg-lightgray { background-color: #eee; }
.bg-lightpink { background-color: #fef7f2; }

.frame {
  border: 1px solid #222;
}
.frame-r {
  border: 1px solid #222;
  border-radius: 10px;
}
.frame-light {
  border: 1px solid #ccc;
}
.padding-frame {
  padding: 0.5em;
  border: 1px solid #222;
}
.redbox {
    border: solid 2px #ff0000;
    padding: 1rem;
}

.banner-border {
  overflow: hidden;
  border: 1px solid #009a5a;
  border-radius: 6px;
}
.banner-border-external {
  overflow: hidden;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
}


/* text
----------------------------------- */
.notes {
  color: #666;
  font-size: 0.85em;
}
.text-indext {
  margin-left: 1em;
  text-indent: -1em;
}

/* Print Style
--------------------------------------------------------- */
@media print {
.only-screen { display: none !important; }
}



/* *********************************************************
  02.link
********************************************************* */
a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: (0,0,0,0);
}
a:link,
a:visited {
  color: #0a9e60;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover ,
a:active,
a:focus {
  color: #0a9e60;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  -ms-transition: inherit;
  transition: inherit;
  text-decoration: underline;
}

a.underline {
  text-decoration: underline !important;
}
#globalnav > li > a,
.global-site li a,
.contents-list li a,
.article-list li a,
.contentnav li a,
.tabnav li a,
.button-list li a

{
  text-decoration: none;
}


/* *********************************************************
  03.header
********************************************************* */

#header {
  position: relative;
  z-index: 100001;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.inner {
  width: 940px;
  margin: 0 auto;
}
#header > .inner {
  /* padding: 25px 0; */

  padding: 12px 0;
}
#header h1 {
  display: inline-block;
  color: #898989;
  font-size: 0.6875rem;
}

/* -------------------------------------*/

#header .utilities {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.subnav {
  display: inline-flex;
}
.subnav li {
  margin-left: 12px;
}
.subnav a{
  position: relative;
  display: block;
  padding-left: 12px;
  color: #222222;
  font-size: 0.75rem;
  line-height: 1.0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.subnav a::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 16px;
    height: 8px;
    border-top: 4px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #009a5a;
    box-sizing: border-box;
}

.snsnav {
  display: inline-flex;
  margin-left: 24px;
}
.snsnav li:not(:first-child) {
  margin-left: 10px;
}
.snsnav a{
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 20px;
}

.subnavi{
display:flex;
}
#subnav li {
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid #222222;
}
#subnav li:first-child {
  border: none;
}
#subnav li a {
  display: block;
  color: #222222;
  font-size: 0.75rem;
  line-height: 1.0;
}

#header .header-logo {
  float: left;
  width: 142px;
  height: 54px;
}

#header .global-site {
  position: relative;
  margin-left: 24px;
}
#header .global-site li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1.0;
}
#header .global-site li {
  margin-left: 8px;
}
#header .global-site li:first-child {
  margin-left: 0;
}
#header .global-site a {
  display: block;
  width: 78px;
  padding: 7px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f7f7f7; /* Old browsers */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #fff 0%, #f7f7f7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f7f7f7',GradientType=0 ); */ /* IE6-9 */
  background-size: auto 100%;
  color: #222;
  font-size: 0.75rem;
  text-align: center;
}
#header .global-site a:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fff',GradientType=0 ); */ /* IE6-9 */
}


/* searchbar
--------------------------------------------------------- */

#header .searchbar {
  position: relative;
  background: #009a5a;
}
#header .searchbar > .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
}

#header .search-txt a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.0;
}

.search-set {
  display: flex;
  margin-left: 16px;
  border: solid 1px #9fa0a0;
  border-radius: 6px;
  overflow: hidden;
}
input[type="text"].search-box {
  margin: 0;
  width: 194px;
  height: 26px;
  padding: 2px 0 0 6px;
  border: none;
  border-radius: 0;
  background: #fff;
  vertical-align: top;
  outline: none;
}
.search-btn {
  position: relative;
  width: 38px;
  height: 26px;
  border: none;
  background: #b2b2b2;
  background: linear-gradient(to bottom, #b2b2b2 25%, #666666 100%);
  cursor: pointer;
}
.search-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 9px);
  left: calc(50% - 10px);
  width: 20px;
  height: 18px;
  background: url(../images/icon_search.svg) no-repeat;
  background-size: 20px 18px;
}
.search-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* navbar
--------------------------------------------------------- */

#header .navbar {
  position: relative;
  min-height: 52px;
  border-bottom: 2px solid #009a5a;
  background: #fff;
}
#globalnav {
  margin: 0 auto;
  width: 940px;
  height: 32px;
  padding: 10px 0;
}
#globalnav > li {
  float: left;
  width: 188px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
#globalnav > li:first-child {
  border-left: 1px solid #ccc;
}

/* button base */

#globalnav > li > a {
  position: relative;
  display: block;
  height: 52px;
  box-sizing: border-box;
  margin: -10px 0;
  padding: 11px 0;
  color: #222;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  transition: color .2s;
}
#globalnav > li:hover > a,
#globalnav > li > a:hover {
  background: #fff !important;
  color: #009a5a;
  opacity: 1;
}
/*
#globalnav > li:not(.recruit) > a::after {
*/
#globalnav > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  box-sizing: border-box;
}
#globalnav > li:hover > a::after {
  bottom: -1px;
  width: 20px;
  height: 24px;
  margin-left: -10px;
  border-top: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #009a5a;
  border-left: 10px solid transparent;
}

/* button current */

.page-products:not(.page-webcatalog) #globalnav li.products > a,
.page-support #globalnav li.support > a,
.page-webcatalog #globalnav li.webcatalog > a,
.page-corporate #globalnav li.corporate > a,
.page-recruit #globalnav li.recruit > a {
  margin: -10px -1px;
  border-bottom: 2px solid #009a5a;
  background: #f9f9f9;
}

.page-products:not(.page-webcatalog) #globalnav li.products > a::after,
.page-support #globalnav li.support > a::after,
.page-webcatalog #globalnav li.webcatalog > a::after,
.page-corporate #globalnav li.corporate > a::after,
.page-recruit #globalnav li.recruit > a::after {
  bottom: 0;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #009a5a;
  border-left: 5px solid transparent;
}

/* button current reset */

.page-products:not(.page-webcatalog) #globalnav li.products.current-no > a,
.page-support #globalnav li.support.current-no > a,
.page-webcatalog #globalnav li.webcatalog.current-no > a,
.page-corporate #globalnav li.corporate.current-no > a,
.page-recruit #globalnav li.recruit.current-no > a {
  margin: -10px 0;
  border-bottom: none;
  background: #fff;
}
.page-products:not(.page-webcatalog) #globalnav li.products.current-no > a::after,
.page-support #globalnav li.support.current-no > a::after,
.page-webcatalog #globalnav li.webcatalog.current-no > a::after,
.page-corporate #globalnav li.corporate.current-no > a::after,
.page-recruit #globalnav li.recruit.current-no > a::after {
  display: none;
}

/* button current hover */

.page-products:not(.page-webcatalog) #globalnav li.products:hover > a,
.page-support #globalnav li.support:hover > a,
.page-webcatalog #globalnav li.webcatalog:hover > a,
.page-corporate #globalnav li.corporate:hover > a,
.page-recruit #globalnav li.recruit:hover > a {
  margin: -10px 0;
  border-bottom: none;
  background: #fff;
}
.page-products:not(.page-webcatalog) #globalnav li.products:hover > a::after,
.page-support #globalnav li.support:hover > a::after,
.page-webcatalog #globalnav li.webcatalog:hover > a::after,
.page-corporate #globalnav li.corporate:hover > a::after,
.page-recruit #globalnav li.recruit:hover > a:after {
  bottom: -1px;
  width: 20px;
  height: 24px;
  margin-left: -10px;
  border-top: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #009a5a;
  border-left: 10px solid transparent;
}

/* dorpdown menu */

.dropdownbg {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
}
.opened + .dropdownbg {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

#globalnav > li > .nav-menu {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 24px 0;
  background: #009a5a;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .2s;
}
#globalnav > li:hover > .nav-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ----------- */

.gmenu {
  margin: 0 auto;
  width: 940px;
  overflow: hidden;
}
.gmenu *{
  box-sizing: border-box;
}
.gmenu a {
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.gmenu a:hover {
  text-decoration: none;
}

.gmenu-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: #fff;
}
.gmenu-block + .gmenu-block {
  border-top: dotted 1px rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  padding-top: 10px;
}

/* ----------- */

.gmenu .gmenu-category {
  padding-top: 8px;
  width: 170px;
}
.gmenu .gmenu-category h2 span {
  font-size: 1.25rem;
  line-height: 1.4;
}
.gmenu .gmenu-category h2 span::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  vertical-align: 3px;
  box-sizing: border-box;
}
.gmenu .gmenu-category p {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.gmenu .gmenu-category a.btn-box {
  display: inline-block;
  padding: 6px 10px 5px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #f7f7f7;
  background: linear-gradient(to bottom, #fff 0%,#ccc 100%);
  color: #222;
  font-size: 0.875rem;
  text-align: center;
}

/* ----------- */

.gmenu .gmenu-thumbnail-catalog,
.gmenu .gmenu-thumbnail,
.gmenu .gmenu-list {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
}

.gmenu .gmenu-list > li {
  margin-left: 18px;
}
.gmenu .gmenu-list > li {
  width: calc(50% - 18px);
}
.gmenu .gmenu-list > li:nth-child(2n + 1) {
  margin-left: 0;
}
.gmenu .gmenu-list > li > a {
  display: block;
  position: relative;
  padding: 12px 18px 10px 2px;
  font-size: 0.875rem;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.);
  overflow: hidden;
}
.gmenu .gmenu-list > li:nth-child(n + 3) a {
  margin-top: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.gmenu .gmenu-list > li > a::after {
  display: block;
  content: "";
  position: absolute;
  right: -2px;
  top: calc(50% - 4px);
  margin-left: 12px;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  vertical-align: 3px;
  box-sizing: border-box;
}

.gmenu .gmenu-thumbnail {
  padding: 10px 0;
  width: 750px;
}
.gmenu .gmenu-thumbnail > li {
  margin-left: 18px;
  /*width: calc(25% - 10px);*/
  width: 174px;
}
.gmenu .gmenu-thumbnail > li:nth-child(4n + 1) {
  margin-left: 0;
}
.gmenu .gmenu-thumbnail > li:nth-child(n + 5) {
  margin-top: 14px;
}
.gmenu .gmenu-thumbnail > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
}
.gmenu .gmenu-thumbnail > li > a p+p {
  margin-top: 4px;
}

.gmenu .gmenu-thumbnail-catalog {
  justify-content: flex-start;
}
.gmenu .gmenu-thumbnail-catalog > li {
  margin-left:  60px;
  width: 170px;
}
.gmenu .gmenu-thumbnail-catalog > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
}
.gmenu .gmenu-thumbnail-catalog > li > a p+p {
  margin-top: 4px;
}

#globalnav li.general ul li {
  padding: 0 20px 0 30px;
}
#globalnav li.general ul li a {
  position: relative;
  padding: 10px 0 10px 90px;
}
#globalnav li.general ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#globalnav li.general ul li a img {
  position: absolute;
  top: 10px;
  left: 0;
}
#globalnav li.general ul li a dl {
}
#globalnav li.general ul li a dt {
  margin-bottom: 5px;
  color: #009a5a;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
}
#globalnav li.general ul li a dd {
  color: #222222;
  font-size: 0.8125rem;
}


/* *********************************************************
  04.footer
********************************************************* */

#footer {
  background: #f0f0f0;
  color: #222;
  text-align: left;
}

#footer > .inner {
  padding: 50px 0 20px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-nav section.footer-nav-sct01 {
  width: 450px;
}
.footer-nav section.footer-nav-sct02 {
  width: 225px;
}
.footer-nav section.footer-nav-sct03{
  width: 200px;
}

.footer-nav h1 {
  margin-bottom: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px #fff;
  line-height: 1.0;
}
.footer-nav h1 a {
  position: relative;
  padding-left: 20px;
  color: #009a5a !important;
  font-size: 1rem;
  line-height: 1.0;
}
.footer-nav h1 a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #009a5a;
}
.footer-nav h1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 6px;
  border-top: 3px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  box-sizing: border-box;
}
.footer-nav .contents-list + h1,
.footer-nav h1 + h1 {
  margin-top: 24px;
}

.footer-nav .contents-list li:not(:first-child) {
  margin-top: 8px;
}
.footer-nav .contents-list a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #333;
  font-size: 0.8125rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  vertical-align: top;
}
.footer-nav .contents-list a::before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 1px;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #009a5a;
  box-sizing: border-box;
}
.footer-nav .contents-list a:hover {
  text-decoration: underline;
}
.footer-nav .contents-list.list-products,
.footer-nav .contents-list.list-webcatalog {
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}

.footer-gnav {
  display: inline-block;
  margin-top: 40px;
  font-size: 0;
}
.footer-gnav li {
  display: inline-block;
  margin-left: 12px;
  padding-right: 12px;
  border-right: 1px solid #333;
}
.footer-gnav li:first-child {
  margin-left: 0;
  padding-left: 12px;
  border-left: 1px solid #333;
}
.footer-gnav li a {
  display: block;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.0;
}

#footer .copyright {
  position: relative;
  min-width: 940px;
  padding: 30px 0;
  border-top: 4px solid #009a5a;
  background-color: #fff;
  font-size: 0.6875rem;
  line-height: 20px;
  text-align: right;
}
#footer .copyright .footer-logo {
  float: left;
  width: 180px;
  height: 20px;
}
#footer .copyright .pagetop {
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: 510px;
}
#footer .copyright .pagetop a {
  display: block;
  width: 60px;
  height: 40px;
  box-sizing: border-box;
  padding: 7px 0;
  background: #32aa78;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width:1140px) {
  #footer .copyright .pagetop {
    left: inherit;
    right: 0;
    margin-left: 0;
  }
}


/* *********************************************************
  05.container
********************************************************* */

#wrapper {
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #f8f8f8 0%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f8f8f8 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f8f8f8 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fff',GradientType=0 ); */ /* IE6-9 */
  background-position: 50% 194px;
  background-repeat: no-repeat;
  background-size: 100% 120px;
}
#container {
  padding: 0 0 60px;
  text-align: left;
}
/*
.sitetop #container {
  padding-top: 60px;
}
*/

/* *********************************************************
  06.content
********************************************************* */
#content {
  position: relative;
  float: left;
  width: 720px;
  box-sizing: border-box;
  padding-bottom: 20px;
  text-align: left;
}
#content.content-l {
  width: 100%;
}



.widecolumn #content {
  float: none;
  width: 100%;
}
#content-l {
  width: 100%;
  text-align: left;
}

.page-title {
  position: relative;
  margin-bottom: 40px;
  padding: 43px 0 40px;
  border-bottom: 1px solid #ccc;
}
.archive .page-title,
.single .page-title {
  margin-bottom: 20px;
  padding: 56px 0 57px;
}
.page .page-title {
  margin-bottom: 40px;
  padding: 43px 0 40px;
}
.page-title.-with-banner {
  position: relative;
  padding-right: 520px;
}

.page-title h1 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.page-title p {
  margin-top: 15px;
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* タイトル部のバナー */
.page-title-banner {
  position: absolute;
  top: 12px;
  right: 0;
}
.page-title-bnr {
  position: absolute;
  top: 14px;
  right: 0;
}
.page-title-bnr-btn {
  display: block;
  padding: 2px;
  width: 320px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.title {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 5px 0 14px 26px;
  font-size: 1.25rem;
}
.title::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 40px;
  height: calc(100% - 10px);
  position: absolute;
  border-left: 3px solid #009a5a;
}
.sitetop .title {
  padding: 0 0 8px 26px;
  font-size: 1.0rem;
  line-height: 40px;
}
.article .title {
  margin-bottom: 0;
  border-bottom-color: #009a5a;
}
.article .title .eng {
  color: #009a5a;
  font-family: arial;
  font-size: 0.8125rem;
  vertical-align: middle;
}
.article .title .eng::before {
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.5rem;
  border-left: 1px solid #009a5a;
  -webkit-transform: translateY(25%) skewX(-20deg);
  -moz-transform: translateY(25%) skewX(-20deg);
  -o-transform: translateY(25%) skewX(-20deg);
  -ms-transform: translateY(25%) skewX(-20deg);
  transform: translateY(25%) skewX(-20deg);
}

.title2 {
  position: relative;
  border-left: 3px solid #009a5a;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.25rem;
  line-height: 40px;
}

.subtitle {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 1.0rem;
  font-weight: bold;
}

.products-title {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.0rem;
  font-weight: bold;
}

.title-icon {
  color: #009a5a;
  font-size: 1.125rem;
  font-weight: bold;
}
.title-icon .icon {
  display; inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.title-icon .svg path {
  fill: currentColor;
}

#content .topics {
  box-sizing: border-box;
  width: 100%;
  margin-top: -50px;
  margin-bottom: 10px;
  padding: 5px;
}
#content .topics p {
  margin: 0;
  font-size: 0.6875rem;
  text-align: center;
}
#content .topics-large {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #009a5a;
}
#content .topics-large h2 {
  /*color: #009a5a;*/
  font-weight: bold;
}
#content .topics-large p {
  font-size: 0.8125rem;
}
#content .topics-large dl {
  margin-bottom: -10px;
}
#content .topics-large dt {
  float: none;
  padding-left: 10px;
  border-left: 5px solid #009a5a;
  font-weight: bold;
  line-height: 1.1;
}
#content .topics-large dd {
  float: none;
  padding-left: 15px;
}
/*
2021/09/14追記分（杉山）
▼ここから
*/
#content .topics-large .-notice {
  display: inline-block;
  color: #fff;
  font-weight:bold;
  padding: 3px 8px;
  margin-right: 5px;
  background-color: #0a9e60;
}
#content .topics-large.-col2 {
  padding: 20px 5px 20px 20px;
  display: flex;
  justify-content: space-between;
}
/* ▲ここまで */

.article {
  margin-bottom: 40px;
}
.article-list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.article-list li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 40px 19px 22px;
  box-sizing: border-box;
  color: #000;
  font-size: 0.8125rem;
  line-height: 22px;
}
.article-list li a:hover {
  color: #009a5a;
}
.article-list li a h2 {
  display: inline-block;
  max-width: 650px;
  margin: 0 0 0 20px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  vertical-align: top;
}
.sitetop .article-list li a h2 {
  max-width: 520px;
}
.article-list li a .icon,
.entry-date .icon,
.content-index .icon {
  display: inline-block;
  width: 40px;
  background: #d5000f;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.6;
  text-align: center;
}
.article-list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #009a5a;
  border-bottom: 2px solid #009a5a;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.entry-header {
  margin-bottom: 20px;
  padding: 20px 20px 23px;
  border-bottom: 1px solid #ccc;
}
.entry-date {
  margin-bottom: 5px;
  font-size: 0.8125rem;
}
.entry-header .entry-title {
  font-size: 1.25rem;
}
.entry-content,
.entry-footer {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 0.875rem;
}
.page .entry-content {
  padding: 0;
}
#content p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.7;
}
section a,
.entry-content a,
.entry-footer a {
  color: #009a5a;
}

.main {
  margin: 0 0 20px;
}
.main figcaption {
  text-align: center;
}

.boxlink {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


#content section + section {
  margin-top: 40px;
}
#content section + aside {
  margin-top: 40px;
}
#content aside + section {
  margin-top: 40px;
}
#content section.division + section.division {
  margin-top: 20px;
  padding: 40px 0 20px;
  border-top: 1px solid #ccc;
}
#container > section.division {
  margin-top: 40px;
  padding: 40px 0 0;
  border-top: 1px solid #ccc;
}


figcaption { margin-top: 10px; }

/* contentnav */
.contentnav {
  width: 100%;
  height: 70px;
  /* overflow: hidden; */
  box-sizing: border-box;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #fff 0%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2',GradientType=0 ); */ /* IE6-9 */
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.contentnav ul {
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  padding: 9px 0;
}
.contentnav li {
  display: table-cell;
  width: 16.6667%;
  height: 50px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}
.contentnav li:first-child {
  border-left: none;
}
.contentnav li:first-child a {
  border-radius: 3px 0 0 3px;
}
.contentnav li:last-child a {
  border-radius: 0 3px 3px 0;
}
.contentnav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 68px;
  box-sizing: border-box;
  margin: -9px 0px;
  padding: 9px 5px;
  color: #222222;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
.contentnav li a.twoline {
  padding: 15px 5px;
  line-height: 1.5;
}
.contentnav li.current a {
  pointer-events: none;
  background: #009a5a;
  color: #fff;
}
.contentnav li.current a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 3;
  width: 14px;
  height: 16px;
  margin-left: -7px;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  box-sizing: border-box;
}


.tab-content {
  border: 1px solid #ccc;
}
.tab-content section {
  margin-top: 0 !important;
  padding: 30px 30px 40px;
}
.tab-content section section {
  padding: 30px 0 0;
}

/* tabnav */
.tabnav {
  width: 100%;
  height: 70px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #fff 0%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2',GradientType=0 ); */ /* IE6-9 */
}
.tabnav ul {
  width: 100%;
  height: 70px;
}
.tabnav li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.tabnav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  color: #222222;
  font-size: 1rem;
  line-height: 70px;
  text-align: center;
}
.tabnav li.current a {
  pointer-events: none;
  background: #009a5a;
  color: #fff;
}
.tabnav li.current a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 14px;
  height: 16px;
  margin-left: -7px;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  box-sizing: border-box;
}

.tabsubnav {
  border-left: 1px solid #ccc;
  font-size: 0;
}
.tabsubnav li {
  display: inline-block;
  padding: 6px 20px 5px;
  border-right: 1px solid #ccc;
}
.tabsubnav  a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 0.8125rem;
}
.tabsubnav  a::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 1px;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid currentColor;
  box-sizing: border-box;
}
.tabsubnav .current a,
.tabsubnav .disabled a {
  pointer-events: none;
}
.tabsubnav .current a {
  text-decoration: underline;
}
.tabsubnav .disabled a {
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#achievement .tabsubnav li {
  padding: 6px 15px 5px;
}

aside.quotation {
  padding: 20px;
  border: 1px dashed #e5e5e5;
}
#content aside.quotation p {
  margin: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}



/* *********************************************************
  07.sidebar
********************************************************* */
#sidebar {
  float: right;
  width: 180px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#sidebar .banner-list {
}
#sidebar .banner-list li {
  margin-bottom: 10px;
}
.sitetop #sidebar .banner-list li {
  margin-bottom: 20px;
}
#sidebar .banner-list li a {
  display: block;
}

#sidebar .contents-list {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
#sidebar .contents-list h2 {
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 2px solid #009a5a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB4Mj0iNTAiIHkyPSIxMDAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #fff 0%, #f8f8f8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 ); */ /* IE6-9 */
  background-size: auto 100%;
  color: #000;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
#sidebar .contents-list li {
  border-top: 1px dashed #ccc;
}
#sidebar .contents-list li:first-child {
  border-top: none;
}
#sidebar .contents-list li a {
  display: block;
  padding: 19px 9px;
  color: #009a5a;
  font-size: 0.75rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#sidebar .contents-list li.current > a,
#sidebar .contents-list li a:hover {
  background: #009a5a;
  color: #fff;
}

.page-products #sidebar .contents-list li a {
  font-size: 0.6875rem;
  line-height: 1.5;
}
#sidebar .contents-list li .child,
#sidebar .contents-list li .grandchild {
  border-top: 1px dashed #ccc;
}
#sidebar .contents-list li .child > li > a {
  padding-left: 20px;
  text-indent: -8px;
}
#sidebar .contents-list li .grandchild > li > a {
  padding-left: 31px;
  text-indent: -8px;
}
#sidebar .contents-list li .child > li > a::before,
#sidebar .contents-list li .grandchild > li > a::before {
  content: '- ';
}



/* *********************************************************
  08.sdsearch
********************************************************* */

#sdsearch {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  font-size: 0.8125rem;
}
.sitetop #sdsearch {
  padding-top: 0;
  border-top: none;
}
#sdsearch header {
  float: left;
  width: 260px;
}
.sitetop #sdsearch header {
  float: none;
  width: 100%;
  margin-bottom: 5px;
}
#sdsearch header h1 {
  margin-bottom: 0;
}
#sdsearch header p {
  margin-top: -1.5em;
  font-size: 0.625rem;
  text-align: right;
}
#sdsearch section {
  float: right;
  width: 680px;
  padding: 38px 30px 27px;
  box-sizing: border-box;
  border: 1px solid #009a5a;
  border-radius: 6px;
  background: #f2fffa; /* Old browsers */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiPjxkZWZzPjxzdHlsZT4uY2xzLTEge2ZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjUwIiB5MT0iMTAwIiB4Mj0iNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmMmZmZmEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmOGY4ZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIi8+PC9zdmc+Cg==);
  background: -moz-linear-gradient(top,  #f2fffa 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f2fffa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f2fffa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fffa', endColorstr='#ffffff',GradientType=0 ); */ /* IE6-9 */
  background-size: auto 100%;
}
.sitetop #sdsearch section {
  float: none;
  width: 720px;
}
#sdsearch section .head {
  position: relative;
  margin-bottom: 20px;
}
#sdsearch section .head .logo {
  position: absolute;
  top: -32px;
  left: -8px;
}
#sdsearch section .head h2 {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #009a5a;
  color: #009a5a;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
.sdsearch h3 {
  margin-bottom: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
}
.sdsearch p {
  margin-bottom: 0;
}
.sdsearch .area-box {
  position: relative;
  float: left;
  width: 260px;
  height: 145px;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #eeeeee;
}
.sdsearch .area-box::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -13%;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #009a5a;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sdsearch .distributor-box {
  float: right;
  width: 330px;
  /* height: 145px; */
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.sitetop .sdsearch .distributor-box {
  width: 370px;
}
.sdsearch .distributor-box ul {
  font-size: 0;
}
.sdsearch .distributor-box li {
  box-sizing: border-box;
  display: inline-block;
  min-width: 50%;
  font-size: 0.8125rem;
  line-height: 2.0;
}
.sdsearch .button-box {
  width: 200px;
  margin: 16px auto;
}
.sdsearch a {
  color: #009a5a;
  text-decoration: underline;
}


/* トップページの検索ボックスと各ページ共通の検索ボックス
----------------------------------- */
.sdsearch-common .distributor-box,
.sdsearch-top .distributor-box {
  height: auto;
}
.sdsearch-common .distributor-box li,
.sdsearch-top .distributor-box li {
  min-width: initial;
  margin-right: 8px;
}


/* *********************************************************
  09.form
********************************************************* */

.error_text {
  color: red;
}

input[type="text"] {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 2%;
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  vertical-align: middle;
}
input.wide { width: 100%; }
select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 9px;
  padding: 6px 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.1;
  vertical-align: middle;
}
textarea {
  max-width: 100%;
  box-sizing: border-box;
  padding: 6px 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: "メイリオ", "Meiryo", osaka, "Helvetica", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.1;
}
.table-form textarea {
  width: 80%;
}


.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: none;
  background: none;
}
.select select::-ms-expand {
  display: none;
}
label {
  cursor: pointer;
}
label.select {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}
label.select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 30px;
  height: 100%;
  background: #009a5a;
}
label.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin-top: -1px;
  box-sizing: border-box;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

.ime-active  { ime-mode: active; }
.ime-disable { ime-mode: disabled; }


/* -------------------------------------------
    radio
------------------------------------------- */
input[type="radio"] {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.input_radio input[type="radio"] {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  z-index: -1;
}
.input_radio input:checked + label {
  background-color: #ffd8d9; }


/* -------------------------------------------
    checkbox
------------------------------------------- */
.input_checkbox input[type="checkbox"] {
  display: none;
}
.input_checkbox input + label {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
}
.input_checkbox input + label::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}
.input_checkbox input:checked + label:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #009a5a;
  border-bottom: 2px solid #009a5a;
  transform: rotate(-45deg);
}



/* -------------------------------------------
    button
------------------------------------------- */
a.btn,
button.btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  background: #009a5a;
  box-shadow: 0 2px 0 #006c3f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
a.btn:hover,
button.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.btn:active,
button.btn:active {
  top: 2px;
  box-shadow: none !important;
}
a.btn.large {
  padding: 20px 0;
}
a.btn.tight {
  padding: 10px 0 !important;
}
.btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.btn .icon.replaced-svg {
  transform: translateY(2px);
}
.btn.arrow-r::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid currentColor;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn.arrow-l::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 2%;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid currentColor;
  border-bottom: 4px solid transparent;
  border-left: 8px solid transparent;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article a.btn {
  float: right;
  width: 110px;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: left;
}
.page a.btn {
  width: 300px;
  margin: 0 auto 32px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
}
.edit-link {
  display: block;
  margin-top: 30px;
}
.edit-link a.btn {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.5;
}
.table-neutral a.btn {
  width: 120px;
  color: #fff;
  text-decoration: none;
}

.display-flex a.btn {
  margin: 0;
  padding: 20px 0;
}

a.btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
}
.btn[aria-disabled="true"]:hover {
  opacity: 0.6;
}


/* *********************************************************
  10.breadcrumb
********************************************************* */
.breadcrumb {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  background: #fff;
  color: #000;
  font-size: 0;
  text-align: left;
}
.breadcrumb .inner > div {
  display: inline-block;
  padding: 0 3px 0 0;
  font-size: 0.625rem;
  line-height: 1.0;
  vertical-align: middle;
}
.breadcrumb a {
  color: #009a5a;
}


/* *********************************************************
  11.table
********************************************************* */
.table-default {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}
.table-default th {
  width: 120px;
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: top;
}
.table-default td {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: top;
}

.table-neutral {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}
.table-neutral th {
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.table-neutral td {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: middle;
}
.table-neutral a {
  color: #009a5a;
  text-decoration: underline;
}
.table-neutral img {
  display: block;
  margin: 5px auto 0;
}

table.narrow th,
table.narrow td {
  padding: 10px;
}

.table-sdlist {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.page-popup .table-sdlist {
  margin-bottom: 0;
}
.table-sdlist th {
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 0.9375rem;
  text-align: left;
  vertical-align: middle;
}
.table-sdlist td {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: middle;
}
.table-sdlist img {
  display: inline-block;
}
.table-sdlist img + img {
  margin-left: 5px;
}
.table-sdlist a.btn {
  display: inline-block;
  width: 60px;
  padding: 6px 0;
}
/* service icon */
.table-sdlist .sdstore-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 122px;
  margin: auto;
}
.table-sdlist .sdstore-services > img {
  flex: 0 0 auto;
  max-width: calc(25% - 4.5px);
  box-sizing: border-box;
  margin: 0;
  font-size: 0;
}

.table-form {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
.table-form th {
  padding: 20px 20px 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: top;
}
.table-form td {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: top;
}
.table-form input {
  margin: 0;
}
.table-form input[type="radio"] {
  margin-right: 0.5rem;
}
.table-form dl {
  margin-top: 10px;
}
.table-form dl dt {
  width: 90px;
  padding: 4px 0;
}
.table-form caption {
  padding: 20px 0 0;
  font-size: 0.875rem;
}
.table-form caption + tbody tr:first-child th,
.table-form caption + tbody tr:first-child td {
  border-top: none;
}
.table-form + .table-form {
  margin-top: -40px;
}

.table-support {
  width: 100%;
  margin-bottom: 5px;
  border-collapse: collapse;
}
.table-support th {
  width: 120px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.table-support td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.8125rem;
  text-align: left;
  vertical-align: middle;
}
.table-support td img {
  display: block;
  margin: 0 auto;
}

/* *********************************************************
  12.list
********************************************************* */
ul {
}
ul li {
}
ol {
}
ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 0.875rem;
}

dl {
  font-size: 0.875rem;
}
dl dt {
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-right: 30px;
}
dl dd {
  float: left;
  margin-bottom: 10px;
}

dl.default-list {
}
dl.default-list dt {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.8;
}
dl.default-list dd {
  float: none;
  margin: 0;
  padding-left: 0.875rem;
}

.column-list {
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}
.column-list.row3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
}
.column-list li {
}
.column-list li:first-child {
}
.column-list a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #000;
  font-size: 0.8125rem;
  line-height: 2.0;
}
.column-list a::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 1px;
  width: 16px;
  height: 8px;
  border-top: 4px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #009a5a;
  box-sizing: border-box;
}

.column-list.column-rule {
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  -o-column-rule: 1px solid #ccc;
  -ms-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc;
}
.column-list.column-rule li {
  padding-left: 20px;
}


/* *********************************************************
  13.slider
********************************************************* */
.sitetop .main {
  margin-bottom: 0;
  background: #eee;
}
.sitetop .main #slider {
  min-width: 940px;
  padding: 0 !important;
}
/*
#slider {
  box-shadow: 0 2px 2px #ccc;
}
*/
#slider .sp-thumbnails-container.sp-right-thumbnails {
  width: 18%;
  max-width: 280px;
  height: 100% !important;
  padding: 8% 20px;
  /* padding: 0 20px; */
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .7);
}
#slider .sp-thumbnails-wrapper {
  height: 100%;
  overflow: hidden;
}
#slider .sp-left-thumbnails .sp-next-thumbnail-arrow,
#slider .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 5%;
}
#slider .sp-left-thumbnails .sp-previous-thumbnail-arrow,
#slider .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 5%;
}

/* #slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
#slider .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  display: none;
}
#slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  left: 0;
} */
#slider .sp-left-thumbnails .sp-thumbnail-container,
#slider .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 10px;
}
#slider .sp-left-thumbnails .sp-thumbnail-container:first-child,
#slider .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

#slider .sp-left-thumbnails .sp-thumbnail-arrows,
#slider .sp-right-thumbnails .sp-thumbnail-arrows {
  margin: 0;
}
#slider .sp-right-thumbnails .sp-thumbnail-arrow {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #009a5a;
  margin-left: -18px;
}
#slider .sp-previous-thumbnail-arrow:before,
#slider .sp-previous-thumbnail-arrow:after,
#slider .sp-next-thumbnail-arrow:before,
#slider .sp-next-thumbnail-arrow:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#slider .sp-previous-thumbnail-arrow:before,
#slider .sp-next-thumbnail-arrow:before {
  display: none;
}

#slider .sp-previous-thumbnail-arrow:after {
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  background: none;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

#slider .sp-next-thumbnail-arrow:after {
  right: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  background: none;
  -webkit-transform: translate(50%,-50%) rotate(45deg);
  -ms-transform: translate(50%,-50%) rotate(45deg);
  transform: translate(50%,-50%) rotate(45deg);
}

#slider .sp-thumbnail-container {
  border: 1px solid #ccc;
}
#slider .sp-selected-thumbnail {
  border: 2px solid #009a5a;
}
#slider .sp-selected-thumbnail .sp-thumbnail {
  margin: -1px;
}


.popup {
  max-width: 910px;
  min-width: 530px;
  height: 580px;
}
.popup .sp-slides {
  transform: none !important;
}

#floatingCirclesG{
  position:relative;
  width:125px;
  height:125px;
  margin:auto;
  transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
}

.f_circleG{
  position:absolute;
  background-color:rgb(255,255,255);
  height:22px;
  width:22px;
  border-radius:12px;
    -o-border-radius:12px;
    -ms-border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
  animation-name:f_fadeG;
    -o-animation-name:f_fadeG;
    -ms-animation-name:f_fadeG;
    -webkit-animation-name:f_fadeG;
    -moz-animation-name:f_fadeG;
  animation-duration:1.2s;
    -o-animation-duration:1.2s;
    -ms-animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#frotateG_01{
  left:0;
  top:51px;
  animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#frotateG_02{
  left:15px;
  top:15px;
  animation-delay:0.6s;
    -o-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
}

#frotateG_03{
  left:51px;
  top:0;
  animation-delay:0.75s;
    -o-animation-delay:0.75s;
    -ms-animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
}

#frotateG_04{
  right:15px;
  top:15px;
  animation-delay:0.9s;
    -o-animation-delay:0.9s;
    -ms-animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
    -moz-animation-delay:0.9s;
}

#frotateG_05{
  right:0;
  top:51px;
  animation-delay:1.05s;
    -o-animation-delay:1.05s;
    -ms-animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
    -moz-animation-delay:1.05s;
}

#frotateG_06{
  right:15px;
  bottom:15px;
  animation-delay:1.2s;
    -o-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
}

#frotateG_07{
  left:51px;
  bottom:0;
  animation-delay:1.35s;
    -o-animation-delay:1.35s;
    -ms-animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
    -moz-animation-delay:1.35s;
}

#frotateG_08{
  left:15px;
  bottom:15px;
  animation-delay:1.5s;
    -o-animation-delay:1.5s;
    -ms-animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-o-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-ms-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-moz-keyframes f_fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}


/* 重要なお知らせ */
.important-notices {
  display: block;
  border: 2px solid #009a5a;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.important-notices-title {
  padding: 12px 8px;
  border: 1px solid #fff;
  background-color: #009a5a;
  color: #fff;
  font-size: 20px;
}
h4.important-notices-title {
  font-weight: bold;
}
.important-notices-text {
  padding: 12px 6px;
  font-size: 18px;
}
#content .important-notices-text {
  margin-bottom: 0;
}

/* 記事中の人事異動の表 */
.personnel-change-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #fff;
}
.personnel-change-table th,
.personnel-change-table td {
  min-width: 180px;
  padding: .375rem 1.25rem .25rem;
  font-weight: normal;
  text-align: center;
}
.personnel-change-table > thead th {
  background-color: #898989;
  color: #eee;
  font-size: .75rem;
}
.personnel-change-table > tbody th {
  background-color: #009a5a;
  color: #f1f1f1;
  font-size: 1rem;
}
.personnel-change-table > tbody td {
  background-color: #eee;
}

/* SD店 icon
----------------------------------- */
.sdstore-legend {
  margin-bottom: 24px;
  color: #595757;
}
.sdstore-legend-title {
  margin-bottom: 4px;
  font-size: 0.75rem;
}
.sdstore-legend-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
}
.sdstore-legend-list > li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(100% / 4);
  padding: 8px;
  border: 1px solid #ccc;
  border-top: 0;
  border-left: 0;
  font-size: 0.75rem;
  line-height: 1.3;
}
.sdstore-legend-icon {
  display: inline-block;
  width: 44px;
  margin-right: 8px;
  vertical-align: middle
}


/* /////////////////////////////////////////////////////// */


/* simple page
----------------------------------- */

.bg-none {
  background: transparent;
}
.container-simple {
  margin: 0 auto;
  padding: 40px 20px;
  width: 760px;
  box-sizing: border-box;
}
.container-simple #content {
  float: none;
}
.container-simple .ttl-head {
  color: #009a5a;
  font-weight: bold;
  font-size: 1.5rem;
}


/* Modal Box common
----------------------------------- */

.modalbox{
  padding: 20px;
  text-align: left;
}
.modalbox-clm {
  display: flex;
  width: 100%;
}
.modalbox-clm-l {
  width: 65%;
}
.modalbox-clm-s {
  width: 35%;
}



/* Modal Box common
----------------------------------- */

.is-fixed{overflow: hidden;padding-right: 15px;}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100005;
}
.modal *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.modal-bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 40px;
  width: 80%;
  max-width: 720px;
  max-height: 80%;
  border-radius: 16px;
}

.modal-close{
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  background: url(../images/icon_modal_close.svg) center no-repeat #ccc;
  cursor: pointer;
}

.modal-md {
  width: 100%;
  height: 100%;
}
.modal-md img {
  width: 100%;
}
.modal-md h2 {
  margin: 0 auto;
  padding: 4px 8px;
  max-width: 590px;
  border: solid 1px #222;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
}
.modal-md p {
  font-size: 0.875rem;
  line-height: 1.7;
}

.modal-clm {
  display: flex;
  width: 100%;
}
.modal-clm-l {
  width: 70%;
  padding: 0 10px;
}
.modal-clm-s {
  width: 30%;
}

img.modal-md-phone {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.modal-md-catch {
  color: #ff0000;
  text-align: center;
  font-size: 1.0rem;
}
.modal-md-qr {
  margin: 20px auto 0 auto;
  width: 134px;
}
.modal-md .btn {
  margin-top: 30px;
  max-width: 300px;
}
.modal-md-catch {
  color: #ff0000;
  text-align: center;
  font-size: 1.0rem;
}



/* sdsearch set
----------------------------------- */

#sdsearch.sdsearch.module {
  padding-top: 56px;
  width: 100%;
}

.search-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 38px;
  background: #0a9e60;
  color: #fff;
  box-sizing: border-box;
}
.search-hd-logo {
  width: 140px;
  box-sizing: border-box;
}
.search-hd-txt {
  width: calc(100% - 140px);
  text-align: center;
  box-sizing: border-box;
}

.search-hd-sub {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.search-hd-sub > span{
  display: block;
  width: 150px;
  padding: 3px 0;
  border: solid 1px #fff;
  font-weight: bold;
  font-size: 1.25rem;
}
.search-hd-ttl {
  margin-top: 16px;
  font-weight: bold;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.search-hd-ttl a{
  color: #fff;
}
.search-hd-cap {
  margin-top: 10px;
  font-size: 0.8125rem;
}

.search-form{
  padding: 40px 36px 40px 36px;
  border: solid 2px #0a9e60;
  border-top: none;
  box-sizing: border-box;
}
.search-form-inr {
  display: flex;
  justify-content: space-between;
}

.search-area,
.search-distributor {
  position: relative;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.search-area {
  width: 264px;
}
.search-distributor {
  width: 410px;
}
.search-button {
  align-self: center;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
}
.search-area::after,
.search-distributor::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: -22px;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid #009a5a;
  border-right: 0;
  box-sizing: border-box;
}

.search-area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-color: #eeeeee;
  background-image: url(../images/icon_select.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px 6px;
}
.search-distributor li {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.8125rem;
  line-height: 2.0;
  box-sizing: border-box;
}
.search-distributor h3 {
  margin-bottom: 6px;
}

.search-button .btn {
  height: 138px;
  text-align: center;
  cursor: pointer;
}
.search-button .icon {
  display: block;
  margin: 0 auto 14px auto;
  width: 50px;
  height: 50px;
}

.search-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 32px;
  border-top: solid 1px #0a9e60;
}
.search-bnr-btn {
  display: block;
  padding: 0 4px;
  width: 360px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.search-map-txt {
  width: calc(100% - 360px);
  padding-left: 48px;
  box-sizing: border-box;
}
