@charset "UTF-8";
@font-face {
  font-family: mplus-1c-light;
  src: url("../font/mplus-1c-light.eot");
  src: url("../font/mplus-1c-light.eot?#iefix") format("embedded-opentype"), url("../font/mplus-1c-light.woff") format("woff"), url("../font/mplus-1c-light.ttf") format("truetype");
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #4d5963;
  text-decoration: none;
}

/* android font-size fix */
li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
  max-height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  line-height: 1.231;
}

#wrapper {
  position: relative;
  color: #4d5963;
  font-size: 16px;
  padding-top: 60px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow: hidden;
}

#container {
  padding: 20px 0 20px;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10000;
}

#header h1 {
  font-size: 9px;
  font-weight: normal;
  margin-left: 3px;
  margin-bottom: 15px;
}

#header h1 a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  width: 122px;
  padding-top: 25px;
  color: #486176;
  background: url(../images/logo_h.png) no-repeat center 0;
  background-size: 95px auto;
  text-align: center;
}

#header h1 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* for retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #header h1 a {
    background-image: url(../images/logo_h@2x.png);
  }
}
.sp_navbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  display: block;
}
.sp_navbtn span {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  background-color: #222528;
}
.sp_navbtn span:nth-of-type(1) {
  top: 22px;
}
.sp_navbtn span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.sp_navbtn span:nth-of-type(3) {
  bottom: 22px;
}
.sp_navbtn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.sp_navbtn.is-active span:nth-of-type(2) {
  height: 0;
  opacity: 0;
}
.sp_navbtn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

#nav_box {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: calc(100%);
  padding-top: 60px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #ffffff;
  z-index: 10000;
}
#nav_box.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#nav_box .sp-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}
#nav_box .sp-close span {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  background-color: #222528;
}
#nav_box .sp-close span:nth-of-type(1) {
  top: 22px;
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
#nav_box .sp-close span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
  height: 0;
  opacity: 0;
}
#nav_box .sp-close span:nth-of-type(3) {
  bottom: 22px;
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

#g-nav {
  font-size: 13px;
  position: relative;
  z-index: 10;
  border-bottom: solid 1px #A3B0BA;
}

#g-nav ul li {
  border-top: solid 1px #A3B0BA;
}

#g-nav ul li a {
  position: relative;
  display: block;
  padding: 15px;
}
#g-nav ul li a:before {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/arrow_r.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#g-nav ul li.toggle ul {
  display: none;
}
#g-nav ul li.toggle ul li:not(:nth-of-type(1)) {
  border-top-style: dotted;
}

#g-nav ul li.toggle > a:before {
  -webkit-transform: rotate(90deg) translate(-60%, 30%);
          transform: rotate(90deg) translate(-60%, 30%);
}
#g-nav ul li.toggle > a.is-active:before {
  -webkit-transform: rotate(-90deg) translate(80%, -20%);
          transform: rotate(-90deg) translate(80%, -20%);
}
#h-btn {
  font-size: 13px;
}
#h-btn li {
  border-bottom: solid 1px #A3B0BA;
  background: url(../images/arrow_r.png) no-repeat 95% 50%;
  background-size: 6px 12px;
}
#h-btn li a {
  padding: 15px;
  display: block;
  border: none;
  line-height: 20px;
  text-align: left;
}
.h-btn-lang-ico {
  display: none;
}
#header-inner {
  *zoom: 1;
  margin: 0 auto;
  padding: 10px 0;
}
#header-inner:after {
  content: "";
  display: table;
  clear: both;
}
.topic-path {
  box-sizing: border-box;
  position: relative;
  height: 50px;
  margin: 0 auto;
  padding: 15px;
}
.topic-path ol {
  *zoom: 1;
}
.topic-path ol:after {
  content: "";
  display: table;
  clear: both;
}
.topic-path ol li {
  position: relative;
  float: left;
  padding-left: 15px;
  margin-right: 5px;
  font-size: 10px;
  height: calc(10px * 1.231);
  color: #486176;
  overflow: hidden;
}
.topic-path ol li:last-child {
  max-width: 8em;
}
.topic-path ol li a {
  color: #68bb50;
}
.topic-path ol li a:hover {
  text-decoration: underline;
}
.topic-path ol li:before {
  content: ">";
  position: absolute;
  left: 0px;
  top: 0;
}
.topic-path ol li:first-child:before {
  display: none;
}
.topic-path #btn-pt {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.topic-path #btn-pt a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topic-path #btn-pt a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#f-btn {
  padding: 15px 0;
  border-top: solid 1px #d9dde1;
  font-size: 0;
  text-align: center;
  color: #486176;
}
#f-btn li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}
#f-nav {
  border-top: solid 1px #d9dde1;
  color: #486176;
}
#f-nav a {
  color: #486176;
}
#f-nav a:hover {
  text-decoration: underline;
}
#f-nav-inner {
  margin: 0 auto;
  padding: 15px;
  font-size: 10px;
  line-height: 2;
}
.f-nav-txt + .f-nav-txt {
  margin-top: 15px;
}
.f-nav-txt .other {
  opacity: .8;
}
.f-nav-txt .tech-blog {
  margin-top: 20px;
  max-width: 170px;
}
.f-nav-txt-child {
  opacity: .8;
}
.f-nav-txt-child > li {
  position: relative;
  padding-left: 1em;
}
.f-nav-txt-child > li:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #486176;
  position: absolute;
  left: 0;
  top: 50%;
}
#f-nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
#f-nav-icon li a {
  display: block;
  padding: 10px;
  background-color: #ffffff;
}
#f-nav-icon li + li {
  margin-left: 10px;
}
#footer {
  padding: 20px 0 25px;
  background-color: #f1f3f4;
  border-top: solid 1px #d9dde1;
  text-align: center;
  color: #486176;
}
#footer dl {
  margin-bottom: 20px;
  font-size: 9px;
}
#footer dt {
  width: 122px;
  margin: 0 auto 20px;
  padding-top: 25px;
  background: url(../images/logo_f.png) no-repeat center 0;
  background-size: 90px auto;
}
#footer dd {
  line-height: 2;
  margin: 0 20px;
}
#txt-cr {
  font-family: 'Nunito Sans','Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 9px;
}
/* for retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #footer dt {
    background-image: url(../images/logo_f@2x.png);
  }
}
.footer-fbWrap {
  padding: 15px;
}
.footer-fbWrap iframe,
.fb_iframe_widget_fluid span,
.footer-fbandBnrWrap iframe {
  max-height: 50vh;
}
.footer-fbandBnrWrap {
  padding: 15px;
}
.footer-fbandBnr-bnrItem {
  margin-bottom: 20px;
}
.footer-fbandBnr-bnrItem-img {
  margin-bottom: 10px;
}
.footer-fbandBnr-bnrItem-txt {
  color: #78BF63;
  padding-left: 20px;
  position: relative;
  font-size: 0.8rem;
}
.footer-fbandBnr-bnrItem-txt:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon_sprite@2x.png") -38px 1px no-repeat;
  background-size: 129px;
  position: absolute;
  left: 0;
  top: 0;
}
.f-outside {
  border-top: solid 1px #dadfe4;
}
.f-outside-inner {
  padding: 20px;
}
.f-outside-tech {
  border: solid 1px #dadfe4;
  background-color: #f8f9f9;
  padding: 20px;
}
.f-outside-tech-title {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  font-size: 24px;
  padding-bottom: .25em;
  border-bottom: solid 1px #dadfe4;
}
.f-outside-tech-list > li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.f-outside-tech-list > li time {
  font-size: 12px;
  display: block;
}
.f-outside-tech-list > li a {
  color: #68bb50;
}
.f-outside-tech-btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #486176;
  color: #ffffff;
  font-size: 11px;
}
.f-outside-tech-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.f-outside-fb {
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
}
.f-outside-fb iframe {
  width: 100% !important;
}
/* 2017 update */
.second-nav {
  background-color: #b6c0c8;
}
.second-nav ul {
  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;
}
.second-nav ul li {
  width: calc(100% / 5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.second-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding-bottom: 5px;
  position: relative;
  color: #ffffff;
  font-size: 10px;
}
.second-nav ul li a:before {
  -webkit-transition: .2s;
  transition: .2s;
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  background-color: #ffffff;
}
.second-nav ul li a.is-active:before {
  width: calc(100% - 30px);
}
#sec-home-fastio {
  background-image: url(../../images/box-fastio-bg.jpg);
  background-size: auto;
  background-position-x: left;
}
.box-fastio {
  padding: 60px 15px;
  border: solid 1px #dadfe4;
}
.box-fastio h5 {
  text-align: center;
}
.box-fastio h5 img {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.box-fastio h5 span {
  display: block;
  margin-top: .75em;
  font-size: 20px;
  line-height: 1.5;
  color: #222528;
}
.box-fastio p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.875;
  text-align: justify;
}
.btn {
	color: #486176;
}
.box-fastio .box-btn {
  margin-top: 30px;
  text-align: center;
}
.box-fastio .box-btn a.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #486176;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
}
.box-fastio .box-btn a.btn:before {
  content: "";
  width: 6px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_r.png);
}

/*20170615 追加*/
.partner02 {
  padding: 3rem 1rem;
  background-color: #f0f1f5;
  border-top: solid 1px #dadfe4;
  border-bottom: solid 1px #dadfe4;
}
.partner02 h6 {
  background-color: #f0f1f5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
.partner02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partner02 li {
  margin: 1rem;
}
.partner02 li img {
  width: 120px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.partner02 li img:hover {
  opacity: 0.7;
}
.partner02 li .big {
  width: 80px;
}
.partner02 li .small {
  width: 140px;
  margin-top: 10px;
}
.box-partner {
  margin-top: 30px 20px;
}
.box-partner {
  margin-top: 30px;
}
.partner02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.partner02 li {
  width: calc(100% / 5);
  margin-bottom: 10px;
  margin-left: 0;
}
.partner02 .box-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: solid 1px #486176;
  text-align: center;
  font-size: 11px;
  margin: 0 auto;
}
.partner02 .box-btn a.btn:before {
  content: "";
  width: 6px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_r.png);
}
.bg-title {
  font-weight: normal;
  font-size: 20px;
  color: #222528;
  background-color: #e2e4eb;
  padding: .5em .75em;
}
/*20170830 追加*/
.top-ai{
  margin: 30px 0 30px 0;
}
.top-ai-inner{
}
.top--ai-textbox{
  font-size: 14px;
  line-height: 1.875;
}
.top--ai-textbox div {
  margin: 30px 0 30px 0;
}
/*20171225 追加*/
.sec-mrm-900-matrix h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin: 0px 40px;
  text-align: center;
  color: #222528;
}
.sec-mrm-900-matrix .tbl-wrap {
  text-align: center;
  margin: 32px auto;
  max-width: 100%;
}
.sec-mrm-900-matrix p {
  margin: 30px 15px;
  font-size: 14px;
  line-height: 1.875;
  text-align: justify;
}
.sec-mrm-900-matrix .com-btn {
  width: 90%;
  margin-bottom: 60px;
}
/*
ISMS 20200226
 */
.sec-privacy .unnamed {
  margin: 0 auto;
  display: block;
  padding: 32px 0;
}
.sec-privacy .ISMS {
  margin: 0 auto;
  display: block;
  padding: 32px 0;
}
/*20201217 追加*/
.ecomott-blog-box {
  margin: 32px 0 0;
}
.ecomott-blog-logo img {
  width: 50%;
}
.ecomott-blog-tech-list {
}
.ecomott-blog-tech-list > li {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.ecomott-blog-tech-list > li time {
  font-size: 10px;
}
.ecomott-blog-tech-list > li a {
  overflow: hidden;
  color: #68bb50;
  display: block;
  margin-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1em;
  position: relative;
}
/* 018 */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    padding: 10px 0px 10px 25px;
    color: #4d5963;
    transition: 0.3s ease-in-out;
    font-weight: normal;
}
.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #52bd33;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
  margin-top: 1px;
  letter-spacing: 1px;
}
.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 1rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}
.gx {
  display: block;
  width: 90%;
  padding: 0 1rem;
  margin: 0 auto;
}
.gx .gx-movie video {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 3rem 0 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gx .gx-movie video:hover {
  opacity: 0.5;
}
.gx .gx-text {
  margin: 3rem 0 0;
  margin-left: 0;
}
.gx .gx-text img {
  width: 280px;
  margin-bottom: 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gx .gx-text img:hover {
  opacity: 0.5;
}
.gx .gx-text h5 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
}
.gx .gx-text h6 {
    font-size: 20px;
    font-weight: bold;
    margin: 0.25rem 0 1rem;
    letter-spacing: 1px;
    color: #222528;
}
.gx .gx-text p {
    font-size: 14px;
    line-height: 1.875;
    text-align: justify;
}
/* 20240308 contact */
.contact-message .box-contact-inner {
  padding-bottom: 0;
}
.contact-message .box-contact-inner .txt {
  font-size: 13px;
  line-height: 1.875;
  text-align: justify;
  margin-top: 0;
}
.contact-message .box-contact-inner .txt a {
  color: #57b53c;
  text-decoration: underline;
  font-weight: bold;
}
.contact-message .box-contact-inner .sales-form {
  background: #ffecf4;
  margin: 2rem 0;
  border-radius: 8px;
  padding: 1rem 2rem;
}
.contact-message .box-contact-inner .bg-blue {
  background-color: #ecf7ff;
}
.contact-message .box-contact-inner .sales-form p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.contact-message .box-contact-inner .sales-form .ir-tex {
  font-size: 14px;
  text-align: justify;
}
.contact-message .box-contact-inner .sales-form b {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
.contact-message .box-contact-inner .sales-form p a {
  color: #57b53c;
  text-decoration: underline;
  font-weight: bold;
}