@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

main{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/*-------------*/

#s_playmode{
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
}
#s_playmode article{
	margin-bottom: 60px;
}
#s_playmode article h3{
	font-size: 4.6rem;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 24px;
	position: relative;
}
#s_playmode article h3 span{
	display: block;
	padding-top: 5px;
	font-size: 1.4rem;
}
#s_playmode article h3:after{
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #ed1c24;
	position: absolute;
	bottom: 0;
	left: 0;
}
#s_playmode article h4{
	font-size: 2.0rem;
	margin-bottom: 5px;
}
@media screen and (max-width: 500px){
	#s_playmode article h3{
		font-size: 4.0rem;
	}
}

.txt a{
	color: #ed1c24;
}
.txt{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.txt h3{
	width: 100%;
}
.txt .l{
	width: 40%;
}
.txt .r{
	padding-left: 40px;
	width: 60%;
}
.txt p+p{
	margin-top: 10px;
}
@media screen and (max-width: 768px){
	.txt .l{
		width: 100%;
	}
	.txt .r{
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
}