@charset "utf-8";
/* CSS Document */

i.fa{
	color:#184e9e;
}
.icon_pdf{
	color: #184e9e;
    font-size: 14px;
	padding-left: 0.5em;
}
.icon_pdf i.fa{
	font-size: 16px;
}
.icon_win{
	padding-left: 0.5em;
}
.p-article04 {
	background: #fff;
}
.p-news-list .p-article04:not(:last-child) {
	border-bottom: 1px solid #dddddd;
}
.p-article04 a {
	display: flex;
	align-items: center;
	padding: 25px 0;
	text-decoration: none;
	color: #111;
}
.p-article04__date {
	font-size: 16px;
	margin-right: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #808080;
	font-weight: 700;
}
.p-article04__cat {
	margin-right: 30px;
}
.p-article04__title {
	font-size: 16px;
	font-weight: 400;
	flex: 1;
	margin-bottom: 0;
	transition: color 0.2s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p-article04 a:hover .p-article04__title {
	color:#184e9e;
}

@media screen and (max-width: 767px) {
.p-article04 a {
	display: block;
	height: auto;
	padding: 11px 20px 13px;
	line-height: inherit;
}
.p-article04__date {
	margin-right: 15px;
}
.p-article04__title {
	line-height: 1.7;
	margin-top: 7px;
	white-space: normal;
	font-size: 14px;
}
}
.p-cat-list {
	background: #f8f8f8;
	margin-bottom: 50px;
}
.p-cat-list__title {
	font-size: 28px;
	line-height: 1.7;
	margin-bottom: 0;
	padding: 36px 0 40px;
	text-align: center;
}
.p-cat-list__list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
	width: 100%;
}
.p-cat-list__list-item {
	margin: 0 15px 45px;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
	width: calc((100% - 60px) / 2);
}
.p-cat-list__list-item:nth-child(even) {
	transition-delay: 0.15s;
}
.p-cat-list__list-item.aos-animate {
	opacity: 1;
}

@media screen and (max-width: 991px) {
.p-cat-list {
	background: #fff;
	margin-bottom: 0;
}
.p-cat-list__list {
	padding: 0;
}
.p-cat-list__title {
	border-top: 0 !important;
	font-size: 24px;
	padding: 22px 0;
}
}

@media screen and (max-width: 767px) {
.p-cat-list__list-item {
	width: 100%;
	margin: 0 0 25px;
}
.p-cat-list__list-item:nth-child(even) {
	transition-delay: 0;
}
}
.p-cat {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #184e9e;
	font-size: 14px;
	font-weight: 700;
	min-width: 160px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.p-cat::before {
	transform: skewX(-15deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border: 1px solid #184e9e;
	background: #fff;
}
a.p-cat:hover {
	border-color: #999 !important;
	color: #999 !important;
}
.p-cat--sm {
	min-width: 100px;
}

@media screen and (max-width: 767px) {
.p-cat {
	min-width: 90px;
	height: 23px;
    line-height: 23px;
    padding: 0 5px;
	font-size: 13px;
}
}
.p-news-list {
	margin-bottom: 0;
}
.p-news-list__item {
	list-style-type: none;
}
.p-news-tab-list {
	margin-bottom: 50px;
}
.p-news-tab-list__tabs {
	background: #dbe4ee;
	display: flex;
	border-left: 1px solid #ddd;
	margin-bottom: 0;
}
.p-news-tab-list__tabs-item {
	list-style-type: none;
	font-size: 16px;
	text-align: center;
	width: 20%;
	color: #666666;
}
.p-news-tab-list__tabs-item.is-active a, .p-news-tab-list__tabs-item a:hover {
	background: #fff;
	border-top: 3px solid #184e9e;
	color: #184e9e;
	font-weight: 700;
	text-decoration: none;
}
.p-news-tab-list__tabs-item.is-active + .p-news-tab-list__tabs-item a {
}
.p-news-tab-list__tabs-item a {
	border-left: 1px solid #fff;
	display: block;
	margin-left: -1px;
	transition-property: background, border-color, color;
	transition-duration: 0.2s;
	line-height: 57px;
	text-decoration: none;
	color: #666666;
	box-sizing: border-box;
}
.p-news-tab-list__tabs-item:first-child a{
	margin-left: 0;
}
.p-news-tab-list__panel {
	display: none;
	padding: 2.08vw 2.6vw;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.p-news-tab-list__panel.is-active {
	display: block;
}
.icon_discro {
	background-color: #fff!important;
}
.icon_result {
	background-color: #fff!important;
}
.icon_legal {
	background-color: #fff!important;
}
.icon_ir {
	background-color: #fff!important;
}
.icon_info {
	background-color: #fff!important;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
/* 768px - 979px用（タブレット用）の記述 */
.p-news-tab-list__tabs-wrapper {
	overflow-x: scroll;
}
}

@media screen and (max-width: 767px) {
.p-news-tab-list {
	margin: 0 -21px 30px;
}
.p-news-tab-list__tabs-wrapper {
	overflow-x: scroll;
}
.p-news-tab-list__tabs {
	font-size: 0;
	width: 665px;
}
.p-news-tab-list__tabs-item {
	font-size: 13px;
}
.p-news-tab-list__tabs-item a {
	line-height: 57px;
	box-sizing: border-box;
}
}


/*** ＩＲカレンダー ***/  
table#XJTxtDPDataTbl {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
table#XJTxtDPDataTbl tr.XJTxtDPDataTableTr {
	width: 100%;	
}
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdDate, td.XJTxtDPDataTblTdValue {
	padding: 20px;
}
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdDate {
	background: #184e9e;
	vertical-align: middle;
	text-align: left;
	width: 300px;
	position: relative;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	font-weight: 700;
}
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdValue {
	background: #fff;
	width: calc(100% - 300px);
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
}
 @media screen and (max-width: 1024px) {
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdDate, td.XJTxtDPDataTblTdValue {
	padding: 10px;
}
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdDate {
	width: 38%;
	font-size: 13px;
}
table#XJTxtDPDataTbl td.XJTxtDPDataTblTdValue {
	width: 62%;
	font-size: 13px;
}
}

/*** 財務ハイライト ***/
.xj_chart_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.xj_chart_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dddddd;
	font-size: 14px;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-all;
	table-layout: fixed;
}
.xj_chart_table thead td.xj_chart_header {
	padding: 10px 15px;
	border:1px solid #ddd;
	background: #edf2f8;
	box-sizing: border-box;
}
.xj_chart_header_first{
	border:1px solid #ddd!important;
	background: #edf2f8;
	box-sizing: border-box;
}
.xj_chart_table td.xj_chart_header {
	padding: 10px;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid #dddddd;
	background: #edf2f8;
	box-sizing: border-box;
}
.xj_chart_table tbody td.xj_chart_value {
	padding: 10px;
	vertical-align: top;
	background: #ffffff;
	border:1px solid #ddd;
	box-sizing: border-box;
}
@media only screen and (max-width:480px) {
.xj_chart_table {
	font-size: 12px;
}
.xj_chart_table td.xj_chart_header {
	padding: 2px;	
}
.xj_chart_table tbody td.xj_chart_value {
	padding: 2px;
}
}

/* IR資料ライブラリー */
.lib-list{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.lib-list dt{
	font-size: 16px;
	margin-right: 30px;
	font-weight: 700;	
}
.lib-list dd a{
	color:#184e9e;
	text-decoration: none;
}
.lib-list dd a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 767px) {
.lib-list{
	padding: 5px 0;
}
.lib-list dt{
	font-size: 14px;
	margin-right: 15px;
	font-weight: 700;	
}
.lib-list dd a{
	font-size: 14px;
	color:#184e9e;
	text-decoration: none;
}
}

/* メールテーブル */
.xj_mailform_div .xj_mailform_table{
	margin-bottom: 15px;
	background-color: #fff;
}
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_title{
	border: 1px solid #ddd;
	padding: 10px 20px;
	font-weight: 700;
	width: 210px;
	box-sizing: border-box;
}
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_value{
	border: 1px solid #ddd;
	padding: 10px 20px;
	box-sizing: border-box;
}
.xj_mailform_request_button{
	color:#fff;
	border: none;
	font-size: 16px;
	padding: 0 10px;
	border-radius: 5px;
	transition: 0.3s;
}
#xj_mailform_request_add_button{
	background-color: #184e9e;	
}
#xj_mailform_request_del_button{
	background-color: #757575;
}
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_value input{
	border: 1px solid #ddd;
	min-width: 390px;
	box-sizing: border-box;	
}
.xj_mailform_request_button:hover{
	opacity: 0.7;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_title{
	width: 30%;
	padding: 5px 10px;
	line-height: 1.4;
}
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_value{
	padding: 5px 10px;
	width: 70%;
	line-height: 1.4;
}
.xj_mailform_request_button{
	font-size: 16px;
}
.xj_mailform_div .xj_mailform_table .xj_mailform_table_td_value input{
	min-width: 100%;
}
}