@charset "UTF-8";
/* CSS Document */

aside.a_trm{
  border: none;
  padding: 0;
  text-align: left;
}

aside.a_trm section{
  padding: 0;
}

aside.a_trm h2{
  text-align: left;
}

aside.a_trm h2 a{
  width: 100%;
  height: 100%;
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 75px;
  color: #FFF;
  background: #00a296;
  display: block;
  padding: 0  0 0 45px;
  box-sizing: border-box;
  position: relative;
}

aside.a_trm h2 a::before{
  content: "＞";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) scale(.6,1);
}

aside.a_trm ul{
  margin: 0;
  border-bottom: 1px solid #00a296;
}

aside.a_trm ul li +li{
  border-top: 1px solid #00a296;
}

aside.a_trm ul a{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
   font-size: 16px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #00a296;
  padding: 20px 5px 20px 30px;
  display: block;
  position: relative;
}

aside.a_trm ul a::before{
  content: "＞";
  color: #ed7b00;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) scale(.6,1);
  display: block;
}

aside.a_trm ul .active a{
  color: #3378ba;
}

aside.a_trm ul .active a::before{
  content: "";
  width: 5px;
  height: 20px;
  background: #ed7b00;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}



@media screen and (max-width: 980px) {

  aside.a_trm h2 a{
    font-size: 4vw;
    line-height: 18vw;
    color: #FFF;
    background: #00a296;
    display: block;
    padding: 0  0 0 15vw;
    box-sizing: border-box;
    position: relative;
  }

  aside.a_trm h2 a::before{
    left: 10vw;
  }

  aside.a_trm ul a{
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 5vw 2vw 5vw 10vw;
  }

  aside.a_trm ul a::before{
    left: 5vw;
  }

  aside.a_trm ul .active a::before{
    width: 1vw;
    height: 4vw;
    left: 6vw;
  }


}






