@charset "UTF-8";
#header .header-bg::before,
body.no_scroll #header .header-bg::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.breadcrumb {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1.2;
}

.contentWrap {
  position: relative;
  z-index: 0;
}

.contentRow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contentRow .contentMain {
  width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
  .contentRow .contentMain {
    width: 100%;
  }
}

.contentRow .contentSide {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .contentRow .contentSide {
    width: 100%;
  }
}

.contentMain {
  position: relative;
  z-index: 0;
}

.contentMain-inner {
  padding-top: 30px;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .contentMain-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contentSide {
  padding-top: 30px;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentSide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#contentHeader {
  background: url(../images/pageHero-master.png) no-repeat 50% center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 3;
}

.contentHeader-inner {
  height: 400px;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contentHeader-inner {
    height: 60vw;
  }
}

.contentHeader-inner-col {
  line-height: 0;
}

#contentHeader-block {
  position: relative;
  background-color: #4C4C4C;
  z-index: 2;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contentHeader-block {
    padding: 10px 20px;
    background-color: rgba(76, 76, 76, 0.7);
  }
}

.printing #contentHeader-block,
.printing-child #contentHeader-block {
  background-color: #E0561D;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .printing #contentHeader-block,
  .printing-child #contentHeader-block {
    background-color: rgba(224, 86, 29, 0.7);
  }
}

.web-system #contentHeader-block,
.web-system-child #contentHeader-block {
  background-color: #059E91;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .web-system #contentHeader-block,
  .web-system-child #contentHeader-block {
    background-color: rgba(5, 158, 145, 0.7);
  }
}

.products-development #contentHeader-block,
.products-development-child #contentHeader-block {
  background-color: #00B2E6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .products-development #contentHeader-block,
  .products-development-child #contentHeader-block {
    background-color: rgba(0, 178, 230, 0.7);
  }
}

#contentHeader-block .blockin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-title {
  display: inline-block;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 3rem;
  }
}

.page-title-en {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .page-title-en {
    font-size: 1.6rem;
  }
}

/* =========================================================
.btn（ボタン）
========================================================= */
a.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  padding: 1em 2em;
  border-radius: 0.2em;
  background-color: gray;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, red 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, red));
  background-image: -webkit-linear-gradient(left, transparent 50%, red 50%);
  background-image: -o-linear-gradient(left, transparent 50%, red 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff0000 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  -o-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  a.btn {
    font-size: 1.4rem;
  }
}

a.btn-small {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border-radius: 0.2em;
  background-color: gray;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, red 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, red));
  background-image: -webkit-linear-gradient(left, transparent 50%, red 50%);
  background-image: -o-linear-gradient(left, transparent 50%, red 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff0000 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  -o-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  a.btn-small {
    font-size: 1.4rem;
  }
}

a.btn:hover,
a.btn-small:hover {
  color: #fff;
  background-color: red;
  background-position: -100% 100%;
}

a.btn:before,
a.btn-small:before {
  font-weight: bold;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 12px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.4rem;
}

/* =========================================================
sectionBox と amiBox
========================================================= */
.sectionBox {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.sectionBox:before,
.sectionBox:after {
  content: "";
  display: block;
}

.sectionBox:after {
  clear: both;
}

.sectionBox + .sectionBox:before {
  border: medium none;
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ccc;
}

.amiBox {
  margin-bottom: 20px;
  background-color: #efefef;
  padding: 15px;
}

.amiBox > h2:first-child,
.amiBox > h3:first-child,
.amiBox > h4:first-child,
.amiBox > h5:first-child {
  margin-top: 0 !important;
}

.amiBox > *:last-child {
  margin-bottom: 0 !important;
}

.amiBox:before,
.amiBox:after {
  content: "";
  display: block;
}

.amiBox:after {
  clear: both;
}

.amiBox-y {
  background-color: #fff7d8;
  padding: 3vw;
}

.amiBox-y:before,
.amiBox-y:after {
  content: "";
  display: block;
}

.amiBox-y:after {
  clear: both;
}

.frameBox {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #A5C2C2;
}

.frameBox > *:last-child {
  margin-bottom: 0 !important;
}

.frameBox > h2:first-child,
.frameBox > h3:first-child,
.frameBox > h4:first-child,
.frameBox > h5:first-child {
  margin-top: 0 !important;
}

.frameBox:before,
.frameBox:after {
  content: "";
  display: block;
}

.frameBox:after {
  clear: both;
}

/**************************************
.point-box
*************************************/
.point-box {
  padding: 30px 0;
}

.point-box + .point-box {
  border-top: 1px solid #999;
}

.point-box:before,
.point-box:after {
  content: "";
  display: block;
}

.point-box:after {
  clear: both;
}

.point-box .cont {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.point-box .cont > :first-child {
  margin-top: 0;
}

.point-box .cont > :last-child {
  margin-bottom: 0;
}

.point-box .point-titlebar {
  color: #333;
  background-color: #f2f2f2;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.point-box .point-num {
  z-index: 1;
  background-color: #ffff00;
  font-family: 'Roboto', sans-serif;
  padding: 0.6em 1em;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.point-box .point-title {
  padding: 0.6em 0.6em;
  line-height: 1.2;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .point-box .point-titlebar {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .point-box .point-title {
    font-size: 20px;
    font-size: 1.9rem;
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}
/**************************************
.frame-box
*************************************/
.frame-box {
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
}

/**************************************
.flow-box
*************************************/
.flow-box {
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.flow-box .flow-title {
  padding: 1em 20px 0.5em 20px;
  display: block;
  margin: 0;
  border-bottom: 1px solid #37536c;
  font-size: 1.8rem;
  font-weight: 700;
}

.flow-box .cont {
  padding: 10px 20px 20px;
}

.flow-box .row .cont {
  padding: 0px;
}

.flow-box .row {
  padding: 20px 30px;
}

.flow-box .flow-img {
  text-align: center;
}

.flow-box .flow-img img {
  width: 100%;
  max-width: 100%;
}

.flow-arrow {
  margin-bottom: 15px;
  text-align: center;
}

.frame-box {
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px;
}

/************************************
**FAQ
************************************/
.qaBox {
  margin: 10px auto 40px;
}

.qaBox .qa-icon {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  padding: 5px;
  width: 40em;
  text-align: center;
}

.qaBox dt {
  margin-top: 10px;
  background: #efefef;
}

.qaBox dt:first-child {
  border-top: none !important;
}

.qaBox .q-icon,
.qaBox .a-icon {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  padding: 5px;
  width: 1.4em;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.qaBox .q-icon {
  background-color: #4C4C4C;
}

.qaBox .a-icon {
  background-color: #E0561D;
}

.qaBox dd {
  display: none;
  background: #F5F5F5;
  padding: 0;
}

.qaBox .a-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.qaBox .q-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.qaBox .qa-title {
  padding: 7px 10px;
  width: calc(100% - 90px);
}

.qaBox .qa-title * {
  margin-bottom: 0 !important;
}

.qaBox .qa-toggle,
.qaBox .qa-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.qaBox .qa-toggle {
  margin: 5px 5px 5px auto;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #A5C2C2;
  line-height: 1;
}

.qaBox .qa-toggle span {
  position: absolute;
  left: 8px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.qaBox .qa-toggle span:nth-of-type(1) {
  top: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.qaBox .qa-toggle span:nth-of-type(2) {
  top: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.qaBox .qa-toggle.active {
  /*＋、－切り替え*/
}

.qaBox .qa-toggle.active span:nth-of-type(1) {
  display: none;
}

.qaBox .qa-toggle.active span:nth-of-type(2) {
  top: 14px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.qaBox .question-link {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px dotted #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* =========================================================
google-map
========================================================= */
.google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

/* =========================================================
.sec-linkBox
========================================================= */
.sec-linkBoxArea {
  background-color: #eaeaea;
  padding: 20px 15px 10px;
  margin-bottom: 30px;
}

.linkBox li {
  list-style: none;
}

.linkBox li::before,
.linkBox li::after {
  display: none;
}

.linkBox a {
  display: table;
  width: 100%;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  padding: 1em 2em 1em 1em;
  border: 1px solid #999;
  color: #333;
  background-color: #f2f2f2;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, red 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #ff0000 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.printing .linkBox a {
  background-image: -webkit-linear-gradient(left, transparent 50%, #E0561D 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #e0561d 50%);
}

.web-system .linkBox a {
  background-image: -webkit-linear-gradient(left, transparent 50%, #059E91 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #059e91 50%);
}

.products-development .linkBox a {
  background-image: -webkit-linear-gradient(left, transparent 50%, #00B2E6 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #00b2e6 50%);
}

.linkBox a span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .linkBox a {
    font-size: 1.4rem;
  }
}
.linkBox a:hover {
  border: 1px solid red;
  color: #fff;
  background-color: red;
  background-position: -102% 100%;
}

.printing .linkBox a:hover {
  border: 1px solid #E0561D;
  background-color: #E0561D;
}

.web-system .linkBox a:hover {
  border: 1px solid #059E91;
  background-color: #059E91;
}

.products-development .linkBox a:hover {
  border: 1px solid #00B2E6;
  background-color: #00B2E6;
}

.linkBox a:before {
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: block;
  position: absolute;
  right: 12px;
  line-height: 1;
  top: calc(50% - 0.5em);
  font-size: 2rem;
  font-weight: 900;
}

.linkBox a[href^="#"]::before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* =========================================================
制作事例のworksCard
========================================================= */
.worksCard .worksCard .worksCard-imgArea a {
  display: block;
}

.worksCard a:hover {
  opacity: 0.8;
}

.worksCard .worksCard-imgArea {
  margin-bottom: 5px;
}

.worksCard .worksCard-title {
  margin-bottom: 5px !important;
}

.worksCard .worksCard-title a {
  line-height: 1.2 !important;
  font-size: 1.5rem !important;
  font-weight: 700;
}

.worksCard .worksCard-category {
  line-height: 1.2 !important;
}

.worksCard .worksCard-category a {
  line-height: 1.2 !important;
  font-size: 1.2rem !important;
  color: #999;
}

.worksCard .worksCard-excerpt {
  line-height: 1.6 !important;
  font-size: 1.4rem !important;
}

/* =========================================================
entry
========================================================= */
.entry-box {
  border: 1px solid #ccc;
  padding: 2vw;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .entry-box {
    padding: 15px;
  }
}

.entry-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .entry-title {
    font-size: 1.8rem;
  }
}

.entry-meta {
  text-align: right;
  margin-bottom: 10px;
}

.entry-date {
  font-size: 1.2rem;
}

.entry-thumbnail {
  margin-bottom: 20px;
}

/* =========================================================
editor
========================================================= */
.editor > *:first-child {
  margin-top: 0 !important;
}

.editor .readTxt {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
  transition: all 0.3s ease;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho Medium", YuMincho Medium, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .editor .readTxt {
    font-size: 2rem;
  }
}
.editor .readTxt span {
  display: inline-block;
}
.editor .readTxtFit {
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
  transition: all 0.3s ease;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho Medium", YuMincho Medium, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 979px) {
  .editor .readTxtFit {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .editor .readTxtFit {
    font-size: 2.4rem;
  }
}
.editor .readTxtFit span {
  display: inline-block;
}

.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

/*
hタグ
**************************/
.editor h2:not([class]) {
  padding: 0 0 0.6em;
  font-size: 2.6rem;
  background-color: transparent;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-display: swap;
  font-feature-settings: "palt";
  color: #333;
  margin: 1.5em 0 0.7em;
}
@media screen and (max-width: 767px) {
  .editor h2:not([class]) {
    font-size: 2rem;
  }
}
.editor h2:not([class])::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  border-top: 1px solid #000;
}
.editor h3:not([class]) {
  padding: 0.2em 0.5em;
  font-display: swap;
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  background: #000;
  color: #fff;
  margin: 0 0 0.6em;
}
.printing .editor h3:not([class]) {
  background-color: #E0561D;
}
.web-system .editor h3:not([class]) {
  background-color: #059E91;
}
.products-development .editor h3:not([class]) {
  background-color: #00B2E6;
}
.editor h4:not([class]) {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.3em 0em 0.3em;
  font-feature-settings: "palt";
  border-bottom: 1px solid #4C4C4C;
  color: #4C4C4C;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.printing .editor h4:not([class]) {
  border-bottom: 2px solid #E0561D;
}
.web-system .editor h4:not([class]) {
  border-bottom: 2px solid #059E91;
}
.products-development .editor h4:not([class]) {
  border-bottom: 2px solid #00B2E6;
}
.editor h5:not([class]) {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0.3em;
}

/*
pタグ
**************************/
.editor p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}

.editor .color-red {
  color: red;
}

/*
table設定
**************************/
.editor table {
  margin: 15px 0 20px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4;
}
.editor table caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.2em;
}
.editor table caption + tbody tr:first-child {
  border-top: none;
}
.editor table {
  width: 100%;
  max-width: 100%;
}
.editor table th {
  text-align: center;
  background-color: #e6e6e6;
  font-weight: bold;
  white-space: nowrap;
}
.editor table th,
.editor table td {
  padding: 1rem 1em;
}
.editor table tbody th,
.editor table tbody td {
  border: 1px solid #9e9fa0;
  vertical-align: top;
}
.editor table thead th,
.editor table thead td {
  border: 1px solid #9e9fa0;
  vertical-align: top;
  background-color: #666666;
  color: #fff;
}
.editor table tbody + tbody {
  border-top: 1px solid #9e9fa0;
}
.editor .table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

/*
table カレンダー用
**************************/
.editor .calendar-caption {
  text-align: left !important;
}
.editor .saturday {
  color: #fff !important;
  background-color : DodgerBlue !important;
}
.editor .sunday {
  color: #fff !important;
  background-color : DeepPink !important;
}

/*
blockquote
**************************/
.editor blockquote {
  background-color: #f4f1ed;
  padding: 1em 1em 1em 3em;
  position: relative;
  margin: 15px 0 15px;
}
.editor blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

/*
list
**************************/
.editor ul,
.editor ol {
  margin: 10px 0 15px;
}
.editor ul > li,
.editor ol > li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.editor ul > li {
  position: relative;
  padding-left: 1.1em;
}
.editor ul > li:before {
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.1em;
  line-height: 1.4;
  font-weight: 900;
}
.editor ol {
  padding-left: 1.2em;
}
.editor ol > li {
  list-style-type: decimal;
}
.editor ul.flexlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-betwen;
  justify-content: space-betwen;
  margin: 0 !important;
}
.editor ul.flexlist > li {
  padding-right: 1em;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .editor ul.flexlist > li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .editor ul.flexlist > li {
    width: 100%;
  }
}

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/************************************
**シングルページのナビゲーション
************************************/
.nav-previous,
.nav-next {
  margin: 0 5px;
}

.nav-previous a,
.nav-next a {
  background-color: #949494;
  color: #fff;
  padding: 1em;
  line-height: 1;
  border-radius: 5px;
}

/************************************
**form-table
************************************/
.form-table {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .form-table th,
  .form-table td {
    font-size: 1.2rem;
  }
}

.form-table .mark-Required {
  background-color: red;
  padding: 3px 0.5em;
  color: #fff;
}

.form-table input[type="text"],
.form-table input[type="password"],

.form-table input[type="url"],

.form-table input[type="email"] {
  width: 99%;
  border-radius: 3px;
  padding: 8px 10px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
  margin: 5px 0 5px;
}

.form-table textarea {
  width: 99%;
  vertical-align: top;
  resize: vertical;
  overflow: auto;
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

.form-table select {
  padding: 0.5em;
  margin: 5px 0 5px;
}

.form-table tr {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .form-table tr {
    display: block;
    margin-bottom: 0px;
    padding: 0.5em 0;
  }
}

.form-table th {
  text-align: left;
  background: none;
  border: none;
  width: 12em;
  padding: 2em 1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .form-table th {
    padding: 0;
    border: none;
    padding: 0;
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }
}

.form-table td {
  padding: 2em 1em;
  border: none;
}
@media screen and (max-width: 767px) {
  .form-table td {
    display: block;
    border: none;
    padding: 0;
  }
}

.form-table .mwform-tel-field input[type="text"] {
  width: auto;
}

.conform-visible {
  display: none;
}

.mw_wp_form_confirm .conform-visible {
  display: block;
}

/************************************
**お問い合わせ
************************************/
#contact_table {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  #contact_table th,
  #contact_table td {
    font-size: 1.2rem;
  }
}

#contact_table .mark-Required {
  background-color: red;
  padding: 3px 0.5em;
  color: #fff;
}

#contact_table input[type="text"],
#contact_table input[type="email"] {
  width: 99%;
  border-radius: 3px;
  padding: 8px 10px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

#contact_table textarea {
  width: 99%;
  vertical-align: top;
  resize: vertical;
  overflow: auto;
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

#contact_table tr {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #contact_table tr {
    display: block;
    margin-bottom: 10px;
    padding: 1em 0;
  }
}

#contact_table tr + tr {
  border-top: 1px solid #A5C2C2;
}

#contact_table th {
  text-align: left;
  background: none;
  border: none;
  width: 12em;
  padding: 2em 1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contact_table th {
    padding: 0;
    border: none;
    padding: 0;
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
}

#contact_table td {
  padding: 2em 1em;
  border: none;
}
@media screen and (max-width: 767px) {
  #contact_table td {
    display: block;
    border: none;
    padding: 0;
  }
}

#contact_table-btn {
  text-align: center;
}

#contact_table-btn input {
  background-color: #949494;
  color: #fff;
  padding: 0 1em;
  height: 38px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  border: none;
}

#contact_table-btn input:hover {
  background-color: red;
}

#contact_table .mwform-tel-field input[type="text"] {
  width: auto;
}

.mw_wp_form_confirm .amiBox {
  display: none;
}

.conform-visible,
.input-visible {
  display: none;
}

.mw_wp_form_input .input-visible {
  display: block;
}

.mw_wp_form_confirm .conform-visible {
  display: block;
}

/************************************
**シングルページのナビゲーション
************************************/
.nav-previous,
.nav-next {
  margin: 0 5px;
}

.nav-previous a,
.nav-next a {
  background-color: #949494;
  color: #fff;
  padding: 1em;
  line-height: 1;
  border-radius: 5px;
}

/************************************
** サイドエリア
************************************/
.side-area {
  margin-bottom: 15px;
}

.side-area h3 {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5em 0.5em;
  margin-bottom: 0.2em;
}

.side-area ul li {
  line-height: 1.4;
  margin-bottom: 0.5em;
  display: block;
}

.side-area ul li a {
  position: relative;
  padding-left: 0.6em;
  color: #454545;
}

.side-area ul li a:hover {
  color: red;
}

/*アイコン*/
.side-area ul li:not(.recentcomments) a::before {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-right: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

/************************************
** ニュースリスト
************************************/
.newsList {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .newsList {
    margin-right: 0px;
  }
}

.newsList li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .newsList li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newsList li + li {
  border-top: 1px dotted #ccc;
}

.newsList li .date {
  color: #998675;
  white-space: nowrap;
  padding-right: 0.8em;
}

.newsList li .category {
  padding-right: 0.8em;
  white-space: nowrap;
}

.newsList li .category a {
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 0.2em 0.6em;
  border-radius: 0.7rem;
  width: 6.5em;
  display: inline-block;
  background-color: #4C4C4C;
}

@media screen and (max-width: 767px) {
  .newsList li .txt {
    width: 100%;
  }
}

.newsList li .txt a {
  color: #333;
}
