/* ==================================
	ir_list_flex
================================== */
.ir_list_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
}
.ir_list_flex div {
	width: 33.33%;
	margin: 0 0 30px 0;
}
.ir_list_flex div:nth-child(3n-2) {
	padding: 0 10px 0 0;
}
.ir_list_flex div:nth-child(3n-1) {
	padding: 0 5px 0 5px;
}
.ir_list_flex div:nth-child(3n) {
	padding: 0 0 0 10px;
}
.ir_list_flex ul li {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.ir_list_flex ul li:first-child {
	font-size: 18px;
	color: #ac1757;
	border-bottom: 1px solid #999999;
	padding: 0 0 3px 0;
}
.ir_list_flex ul li:first-child a {
	text-decoration: none;
}


/* ==================================
	list_news_table
================================== */
.list_news_table {
	display: table;
	width: 100%;
}
.list_news_cell {
	display: table-cell;
	vertical-align: top;
}
.list_news_cell:first-child {
	padding: 0 15px 0 0;
}
.list_news_cell:last-child {
	width: 219px;
}


/* ==================================
	investors
================================== */
.investors_btn_area {
	margin: 0 0 70px 0;
}
.investors_btn_area .btn_table {
	max-width: 800px;
	margin: 0 auto;
}

/* ==================================
	ir_risk
================================== */

.risk h2.subtitle {
    padding: 20px 0 10px;
}
.risk h3.subtitle {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 0 0 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.risk h2.risktit {
	color: #333;
	font-weight: normal;
	padding: 20px 0 14px;
    text-align: center;
    font-size: 24px;
}
.risk h2.risktit strong {
	font-weight: bold;
	color: #A21943;
    font-size: 24px;
}
.risk p.risktit_sub {
	text-align: center;
	font-size: 15px;
}

.risk .risktit_list ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	text-align: center;
	justify-content: space-between;
	margin: 30px 0 0 ;
}
.risk .risktit_list ul li {
	float: left;
	width: 32%;
	border:1px #ccc solid;
	padding:20px 10px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content:center;
    height:10px;
}
.risk .risktit_list ul li.important {
	border:2px #A21943 solid;
	font-weight: bold;
	color: #000;
}
.risk .subBlock {
	max-width: 1000px;
}

.risk .subBlock dl dd {
	text-indent: 0;
	margin: 0 0 20px;
}
.risk .lisk123_list ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
.risk .lisk123_list ul li {
	float: left;
	width: 49%;
	line-height: 1.8;
}

/* ==================================
	briefing
================================== */
table.investors_briefing {
    border: 1px solid #ccc;
    border-color: #ccc;
    width: 100%;
    margin-bottom: 20px;
    
}

table.investors_briefing a {
    border-bottom: 1px solid #000;
    line-height: 1.5;
}

table.investors_briefing tr td:nth-child(1),
table.investors_briefing tr td:nth-child(2),
table.investors_briefing tr td:nth-child(4) {
    text-align: center;
}

table.investors_briefing tr th {
    text-align: center;
    background-color: #eee;
}

table.investors_briefing tr th:nth-child(1) {
    width:20%;
}

table.investors_briefing tr th:nth-child(2) {
    width:13%;
}

table.investors_briefing tr th:nth-child(3) {
    width:40%;
}

table.investors_briefing tr th:nth-child(4) {
    width:27%;
}

table.investors_briefing tr th,
table.investors_briefing tr td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 1.5;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {

	/* ==================================
		ir_list_flex
	================================== */
	.ir_list_flex div {
		width: 100%;
		margin: 0 0 60px 0;
	}
	.ir_list_flex div:nth-child(3n-2) {
		padding: 0 0 0 0;
	}
	.ir_list_flex div:nth-child(3n-1) {
		padding: 0 0 0 0;
	}
	.ir_list_flex div:nth-child(3n) {
		padding: 0 0 0 0;
	}
	.ir_list_flex ul li {
		margin: 0 0 30px 0;
	}


	/* ==================================
		list_news_table
	================================== */
	.list_news_table,
	.list_news_cell {
		display: block;
	}
	.list_news_cell:first-child {
		padding: 0 0 0 0;
	}
	.list_news_cell:last-child {
		width: 100%;
	}
	.list_news_cell:last-child img {
		display: block;
		width: 438px;
		margin: 0 auto;
	}
    
    /* ==================================
		risk
	================================== */
    
    .risk .risktit_list ul li {
	    width: 49%;
    }
    .risk .lisk123_list ul {
    	display: block;
    }
    .risk .lisk123_list ul li {
    	float: none;
    	width: 100%;
    }
    




}