@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 .comImgBox02:last-child {
	margin-bottom: 0;
}
#main .sec01 {
	margin-bottom: 94px;
}
#main .sec02 .innerBox {
	margin-bottom: 79px;
	padding-bottom: 54px;
	border-bottom: 1px dashed #bcbcbc;
}
#main .sec02 .innerBox:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#main .sec02 .innerBox:first-child {
	padding-top: 54px;
	border-top: 1px dashed #bcbcbc;
}
#main .sec02 .innerBox .headLine02::before {
	left: 0;
}
#main .sec02 .innerBox .headLine02 {
	margin-bottom: 37px;
	padding-left: 36px;
}
#main .sec02 .innerBox .imgBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .sec02 .innerBox .imgBox .photoBox {
	width: 41%;
	border-radius: 10px;
	overflow: hidden;
	order: 1;
}
#main .sec02 .innerBox .imgBox .photoBox img {
	width: 100%;
}
#main .sec02 .innerBox .imgBox .comCheckList {
	width: 55%;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .sec01 .comImgBox02 .imgBox .photoBox {
		width: 45%;
	}
	#main .sec01 .comImgBox02 .imgBox .textBox {
		width: 50%;
	}
}
@media all and (max-width: 896px) {
	.pageTitle .content {
		padding-top: 47px;
	}
	#pagePath {
		margin-bottom: 26px;
	}
	#main .sec01 .comImgBox02 .headLine03 {
		margin-bottom: 23px;
		padding-bottom: 8px;
	}
	#main .sec01 .comImgBox02 .imgBox .photoBox {
		width: auto;
	}
	#main .sec01 .comImgBox02 .imgBox .textBox {
		width: auto;
	}
	#main .sec01 .comImgBox02 .imgBox .textBox p {
		letter-spacing: 0.025em;
	}
	#main .sec01 {
		margin-bottom: 52px;
	}
	#main .sec02 .innerBox {
		margin-bottom: 55px;
	}
	#main .sec02 .innerBox:first-child {
		padding-top: 55px;
	}
	#main .sec02 .innerBox .headLine02 {
		margin-right: -10px;
		margin-bottom: 21px;
		padding-left: 23px;
	}
	#main .sec02 .innerBox .imgBox {
		display: block;
	}
	#main .sec02 .innerBox .imgBox .photoBox {
		margin-bottom: 32px;
		width: auto;
	}
	#main .sec02 .innerBox .imgBox .comCheckList {
		width: auto;
	}
    #main .sec02 .innerBox .imgBox .comCheckList li {
        min-height: 58px;
    }
}