#slideBox{

}
.slider{
	width: 1110px;
	margin: 0 auto 50px auto;
}
.slick-prev::before, .slick-next::before {
	color: #fc240b!important;
}
.infoTitle {
	color: #6dadfb;
	margin-bottom: 5px!important;
}
.infoTitle-1 {
    color: #6dadfb;
    margin-bottom: 20px!important;
    font-size: 16px;
    background-image: url(../common/images/pdf-icon.png);
    background-size: auto 24px;
    background-position: left 0em;
    padding-left: 30px;
    background-repeat: no-repeat;
}
.copy {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px!important;
    margin: 10px 0 20px 0;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
}
#newsList {
    height: 11em;
    overflow-y: auto;
}
#newsList li {
    margin-bottom: 10px;
}
.top {
    margin-bottom: 0;
}


/*新着情報*/
#newsWrap {
  margin-bottom: 0;
}
ul#newsList {
  margin: 0 0 30px 0;
  padding: 0;
  height: 11em;
  overflow-y: auto;
}
.catName {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 11px;
  line-height: 100%;
  margin: 0 2px;
}
.newMark {
  display: inline-block;
  border: 1px solid #F00;
  padding: 1px 4px;
  font-size: 11px;
  line-height: 100%;
  background: #F00;
  color: #fff;
  box-shadow: 1px 1px 1px #999;
  border-radius: 8px;
  font-style: italic;
}
.comment {
  display: block;
  padding: 3px 0;
  float: left;
  overflow: hidden;
  width: 500px; /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
}
.boxer-content {
  height: 650px;
  width: 700px;
}
#up_ymd {
  text-align: right;
  font-size: 14px;
  /* margin: 5px 10px; */
}
.detailUpfile {
  margin: 5px 0 35px;
  text-align: center;
}
.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}
.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
}
.detailUpfile img {
  max-width: 100%;
  height: auto;
}
.pNav {
  font-size: 11px;
}
.detailText {
  font-size: 14px;
}
.news-body {
  padding: 3px 10px;
}
.news-body h2 {
  border-bottom: 1px #1F213B solid;
  /* padding: 8px; */
  /* width: 100vw; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.news-body .pNav {
  display: none;
}
.pc-text {
  background-color: #1f213b;
}
.pc-text-t {
  padding-bottom: 2px;
}
.pc-text-d {
  display: none;
}