@charset "UTF-8";

img{
	display: inline;
}

#headerWrp{
	width: 100%;
	background: #024073;
	height: 60px;
}
#headerWrp .logo{
	right: 0;
}

#navWrp img{
	display: block;
}
.footer_wrp{
	font-size: 14px;
}
body{
	font-size: 18px;
	line-height: 1.5;
	color: #211714;
}
.content-inner h2, .content-inner h3{
	border: 3px solid #18406f;
	position: relative;
	color: #024073;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 10px 20px 15px;
	margin-bottom: 30px;
}
.content-inner h2{
	background: #f0af17;
	position: relative;
}
.content-inner h2:before{
	content: "";
	background: #024073;
	height: 90%;
	height: calc(100% - 10px);
	width: 3px;
	top: 5px;
	left: 6px;
	position: absolute;
}
.content-inner h3{
	background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
		width: 100%;
}
table th, table td{
	color: #024073;
	border: 1px solid #09003e;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
  padding: 15px 10px;
}
table th{
	background: #f0af17;
	font-weight: bold;
}
table.tbl02 th, table.tbl02 td{
	border-color: #fff;
	color:#211714;
	text-align: left;
	padding: 15px;
}
table.tbl02 td{
	background: #e5e5e5;
}
table.tbl02 tr:nth-child(2n) td{
	background: #f5f5f5;
}
.link-box {
	margin-bottom: 60px;
}
.link-box .single a, .link-box .single .active{
	text-align: center;
	display: block;
	border: 3px solid #18406f;
	padding: 10px 10px 25px;
	background: #fff url(../../img/cmn/link-arrow_b.png) center bottom 2px no-repeat;
	height: 100%;
}
.link-box .single a:hover, .link-box .single .active{
	background-color: #f0af17;
	opacity: 1;
}
.link-box .single a:hover img{
	opacity: 1;
}
.link-box img{
  height: 39px;
  width: auto;
}
@media screen and (min-width:760px){
	#headerWrp .logo{
		margin: 13px auto 0;
	  text-align: center;
	}
	#headerWrp #navBtn{
	  top: 5px;
	}
}
@media screen and (max-width:759px){
	body{
		font-size: 14px;
	}
	#headerWrp {
    height: 44px;
	}
	.logo img{
		vertical-align: baseline;
	}
	.footer_wrp{
		font-size: 10px;
	}
	.footer_share img{
		vertical-align: baseline;
	}
	.content-inner h2,.content-inner h3{
		font-size: 16px;
		padding: 15px 10px 15px 15px;
		margin-bottom: 20px;
	}
	table th, table td{
		font-size: 14px;
	  padding: 10px 8px;
	}
	table.tbl02.sp-table tr:nth-child(2n) td{
		background: #e5e5e5;
	}
	.link-box .single{
		margin-bottom: 20px;
	}
	.link-box.column4 .single{
		width: 48%;
	}
	.link-box.column5 .single{
		width: 32%!important;
	}
	.link-boxs img{
		height: 33px;
	}
}

.page-header{
	text-align: center;
	padding: 117px;
}

.content-inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 50px;
	background: #fff;
	position: relative;
}
.breadcrumbs{
	position: absolute;
	height: 70px;
	width: 100%;
	background: #fff;
	top: -70px;
	left:0;
	display: table;
}
.breadcrumbs ul{
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
}
.breadcrumbs ul li{
    margin-right: 20px;
    display: inline-block;
		vertical-align: middle;
}
.breadcrumbs ul li:before{
    content:url(../../img/cmn/link-arrow.png);
		display: inline-block;
		vertical-align: middle;
		padding-right: 5px;
}
.breadcrumbs ul li a, .breadcrumbs ul li span{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.breadcrumbs ul li a{
	text-decoration: underline;
}
.breadcrumbs ul li a:hover{
	text-decoration: none;
}

.content-smart-inner{
	max-width: 1012px;
	margin: auto;
}
@media screen and (min-width:760px){
  .content-inner .conntent-inner-left{
		max-width: 850px;
    width: 75.4%;
    padding-right: 35px;
    font-size: 0;
		float:left;
  }
  .content-inner .conntent-inner-right{
    width: 24%;
    max-width: 250px;
    font-size: 0;
		float:right;
  }
	.content-inner .conntent-inner-left > *, .content-inner .conntent-inner-right > div {
		font-size: 18px;
	}
}
@media screen and (max-width:759px){
	.page-header{
		height: auto;
		padding: 40px;
	}
	.page-header img{
		height: 40px;
		width: auto;
	}
	.breadcrumbs{
		position: relative;
    top: 0px;
    height: 1em;
    margin-bottom: 20px;
	}
	.breadcrumbs ul{
		padding: 0;
	}
	.content-inner{
    padding: 15px;
	}
	.content-inner .conntent-inner-left, .content-inner .conntent-inner-right{
		max-width:100%;
		width: 100%;
	}
	.content-inner .conntent-inner-left{
		margin-bottom: 40px;
		padding-right: 0;
	}

}


/*  news   */
.article-list article {
	padding-bottom:30px;
}
.article-list article:not(:last-child) {
	border-bottom: 1px dashed #b2b2b2;
}
.article-list article:not(:first-child) {
	margin-top:30px;
}
.article-list article .cat-label{
	background: #024073;
	color: #fff;
	padding: 8px 5px;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	width: 100px;
	text-align: center;
}
.article-list article .text-box{
  vertical-align: middle;
}
.article-list article .text-box .date{
	font-weight: bold;
	padding: 0 20px;
}
.article-list article .text-box .ttl{
	text-decoration: underline;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc( 100% - 290px);
	white-space: nowrap;
	line-height: 1;
}
@media screen and (max-width:759px){
	.article-list article {
		padding-bottom:20px;
	}
	.article-list article:not(:first-child) {
		margin-top:20px;
	}
	.article-list article .cat-label {
    padding: 4px 12px;
    font-size: 10px;
	}
	.article-list article .text-box {
    display: block;
		margin-top: 5px;
	}
	.article-list article .text-box .date {
    padding: 0 10px 0 0;
	}
	.article-list article .text-box .ttl {
    width: calc( 100% - 90px);
	}
}
.sideWrap {
  border: 3px solid #18406f;
  margin-bottom: 20px;
  padding: 2px 2px 0;
}
.sideWrap h3 {
  background: #024073;
  padding: 10px;
  text-align: center;
  border: none;
	margin: 0;
}
.sideWrap .sideBox li{
  border-bottom:1px dashed #09003e;
  font-size: 0;
}
.sideWrap .sideBox li:last-child{
  border-bottom:0;
}
.sideWrap .sideBox a{
  display: block;
  padding: 10px 5px 5px 23px;
  position: relative;
}
.sideWrap .sideBox li:last-child a{
  padding-bottom: 7px;
}
.sideWrap .sideBox a:hover, .sideWrap .sideBox li.active a{
    background: #f6cd19;
}
.sideWrap .sideBox a:before{
  content:"";
  background: url(../../img/cmn/link-arrow.png) top left no-repeat;
  display: block;
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  width: 14px;
  height: 11px;
  left: 0px;
  top: 16px;
}
.sideWrap .sideBox .date{
  font-size:14px;
  font-weight: bold;
}
.sideWrap .sideBox .textarea{
  font-size:14px;
  text-decoration:underline;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sideWrap .sideBox li a{
  font-size:14px;
}
.sideWrap .sideBox .select-box{
	position: relative;
	margin: 15px 7px;
}
.sideWrap .sideBox .select-box select{
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: 14px;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #09003e;
	color: #09003e;
	width: 100%;
	border-radius: 0;
}
.sideWrap .sideBox .select-box:after {
	content:"";
	position: absolute;
	top: 14px;
	right: 14px;
	border: 8px solid transparent;
	border-top: 13px solid #09003e;
}

.sideWrap .sideBox .select-box:before {
	content:"";
	position: absolute;
	height: 40px;
	width: 1px;
	right: 45px;
	background: #09003e;
	top: 0;
}

@media screen and (max-width:759px){
	.sideWrap .sideBox a:before {
    top: 14px;
  }
	.sideWrap .sideBox .cat{
		padding-top: 0;
	}
	.conntent-inner-right .sidebar_news_flash{
		text-align: center;
	}
}


nav.pagination{
	margin: 40px 0;
}
nav.pagination .nav-links{
  text-align: center;
}
nav.pagination .nav-links .page-numbers,
.page-nav-next a,
.page-nav-prev a{
  display:inline-block;
  margin:0 3px;
  width:auto;
  color:#024073;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background:none;
  border: 2px solid #18406f;
  width: 60px;
  height: 60px;
}

nav.pagination .nav-links .page-numbers.current,
nav.pagination .nav-links a.page-numbers:hover,
.page-nav-next a:hover,
.page-nav-prev a:hover{
  color:#fff;
  background-color:#18406f;
  border: 2px solid #18406f;
}

nav.pagination .nav-links .prev,
nav.pagination .nav-links .next{
  margin: 0;
  background-color: #18406f;
  color: #18406f;
  text-indent:120%;
  white-space:nowrap;
  overflow:hidden;
  position: relative;
}
nav.pagination .nav-links .page-numbers.prev:hover,
nav.pagination .nav-links .page-numbers.next:hover{
  margin:0;
	opacity: 1;
	background-color:#fff;
	color:#fff;
}
nav.pagination .nav-links .prev:after,
nav.pagination .nav-links .next:after{
	content:url(../../img/cmn/link-arrow_w.png);
	position: absolute;
	top: -2px;
	left: 5px;
}
nav.pagination .nav-links .prev:hover:after,
nav.pagination .nav-links .next:hover:after{
	content:url(../../img/cmn/link-arrow.png);
}
nav.pagination .nav-links .prev:after{
	transform: rotate(180deg);
	left: 68%;
	top: 0;
}
nav.pagination .nav-links .prev{
	float: left;
}
nav.pagination .nav-links .next{
	float: right;
}
nav.pagination li{
  list-style: none;
}
nav .page-nav-next a,nav .page-nav-prev a {
  border: 1px dashed;
  font-weight: bold;
}
.back-btn {
	font-size: 20px;
	text-align: center;
	border: 2px solid #09003e;
	height: 50px;
	display: inline-block;
	width: 200px;
	padding: 13px;
	margin: 5px 0;
	position: relative;
	line-height: 1;
}
.back-btn:before{
	content: url(../../img/cmn/link-arrow_db.png);
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 11px;
}
.back-btn:hover{
	color: #fff;
	background: #024073;
	opacity: 1;
	border-color: #024073;
}
.back-btn:hover:before{
	content: url(../../img/cmn/link-arrow_w.png);
}
@media screen and (max-width:759px){
	nav.pagination {
    margin: 20px 0;
		display: block;
	}
	nav.pagination .nav-links .page-numbers, .page-nav-next a, .page-nav-prev a {
	    font-size: 12px;
	    line-height: 38px;
	    width: 40px;
	    height: 40px;
	}
	nav.pagination .nav-links .prev:after {
    left: 27px;
    top: -1px;
	}
	nav.pagination .nav-links .next:after {
    top: 0px;
    left: -5px;
	}
	.back-btn{
		font-size: 16px;
    height: 40px;
    width: 180px;
    padding: 10px 6px;
    margin: 0;
	}
	.back-btn:before{
		top:10px;
	}
}

.message article {
	margin-bottom: 50px;
}
.message article p{
	line-height: 2.5;
}
.message .alignleft{
	float: left;
	margin-right: 10px;
}
.message .alignright{
	float: right;
	margin-left: 10px;
}
.message .slogan{
	font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:759px){
	.message .slogan{
		font-size: 22px;
	}
}

.post-type-archive-community .conntent-inner-left h3, .game_break_news .break_news_box h2{
	border: none;
	font-size: 30px;
	padding: 10px 10px 10px 15px;
}
.post-type-archive-community .conntent-inner-left h3:after, .game_break_news .break_news_box h2:after{
	content: "";
	background: #024073;
	height: 90%;
	height: calc(100% - 10px);
	width: 3px;
	top: 5px;
	left: 0;
	position: absolute;
}
.community .article-list article .cat-label{
	color: #024073;
	background: #f0af17;
	font-weight: bold;
}
@media screen and (max-width:759px){
	.post-type-archive-community .conntent-inner-left h3, .game_break_news .break_news_box h2{
		font-size: 22px;
	}
}

.sp_scroll_box{
	max-width: 100%;
	overflow-x:auto;
}
.sp_scroll_box::-webkit-scrollbar {
	height: 10px;
}
.sp_scroll_box::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 0px;
}
.sp_scroll_box::-webkit-scrollbar-thumb{
  background: #014078;
  width:10px;
  border-radius: 0px;
  box-shadow: none;
}

.single article a{
	text-decoration: underline;
}

.ofCO {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.ofCT {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

