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

#all #wrapper #main #cont01 .line {
	display: block;
	position: absolute;
	z-index: 1;
	left: 141px;
	top: 39px;
	opacity:0.6;
}
#all #wrapper #main .cf.cont .inner {
	position: relative;
	z-index: 100;
}
#all #wrapper #main .line02 {
	position: absolute;
	left: -125px;
	top: 600px;
	height:590px;
	z-index:1;
	opacity:0.6;
}

#all #wrapper #main #cont01 .inner .non {
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 0px;
}
#all #wrapper #main #cont03 .inner h5 {
}
#wrapper #main #cont02 .inner .hosoku {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h4_ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #262626;
}

.box-cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.table-cases {
    width: 100%;
    margin-bottom: 3rem;
}
.table-cases td,
.table-cases th {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 1rem;
}
.table-cases th {
    font-weight: bold;
}
.table-cases tr:nth-of-type(odd) {
    background-color: #f7fbfb;
}
.table-cases tr:first-child {
    border-top: 1px solid rgba(0,0,0,0.3);
}
.text-center {
    text-align: center;
}
.btn-case {
    background: #000;
    padding: 1rem;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
}
.btn-case:hover {
    opacity: 0.7;
}