@charset "UTF-8";
/*inner.scss*/
/* line 5, ../sass/inner20.scss */
html body {
  font-family: "Iowan Old Style",'Hoefler Text', 'Baskerville Old Face', Garamond, 'Times New Roman', YuMincho, '游明朝', serif;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  max-width: 1280px;
}
/* line 19, ../sass/inner20.scss */
html body nav {
  background-color: #FFF;
  height: 100%;
  width: 200px;
  position: fixed;
}
/* line 26, ../sass/inner20.scss */
html body nav #title {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 20px;
}
/* line 31, ../sass/inner20.scss */
html body nav #title a {
  text-decoration: none;
  color: #000;
}
/* line 37, ../sass/inner20.scss */
html body nav ul {
  font-size: 12px;
  margin-left: -20px;
  margin-top: 17px;
  list-style-type: none;
}
/* line 43, ../sass/inner20.scss */
html body nav ul a {
  text-decoration: none;
  color: #a3a5a9;
}
/* line 47, ../sass/inner20.scss */
html body nav ul a:hover {
  text-decoration: none;
  color: #000;
}
/* line 51, ../sass/inner20.scss */
html body nav ul a:visited {
  text-decoration: none;
}
/* line 54, ../sass/inner20.scss */
html body nav ul li {
  margin-bottom: 5px;
}
/* line 60, ../sass/inner20.scss */
html body nav ul li.index {
  position: relative;
  width: 20%;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 74, ../sass/inner20.scss */
html body nav ul li.index a {
  display: block;
  margin: 0;
  padding: 15px 0 5px;
  background: #FFF;
  color: #000;
  text-decoration: none;
}
/* line 85, ../sass/inner20.scss */
html body nav ul li.index ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
/* line 94, ../sass/inner20.scss */
html body nav ul li.index ul li {
  width: 120%;
}
/* line 98, ../sass/inner20.scss */
html body nav ul li.index ul li a {
  padding: 13px 15px;
  background: #FFF;
  text-align: left;
}
/* line 115, ../sass/inner20.scss */
html body nav ul li.index ul li:hover > a {
  background: #F2F2F2;
  opacity: 1.0;
}
/* line 126, ../sass/inner20.scss */
html body nav ul#fade-in2 li ul {
  opacity: 0;
  top: 10%;
  visibility: hidden;
  transition: .5s;
}
/* line 133, ../sass/inner20.scss */
html body nav ul#fade-in2 li:hover ul {
  top: 80%;
  visibility: visible;
  opacity: 1;
}
/* line 140, ../sass/inner20.scss */
html body nav .lang-switch {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #a3a5a9;
}
/* line 149, ../sass/inner20.scss */
html body nav .lang-switch #ja {
  color: #a3a5a9;
}
/* line 155, ../sass/inner20.scss */
html body nav .lang-switch #en {
  color: #000;
  margin-right: 9px;
}
/* line 163, ../sass/inner20.scss */
html body nav .slash {
  float: left;
  color: #a3a5a9;
  font-size: 12px;
  margin-left: 40px;
  margin-top: -28px;
}
/* line 173, ../sass/inner20.scss */
html body nav .switch-icon {
  margin-left: 20px;
  margin-top: -10px;
}
/* line 176, ../sass/inner20.scss */
html body nav .switch-icon img {
  margin-right: 2px;
}
/* line 179, ../sass/inner20.scss */
html body nav .switch-icon a {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  /* line 186, ../sass/inner20.scss */
  html body nav *::-ms-backdrop, html body nav .switch-icon {
    margin-top: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* line 193, ../sass/inner20.scss */
  html body nav .switch-icon {
    margin-top: 5px;
  }
}
/* line 200, ../sass/inner20.scss */
html body nav .xd {
  margin-left: 20px;
  margin-top: 72px;
  font-size: 10px;
  font-family: "Iowan Old Style",'Hoefler Text', 'Baskerville Old Face', Garamond, 'Times New Roman', YuMincho, '游明朝', serif;
}
/* line 205, ../sass/inner20.scss */
html body nav .xd .strong {
  font-weight: bold;
}
/* line 208, ../sass/inner20.scss */
html body nav .xd a {
  text-decoration: none;
  color: #000;
}
/* line 214, ../sass/inner20.scss */
html body nav footer {
  font-size: 10px;
  margin-left: 30px;
  position: absolute;
  margin-bottom: 10px;
  bottom: 0;
}
/* line 223, ../sass/inner20.scss */
html body #wrap {
  width: 980px;
  margin-left: 160px;
  float: left;
}
/* line 229, ../sass/inner20.scss */
html body #wrap section {
  margin-left: 100px;
  float: left;
  width: 800px;
  margin-top: 20px;
  margin-bottom: 180px;
}
/* line 238, ../sass/inner20.scss */
html body #wrap section .title {
  font-family: "Iowan Old Style",'Hoefler Text', 'Baskerville Old Face', Garamond, 'Times New Roman', YuMincho, '游明朝', serif;
  font-weight: bold;
  font-size: 15px;
  margin-top: -10px;
}
/* line 243, ../sass/inner20.scss */
html body #wrap section .title .yoko {
  float: right;
  margin-right: 20px;
  margin-top: -37px;
}
/* line 249, ../sass/inner20.scss */
html body #wrap section .sub-title {
  font-weight: bold;
  margin-top: 30px;
}
/* line 256, ../sass/inner20.scss */
html body #wrap section .right-message01 {
  font-size: 12px;
  width: 350px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 45px;
}
/* line 264, ../sass/inner20.scss */
html body #wrap section .right-message01 .press {
  font-family: YuMincho, '游明朝', serif;
  margin-bottom: 40px;
}
/* line 272, ../sass/inner20.scss */
html body #wrap section .left-message01 {
  font-size: 13px;
  float: right;
  width: 350px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}
/* line 282, ../sass/inner20.scss */
html body #wrap section .left-message01 .press {
  font-family: YuMincho, '游明朝', serif;
  margin-bottom: 40px;
}
/* line 291, ../sass/inner20.scss */
html body #wrap section .sub-image {
  margin-top: -4px;
  margin-left: -40px;
  list-style-type: none;
}
/* line 296, ../sass/inner20.scss */
html body #wrap section .sub-image li {
  float: left;
}
/* line 300, ../sass/inner20.scss */
html body #wrap section .sub-image li:nth-of-type(1) {
  margin-right: 1px;
}
/* line 303, ../sass/inner20.scss */
html body #wrap section .sub-image li:nth-of-type(2) {
  margin-right: 1px;
}
/* line 307, ../sass/inner20.scss */
html body #wrap section .sub-image li:nth-of-type(3) {
  margin-right: 0px;
}
/* line 313, ../sass/inner20.scss */
html body #wrap section .top02-image img {
  margin-top: -4px;
}
/* line 318, ../sass/inner20.scss */
html body #wrap section .top-image03 {
  padding-bottom: 40px;
}
/* line 323, ../sass/inner20.scss */
html body #wrap section .right-message {
  width: 220px;
  float: left;
  margin-left: 40px;
  font-size: 13px;
  margin-top: 15px;
}
/* line 330, ../sass/inner20.scss */
html body #wrap section .right-message .right-message-author {
  color: #a3a5a9;
  font-family: "Iowan Old Style",'Hoefler Text', 'Baskerville Old Face', Garamond, 'Times New Roman', YuMincho, '游明朝', serif;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 15px;
}
/* line 337, ../sass/inner20.scss */
html body #wrap section .right-message .description-subtitle {
  margin-top: 15px;
  font-weight: bold;
}

/* line 352, ../sass/inner20.scss */
.ja {
  font-family: YuMincho, '游明朝', serif;
}
