@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*######################################################################*/
/*																		*/
/*	common       														*/
/*																		*/
/*######################################################################*/

* {
  box-sizing: border-box;
}

body {
  position: relative;
  color: #666;
  line-height: 1.95;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

body {
  background: url('../images/bg.gif');
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  transition: 0.4s;
}

p {
  text-align: ;
}

b {
  font-weight: 600;
}

ul {
  padding-left: 2.65em;
  list-style: disc;
}

ol {
  padding-left: 2.65em;
  list-style: decimal;
}

img {
  max-width: 100%;
  vertical-align: top;
}

sup {
  position: relative;
  top: -0.6em;
  font-size: 0.6em;
}

sub {
  position: relative;
  top: 0.2em;
  font-size: 0.6em;
}

iframe {
  background: transparent;
}

hr.spacer20 {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
  border: 0;
}

hr.spacer40 {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  border: 0;
}

hr.spacer60 {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: 60px;
  border: 0;
}

.PC {
  display: block;
}

.SP {
  display: none;
}

.PC-SP {
  display: block !important;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.colored {
  color: #005e3c !important;
  font-weight: bold;
  text-decoration: underline;
}

.color-INO {
  color: #00abbb !important;
}

.btn {
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 0 2.0em;
  color: #fff;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.4s;
}

.btn+.btn {
  margin-left: 2.0em;
}

.btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50% !important;
  right: 1.0em !important;
  width: 0.5em !important;
  height: 0.5em !important;
  margin-top: -0.275em;
  border-top: rgba(255, 255, 255, 0.6) 1px solid;
  border-right: rgba(255, 255, 255, 0.6) 1px solid;
  transform: rotate(45deg);
}

.btn i {
  position: relative;
  top: 0.03em;
  margin-right: 0.5em;
  font-size: 1.4em;
}

.btn:hover {
  transition: 0.4s;
}

.btn.primary {
  padding: auto;
}

.btn.primary:hover {}

.btn.secoundary {
  color: #fff;
  padding: auto;
  background: rgba(81, 61, 56, 0.65);
}

.btn.secoundary:hover {
  background: rgba(81, 61, 56, 1.0);
}

.btn.positive {
  color: #fff;
  background: rgba(216, 111, 27, 0.65);
}

.btn.positive:hover {
  background: rgba(216, 111, 27, 1.0);
}

.btn.primary::before,
.btn.secoundary::before,
.btn.positive::before {
  background-image: none;
}

/*######################################################################*/
/*																		*/
/*	Head        														*/
/*																		*/
/*######################################################################*/

.Head {
  position: relative;
  z-index: 201;
  width: 100%;
  padding: 16px 0 0;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 40%, #03432e 100%);
  background: -webkit-linear-gradient(left, #000000 40%, #03432e 100%);
  background: linear-gradient(to right, #000000 40%, #03432e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03432e', GradientType=1);
}

.HeadInner {
  max-width: 1200px;
  margin: 0 auto;
}

.HeadInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.Head h1 {
  padding-left: 1.5em;
}

.Head h1 a {
  display: flex;
  align-items: center
}

.Head h1 a span:first-of-type {
  position: relative;
  margin-right: 30px;
}

.Head h1 a span:last-of-type {
  padding-top: 6px;
}

.Head h1 a span:first-of-type::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 40px;
  right: -15px;
  top: 7px;
}

.Head .trigger {
  display: none;
}

.Head nav {
  position: relative;
  z-index: 2;
  width: 100%;
  line-height: 32px;
  text-align: right;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 40%, #2b2b2b 100%);
  background: -webkit-linear-gradient(left, #000000 40%, #2b2b2b 100%);
  background: linear-gradient(to right, #000000 40%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2b2b2b', GradientType=1);
}

.Head nav .close {
  display: none;
}

.Head nav ul {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9em;
}

.Head nav li {
  display: inline-block;
}

.Head nav li:nth-child(3) {
  font-weight: bolder;
}

.Head nav li dl {
  display: none;
}

.Head nav a {
  display: block;
  position: relative;
  padding: 0 1.5em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.Head nav a.active,
.Head nav a:hover {
  font-weight: bolder;
}

.Head nav a.active::before,
.Head nav a:hover::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 41px;
  background: url('../images/nav_active.png') no-repeat center 0;
  background-size: 100% 41px;
}

/*######################################################################*/
/*																		*/
/*	slide       														*/
/*																		*/
/*######################################################################*/

/*--.slide { position:relative; background:url('../images/slide01.jpg') no-repeat right center; background-size:cover; }--*/
.slide {
  position: relative;
}

.slide::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 22;
  bottom: -30px;
  left: 50%;
  width: 61px;
  height: 61px;
  margin-left: -30px;
  background: url('../images/icon-arrow.png') no-repeat;
}

.slideInner {
  z-index: 15;
  width: 100%;
  position: absolute;
}

.slideInner h2 {
  position: absolute;
  bottom: 240px;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  font-size: 3.0em;
}

.slideInner h2 b {
  font-weight: bolder;
}

.slideInner h2 small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
}

.contentInfo {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.contentInfoInner {
  width: 1100px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.contentInfoInner li {
  position: relative;
  float: left;
  width: 32%;
  min-height: 85px;
  margin-right: 2%;
}

.contentInfoInner li:last-child {
  margin-right: 0;
}

.contentInfoInner li a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contentInfoInner li:nth-child(1) a {
  background: rgba(108, 190, 105, 0.85);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a {
  background: rgba(113, 173, 162, 0.85);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a {
  background: rgba(84, 103, 174, 0.85);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(1) a::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #6cbe69;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #71ada2;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #5467ad;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(1) a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: url('../images/index/index_bar01.png') no-repeat right bottom;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: url('../images/index/index_bar02.png') no-repeat right bottom;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: url('../images/index/index_bar03.png') no-repeat right bottom;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(1) a:hover {
  border-top: #6cbe69 0 solid;
  background: rgba(108, 190, 105, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a:hover {
  border-top: #71ada2 0 solid;
  background: rgba(113, 173, 162, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a:hover {
  border-top: #5467ad 0 solid;
  background: rgba(84, 103, 174, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(1) a:hover::before {
  top: -34px;
  width: 90.2%;
  height: 34px;
  background: rgba(108, 190, 105, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a:hover::before {
  top: -34px;
  width: 90.2%;
  height: 34px;
  background: rgba(113, 173, 162, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a:hover::before {
  top: -34px;
  width: 90.2%;
  height: 34px;
  background: rgba(84, 103, 174, 1.0);
  transition: 0.4s;
}

.contentInfoInner li:nth-child(1) a:hover::after {
  top: -40px;
  height: 40px;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(2) a:hover::after {
  top: -40px;
  height: 40px;
  transition: 0.4s;
}

.contentInfoInner li:nth-child(3) a:hover::after {
  top: -40px;
  height: 40px;
  transition: 0.4s;
}

/*
    .contentInfoInner li:nth-child(1) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(108,190,105,1.0) 17px solid; border-bottom:rgba(108,190,105,1.0) 17px solid; transition:0.2s; }
    .contentInfoInner li:nth-child(2) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(113,173,162,1.0) 17px solid; border-bottom:rgba(113,173,162,1.0) 17px solid; transition:0.2s; }
    .contentInfoInner li:nth-child(3) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(84,103,174,1.0) 17px solid; border-bottom:rgba(84,103,174,1.0) 17px solid; transition:0.2s; }
*/
.contentInfoInner li dl {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 30px 0;
  color: #fff;
  transition: 0.4s;
}

.contentInfoInner li a:hover dl {
  height: 135px;
  transition: 0.4s;
}

.contentInfoInner li:last-child a:hover dl {
  height: 165px;
  transition: 0.4s;
}

.contentInfoInner li dt {
  margin-bottom: 0.3em;
  font-size: 1.1em;
  font-weight: 600;
}

.contentInfoInner li dd {}

.contentInfoInner .label {
  padding: 0 30px 0 100px;
  color: #fff;
  line-height: 85px;
  font-size: ;
  font-weight: bolder;
}

.contentInfoInner li:nth-child(1) .label {
  background: url('../images/icon-book.png') no-repeat 30px center;
}

.contentInfoInner li:nth-child(2) .label {
  background: url('../images/icon-m.png') no-repeat 30px center;
}

.contentInfoInner li:nth-child(3) .label {
  background: url('../images/icon-folder.png') no-repeat 30px center;
}

.contentInfoInner .label::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.15em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
}

/*######################################################################*/
/*																		*/
/*	pageTitle      														*/
/*																		*/
/*######################################################################*/

.pageTitle {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  background: #008036 url('../images/backing-general.jpg') no-repeat right center;
  background-size: ;
}

.corp .pageTitle,
.outline .pageTitle,
.mission .pageTitle {
  background: url('../images/corp/img_corp-title.jpg') no-repeat center center;
  background-size: cover;
}

.about .pageTitle {
  background: url('../images/about/img_about-title.jpg') no-repeat center center;
  background-size: cover;
}

.product .pageTitle {
  background: url('../images/product/img_product-title.jpg') no-repeat center center;
  background-size: cover;
}

.product01 .pageTitle {
  background: url('../images/product/img_product01-title.jpg') no-repeat left center;
  background-size: cover;
}

.product02 .pageTitle {
  background: url('../images/product/img_product02-title.jpg') no-repeat left center;
  background-size: cover;
}

.product03 .pageTitle {
  background: url('../images/product/img_product03-title.jpg') no-repeat left center;
  background-size: cover;
}

.product04 .pageTitle {
  background: url('../images/product/img_product02-mov-title.jpg') no-repeat left center;
  background-size: cover;
}

.product05 .pageTitle {
  background: url('../images/product/img_product05-title.jpg') no-repeat left center;
  background-size: cover;
}

.product .pageTitle.inoflo {
  background: url('../images/product/img_product06-title.jpg') no-repeat center center;
  background-size: cover;
}

.news .pageTitle {
  background: url('../images/news/img_news-title.jpg') no-repeat center center;
  background-size: cover;
}

.seminar .pageTitle {
  background: url('../images/seminar/img_seminar-title.jpg') no-repeat center center;
  background-size: cover;
}

.seminar.inoflo .pageTitle {
  background: url('../images/seminar/img_seminar-title2.jpg') no-repeat center center;
  background-size: cover;
}

.rd .pageTitle {
  background: url('../images/rd/img_rd-title.jpg') no-repeat center center;
  background-size: cover;
}

.career .pageTitle {
  background: url('../images/career/img_career-title.jpg') no-repeat center center;
  background-size: cover;
}

.patients .pageTitle {
  background: url('../images/patients/img_patients-title.jpg') no-repeat center center;
  background-size: cover;
}

/*    .contact .pageTitle { background:url('../images/contact/img_contact-title.jpg') no-repeat center center; background-size:cover; }*/
.pageTitleInner {
  position: relative;
  max-width: 1150px;
  min-height: 300px;
  margin: 0 auto;
}

.corp .pageTitleInner,
.outline .pageTitleInner,
.mission .pageTitleInner,
.about .pageTitleInner,
.product .pageTitleInner,
.news .pageTitleInner {
  min-height: 300px;
}

.pageTitle h1 {
  position: absolute;
  bottom: -1px;
  left: 20px;
  color: #fff;
  line-height: .8em;
  font-size: 40px;
  font-weight: bolder;
}

.pageTitleInner.cellex {
  overflow: hidden;
}

.pageTitleInner.cellex h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*######################################################################*/
/*																		*/
/*	Main        														*/
/*																		*/
/*######################################################################*/

/* indexInner */
.Index {}

.IndexInner {
  min-width: 1150px;
  margin: 0 0 70px;
}

.IndexInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.IndexContent {}

/* Main */
.Main {}

.MainInner {
  width: 1150px;
  margin: 0 auto 100px;
}

.MainInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.MainContent {
  float: right;
  width: 870px;
  margin: 0 auto;
}

.MainContent-wide {
  width: 100%;
  margin: 0 auto;
}

/* localNav */
.localNav {
  float: left;
  width: 250px;
}

.localNav ul {
  padding-left: 0;
  border-top: #ccc 1px solid;
  list-style: none;
}

.localNav li {
  border-bottom: #ccc 1px solid;
}

.localNav a {
  display: block;
  padding: 0 10px;
  color: #5a900a;
  font-weight: bolder;
  padding: 5px 5px 5px 1.3em;
  text-indent: -1.3em
}

.localNav a.active,
.localNav a:hover {}

.localNav a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 0.45em;
  height: 0.45em;
  margin-right: 0.5em;
  border-top: #5a900a 1px solid;
  border-right: #5a900a 1px solid;
  transform: rotate(45deg);
}

/* MainContent */
.MainContent h2 {
  position: relative;
  top: -0.3em;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
  border-bottom: #cccccc 1px solid;
  color: #666;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: bolder;
}

.MainContent p,
.MainContent ul,
.MainContent ol {
  margin-bottom: 1.2em;
}

.MainContent table {
  width: 100%;
  margin-bottom: 1.2em;
  border-collapse: collapse;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  font-size: 0.9em;
}

.MainContent tr {
  border-bottom: #ccc 1px solid;
}

.MainContent th {
  min-width: 100px;
  padding: 7px;
  text-align: left;
  font-weight: bolder;
  vertical-align: top;
}

.MainContent td {
  padding: 7px;
  text-align: left;
  vertical-align: top;
}

.contact .MainContent th {
  width: 30%;
}

.contact .MainContent td {
  width: 70%;
}

.MainContent figure {}

.MainContent figure img {}

.cover {
  margin-bottom: 1.2em;
}

.cover::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.cover .x2 {
  float: left;
  width: 50%;
}

.cover .x2re {
  float: right;
  width: 50%;
}

.cover .x2re2:first-child {
  float: left;
  width: 49%;
}

.cover .x2re2:last-child {
  float: right;
  width: 49%;
}

.cover .x3-2 {
  float: left;
  width: 66%;
  margin-right: 2%;
}

.cover .x3-1 {
  float: right;
  width: 32%;
}

.cover .x3-2re {
  float: right;
  width: 66%;
  margin-left: 2%;
}

.cover .x3-1re {
  float: left;
  width: 32%;
}

.cover .x4-3 {
  float: left;
  width: 74%;
  margin-right: 4px;
}

.cover .x4-1 {
  float: right;
  width: 22%;
}

.cover .x2re2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -0.4s;
}

.cover .x2re2:hover img {
  opacity: 0.75;
  transition: -0.4s;
}

/* MainAside */
.MainAside {}

.MainAsideInner {
  max-width: 1180px;
  margin: 0 auto 70px;
  padding: 0;
  list-style: none;
}

.MainAsideInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.MainAside li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.MainAside li:last-child {
  margin-right: 0;
}

.MainAside a {
  display: block;
  padding: 0 30px 0 100px;
  color: #fff;
  line-height: 85px;
  ;
  font-weight: bolder;
}

.MainAside a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.15em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
}

.MainAside li:nth-child(1) a {
  border-top: #6cbe69 5px solid;
  background: rgba(108, 190, 105, 0.85) url('../images/icon-book.png') no-repeat 30px center;
}

.MainAside li:nth-child(2) a {
  border-top: #71ada2 5px solid;
  background: rgba(113, 173, 162, 0.85) url('../images/icon-m.png') no-repeat 30px center;
}

.MainAside li:nth-child(3) a {
  border-top: #5467ad 5px solid;
  background: rgba(84, 103, 174, 0.85) url('../images/icon-folder.png') no-repeat 30px center;
}

.MainAside li:nth-child(1) a:hover {
  background-color: rgba(108, 190, 105, 1.0);
}

.MainAside li:nth-child(2) a:hover {
  background-color: rgba(113, 173, 162, 1.0);
}

.MainAside li:nth-child(3) a:hover {
  background-color: rgba(84, 103, 174, 1.0);
}

/* index */
.IndexContent h2 {
  padding: 60px 0;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
}

.IndexContent h2 strong {
  font-weight: 600;
}

.IndexContent h2 span.small {
  font-weight: 400;
  font-size: 0.7em !important;
  display: block
}

.IndexContent ul {
  padding-left: 0;
  list-style: none;
}

.IndexContent li {
  margin-bottom: 0;
}

.IndexContent li::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.IndexContent figure {
  display: block;
  min-height: 10px;
}

.IndexContent figure img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.IndexContent li:nth-child(1) figure {
  background: url('../images/index/img_index01.png') no-repeat center center;
  background-size: cover;
}

.IndexContent li:nth-child(2) figure {
  background: url('../images/index/img_index02.png') no-repeat center center;
  background-size: cover;
}

.IndexContent li:nth-child(3) figure {
  background: url('../images/index/img_index03.png') no-repeat center center;
  background-size: cover;
}

.IndexContent li:nth-child(4) figure {
  background: url('../images/index/img_index04.png') no-repeat center center;
  background-size: cover;
}

.IndexContent .IndexContentInner {
  width: 570px;
  color: #fff;
}

.IndexContent li:nth-child(1) .IndexContentInner,
.IndexContent li:nth-child(3) .IndexContentInner {
  float: right;
}

.IndexContent li:nth-child(1) figure+div {
  padding: 80px 50px 80px 0;
  background: #6cbe69;
}

.IndexContent li:nth-child(2) figure+div {
  padding: 80px 0 80px 50px;
  background: #71ada2;
}

.IndexContent li:nth-child(3) figure+div {
  padding: 80px 50px 80px 0;
  background: #5467ad;
}

.IndexContent li:nth-child(4) figure+div {
  padding: 80px 0 80px 50px;
  background: #6a4a9b;
}

.IndexContent h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bolder;
}

.IndexContent h3 i {
  position: relative;
  top: 0.1em;
  margin-right: 0.3em;
  font-size: 1.4em;
}

.IndexContent h3 .icon-m {
  display: inline-block;
  position: relative;
  top: 0.3em;
  width: 1.8em;
  height: 1.4em;
  margin-right: 0.3em;
  background: url('../images/icon-mark.png') no-repeat;
  background-size: auto 1.4em;
}

.IndexContent h3+p {
  line-height: 1.5;
  font-size: 1.1em;
}

.IndexContent p+p {
  margin-top: 2.0em;
}

.IndexContent p+p a {
  display: inline-block;
  padding: 0 30px;
  border: #fff 1px solid;
  line-height: 44px;
  font-size: 1.2em;
  font-weight: bolder;
}

.IndexContent p+p a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.15em;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  transform: rotate(45deg);
  transition: 0.4s;
}

.IndexContent p+p a:hover {
  background: rgba(255, 255, 255, 0.25);
  transition: 0.4s;
}

/* topic */
.topic {
  margin-bottom: 0;
}

.topicInner {
  width: 1080px;
  margin: 0 auto 100px;
}

.topicInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.topicNews {
  float: left;
  width: 49%;
  margin: 0 0 0 2%;
}

.topicLatest {
  float: left;
  width: 49%;
  margin: 0 0 0 0;
}

.topic h3 {
  margin-bottom: 30px;
  padding: 0 20px;
  color: #fff;
  line-height: 60px;
  font-size: 1.2em;
  font-weight: bolder;
  background: #006445;
}

.topic ul {
  padding-left: 0;
  list-style: none;
}

.topic li {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  background: url('../images/icon-list.png') no-repeat left 0.6em;
}

.topic dl {}

.topic dl::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.topic dt {
  vertical-align: top;
}

.topic dd {
  line-height: 1.4;
  vertical-align: top;
}

.topic a:hover dd {
  text-decoration: underline !important;
}

/* about */
.about {}

.about .MainContent h2 {
  letter-spacing: -0.02em;
}

.about .MainContent figure {
  display: block;
}

.about .MainContent figure img {
  width: 100%;
}

.about h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bolder;
}

.about .MainContent ul {
  padding-left: 0;
  list-style: none;
}

.about .MainContent li {
  margin-bottom: 0.25em;
}

.about .MainContent dl {}

.about .MainContent dl::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.about .MainContent dt {
  float: left;
  width: 12%;
  margin-right: 3%;
  color: #005e3c;
  font-size: 1.1em;
  font-weight: bolder;
  text-align: right;
  vertical-align: top;
}

.about .MainContent dd {
  float: left;
  width: 85%;
  padding-top: 0.4em;
  line-height: 1.5;
  font-size: 0.9em;
  vertical-align: top;
}

/* news */
.news {}

.news .MainContent ul {
  padding-left: 0;
  list-style: none;
}

.news .MainContent li {
  margin-bottom: 1.0em;
  padding-left: 1.5em;
  background: url('../images/icon-list.png') no-repeat left 0.6em;
}

.news .MainContent dl {}

.news .MainContent dl::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.news .MainContent dt {
  float: left;
  width: 15%;
  vertical-align: top;
}

.news .MainContent dd {
  float: left;
  width: 85%;
  vertical-align: top;
}

.news .MainContent a:hover dd {
  text-decoration: underline !important;
}

.news .MainContent a:hover dd {
  text-decoration: underline !important;
}

/* product */
.product {}

.product .MainContent figure {
  display: block;
}

.product .MainContent figure img {
  width: 100%;
}

.product ul {
  padding-left: 0;
  list-style: none;
}

.product h3,
.product01 h3,
.product02 h3,
.product03 h3,
.rd h3 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-weight: bolder;
}

.product h4,
.rd h4,
.career h4 {
  color: #005e3c;
  font-size: 1.2em;
  font-weight: bolder;
}

.product h4+p {
  line-height: 1.5;
}

.product .MainContent p a {
  text-decoration: underline;
}

.ProductModal {}

.ProductModalInner {}

.ProductModal h1 {
  background: #005e3c !important;
}

.ProductModal ul {
  padding: 0;
  list-style: none;
}

.ProductModal ul .c_no a {
  margin-right: 0 !important;
}

.ProductModal ul .c_yes a {
  background: #5467ad !important;
}

div#confirm_modal.simplemodal-container {
  height: 263px !important;
}


.product-mov-login {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.product-mov-login-outer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  min-height: 240px;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  transform: translate(-50%, -50%);
}

.product-mov-login-inner {
  position: relative;
  width: 100%;
}

.product-mov-login-inner .close {
  display: block;
  position: absolute;
  top: -90px;
  right: -40px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-mov-login-inner .close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.product-mov-login-inner .close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-mov-login-inner p {
  font-size: 1.2em;
}

.product-mov-login-inner fieldset {
  display: block;
  margin-bottom: 20px;
}

.product-mov-login-inner fieldset input#pass {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 7px 10px;
  border: #bbb 1px solid;
  border-radius: 3px;
  line-height: 1.5;
  font-size: 1.0em;
  background: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-mov-login-inner fieldset button#enter {
  display: inline-block;
  min-width: 140px;
  margin: 0;
  padding: 7px 10px;
  border: #bbb 1px solid;
  border-radius: 3px;
  color: #fff;
  line-height: 1.5;
  font-size: 1.0em;
  font-weight: bolder;
  background: #5467ad;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-mov-main {
  margin-bottom: 20px;
}

.product-mov-list {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.product-mov-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.product-mov-list li::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.product-mov-list a span {
  float: right;
}

.product-mov-indent {
  padding-left: 40px;
}

.product-mov-btn {
  display: block;
  margin: 0;
  padding: 0 25px;
  border: #ddd 1px solid;
  border-radius: 4px;
  color: #fff;
  line-height: 42px;
  font-weight: bolder;
  text-align: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background: rgb(72, 47, 145);
  background: linear-gradient(90deg, rgba(168, 144, 226, 1) 0%, rgba(93, 132, 184, 1) 50%, rgba(130, 218, 231, 1) 100%);
}

.product-mov-btn:hover {
  background: rgb(94, 67, 160);
  background: linear-gradient(90deg, rgba(94, 67, 160, 1) 0%, rgba(56, 107, 155, 1) 50%, rgba(40, 82, 110, 1) 100%);
}

@media (max-width:768px) {
  .product-mov-login {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .product-mov-login-outer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    min-height: 240px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .product-mov-login-inner {
    position: relative;
    width: 100%;
    white-space: normal;
    font-size: 0.9em;
  }

  .product-mov-login-inner .close {
    display: block;
    position: absolute;
    top: -90px;
    right: -40px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .product-mov-login-inner .close::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .product-mov-login-inner .close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .product-mov-login-inner p {
    font-size: 1.2em;
  }

  .product-mov-login-inner fieldset {
    display: block;
    margin-bottom: 20px;
  }

  .product-mov-login-inner fieldset input#pass {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 7px 10px;
    border: #bbb 1px solid;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 1.0em;
    background: #fff;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .product-mov-login-inner fieldset button#enter {
    display: inline-block;
    min-width: 100px;
    margin: 0;
    padding: 7px 10px;
    border: #bbb 1px solid;
    border-radius: 3px;
    color: #fff;
    line-height: 1.5;
    font-size: 1.0em;
    font-weight: bolder;
    background: #5467ad;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .product-mov-main {
    margin-bottom: 20px;
  }

  .product-mov-list {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;
    padding: 0;
    border: 0;
    list-style: none;
  }

  .product-mov-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
  }

  .product-mov-list li::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .product-mov-list a span {
    float: right;
  }

  .product-mov-indent {
    padding-left: 40px;
  }

  .product-mov-btn {
    display: block;
    margin: 0;
    padding: 0 25px;
    border: #ddd 1px solid;
    border-radius: 4px;
    color: #fff;
    line-height: 42px;
    font-weight: bolder;
    text-align: left;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    background: rgb(72, 47, 145);
    background: linear-gradient(90deg, rgba(168, 144, 226, 1) 0%, rgba(93, 132, 184, 1) 50%, rgba(130, 218, 231, 1) 100%);
  }

  .product-mov-btn:hover {
    background: rgb(94, 67, 160);
    background: linear-gradient(90deg, rgba(94, 67, 160, 1) 0%, rgba(56, 107, 155, 1) 50%, rgba(40, 82, 110, 1) 100%);
  }
}


/* seminar */
.seminar {}

.seminar h2 {
  position: relative;
  top: -0.3em;
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  border-bottom: #cccccc 1px solid;
  color: #666;
  line-height: 1.4;
  font-size: 1.5em;
  font-weight: bolder;
}

.seminar h2:hover {
  text-decoration: underline;
}

.seminar h3 {
  margin-bottom: 0.25em;
  font-size: 1.2em;
  font-weight: bolder;
}

.seminar h3 sub {
  font-size: 0.7em;
}

.seminar figure.x3-1re {
  width: 28%;
  margin-right: 4%;
  border: #ddd 1px solid;
}

.seminar figure.x3-1re img {
  width: 100%;
}

.seminar th {
  width: 16%;
}

/* corp */
.corp {}

.corp .MainContent ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 70px;
}

.corp .MainContent li {
  width: 250px;
}

.corp .MainContent li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.corp .MainContent li img {
  margin-bottom: 10px;
  width: 100px;
}

.corp .MainContent li span {
  display: inline-block;
  text-align: center;
}

.corp .MainContent li a {
  color: #a3cf62;
  font-weight: bolder;
}

/* mission */
.mission {}

.mission .MainContent .logoMark {
  display: block;
  margin-bottom: 2.0em;
  text-align: center;
}

.mission .MainContent h3 {
  margin-bottom: 0.5em;
  padding-left: 1.25em;
  color: #005e3c;
  line-height: 1.5;
  font-size: 1.3em;
  text-align: center;
  /*background:url('../images/icon-headline.png') no-repeat left 0.15em; background-size:auto 1.0em;*/
}

.mission .MainContent p {
  line-height: 1.6;
  text-align: center;
}

.mission .txtMission {
  text-align: center;
}

.mission .txtMission h3 {
  padding-left: 0;
  background: none;
}

.mission .txtMission h3 span {
  display: inline-block;
  min-width: 7.0em;
  padding-left: 1.25em;
  background: url('../images/icon-headline.png') no-repeat left 0.15em;
  background-size: auto 1.0em;
}

.mission .txtMission h3 img {
  height: 1.2rem;
}

.mission .imgMission img {
  width: 100%;
}

/* terms */
.terms {}

.terms .MainContent ol>li {
  margin-bottom: 2.0em;
}

.terms .MainContent ol>li ul {
  margin-top: 2.0em;
  line-height: 1.6;
  font-size: 0.9em;
}

.terms .MainContent ol>li ul li {
  margin-bottom: 0.5em;
}



/*######################################################################*/
/*																		*/
/*	Foot          														*/
/*																		*/
/*######################################################################*/

.Foot {
  padding-bottom: 80px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.FootInner {
  max-width: 1080px;
  margin: 0 auto 30px;
}

.FootInner::after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.FootLogo {
  display: block;
  float: left;
  width: 50%;
}

.FootLogo figcaption {
  display: block;
  padding: 5px 0 0 89px;
  color: #1d2088;
  font-size: 0.8em;
  font-weight: bolder;
}

.FootNav {
  float: left;
  width: 50%;
  line-height: 1.6;
  text-align: right;
}

.FootNav ul {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  font-size: 0.85em;
  font-weight: bolder;
  text-align: left;
}

.FootNav li {
  display: block;
}

.FootNav li a {}

.FootNav li a:hover {
  text-decoration: underline;
}

.FootNav li a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.175em;
  width: 0.35em;
  height: 0.35em;
  margin-right: 0.65em;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  transform: rotate(45deg);
}

.Foot small {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  color: #a4a4a4;
  font-size: 0.7em;
}

.pageTop {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 201;
  width: 50px;
  height: 50px;
  background: rgba(81, 61, 56, 0.65);
  transition: 0.4s;
  cursor: pointer;
}

.pageTop::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -3px;
  border: transparent 2px solid;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(-45deg);
}

.pageTop:hover {
  background: rgba(81, 61, 56, 0.9);
  transition: 0.4s;
  cursor: pointer;
}

.Reference {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.Reference dt {
  width: 5%;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.Reference dd {
  width: 95%;
  margin-bottom: 0.4rem;
  line-height: 1.3;
  font-size: 0.9em;
}

.badge {
  position: relative !important;
  top: -0.3em !important;
  font-size: 0.7em !important;
  font-weight: normal !important;
}


/*##################################################################################################################################################*/
/*										                                                      			                             				*/
/*	for SP       						                                                      			                         					*/
/*										                                                      			                             				*/
/*##################################################################################################################################################*/

@media (max-width:768px) {

  /*######################################################################*/
  /*																		*/
  /*	common       														*/
  /*																		*/
  /*######################################################################*/

  * {
    box-sizing: border-box;
  }

  body {
    position: relative;
    color: #666;
    line-height: 1.95;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  body {
    background: url('../images/bg.gif');
  }

  a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
  }

  a:hover {
    transition: 0.4s;
  }

  p {
    text-align: justify;
  }

  b {
    font-weight: 600;
  }

  ul {
    padding-left: 2.65em;
    list-style: disc;
  }

  ol {
    padding-left: 2.65em;
    list-style: decimal;
  }

  img {
    vertical-align: top;
  }

  hr.spacer20 {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
    margin-bottom: 20px;
    border: 0;
  }

  hr.spacer40 {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: 0;
    margin-bottom: 40px;
    border: 0;
  }

  .PC {
    display: none;
  }

  .SP {
    display: block;
  }

  .PC-SP {
    display: block !important;
  }

  .textRight {
    text-align: right;
  }

  .textCenter {
    text-align: center;
  }

  .textLeft {
    text-align: left;
  }

  .btn {
    display: inline-block;
    position: relative;
    min-width: 300px;
    padding: 0 2.0em;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    transition: 0.4s;
  }

  .btn+.btn {
    margin-left: 2.0em;
  }

  .btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50% !important;
    right: 1.0em !important;
    width: 0.5em !important;
    height: 0.5em !important;
    margin-top: -0.275em;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
    border-right: rgba(255, 255, 255, 0.6) 1px solid;
    transform: rotate(45deg);
  }

  .btn i {
    position: relative;
    top: 0.03em;
    margin-right: 0.5em;
    font-size: 1.4em;
  }

  .btn:hover {
    transition: 0.4s;
  }

  .btn.primary {
    padding: auto;
  }

  .btn.primary:hover {}

  .btn.secoundary {
    color: #fff;
    padding: auto;
    background: rgba(81, 61, 56, 0.65);
  }

  .btn.secoundary:hover {
    background: rgba(81, 61, 56, 1.0);
  }

  .btn.positive {
    color: #fff;
    background: rgba(216, 111, 27, 0.65);
  }

  .btn.positive:hover {
    background: rgba(216, 111, 27, 1.0);
  }

  .btn.primary::before,
  .btn.secoundary::before,
  .btn.positive::before {
    background-image: none;
  }

  /*######################################################################*/
  /*																		*/
  /*	Head        														*/
  /*																		*/
  /*######################################################################*/

  .Head {
    position: relative;
    z-index: 201;
    width: 100%;
    padding: 10px 0;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 40%, #03432e 100%);
    background: -webkit-linear-gradient(left, #000000 40%, #03432e 100%);
    background: linear-gradient(to right, #000000 40%, #03432e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#03432e', GradientType=1);
  }

  .HeadInner {
    max-width: 100%;
    margin: 0 auto;
  }

  .HeadInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .Head h1 {
    padding-left: 1.5em;
  }

  .Head h1 img {
    height: 30px;
  }

  .Head h1 a {
    display: flex;
    align-items: center
  }

  .Head h1 a span:first-of-type {
    position: relative;
    margin-right: 14px;
  }

  .Head h1 a span:last-of-type img {
    height: 20px;
  }

  .Head h1 a span:last-of-type {
    padding-top: 12px;
  }

  .Head h1 a span:first-of-type::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    height: 28px;
    right: -7px;
    top: 5px;
  }

  .Head .trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-left: rgba(255, 255, 255, 0.15) 1px solid;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }

  .Head nav {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: left;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 40%, #2b2b2b 100%);
    background: -webkit-linear-gradient(left, #000000 40%, #2b2b2b 100%);
    background: linear-gradient(to right, #000000 40%, #2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#2b2b2b', GradientType=1);
  }

  .Head nav.active {
    display: block;
  }

  .Head nav .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 45px;
    height: 45px;
    padding: 0;
    border-left: rgba(255, 255, 255, 0.25) 1px solid;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
  }

  .Head nav ul {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.0em;
  }

  .Head nav li {
    display: block;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
  }

  .Head nav li:nth-child(3) {
    font-weight: bolder;
  }

  .Head nav li dl {
    display: none;
  }

  .Head nav a {
    display: block;
    position: relative;
    padding: 0 0 0 1.0em;
    color: #fff;
    text-align: left;
    transition: 0.4s;
  }

  .Head nav a.active,
  .Head nav a:hover {
    font-weight: bolder;
  }

  .Head nav a.active::before,
  .Head nav a:hover::before {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 41px;
    background: url('../images/nav_active.png') no-repeat center 0;
    background-size: 100% 41px;
  }

  /*######################################################################*/
  /*																		*/
  /*	slide       														*/
  /*																		*/
  /*######################################################################*/

  /*--.slide { position:relative; background:url('../images/slide01.jpg') no-repeat center top; background-size:cover; }--*/
  .slide {
    position: relative;
    height: auto
  }

  .slide::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 12;
    bottom: -30px;
    left: 50%;
    width: 61px;
    height: 61px;
    margin-left: -30px;
    background: url('../images/icon-arrow.png') no-repeat;
  }

  .slideInner {
    position: absolute;
    width: 100%;
  }

  .contentInfo {
    position: absolute;
    bottom: 30px;
    left: 5%;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
  }

  .contentInfoInner {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
  }

  .contentInfoInner li {
    position: relative;
    float: none;
    width: 100%;
    min-height: 85px;
    height: auto !important;
    margin: 0 0 20px 0;
  }

  .contentInfoInner li:last-child {
    margin-right: 0;
  }

  .contentInfoInner li a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .contentInfoInner li:nth-child(1) a {
    background: rgba(108, 190, 105, 0.85);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(2) a {
    background: rgba(113, 173, 162, 0.85);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(3) a {
    background: rgba(84, 103, 174, 0.85);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(1) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #6cbe69;
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(2) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #71ada2;
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(3) a::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #5467ad;
    transition: 0.4s;
  }

  /*
    .contentInfoInner li:nth-child(1) a::after { content:''; display:inline-block; position:absolute; top:-5px; right:0; border:transparent 17px solid; border-left:#000 0 solid; border-bottom:#000 0 solid; transition:0.4s; }
    .contentInfoInner li:nth-child(2) a::after { content:''; display:inline-block; position:absolute; top:-5px; right:0; border:transparent 17px solid; border-left:#000 0 solid; border-bottom:#000 0 solid; transition:0.4s; }
    .contentInfoInner li:nth-child(3) a::after { content:''; display:inline-block; position:absolute; top:-5px; right:0; border:transparent 17px solid; border-left:#000 0 solid; border-bottom:#000 0 solid; transition:0.4s; }
*/
  .contentInfoInner li:nth-child(1) a:hover {
    border-top: #6cbe69 0 solid;
    background: rgba(108, 190, 105, 1.0);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(2) a:hover {
    border-top: #71ada2 0 solid;
    background: rgba(113, 173, 162, 1.0);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(3) a:hover {
    border-top: #5467ad 0 solid;
    background: rgba(84, 103, 174, 1.0);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(1) a:hover::before {
    top: -34px;
    width: 90.2%;
    height: 34px;
    background: rgba(108, 190, 105, 1.0);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(2) a:hover::before {
    top: -34px;
    width: 90.2%;
    height: 34px;
    background: rgba(113, 173, 162, 1.0);
    transition: 0.4s;
  }

  .contentInfoInner li:nth-child(3) a:hover::before {
    top: -34px;
    width: 90.2%;
    height: 34px;
    background: rgba(84, 103, 174, 1.0);
    transition: 0.4s;
  }

  /*
    .contentInfoInner li:nth-child(1) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(108,190,105,1.0) 17px solid; border-bottom:rgba(108,190,105,1.0) 17px solid; transition:0.2s; }
    .contentInfoInner li:nth-child(2) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(113,173,162,1.0) 17px solid; border-bottom:rgba(113,173,162,1.0) 17px solid; transition:0.2s; }
    .contentInfoInner li:nth-child(3) a:hover::after { top:-34px; border:transparent 17px solid; border-left:rgba(84,103,174,1.0) 17px solid; border-bottom:rgba(84,103,174,1.0) 17px solid; transition:0.2s; }
*/


  .contentInfoInner li dl {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 30px 0;
    color: #fff;
    transition: 0.4s;
  }

  .contentInfoInner li a:hover dl {
    height: 100px;
    transition: 0.4s;
  }

  .contentInfoInner li dt {
    margin-bottom: 0.3em;
    font-size: 1.1em;
    font-weight: 600;
  }

  .contentInfoInner li dd {}

  .contentInfoInner .label {
    padding: 0 30px 0 100px;
    color: #fff;
    line-height: 85px;
    font-size: ;
    font-weight: bolder;
  }

  .contentInfoInner li:nth-child(1) .label {
    background: url('../images/icon-book.png') no-repeat 30px center;
  }

  .contentInfoInner li:nth-child(2) .label {
    background: url('../images/icon-m.png') no-repeat 30px center;
  }

  .contentInfoInner li:nth-child(3) .label {
    background: url('../images/icon-folder.png') no-repeat 30px center;
  }

  .contentInfoInner .label::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 0.45em;
    height: 0.45em;
    margin-left: 0.15em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }

  /*######################################################################*/
  /*																		*/
  /*	pageTitle      														*/
  /*																		*/
  /*######################################################################*/

  .pageTitle {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background: #008036 url('../images/backing-general.jpg') no-repeat right center;
    background-size: ;
  }

  .corp .pageTitle,
  .outline .pageTitle,
  .mission .pageTitle {
    background: url('../images/corp/img_corp-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .about .pageTitle {
    background: url('../images/about/img_about-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .product .pageTitle {
    background: url('../images/product/img_product-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .product05 .pageTitle {
    background: url('../images/product/img_product05-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .news .pageTitle {
    background: url('../images/news/img_news-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .rd .pageTitle {
    background: url('../images/rd/img_rd-title.jpg') no-repeat center center;
    background-size: cover;
  }

  .career .pageTitle {
    background: url('../images/career/img_career-title.jpg') no-repeat center center;
    background-size: cover;
  }

  /*    .contact .pageTitle { background:url('../images/backing-general.jpg') no-repeat center center; background-size:cover; }*/
  .pageTitleInner {
    position: relative;
    max-width: 1150px;
    min-height: 100px;
    margin: 0 auto;
  }

  .corp .pageTitleInner,
  .outline .pageTitleInner,
  .mission .pageTitleInner,
  .about .pageTitleInner,
  .product .pageTitleInner,
  .product01 .pageTitleInner,
  .product02 .pageTitleInner,
  .product03 .pageTitleInner,
  .seminar .pageTitleInner,
  .news .pageTitleInner {
    min-height: 200px;
  }

  .pageTitle h1 {
    position: absolute;
    bottom: -1px;
    left: 20px;
    color: #fff;
    line-height: .8em;
    font-size: 32px;
    font-weight: bolder;
  }

  /*######################################################################*/
  /*																		*/
  /*	Main        														*/
  /*																		*/
  /*######################################################################*/

  /* indexInner */
  .Index {}

  .IndexInner {
    min-width: 100%;
    margin: 0 0 30px;
  }

  .IndexInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .IndexContent {}

  /* Main */
  .Main {}

  .MainInner {
    width: 100%;
    margin: 0 auto 50px;
  }

  .MainInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .MainContent {
    float: none;
    width: 90%;
    margin: 0 auto;
  }

  /* localNav */
  .localNav {
    float: none;
    width: 90%;
    margin: 40px auto 0;
  }

  .localNav ul {
    padding-left: 0;
    border-top: #ccc 1px solid;
    list-style: none;
  }

  .localNav li {
    border-bottom: #ccc 1px solid;
  }

  .localNav a {
    display: block;
    padding: 0 10px;
    color: #5a900a;
    line-height: 36px;
    font-weight: bolder;
  }

  .localNav a.active,
  .localNav a:hover {}

  .localNav a::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 0.45em;
    height: 0.45em;
    margin-right: 0.5em;
    border-top: #5a900a 1px solid;
    border-right: #5a900a 1px solid;
    transform: rotate(45deg);
  }

  /* MainContent */
  .MainContent h2 {
    position: relative;
    top: 0;
    margin-bottom: 1.2em;
    padding-bottom: 0.8em;
    border-bottom: #cccccc 1px solid;
    color: #666;
    line-height: 1.5;
    font-size: 1.3em;
    font-weight: bolder;
  }

  .MainContent h2 br {
    display: none;
  }

  .MainContent p,
  .MainContent ul,
  .MainContent ol {
    margin-bottom: 1.2em;
  }

  .MainContent table {
    width: 100%;
    margin-bottom: 1.2em;
    border-collapse: collapse;
    border-top: 0;
    border-bottom: #ccc 1px solid;
    font-size: 0.9em;
  }

  .MainContent tr {
    display: block;
    border-bottom: #ccc 1px solid;
  }

  .MainContent th {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 10px 0 0;
    text-align: left;
    font-weight: bolder;
    vertical-align: top;
  }

  .MainContent td {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
    vertical-align: top;
  }

  .MainContent figure {}

  .MainContent figure img {}

  .cover {
    margin-bottom: 1.2em;
  }

  .cover::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .cover .x2 {
    float: none;
    width: 100%;
  }

  .cover .x2re {
    float: none;
    width: 100%;
  }

  .cover .x3-2 {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .cover .x3-1 {
    float: none;
    width: 100%;
  }

  .cover .x3-2re {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .cover .x3-1re {
    float: none;
    width: 100%;
  }

  .cover .x4-3 {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .cover .x4-1 {
    float: none;
    width: 100%;
  }

  /* MainAside */
  .MainAside {}

  .MainAsideInner {
    max-width: 90%;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
  }

  .MainAsideInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .MainAside li {
    float: none;
    width: 100%;
    margin: 0 0 0;
  }

  .MainAside li:last-child {
    margin-right: 0;
  }

  .MainAside a {
    display: block;
    padding: 0 30px 0 75px;
    color: #fff;
    line-height: 60px;
    font-size: ;
    font-weight: bolder;
  }

  .MainAside a::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 0.45em;
    height: 0.45em;
    margin-left: 0.15em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
  }

  .MainAside li:nth-child(1) a {
    border-top: #6cbe69 5px solid;
    background: rgba(108, 190, 105, 0.85) url('../images/icon-book.png') no-repeat 30px center;
    background-size: auto 70%;
  }

  .MainAside li:nth-child(2) a {
    border-top: #71ada2 5px solid;
    background: rgba(113, 173, 162, 0.85) url('../images/icon-m.png') no-repeat 30px center;
    background-size: auto 70%;
  }

  .MainAside li:nth-child(3) a {
    border-top: #5467ad 5px solid;
    background: rgba(84, 103, 174, 0.85) url('../images/icon-folder.png') no-repeat 30px center;
    background-size: auto 70%;
  }

  .MainAside li:nth-child(1) a:hover {
    background-color: rgba(108, 190, 105, 1.0);
  }

  .MainAside li:nth-child(2) a:hover {
    background-color: rgba(113, 173, 162, 1.0);
  }

  .MainAside li:nth-child(3) a:hover {
    background-color: rgba(84, 103, 174, 1.0);
  }

  /* index */
  .IndexContent h2 {
    padding: 50px 0 20px 0;
    font-size: 1.3em;
    font-weight: bolder;
    text-align: center;
  }

  .IndexContent ul {
    padding-left: 0;
    list-style: none;
  }

  .IndexContent li {
    margin-bottom: 0;
  }

  .IndexContent figure {
    display: block;
    min-height: auto;
    height: 210px !important;
  }

  .IndexContent figure img {
    display: none;
    width: 100%;
    object-fit: cover;
  }

  .IndexContent li:nth-child(1) figure {
    background: url('../images/index/img_index01.png') no-repeat center center;
    background-size: cover;
  }

  .IndexContent li:nth-child(2) figure {
    background: url('../images/index/img_index02.png') no-repeat center center;
    background-size: cover;
  }

  .IndexContent li:nth-child(3) figure {
    background: url('../images/index/img_index03.png') no-repeat center center;
    background-size: cover;
  }

  .IndexContent li:nth-child(4) figure {
    background: url('../images/index/img_index04.png') no-repeat center center;
    background-size: cover;
  }


  .IndexContent .IndexContentInner {
    width: 100%;
    color: #fff;
  }

  .IndexContent li:nth-child(1) .IndexContentInner,
  .IndexContent li:nth-child(3) .IndexContentInner {
    float: none;
  }

  .IndexContent li:nth-child(1) figure+div {
    padding: 30px;
    background: #6cbe69;
  }

  .IndexContent li:nth-child(2) figure+div {
    padding: 30px;
    background: #71ada2;
  }

  .IndexContent li:nth-child(3) figure+div {
    padding: 30px;
    background: #5467ad;
  }

  .IndexContent li:nth-child(4) figure+div {
    padding: 30px;
    background: #6a4a9b;
  }

  .IndexContent h3 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bolder;
  }

  .IndexContent h3 i {
    position: relative;
    top: 0.1em;
    margin-right: 0.3em;
    font-size: 1.4em;
  }

  .IndexContent h3 .icon-m {
    display: inline-block;
    position: relative;
    top: 0.3em;
    width: 1.8em;
    height: 1.4em;
    margin-right: 0.3em;
    background: url('../images/icon-mark.png') no-repeat;
    background-size: auto 1.4em;
  }

  .IndexContent h3+p {
    line-height: 1.5;
    font-size: 1.1em;
  }

  .IndexContent p+p {
    margin-top: 2.0em;
  }

  .IndexContent p+p a {
    display: block;
    width: 100%;
    padding: 0 30px;
    border: #fff 1px solid;
    line-height: 44px;
    font-size: 1.2em;
    font-weight: bolder;
  }

  .IndexContent p+p a::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 0.45em;
    height: 0.45em;
    margin-left: 0.15em;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    transform: rotate(45deg);
    transition: 0.4s;
  }

  .IndexContent p+p a:hover {
    background: rgba(255, 255, 255, 0.25);
    transition: 0.4s;
  }

  /* topic */
  .topic {
    margin-bottom: 0;
  }

  .topicInner {
    width: 90%;
    margin: 0 auto 50px;
  }

  .topicNews {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }

  .topicLatest {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .topic h3 {
    margin-bottom: 15px;
    padding: 0 20px;
    color: #fff;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: bolder;
    background: #006445;
  }

  .topic ul {
    padding-left: 0;
    list-style: none;
  }

  .topic li {
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    background: url('../images/icon-list.png') no-repeat left 0.6em;
  }

  .topic dl {}

  .topic dl::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .topic dt {
    float: none;
    width: 100%;
    vertical-align: top;
  }

  .topic dd {
    float: none;
    width: 100%;
    vertical-align: top;
  }

  .topic a:hover dd {
    text-decoration: underline !important;
  }

  /* about */
  .about {}

  .about .MainContent h2 {
    letter-spacing: -0.02em;
  }

  .about .MainContent figure {
    display: block;
  }

  .about .MainContent figure img {
    width: 100%;
  }

  .about h3 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bolder;
  }

  .about .MainContent ul {
    padding-left: 0;
    list-style: none;
  }

  .about .MainContent li {
    margin-bottom: 0.25em;
  }

  .about .MainContent dl {}

  .about .MainContent dl::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .about .MainContent dt {
    float: none;
    width: 100%;
    margin-right: 0;
    color: #005e3c;
    font-size: 1.1em;
    font-weight: bolder;
    text-align: left;
    vertical-align: top;
  }

  .about .MainContent dd {
    float: none;
    width: 100%;
    padding-top: 0.4em;
    line-height: 1.5;
    font-size: 0.9em;
    vertical-align: top;
  }

  /* news */
  .news {}

  .news .MainContent ul {
    padding-left: 0;
    list-style: none;
  }

  .news .MainContent li {
    margin-bottom: 1.0em;
    padding-left: 1.5em;
    background: url('../images/icon-list.png') no-repeat left 0.6em;
  }

  .news .MainContent dl {}

  .news .MainContent dl::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .news .MainContent dt {
    float: none;
    width: 100%;
    vertical-align: top;
  }

  .news .MainContent dd {
    float: none;
    width: 100%;
    vertical-align: top;
  }

  .news .MainContent a:hover dd {
    text-decoration: underline !important;
  }

  /* product */
  .product {}

  .product .MainContent figure {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .product .MainContent figure img {
    width: 100%;
  }

  .product ul {
    padding-left: 0;
    list-style: none;
  }

  .product h3,
  .product01 h3,
  .product02 h3,
  .product03 h3,
  .rd h3 {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    font-weight: bolder;
  }

  .product h4,
  .rd h4,
  .career h4 {
    color: #005e3c;
    font-size: 1.0em;
    font-weight: bolder;
  }

  .product h4+p {
    line-height: 1.5;
  }

  /* seminar */
  .seminar {}

  .seminar h2 {
    position: relative;
    top: -0.3em;
    margin-bottom: 0.5em;
    padding-bottom: 0.4em;
    border-bottom: #cccccc 1px solid;
    color: #666;
    line-height: 1.4;
    font-size: 1.5em;
    font-weight: bolder;
  }

  .seminar h2:hover {
    text-decoration: underline;
  }

  .seminar h3 {
    margin-bottom: 0.25em;
    font-size: 1.2em;
    font-weight: bolder;
  }

  .seminar figure.x3-1re {
    float: left;
    width: 40%;
    margin-right: 5%;
  }

  .seminar figure.x3-1re img {
    float: none;
    width: 100%;
  }

  .seminar .x3-2re {
    display: inline;
    width: 100%;
  }

  .seminar .x3-2re h2 {
    border-bottom: 0;
    font-size: 1.3em;
  }

  .seminar .x3-2re h3 {
    clear: both;
    padding-top: 10px;
  }

  .seminar th {
    width: 10%;
  }

  /* corp */
  .corp {}

  .corp .MainContent ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 0px;
  }

  .corp .MainContent li {
    padding: 0px;
  }

  .corp .MainContent li a {
    display: flex;
    flex-direction: column;
  }

  .corp .MainContent li span {
    display: inline-block;
    text-align: center
  }

  .corp .MainContent li a {
    color: #a3cf62;
    font-weight: bolder;
  }

  /* mission */
  .mission {}

  .mission .MainContent .logoMark {
    display: block;
    margin-bottom: 2.0em;
    text-align: center;
  }

  .mission .MainContent .logoMark img {
    height: 120px;
  }

  .mission .MainContent h3 {
    margin-bottom: 0.5em;
    padding-left: 1.25em;
    color: #005e3c;
    line-height: 1.5;
    font-size: 1.3em;
    /*background:url('../images/icon-headline.png') no-repeat left 0.15em; background-size:auto 1.0em;*/
  }

  .mission .MainContent p {
    line-height: 1.6;
  }

  .mission .txtMission {
    text-align: center;
  }

  .mission .txtMission h3 {
    padding-left: 0;
    background: none;
  }

  .mission .txtMission h3 span {
    display: inline-block;
    padding-left: 1.25em;
    background: url('../images/icon-headline.png') no-repeat left 0.15em;
    background-size: auto 1.0em;
  }

  .mission .imgMission img {
    width: 100%;
  }

  /* terms */
  .terms {}

  .terms .MainContent ol>li {
    margin-bottom: 2.0em;
  }

  .terms .MainContent ol>li ul {
    margin-top: 2.0em;
    line-height: 1.6;
    font-size: 0.9em;
  }

  .terms .MainContent ol>li ul li {
    margin-bottom: 0.5em;
  }

  .Reference {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.0rem;
  }

  .Reference dt {
    width: 5%;
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }

  .Reference dd {
    width: 95%;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    font-size: 0.9em;
  }


  /*######################################################################*/
  /*																		*/
  /*	Foot          														*/
  /*																		*/
  /*######################################################################*/

  .Foot {
    padding-bottom: 40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }

  .FootInner {
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .FootInner::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
  }

  .FootLogo {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .FootLogo img {
    height: 40px;
  }

  .FootLogo figcaption {
    display: block;
    padding: 3px 0 0 0;
    color: #1d2088;
    font-size: 0.8em;
    font-weight: bolder;
  }

  .FootNav {
    float: none;
    width: 100%;
    line-height: 1.6;
    text-align: center;
  }

  .FootNav ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    font-size: 0.85em;
    font-weight: bolder;
    text-align: left;
  }

  .FootNav li {
    display: inline-block;
  }

  .FootNav li a {}

  .FootNav li a:hover {
    text-decoration: underline;
  }

  .FootNav li a::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.175em;
    width: 0.35em;
    height: 0.35em;
    margin-right: 0.65em;
    border-top: #333 1px solid;
    border-right: #333 1px solid;
    transform: rotate(45deg);
  }

  .Foot small {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    color: #a4a4a4;
    line-height: 1.5;
    font-size: 0.65em;
  }

  .pageTop {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 201;
    width: 50px;
    height: 50px;
    background: rgba(81, 61, 56, 0.65);
    transition: 0.4s;
    cursor: pointer;
  }

  .pageTop::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    border: transparent 2px solid;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(-45deg);
  }

  .pageTop:hover {
    background: rgba(81, 61, 56, 0.9);
    transition: 0.4s;
    cursor: pointer;
  }

}



/*######################################################################*/
/*                                                                      */
/*  Form                                                                */
/*                                                                      */
/*######################################################################*/

.red {
  color: red;
}

input[type=text],
input[type=email],
input[type=tel],
select {
  min-width: 30%;
  width: 90%;
  margin: 0;
  padding: 7px 10px;
  border: #bbb 1px solid;
  border-radius: 3px;
  font-size: 1.0rem;
  background: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text].zip {
  width: 13%;
}

input[type=text].zip+span {
  display: block;
  font-size: 0.9em;
}

select {
  background: #fff url('https://www.mallinckrodt.jp/assets/images/select.png') no-repeat 98.5% center;
  background-size: auto 1.0rem;
}

textarea {
  min-width: 30%;
  width: 90%;
  min-height: 10.0rem;
  margin: 0;
  padding: 7px 10px;
  border: #bbb 1px solid;
  border-radius: 3px;
  font-size: 1.0rem;
  background: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btnArea {
  margin: 20px 0;
  text-align: center;
}

.btnArea button {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  border: 0;
  color: #fff;
  line-height: 3.6rem;
  font-size: 1.1rem;
  font-weight: bold;
  background: #5a900a;
  cursor: pointer;
}

.btnArea button:hover {
  background: #498009;
  cursor: pointer;
}

/* 20200414 add */
a {
  position: relative;
}

a>.balloon {
  display: none;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

a:hover>.balloon {
  display: block;
  position: absolute;
  bottom: 140%;
  left: 50%;
  z-index: 2;
  padding: 8px 20px;
  border-radius: 4px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.85);
  transform: translate(-50%, 0);
}

a:hover>.balloon::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: transparent 5px solid;
  border-top: rgba(0, 0, 0, 0.85) 5px solid;
  transform: translate(-50%, 0);
}

.badge {
  position: relative !important;
  top: -0.4em !important;
  margin-left: 3px;
  font-size: 0.7em !important;
  font-weight: normal !important;
}



/* 20230512add */

.productIndex {}

.productIndex li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: #ddd 1px solid;
}

.productIndex li>div {
  width: 48%;
}

.productIndex .productIndexText {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: ;
  align-self: stretch;
}

.productIndex .productIndexText img {
  width: auto;
  height: 40px;
  margin: 15px 0;
}

.productIndex .productIndexText h4 {
  line-height: 1.5;
}

.productIndex .productIndexText p {
  margin: 0;
}

.productIndex .productIndexText .labelMore {
  display: inline-block;
  float: right;
  margin: 30px 0 0 0;
  padding: 0.6em 2em;
  color: #fff;
  line-height: 1;
  font-weight: 0;
  background: #005e3c;
  transition: 0.2s;
}

.productIndex .productIndexText .labelMore:hover {
  background: rgba(108, 190, 105, 1.0);
  transition: 0.2s;
}

.productIndex .productIndexText2 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: ;
  align-self: stretch;
}

.productIndex .productIndexText2 img {
  width: auto;
  height: 40px;
  margin: 15px 0;
}

.productIndex .productIndexText2 h4 {
  line-height: 1.5;
}

.productIndex .productIndexText2 p {
  margin: 0;
}

.productIndex .productIndexText2 .labelMore {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0.6em 2em;
  color: #fff;
  line-height: 1;
  font-weight: 0;
  background: #005e3c;
  transition: 0.2s;
}

.productIndex .productIndexText2 .labelMore:hover {
  background: rgba(108, 190, 105, 1.0);
  transition: 0.2s;
}


.Accordion {}

.AccordionHead {
  cursor: pointer;
}

.AccordionBody {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}

.AccordionBody.active {
  height: inherit;
  padding: 10px 0;
  transition: 0.2s;
}

.BtnWrap {
  padding: 0 0 0 40px;
  text-align: center;
}

.BtnWrap a {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 1.0em 4em;
  color: #fff;
  line-height: 1;
  font-weight: 0;
  background: linear-gradient(to right, #000000 40%, #2b2b2b 100%);
  transition: 0.2s;
}

.BtnWrap a:hover {
  opacity: 0.8;
  transition: 0.2s;
}



/*--240531------------------------------------*/
/*--top---*/

.img-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img-box>div.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 760px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 7;
  }

  80% {
    opacity: 0;
  }

  100% {
    z-index: 0;
    opacity: 0;
  }
}

@media (min-width:769px) {
  .img-box {
    min-height: 760px;
  }

  .img-box>div h2 {
    position: absolute;
    bottom: 240px;
    width: 100%;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 3.0em;
  }

  .img-box>div h2 b {
    font-weight: bolder;
  }

  .img-box>div h2 small {
    display: block;
    margin-top: 0.5em;
    font-size: 0.5em;
  }

  /* 1枚目のスライド */
  .img-box>div.slideimg01 {
    background: url('../images/slide01.jpg') no-repeat center top;
    background-size: cover;
  }

  /* 2枚目のスライド */
  .img-box>div.slideimg02 {
    background: url('../images/slide02.jpg') no-repeat center top;
    background-size: cover;
    animation-delay: 4s;
  }

  /* 3枚目のスライド */
  .img-box>div.slideimg03 {
    background: url('../images/slide03.jpg') no-repeat center top;
    background-size: cover;
    animation-delay: 8s;
  }
}

@media (max-width:768px) {
  .img-box {
    min-height: 660px;
    height: 80vh;
  }

  .img-box h2 {
    position: absolute;
    bottom: 400px;
    left: 5%;
    width: 90%;
    margin: 0 auto 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 2.6em;
    text-shadow: 1px 1px 5px #000;
  }

  .img-box h2 b {
    font-weight: bolder;
  }

  .img-box h2 small {
    display: block;
    margin-top: 0.5em;
    font-size: 0.5em;
  }

  /* 1枚目のスライド */
  .img-box>div.slideimg01 {
    background: url('../images/slide01_sp.jpg') no-repeat center top;
    background-size: cover;
  }

  /* 2枚目のスライド */
  .img-box>div.slideimg02 {
    background: url('../images/slide02_sp.jpg') no-repeat center top;
    background-size: cover;
    animation-delay: 4s;
  }

  /* 3枚目のスライド */
  .img-box>div.slideimg03 {
    background: url('../images/slide03_sp.jpg') no-repeat center top;
    background-size: cover;
    animation-delay: 8s;
  }
}





.enkaku span.year {
  width: 4em;
  display: inline-block;
}

.Main .MainInner {

  li,
  p {
    text-align: justify;
  }
}

.privacy {
  ol {
    padding-left: 1.3em;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {}

/*タブのスタイル*/
.tab_item {
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 0 0 1em 0;
  text-decoration: underline;
  margin-right: 1em;
}

@media (min-width:769px) {
  .tab_item {
    padding: 0 0 1em 0;
    margin-right: 1em;
  }

  .tab_content {
    padding-top: 2em;
  }
}

@media (max-width:768px) {
  .tab_item {
    padding: 0 0 0 0;
    margin-right: 1em;
  }

  .tab_content {
    padding-top: 2em;
  }
}


.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#year2026:checked~#year2026_content,
#year2025:checked~#year2025_content,
#year2024:checked~#year2024_content,
#year2023:checked~#year2023_content,
#year2022:checked~#year2022_content,
#year2021:checked~#year2021_content,
#year2020:checked~#year2020_content,
#year2019:checked~#year2019_content,
#year2018:checked~#year2018_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  text-decoration: none;
  color: #5a900a;
}