@charset "UTF-8";
.block1::after,
.block2::after,
.block3::after,
.block4::after,
.block5::after,
.block6::after,
.block7::after,
.block8::after{
	content: "";
	display: block;
	clear: both;
}

/* PC
-------------------------------------------- */
@media print, screen and (min-width: 681px){

.training-channel #main p.lead{
	margin-bottom: 35px;
}
.training-channel #main .block2 .box{
	float: left;
	width: 48%;
}
.training-channel #main .block2 .box:nth-child(odd){
	clear: both;
}
.training-channel #main .block2 .box:nth-child(even){
	float: right;
}
.training-channel #main .entry {
	position: relative;
}
.training-channel #main .entry .image{
	position: relative;
}
.training-channel #main .entry .image img{
	max-width: 100%;
	height: auto;
}



}



/* Mobile
-------------------------------------------- */
@media screen and (max-width: 680px){

.training-channel #main .block2{
	width: 96%;
	margin: auto;
}
.training-channel #main .block2 .box{
	float: left;
	width: 48%;
}
.training-channel #main .block2 .box:nth-child(odd){
	clear: both;
}
.training-channel #main .block2 .box:nth-child(even){
	float: right;
}
.training-channel #main .entry {
	position: relative;
}
.training-channel #main .entry .image{
	position: relative;
}
.training-channel #main .entry .image img{
	max-width: 100%;
	height: auto;
}

.training-channel #main p.lead{
	margin-bottom: 25px;
}


}





* マージン（下） */

.mgn-b10 {
	margin-bottom: 10px;
}
.mgn-b15 {
	margin-bottom: 150px;
}
.mgn-b15 {
	margin-bottom: 15px;
}
