@charset "utf-8";


/* SIDE MENU */
#sidebana1 .bana-firewood 		{ display:none;}

h2.title_new + h3.title {
	margin-top: 25px;
}

.record_box {
	display: flex;
}
.record_box .record_list {
	width: 370px;
	flex: 0 0 370px;
}
.record_box .record_list li:first-child { 
	padding:0 0 0 0;
}
.record_box .record_list li { 
	padding:6px 0 0 0;
}
.record_box .record_list li::before {
	content: "◯";
	padding-right: 0.5rem;
}
.record_box .record_box_img img {
	width: 300px;
	height: auto;
}


/* ########## スマホ版 ########## */

@media screen and (max-width:640px) {

	.record_box {
		display: flex;
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: reverse;
		     -ms-flex-direction: column-reverse;
		         flex-direction: column-reverse;
	}
	
	.record_box .record_list {
		width: 100%;
		flex: none;
	}
	
	.record_box .record_box_img {
		width:100%; 
		text-align: center;	
	}
	.record_box .record_box_img img {
			margin-bottom: 20px;
			width: 85%;
			height: auto;
	}

}