@font-face {
  font-family: 'icomoon';
  src: url("iconfonts/icomoon.eot?bnx8j1");
  src: url("iconfonts/icomoon.eot?bnx8j1#iefix") format("embedded-opentype"), url("iconfonts/icomoon.ttf?bnx8j1") format("truetype"), url("iconfonts/icomoon.woff?bnx8j1") format("woff"), url("iconfonts/icomoon.svg?bnx8j1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/***********************************************************************
english style
**********************************************************************/
body:not(.page-home) {
  letter-spacing: normal;
}
body:not(.page-home) .btn-contact a {
  font-size: 18px;
  font-size: 1.8rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #007fc5;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 25px;
  text-decoration: none;
  text-align: center;
  width: 550px;
}
body:not(.page-home) .btn-contact a:before {
  content: "";
  background: url(../img/common/icon-mail-white.svg) no-repeat center center/contain;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 16px;
  position: relative;
  left: -13px;
  top: -1px;
}
body:not(.page-home) .bread-wrapper .bread-list li {
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .btn-contact a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100% !important;
    padding: 20px;
  }
  body:not(.page-home) .btn-contact a:before {
    width: 17px;
    height: 13px;
  }
}
body:not(.page-home) .header-top .logo a {
  width: 222px;
  height: 45px;
}
body:not(.page-home) .header-top .logo a img {
  width: 100%;
  height: auto;
}
body:not(.page-home) .gnav li {
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  body:not(.page-home) .header-top .logo {
    margin-top: 5px;
  }
  body:not(.page-home) .header .inner .drawer-inner {
    width: 856px;
  }
  body:not(.page-home) header .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body:not(.page-home) .gnav-wrapper {
    display: block;
    padding-top: 0;
    width: inherit;
  }
  body:not(.page-home) .gnav-wrapper nav::after {
    content: "";
    display: block;
    clear: both;
  }
  body:not(.page-home) .gnav {
    float: left;
    margin-top: 0;
  }
  body:not(.page-home) .gnav > li {
    font-size: 17px;
    font-size: 1.7rem;
    width: 280px;
  }
  body:not(.page-home) .gnav > li > a::after {
    content: normal;
  }
  body:not(.page-home) .gnav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
    transition: 0.2s ease;
  }
  body:not(.page-home) .gnav > li > a:hover {
    text-decoration: none;
    opacity: .7;
  }
  body:not(.page-home) .gnav-icon-link {
    float: right;
    padding-top: 15px;
  }
  body:not(.page-home) .gnav-icon-link li {
    letter-spacing: normal !important;
  }
  body:not(.page-home) .gnav-icon-link li:not(:first-child) {
    margin-left: 20px;
  }
}
body:not(.page-home) .gnav-icon-link {
  letter-spacing: -.4em;
}
body:not(.page-home) .gnav-icon-link li {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  letter-spacing: .05em;
  vertical-align: top;
}
body:not(.page-home) .gnav-icon-link li a {
  color: #222;
  text-decoration: none;
}
body:not(.page-home) .gnav-icon-link li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
body:not(.page-home) .gnav-icon-link li.mail a::before {
  background: url(../img/common/icon-mail.svg) no-repeat center left/contain;
  width: 17px;
  height: 13px;
  margin-right: 10px;
}
body:not(.page-home) .gnav-icon-link li.japanese a::before {
  background: url(../img/common/icon_english.svg) no-repeat center left/contain;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .header-top .logo {
    margin-top: 2px;
  }
  body:not(.page-home) .header-top .logo a {
    width: 180px;
    height: 36px;
  }
  body:not(.page-home) .header .inner {
    height: inherit;
  }
  body:not(.page-home) .gnav {
    border-top: 1px solid #ddd;
  }
  body:not(.page-home) .gnav a {
    position: relative;
  }
  body:not(.page-home) .gnav a:before {
    font-size: 15px;
    font-size: 1.5rem;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    color: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
  body:not(.page-home) .gnav a:before {
    left: inherit;
    right: 4%;
  }
  body:not(.page-home) .gnav-icon-link {
    margin-top: 30px;
    padding: 0 4%;
  }
  body:not(.page-home) .gnav-icon-link li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #ddd;
    color: #222;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px;
    margin-top: 10px;
    padding: 15px;
  }
  body:not(.page-home) .gnav-icon-link li[href$=".pdf"] {
    position: relative;
  }
  body:not(.page-home) .gnav-icon-link li[href$=".pdf"]:after {
    content: "";
    background: url(../img/common/icon_pdf_red.svg) no-repeat left top;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body:not(.page-home) .gnav-icon-link li[href$=".pdf"]:after {
    width: 15px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .gnav-icon-link li[href$=".pdf"]:after {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: inherit;
    right: 30px;
  }
}
body:not(.page-home) .top-slide {
  background-color: #f7f6f4;
}
body:not(.page-home) .top-slide img {
  width: 100%;
  height: auto;
}
body:not(.page-home) .slick-list {
  max-width: 1366px;
  margin: 0 auto;
}
body:not(.page-home) .slick-dots .slick-active button:before {
  background-color: #007fc5;
  color: #007fc5;
}
body:not(.page-home) .top-note {
  border: 3px solid #ddd;
  padding: 60px 30px 45px;
  margin-top: 100px;
  margin-bottom: 100px;
}
body:not(.page-home) .top-note p {
  text-align: center;
}
body:not(.page-home) .top-note .btn-contact {
  margin-top: 35px;
}
body:not(.page-home) .top-note .btn-contact a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  width: 400px;
}
body:not(.page-home) .top-note .btn-contact a:before {
  width: 17px;
  height: 13px;
}
body:not(.page-home) .sec-top-menu {
  min-height: 328px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
body:not(.page-home) .sec-top-menu a {
  display: block;
  text-decoration: none;
}
body:not(.page-home) .sec-top-menu h2 {
  font-size: 34px;
  font-size: 3.4rem;
  color: white;
  padding-top: 115px;
}
body:not(.page-home) .sec-top-menu .btn {
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #222;
  display: inline-block;
  text-decoration: none;
  padding-left: 14px;
  position: relative;
  border: 1px solid white;
  color: white;
  display: inline-block;
  line-height: 1;
  margin-top: 30px;
  padding: 13px 21px 13px 34px;
}
body:not(.page-home) .sec-top-menu .btn:before {
  font-size: 10px;
  font-size: 1rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: inherit;
  display: block;
  text-decoration: none !important;
  position: absolute;
  top: 7px;
  left: 0;
}
body:not(.page-home) .sec-top-menu .btn:before {
  top: 15px;
  left: 15px;
}
body:not(.page-home) .sec-top-menu .photo {
  position: absolute;
}
body:not(.page-home) .sec-top-menu .text {
  position: relative;
  z-index: 2;
}
body:not(.page-home) .sec-top-menu.menu-product {
  background-color: #007fc5;
}
body:not(.page-home) .sec-top-menu.menu-product .photo {
  top: 12px;
  right: 12px;
}
body:not(.page-home) .sec-top-menu.menu-product .inner::after {
  content: "";
  display: block;
  clear: both;
}
body:not(.page-home) .sec-top-menu.menu-product .text {
  float: left;
  margin-left: 90px;
}
body:not(.page-home) .sec-top-menu.menu-company {
  background-color: #33a6eb;
  margin-top: 15px;
}
body:not(.page-home) .sec-top-menu.menu-company .photo {
  bottom: 0;
  left: 0;
}
body:not(.page-home) .sec-top-menu.menu-company .inner::after {
  content: "";
  display: block;
  clear: both;
}
body:not(.page-home) .sec-top-menu.menu-company .text {
  float: right;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .content-main.pb {
    padding-bottom: 80px;
  }
  body:not(.page-home) .slick-dots {
    bottom: -40px;
  }
  body:not(.page-home) .top-note {
    padding: 20px;
    margin-top: 60px;
    margin-bottom: 45px;
  }
  body:not(.page-home) .top-note p {
    text-align: left;
  }
  body:not(.page-home) .top-note .btn-contact {
    margin-top: 20px;
  }
  body:not(.page-home) .top-note .btn-contact a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px;
  }
  body:not(.page-home) .top-note .btn-contact a:before {
    width: 14px;
    height: 11px;
    left: -10px;
  }
  body:not(.page-home) .sec-top-menu {
    min-height: inherit;
  }
  body:not(.page-home) .sec-top-menu a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #8ecef1;
    margin: 2.66667%;
    padding-bottom: 10px;
    overflow: hidden;
  }
  body:not(.page-home) .sec-top-menu h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 15px;
  }
  body:not(.page-home) .sec-top-menu .btn {
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
    margin-top: 0;
  }
  body:not(.page-home) .sec-top-menu .photo {
    position: static;
  }
  body:not(.page-home) .sec-top-menu.menu-product .text {
    float: none;
    margin-left: 0;
  }
  body:not(.page-home) .sec-top-menu.menu-company .text {
    float: none;
    margin-right: 0;
  }
}
body:not(.page-home) .message .text-box {
  float: left;
  margin-left: 60px;
  width: 620px;
}
body:not(.page-home) .message .text-box > p {
  text-align: left;
}
body:not(.page-home) .message .text-box > p:first-child {
  margin-top: 0;
}
body:not(.page-home) .message .text-box .name p {
  width: 225px;
}
body:not(.page-home) .history-table caption {
  margin-bottom: 30px;
}
body:not(.page-home) .history-table .column-1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #007fc5;
  width: 13%;
}
body:not(.page-home) .history-table .column-2 {
  padding-left: 0;
  width: 87%;
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .message .text-box {
    margin-left: 0;
  }
  body:not(.page-home) .history-table caption {
    margin-bottom: 15px;
  }
  body:not(.page-home) .history-table .column-1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body:not(.page-home) .tit-doubleline sup {
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: text-top;
}
body:not(.page-home) .tit-doubleline + p {
  margin-bottom: 30px;
}
body:not(.page-home) .tit-doubleline + p sup {
  font-size: 12px;
  font-size: 1.2rem;
  color: #007fc5;
  vertical-align: text-top;
}
body:not(.page-home) .product-list {
  letter-spacing: -.4em;
  margin-top: -60px;
}
body:not(.page-home) .product-list li {
  display: inline-block;
  letter-spacing: .05em;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 60px;
  width: 598px;
}
body:not(.page-home) .product-list li:nth-child(odd) {
  margin-right: 4px;
}
body:not(.page-home) .product-list dl {
  padding: 20px 30px;
}
body:not(.page-home) .product-list dt {
  font-size: 24px;
  font-size: 2.4rem;
  color: #007fc5;
  font-weight: bold;
}
body:not(.page-home) .product-list dd {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .product-list {
    margin-top: -30px;
  }
  body:not(.page-home) .product-list li {
    margin-top: 30px;
    width: 100%;
  }
  body:not(.page-home) .product-list li:nth-child(odd) {
    margin-right: 0;
  }
  body:not(.page-home) .product-list dl {
    padding: 15px 15px 10px;
  }
  body:not(.page-home) .product-list dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body:not(.page-home) .foot-note {
  background-color: #eee;
  border-top: 1px solid #ddd;
  margin-top: 75px;
  padding: 30px 0;
}
body:not(.page-home) .foot-note h2 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #003894;
  font-weight: bold;
  text-align: center;
}
body:not(.page-home) .foot-note p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}
body:not(.page-home) .footer-bottom {
  padding: 35px 0 30px;
}
body:not(.page-home) .footer-bottom-link li {
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  body:not(.page-home) .copyright {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.page-home) .foot-note {
    margin-top: 45px;
  }
  body:not(.page-home) .foot-note h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body:not(.page-home) .foot-note p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
