@charset "utf-8";
/*===============================

    サイドナビ

================================*/
.rec_sideNav {
  /*border: 2px solid #cacacc;*/
  width: 200px;
  color: #3E3A39;
  font-family: '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  height: 100%;
  text-align: left;
}/* color以下は暫定対応(旧デザインページに対応させるため) */

.recMenu {
  border: 2px solid #cacacc;
}

.recMenu_container {}

.recMenu_ttl {
  background-color: #cc2914;
  border-bottom: 1px solid #cacacc;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}

.recMenu_ttl::before {
  /*border-left: 8px solid #fff;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;*/
}

.recMenu_contents {}

/* リスト */
.recMenuList {}

.recMenuList_item {
  border-bottom: 1px solid #cacacc;
}

.recMenuList_item:last-child { border-bottom: none; }
/*.recMenuList_item.last { border-bottom: none; }*/

.recMenuList_item a {
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}

.recMenuList_item a:hover {
  background-color: #FFEAEA;
  text-decoration: none;
}

/* バナー */
.recBannerBox { margin: 8px 0; }
.recBannerBox__item { margin-bottom: 8px; }
.recBannerBox__link { text-decoration: none; }
.recBannerBox__link:hover { opacity: .6; }
.recBannerBox__img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}
.recBannerBox > *:last-child { margin-bottom: 0; }


/* responsive */
@media screen and (max-width:768px){
  .rec_sideNav { display: none }
  .tabSwitch { display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 30px;}
  .tabSwitch_item {
    background-color: #fff;
    border-color: #ff5555;
    border-style: solid;
    border-width: 5px 5px 5px;
    color: #ff5555;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    width: 30%;
  }
  .tabSwitch_item.is-on { background-color: #ff5555; border-bottom: none; color: #fff; }
  .recMenu { border: none; position: relative;top: -30px; }
  .recMenu_ttl { display: none;}
  .recMenu_container { display: none; }
  .recMenu_container.is-on {
    background-color: #ff5555;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .recMenuList_item { border-bottom-color: #fff; }
  .recMenuList_item a { padding: 10px 15px; }
  .recBannerBox { display: none }
}/* @media */

.m_solutionBaseSideNavs a:hover{
  text-decoration: none;
}
.m_solutionBaseSideNavs .m_solutionBaseSideNav__target:hover{
  color: inherit;
  opacity: .7;
}
@media screen and (max-width:768px){
  .m_solutionBaseSideNavs{
    display:none;
  }
}