ul {
	list-style: none;
	padding: 0;
}

.song_img li {
	width: 48%;
	vertical-align: top;
	display: inline-block;
}

h3 {
	border-bottom: 1px solid #333;
}

br.u-view-upper-tb {
	display: block;
}
.rightText{
	text-align: right;
}
.centerImg{
	text-align: center;
}
.flex{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.olHead{
	padding-left: 1.8em;
	margin-top: 20px;
	margin-bottom: -15px;
	font-weight: bold;
}
.centerTxt{
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	br.u-view-upper-tb {
		display: none;
	}
} 
@media all and (min-width: 641px) {
	.flex{
    justify-content: space-between;
		flex-direction: row;
    align-items: stretch;
	}
	.flex .img,.flex .txt{
    width: 320px;
	}
	.volunteerTable td.wd{
		width: 15%;
	}
	.flex .txt{
    margin-right: 20px;
	}
}
@media screen and (max-width: 736px) {
	
}
@media screen and (min-width: 737px) {
	.centerImg{
		margin-top: 40px;
	}
	h2:not(:first-child){
		margin-top: 50px;
	}
	.olHead{
		margin-top: 30px;
		padding-left: 1.9em;
	}
	.centerTxt{
		margin-top: 40px;
		font-size: 18px;
	}
}
@media screen and (min-width: 737px) {
	
}