* {
  margin: 0;
  padding: 0; }

header,
footer,
section,
aside,
nav,
article {
  display: block; }

body {
  background: #4e86d9;
  color: #555;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1; }

#wrapper {
  background: linear-gradient(to bottom, #f9fcf7 0%, #bedeaf 100%);
  border: 2px solid #333;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  width: 960px; }

footer {
  clear: both;
  margin: 40px 10px 0; }
  footer h1 {
    border-bottom: 1px #555 solid;
    color: #1e469b;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 20px; }
  footer h2 {
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 2px 3px #777; }
  footer h3 {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2em; }
  footer small {
    color: #333;
    display: block;
    margin: 5px;
    text-align: right; }

.this-year::after {
  content: '2026'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold; }

a {
  color: #555; }
  a:hover {
    color: #555; }

p {
  margin-bottom: 18px; }

li {
  padding-left: 5px; }

hr {
  border: 0;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
  clear: both;
  display: block;
  font-size: 3px;
  line-height: 0;
  margin: 8px auto;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%; }

nav .menu {
/*  position: fixed;*/
  font-size: 16px;
  font-weight: bold;
  width: 940px; }
  nav .menu ul {
    list-style: none;
    margin: 0;
    text-align: center; }
    nav .menu ul li::after {
      border-right: 1px #555 solid;
      content: '';
      padding: 4.8px 0; }
    nav .menu ul li:nth-of-type(13) {
      width: 70px; }
    nav .menu ul li {
      display: inline-block;
      margin: 0 -5px 0 0;
      padding: 0;
      position: relative; }
      nav .menu ul li a {
        color: #555;
        line-height: 38px;
        padding: 9px .3em;
        text-decoration: none; }
        nav .menu ul li a:hover {
          background-image: url("images/limeallowtop.gif");
          background-position: top center;
          background-repeat: no-repeat;
          text-decoration: underline; }

header {
  margin: 10px 0; }
  header h1 {
    float: left;
    font-size: 36px;
    margin-left: 10px;
    width: 490px; }
    header h1 a {
      color: #1e469b;
      font-weight: bold;
      text-decoration: none;
      text-shadow: 0 2px 3px #777; }
  header h2 {
    clear: right;
    color: #777;
    float: right;
    margin-right: 5px;
    padding-top: 8px; }

#greeting {
  margin-bottom: 18px;
  padding-top: 20px; }
  #greeting h2 {
    color: #1e469b;
    display: inline;
    font-size: 20px; }
  #greeting p {
    font-size: 16px; }
  #greeting img {
    border: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 7px #777; }

#main {
  color: #444;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 10px; }
  #main h1 {
    color: #1e469b;
    line-height: 1.5em;
    margin: 0 0 20px; }

h2,
h3,
h4,
h5,
h6 {
  color: #1e469b;
  line-height: 1.5em;
  margin: 0 0 20px; }

#main h3 {
  border-bottom: 1px #555 solid;
  font-size: 20px;
  padding-top: 15px; }

#main h4 {
  margin-top: 30px; }

.infoboxes {
  margin: 15px 0; }
  .infoboxes h5 {
    border-bottom: 1px #555 solid;
    font-size: 20px; }

.group-of-products {
  margin: 0; }
  .group-of-products h5 {
    border-bottom: 1px #555 solid;
    font-size: 20px; }
  .group-of-products::after {
    clear: both; }

.infoboxleft {
  float: left;
  width: 300px; }

.infoboxmid,
.infoboxright {
  float: left;
  margin-left: 20px;
  width: 300px; }

.product-spec {
  float: left;
  width: 300px; }
  .product-spec:nth-of-type(n+4) {
    margin-top: 15px; }
  .product-spec:not(:nth-of-type(3n-2)) {
    margin-left: 20px; }
  .product-spec:nth-of-type(3n-2) {
    clear: both; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px; }

.clearall {
  clear: both; }

div.imagebox {
  background-color: #eef;
  border: 1px dashed #00c;
  float: left;
  margin: 5px;
  width: 130px; }
  div.imagebox img {
    margin: 4px 0 0 0; }

p.image {
  color: #00008b;
  font-size: small;
  margin: 5px;
  text-align: center; }

p.exp {
  clear: left; }

#history-table {
  border: 0;
  padding: 0; }
  #history-table colgroup.year {
       background-color:rgba(0,0,0,0);
       width: 9em; }
  #history-table colgroup.topics {
       background-color:rgba(0,0,0,0);
       width: 542px; }
  #history-table td {
    text-align: left;
    vertical-align: top; }

.map-iframe-property {
  border-width: 0;
  height: 240px;
  margin: 0;
  width: 240px; }

section#blog_left {
  float: left;
  text-align: left;
  width: 178px; }
  section#blog_left ul {
    margin-left: 2em; }

section#blog_right {
  float: right;
  text-align: left;
  width: 178px; }
  section#blog_right ul {
    margin-left: 2em; }

.pict {
  height: auto;
  width: 500px; }

img.facebook_logo {
  height: 30px;
  vertical-align: -.5em;
  width: 30px; }

img.facebook_logo_small {
  height: 20px;
  vertical-align: -.3em;
  width: 20px; }

img.instagram_logo {
  height: 30px;
  vertical-align: -.5em;
  width: 30px; }

img.instagram_logo_small {
  height: 20px;
  vertical-align: -.3em;
  width: 20px; }

.overview-head-span {
  display: inline-block;
  width: 5em; }

.overview-business-ul,
.overview-business-ol {
  margin-left: 6em; }

.overview-ul {
  margin-left: 4.5em; }
  .overview-ul li {
    display: inline-block; }
  .overview-ul li:not(:last-child)::after {
    content: '\03001 '; }

.overview-partners-list-span {
  display: inline-block;
  margin-top: .3em;
  width: 11em; }

.overview-partners-list-notice {
  display: block;
  text-align: right;
  font-size: small; }

.writings {
  margin-bottom: .1em;
  text-indent: 1em; }

.sign {
  text-align: right; }
  .sign span {
    display: inline-block;
    text-align: left; }

.update-info caption {
  color: #1e469b;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .2em;
  text-align: left; }

.update-info th {
  color: #1e469b;
  font-size: 16px;
  font-weight: bold;
  text-align: left; }

.update-info tr th:nth-child(1) {
  width: 6em; }

.location-table {
  width: 100%; }
  .location-table,
  .location-table tr,
  .location-table td {
    border-style: double;
    border-width: 1px; }
  .location-table tr td:nth-child(1) {
    text-align: center;
    vertical-align: text-top;
    width: 3em; }
  .location-table tr:first-of-type > td:nth-child(2) {
    height: 2.4em;
    vertical-align: text-top; }

.open-large-map {
  color: #00f;
  text-align: left; }

.ftwn-grid {
  display: grid;
  grid-gap: 0;
  grid-template-rows: 36px 384px 360px;
  grid-template-columns: 621px 319px; }
  .ftwn-grid h2 {
    grid-column: 1 / 3; }
  .ftwn-grid img:nth-of-type(1) {
    margin: 0 0 0 0;
    width: 621px;
    z-index: 1; }
  .ftwn-grid img:nth-of-type(2) {
    margin: 84px 0 0 27px;
    width: 292px; }
  .ftwn-grid img:nth-of-type(3) {
    margin: 52px -324px 0 27px;
    width: 216px; }
  .ftwn-grid img:nth-of-type(4) {
    margin: 0 0 0 -324px;
    width: 643px;
    z-index: 0; }

.ogr {
  line-height: 1em;
  margin: 0;
  font-weight: normal;
  padding: 0;
  color: #000;
  font-size: 16px; }
  .ogr h5 {
    margin: 15px 0 10px;
    font-size: x-large; }
  .ogr h6 {
    margin: 0 0 0 0.5em;
    font-size: large; }
  .ogr figure figcaption {
    margin: 10px 0 5px 10px;
    font-size: medium;
    color: #1e469b;
    font-weight: bold; }
  .ogr figure img {
    height: 300px;
    margin: 0; }
  .ogr figure figcaption ~ img {
    height: calc( 300px - 1em); }
  .ogr p {
    font-size: 1em;
    margin: 5px 0 10px 50px; }
  .ogr section {
    display: grid;
    grid-gap: 15px 10px;
    grid-template-rows: auto;
    grid-template-columns: 400px 1fr;
    margin: 0;
    padding: 0;
    align-items: end; }

/*# sourceMappingURL=styles.css.map */



.slideshow-container {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.slide { 
    animation: show 56s infinite;
    -webkit-animation: show 56s infinite;
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0;
    z-index: -10}
    3% {opacity:1;
    z-index: 30}
    7.5% {opacity:1}
    12.7% {opacity:0;
    z-index: -10}
 }

@-webkit-keyframes show {
    0% {opacity:0;
    z-index: -10}
    3% {opacity:1;
    z-index: 30}
    7.5% {opacity:1}
    12.7% {opacity:0;
    z-index: -10}
}

/*各画像のアニメーションの開始時間をずらす*/

.slide:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.slide:nth-of-type(2) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.slide:nth-of-type(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
}

.slide:nth-of-type(4) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.slide:nth-of-type(5) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s
}

.slide:nth-of-type(6) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s;
}

.slide:nth-of-type(7) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
} 
.slide:nth-of-type(8) {
    animation-delay: 28s;
    -webkit-animation-delay: 28s;
}

.slide:nth-of-type(9) {
    animation-delay: 32s;
    -webkit-animation-delay: 32s;
}

.slide:nth-of-type(10) {
    animation-delay: 36s;
    -webkit-animation-delay: 36s;
}

.slide:nth-of-type(11) {
    animation-delay: 40s;
    -webkit-animation-delay: 40s;
}

.slide:nth-of-type(12) {
    animation-delay: 44s;
    -webkit-animation-delay: 44s;
}

.slide:nth-of-type(13) {
    animation-delay: 48s;
    -webkit-animation-delay: 48s;
}

.slide:nth-of-type(14) {
    animation-delay: 52s;
    -webkit-animation-delay: 52s;
}

.slideshow-container:hover .slide {
  animation-play-state: paused;
}
