@charset "UTF-8";

/**
 * 駅ポスター
 */

/* ==========================================================================
   駅ポスター
   ========================================================================== */

.vol {
  border-bottom: 1px solid #cfd3d6;
  min-height: 171px;
  padding: 15px 0 15px 120px;
  position: relative;
}

.vol:last-child {
  border-bottom: none;
}

/* 画像 */
.vol .image {
  position: absolute;
  left: 0;
  top: 15px;
  width: 110px;
}

/* Vol */
.vol h2 {
  font-size: 1.3rem;
  font-weight: bold;
}

/* タイトル */
.vol p {
  font-size: 92.30769%;
  background: url(/smt/common/css/img/icon_arrow05.png) no-repeat left 5px;
  line-height: 1.67;
  margin-top: 5px;
  text-indent: 11px;
}

/* PDFアイコン */
.vol .txt .postion-end {
  vertical-align: middle;
}

/* もっと見る（閉じる）ボタン */
.toggle-btn a {
  background-color: #FFF;
  border: 1px solid #cfd3d6;
  border-radius: 2px;
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 25px 10px;
  position: relative;
}

.toggle-btn a:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 4px;
}

.toggle-btn[data-state=open] a:after{
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
