@charset "utf-8";
/* CSS Document */

.mainVisual{
	background-image: url('/common/img/bg/img_mv_develop.jpg');
}

#News{
	margin-bottom: 130px;
}
@media (max-width: 768px){
	#News{
		margin-bottom: 60px;
	}
}

/* Tab Bar */
.jquery-tab-pager-tabbar {
	margin: 0;
	padding: 0;
	overflow: hidden;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
	margin-bottom: 50px;
  }
  
  .jquery-tab-pager-tabbar li {
	padding: 10px 20px;
	list-style: none;
	cursor: pointer;
    border: 1px solid #cccccc;
    color: #666666;
	width: calc((100% - 40px) / 5);
    list-style: none outside none;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
	font-size: 16px;
	text-align: center;
  }
	@media (max-width: 480px){
		.jquery-tab-pager-tabbar {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: space-between;
			margin-top: 20px;
		}
		.jquery-tab-pager-tabbar li {
			padding: 1.5vw 0px;
			display: block;
			margin: 0 0 10px 0;
			margin-bottom: 10px;
			width: calc((100% / 2) - 5px);
			font-size: 3.5vw;
			text-align: center;
		}
		.jquery-tab-pager-tabbar li p {
			text-align: center !important;
		}
	}
  
  .jquery-tab-pager-tabbar li.current {
	  color: #fff;
	background: #077FC3;
  }
  
  /* Page Navigation */
  #jquery-tab-pager-navi {
	margin: 0;
	padding: 0;
	overflow: hidden;
    display: flex;
    justify-content: center;
	margin-top: 50px;
  }
  
  #jquery-tab-pager-navi li {
	list-style: none;
	display: inline;
  }
  
  #jquery-tab-pager-navi li a {
	font-size: 16px;
	float: left;
	min-width: 34px;
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	text-decoration: none;
	color: #666666;
	background: #fff;
	-webkit-transition: background 200ms linear;
	transition: background 200ms linear;
  }
  #jquery-tab-pager-navi li a.previos,
  #jquery-tab-pager-navi li a.next {
	padding: 5px 10px;
  }
  
  #jquery-tab-pager-navi li:last-child a {
	margin-right: 0px;
  }
  
  #jquery-tab-pager-navi li a.current,
  #jquery-tab-pager-navi li a.disable,
  #jquery-tab-pager-navi li a:hover {
	background: #1B298F;
	color: #fff;
  }
  

.full_content {
	position:relative;
	margin:10px auto 0;
	clear:both;
}

.article_list{
	border-bottom: 1px solid #999999;
}
.article_list li{
	display: flex;
	padding: 23px 20px;
	align-items: center;
	border-top: 1px solid #999999;
}
.article_list li .flex{
	display: flex;
}
.box_left {
    display: flex;
    align-items: center;
    min-width: 350px;
    font-weight: bold;
}
.box_left .date{
	margin-right: 50px;
}
.box_right{
	width: 100%;
	display: flex;
	align-items: center;
}
.box_right a{
	word-break: break-all;
}
.article_list li a{
	color: #1a1a1a;
	transition: all 0.5s;
}
.article_list li a:hover{
	color: #143066;
}
.article_list li .label{
    background-color: #077FCF;
    width: 165px;
    height: 30px;
    font-size: 16px;
	font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section > div.inner .article_list li p {
    margin-bottom: 0;
}


@media (max-width: 768px){
	.article_list li{
		display: block;
		padding: 15px;
	}
	.article_list li .flex{
		display: block;
	}
	.box_left {
		display: flex;
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	.box_left .date{
		margin-right: 20px;
	}
	.box_right {
		padding-top: 10px;
	}
	.article_list li .label {
		background-color: #fff;
		max-width: 120px;
		height: 20px;
		font-size: 12px;
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
	}
}