@charset "UTF-8";
/* Scss Document */
.list_box {
  margin: 3em 0 5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", 'Noto Sans JP', sans-serif;
}
.list_box .box {
  box-sizing: border-box;
  /* Pager style（外部化可） */
  width: 93.75%;
  max-width: 800px;
  margin: auto;
}
.list_box .box h2 {
  margin-top: 2em;
}
.list_box .box #up_ymd {
  font-size: 12px;
  text-align: right;
  margin-top: 1em;
}
.list_box .box #detail {
  line-height: 1.5;
  margin-top: 1em;
  box-sizing: border-box;
  padding: 0 1em 0;
}
.list_box .box .detailText span {
  font-size: 17px !important;
  color: #000;
}
@media screen and (max-width: 480px) {
  .list_box .box .detailText span {
    font-size: 18px !important;
  }
}
.list_box .box .detailUpfile {
  font-size: 16px !important;
  margin: 1em auto 0;
  max-width: 600px;
}
.list_box .box .detailUpfile + .detailText {
  margin-top: 1em;
}
.list_box .box .back_area {
  width: 100%;
  position: relative;
  margin-top: 2em;
  height: 1.5em;
}
.list_box .box .back_area .backORcloseBtn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: inline-block;
  padding: 3px 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
}
.list_box .box .back_area .backORcloseBtn a {
  color: #666;
}
b {
    font-weight: 700;
}