@charset "utf-8";

h3{text-align:center;}
table{border-top:1px solid #ccc;}
th, td{
	border-bottom:1px solid #ccc;
	padding:16px 0;
}
th{font-weight:bold;}
td{padding-left:5px;}
dt{float:left;}
dd{margin-left:55px;}
#senior ~ *{
	max-width:580px;
	margin-right:auto;
	margin-left:auto;
}
#senior + p{
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:5px;
	line-height:2.4rem;
	text-align:center;
}
#senior + h3{
	font-size:1.1rem;
	margin:20px 0 0;
}
figure{margin:22px auto 37px}
figure img{margin:auto;}
figcaption{
	font-size:1.1rem;
	font-weight:bold;
	line-height:1.8rem;
	margin-top:10px;
	text-align:center;
}

.youtube{
	text-align: center;
}

@media screen and (max-width:767px){
h2.h2_rec span::before{
	left:calc(50% - 88px);
	margin:auto;
	width:196px;
	height:8px;
	background:#000;
}

#senior + p{font-size:1.1rem;font-weight:normal;line-height:1.5;}
p{font-size:1.1rem;}

iframe{
	max-width: 100%;
	height: auto;
}

}