@charset "UTF-8";
/* CSS Document */
main {
	min-width: 1280px;
	margin-top: 0px;
}

article {
width: 985px;
height: auto;
display: block;
margin: 0px auto;
background-color: hsla(0,100%,99%,0.00);
box-shadow: -2px 0 30px 0px rgba(0, 0, 0, .2);
padding-bottom: 80px;
position: relative;
top: 0px;
}


.header {
background-image: url("../image2020/pc/01_1_01/header_bgimg.png");
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
margin: 0px auto;
width: 1280px;
height: 362px;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
position: relative;
top:120px;
z-index: 5;
}

.header h3 {
background-image: url("../image2020/pc/whatsnew/whatsnew_pc_1.png");
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
margin: 0px auto;
width: 985px;
height: 317px;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
position: relative;
top:40px;
}

.subcontentArea {
width: 820px;
height: 900px;
display: block;
margin: 0px auto 0px auto;
padding-top: 180px;
padding-bottom: 180px;
}

.subcontentArea h3 {
  text-align: center;
  	font-size: 35px;
	color: #0080C3;
	font-weight: bolder;
	border-bottom: 3px solid #0080C3;
	margin-bottom: 20px;
}

.subcontentArea p {
width: 706px;
height: auto;
display: block;
margin: 0px auto 40px auto;
font-size: 17px;
line-height : 33px;
letter-spacing : -0.8px;
}


.whatsnew {
  clear: both;
  /* 一覧ページ　年月ナビゲーション */
  /* ページナビゲーション */
}
.whatsnew .newslist {
  float: left;
  width: 580px;
}
.whatsnew .newslist .pagenavi {
  margin-top: 10px;
}
.whatsnew .newslist .pagenavi ul {
  margin-top: 10px;
  list-style-type: none;
}
.whatsnew .newslist .pagenavi ul li {
  float: left;
}
.whatsnew .newslist .pagenavi ul li a {
  display: block;
  font-size: 12px;
  padding: 3px;
  margin: 3px;
  border: solid 1px #A9A9A9;
}
.whatsnew table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
.whatsnew table, .whatsnew th, .whatsnew td {
  border: solid 1px #555555;
}
.whatsnew tr {
  background-color: #ffffff;
}
.whatsnew tr:hover {
  background-color: aqua;
}
.whatsnew th {
  padding: 5px;
  width: 120px;
}
.whatsnew td {
  padding: 5px;
}
.whatsnew td a {
  text-decoration: none;
  display: block;
}

/* 月別・年別ナビゲーション */
.whatsnew .ymnavi {
  float: right;
  margin-right: 15px;
  width: 150px;
}
.whatsnew .ymnavi h5 {
  font-size: 16px;
  color: #1B1EB7;
  margin-bottom: 8px;
}
.whatsnew .ymnavi ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.whatsnew .ymnavi ul li {
  white-space: nowrap;
  margin-bottom: 5px;
  background-image: url(../images/top/listmark.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-indent: 22px;
  font-size: 12px;
}
.whatsnew .pagenavi {
  margin-top: 5px;
}
.whatsnew .pagenavi ul {
  list-style-type: none;
}
.whatsnew .pagenavi ul li {
  float: left;
}
.whatsnew .pagenavi ul a {
  display: block;
  font-size: 12px;
  padding: 3px;
  margin: 3px;
  border: solid 1px #A9A9A9;
  text-decoration: none;
  background-color: #ffffff;
}
.whatsnew .pagenavi ul a:hover {
  background-color: #F9F997;
}
.whatsnew .pagenavi ul .current {
  background-color: #D9EBFE;
}

#newsArea {
  width: 500px;
  height: 400px;
  padding-bottom: 20px;
  margin: 0 auto 50px auto;
}
#newsArea .newsItem {
  float: left;
  width: 500px;
  height: 400px;
  margin: 0px 6px 15px 0px;
  overflow: hidden;
}
#newsArea .newsItem .slide {
  width: 500px;
}
#newsArea .newsItem .slide ul {
  width: 500px;
  height: 400px;
  overflow: hidden;
}
#newsArea .newsItem .slide li {
  display: block;
  width: 500px;
  height: 400px;
  overflow: hidden;
}
#newsArea .newsItem .slick-arrow {
  /* display:none !important; */
  z-index: 99 !important;
  margin-top: 0px;
}
#newsArea .newsItem h1 {
  font-weight: normal;
  margin-top: 5px;
}
#newsArea .newsItem .bluesquare {
  color: #0080C1;
}
#newsArea p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.6px;
  color: #231815;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#newsArea .pastnews {
  clear: both;
  width: 223px;
  margin-left: 260px;
}
#newsPhoto {
  text-align: center;
}
.date {
  text-align: right;
  margin-top: -20px;
  padding-top: 0px;
  font-size: 14px;
}
.date .bluesquare {
  color: #0080C1;
}
.whatsnewDetail {
  clear: both;
  width: 860px;
  margin: 0 auto;
}
.whatsnewDetail ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 40px;
  margin-bottom: 10px;
}
.whatsnewDetail ul li {
  margin-bottom: 5px;
}
.submenuCover {
  display: none;
}




/* ============================================== スマートフォン ================================================ */

@media screen and (max-width:800px){
main {
	min-width: 100%;
	margin-top: 0px;
}

article {
width: 414px;
height: auto;
display: block;
	margin: 0px auto;
	background-color: hsla(0,100%,99%,0.00);
	box-shadow: none;
	padding-bottom: 60px;
}

.header {
background-image: none;
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
margin: 0px auto;
width: 414px;
height: 189px;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
position: relative;
top:0px;
z-index: 5;
}

.header h3 {
background-image: url("../image2020/sp/whatsnew/whatsnew_sp_1.png");
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
margin: 0px auto;
width: 414px;
height: 189px;
text-indent: 300%;
white-space: nowrap;
overflow: hidden;
position: relative;
top:0px;
}

.subcontentArea {
width: 390px;
height: auto;
display: block;
margin: 0px auto 0px auto;
padding-bottom: 60px;
padding-top: 20px;
}


.subcontentArea p {
width: 350px;
height: auto;
display: block;
margin: 30px auto 20px auto;
font-size: 16px;
line-height : 27px;
letter-spacing : -0.5px;
text-align: justify;
text-justify: inter-ideograph;
}



/* ニュース一覧 */

.whatsnew {
  clear: both;
  /* 一覧ページ　年月ナビゲーション */
}
.whatsnew .newslist {
  float: none;
  display: block;
  width: 95%;
  margin:5px auto;
}

/* 月別・年別ナビゲーション */
.whatsnew .ymnavi {
  float: none;
  margin: 0px auto;
  width: 90%;
  text-align: center;
}
.whatsnew .ymnavi ul {
	margin:0px auto 10px auto;
	width:100px;
}
.whatsnew .ymnavi ul li {
  white-space: nowrap;
  margin-bottom: 5px;
  background-image: url(../images/top/listmark.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-indent: 22px;
  font-size: 12px;
  text-align: left;
  width:100px;
  
}

.whatsnew .ymnavi div {
	display: inline-block;
	width:45%;
	vertical-align: top;
	margin-top:10px;
	margin-bottom:10px;

}
.whatsnew .ymnavi .yearnavi {
}
.whatsnew .ymnavi h5 {
  font-size: 16px;
  color: #1B1EB7;
  margin-bottom: 8px;
}
.whatsnew .ymnavi ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.whatsnew .ymnavi div ul li {
  white-space: nowrap;
  margin-bottom: 5px;
  background-image: url(../images/top/listmark.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-indent: 22px;
  font-size: 12px;
  text-align: left;
}


  /* ページナビゲーション */
.whatsnew .newslist .pagenavi {
  margin: 10px auto ;
  width:90%;
  display: flex;
}
.whatsnew .newslist .pagenavi ul {
  margin-top: 10px;
  list-style-type: none;
  text-align: center;
}
.whatsnew .newslist .pagenavi ul li {
  float: none;
  display: inline-block;
}
.whatsnew .newslist .pagenavi ul li a {
  display: block;
  font-size: 12px;
  padding: 3px;
  margin: 3px;
  border: solid 1px #A9A9A9;
}

.whatsnew th {
  padding: 3px;
  width: 100px;
}
.whatsnew td {
  padding: 3px;
}


	
}