@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


.top-image {
	width: 100%;
}

.garbage_contents1 {
	margin-top: 30px;
}
.main_title {
	color: white;
	background-color: #5B9F4A;
	padding: 20px 0px;
}

.konnatoki {
	color: brown;
	background-color: #F4FBF4;
	margin: 30px 0;
	position:relative
}

.sentence1 {
	font-size: 1.2rem;
	float: left;
	position:absolute;
	top: 35%;
	left: 10%;
	font-weight: bold;
	color: #4B0F0C;
}

.image1 {
	width: 270px;
	height: 300px;
	margin: 10px 0 10px 800px;
}

.garbage_contents2 {
	padding: 50px 0;
	vertical-align: middle;
}

.image2 {
	float: left;
	width: 450px;
	height: 300px;
	margin: 0 50px 0 70px;
}

.aimitumori {
	color: #AF0B00;
	font-size: 220%;
}

.ansin {
	color: white;
	float: left;
	padding: 10px;
	background-color: #C6A500;
	margin-right: 20px;
	border-radius: 8px;
}

.sono {
	font-size: 150%;
	border-bottom: dashed 4px  #C6A500;
	display: -webkit-box;
    -webkit-box-align: end;
}

.naiyou {
	margin-bottom: 20px;
}

.kaisyu_hinmoku {
	color: green;
	border-bottom: 2px solid green;
	margin-top: 70px;
	margin-bottom: 30px;
	font-size: 2rem;
}

.sentence2 {
	font-size: 1rem;
	margin: 30px 20px;
}

.sentence3 {
	font-size: 1rem;
	margin: 30px 20px;
}

.scene_container {
	margin: 30px 0;
}

.scene {
	margin: 5px 0;
	font-size: 120%;
}
.scene::before {
	content: "✓";
	font-size: 1.6rem;
	font-weight: bold;
	border: solid 1px black;
	color: #23cb99;
}

.images_container {
	margin-bottom: 50px;
}

.image3 {
	height: 300px;
	width: 350px;
}

.image4 {
	height: 300px;
	width: 350px;
}

.image5 {
	height: 300px;
	width: 350px;
}

.garbage_table .table td,.garbage_table .table th {
	border-top: none;
	font-weight: unset;
}

.hinmoku_line {
	border-bottom: 1px solid #989798;
	font-size: 20px;
}

.nagare {
	
	float: left;
}

.numbers {
	background-color: aquamarine;
	float: left;
	color: white;
	font-size: 150%;
	margin: 10px 0;
}

.one{
	float: left;
}
