@charset "UTF-8";
/*
Theme Name: original theme
Theme URI:
Author: samy
Description: original theme
*/
/* CSS Document */
/* contents---------------
	 1.Reset
	 2.Base
	 3.Layout
	 4.Common
	 5.Page
	 6.Script
		------------ */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
	Base
--------------------------------------------------------- */
body {
  font-size: 100%;
  color: #1b1b1b;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
  * {
    font-weight: 400;
  }
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  * {
    word-break: normal;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  color: #2878b4;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDsip {
  display: none;
}

@media screen and (max-width: 800px) {
  .spDsip {
    display: block;
  }
  .spno {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #1b1b1b;
    text-decoration: none;
  }
}
/*----------------------------------------------------------
	Layout
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
}

.sitewidth {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .sitewidth {
    padding: 0 2%;
  }
} /* sp */
/* Header
----------------------------------------------- */
/* 言語メニュー非表示 */
/*header.common .langMenu{visibility : hidden;}
*/
header.common {
  border-top: 10px #2878b4 solid;
  margin-bottom: 18px;
}
header.common a {
  text-decoration: none;
}
header.common .langMenu {
  margin: 8px 0 20px;
}
header.common .langMenu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.common .langMenu ul li {
  font-size: 86%;
  border-right: 1px solid #454545;
  line-height: 1em;
}
header.common .langMenu ul li a {
  text-decoration: none;
  padding: 0 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.common .langMenu ul li a img {
  position: relative;
  top: 1px;
}
header.common .langMenu ul li a:hover {
  text-decoration: underline;
}
header.common .langMenu ul li:last-child {
  border-right: none;
}
header.common .logonav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.common .logonav h1 {
  width: 30%;
  margin-right: 2%;
}
header.common .logonav [class^=menu-g_nav-] {
  width: 68%;
}
header.common .logonav [class^=menu-g_nav-] ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header.common .logonav [class^=menu-g_nav-] ul li a {
  position: relative;
  display: block;
  color: #2878b4;
  font-weight: bold;
  border-left: #e6e6e6 1px solid;
  line-height: 2.5em;
  padding: 0 1.4em;
}
header.common .logonav [class^=menu-g_nav-] ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2878b4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.common .logonav [class^=menu-g_nav-] ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header.common .logonav [class^=menu-g_nav-] ul li:last-child a {
  border-right: #e6e6e6 1px solid;
}
header.common .logonav .wj_head {
  width: 68%;
}
header.common .logonav .wj_head ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.common .logonav .wj_head ul li a {
  position: relative;
  display: block;
  color: #2878b4;
  font-weight: bold;
  border-left: #e6e6e6 1px solid;
  line-height: 2.5em;
  padding: 0 1.4em;
}
header.common .logonav .wj_head ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #2878b4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.common .logonav .wj_head ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header.common .logonav .wj_head ul li:last-child a {
  border-right: #e6e6e6 1px solid;
}

@media screen and (max-width: 800px) {
  header.common .logonav {
    display: block;
  }
  header.common .logonav h1 {
    width: 100%;
    margin: 5vh 0 3vh 0;
    padding: 0 12vw;
    text-align: center;
  }
  header.common .logonav [class^=menu-g_nav-] {
    width: 100%;
    margin-top: 15px;
  }
  header.common .logonav [class^=menu-g_nav-] ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.common .logonav [class^=menu-g_nav-] ul li a {
    border: none !important;
  }
  header.common .logonav .wj_head {
    width: 100%;
    margin-top: 15px;
  }
  header.common .logonav .wj_head ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header.common .logonav .wj_head ul li a {
    border: none !important;
  }
} /* sp */
/* Contents
----------------------------------------------- */
.mainArea {
  padding-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .mainArea {
    padding: 0 2% 40px;
  }
} /* sp */
/* Footer
----------------------------------------------- */
footer .pagetop {
  background: #f6f6f6;
  text-align: center;
  font-size: 13px;
}
footer .pagetop a {
  text-decoration: none;
  color: #2878b4;
  font-weight: bold;
  display: block;
  padding: 1.5em 0;
  font-size: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .pagetop a:before {
  font-family: "basicicon";
  content: "\fff14";
  display: block;
  font-size: 180%;
}
footer .pagetop a:hover {
  color: #FDA028;
}
footer .footer {
  background: #3072a4;
  color: #FFF;
  padding: 35px 0 20px;
}
footer .footer p.copy {
  font-size: 12px;
  text-align: center;
}
footer .footer .footnav .wj_foot, footer .footer .footnav [class^=menu-foot_menu] {
  border-bottom: dashed 1px #FFF;
  font-size: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 1.5em;
  font-weight: bold;
}
footer .footer .footnav .wj_foot a, footer .footer .footnav [class^=menu-foot_menu] a {
  color: #FFF;
  text-decoration: none;
}
footer .footer .footnav .wj_foot a:hover, footer .footer .footnav [class^=menu-foot_menu] a:hover {
  opacity: 0.7;
}
footer .footer .footnav .wj_foot ul, footer .footer .footnav [class^=menu-foot_menu] ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer .footnav .wj_foot ul li, footer .footer .footnav [class^=menu-foot_menu] ul li {
  border-right: 1px solid #EFEFEF;
  line-height: 1.2;
}
footer .footer .footnav .wj_foot ul li a, footer .footer .footnav [class^=menu-foot_menu] ul li a {
  padding: 0 1.5em;
}
footer .footer .footnav .wj_foot ul li:last-child, footer .footer .footnav [class^=menu-foot_menu] ul li:last-child {
  border-right: none;
}
footer .footer .logo {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  footer .footer .footnav .wj_foot ul li, footer .footer .footnav [class^=menu-foot_menu] ul li {
    margin: 0.8em 0;
  }
} /* sp */
/*----------------------------------------------------------
	Common
--------------------------------------------------------- */
/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.normal li:before {
  font-family: "basicicon";
  content: "\e625";
}

ul.border li:before {
  font-family: "basicicon";
  content: "q";
}

ul.arrow li:before {
  font-family: "basicicon";
  content: "\fff15";
}

ul.dot li:before {
  font-family: "basicicon";
  content: "\e625";
}

ul.record li:before {
  font-family: "basicicon";
  content: "\e620";
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before, ul.notice-red li:before {
  font-family: "basicicon";
  content: "1";
  font-size: 90%;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

ul.indent {
  padding-left: 0;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol.paren {
  counter-reset: item;
}
ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
}
ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.maru li {
  list-style: none;
  margin-bottom: 0.8em;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
}
ol.maru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2878b4;
  color: #FFF;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

ul.check li {
  margin: 0.7em 0;
}

ul.check li:before {
  font-family: "basicicon";
  content: "\e946";
  color: #2878b4;
  font-size: 150%;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}

ul.clm2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.clm2 li {
  width: 50%;
}

/* webfont */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/notosans/NotoSansCJKjp-Thin.eot"); /* IE9 Compat Modes */
  src: url("fonts/notosans/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Thin.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Thin.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/notosans/NotoSansCJKjp-Light.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Light.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/notosans/NotoSansCJKjp-DemiLight.eot");
  src: url("fonts/notosans/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-DemiLight.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/notosans/NotoSansCJKjp-Regular.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/notosans/NotoSansCJKjp-Medium.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Medium.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/notosans/NotoSansCJKjp-Black.eot");
  src: url("fonts/notosans/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("fonts/notosans/NotoSansCJKjp-Black.woff") format("woff"), url("fonts/notosans/NotoSansCJKjp-Black.ttf") format("truetype");
}
/*  iconfont
----------------------------------------------- */
@font-face {
  font-family: "basicicon";
  src: url("fonts/basicicon.eot?37r9kc");
  src: url("fonts/basicicon.eot?37r9kc#iefix") format("embedded-opentype"), url("fonts/basicicon.ttf?37r9kc") format("truetype"), url("fonts/basicicon.woff?37r9kc") format("woff"), url("fonts/basicicon.svg?37r9kc#basicicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before,
[class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "basicicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin-right: 3px;
  font-size: 120%;
}

[class^=icon-]:after, [class*=" icon-"]:after {
  margin-left: 3px;
  font-size: 120%;
}

[class^=icon-fl_]:before, [class*=" icon-fl_"]:before,
[class^=icon-fl_]:after, [class*=" icon-fl_"]:after {
  font-size: 160%;
  vertical-align: middle;
}

.icon-email:before {
  content: "\e902";
}

.icon-minus4:before {
  content: "\e92c";
}

.icon-moon:before {
  content: "\e92d";
}

.icon-new:before {
  content: "\e92e";
}

.icon-old-phone:before {
  content: "\e92f";
}

.icon-pencil2:before {
  content: "\e930";
}

.icon-quote:before {
  content: "\e931";
}

.icon-share-alternitive:before {
  content: "\e932";
}

.icon-thumbs-down:before {
  content: "\e933";
}

.icon-thumbs-up:before {
  content: "\e934";
}

.icon-google:before {
  content: "\e935";
}

.icon-instagram:before {
  content: "\e936";
}

.icon-youtube-with-circle:before {
  content: "\e937";
}

.icon-youtube:before {
  content: "\e938";
}

.icon-arrow-bold-down:before {
  content: "\e90d";
}

.icon-arrow-bold-left:before {
  content: "\e90e";
}

.icon-arrow-bold-right:before {
  content: "\e90f";
}

.icon-arrow-bold-up:before {
  content: "\e910";
}

.icon-pin:before {
  content: "\e91b";
}

.icon-dots-three-horizontal:before {
  content: "\e900";
}

.icon-dots-two-vertical:before {
  content: "\e901";
}

.icon-mobile:before {
  content: "\e903";
}

.icon-tv:before {
  content: "\e904";
}

.icon-arrow-d3:before {
  content: "\e602";
}

.icon-arrow-l3:before {
  content: "\e603";
}

.icon-arrow-r3:before {
  content: "\e604";
}

.icon-arrow-u3:before {
  content: "\e605";
}

.icon-phone:before {
  content: "!";
}

.icon-mail:before {
  content: '"';
}

.icon-pencil:before {
  content: "W";
}

.icon-location:before {
  content: "#";
}

.icon-popup:before {
  content: "$";
}

.icon-search:before {
  content: "U";
}

.icon-close1:before {
  content: "N";
}

.icon-minus2:before {
  content: "-";
}

.icon-plus2:before {
  content: "+";
}

.icon-close2:before {
  content: "G";
}

.icon-minus3:before {
  content: "B";
}

.icon-plus3:before {
  content: "Y";
}

.icon-close3:before {
  content: "H";
}

.icon-minus1:before {
  content: "T";
}

.icon-plus1:before {
  content: "R";
}

.icon-help:before {
  content: "\e61c";
}

.icon-record:before {
  content: "\e620";
}

.icon-arrow-l1:before {
  content: "\fffaa";
}

.icon-arrow-d1:before {
  content: "࿿";
}

.icon-arrow-u1:before {
  content: "�";
}

.icon-arrow-r1:before {
  content: "\fff11";
}

.icon-arrow-l2:before {
  content: "\fff12";
}

.icon-arrow-d2:before {
  content: "\fff13";
}

.icon-arrow-u2:before {
  content: "\fff14";
}

.icon-arrow-r2:before {
  content: "\fff15";
}

.icon-dot:before {
  content: "\e625";
}

.icon-twitter:before {
  content: "\e626";
}

.icon-facebook:before {
  content: "F";
}

.icon-brand:before {
  content: "\e939";
  color: #3b5998;
}

.icon-brand2:before {
  content: "\e93a";
  color: #dc4e41;
}

.icon-brand3:before {
  content: "\e93b";
  color: #00a4de;
}

.icon-brand4:before {
  content: "\e93c";
  color: #e4405f;
}

.icon-brand5:before {
  content: "\e93d";
  color: #00c300;
}

.icon-brand6:before {
  content: "\e93e";
  color: #217346;
}

.icon-brand7:before {
  content: "\e93f";
  color: #d24726;
}

.icon-brand8:before {
  content: "\e940";
  color: #2b579a;
}

.icon-brand9:before {
  content: "\e941";
  color: #bd081c;
}

.icon-brand10:before {
  content: "\e942";
  color: #00aff0;
}

.icon-brand11:before {
  content: "\e943";
  color: #1da1f2;
}

.icon-brand12:before {
  content: "\e944";
  color: #cd201f;
}

.icon-parts-022:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e629";
}

.icon-arrowlink:before {
  content: "\e62a";
}

.icon-tree_01:before {
  content: "\e611";
}

.icon-tree_02:before {
  content: "\e613";
}

.icon-tree_03:before {
  content: "\e627";
}

.icon-required2:before {
  content: "\e600";
}

.icon-fl_doc:before {
  content: "d";
}

.icon-fl_etc:before {
  content: "e";
}

.icon-fl_img:before {
  content: "j";
}

.icon-li_basic:before {
  content: "0";
}

.icon-li_border:before {
  content: "q";
}

.icon-li_notice:before {
  content: "1";
}

.icon-fl_mp3:before {
  content: "m";
}

.icon-fl_pdf:before {
  content: "p";
}

.icon-fl_ppt:before {
  content: "t";
}

.icon-fl_xls:before {
  content: "x";
}

.icon-award:before {
  content: "\e945";
}

.icon-check-circle:before {
  content: "\e946";
}

.icon-check-square:before {
  content: "\e947";
}

.icon-copy:before {
  content: "\e948";
}

.icon-facebook2:before {
  content: "\e949";
}

.icon-hash:before {
  content: "\e94a";
}

.icon-instagram2:before {
  content: "\e94b";
}

.icon-message-circle:before {
  content: "\e94c";
}

.icon-more-horizontal:before {
  content: "\e94d";
}

.icon-more-vertical:before {
  content: "\e94e";
}

.icon-navigation:before {
  content: "\e94f";
}

.icon-play-circle:before {
  content: "\e950";
}

.icon-slash:before {
  content: "\e951";
}

.icon-star:before {
  content: "\e952";
}

.icon-stop-circle:before {
  content: "\e953";
}

.icon-twitter2:before {
  content: "\e954";
}

.icon-user2:before {
  content: "\e955";
}

.icon-users:before {
  content: "\e956";
}

.icon-x-circle:before {
  content: "\e957";
}

.icon-times:before {
  content: "\e906";
}

.icon-tick:before {
  content: "\e90b";
}

.icon-plus:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e911";
}

.icon-equals:before {
  content: "\e91f";
}

.icon-divide:before {
  content: "\e920";
}

.icon-chevron-right:before {
  content: "\e921";
}

.icon-chevron-left:before {
  content: "\e922";
}

.icon-arrow-right-thick:before {
  content: "\e912";
}

.icon-arrow-left-thick:before {
  content: "\e913";
}

.icon-th-small:before {
  content: "\e923";
}

.icon-th-menu:before {
  content: "\e914";
}

.icon-th-list:before {
  content: "\e924";
}

.icon-th-large:before {
  content: "\e925";
}

.icon-home:before {
  content: "\e915";
}

.icon-arrow-forward:before {
  content: "\e926";
}

.icon-arrow-back:before {
  content: "\e927";
}

.icon-arrow-up-thick:before {
  content: "\e916";
}

.icon-arrow-down-thick:before {
  content: "\e917";
}

.icon-starburst:before {
  content: "\e928";
}

.icon-star2:before {
  content: "\e918";
}

.icon-cancel:before {
  content: "\e929";
}

.icon-attachment:before {
  content: "\e92a";
}

.icon-user:before {
  content: "\e92b";
}

.icon-error_outline:before {
  content: "\e001";
}

.icon-new_releases:before {
  content: "\e031";
}

.icon-play_circle_filled:before {
  content: "\e038";
}

.icon-play_circle_outline:before {
  content: "\e039";
}

.icon-mail2:before {
  content: "\e158";
}

.icon-access_time:before {
  content: "\e192";
}

.icon-attach_file:before {
  content: "\e226";
}

.icon-file_download:before {
  content: "r";
}

.icon-file_upload:before {
  content: "\e2c6";
}

.icon-crop_free:before {
  content: "z";
}

.icon-crop_square:before {
  content: "\e3c6";
}

.icon-looks_3:before {
  content: "\e3fb";
}

.icon-looks_4:before {
  content: "\e3fd";
}

.icon-looks_5:before {
  content: "\e3fe";
}

.icon-looks_6:before {
  content: "\e3ff";
}

.icon-looks_one:before {
  content: "\e400";
}

.icon-looks_two:before {
  content: "\e401";
}

.icon-texture:before {
  content: "\e421";
}

.icon-wb_sunny:before {
  content: "\e430";
}

.icon-local_see:before {
  content: "\e557";
}

.icon-arrow_back:before {
  content: "\e5c4";
}

.icon-arrow_forward:before {
  content: "\e5c8";
}

.icon-arrow_upward:before {
  content: "\e5d8";
}

.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}

.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}

.icon-arrow_downward:before {
  content: "\e5db";
}

.icon-people:before {
  content: "K";
}

.icon-person:before {
  content: "I";
}

.icon-search2:before {
  content: "\e8b6";
}

.icon-settings:before {
  content: "\e8b8";
}

.icon-bell:before {
  content: "\e006";
}

.icon-camera:before {
  content: "\e017";
}

.icon-paper:before {
  content: "\e034";
}

.icon-box:before {
  content: "\e079";
}

.icon-arrow-left:before {
  content: "\e094";
}

.icon-arrow-right:before {
  content: "\e095";
}

.icon-arrow-up:before {
  content: "\e096";
}

.icon-arrow-down:before {
  content: "\e097";
}

.icon-inbox:before {
  content: "J";
}

.icon-file:before {
  content: "\e124";
}

.icon-warning:before {
  content: "\e919";
}

.icon-comment:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91c";
}

.icon-calendar:before {
  content: "\e909";
}

.icon-phone2:before {
  content: "\e91d";
}

.icon-list:before {
  content: "\e91e";
}

.icon-lock:before {
  content: "\e60c";
}

.icon-unlocked:before {
  content: "\e60d";
}

.icon-write:before {
  content: "\e905";
}

.icon-clock:before {
  content: "\e907";
}

.icon-search3:before {
  content: "\e908";
}

/*  table
----------------------------------------------- */
table.data {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
}

table.data th {
  padding: 5px 8px;
  color: #333;
  background: #254676;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
}

/*
@media screen and (max-width: 800px){
table.data{width:100%; border-bottom:none;}
table.data td,table.data th{width:100%;display:block;text-align:left;}
table.data th{border:none;padding:8px;}
table.data td{border-right:none;padding-bottom:1.3em;}
table.data table.layout td,table.data table.layout th{width:auto;display:inline-table;}
table.data table.layout.line tr{border-bottom:$keycolor;}
}
*/
@media screen and (max-width: 800px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }
  table.data.sp th {
    font-size: 12px;
  }
  /* scroll */
  .table-scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  table {
    border-collapse: collapse;
  }
  table th, table td {
    border: solid 1px #ccc;
    padding: 8px;
    white-space: nowrap;
  }
  table th {
    background: #aaa;
    color: #fff;
  }
  .table-scroll::-webkit-scrollbar {
    height: 8px; /* スクロールバーの高さ */
  }
  .table-scroll::-webkit-scrollbar-thumb {
    background: #aaa; /* スクロールバーの色 */
  }
  .table-scroll::-webkit-scrollbar-track {
    background: #ccc; /* スクロールバーの背景色 */
  }
}
/* 表 (レイアウト用) */
table.layout {
  border: none;
  thpadding: 0;
  border: none;
}
table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box
----------------------------------------------- */
.box {
  border: #FFF dotted 1px;
  padding: 8px;
  margin: 0.7em 0px;
}

.boxWhite {
  background: rgba(255, 255, 255, 0.9);
  padding: 1.5em;
  border-radius: 5px;
}

.textclm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%;
}
.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%;
}

@media screen and (max-width: 800px) {
  .textclm2 {
    display: initial;
  }
  .textclm2 .clm {
    padding: 0;
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0;
  }
} /* sp */
div.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

div.clearBox {
  overflow: hidden;
  height: auto;
}
div.clearBox .img-l, div.clearBox .img-r {
  margin-bottom: 10px;
}
div.clearBox .img-l {
  float: left;
  margin-right: 3vw !important;
}
div.clearBox .img-r {
  float: right;
  margin-left: 3vw !important;
}
div.clearBox .hidden {
  height: auto;
}
div.clearBox .auto {
  overflow: auto;
  height: auto;
}

@media screen and (max-width: 800px) {
  div.clearBox .img-l, div.clearBox .img-r {
    float: none;
    text-align: center;
  }
  div.clearBox .auto {
    overflow: inherit;
  }
  div.clearBox .hidden {
    text-align: left;
  }
  .clm2 .clm,
  .clm3 .clm {
    width: 100% !important;
  }
}
.clm2, .clm3 {
  width: 100%;
}

.clm2 .clm {
  width: 49%;
  display: inline-block;
}

.clm3 .clm {
  width: 33%;
  display: inline-block;
}

/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

/*  Margin
----------------------------------------------- */
*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 668px) {
  *.w100 {
    max-width: 100px;
  }
  *.w130 {
    max-width: 130px;
  }
  *.w150 {
    max-width: 150px;
  }
  *.w200 {
    max-width: 200px;
  }
  *.w250 {
    max-width: 250px;
  }
  *.w300 {
    max-width: 300px;
  }
  *.w350 {
    max-width: 350px;
  }
  *.w400 {
    max-width: 400px;
  }
  *.w500 {
    max-width: 500px;
  }
  *.w600 {
    max-width: 600px;
  }
}
@media screen and (max-width: 800px) {
  *.w100 {
    max-width: 40%;
  }
  *.w130 {
    max-width: 40%;
  }
  *.w150 {
    max-width: 50%;
  }
  *.w200 {
    max-width: 60%;
  }
  *.w250 {
    max-width: 80%;
  }
  *.w300 {
    max-width: 80%;
  }
  *.w350 {
    max-width: 80%;
  }
  *.w400 {
    max-width: 90%;
  }
  *.w500 {
    max-width: 90%;
  }
  *.w600 {
    max-width: 90%;
  }
}
*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

.indent {
  margin-left: 1em;
}

/*  hr
----------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr {
  border-top: 3px double #bbb;
}

hr.type2 {
  border-top: 1px dashed #bbb;
}

hr.type2 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

/*  form
----------------------------------------------- */
select, textarea,
input[type=text], input[type=email], input[type=tel] {
  border: #2878b4 1px solid;
  background: #FFF;
  color: #333;
  padding: 10px 6px;
  width: 100%;
}

input[type=button], input[type=submit] {
  background: #2878b4 !important;
  color: #FFF;
  padding: 0.4em 0.8em;
  font-weight: 100%;
  border: none;
  font-size: 20px;
  border-bottom: #8b8b8b 2px solid;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}

input[type=button]:hover,
input[type=submit]:hover {
  border-bottom: none;
  position: relative;
  margin-top: 2px;
  opacity: 0.9;
}

.form {
  width: 70%;
  margin: 15px auto;
  padding: 3%;
  border: 1px dotted #CCC;
  border-radius: 5px;
}
.form span.required:after {
  font-family: "basicicon";
  content: "\e600";
  color: #F57E7E;
  font-size: 120%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.form span.required:lang(zh-TW):after {
  content: none;
}
.form dl {
  margin-bottom: 1em;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #CCC;
}
.form dl dt {
  margin-bottom: 0.5em;
}
.form dl dt:before {
  font-family: "basicicon";
  content: "࿿";
  color: #2878b4;
  position: relative;
  top: 0.1em;
  margin-right: 0.2em;
}
.form .btnArea {
  margin: 15px auto;
  text-align: center;
}
.form .half {
  width: 60%;
}
.form .thin {
  width: 40%;
}

html:lang(zh-CN) .form span.required:after, html:lang(zh-TW) .form span.required:after, html:lang(en) .form span.required:after {
  content: none;
}
html:lang(zh-CN) .form span.required span, html:lang(zh-TW) .form span.required span, html:lang(en) .form span.required span {
  background: #F57E7E;
  color: #FFF;
  font-size: 90%;
  padding: 0.2em 0.4em;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  border-radius: 3px;
}

@media screen and (max-width: 800px) {
  .form {
    width: 98%;
    padding: 2%;
  }
  input, select {
    width: 100%;
    font-size: 120%;
    padding: 5px;
  }
  input:focus, input:hover {
    background: #FFF2F2;
  }
  input {
    -webkit-appearance: button;
  }
}
form.sent dl,
form.sent .btnArea,
form.sent .sentnodisp {
  display: none !important;
}

form.sent .wpcf7-mail-sent-ok {
  padding: 25px;
  background: #FFF;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #398f14;
  font-weight: bold;
}

section.contact form.sent .wpcf7-mail-sent-ok:after {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0.4em;
  content: "ご記入いただいたメールアドレス宛に控えをお送りいたしましたのでご確認ください。";
}

section.contact-zh form.sent .wpcf7-mail-sent-ok:after {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0.4em;
  content: "已将副本发送到您填写的电子邮件地址，请确认。";
}

/*----------------------------------------------------------
	Page
--------------------------------------------------------- */
/*  common
----------------------------------------------- */
.breadcrumbs {
  padding: 0.4em 1em;
  font-size: 13px;
  text-align: right;
  margin-bottom: 15px;
  border-bottom: double 4px #F6F6F6;
  margin-bottom: 40px;
}

.em1 {
  font-size: 22px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
}

.box1 {
  margin: 30px auto;
  font-size: 17px;
  text-align: center;
  color: #2878b4;
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 300;
}
.box1 p {
  margin-bottom: 0 !important;
}

.pageTitle {
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #2878b4;
  padding: 100px 0;
  background-size: cover;
}
.pageTitle span {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.3em;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #FFF;
  display: block;
}

.pageTitle.product, .pageTitle.product-zh, .pageTitle.product-en, .pageTitle.product-zh-tw {
  background: url(img/h1_bg_product.jpg) no-repeat top center;
}

.pageTitle.topics, .pageTitle.topics-zh, .pageTitle.topics-en, .pageTitle.topics-zh-tw {
  background: url(img/h1_bg_pt03.jpg) no-repeat top center;
}

.pageTitle.company, .pageTitle.company-zh, .pageTitle.company-en, .pageTitle.company-zh-tw {
  background: url(img/h1_bg_company.jpg) no-repeat top center;
}

.pageTitle.contact, .pageTitle.contact-zh, .pageTitle.contact-en, .pageTitle.contact-zh-tw {
  background: url(img/h1_bg_contact.jpg) no-repeat top center;
}

.pageTitle.recruit, .pageTitle.recruit-zh, .pageTitle.recruit-en, .pageTitle.recruit-zh-tw {
  background: url(img/h1_bg_pt01.jpg) no-repeat top center;
}

.pageTitle.other, .pageTitle.sitemap, .pageTitle {
  background: url(img/h1_bg_pt02.jpg) no-repeat top center;
}

@media screen and (max-width: 800px) {
  .pageTitle {
    font-size: 150%;
    padding: 3vh 0;
    background-size: 100% auto !important;
  }
} /* sp */
/*  headline
----------------------------------------------- */
h2.thin {
  position: relative;
  display: inline-block;
  margin: 0 auto 1em;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  text-align: center;
}

h2.thin:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2878b4;
  border-radius: 2px;
}

h3.basic {
  border-top: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-left: 4px solid #2878b4;
  padding: 0.6em 0.5em 0.6em 0.8em;
  font-size: 125%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 300;
  margin: 1.5em 0 1em;
}

h4.basic {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 110%;
  padding: 0.5em;
  font-weight: 500;
  border-bottom: 4px double #A5C3DE;
  margin: 1.5em 0 1em;
}
h4.basic:before {
  font-family: "basicicon";
  content: "0";
  color: #2878b4;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

/*  post
----------------------------------------------- */
.newsPost {
  text-align: left;
  width: 80%;
  margin: 1em auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsPost dd.date {
  color: #3072a4;
  width: 22%;
  padding-right: 1em;
}
.newsPost dt span {
  display: block;
  font-size: 90%;
  color: #3072a4;
  padding-top: 0.5em;
}

@media screen and (max-width: 800px) {
  .newsPost {
    width: 90%;
    display: block;
  }
  .newsPost dd.date {
    width: 100%;
    padding-right: 0;
  }
  .newsPost dt {
    width: 100%;
  }
} /* sp */
/*  top
----------------------------------------------- */
.copyArea {
  background: url(img/bg_top.png) no-repeat top center;
  background-size: cover;
  padding: 90px 8vw;
  border-bottom: 20px solid #ededed;
  margin-bottom: 30px;
}
.copyArea .sitewidth {
  padding: 0 5%;
}
.copyArea .head {
  text-align: center;
  margin-bottom: 30px;
}
.copyArea p {
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 1199px) {
  .copyArea p br {
    display: none;
  }
} /* sp */
.topMenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.topMenu a {
  display: block;
  width: 31%;
  margin: 0 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #2878b4;
  border-radius: 5px;
  text-align: center;
  padding: 25px 10px;
  text-decoration: none;
  color: #464646;
}
.topMenu a dt {
  font-size: 24px;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 0.8em;
}
.topMenu a:hover {
  background: #79ABD9;
}
.topMenu a:hover img {
  opacity: 1;
}
.topMenu a:hover dt {
  color: #FFF;
}

section.topics {
  text-align: center;
}
section.topics h2 {
  margin-bottom: 50px;
}
section.topics .morelink {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
section.topics .morelink a {
  display: inline-block;
  border: 1px solid #2878b4;
  font-size: 86%;
  padding: 0.5em 1.3em;
  border-radius: 3px;
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.topics .morelink a:hover {
  background: #CCDEF4;
}

@media screen and (max-width: 800px) {
  body.home .mainArea {
    padding: 0 0 40px;
  }
  .copyArea {
    padding: 3vh 2vw;
  }
  .copyArea p {
    font-size: 90%;
  }
  .topMenu {
    padding: 0 2%;
  }
  .topMenu a {
    width: 100%;
    margin: 5px 0;
    padding: 2%;
  }
  .topMenu dl.menu dd.img {
    width: 30vw;
    margin: 0 auto;
  }
  .topMenu dl.menu dt {
    margin: 0.5em 0 0;
  }
} /* sp */
/*  page
----------------------------------------------- */
.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 15px auto;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .ggmap {
    width: 90%;
  }
} /* sp */
/*  page about */
.companyData dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCC;
  padding: 0 0 0.4em;
}
.companyData dl dt {
  width: 20%;
  color: #2878b4;
  font-size: 90%;
  font-weight: bold;
}
.companyData dl dd {
  padding-left: 1.2em;
  text-indent: -1.2em;
  width: 80%;
}
.companyData dl dd:before {
  font-family: "basicicon";
  content: "\fff15";
  color: #2878b4;
  margin-right: 0.2em;
}

.history .line {
  border-left: #DADADA 5px solid;
  margin-left: 20px;
}
.history .line dl {
  position: relative;
  padding-left: 20px;
  margin: 30px 0;
}
.history .line dl:before {
  font-family: "basicicon";
  content: "\e620";
  color: #2878b4;
  font-size: 26px;
  display: block;
  position: absolute;
  left: -15px;
}
.history .line dl dt {
  border: 1px solid #2878b4;
  font-size: 90%;
  font-weight: bold;
  background: #FFF;
  padding: 0.1em 0.6em;
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .companyData dl {
    display: block;
  }
  .companyData dl dt {
    width: 100%;
  }
  .companyData dl dd {
    width: 100%;
    padding-left: 1em;
    text-indent: -1em;
  }
  ul.normal.clm2 li {
    width: 100%;
  }
} /* sp */
/* page product */
.productData h3 {
  font-size: 143%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  padding: 0.4em 0.3em;
  color: #515151;
  margin: 1em 0 0.5em;
}
.productData h3:before {
  font-family: "basicicon";
  content: "\e079";
  color: #2878b4;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}
.productData .jump {
  margin: 20px auto;
  background: #EEEEEE;
  padding: 1.1em;
  border-radius: 3px;
}
.productData .jump ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productData .jump ul li {
  width: 32%;
  padding: 0.5%;
}
.productData .jump ul li a {
  background: #FFF;
  display: block;
  text-decoration: none;
  padding: 0.5em 0.5em 0.5em 1.5em;
  text-indent: -1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.productData .jump ul li a:before {
  font-family: "basicicon";
  content: "\fff13";
  color: #2878b4;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
.productData .jump ul li a:hover {
  background: #2878b4;
  color: #FFF;
}
.productData .jump ul li a:hover:before {
  color: #FFF;
}
.productData .spMsg {
  display: none;
}
.productData table {
  width: 100%;
  font-size: 90%;
}
.productData table .head {
  width: 21%;
  font-weight: bold;
  background: #E6F2FD;
}
.productData table .cat {
  width: 24%;
}
.productData table .text {
  width: 55%;
}
.productData table .text br {
  display: none;
}

@media screen and (max-width: 800px) {
  .productData .jump {
    padding: 2%;
  }
  .productData .jump ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .productData .jump ul li {
    width: 50%;
    font-size: 90%;
    background: #FFF;
  }
  .productData .spMsg {
    margin: 0.5em 0;
    text-align: center;
    border-bottom: dashed 1px #E04242;
    display: block;
    font-size: 82%;
    font-weight: bold;
    color: #E04242;
  }
  .productData .spMsg:before {
    font-family: "basicicon";
    content: "\e912";
    margin-right: 0.2em;
  }
  .productData .spMsg:after {
    font-family: "basicicon";
    content: "\e912";
    margin-left: 0.2em;
  }
  .productData table .head {
    width: 20%;
  }
  .productData table .cat {
    width: 20%;
  }
  .productData table .text {
    width: 60%;
  }
  .productData table .text br {
    display: block;
  }
} /* sp */
/* page contact */
.contactData {
  border: 4px double #CCDEF4;
  padding: 2% 4%;
  font-size: 140%;
  width: 80%;
  margin: 10px auto;
}
.contactData p {
  margin: 0.3em 0;
}

/* page recruit */
section.recruit .re-contact, section.recruit-zh-tw .re-contact, section.recruit-en .re-contact, section.recruit-zh .re-contact {
  margin: 15px auto;
}
section.recruit .re-contact dt, section.recruit-zh-tw .re-contact dt, section.recruit-en .re-contact dt, section.recruit-zh .re-contact dt {
  font-size: 140%;
  color: #2878b4;
}
section.recruit .msg, section.recruit-zh-tw .msg, section.recruit-en .msg, section.recruit-zh .msg {
  background: #FFF6EA;
  padding: 3% 3% 2%;
  margin: 15px auto;
  text-align: center;
}
section.recruit .msg p, section.recruit-zh-tw .msg p, section.recruit-en .msg p, section.recruit-zh .msg p {
  font-weight: bold;
}
section.recruit .msg p br, section.recruit-zh-tw .msg p br, section.recruit-en .msg p br, section.recruit-zh .msg p br {
  display: none;
}
section.recruit .msg p.false, section.recruit-zh-tw .msg p.false, section.recruit-en .msg p.false, section.recruit-zh .msg p.false {
  margin-bottom: 1.3em;
}
section.recruit .recruitBtn, section.recruit-zh-tw .recruitBtn, section.recruit-en .recruitBtn, section.recruit-zh .recruitBtn {
  text-align: center;
}
section.recruit .recruitBtn a, section.recruit-zh-tw .recruitBtn a, section.recruit-en .recruitBtn a, section.recruit-zh .recruitBtn a {
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  padding: 0.7em 1.5em;
  font-size: 120%;
  background: #2878b4;
  color: #FFF;
  border: #E3E3E3 3px solid;
  border-radius: 5px;
  margin: 15px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.recruit .recruitBtn a:hover, section.recruit-zh-tw .recruitBtn a:hover, section.recruit-en .recruitBtn a:hover, section.recruit-zh .recruitBtn a:hover {
  opacity: 0.7;
}
section.recruit .job, section.recruit-zh-tw .job, section.recruit-en .job, section.recruit-zh .job {
  margin: 20px auto;
  border-top: #2878b4 1px solid;
  padding-top: 20px;
}
section.recruit .job dl, section.recruit-zh-tw .job dl, section.recruit-en .job dl, section.recruit-zh .job dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
section.recruit .job dl dt, section.recruit-zh-tw .job dl dt, section.recruit-en .job dl dt, section.recruit-zh .job dl dt {
  width: 30%;
}
section.recruit .job dl dd, section.recruit-zh-tw .job dl dd, section.recruit-en .job dl dd, section.recruit-zh .job dl dd {
  padding-left: 2%;
  width: 70%;
}
section.recruit .job dl dd .title, section.recruit-zh-tw .job dl dd .title, section.recruit-en .job dl dd .title, section.recruit-zh .job dl dd .title {
  border-left: 4px double #2878b4;
  padding: 0.2em 0.2em 0.2em 0.7em;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 800px) {
  section.recruit .msg, section.recruit-zh-tw .msg, section.recruit-en .msg {
    padding: 1.3em 3%;
  }
  section.recruit .msg p br, section.recruit-zh-tw .msg p br, section.recruit-en .msg p br {
    display: block;
  }
  .job dl dt, .job dl dd {
    width: 100% !important;
  }
  .job dl dt {
    text-align: center;
  }
  .job dl dd {
    padding-left: 0;
    margin-top: 10px;
  }
} /* sp */
/* page sitemap */
.sitemap ul li {
  text-indent: 2em;
  margin: 0.5em 0;
}
.sitemap ul li p {
  text-indent: 4em;
  font-size: 90%;
}
.sitemap ul li.home {
  text-indent: 1em;
}
.sitemap ul li.home:before {
  font-family: "basicicon";
  content: "\e915";
  margin-right: 0.2em;
  color: #2878b4;
}
.sitemap ul li:before {
  font-family: "basicicon";
  content: "\e627";
  margin-right: 0.2em;
  color: #2878b4;
}

/*----------------------------------------------------------
	Script
--------------------------------------------------------- */
/* page animation */
.fade-up {
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}