@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}


html {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 62.5%;
  color: #333333;
}

body {
  position: relative;
}

h1 {
  font-size: 2.86rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2.29rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.29rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.14rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}



@media only screen and (max-width: 1079px) {
  html.is-gnav-open {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  html.is-gnav-open body {
    height: 100%;
    overflow: hidden;
  }
  html.is-gnav-open body .l-gnav {
    overflow-y: scroll;
    max-height: calc(100% - 50px);
  }
}
.p-breadcrumb {
  width: 100%;
  background-color: #FAFAFA;
}
.p-breadcrumb__list {
  max-width: 1280px;
  width: 100%;
  padding: 12px 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumb__item {
  position: relative;
  padding-right: 15px;
  margin-right: 8px;
  font-size: 11px;
  line-height: 1.5;
  color: #999999;
}
.p-breadcrumb__item:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-breadcrumb__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.p-breadcrumb__item:last-child:after {
  display: none;
}
.p-breadcrumb__link {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  text-decoration: none;
}
.p-breadcrumb__link:hover {
  opacity: .7;
}
.p-breadcrumb__arrow {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
}

@media only screen and (max-width: 1079px) {
  .p-breadcrumb__list {
    max-width: 1079px;
    width: 100%;
    padding: 12px 20px 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.inner-wrap {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
}

.flexbox {
  display: -webkit-flex;
  display: flex;
}

.flexbox-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ai-center {
  -webkit-align-items: center;
  align-items: center;
}

.jc-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.jc-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bt-search {
  overflow: hidden;
  text-indent: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  background: no-repeat center center;
}

.arrow-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arrow-link:hover {
  opacity: .6;
}

.arrow-link span {
  display: block;
  padding-right: 13px;
  position: relative;
}

.arrow-link span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  box-sizing: border-box;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-link span.en {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
}

.content {
  display: block;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp {
  display: none !important;
}

.sp-inline {
  display: none !important;
}

/*-----title-----*/
.section-head {
  position: relative;
  line-height: 1;
  margin-bottom: 70px;
}

.section-head .ttl01 {
  margin-right: auto;
}

.ttl01 .big {
  font-family: "Noto Sans SC",'Source Han Sans CN','arial','microsoft yahei',sans-serif;
  font-size: 40px;
  font-weight: 100;
  margin-right: 20px;
  letter-spacing: 4px;
  line-height: 1;
}

.ttl01 .small {
  font-size: 16px;
  line-height: 1;
}

.section-head .arrow-link {
  position: relative;
  top: 10px;
}

.section-head .arrow-link:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .inner-wrap {
    width: 100%;
    padding: 0;
  }

  .outer-wrap {
    padding: 0;
  }

  .bt-search {
    overflow: hidden;
    text-indent: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    background: no-repeat center center;
  }

  .arrow-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .arrow-link span {
    display: block;
    padding-right: 13px;
    position: relative;
  }

  .arrow-link span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    box-sizing: border-box;
    border-top: #000 solid 1px;
    border-right: #000 solid 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .content {
    min-width: 100%;
  }

  .pc {
    display: none !important;
  }

  .pc-inline {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-inline {
    display: inline !important;
  }

  /*-----title-----*/
  .section-head {
    position: relative;
    line-height: 1;
    margin-bottom: 30px;
  }

  .section-head .ttl01 {
    margin-right: auto;
  }

  .ttl01 .big {
    font-size: 28px;
    margin-right: 20px;
  }

  .ttl01 .small {
    font-size: 12px;
  }

  .section-head .arrow-link {
    top: 6px;
    font-size: 12px;
  }
}
/*  i-Automation! include  */
.u-mg_bottom_20 {
  margin-bottom: 20px !important;
}

.c-unit__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.u-color-notes {
  color: #5a646e;
}

.e-txt, .e-txt--lead, .e-txt--lead-sub, .e-txt--sub, .e-txt--notes, .e-txt--kome, .e-txt--indent {
  margin-bottom: 20px;
}

.e-txt--kome {
  position: relative;
  font-size: 14px;
  padding-left: 1em;
}

.u-font-12 {
  font-size: 12px;
}

.u-color-accent {
  color: #5a646e;
}

@media screen and (max-width: 736px) {
  .c-unit__inner {
    min-width: 0;
    padding: 0 20px;
  }

  .e-txt--kome {
    font-size: 12px;
    margin-bottom: 10px;
  }
}



