@charset "utf-8";

.outlineonly{
	background:#d0d0d0;
	padding:4rem 0 2em!important;
}

.outline-midorigaoka{
	text-align:center;
	font-size:1rem;
	margin:0 0 30px;
}


.outline-body{
	padding:0px 0 100px;

}
@media screen and (max-width:768px){
.outline-body{
	padding:0px 0 50px;
	}
}

.outline-all_table{
	font-size:.9rem;
	letter-spacing:var(--spacing);
	width:100%;
	margin:30px 0 0;
}
.outline-all_table caption{
	font-size:1rem;
	margin:0 0 10px;
	font-weight:var(--w-700);
}



.outline-all_table tr{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.outline-all_table th,
.outline-all_table td{
	padding:20px 0;
}
.outline-all_table th{
	width:15%;
	padding-left:10px;
}
@media screen and (max-width:768px){
.outline-all_table tr{
	border-bottom:none;
	border-top:none;
}

.outline-all_table th,
.outline-all_table td{
	display:block;
	width:100%;

	}
.outline-all_table th{
	background:#f3f3f3;
	padding:5px 10px;
	}
.outline-all_table td{
	padding:10px 10px 25px;
	}
}

.google{
	color:#333;
	display:block;
}
.marlup-table_ul li::before{
	content:"※";
}
.uptate-body{
	display:flex;
	justify-content:flex-end;
	font-size:.85rem;
	margin:20px 0 0;

}
.uptate-body li::before{
	content:"■";
}