@charset "utf-8";

/*-----

   common

-----------------------------*/


@media screen and (max-width: 799px) {
	.ir_news_release_index .snav_list {
		display: none;
	}
	.news_list a {
		padding: 8px 32px 8px 12px;
		text-indent: inherit;
		background: url(../images/icon/icon_link_arrow_5_7.png) no-repeat top 55% right 15px;
	}
	
	.news_list a span {
		display: block;
		background: none;
		padding: 0;
	}
	.news_list a span.news_pdf {
		display: inline-block;
	}
	#newsReleaseTitle {
		background: #f5f6f8;
		margin: 18px 0 32px 0;
		padding: 18px 12px 12px 12px;
		border-bottom: solid 3px #3e7085;
	}
	#newsReleaseTitle .pulldown {
		position: relative;
		display: block;
	}
	.pulldown::after {
		position: absolute;
		display: block;
		content: "";
		background: url(../images/icon/icon_link_arrow_7_5.png);
		width: 7px;
		height: 5px;
		vertical-align: top;
		top: 17px;
		right: 12px;
	}
	
	#newsReleaseTitle .pulldown select {
		width: 100%;
		margin: 0 0 8px 0;
		padding: 7px 0 7px 12px;
		border: solid 1px #cbcbcc;
		font-weight: 500;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	#newsReleaseTitle .pulldown select::-ms-expand {
		display:none;
	}
	#newsReleaseTabBtnSet {
		background: none;
		margin: 0;
		border: none;
		font-size: 0;
	}
	#newsReleaseTabBtnSet li {
		display: inline-block;
		float: inherit;
		width: calc((100% - 12px)/2);
		padding: 0;
		margin: 0;
	}
	#newsReleaseTabBtnSet li:nth-child(2n+1){
		margin-right: 12px;
	}
	#newsReleaseTabBtnSet li:nth-child(n+3){
		margin-top: 9px;
	}
	#newsReleaseTabBtnSet .cnav_list a {
		padding: 8px 0 8px 0;
		border: solid 1px #cbcbcc;
		font-size: 15px;
		text-align: center;
	}
	#newsReleaseTabBtnSet .active a {
		border-color: #3e7085;
	}
	
	
	.news_wrap_ttl {
		padding: 2px 0 2px 8px;
		margin: 0 0 10px 0;
		font-size: 15px;
	}

}
@media screen and (max-width: 639px) {

}
@media screen and (max-width: 320px) {

}
