@charset "UTF-8";
/*------------------------------------
  Variables
------------------------------------*/
body.jta {
  overflow-y: scroll;
  background: url(https://signds.net/img/cds625/background-min.jpg) no-repeat fixed center center;
}

.jta {
  /* footer */
}

.jta .decoration img {
  max-width: 100%;
}

.jta .decoration h1 {
  position: relative;
  padding-bottom: 0.5em;
}

.jta .decoration h1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid black;
  border-bottom: 1px solid black;
}

.jta .decoration h2 {
  color: #527bcc;
  margin: 40px -8px 16px -8px;
  padding: 20px 8px 16px 24px;
  line-height: 28px;
  background-color: #f4f4f4;
  font-weight: bold;
}

.jta .decoration h3 {
  margin: 21px 0;
  padding: 0.25em 0.5em;
  background: #f4f4f4;
  border-left: solid 5px #527bcc;
  border-bottom: solid 3px #d7d7d7;
}

.jta .decoration h4 {
  margin: 16px 0;
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #7db4e6;
  /*左線*/
}

.jta .decoration h5 {
  margin: 14px 0;
  position: relative;
  padding-left: 0.7em;
}

.jta .decoration h5::after {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 1em;
  color: #494949;
  /*文字色*/
  font-size: 1.25rem;
  background-color: #7db4e6;
}

.jta .decoration h6 {
  margin: 12px 0;
  color: #527bcc;
  font-weight: bold;
  font-size: 1.15rem;
}

.jta .decoration p {
  padding: 0 1rem;
}

.jta .decoration img {
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.jta .decoration blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #555555;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.jta .decoration blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.jta .decoration blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

.jta .decoration blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.jta .decoration code {
  display: inline-block;
  background: #f0f5f9;
  border-radius: 3px;
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
  font-size: .85em;
  line-height: 1.4;
}

.jta .decoration pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #f0f5f9;
  white-space: pre-wrap;
  font-size: .85em;
}

.jta .decoration pre code {
  background: inherit;
  border: 0;
  font-size: 1em;
}

.jta main {
  position: relative;
  min-height: 100%;
  padding-bottom: 92px;
}

.jta .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}

.jta .container-fluid {
  max-width: 1000px;
}

.jta header {
  display: block;
}

.jta h1.logo {
  position: absolute;
  top: 20px;
}

.jta h1.logo a {
  display: block;
  text-indent: -9999px;
  background: url(https://signds.net/img/cds625/logo.gif) no-repeat 0 0;
  width: 330px;
  height: 60px;
}

.jta #siteHead .inner {
  height: 102px;
  background-color: rgba(255, 255, 255, 0.76);
}

.jta .headRight {
  float: right;
  width: 48%;
  overflow: hidden;
}

.jta .headRight > div > p {
  margin: 4px 0 0 0;
}

.jta .headContact {
  margin: 9px 0 0;
  float: left;
}

.jta .headContact div:first-child {
  margin-bottom: 4px;
}

.jta .headTel {
  margin: 15px 0 0;
  float: right;
  text-align: center;
}

.jta nav#global {
  width: 1000px;
  margin: 0 auto;
}

.jta nav#global ol,
.jta nav#global ul {
  padding: 0;
  list-style: none;
}

.jta ul.accordion p {
  margin: 0;
}

.jta ul.accordion p span {
  display: none;
}

.jta ul.gMenu {
  overflow: hidden;
}

.jta ul.gMenu li {
  float: left;
  width: 16.66666%;
  text-align: center;
}

.jta ul.gMenu li a {
  background-color: #000;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  transition: 0.4s;
  font-family: 'メイリオ', 'Meiryo', Osaka, "HGSｺﾞｼｯｸM","ＭＳ Ｐゴシック", sans-serif;
}

.jta ul.gMenu li a:hover {
  background-color: #888;
  text-decoration: none;
}

.jta ul.gMenu li a span {
  margin: 2px 0 0;
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.jta footer#siteFoot {
  display: block;
  text-shadow: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.jta .footMiddle {
  background-color: rgba(0, 0, 0, 0.76);
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.jta .footMiddle ul li {
  display: inline;
}

.jta .footMiddle ul li:after {
  content: "｜";
}

.jta .footMiddle ul li:last-child:after {
  content: "";
}

.jta .footMiddle a {
  color: #fff;
}

.jta .footBottom {
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

.jta .footBottom p {
  margin: 0;
  line-height: 1.6;
}

/*responsive -----------------------------------------------------------------------------------*/
@media only screen and (max-width: 999px) {
  body.jta {
    background: none;
    text-shadow: none;
  }
  .jta {
    /* 折り畳み部分を隠す */
    /* 背景 */
    /* アイコン */
  }
  .jta ul.infoBox {
    min-height: 0;
  }
  .jta #topSlide {
    width: 100%;
  }
  .jta .wrap {
    width: 100%;
  }
  .jta .inner {
    width: 100%;
  }
  .jta #siteHead .inner {
    height: auto;
  }
  .jta nav#global {
    width: 100%;
  }
  .jta ul.topPromiss,
  .jta ul.topBnr {
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px;
  }
  .jta ul.topPromiss li,
  .jta ul.topBnr li {
    width: 32%;
    text-align: center;
    margin: 0 0 10px 1%;
    float: left;
  }
  .jta ul.accordion {
    margin: 0;
  }
  .jta ul.accordion ul {
    display: none;
    border-bottom: 1px solid #fff;
  }
  .jta ul.accordion > li > p {
    background-color: #1B1464;
    margin: 0;
  }
  .jta ul.accordion > li > ul > li {
    border-top: 1px solid #fff;
    border-bottom: 1px dotted #000;
  }
  .jta ul.accordion > li > ul > li > a {
    display: block;
    width: 100%;
    height: 44px;
    padding: 15px 10px 0;
    line-height: 120%;
    letter-spacing: 1px;
  }
  .jta ul.accordion > li > ul > li > a:hover {
    text-decoration: none;
  }
  .jta ul.accordion p span {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    height: 44px;
    line-height: 120%;
    padding: 15px 10px;
    display: block;
    color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .jta ul.accordion p span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
  }
  .jta ul.gMenu li {
    float: none;
    width: 100%;
    text-align: left;
  }
  .jta ul.gMenu li a {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px 5px;
  }
  .jta ul.gMenu li a:hover {
    background-color: #888;
    text-decoration: none;
  }
  .jta ul.gMenu li a span {
    margin: 0 0 0 5px;
    display: inline;
    font-weight: normal;
    font-size: 10px;
  }
  .jta .main {
    width: 100%;
    float: none;
  }
  .jta #sidebar {
    margin: 20px auto;
    float: none;
  }
  .jta .webContact,
  .jta .telContact {
    width: 50%;
    padding: 10px 0;
    text-align: center;
  }
  .jta .webContact {
    background-color: #FF6432;
    float: left;
  }
  .jta .telContact {
    float: right;
    background-color: #11B329;
  }
  .jta .anshin dl dt {
    width: auto;
    margin: 0;
    float: none;
  }
  .jta .anshin dl dd {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 870px) {
  .jta h1.logo {
    left: 50%;
    margin: 0 0 0 -165px;
  }
  .jta p.siteDesc {
    float: none;
    width: 100%;
    text-align: center;
  }
  .jta .headRight {
    width: 470px;
    margin: 70px auto 0;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .jta .pcChart, .jta .pcFlow {
    display: none;
  }
  .jta .spChart, .jta .spFlow {
    display: block;
  }
  .jta ul.topPromiss li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .jta ul.topBnr li {
    width: 100%;
    text-align: center;
    float: none;
  }
  .jta ul.topBnr li a {
    display: block;
    width: 300px;
    margin: 0 auto 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .jta .bdBox {
    padding: 10px;
  }
  .jta h2.infoTitle a {
    position: static;
    display: block;
  }
  .jta h2.commonTitle a {
    margin: 5px 0 0;
    float: none;
    text-align: center;
  }
  .jta .imgLeft {
    float: none;
    width: 100%;
    text-align: center;
  }
  .jta .textRight {
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
  .jta .imgRight {
    float: none;
    width: 100%;
    text-align: center;
  }
  .jta .textLeft {
    margin: 15px 0 0;
    float: none;
    width: 100%;
  }
  .jta h1.logo {
    width: 100%;
    max-width: 300px;
    margin: 0 0 0 -150px;
  }
  .jta h1.logo a {
    width: 100%;
    background-size: contain;
  }
  .jta p.siteDesc {
    font-size: 10px;
  }
  .jta .headRight {
    width: 100%;
    margin: 90px auto 30px;
    float: none;
  }
  .jta .headTel {
    float: none;
    margin: 0;
  }
  .jta .headContact {
    text-align: center;
    float: none;
    margin: 0 0 20px;
  }
  .jta #siteFoot > .inner {
    width: 100%;
  }
  .jta .spHidden {
    display: none;
  }
  .jta .webContact,
  .jta .telContact {
    width: 100%;
    float: none;
  }
  .jta .footMiddle {
    height: auto;
  }
  .jta .footMiddle ul li.spHidden {
    display: none;
  }
  .jta ul.infoBox li span {
    width: 100%;
    float: none;
    margin: 0 0 5px;
  }
  .jta ul.infoBox li a {
    margin: 0;
  }
  .jta .roundBox {
    padding: 15px;
    margin: 0 0 20px;
  }
  .jta .harfImgLeft,
  .jta .harfImgRight {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  .jta .harfTxtRight,
  .jta .harfTxtLeft {
    float: none;
    width: 100%;
  }
  .jta .serviceContact {
    padding: 15px;
  }
  .jta a.btnExmp,
  .jta a.btnContact {
    width: 100%;
    float: none;
  }
  .jta a.btnExmp {
    margin: 0 0 15px;
  }
  .jta ul.metaBox li {
    width: 100%;
    float: none;
  }
  .jta .caseHide {
    display: none;
  }
  .jta .caseOpen {
    display: block;
  }
  .jta .harfLeft,
  .jta .harfRight {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
}
