/* フロートメニュー */
.floatMenu>ul li {
  padding: 0;
  width: 33.3333%;
}
.floatMenu>ul li>a {
  display: block;
  padding: 15px 5px;
}
.floatMenu>ul li>a:hover {
  background-color: #d2d0e5;
  color: #000000;
}
@media (min-width: 993px) {
  .floatMenu>ul li + li {
    border-left: 1px solid #e1e1e1;
  }
}
@media (max-width: 992px) {
  .row.floatMenu {
    border: none;
  }
  .floatMenu>ul li {
    border: 1px solid #e1e1e1;
  }
  .floatMenu>ul li:nth-child(1) {

  }
  .floatMenu>ul li:nth-child(2) {
    border-left: none;
  }
  .floatMenu>ul li:nth-child(3) {
    border-top: none;
  }
}
@media (max-width: 361px) {
  .floatMenu>ul li:nth-child(-n+2) {
    height: 74px;
  }
}


.anchor {
  display: block;
  padding-top: 54px;
  margin-top: -54px;
}
.anchor:after {
  content: "";
  height: 80px;
  display: block;
}
.suggestFlow .layout,
.feelFreeContact .layout {
/*  margin-bottom: 0;*/
}

@media (max-width: 992px) {
  .anchor {
    padding-top: 108px;
    margin-top: -108px;
  }
  .suggestFlow .layout,
  .feelFreeContact .layout {
    margin-bottom: 54px;
  }

}
/* フロートメニューが2段になるとき */
@media screen and (min-width:752px) and ( max-width:992px) {
  .anchor {
    height: 4rem;
  }
}

/* c5内のresponsive-slides.cssとimageSlider_responsive-slides.cssの差分をマージ */
.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.rslides_tabs li.rslides_here a {
  background: #333;
}
.rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  background: #ccccc9;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/*  */

/* スライド */
.ccm-image-slider-text {
/*  width: unset;*/
/*  left: unset;*/
/*  top: unset;*/
/*  right: 0;*/
/*  bottom: 0px;*/
/*  padding: 0.25em 1em;*/
/*  background-color: #33333399;*/
/*  color: #cccccc;*/
  position: unset;
}
@media (max-width: 767px) {
  .ccm-image-slider-text {
/*    font-size: 0.85714em;*/
/*    padding: 0.1em 0.5em;*/
/*    bottom: unset;*/
/*    top: 0;*/
  }
}
/* スライダーがグローバルメニューにかぶるのを解消 */
.rslides > li.rslides1_on {
  z-index: 1 !important;
}
.rslides > li:not(.rslides1_on) {
  z-index: 0 !important;
}

/* スライダーの●●●● */
ul.rslides_tabs {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 0;
}
ul.rslides_tabs li {
  margin-right: 15px;
}
ul.rslides_tabs li:last-child {
  margin-right: 0;
}
ul.rslides_tabs li a {
  margin-right: 0;
}
ul.rslides_tabs li.rslides_here a {
}
@media (max-width: 768px) {
  ul.rslides_tabs {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -8px;
  }
  ul.rslides_tabs li {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  ul.rslides_tabs li a,
  ul.rslides_tabs li.rslides_here a {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 0;
  }
  ul.rslides_tabs li a:after {
    content: "";
    background-color: #999999;
    display: block;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    margin: -12.5px auto;
    border-radius: 100%;
  }
  ul.rslides_tabs li.rslides_here a:after {
    background: #333;
  }
}

/* スライダー下のタイトル */
.topSlideTitle {
  padding: 15px 0;
  margin-bottom: 30px;
}
.topSlideTitle h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
.topSlideTitle .layout {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topSlideTitle {
    padding: 10px;
  }
  .topSlideTitle h2 {
    font-size: 20px;
  }
  .topSlideTitle .layout {
/*    font-size: 0.85714em;*/
  }
}


/* こんな時にご相談 */
.feelFreeContact ul {
  list-style-position: outside;
  margin-left: 40px;
  padding: 0;
}
.feelFreeContact ul li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .feelFreeContact h2.layout__title {
    margin-bottom: 20px;
  }
  .feelFreeContact ul {
    margin-left: 20px;
/*    font-size: 0.85714em;*/
  }
}

/* ご提案までの流れ */
.suggestFlow .col-sm-3 h4.layout__title {
  margin-top: 0;
  padding: 1rem;
  background-color: #d2d0e5;
  text-align: center;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .suggestFlow .col-sm-1 {width: 6.5%;}
  .suggestFlow .col-sm-3 {width: 29%;}
  .suggestFlow .col-sm-3:last-child {margin-left: 0;}
}
@media (max-width: 767px) {
  .suggestFlow .stepArrow .img_c_top {
    margin-bottom: 10px;
    margin-top: -20px;
  }
  .suggestFlow .stepArrow .img_c_top .img {
    margin-bottom: 0;
  }
  .suggestFlow .stepArrow .img_c_top .img img {
    transform: rotate(90deg);
  }
}

/* しっかりサポート */
.supportContent {
  margin-bottom: 30px;
}
.supportContent .col-sm-12 .row {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
.supportContent .col-sm-12 .row .col-sm-4 {
  background-color: #666666;
}
.supportContent .col-sm-12 .row .col-sm-4 h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.08em;
}
.supportContent .col-sm-12 .row .layout {
  height: 130px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .supportContent .col-sm-12 .row .layout {
    height: auto;
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .supportContent .col-sm-12 .row .layout {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .supportContent .col-sm-12 .row .layout {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .supportContent .col-sm-12 .row .layout {
    height: 100px;
  }
}

.supportContent .col-sm-12 .row .layout .oh {
  width: 100%;
}

/* 納入事例のご紹介 */
.caseCatIcon {
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  width: 120px;
  text-align: center;
  display: inline-block;
  margin: 0px 1rem 0px 0px;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .caseCatIcon {
    margin-top: 1rem;
  }
}
/* 納入事例のご紹介 サムネイル */
.exampleThum .row {
  margin-left: -1px;
  margin-right: -1px;
}
.exampleThum .row .col-sm-3 {
  padding-left: 1px;
  padding-right: 1px;
  width: 25%;
  float: left;
}
/* 納入事例のご紹介 もっと見る */
.moreCase a {
  display: block;
  padding: 12px 2px;
  margin: auto;
  width: 50%;
  background: #838383;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .moreCase a {
    width: 100%;
  }
}


/* お問い合わせ */
.proPTcontact {
  margin: auto;
  width: 600px;
  font-weight: bold;
}
dl.proPTcontact,
dl.proPTcontact dt,
dl.proPTcontact dd {
  box-sizing: border-box;
}
dl.proPTcontact {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
dl.proPTcontact dt,
dl.proPTcontact dd {
  padding: 15px;
  border-top: 1px solid #ccc;
  text-align: center;
}
dl.proPTcontact dt {
  background: #7d7d7d;
  color: #ffffff;
  width: 60%;
  float: left;
}
dl.proPTcontact dd {
  background: #fff;
  margin-left: 60%;
  padding-bottom: 0;
  border-left: 1px solid #ccc;
}
dl.proPTcontact dd:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  dl.proPTcontact {
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 400px;
    max-width: 90%;
  }
  dl.proPTcontact dt,
  dl.proPTcontact dd {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  dl.proPTcontact dt {
    width: 100%;
    float: none;
  }
  dl.proPTcontact dd {
    background: #fff;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}

/* ボタン */
.inquiry-btn a {
  display: block;
  background-color: #838383;
  padding: 15px 10px;
  margin: 10px auto 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
}
.moreCase a:hover,
.inquiry-btn a:hover {
  opacity: 0.7;
}
p.inquiry-btn.footerInquiry {
  padding-bottom: 100px;
}

/* 事例カテゴリ */
div[id*='Container'] .catIconContainer {
  max-width: 1200px;
  margin: 14px auto 5px;
  padding: 0 10px;
  font-size: 0.85714em;
}
div[id*='Container'] .catIconContainer .layout {
  margin-bottom: 0;
}
div[id*='Container'] .catIconContainer .caseCatIcon {
  width: auto;
  padding: 1px 3em;
}
@media (max-width: 767px) {
  div[id*='Container'] .catIconContainer .caseCatIcon {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

/* ケース */
.case {
  width: 900px;
  max-width: 100%;
  margin: auto;
}
/* ケースキャプション */
.case[class*="imageCaption_"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .case[class*="imageCaption_"] {
    position: unset;
    margin-bottom: 10px;
  }
}

/* ケースメイン画像出し分け */
.case[class*="caseImage_"]:not(.current),
.case[class*="imageCaption_"]:not(.current) {
  display: none;
}
.case[class*="caseImage_"].current,
.case[class*="imageCaption_"].current {
  display: block;
}

/* ケースキャプションテキスト */
.captionText {
  background-color: #00000066;
  color: #dddddd;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .captionText {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .captionText {
    margin: 0;
    background-color: #666666;
  }
}

/* ケースサムネイル一覧 */
.case.exampleThum {
  margin: 2px auto 20px;
}
/* ケースサムネイル */
.case.exampleThum .row div[class^="col-sm-"] {
  padding-left: 1px;
  padding-right: 1px;
  width: 14.2857%;
  float: left;
}
@media (max-width: 768px) {
  .case.exampleThum .row div[class^="col-sm-"] {
    width: 25%;
    padding-bottom: 2px;
  }
}
.case.exampleThum div[class^="col-sm-"] {
  opacity: 0.5;
  transition-duration: 0.25s;
}
.case.exampleThum div[class^="col-sm-"]:hover {
  opacity: 0.75;
  transition-duration: 0.25s;
}
.case.exampleThum div[class^="col-sm-"].currentSub {
  opacity: 1;
  transition-duration: 0.25s;
}
.case.exampleThum div[class^="col-sm-"].currentSub,
.case.exampleThum div[class^="col-sm-"].currentSub:hover{
  cursor: auto;
}
.case.exampleThum div[class^="col-sm-"]:hover {
  cursor: pointer;
}

/* 設計事務所様の声 */
.case.customersVoice {
  border: 2px solid #666666;
  margin-bottom: 30px;
}
.case.customersVoice .layout__title {
  background-color: #666666;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0;
}
.case.customersVoice .layout.img_l {
  padding: 30px;
  margin: 0;
}
.case.customersVoice .layout.img_l ul {
  list-style-position: outside;
  margin-left: 20px;
  padding: 0;
}
.case.customersVoice .layout.img_l li + li {
  margin-top: 1em;
}
.case.customersVoice .layout.img_l p + p {
  margin-top: 5px;
}

/* サブタイトル */
.index_sub {
  background-color: #666666;
  padding: 0.5em 1em;
  color: #ffffff;
}
.index_sub .layout__title {
  margin: 0;
}
hr.separation {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #ddd;
}

/*採用している当社商品*/
.specifiedCommodityCode,
ul.imageList.sep4.titleStyle.counter {
  max-width: 910px;
  margin: auto;
}

/*採用している当社商品 詳細ページはこちら（を非表示）*/
.specifiedCommodityCode ul.pageList.linkDef {
  display: none;
}


/********** 編集モード **********/
div[data-container="block"] .container {
  padding: 10px 0 30px 0 !important;
  margin: 10px auto 20px !important;
  border: 2px dotted #f99 !important;
}

/********** 編集モード ケース **********/
div[data-container="block"] .container .case[class*="imageCaption_"] {
  position: unset;
  margin-bottom: 20px;
}
div[data-container="block"] .container .case[class*="caseImage_"]:not(.current),
div[data-container="block"] .container .case[class*="imageCaption_"]:not(.current) {
  display: block;
}
div[data-container="block"] .case.exampleThum div[class^="col-sm-"] {
  opacity: 1;
}