@charset "UTF-8";

/* ▼▼▼ 会社概要
======================================================*/
h2{
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 1;
	}
	h2 span.roboto_condensed{
		display: block;
		margin-bottom: 10px;
		font-size: 60px;
	}
/* テーブル */
table.boder_table{
	width: 100%;
	margin: 0 0 60px;
	}
	table.boder_table > tbody > tr > th,
	table.boder_table > tbody > tr > td{
		padding: 25px 0;
	}
	table.boder_table > tbody > tr > th{
		width: 135px;
		border-bottom: 1px solid #000;
	}
	table.boder_table > tbody > tr > td{
		padding: 25px 40px;
		border-bottom: 1px solid #ccc;
		font-weight: 500;
	}
	table.boder_table > tbody > tr > td a{
		text-decoration: underline!important;
	}
	table.boder_table > tbody > tr > td .map::before{
		content: url(../img/company/icon_map.svg);
		margin: 0 5px 0 20px;
		vertical-align: -3px;
	}
	/* 決算公告 */
	.ir_list li{
		display: flex;
		margin-bottom: 5px;
	}
	.ir_list li p:nth-child(1){
		width: 360px;
	}
	.ir_list li p:nth-child(2){
		width: calc(100% - 360px);
		position: relative;
	}
	.ir_list li p:nth-child(2)::before{
		display: inline-block;
		content: "";
		width: 18px;
		height: 18px;
		background: url(../img/company/icon_pdf.png)no-repeat center/cover;
		margin: 0 5px -3px 0;
	}
	/* 運営店舗・施設 */
	.operation_table caption{
		font-weight: bold;
	}
	.operation_table th{
		padding: 0 15px 0 0;
		font-weight: 500;
		width: 42%;
	}
	.operation_table td a{
		display: inline;
	}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
	h2{
		margin-bottom: 20px;
		font-size: 18px;
		}
		h2 span.roboto_condensed{
			font-size: 34px;
		}
	/* テーブル */
	table.boder_table{
		margin: 0 0 40px;
	}
	table.boder_table > tbody > tr > th,
	table.boder_table > tbody > tr > td{
		display: block;
	}
	table.boder_table > tbody > tr > th{
		width: 100%;
		border-bottom: none;
		padding:20px 0 0;
	}
	table.boder_table > tbody > tr > td{
		padding: 10px 0 20px;
		position: relative;
	}
	table.boder_table > tbody > tr > td::after{
		content: "";
		width: 110px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: -1px;
		left: 0;
	}
	table.boder_table > tbody > tr > td .map::before{
		margin-left: 0;
	}
	/* 決算公告 */
	.ir_list li{
		display: block;
		margin-bottom: 15px;
	}
	.ir_list li:last-child{
		margin-bottom: 0;
	}
	.ir_list li p:nth-child(1){
		width: 100%;
	}
	.ir_list li p:nth-child(2){
		width: 100%;
	}
	.operation_table th{
		width: 32%;
	}

}
