@charset "utf-8";
/* CSS CMS CUSTOM */
body#pagetop .contentsBox {
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
  max-width: 640px;
}
body#pagetop .p-top__news.media {
  margin-top: 30px
}
body#pagetop .headBox {
	display: flex
}
body#pagetop .cat {
	align-self: start;
	flex-basis: 60px;
	min-width: 60px;
	border-radius: 3px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	background: #FFA000;
	margin-right: 10px;
}
body#pagetop .cat.en-news,body#pagetop .cat.jp-news {}
body#pagetop .cat.en-media,body#pagetop .cat.jp-media {
	background-color: #FF4700;
}
body#pagetop ul.c-xj__list {margin: 0 0 15px;}
body#pagetop ul.c-xj__list li:nth-child(-n+5) {
  display: flex !important
}
body#pagetop ul.c-xj__list li {
  display: none;
  min-height: 50px;
  border-top: 1px dashed #00007D;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  padding: 15px 0;
}
body#pagetop .c-xj__inner-date {
    flex-basis: auto;
    min-width: initial ;
    font-weight: 500;
}
body#pagetop ul.c-xj__list li.c-xj__item {border-bottom: 0px dashed #00007D;}
body#pagetop ul.c-xj__list li.c-xj__item:nth-child(5) {
  border-bottom: 1px dashed #00007D!important;
}
body#pagetop ul.c-xj__list li .c-xj__inner-date {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  body#pagetop .headBox {
	display: block;
	margin-right: 10px;
  }
  .p-top__news-item-date{
    flex-basis: 40%;
    min-width: 40%;
    flex-basis: 90px;
}
  .cat
  {
    flex-basis: 40%;
    min-width: 40%;
}
  body#pagetop ul.c-xj__list li:nth-child(-n+5) {
    display: block!important
  }
}
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.tab {
  width: 33%;
  text-align: center;
  color: #00007D;
  display: block;
  border: 1px solid #00007D;
  padding: 5px 0px;
  background-color: #fff;
}
.tab.active,.tab:hover {
  color: #fff;
  background-color: #00007D;
  border: 1px solid #00007D;
}
.tab.active.news,
.tab.news:hover {
  background-color: #FFA000;
  border: 1px solid #FFA000;}
.tab.active.media,
.tab.media:hover {
  background-color: #ff4700;
  border: 1px solid #ff4700;}
.content-area {}
.content {
  display: none;
}
.content.show {
  margin-top: 50px;
  display: block;
}
.c-news__category.notice.jp-media,.c-news__category.notice.en-media {
	background-color: #ff4700;
}
@media screen and (max-width: 767px) {}