@charset "UTF-8";
#outline table td {
   border: inherit;
	border-bottom:2px dotted #c4c4c4;
	background-color:#ffffff;
}
#outline table tr:last-child td {
	border-bottom:inherit;
}
#photos .contents_inner{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-column-gap:30px;
	grid-row-gap:30px;
}
#photos .contents_inner p{
	text-align:center;
	margin-top:0.5em;
	font-weight:400;
}
.mpt {
	display:block;
	width:100%;
	max-width:1000px;
	margin:30px auto 0;
	aspect-ratio:16/9;
}

@media screen and (max-width:1500px){
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width: 768px){
}

@media screen and (max-width:640px){
	#outline table td:first-child {
	   width:7em;
	}
	#outline table td:last-child {
	   width:calc(100% - 7em);
	}
	#photos .contents_inner{
		grid-template-columns:1fr 1fr ;
		grid-column-gap:20px;
		grid-row-gap:15px;
	}
	#photos .contents_inner p{
		margin-top:0.2em;
		font-size:1.3rem;
	}
}

@media screen and (max-width:480px){
}
	
@media screen and (max-width:360px){
}