@charset "UTF-8";
/* CSS Document */

.vol51 img {
	width: 100%;
}
.vol51 h1 {
	margin-bottom: 15px;
}

.vol_mainVisual {
	margin-bottom: 30px;
}
.vol_mainVisual .vol {
	width: 72px;
    margin-left: 10px;
    padding-bottom: 20px;
}
#rn2024 .main_content_item h2{
	display: flex;
    gap: 20px;
    align-items: center;
}
.main_content div {
	margin-bottom: 30px;
}
.main_content > div:nth-child(2) img{
	width: auto;
}
.box_content {
	margin-bottom: 20px;
}
.box_content img {
	width: auto;
	margin: 0 auto;
}

.banner_tsushin img {
    width: auto;
}
.box_content .img_content {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background: url(/column/gym/kinryoku/vol51/img/img_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid #d97373;
}
.box_content .img_content .img_left {
    margin-right: 15px;
}
.right_text {
    font-size: 14px;
    line-height: 2;
}
.box_content span.txt_red {
    color: #c65858;
}
@media screen and (max-width: 767px) {
	.vol51 h1 {
		padding: 0;
	}
	
	.vol_mainVisual {
		margin-bottom: 40px;
	}
	.vol_mainVisual .vol {
		position: absolute;
		left: 0;
		width: 20%;
		margin: 0;
	}
	.vol_mainVisual .mv {
		padding-top: 18%;
	}

	.main_content div {
		margin-bottom: 20px;
	}
	.main_content > div:nth-child(2) img{
		width: 100%;
	}
	.box_content img {
		width: 100%;
	}

	.banner_tsushin img {
		width: 100%;
	}
	.box_content .img_content {
		display: flex;
		flex-direction: column;
	}
	.box_content .img_content .img_left {
		margin-right: 0;
	}
	.box_content .img_content .txt_right {
		padding-top: 25px;
	}
}