@charset "UTF-8";
/*****************************************************************
 mixin
*****************************************************************/
/* ------------------------------------------- */
/*$font12: 0.67em;
$font13: 0.72em;
$font14: 0.78em;
$font15: 0.83em;
$font20: 1.1em;
$font28: 1.56em;*/
/* ------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 1rem;
}

strong {
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0a0a0a;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}
@media screen and (max-width: 640px) {
  img {
    height: auto !important;
  }
}

.inner,
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .inner,
  .container {
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .inner,
  .container {
    width: 100%;
    padding: 0 calc(15px + 2vw);
    box-sizing: border-box;
  }
}

.container-narrow {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .container-narrow {
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .container-narrow {
    width: 100%;
    padding: 0 calc(15px + 2vw);
    box-sizing: border-box;
  }
}

#contentsWrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 63px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #contentsWrapper {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 640px) {
  #contentsWrapper {
    padding-top: 14.9vw;
  }
}

.pageTitle {
  padding: 50px 0;
  font-size: 2.2em;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .pageTitle {
    padding: 5vw 0;
    line-height: 1.2;
    font-size: 1.8em;
  }
}

a {
  color: #4b99d1;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: underline #ff8200;
  color: #ff8200;
}

.roundButton {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 11px 30px;
  border: 2px solid #ff8200;
  background: #ff8200;
  border-radius: 1.5em;
  color: #fff;
  font-weight: 700;
}
.roundButton:hover {
  color: #ff8200;
  background-color: #fff;
  text-decoration: none;
}
.roundButton:after {
  display: none;
}
.roundButton.wide {
  padding-left: 50px;
  padding-right: 50px;
}

.textMoreLink {
  padding: 20px 0;
  text-align: right;
}
.textMoreLink a {
  position: relative;
  font-weight: 700;
  color: #0a0a0a;
  /*
  &:after {
  	content: "";
  	display: block;
  	width: 0;
  	height: 1px;
  	background: $black;
  	position: absolute;
  	bottom: 15px;
  	left: -10px;
  	@include anime1;
  }
  &:hover:after {
  	width: calc(100% + 20px);
  }
  */
}
.textMoreLink a:hover {
  color: #ff8200;
}

.buttonMoreLink {
  text-align: center;
  margin: 50px 0;
}
.buttonMoreLink a {
  padding-left: 70px;
  padding-right: 70px;
}
.buttonMoreLink a:after {
  display: none;
}
.buttonMoreLink.left {
  text-align: left;
}

@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.tabStyle {
  margin-bottom: 50px;
}
.tabStyle ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
  /*
  &:after {
  	content: "";
  	width: 100%;
  	height: 4px;
  	background: #eee;
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	z-index: -1;
  }
  */
}
.tabStyle ul li {
  position: relative;
  /*
  &:after {
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 10px;
  	display: block;
  	width: 6px;
  	height: 1.8em;
  	background: #d0cece;
  }
  */
}
.tabStyle ul li a {
  display: block;
  padding: 15px 0 15px 0;
  color: #666;
  border-bottom: 4px solid #eee;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.tabStyle ul li a:hover {
  color: #0a0a0a;
  text-decoration: none;
  border-color: #ff8200;
}
.tabStyle ul li.current {
  /*
  &:before {
  	content: "";
  	display: block;
  	position: absolute;
  	left: calc(50% - 15px);
  	bottom: -6px;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 6px 7.5px 0 7.5px;
  	border-color: $black transparent transparent transparent;
  }
  &:after {
  	background: $black;
  }
  */
}
.tabStyle ul li.current a {
  color: #0a0a0a;
  border-color: #ff8200;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .tabStyle ul li a {
    font-size: 0.92em;
  }
}
@media screen and (max-width: 640px) {
  .tabStyle ul li {
    width: 50%;
  }
  .tabStyle ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4vw 2vw;
    box-sizing: border-box;
  }
}

.listStyle {
  margin-left: 1em;
}
.listStyle li {
  list-style-type: disc;
}

.pageHeader {
  margin-bottom: 50px;
  padding: 0;
  box-sizing: border-box;
  height: 320px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .pageHeader {
    background-size: auto 100%;
  }
}
.pageHeader .text {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .pageHeader .text {
    width: 96%;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  .pageHeader .text {
    width: 96%;
    padding: 0 calc(15px + 2vw);
  }
}
.pageHeader .titleS {
  font-size: 1.5em;
  font-weight: 700;
}
.pageHeader .titleL {
  font-size: 2.8em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .pageHeader {
    margin-bottom: 5vw;
    height: 36vh;
  }
  .pageHeader .titleS {
    font-size: 1em;
  }
  .pageHeader .titleL {
    font-size: 1.8em;
  }
}
.pageHeader.pageHeaderCompany {
  background-image: url(../img/company/pageheader.jpg);
  margin-bottom: 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* ------------------------------------------- */
#globalHeader {
  height: 64px;
  padding: 0 15px;
  background: #262626;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#globalHeader .headerWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #globalHeader .headerWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #globalHeader .headerWrapper {
    width: 100%;
  }
}
#globalHeader #logo {
  width: 94px;
  height: 41px;
}
#globalHeader nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#globalHeader nav #globalNav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#globalHeader nav li {
  position: relative;
}
#globalHeader nav li a {
  display: block;
  padding: 22px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 0.93em;
}
#globalHeader nav li a:hover {
  background: #fff;
  color: #0a0a0a;
}
#globalHeader nav li:hover {
  background: #fff;
  color: #0a0a0a;
}
#globalHeader nav li:hover a {
  color: #ff8200;
}
#globalHeader nav li .hoverMenu {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 64px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1.3;
}
#globalHeader nav li .hoverMenu.wide {
  width: 580px;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #333;
  border-top-width: 0;
  transform: translateX(-1px);
  color: #0a0a0a;
  font-size: 0.93em;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper .column {
  width: 230px;
  margin-bottom: 30px;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper .title {
  margin-bottom: 1em;
  padding-bottom: 5px;
  font-weight: 700;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper .title a {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  color: #0a0a0a;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper li a {
  padding: 5px 0;
  color: #0a0a0a;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper li a:hover {
  text-decoration: underline;
  color: #ff8200;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper .oneColumn li {
  margin-bottom: 0.5em;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper .indivColumn {
  margin-bottom: 30px;
}
#globalHeader nav li .hoverMenu .hoverMenuWrapper.vertical {
  display: block;
}
#globalHeader nav li:hover .hoverMenu {
  opacity: 1;
  visibility: visible;
}
#globalHeader nav li:nth-child(5) .hoverMenu {
  left: -50px;
}
#globalHeader nav li:nth-child(6) .hoverMenu {
  left: -150px;
}
#globalHeader nav #subNav {
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#globalHeader nav #subNav li {
  margin: 0 5px;
}
#globalHeader nav #subNav li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 1.5em;
  line-height: 1;
}
#globalHeader nav #subNav li a:hover {
  background: #fff;
  color: #0a0a0a;
}
#globalHeader nav #subNav li:hover {
  background: none;
}
#globalHeader nav #subNav li.contact a {
  background: #ff8200;
  border-color: #ff8200;
}
#globalHeader nav #subNav li.contact a:hover {
  background: #fff;
  color: #ff8200;
}
#globalHeader nav #subNav li.search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 1.5em;
  overflow: hidden;
}
#globalHeader nav #subNav li.search button {
  width: 36px;
  height: 36px;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  border: 0;
  appearance: none;
  background: inherit;
  cursor: pointer;
}
#globalHeader nav #subNav li.search:hover {
  background: inherit;
}
#globalHeader nav #subNav li.search form {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 1px;
  box-sizing: border-box;
}
#globalHeader nav #subNav li.search form input[type=text] {
  border: 1px solid #ccc;
  appearance: none;
  padding: 0.2em;
  width: calc(100% - 20px);
}
#globalHeader nav #subNav li.search form.visible {
  display: inline-block;
  width: 7em;
  visibility: visible;
}
#globalHeader nav .language {
  position: relative;
  padding-right: 20px;
}
#globalHeader nav .language .current {
  padding: 0.2em 1em;
  color: #fff;
  font-size: 0.93em;
}
#globalHeader nav .language ul {
  display: none;
  position: absolute;
  background: #262626;
  color: #fff;
}
#globalHeader nav .language ul li:hover {
  background: none;
  color: #fff;
}
#globalHeader nav .language ul li a {
  display: block;
  padding: 0.2em 1em;
  font-size: 0.93em;
}
#globalHeader nav .language ul li a:hover {
  background: #ff8200;
  color: #fff;
  transition: none;
}
#globalHeader nav .language ul.visible {
  display: block;
}
#globalHeader nav .language button {
  position: absolute;
  background: none;
  appearance: none;
  border: 0;
  width: 20px;
  height: 30px;
  padding: 0;
  top: calc(50% - 10px);
  right: 0;
  cursor: pointer;
}
#globalHeader nav .language button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotate(45deg);
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #globalHeader {
    height: 11vw;
    padding: 0 2vw 2vw 2vw;
  }
  #globalHeader .headerWrapper {
    display: block;
  }
  #globalHeader .headerWrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  #globalHeader #logo {
    float: left;
    width: 14vw;
    height: auto;
  }
  #globalHeader nav {
    float: right;
    width: 78vw;
  }
  #globalHeader nav li {
    position: static;
  }
  #globalHeader nav li a {
    padding: 1.6vw 2vw;
  }
  #globalHeader nav li .hoverMenu {
    position: absolute;
    width: 28vw;
    margin: 0 auto;
    left: inherit;
  }
  #globalHeader nav li .hoverMenu.wide {
    left: 4vw;
    width: 92vw;
  }
  #globalHeader nav li .hoverMenu .hoverMenuWrapper .column {
    width: 48%;
  }
  #globalHeader nav li:nth-child(5) .hoverMenu, #globalHeader nav li:nth-child(6) .hoverMenu {
    left: inherit;
  }
  #globalHeader nav li:hover .hoverMenu {
    opacity: 0;
    visibility: hidden;
  }
  #globalHeader nav li.visible .hoverMenu {
    opacity: 1;
    visibility: visible;
  }
  #globalHeader nav #subNav li a {
    height: auto;
    padding: 1vw 2vw;
  }
  #globalHeader nav #subNav li.search button {
    width: auto;
    height: auto;
    padding: 1vw 2vw;
  }
  #globalHeader nav #subNav li.search button img {
    width: auto;
    height: 1em;
  }
}
@media (max-width: 680px) {
  #globalHeader nav li a {
    padding: 1vw 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #globalHeader {
    position: absolute;
    height: 14.9vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: inherit;
  }
  #globalHeader .headerWrapper {
    display: block;
  }
  #globalHeader #logo {
    width: 100%;
    height: 14.9vw;
    padding: 2vw calc(15px + 2vw);
    position: fixed;
    background: #262626;
    box-sizing: border-box;
    z-index: 101;
  }
  #globalHeader #logo img {
    width: 25vw;
  }
  #globalHeader nav {
    display: block;
    position: absolute;
    z-index: -1;
    left: inherit;
    right: 0;
    top: 14.9vw;
    overflow: hidden;
  }
  #globalHeader nav #globalNav, #globalHeader nav #subNav, #globalHeader nav .language {
    display: block;
    background: #262626;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
  }
  #globalHeader nav li a {
    padding: 5vw 3vw;
  }
  #globalHeader nav li .hoverMenu {
    position: relative;
    top: 0;
    width: 70vw;
    height: 0px;
    overflow: hidden;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #globalHeader nav li .hoverMenu.wide {
    width: 70vw;
  }
  #globalHeader nav li .hoverMenu .hoverMenuWrapper {
    background: #eee;
    padding: 4vw;
    border: 0;
  }
  #globalHeader nav li .hoverMenu .hoverMenuWrapper .column {
    width: 100%;
  }
  #globalHeader nav li:hover .hoverMenu {
    opacity: 0;
    visibility: hidden;
  }
  #globalHeader nav li.visible .hoverMenu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #globalHeader nav li:nth-child(5) .hoverMenu, #globalHeader nav li:nth-child(6) .hoverMenu {
    left: 0;
  }
  #globalHeader nav #subNav {
    display: block;
    width: 70vw;
    margin-right: 0;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  #globalHeader nav #subNav:after {
    content: "";
    clear: both;
    display: block;
  }
  #globalHeader nav #subNav li {
    width: calc(50% - 1vw);
    float: left;
    margin: 0 0 2vw 0;
  }
  #globalHeader nav #subNav li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 8vw;
    padding: 0 1.2em;
    text-align: center;
    box-sizing: border-box;
  }
  #globalHeader nav #subNav li.search {
    width: 100%;
    height: auto;
    float: none;
    padding: 2vw;
    box-sizing: border-box;
  }
  #globalHeader nav #subNav li.search button {
    width: 8vw;
    height: 8vw;
    padding: 0;
  }
  #globalHeader nav #subNav li.search form {
    visibility: visible;
    width: auto;
  }
  #globalHeader nav #subNav li.search form input[type=text] {
    width: 48vw;
    padding: 0.3em 0.5em;
  }
  #globalHeader nav #subNav li.search form.visible {
    width: auto;
  }
  #globalHeader nav #subNav li.contact {
    float: left;
    margin-right: 1vw;
  }
  #globalHeader nav #subNav li.support {
    float: right;
  }
  #globalHeader nav .language ul {
    position: relative;
  }
  #globalHeader nav .language button {
    top: 0;
    right: 1em;
  }
  #globalHeader nav.open {
    z-index: 100;
  }
  #globalHeader nav.open #globalNav, #globalHeader nav.open #subNav, #globalHeader nav.open .language {
    transform: translateX(0);
  }
  #globalHeader .menu {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 9vw;
    height: 9vw;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDpub25lO30uY2xzLTJ7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDo0cHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iYXJzXzI0PC90aXRsZT48ZyBpZD0n44Os44Kk44Ok44O8XzInIGRhdGEtbmFtZT0n44Os44Kk44Ok44O8IDInPjxnIGlkPSdSZWN0X+acgOW+jOmAj+aYjuOBq18nIGRhdGEtbmFtZT0nUmVjdO+8iOacgOW+jOmAj+aYjuOBq++8iSc+PHJlY3QgY2xhc3M9J2Nscy0xJyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnLz48L2c+PGcgaWQ9J2ljb24nPjxsaW5lIGNsYXNzPSdjbHMtMicgeDE9JzEwJyB5MT0nMTInIHgyPSczOCcgeTI9JzEyJy8+PGxpbmUgY2xhc3M9J2Nscy0yJyB4MT0nMTAnIHkxPScyNCcgeDI9JzM4JyB5Mj0nMjQnLz48bGluZSBjbGFzcz0nY2xzLTInIHgxPScxMCcgeTE9JzM2JyB4Mj0nMzgnIHkyPSczNicvPjwvZz48L2c+PC9zdmc+");
  }
  #globalHeader .menu.open {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5hIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICAgIHN0cm9rZTogI2ZmZjsKICAgICAgICBzdHJva2UtbGluZWNhcDogcm91bmQ7CiAgICAgICAgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOwogICAgICAgIHN0cm9rZS13aWR0aDogNHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8dGl0bGU+aWNuXzc8L3RpdGxlPgogIDxsaW5lIGNsYXNzPSJhIiB4MT0iMTIiIHkxPSIxMiIgeDI9IjM2IiB5Mj0iMzYiLz4KICA8bGluZSBjbGFzcz0iYSIgeDE9IjEyIiB5MT0iMzYiIHgyPSIzNiIgeTI9IjEyIi8+Cjwvc3ZnPgo=");
  }
}

#globalFooter {
  margin-top: 150px;
  background: #262626;
  font-size: 0.93em;
  padding: 50px 0;
  color: #fff;
}
#page-home #globalFooter {
  margin-top: 0;
}

#globalFooter a {
  color: #fff;
}
#globalFooter a:hover {
  text-decoration: underline;
  color: #ff8200;
}
#globalFooter .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#globalFooter .inner .logo {
  width: 125px;
}
#globalFooter .inner .siteNav {
  margin-top: 15px;
  width: 600px;
}
#globalFooter .inner .siteNav ul li {
  display: inline-block;
  margin-right: 50px;
}
#globalFooter .inner .siteNav ul li a {
  display: block;
  padding: 5px;
}
#globalFooter .inner .siteNav ul li a:hover {
  text-decoration: underline;
}
#globalFooter .inner .footerSubNav {
  width: 300px;
  margin-top: 15px;
}
#globalFooter .inner .footerSubNav .contact a {
  width: 180px;
  display: inline-block;
  padding: 5px 0;
  background: #ff8200;
  color: #fff;
  border: 2px solid #ff8200;
  border-radius: 1.5em;
  border-color: #ff8200;
  text-align: center;
}
#globalFooter .inner .footerSubNav .contact a:hover {
  text-decoration: none;
  background: #fff;
  color: #ff8200;
}
#globalFooter .inner .footerSubNav .sns {
  width: 180px;
  margin: 20px 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#globalFooter .copyright {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #globalFooter {
    padding: 10vw 0;
  }
  #globalFooter .inner {
    display: block;
    padding: 0 calc(2vw + 15px);
  }
  #globalFooter .inner .logo {
    width: 40vw;
    margin-right: 0;
  }
  #globalFooter .inner .logo img {
    display: block;
  }
  #globalFooter .inner .siteNav {
    width: 100%;
    margin: 5vw 0;
  }
  #globalFooter .inner .siteNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #globalFooter .inner .siteNav ul li {
    width: 50%;
    margin-right: 0;
  }
  #globalFooter .inner .siteNav ul li a {
    padding: 2vw;
    box-sizing: border-box;
  }
  #globalFooter .inner .footerSubNav {
    width: 100%;
    margin-top: 0;
  }
  #globalFooter .inner .footerSubNav:after {
    content: "";
    display: block;
    clear: both;
  }
  #globalFooter .inner .footerSubNav .contact a {
    width: calc(50% - 2px);
    margin-bottom: 5vw;
  }
  #globalFooter .inner .footerSubNav .sns {
    width: 50%;
    float: left;
    margin: 0;
  }
  #globalFooter .inner .footerSubNav .policy {
    width: 40%;
    float: right;
  }
}

.topicpath {
  font-size: 0.93em;
}
.topicpath ol {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.topicpath li {
  display: inline-block;
}
.topicpath li:after {
  content: "/";
  padding: 0 0.5em;
}
.topicpath li:last-child {
  font-weight: 700;
}
.topicpath li:last-child:after {
  content: "";
}
.topicpath li a {
  color: #0a0a0a;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .topicpath ol {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .topicpath ol {
    width: 100%;
    padding: 2vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}

/* ------------------------------------------- */
article section {
  margin-bottom: 80px;
}
article section .sectionHeader {
  margin-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.56em;
  font-weight: 700;
  line-height: 1.4;
}
article section p {
  margin-bottom: 2em;
}
article section a {
  color: #4b99d1;
}
article section a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article section a:hover img {
  opacity: 0.7;
}
article section .head2,
article section .sectionSubHeader {
  font-weight: 700;
  font-size: 1.3em;
}
article section .sectionSubHeader {
  margin: 1em 0;
}

.contactBtns {
  margin-top: 85px;
  margin-bottom: -150px;
  padding: 70px 0;
  background: #f4f4f4;
}
.contactBtns .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactBtns .container .btnContact {
  box-sizing: border-box;
}
.contactBtns .container .btnContact a {
  display: block;
  padding: 25px 35px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 26px auto;
  border: 1px solid #dfdfdf;
  color: #0a0a0a;
  font-size: 1.6em;
  line-height: 1.3;
}
.contactBtns .container .btnContact a:hover {
  border-color: #0a0a0a;
  text-decoration: none;
}
.contactBtns .container .btnContact a span {
  display: block;
  font-size: 0.7em;
}
.contactBtns .container .btnContact.email a {
  background-image: url(../img/company/icon_mail.png);
}
.contactBtns .container .btnContact.tel {
  display: block;
  padding: 25px 35px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 26px auto;
  border: 1px solid #dfdfdf;
  color: #0a0a0a;
  font-size: 1.6em;
  line-height: 1.3;
  background-image: url(../img/company/icon_tel.png);
}
.contactBtns .container .btnContact.tel span {
  display: block;
  font-size: 0.75em;
  color: #666;
}
@media screen and (max-width: 640px) {
  .contactBtns {
    padding: 8vh 0;
  }
  .contactBtns .container {
    display: block;
  }
  .contactBtns .container .btnContact a {
    padding: 4vw 8vw;
    background-size: 6vw auto;
    font-size: 1.4em;
  }
  .contactBtns .container .btnContact.tel {
    padding: 4vw 8vw;
    background-size: 6vw auto;
    font-size: 1.4em;
  }
}

.yearlyArchiveLink {
  padding-bottom: 35px;
}
.yearlyArchiveLink li {
  display: inline-block;
  margin-right: 5px;
}
.yearlyArchiveLink li a {
  display: inline-block;
  padding: 5px 25px;
  border: 2px solid #ff8200;
  background: #fff;
  border-radius: 1.5em;
  color: #ff8200;
  font-size: 0.88em;
}
.yearlyArchiveLink li a:hover, .yearlyArchiveLink li a.current {
  background: #ff8200;
  color: #fff;
  text-decoration: none;
}
.yearlyArchiveLink li.current a {
  background: #ff8200;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .yearlyArchiveLink li {
    margin-bottom: 0.8em;
  }
  .yearlyArchiveLink li a {
    padding: 0.5em 1.5em;
  }
}

.totop {
  text-align: right;
}
.totop a {
  background: none;
}

.toc {
  margin: 50px 0;
}
.toc ul {
  column-count: 2;
}
.toc ul li {
  position: relative;
  padding-left: 1em;
}
.toc ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 0.6em;
  color: #666;
}
.toc ul li a {
  display: inline;
  position: relative;
  color: #0a0a0a;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(#666, #666) 0 100%/100% 1px no-repeat;
}
.toc ul li a:hover {
  background-size: 0% 1px;
}
.common-table {
  margin: 2em 0;
  border-collapse: collapse;
}
.common-table thead th * {
  font-size: 1.2em;
  text-align: center;
}
.common-table tbody tr.section-split td, .common-table tbody tr.section-split th {
  border-top: 2px solid #ddd;
}
.common-table tbody tr > *:first-child {
  padding-right: 3em;
  white-space: nowrap;
}
.common-table td, .common-table th {
  padding: 0.8em;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.common-table td.sub-title, .common-table th.sub-title {
  font-weight: 700;
}
.common-table .icon-check {
  width: 100%;
  height: 1.5em;
  display: block;
  background-image: url("../img/common/icon-check.svg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .common-table {
    min-width: 100vw;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.spbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#page-mailmagazine .contactBtns {
  margin-top: 30px;
}
#page-mailmagazine .contactBtns .btnContact {
  width: 380px;
}
#page-mailmagazine .contactBtns .btnContact a {
  background-size: 35px auto;
  font-size: 1.1em;
}
#page-mailmagazine .contactBtns .btnContact.subscribe a {
  background-image: url(../img/newsletter/icon_subscribe@2x.png);
}
#page-mailmagazine .contactBtns .btnContact.change a {
  background-image: url(../img/newsletter/icon_change@2x.png);
}
#page-mailmagazine .contactBtns .btnContact.unsubscribe a {
  background-image: url(../img/newsletter/icon_unsubscribe@2x.png);
}

@media screen and (max-width: 640px) {
  #page-copyright figure.logo {
    padding-left: 6vw;
  }
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
#page-home .sectionHeader {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  #page-home .sectionHeader {
    padding-top: 12vw;
    padding-bottom: 6vw;
    font-size: 2em;
  }
}

#mv .slideContents {
  position: relative;
  width: 100%;
  height: 320px;
}
#mv .slideContents a:hover {
  text-decoration: none;
}
#mv .slideContents .slick-arrow {
  position: absolute;
  z-index: 10;
  width: 29px;
  height: 50px;
  background-size: 100% 100%;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: inherit;
  text-indent: -99999px;
  cursor: pointer;
}
#mv .slideContents .slick-prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow_l@2x.png);
}
#mv .slideContents .slick-next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/top/icon_arrow_r@2x.png);
}
#mv .slideContents .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
#mv .slideContents .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
#mv .slideContents .slick-dots li button {
  display: block;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: #222;
  text-indent: -99999px;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  border: 2px solid #fff;
}
#mv .slideContents .slick-dots li.slick-active button {
  background-color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #mv .slideContents {
    height: 33.3vw;
  }
  #mv .slideContents .slick-arrow {
    width: 2vw;
    height: 3.44vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #mv .slideContents .slick-prev {
    left: 2vw;
  }
  #mv .slideContents .slick-next {
    right: 2vw;
  }
  #mv .slideContents .slick-dots {
    bottom: 0;
  }
  #mv .slideContents .slick-dots li button {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 1em;
  }
}
@media screen and (max-width: 640px) {
  #mv .slideContents {
    height: 80vw;
    overflow: hidden;
  }
  #mv .slideContents .slick-arrow {
    width: 3vw;
    height: 5.16vw;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #mv .slideContents .slick-prev {
    left: 2vw;
  }
  #mv .slideContents .slick-next {
    right: 2vw;
  }
  #mv .slideContents .slick-dots li button {
    width: 4vw;
    height: 4vw;
    border-radius: 2em;
  }
}
#mv .slide {
  box-sizing: border-box;
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#mv .slide a {
  display: block;
  height: 100%;
  color: #fff;
}
@media (max-width: 1920px) {
  #mv .slide {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #mv .slide {
    height: 33.3vw;
    padding: 0 calc(15px + 2vw);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 640px) {
  #mv .slide {
    height: 80vw;
    padding: 0 calc(15px + 2vw);
    background-size: auto 100%;
  }
}

#announce {
  position: relative;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 50px;
  text-align: center;
}
#announce a, #announce span {
  display: block;
  color: #0a0a0a;
  box-sizing: border-box;
  text-align: center;
}
#announce a:hover, #announce span:hover {
  text-decoration: underline #0a0a0a;
}
#announce .info {
  padding: 1em 0;
}
#announce .info a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}
#announce .info a::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1.8em;
  background: url(../img/top/icon_megaphone.svg) no-repeat left center/auto 100%;
}
#announce .blog {
  padding: 1em 0;
}
#announce .blog a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
}
#announce .blog a::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1.8em;
}
#announce .slick-list a, #announce .slick-list span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a0a0a;
  box-sizing: border-box;
  text-align: center;
}
#announce .slick-list a:hover, #announce .slick-list span:hover {
  text-decoration: underline #0a0a0a;
}
#announce .slick-list .info {
  padding: 1em 0;
}
#announce .slick-list .info a {
  padding-left: 3em;
}
#announce .slick-list .info a:before {
  display: none;
}
#announce .slick-list .blog {
  padding: 1em 0;
}
#announce .slick-list .blog a {
  padding-left: 3em;
}
#announce .slick-list .blog a::before {
  display: none;
}
#announce .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#announce .slick-slide {
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#announce .slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: -1em 0 0 0;
  list-style: none;
  text-align: center;
}
#announce .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
#announce .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#announce .slick-dots li button:hover,
#announce .slick-dots li button:focus {
  outline: none;
}
#announce .slick-dots li button:hover:before,
#announce .slick-dots li button:focus:before {
  opacity: 1;
}
#announce .slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#announce .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
#announce .slick-prev,
#announce .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 10;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transition: all 0.1s linear;
}
#announce .slick-prev.slick-disabled,
#announce .slick-next.slick-disabled {
  display: none !important;
}
#announce .slick-prev:before,
#announce .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#announce .slick-prev {
  left: 25px;
  background: url(../img/top/icon_arrow_prev.svg) no-repeat left top/auto 100%;
}
#announce .slick-prev:hover {
  transform: translateX(-20%);
}
#announce .slick-next {
  right: 25px;
  background: url(../img/top/icon_arrow_next.svg) no-repeat right top/auto 100%;
}
#announce .slick-next:hover {
  transform: translateX(20%);
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #announce {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #announce .slick-prev {
    left: 1vw;
  }
  #announce .slick-next {
    right: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #announce {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #announce a img {
    max-width: 1.8em;
  }
  #announce .slick-prev, #announce .slick-next {
    width: 3vw;
    height: 5vw;
  }
  #announce .slick-prev {
    left: 1vw;
  }
  #announce .slick-next {
    right: 1vw;
  }
}

#info p {
  padding: 80px 0;
  font-size: 1.56em;
  font-weight: 700;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #info p {
    padding: 5vw 0;
    font-size: 1.3em;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  #info p {
    padding: 10vw 0;
    font-size: 1.2em;
  }
}

#industries {
  padding-bottom: 45px;
  background: #f4f4f4;
}
#industries ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#industries ul li {
  width: 24%;
  height: 344px;
  color: #fff;
  /*
  			&:nth-child(1) a {
  				background-image: url(../img/top/bg_aerospace.jpg);
  				@include retina() {
  					background-image: url(../img/top/bg_aerospace@2x.jpg);
  				}
  			}
  */
}
#industries ul li div {
  margin-bottom: 20px;
  padding-top: 200px;
  font-size: 1.75em;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
#industries ul li button {
  border-color: #ff8200;
  background: #ff8200;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#industries ul li a {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
#industries ul li:hover button {
  background: #fff;
  color: #ff8200;
}
#industries ul li:hover a {
  opacity: 0.8;
}
#industries ul li:nth-child(1) a {
  background-image: url(../img/top/bg_automotive.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #industries ul li:nth-child(1) a {
    background-image: url(../img/top/bg_automotive@2x.jpg);
  }
}
#industries ul li:nth-child(2) a {
  background-image: url(../img/top/bg_consumer_electronics.jpg);
  /*
  div {
  	transform: translateY(-0.6em);
  }
  */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #industries ul li:nth-child(2) a {
    background-image: url(../img/top/bg_consumer_electronics@2x.jpg);
  }
}
#industries ul li:nth-child(3) a {
  background-image: url(../img/top/bg_industrial.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #industries ul li:nth-child(3) a {
    background-image: url(../img/top/bg_industrial@2x.jpg);
  }
}
#industries ul li:nth-child(4) a {
  background-image: url(../img/top/bg_medical.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #industries ul li:nth-child(4) a {
    background-image: url(../img/top/bg_medical@2x.jpg);
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #industries ul li {
    height: 32vw;
  }
  #industries ul li div {
    padding-top: 15vw;
    font-size: 2.5vw;
  }
  #industries ul li button {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #industries ul {
    display: block;
  }
  #industries ul li {
    width: 100%;
    height: 40vw;
    margin-bottom: 2vw;
    /*
    &:nth-child(2) a {
    	div {
    		transform: none;
    	}
    }
    */
  }
  #industries ul li div {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
  #industries ul li a {
    height: 40vw;
    background-size: 100% auto;
    background-position: center center;
  }
  #industries ul li button {
    position: relative;
    bottom: auto;
    width: 46%;
  }
}

#products .tabStyle ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#products .tabStyle ul:after {
  background: none;
}
#products .tabStyle li {
  width: 31%;
}
#products .tabStyle li:before, #products .tabStyle li:after {
  display: none;
}
#products .tabStyle li a {
  text-align: center;
  padding-right: 20px;
}
#products .tabStyle li.tab-rtos.current a, #products .tabStyle li.tab-rtos a:hover {
  border-color: #ffb466;
}
#products .tabStyle li.tab-development.current a, #products .tabStyle li.tab-development a:hover {
  border-color: #a9d18e;
}
#products .tabStyle li.tab-engineering.current a, #products .tabStyle li.tab-engineering a:hover {
  border-color: #f19380;
}
#products .content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#products .content .lead {
  margin-bottom: 2em;
}
#products .content .title a {
  font-weight: 700;
  font-size: 1.25em;
  color: #0a0a0a;
}
#products .content .text {
  width: 65%;
}
#products .content .text li {
  margin-bottom: 2em;
}
#products .content .text li li {
  margin-left: 1em;
  margin-bottom: 0;
  list-style: disc;
}
#products .content .text a img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#products .content .text a:hover img {
  opacity: 0.6;
}
#products .content figure {
  width: 32%;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #products .tabStyle li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.3em;
  }
  #products .content .text {
    width: 75%;
  }
  #products .content figure {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  #products .tabStyle li {
    width: 48%;
    font-size: 0.8em;
  }
  #products .tabStyle li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4em;
    padding-right: 2vw;
  }
  #products .content .text {
    width: 100%;
    order: 2;
  }
  #products .content figure {
    width: 30%;
    margin: 0 auto;
    order: 1;
  }
}

#news {
  background: #f4f4f4;
  padding-bottom: 25px;
  /*
  .localNav {
  	margin-bottom: 0;
  	li {
  		position: relative;
  		width: 25%;
  		box-sizing: border-box;
  		&:after {
  			content: "";
  			position: absolute;
  			left: 0;
  			top: 10px;
  			display: block;
  			width: 6px;
  			height: 1.8em;
  			background: #d0cece;
  		}
  		a {
  			padding-left: 20px;
  		}

  		&.current {
  			&:before {
  				content: "";
  				display: block;
  				position: absolute;
  				left: calc(50% - 15px);
  				bottom: -6px;
  				width: 0;
  				height: 0;
  				border-style: solid;
  				border-width: 6px 7.5px 0 7.5px;
  				border-color: $black transparent transparent transparent;
  			}
  			&:after {
  				background: $black;
  			}
  		}
  	}
  }

  @include mq() {
  	.localNav {
  		li {
  			width: 50%;
  		}
  	}
  }
  */
}
#news .localNav li {
  width: 25%;
}
#news .tabStyle ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .tabStyle ul:after {
  background: none;
}
#news .tabStyle li {
  width: 23%;
}
#news .tabStyle li:before, #news .tabStyle li:after {
  display: none;
}
#news .tabStyle li a {
  text-align: center;
  padding-right: 20px;
}
#news .tabStyle li.tab-press.current a, #news .tabStyle li.tab-press a:hover {
  border-color: #ffb466;
}
#news .tabStyle li.tab-news.current a, #news .tabStyle li.tab-news a:hover {
  border-color: #a9d18e;
}
#news .tabStyle li.tab-irnews.current a, #news .tabStyle li.tab-irnews a:hover {
  border-color: #f19380;
}
#news .tabStyle li.tab-info.current a, #news .tabStyle li.tab-info a:hover {
  border-color: #8faadc;
}
@media screen and (max-width: 640px) {
  #news .tabStyle li {
    width: 24%;
  }
  #news .tabStyle li a {
    height: 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#events {
  padding-bottom: 80px;
}
#events .eventsList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#events .eventsList article {
  width: 385px;
  margin-right: 22px;
}
#events .eventsList article a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: #fff;
}
#events .eventsList article a .name {
  margin: 10px 0;
}
#events .eventsList article a .body {
  margin-top: 25px;
  width: 100%;
}
#events .eventsList article:last-child {
  margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #events .eventsList article {
    width: 30vw;
  }
}
@media screen and (max-width: 640px) {
  #events .eventsList {
    display: block;
  }
  #events .eventsList article {
    width: 100%;
  }
}

#page-company .tabStyle ul {
  width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-company .tabStyle ul:after {
  background: none;
}
@media screen and (max-width: 640px) {
  #page-company .tabStyle ul {
    width: 100%;
  }
}
#page-company .tabStyle li {
  width: 31%;
}
#page-company .tabStyle li:before, #page-company .tabStyle li:after {
  display: none;
}
#page-company .tabStyle li a {
  text-align: center;
  padding-right: 20px;
}
#page-company .tabStyle li a:hover {
  border-color: #ff8200;
}
#page-company .tabStyle li.current a {
  border-color: #ff8200;
}
@media screen and (max-width: 640px) {
  #page-company .tabStyle li {
    width: 33%;
  }
  #page-company .tabStyle li a {
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
  }
}
#page-company .tabStyle.about-esol ul li {
  width: 23%;
}
#page-company .tabStyle.about-esol ul li a {
  height: 2.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #page-company .tabStyle.about-esol ul {
    width: 100%;
  }
  #page-company .tabStyle.about-esol ul li a {
    height: 4em;
  }
}
#page-company .indexSection {
  display: none;
}
#page-company .lead {
  color: #0a0a0a;
  font-size: 1.33em;
}
#page-company .sectionHeader {
  border-bottom: 0;
}
#page-company .IRNewsHeader {
  font-size: 2.22em;
  font-weight: 900;
}
#page-company .contactSection .block {
  margin-bottom: 50px;
}
#page-company .contactSection h3 {
  font-size: 1.33em;
}
#page-company .contactSection ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#page-company .contactSection ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 285px;
  margin-right: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 23px center;
}
#page-company .contactSection ul li:last-child {
  margin-right: 0;
}
#page-company .contactSection ul li.fax {
  border: 1px solid #ddd;
  padding: 15px 20px;
  color: #0a0a0a;
}
#page-company .contactSection ul li.form {
  background-image: url(../img/company/icon_form.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-company .contactSection ul li.form {
    background-image: url(../img/company/icon_form@2x.png);
  }
}
#page-company .contactSection ul li.mail {
  background-image: url(../img/company/icon_mail.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-company .contactSection ul li.mail {
    background-image: url(../img/company/icon_mail@2x.png);
  }
}
#page-company .contactSection ul li.tel {
  background-image: url(../img/company/icon_tel.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-company .contactSection ul li.tel {
    background-image: url(../img/company/icon_tel@2x.png);
  }
}
#page-company .contactSection ul li.fax {
  background-image: url(../img/company/icon_fax.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-company .contactSection ul li.fax {
    background-image: url(../img/company/icon_fax@2x.png);
  }
}
#page-company .contactSection ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background: none;
  box-sizing: border-box;
  color: #0a0a0a;
}
#page-company .contactSection ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#page-company .contactSection ul li h4 {
  font-size: 1.1em;
  line-height: 1.3;
}
#page-company .contactSection ul li p {
  margin: 0;
  font-size: 0.89em;
  line-height: 1.3;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-company .contactSection ul li {
    width: 50%;
    margin-right: 0;
    margin-left: -1px;
    margin-top: -1px;
    background-size: 3vw auto;
  }
}
@media screen and (max-width: 640px) {
  #page-company .contactSection ul li {
    width: 100%;
    margin-right: 0;
    margin-top: -1px;
    background-size: 6vw auto;
  }
}
#page-company .officeSection .block {
  margin-bottom: 50px;
}
#page-company .officeSection .block h3 {
  margin-bottom: 20px;
  font-size: 1.3em;
  color: #0a0a0a;
}
#page-company .officeSection .block .map {
  margin: 30px 0;
}
#page-company .officeSection .roundButton {
  padding-right: 63px;
  background-position: right 30px center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-image: url(../img/common/icon_window.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-company .officeSection .roundButton {
    background-image: url(../img/common/icon_window@2x.png);
  }
}
#page-company .jobList li {
  margin-bottom: 10px;
}
#page-company .privacyBox {
  padding: 50px 0;
  background: #f4f4f4;
  text-align: center;
}
#page-company .listStyle {
  margin-top: -2em;
  margin-bottom: 2em;
}
#page-company .executive .section {
  margin-bottom: 30px;
}
#page-company .executive .section:after {
  content: "";
  display: block;
  clear: both;
}
#page-company .executive .section img {
  width: 250px;
  float: left;
}
#page-company .executive .section h3, #page-company .executive .section p {
  float: right;
  width: 470px;
}
@media screen and (max-width: 640px) {
  #page-company .executive .section img {
    width: 60%;
    float: none;
  }
  #page-company .executive .section h3, #page-company .executive .section p {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #page-company .container-narrow {
    padding-left: 0;
    padding-right: 0;
  }
}

.supportFormBox {
  margin-bottom: -150px;
  padding: 70px 0;
  background: #f4f4f4;
}
.supportFormBox form {
  width: 525px;
  margin: 0 auto;
}
.supportFormBox form p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.supportFormBox form label {
  display: block;
  width: 113px;
}
.supportFormBox form .btn {
  text-align: center;
}
.supportFormBox form #submitBtn {
  margin: 60px 0;
}
.supportFormBox form p {
  margin-bottom: 20px;
}
.supportFormBox form input {
  -webkit-arrarance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 10px;
  border: 1px solid #ddd;
  width: calc(100% - 115px);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .supportFormBox form {
    width: 90vw;
    padding: 0 5vw;
  }
}

.visualHeader {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(../img/solution/bg_sensing@2x.jpg);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.visualHeader h1 {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.visualHeader p {
  margin: 0;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .visualHeader {
    height: 25vw;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 640px) {
  .visualHeader {
    height: 50vw;
    background-size: auto 100%;
  }
  .visualHeader h1 {
    font-size: 2em;
  }
}

.page-sensing h2 {
  margin: 60px 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}
.page-sensing .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page-sensing .wrapper > figure {
  width: 550px;
}
.page-sensing .wrapper .content {
  width: 650px;
}
.page-sensing .wrapper .content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page-sensing .wrapper .content .row .text {
  width: 425px;
}
.page-sensing .wrapper .content .row .text h3 {
  margin-bottom: 15px;
  font-size: 1.3em;
}
.page-sensing .wrapper .content .row .text p {
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .page-sensing .wrapper > figure {
    margin: 0 auto 5vw auto;
  }
  .page-sensing .wrapper .content {
    width: 100%;
  }
  .page-sensing .wrapper .content .row .text {
    width: 64%;
  }
  .page-sensing .wrapper .content .row figure {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .page-sensing h2 {
    margin: 5vw 0;
    line-height: 1.2;
  }
  .page-sensing .wrapper {
    display: block;
  }
  .page-sensing .wrapper > figure {
    width: 90%;
    margin: 0 5% 10vw 5%;
  }
  .page-sensing .wrapper .content {
    width: 100%;
  }
  .page-sensing .wrapper .content .row {
    display: block;
    margin-bottom: 10vw;
  }
  .page-sensing .wrapper .content .row .text {
    width: 100%;
  }
  .page-sensing .wrapper .content .row .text p {
    margin-bottom: 1.5em;
  }
  .page-sensing .wrapper .content .row figure {
    text-align: center;
  }
}

#page-partner .tabStyle li a {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#page-partner .tabStyle ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-partner .tabStyle ul li {
  width: 19%;
}
@media screen and (max-width: 640px) {
  #page-partner .tabStyle ul li {
    width: 48%;
  }
  #page-partner .tabStyle ul li a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#page-partner .partner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#page-partner .partner ul li {
  width: 385px;
  margin-bottom: 40px;
  margin-right: 22px;
}
#page-partner .partner ul li:nth-child(3n) {
  margin-right: 0;
}
#page-partner .partner ul li .image {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page-partner .partner ul li .image:hover {
  opacity: 0.7;
}
#page-partner .partner ul li p {
  margin: 0;
  line-height: 1.3;
}
#page-partner .partner ul li .title {
  margin: 0 0 5px 0;
  font-weight: 700;
  color: #0a0a0a;
}
#page-partner .partner ul li .text,
#page-partner .partner ul li .link {
  display: none;
}
#page-partner .partner ul li .product {
  padding-left: 1em;
  border-left: 5px solid #ccc;
  font-size: 0.8em;
}
#page-partner .partner .text,
#page-partner .partner .product,
#page-partner .partner .link {
  margin: 0;
  font-size: 0.93em;
}
#page-partner .partner .link {
  margin: 1em 0 0 0;
  font-size: 0.93em;
}
#page-partner .partner .link a {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/common/icon_window_blue.png) no-repeat right center/16px 16px;
  font-weight: 300;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-partner .partner .link a {
    background-image: url(../img/common/icon_window_blue@2x.png);
  }
}
#page-partner .partner .link a:after {
  background-color: #999999;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-partner .partner ul {
    justify-content: space-between;
  }
  #page-partner .partner ul li {
    width: 49%;
    margin-right: 0;
  }
  #page-partner .partner ul li .image {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #page-partner .partner ul {
    display: block;
  }
  #page-partner .partner ul li {
    width: 100%;
    margin-right: 0;
  }
  #page-partner .partner ul li .image {
    margin-bottom: 2vw;
  }
}
#page-partner .pmodal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#page-partner .pmodal .content {
  position: relative;
  padding: 20px;
  background: #fff;
  width: 800px;
  max-width: 90vw;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 210;
  transform: translateX(-50%);
}
#page-partner .pmodal .content .partner .title {
  font-weight: 700;
  font-size: 1.8em;
}
#page-partner .pmodal .content button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 211;
  color: #000;
  font-size: 1.8em;
  cursor: pointer;
}
#page-partner .modalBG {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

#page-sitemap .links {
  margin-bottom: 70px;
  font-size: 0.93em;
}
@media screen and (max-width: 640px) {
  #page-sitemap .links {
    margin-bottom: 0;
  }
}
#page-sitemap .linksWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#page-sitemap .linksWrapper .block {
  width: 500px;
}
@media screen and (max-width: 640px) {
  #page-sitemap .linksWrapper .block {
    width: 100%;
    margin-bottom: 2em;
  }
}
#page-sitemap .linkLevel1 {
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 700;
}
#page-sitemap .linkLevel2 {
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 1em;
  font-weight: 700;
}
#page-sitemap ul li {
  margin-bottom: 0.2em;
}
#page-sitemap ul li li {
  position: relative;
  padding-left: 2em;
}
#page-sitemap ul li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1em;
  height: 1px;
  background: #999;
}
#page-sitemap ul li a {
  color: #0a0a0a;
  position: relative;
  display: inline-block;
}
#page-sitemap ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: -3px;
  bottom: 0px;
  background: #3d3d3d;
  transition: width 0.15s ease-in-out;
}
#page-sitemap ul li a:hover:after {
  width: calc(100% + 3px);
}
#page-sitemap ul + .linkLevel2 {
  margin-top: 40px;
}

.newsStyle li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.newsStyle li a:link {
  color: #0a0a0a !important;
}
.newsStyle li a:after {
  display: none;
}
.newsStyle li a:hover {
  color: #ff8200;
  text-decoration: none;
}
.newsStyle li a:hover * {
  color: #ff8200;
}
.newsStyle li a:hover p, .newsStyle li a:hover time {
  text-decoration: underline;
}
.newsStyle li a .meta {
  width: 190px;
  line-height: 1.3;
  color: #0a0a0a;
}
.newsStyle li a .meta time {
  display: block;
  font-size: 0.93em;
  font-weight: 300;
}
.newsStyle li a .meta .category {
  padding: 2px 8px;
  font-size: 0.75em;
  color: #fff;
}
.newsStyle li a .meta .category.cat-press {
  background-color: #ffb466;
}
.newsStyle li a .meta .category.cat-news {
  background-color: #a9d18e;
}
.newsStyle li a .meta .category.cat-irnews {
  background-color: #f19380;
}
.newsStyle li a .meta .category.cat-info {
  background-color: #8faadc;
}
.newsStyle li a p {
  margin: 0;
  width: calc(100% - 190px);
  color: #0a0a0a;
}
@media screen and (max-width: 640px) {
  .newsStyle li a {
    display: block;
    padding: 5vw 2vw;
  }
  .newsStyle li a .meta {
    width: 100%;
  }
  .newsStyle li a p {
    width: 100%;
  }
}

#page-topics .tabStyle ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-topics .tabStyle ul:after {
  background: none;
}
#page-topics .tabStyle li {
  width: 20%;
}
#page-topics .tabStyle li:before, #page-topics .tabStyle li:after {
  display: none;
}
#page-topics .tabStyle li a {
  text-align: center;
  padding-right: 20px;
}
#page-topics .tabStyle li.tab-press.current a, #page-topics .tabStyle li.tab-press a:hover {
  border-color: #ffb466;
}
#page-topics .tabStyle li.tab-news.current a, #page-topics .tabStyle li.tab-news a:hover {
  border-color: #a9d18e;
}
#page-topics .tabStyle li.tab-irnews.current a, #page-topics .tabStyle li.tab-irnews a:hover {
  border-color: #f19380;
}
#page-topics .tabStyle li.tab-info.current a, #page-topics .tabStyle li.tab-info a:hover {
  border-color: #8faadc;
}
#page-topics .lead {
  margin-top: -30px;
  margin-bottom: 50px;
}
#page-topics .yearlyArchiveLink {
  border-bottom: 1px solid #ccc;
}
#page-topics header .meta {
  padding-top: 50px;
}
#page-topics header h1 {
  line-height: 1.3;
}
#page-topics .page-news-detail header {
  margin-bottom: 1.8em;
  border-bottom: 1px solid #ccc;
}
#page-topics .page-news-detail header .meta {
  padding: 30px 0;
  font-size: 1.8em;
}
#page-topics .page-news-detail header h1 {
  padding: 0 0 1em 0;
  font-size: 1.8em;
}
#page-topics .contactBtns .btnContact {
  width: 100%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 640px) {
  #page-topics .tabStyle li {
    width: 49%;
  }
  #page-topics .tabStyle li a {
    text-align: left;
  }
  #page-topics .lead {
    margin-top: 0;
  }
  #page-topics .page-news-detail table {
    width: 100%;
  }
}

#page-event .tabStyle ul li {
  width: 25%;
  margin-right: 1em;
}

.eventsList article a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  color: #0a0a0a;
  line-height: 1.3;
}
.eventsList article a .title {
  width: 320px;
  padding-right: 20px;
}
.eventsList article a .title .name {
  color: #0a0a0a;
  font-size: 1em;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eventsList article a .category {
  position: relative;
  margin-bottom: 5px;
  font-size: 0.75em;
}
.eventsList article a .category:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #d5cbcb;
}
.eventsList article a time {
  width: 280px;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  background: url(../img/common/icon_date@2x.png) no-repeat left top/18px 18px;
  font-size: 0.93em;
}
.eventsList article a time .ended {
  font-weight: 700;
  color: #0a0a0a;
}
.eventsList article a .body {
  width: 470px;
  font-size: 0.93em;
}
.eventsList article a:hover {
  text-decoration: none;
}
.eventsList article a:hover .title .name {
  color: #ff8200;
  text-decoration: underline;
}
.eventsList article.ended time {
  background-image: url(../img/common/icon_date_ended@2x.png);
  color: #666;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .eventsList article a {
    padding: 2vw;
  }
  .eventsList article a .title {
    width: 100%;
    padding-right: 0;
  }
  .eventsList article a time {
    width: 100%;
    padding: 0 0 0 3vw;
    background-size: 2vw auto;
    box-sizing: border-box;
  }
  .eventsList article a .body {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .eventsList article a .title {
    width: 100%;
    padding-right: 0;
  }
  .eventsList article a time {
    width: 100%;
    padding: 0 0 0 8vw;
    background-size: 4vw auto;
    box-sizing: border-box;
  }
  .eventsList article a .body {
    width: 100%;
  }
}

.eventDetail header {
  padding-top: 50px;
}
.eventDetail header .category {
  position: relative;
  margin-bottom: 5px;
  font-size: 0.75em;
}
.eventDetail header .category:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #d5cbcb;
}
.eventDetail header .pageTitle {
  padding-top: 30px;
  font-size: 1.8em;
}
.eventDetail .eventRegister {
  margin: 50px 0;
}

.caseList {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 60px;
}
.caseList article {
  width: 385px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.caseList article:nth-child(3n) {
  margin-right: 0;
}
.caseList article a {
  display: block;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  color: #0a0a0a;
}
.caseList article a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.caseList article a figure {
  height: 210px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.caseList article a .text {
  padding: 16px 23px;
}
.caseList article a .text .title {
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.3;
}
.caseList article a .text .company {
  color: #0a0a0a;
  font-size: 0.93em;
}
@media screen and (max-width: 640px) {
  .caseList {
    margin-bottom: 0;
  }
  .caseList article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vh;
  }
  .caseList article a figure {
    height: 16vh;
  }
}

#page-cases article .pageTitle {
  font-size: 1.8em;
}
#page-cases article .company {
  margin-bottom: 1.5em;
}
#page-cases article h3, #page-cases article h4, #page-cases article h5, #page-cases article h6 {
  font-weight: 700;
}
#page-cases article ul li {
  list-style-type: disc;
}
#page-cases article ol li {
  list-style-type: number;
}
#page-cases article ul, #page-cases article ol {
  margin-left: 1em;
}

#page-embedded .productHeader {
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  height: 320px;
  background-position: center center;
  background-size: 100% auto;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  #page-embedded .productHeader {
    background-size: auto 320px;
  }
}
#page-embedded .productHeader .text {
  width: 1200px;
  margin: 0 auto;
}
#page-embedded .productHeader .text:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded .productHeader .text {
    width: 96%;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded .productHeader .text {
    width: 96%;
    padding: 0 calc(15px + 2vw);
  }
}
#page-embedded .productHeader .header_logo {
  max-height: 1.3em;
  vertical-align: middle;
}
#page-embedded .productHeader .titleS {
  font-size: 1.5em;
  font-weight: 700;
}
#page-embedded .productHeader .titleL {
  font-size: 2.8em;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-embedded .productHeader .contact {
  clear: both;
  margin-top: 3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 400;
}
#page-embedded .productHeader.heightHalf {
  height: 160px;
}
#page-embedded .productHeader.heightHalf .titleL {
  line-height: 1.4;
}
#page-embedded .productHeader.heightHalf .contact {
  margin-top: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 640px) {
  #page-embedded .productHeader {
    margin-bottom: 0;
    height: 46vh;
    background-size: auto 46vh;
  }
  #page-embedded .productHeader .header_logo {
    max-height: 1.3em;
  }
  #page-embedded .productHeader .titleS {
    font-size: 1em;
  }
  #page-embedded .productHeader .titleL {
    font-size: 1.8em;
  }
  #page-embedded .productHeader.heightHalf {
    height: 23vh;
  }
}
#page-embedded .container {
  box-sizing: border-box;
}
#page-embedded #contentBody {
  margin-bottom: 0;
  padding-top: 40px;
  /*
  .sub-block {
  	margin-left: calc((100vw - 1200px) / 2 * -1);
  	width: 100vw;
  	background: $lightGray2;
  	padding: 60px calc((100vw - 1200px) / 2);
  	box-sizing: border-box;

  	@include mq(l) {
  		width: 100vw;
  		margin-left: -50px;
  		padding: 4vw 50px;
  	}
  	@include mq() {
  		margin-left: -2vw;
  		width: calc(100% + 4vw);
  		padding: 4vw 2vw;
  	}
  }
  */
}
#page-embedded #contentBody h3 {
  font-weight: 700;
  font-size: 1.7em;
}
#page-embedded #contentBody h4 {
  font-weight: 700;
  font-size: 1.4em;
}
#page-embedded #contentBody h5 {
  font-weight: 700;
}
#page-embedded #contentBody li {
  margin-left: 20px;
  color: #0a0a0a;
}
#page-embedded #contentBody ul li {
  list-style: disc;
}
#page-embedded #contentBody ol li {
  list-style: decimal;
}
#page-embedded #contentBody th, #page-embedded #contentBody td {
  vertical-align: top;
}
#page-embedded #contentBody a {
  background: none;
}
#page-embedded #contentBody a.enlarge {
  display: inline-block;
  position: relative;
}
#page-embedded #contentBody a.enlarge:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_enlarge@2x.png) no-repeat left top/100% 100%;
  position: absolute;
  right: -25px;
  top: 0;
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody a.enlarge:after {
    width: 1.2em;
    height: 1.2em;
    right: 0;
    top: -1.2em;
  }
}
#page-embedded #contentBody .common-table {
  max-width: 100%;
}
#page-embedded #contentBody .common-table tbody tr > *:first-child {
  white-space: inherit;
}
#page-embedded #contentBody .dark-bg {
  margin-left: calc((100vw - 1200px) / 2 * -1);
  width: 100vw !important;
  background: #262626;
  padding: 45px calc((100vw - 1200px) / 2) !important;
  box-sizing: border-box;
}
#page-embedded #contentBody .dark-bg li {
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .dark-bg {
    width: 100vw;
    margin-left: -50px;
    padding: 4vw 50px;
  }
  #page-embedded #contentBody .dark-bg.text-box {
    width: 100% !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  #page-embedded #contentBody .dark-bg.link-boxes {
    width: 100% !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .dark-bg {
    margin-left: -2vw;
    width: calc(100% + 4vw);
    padding: 4vw calc(15px + 2vw);
  }
  #page-embedded #contentBody .dark-bg.text-box {
    width: 100% !important;
    padding-left: calc(15px + 2vw) !important;
    padding-right: calc(15px + 2vw) !important;
  }
  #page-embedded #contentBody .dark-bg.link-boxes {
    width: 100% !important;
    padding-left: calc(15px + 2vw) !important;
    padding-right: calc(15px + 2vw) !important;
  }
}
#page-embedded #contentBody .dark-bg.text-box,
#page-embedded #contentBody .dark-bg .section-heading, #page-embedded #contentBody .dark-bg.link-boxes .link-box, #page-embedded #contentBody .dark-bg.related-info .information {
  color: #fff;
}
#page-embedded #contentBody .dark-bg.link-boxes {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
#page-embedded #contentBody .dark-bg.introduction-text-box2 .text {
  color: #fff;
}
#page-embedded #contentBody .dark-bg .btn-learn-more {
  color: #fff;
}
#page-embedded #contentBody .introduction-text-box {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
#page-embedded #contentBody .introduction-text-box figure {
  width: 340px;
}
#page-embedded #contentBody .introduction-text-box figure img {
  height: auto !important;
}
#page-embedded #contentBody .introduction-text-box .text {
  width: 840px;
}
#page-embedded #contentBody .introduction-text-box .text p {
  font-size: 1.2em;
}
#page-embedded #contentBody .introduction-text-box .sign {
  text-align: right;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .introduction-text-box {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
  }
  #page-embedded #contentBody .introduction-text-box figure {
    width: 30%;
  }
  #page-embedded #contentBody .introduction-text-box .text {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .introduction-text-box {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
  }
  #page-embedded #contentBody .introduction-text-box figure {
    width: 100%;
    text-align: center;
  }
  #page-embedded #contentBody .introduction-text-box .text {
    width: 100%;
  }
}
#page-embedded #contentBody .introduction-text-box2 {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
#page-embedded #contentBody .introduction-text-box2:after {
  content: "";
  display: block;
  clear: both;
}
#page-embedded #contentBody .introduction-text-box2 .text {
  width: 48%;
  float: left;
}
#page-embedded #contentBody .introduction-text-box2 .text:nth-child(2n) {
  float: right;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .introduction-text-box2 {
    width: 100%;
    padding-left: calc(15px + 2vw) !important;
    padding-right: calc(15px + 2vw) !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .introduction-text-box2 {
    width: 100%;
    box-sizing: border-box;
  }
  #page-embedded #contentBody .introduction-text-box2 .text {
    width: 100%;
    float: none;
    padding: 0 calc(15px + 2vw);
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .text-box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 45px 0;
}
#page-embedded #contentBody .text-box .text {
  width: 48%;
}
#page-embedded #contentBody .text-box .text .heading {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 700;
}
#page-embedded #contentBody .text-box .image {
  width: 48%;
  text-align: right;
  box-sizing: border-box;
  order: 2;
}
#page-embedded #contentBody .text-box .image img {
  height: auto !important;
}
#page-embedded #contentBody .text-box.rev .text {
  order: 2;
}
#page-embedded #contentBody .text-box.rev .image {
  text-align: left;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .text-box {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .text-box {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
    display: block;
  }
  #page-embedded #contentBody .text-box .image {
    width: 100%;
  }
  #page-embedded #contentBody .text-box .text {
    width: 100%;
    order: 2;
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .link-boxes {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
#page-embedded #contentBody .link-boxes .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#page-embedded #contentBody .link-boxes .link-box {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3%;
  padding: 40px;
  border: 1px solid #666;
  box-sizing: border-box;
  text-align: center;
  color: #0a0a0a;
}
#page-embedded #contentBody .link-boxes .link-box .heading {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 700;
}
#page-embedded #contentBody .link-boxes .link-box .summary {
  font-size: 0.8em;
}
#page-embedded #contentBody .link-boxes .link-box:nth-child(3n) {
  margin-right: 0;
}
#page-embedded #contentBody .link-boxes:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .link-boxes {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
  }
  #page-embedded #contentBody .link-boxes .link-box {
    padding: 2vw;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .link-boxes {
    width: 100%;
    padding: 4vw calc(15px + 2vw);
    box-sizing: border-box;
  }
  #page-embedded #contentBody .link-boxes .link-box {
    width: 100%;
    padding: 5%;
    margin-right: 0;
  }
}
#page-embedded #contentBody .one-column {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .one-column {
    width: 100%;
    padding: 2vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .one-column {
    width: 100%;
    padding: 2vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .one-column .related-info {
  width: 100%;
}
#page-embedded #contentBody .one-column-narrow {
  width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .one-column-narrow {
    width: 100%;
    padding: 2vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .one-column-narrow {
    width: 100%;
    padding: 2vw calc(15px + 2vw);
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .one-column-narrow .related-info {
  width: 100%;
}
#page-embedded #contentBody .one-column-narrow .page_text_1 {
  margin-top: 1.5em;
  margin-bottom: 3em;
}
#page-embedded #contentBody .one-column-narrow .page_text_2 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#page-embedded #contentBody .one-column-narrow .blank {
  margin-bottom: 4.5em;
}
#page-embedded #contentBody .one-column-narrow .contact-box {
  margin: 2em 0;
  padding: 40px 0;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .one-column-narrow .contact-box {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .one-column-narrow .contact-box {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .contact-box {
  padding: 80px 0;
  background: #ededed;
  text-align: center;
}
#page-embedded #contentBody .contact-box h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
}
#page-embedded #contentBody .contact-box a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #ff8200;
  font-weight: 400;
}
#page-embedded #contentBody .contact-box a:hover {
  background: #fff;
  color: #ff8200;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .contact-box {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .contact-box {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
  }
}
#page-embedded #contentBody .related-info {
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
#page-embedded #contentBody .related-info .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#page-embedded #contentBody .related-info .information {
  width: 31%;
  margin-bottom: 30px;
  margin-right: 3%;
  padding: 0;
  box-sizing: border-box;
  color: #0a0a0a;
}
#page-embedded #contentBody .related-info .information:nth-child(3n) {
  margin-right: 0;
}
#page-embedded #contentBody .related-info:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .related-info {
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  #page-embedded #contentBody .related-info .information {
    padding: 2vw;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .related-info {
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  #page-embedded #contentBody .related-info .information {
    width: 100%;
    padding: 5%;
    margin-right: 0;
    border-bottom: 1px solid #dedede;
  }
}
#page-embedded #contentBody .section-heading {
  margin-bottom: 1.5em;
  font-size: 1.3em;
  font-weight: 700;
}
#page-embedded #contentBody .btn-learn-more {
  display: inline-block;
  padding: 0.5em 2em;
  border: 2px solid #ff8200;
  border-radius: 1.5em;
  color: #0a0a0a;
  text-decoration: none;
}
#page-embedded #contentBody .btn-learn-more:hover {
  color: #ff8200;
}
#page-embedded #contentBody .btn-learn-more__orange {
  display: inline-block;
  padding: 0.5em 2em;
  border: 2px solid #ff8200;
  background: #ff8200;
  border-radius: 1.5em;
  color: #fff;
  text-decoration: none;
}
#page-embedded #contentBody .btn-learn-more__orange:hover {
  color: #ff8200;
  background: #fff;
}
#page-embedded #contentBody .btn-contact {
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  background-color: #ff8200;
  background-image: url(../img/common/icon_mail_wh.png);
  background-repeat: no-repeat;
  background-size: 1.3em auto;
  background-position: right 1em center;
  border: 2px solid #ff8200;
  border-radius: 1.5em;
  color: #fff;
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-embedded #contentBody .btn-contact {
    background-image: url(../img/common/icon_mail_wh@2x.png);
  }
}
#page-embedded #contentBody .btn-contact:hover {
  background-color: #fff;
  background-image: url(../img/common/icon_mail_or.png);
  color: #ff8200;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #page-embedded #contentBody .btn-contact:hover {
    background-image: url(../img/common/icon_mail_or@2x.png);
  }
}
#page-embedded #contentBody section {
  margin-bottom: 0;
}
#page-embedded #contentBody .topicpath {
  width: 1200px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  #page-embedded #contentBody .topicpath {
    width: 100%;
    margin-bottom: 1em;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 640px) {
  #page-embedded #contentBody .topicpath {
    width: 100%;
    margin-bottom: 1em;
    padding: 0 2vw;
  }
}
#page-embedded .contactBtns {
  margin-top: 0;
}
#page-embedded .contactBtns .btnContact {
  width: calc(50% - 30px);
}
@media screen and (max-width: 640px) {
  #page-embedded .contactBtns .btnContact {
    width: 100%;
  }
  #page-embedded .contactBtns .btnContact.email {
    margin-bottom: 2vh;
  }
}
#page-embedded #globalFooter {
  margin-top: 3em;
}
#page-embedded .fixed-header {
  height: 40em !important;
  overflow-y: scroll;
  padding: 0 1px;
}
#page-embedded .fixed-header table {
  border-spacing: 0;
  border: 0 !important;
}
#page-embedded .fixed-header thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
#page-embedded .fixed-header thead td, #page-embedded .fixed-header thead th {
  border-bottom-width: 0 !important;
  border-left: 1px solid #000 !important;
}
#page-embedded .fixed-header thead::after {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
#page-embedded .fixed-header thead tr:not(:is(::first-child)) td, #page-embedded .fixed-header thead tr:not(:is(::first-child)) th {
  border-top-width: 0 !important;
  position: relative;
}
#page-embedded .fixed-header thead tr:not(:is(::first-child)) td::before, #page-embedded .fixed-header thead tr:not(:is(::first-child)) th::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
#page-embedded .fixed-header td, #page-embedded .fixed-header th {
  box-sizing: border-box;
  word-break: break-word;
}
@media screen and (max-width: 640px) {
  #page-embedded .sp-list-style {
    display: block;
    width: 100% !important;
  }
  #page-embedded .sp-list-style tbody, #page-embedded .sp-list-style thead, #page-embedded .sp-list-style tr, #page-embedded .sp-list-style td, #page-embedded .sp-list-style th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.modal .large-image {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
}
.modal .large-image img {
  max-width: 80vw;
  max-height: 100vh;
}
@media screen and (max-width: 640px) {
  .modal .large-image img {
    max-width: 94vw;
  }
}
.modal button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 201;
  color: #fff;
  font-size: 1.8em;
  cursor: pointer;
}