@charset "UTF-8";

/* =========================================================
#pc__pic t共通
========================================================= */
#pc_pic {
  margin-bottom: 50px;
}
#pc_pic h2,
#pc_pic h3,
#pc_pic p,
#pc_pic a {
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 500;
}
#pc_pic .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* =========================================================
アイテム .item
========================================================= */
#pc_pic .item {
  width: 310px;
}
#pc_pic .item__ttl {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
#pc_pic .item__btn {
  text-align: center;
}
#pc_pic .item03 .detail__box:nth-child(1) {
  margin-bottom: 0;
}
#pc_pic .detail {
  height: 300px;
  margin-top: 12px;
  padding: 10px 0 0 8px;
  border: 1px solid #000;
  box-sizing: border-box;
}
#pc_pic .detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pc_pic .detail__box:nth-child(odd) {
  margin-bottom: 12px;
}
#pc_pic .detail__box--person {
  padding-right: 5px;
}
#pc_pic .detail__box--ttl {
  padding: 5px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
#pc_pic .detail__box--desc {
  font-size: 14px;
  letter-spacing: -0.1em;
  line-height: 1.45;
}
#pc_pic .detail__box--size {
  margin-left: -7px;
  display: block;
}
