@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------


    Radioactivity PAGE
	

---------------------------------------------------*/

.radioactivity-cont{
	width:1200px;
	margin: 0 auto;
	margin-bottom: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.text{
	width: 53%;
	float: left;
}

.text h3{
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 50px;
}

.radioactivity-cont .image{
	width:42%;
	float: right;
}

.radioactivity-cont .image img{
	width:100%;
	height: auto;
}

@media screen and (max-width: 1499px) {
.radioactivity-cont{
	width:80%;
}
}


@media screen and (max-width: 768px) {
.radioactivity-cont{
	width:90%;
	margin:0 auto;
	margin-bottom: 50px;
}
	
.text{
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.text h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.radioactivity-cont .image{
	width:100%;
	float: none;
}
}
