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

#pants_all_season{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0rem;
	line-height:2.5em;
  color: #1D1D1D;
	-webkit-text-size-adjust: 100%;
}

#pants_all_season h2 {
  margin: 30px auto;
  text-align: center;
  font-weight: 900;
}

.block-link { 
  display: none;
}

.pants_all_seasons_h3 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 0px 50px 1em;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #1D1D1D;
}

.pants_all_seasons_h3:before,
.pants_all_seasons_h3:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #1D1D1D;
}

.pants_all_seasons_h3:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.pants_all_seasons_h3:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.pants_all_seasons_h3 span {
  position: relative;
  display: block;
}

/* 上下の余白を消す */
.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}

