@charset "utf-8";

.sub{
	font-size: 60%;
}
.sup{
	font-size: 60%;;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* ------------------------------------------------------------------------------------- PARTS */
sup{
	font-size: 60%;
	position: relative;
	top: -10px;
}

b{
	color: #009944;
}


@media print, screen and (min-width:751px) {
	.sectionHead{
		font-size: 28px;
	}
	.subHead{
		margin-top: 40px;
	}
	
	.col2{
		display: flex;
		justify-content: space-between;
	}
	.col2 > .detail{
		width: 300px;
	}
	.col2 > .detail .subHead{
		margin-top: 0;
	}
	.col2 > .image{
		text-align: center;
		width: calc(100% - 310px);
	}
	.col2 > .image img{
		height: auto;
		width: auto;
		max-width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.sectionHead{
		font-size: 26px;
	}
	.sectionHead > span{
		display: inline-block;
	}
	.subHead{
		font-size: 20px;
		margin-top: 40px;
	}
}