@charset "UTF-8";
/*----------------------------------------

	#news
	- mv
	- content
	- parts
		- tab
		- selectTab
		- pageNation

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#newsLists>ul li {
	padding: 20px 0 17px;
	border-top: 1px solid #ddd;
}
#newsLists>ul li dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#newsLists>ul li dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 7.1em;
	height: 2em;
	margin-right: 40px;
	color: #fff;
	background-color: #114fa6;
	border-radius: 3px;
}
#newsLists>ul li dl.company dt {
	background-color: #3092bf;
}
#newsLists>ul li dl.products dt {
	background-color: #2e9999;
}
#newsLists>ul li dl.ir dt {
	background-color: #9474a6;
}
#newsLists>ul li dl.notice dt {
	background-color: #74a642;
}
#newsLists>ul li dl dd .date {
	margin-bottom: calc(0.6em + 7px);
}
#newsLists>ul li dl dd+dd {
	margin-top: -0.6em;
}
#newsLists>ul li dl dd {
	width: calc(100% - 7.1em - 40px);
	padding: 0 20px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#newsLists>ul li {
		padding: 15px 0 10px;
	}
	#newsLists>ul li dl {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	#newsLists>ul li dl dt {
		margin-right: 20px;
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#newsLists>ul li dl dt+dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: calc(100% - 20px - 7.1em);
		height: 1.8em;
		margin-bottom: 10px;
	}
	#newsLists>ul li dl dd {
		width: 100%;
		padding: 0;
		line-height: 1.0;
	}
	#newsLists>ul li dl dd>.title {
		line-height: 1.7;
	}
	#newsLists>ul li dl dd .date {
		margin-bottom: 0;
	}
	#newsLists>ul li dl dd+dd {
		margin-top: 0;
	}
}


/*----------------------------------------
	parts
-----------------------------------------*/
/* --- #tab --- */
#tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 40px;
}
#tab>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tab>ul>li {
	width: calc(5em + 10px);
}
#tab>ul>li+li {
	margin-left: 20px;
}
#tab>ul>li>a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 5px 20px;
	color: #000;
	border-bottom: 2px solid #ddd;
	-webkit-transition: border 0.1s ease-out, color 0.1s ease-out;
	-o-transition: border 0.1s ease-out, color 0.1s ease-out;
	transition: border 0.1s ease-out, color 0.1s ease-out;
}
#tab>ul>li>a:hover,
#tab>ul>li.crnt>a {
	border-bottom-color: #00a0e9;
}
#tab>ul>li>a:hover {
	color: #666;
}
#tab>ul>li.crnt>a {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#tab {
		margin-bottom: 30px;
	}
	#tab>ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}
	#tab>ul>li {
		width: calc(50% - 0.5px);
		line-height: 1.6rem;
		border-right: 1px solid rgba(255,255,255,0.0);
	}
	#tab>ul>li+li {
		margin: 0;
	}
	#tab>ul>li:nth-child(2n) {
		border-right: none;
	}
	#tab>ul>li:nth-child(n + 3) {
		margin-top: 1px;
	}
	#tab>ul>li>a {
		padding: 15px 5px;
		font-weight: normal;
		border-bottom: none;
		background-color: #eee;
		color: #666;
	}
	#tab>ul>li>a:hover,
	#tab>ul>li.crnt>a {
		color: #fff;
		background-color: #62b1d9;
	}
}


/* --- #selectTab --- */
#selectTab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 205px;
	margin: 0 auto 60px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	        box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#selectTab::before,
#selectTab::after {
	position: absolute;
	content: '';
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#selectTab::before {
	height: 100%;
	width: 40px;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}
#selectTab::after {
	top: calc(50% - 10px);
	right: calc(4px + 10px);
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#selectTab:hover::before {
	border-color: #00a0e9;
	background-color: #00a0e9;
}
#selectTab:hover::after {
	border-color: #fff;
}

#selectTab select {
	height: 3.1em;
	width: 100%;
	padding: 0 40px 0 56px;
	color: #000;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE10以上で矢印を消す */
#selectTab select::-ms-expand {
	display: none;
}
#selectTab select:focus {
	outline: none;
}
@media screen and (max-width: 767px) {
	#selectTab {
		width: 99%;
		margin-bottom: 40px;
	}
	#selectTab select {
		height: 3.6em;
		padding: 0 35px 0 20px;
	}
	#selectTab::before {
		width: 35px;
		border-color: #00a0e9;
		background-color: #00a0e9;
	}
	#selectTab::after {
		right: calc(4px + 7px);
		border-color: #fff;
	}
}


/* --- #pageNation --- */
#content>#pageNation {
	margin: 40px auto;
}
#pageNation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#pageNation ul.sp {
	display: none;
}
#pageNation>ul .prev,
#pageNation>ul .next {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
#pageNation>ul .prev>a,
#pageNation>ul .next>a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
            box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#pageNation>ul .prev>a>span,
#pageNation>ul .next>a>span {
	position: absolute;
	top: calc(50% - 7px);
	width: 12px;
	height: 12px;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
#pageNation>ul .prev>a>span {
	right: calc(50% - 11px);
	border-top: 2px solid #00a0e9;
	border-left: 2px solid #00a0e9;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#pageNation>ul .next>a>span {
	left: calc(50% - 11px);
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#pageNation>ul .prev>a:hover,
#pageNation>ul .next>a:hover {
    background-color: #00a0e9;
	border-color: #00a0e9;
}
#pageNation>ul .prev>a:hover>span,
#pageNation>ul .next>a:hover>span {
	border-color: #fff;
}

#pageNation>ul .pageItem {
	margin: 0 15px;
}
#pageNation>ul .pageItem>ul {
	height: 100%;
}
#pageNation>ul .pageItem>ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 50px;
}
#pageNation>ul .pageItem>ul li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 1.0em;
	padding: 0 23px;
	border-right: 1px solid #ddd;
}
#pageNation>ul .pageItem>ul li:last-child>a {
	border-right: none;
}
#pageNation>ul .pageItem>ul li.reader>a {
	pointer-events: none;
}
#pageNation>ul .pageItem>ul li>a>span {
	position: relative;
	line-height: 1.7;
	color: #000;
	-webkit-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
}
#pageNation>ul .pageItem>ul li>a>span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: rgba(255,255,255,0.0);
	-webkit-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
}
#pageNation>ul .pageItem>ul li>a.crnt {
	pointer-events: none;
}
#pageNation>ul .pageItem>ul li:not(.reader)>a:hover>span {
	color: #666;
}
#pageNation>ul .pageItem>ul li:not(.reader)>a:hover>span::after,
#pageNation>ul .pageItem>ul li>a.crnt>span::after {
	background-color: #65ccff;
}
@media screen and (max-width: 767px) {
	#content>#pageNation {
		margin: 25px 0 30px;
	}
	#pageNation>ul.pc {
		display: none;
	}
	#pageNation>ul.sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#pageNation>ul .prev,
	#pageNation>ul .next {
		width: 40px;
		height: 40px;
	}
	#pageNation>ul .prev>a,
	#pageNation>ul .next>a {
		-webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
		        box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
	}
	#pageNation>ul .prev>a>span,
	#pageNation>ul .next>a>span {
		top: calc(50% - 5px);
		width: 9px;
		height: 9px;
	}
	#pageNation>ul .prev>a>span {
		right: calc(50% - 8px);
	}
	#pageNation>ul .next>a>span {
		left: calc(50% - 8px);
	}
	#pageNation>ul .pageItem {
		margin: 0 1px;
	}
	#pageNation>ul .pageItem>ul li {
		min-width: unset;
	}
	#pageNation>ul .pageItem>ul li>a {
		padding: 0 18px;
	}
	#pageNation>ul .pageItem>ul li>a>span {
		line-height: 2.0;
	}
}
@media screen and (max-width: 380px) {
	#pageNation>ul .pageItem>ul li>a {
		padding: 0 12px;
	}
}