@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */

.allWrap#case section *{
  box-sizing: border-box;
}
#case main .caseStudyWrap .commonTitle06{
  line-height: 1.5;
}
#case main .commonTitle06:before{
  top: 8px;
}
/*==================================================================================
 sidenav
==================================================================================*/

.sidenavContentsWrap.wrap{
  width: 100%;
}
.sidenavContentsWrap.wrap .contentsArea{
  margin: 0 auto;
  width: 94%;
}

.sidenavArea{
  padding-top: 20px;
}
.sidenavArea .sideContact{
  display: none;
}
.sidenavWrap{
  position: relative;
}
.sidenavWrap ul li{
  list-style: none;
}
.sidenavSPTitle p{
  position: relative;
  padding: 15px 28px 15px 10px;
  color: #fff;
  background: #133664;
}
.sidenavSPTitle p:before,
.sidenavSPTitle p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  background: #fabe00 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidenavSPTitle p:before {
  right: 16px;
  width: 2px;
  height: 15px;
}
.sidenavSPTitle p:after {
  width: 15px;
  height: 2px;
}
.sidenavSPTitle.opened p:before {
  display: none;
}
.sidenavSPDrop{
  display: none;
  position: absolute;
  width: 100%;
  padding: 0 0 25px;
  left: 0;
  border-bottom: 1px solid #b9c3c8;
  background-color: #fff;
  z-index: 2;
  box-sizing: border-box;
}
.sidenavSPTitle,
.sidenavSPList,
.sidenavList{
  margin: 0 auto;
  width: 94%;
}
.sidenavSPList li a{
  display: block;
  padding: 15px 28px 15px 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  border: 1px solid #b9c3c8;
}
.sidenavSPList li:not(:first-child) a{
  border-top: none;
}
.sidenavSPList li a:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fac000;
  border-bottom: 2px solid #fac000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
  background: none !important;
}
.sidenavList li{
  margin-top: 20px;
  text-align: right;
}
.sidenavList li a{
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.sidenavList li a:before{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -5px;
  top: 50%;
  right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fac000;
}

@media (min-width: 1024px) {
  .sidenavContentsWrap.wrap{
    width: 94%;
  }
  .sideContact,
  .sidenavList{
    margin: 0;
    width: 180px;
  }
  .sidenavSPTitle,
  .sidenavSPList{
    display: none;
  }
  .sidenavSPDrop{
    display: block;
    position: relative;
    border: none;
    padding-bottom: 0;
    background: none;
  }
  .sideContact a,.sidenavList a{
    display: block;
    position: relative;
    box-sizing: border-box;
  }
  .sideContactLink a{
    min-height: 80px;
    padding: 18px 40px 0 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    color: #133664;
    text-decoration: none;
    border-radius: 5px;
    background: #fabe00;
  }
  .sideContactLink a.btnConsultation{
    padding: 18px 35px 0 15px;
    font-size: 16px;
  }
  .sideContactLink a:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #133664;
    border-bottom: 2px solid #133664;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
    background: none !important;
  }
  .sideContactTel{
    margin-top: 5px;
    padding: 10px 8px 8px;
    min-height: 100px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #000;
    background: #eaeff3;
    box-sizing: border-box;
  }
  .sideContactTel .number{
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 38px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
  }
  .sideContactTel .number .freeIcon{
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
  }
  .contentsArea .commonTitle02{
    padding-top: 0;
  }
  .sidenavList li{
    margin-top: 10px;
  }
  .sidenavList li a{
    padding: 15px 10px 15px 28px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #b9c3c8;
    border-radius: 3px;
  }
  .sidenavList li a:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -5px;
    top: 50%;
    left: 9px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #fac000 transparent transparent;
  }

  .sidenavContentsWrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .sidenavArea{
    position: relative;
    width: 180px;
    padding-top: 0;
  }
  .sidenavArea .sideContact{
    display: block;
  }

  .sidenavContentsWrap.wrap .contentsArea{
    width: calc(100% - 180px);
    margin: 0;
    padding-left: 5%;
    box-sizing: border-box;
  }

  .navTopFixed .sidenavWrap{
    position: fixed;
    top: 166px;
  }
  .navBottomFixed .sidenavWrap{
    position: absolute;
    top: inherit;
    bottom: 0;
  }
  .sidenavArea.noFixed .sidenavWrap{
    position: relative!important;
    top: inherit!important;
    bottom: inherit!important;
  }
}
