@charset "UTF-8";

.md_titinfo{
	display: flex;
	flex-wrap: wrap;
}

.is_titinfo{
	margin-left: 30px;
	display: flex;
}

.is_titinfo p:nth-child(1){
	color: #fff;
	font-weight: 700;
	border: #E60013 1px solid;
	background: #E60013;
	padding: 10px 15px;
}

.is_titinfo p:nth-child(2){
	font-weight: 700;
	border: #E60013 1px solid;
	background: #fff;
	padding: 10px 15px;
}

.l_info .ttl_h3{
	max-width: 360px;
	width: 30%;
}

.l_info .flex .flex_content{
	width: 66%;
}

.is_attention{
	font-size: 12px;
}

.table_content p + table{
	margin-top: 30px;
}

.table_content table{
	border-top: #DEDEDE 1px solid;
	margin-bottom: 20px;
	border: none;
}

.table_content table th{
	font-weight: 500;
	border-bottom: #DEDEDE 1px solid;
	background: #F8F8F8;
	width: 28%;
	padding: 3%;
	border-left: none;
}

.table_content table td{
	border-bottom: #DEDEDE 1px solid;
	width: 72%;
	padding: 3%;
	border-right: none;
}

.table_content .is_date{
	font-size: 12px;
	text-align: right;
}

.table_content table td a{
	color: #E60013;
	text-decoration: underline;
}

.table_content table td a:hover{
	text-decoration: none;
}

.table_content hr{
	border: none;
	margin: 10px 0;
	background-color: #DEDEDE;
	height: 1px;
	visibility: visible;
}

@media (max-width: 767px) {
	.is_titinfo{
		margin: 10px 0 0 0;
	}
	
	.ttl_h3 h3{
		padding-bottom: 20px;
	}
	
	.l_info .ttl_h3{
		width: 100%;
	}
	
	.l_info .flex .flex_content{
		width: 100%;
	}

}
