@charset 'UTF-8';
.koji_room_area{
	background: #fff;
	max-width: 500px;
	margin: auto;
}
.sec_title_area{
    padding: 36px 0 25px;
}
.sec_title_area.type02{
	padding: 0 0 27px;
}
.sec_title_area.type03{
	padding: 0 0 15px;
}
.sec_title_area p{
	font-size: 32px;
	line-height: 1.25;
	text-align: center;
}
.sec_title_area.type02 p,
.sec_title_area.type03 p{
	font-size: 44px;
}
.sec_title_area span{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.875;
	display: block;
	margin-top: 10px;
}
.sec_title_area span.small_text{
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
	display: block;
}
.sec1_img {
	margin-bottom: 56px;
}
.map{
	margin-bottom: 58px;
}
.section_title{
	margin-bottom: 38px;
}
.koji_process{
	margin-bottom: 60px;
}
.koji_process:last-of-type{
	margin-bottom: 55px;
}
.koji_process h2{
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 25px;
}
.koji_process .img{
	margin-bottom: 25px;
}
.koji_process p{
	font-size: 16px;
	text-align: center;
	line-height: 1.875;
	font-weight: 600;
	margin-bottom: 25px;
}
.koji .koji_text{
	position: relative;
	margin-bottom: 40px;
}
.koji p{
	font-size: 24px;
	line-height: 1.33;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 36px 10px;
	max-width: 317px;
	margin: auto;
}
.koji p:after{
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
    max-width: 317px;
	width: 100%;
    height: 166px;
	background-image: url(/factoryguide/img/koji_room/sec03-10_bk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
