@charset "utf-8";

.list_hisi li:before {
	content: none;
}

.kaimyo_hoyo {
	text-align: left;
}

.kaimyo_hoyo p.hoyo_kuyo_name {
	background-color: #5a1119;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	padding: 1px 5px;
}

.hoyo_kuyo dl.hoyo_list {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-bottom: 1px solid #5a1119;
	border-right: 1px solid #5a1119;
	border-left: 1px solid #5a1119;
}

.hoyo_kuyo dl.hoyo_list:first-of-type {
	border: 1px solid #5a1119;
}

.hoyo_kuyo dl.hoyo_list dt {
	width: 20%;
	float: left;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	padding: 5px;
	background-color: #804148;
	color: #fff;
	position: relative;
}

.hoyo_kuyo dl.hoyo_list dt p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 10px);
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.hoyo_kuyo dl.hoyo_list dd {
	width: 80%;
	float: right;
	margin: 0;
	box-sizing: border-box;
	padding: 5px;
	line-height: 140%;
	font-size: 1.2rem;
}

.date_table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.date_col2 {
	width: 50%;
}

#nenkai, #nenkai th, #nenkai td {
	border: 1px solid #000;
	text-align: center;
}

#nenkai th, #nenkai td {
	padding: 10px 0;
}

#nenkai th {
	background-color: #804148;
	color: #fff;
	font-weight: bold;
}

.ex_list {
	width: 95%;
	border: 3px solid #5a1119;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	margin-left: 5%;
	border-radius: 5px;
}

.ex_list:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	z-index: 2;
}

.ex_list:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #5a1119;
	z-index: 1;
}

.ex_list p {
	margin: 0;
}

.kuyo_box {
	text-align: left;
}

.kuyo_box p.kuyo_item {
	display: inline-block;
	color: #fff;
	background-color: #5a1119;
	font-weight: bold;
	padding: 1px 5px;
	border-radius: 3px;
	margin: 10px 0 0;
}

.kuyo_box p.kuyo_detaile {
	margin: 0;
}

@media screen and (max-width:768px) {

.hoyo_kuyo dl.hoyo_list dt {
	width: 100%;
	float: none;
}

.hoyo_kuyo dl.hoyo_list dt p {
	position: static;
	top: auto;
	left: auto;
	transform: translate(0, 0%);
	width: calc(100% - 10px);
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.hoyo_kuyo dl.hoyo_list dd {
	width: 100%;
	float: none;
}

.date_col2 {
	width: 100%;
}

.ex_list {
	width: 100%;
	margin-left: 0%;
}

.ex_list:before {
	top: -12px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fff;
}

.ex_list:after {
	top: -16px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #5a1119;
	z-index: 1;
}

}
@media screen and (max-width:480px) {

}