@charset "utf-8";
/*------------------------------------------------------------
	jhs
------------------------------------------------------------*/
p {
	letter-spacing: 0.05em;
}
#main .secBox {
	margin-bottom: 2.5rem;
}
#main .secBox .imgBox {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
}
#main .secBox .photoBox {
	width: 50rem;
	text-align: right;
}

#main .secBox .img_center {
    padding-top: 30px;
}

#main .secBox .photoBox img {
	width: auto;
	height: 29.2rem;
}
#main .secBox .textBox {
	flex: 1;
}
#main .secBox .imgBox .ttl {
	margin-bottom: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.8rem;
}
#main .secBox .txtUl {
	margin-top: 2.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .secBox .txtUl li {
	min-width: 16rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #DDD;
}
#main .secBox .stepDl {
	margin-top: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 2rem;
}
#main .secBox .stepDl dt,
#main .secBox .stepDl dd {
	min-height: 5rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
}
#main .secBox .stepDl dt {
	width: 20rem;
	justify-content: center;
	background-color: #ddd;
	font-weight: bold;
}
#main .secBox .stepDl dd {
	padding-left: 3.2rem;
	width: calc(100% - 20rem);
	font-weight: 500;
}
#main .botBox .headLine03 {
	margin-bottom: 2.2rem;
	text-align: center;
	border-bottom: none;
}
#main .botBox .list {
	margin-bottom: 3.7rem;
	gap: 3rem;
}
#main .botBox .list li {
	padding: 1rem;
	width: calc((100% - 6rem) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 16rem;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #CC0002;
}
#main .botBox .img {
	margin: 2.4rem auto 0.9rem;
	width: 90rem;
}
#main .botBox .img img {
	width: 100%;
}
#main .botBox .note {
	margin-bottom: 3.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}
@media all and (min-width: 897px) {
	.mainVisual {
		margin-bottom: 9rem;
	}
	.centerTxt {
		margin-bottom: 7.3rem;
	}
	#main .box01 {
		margin-bottom: 5.7rem;
	}
	#main .box02 {
		margin-bottom: 4.7rem;
	}
	#main .box04 .imgBox,
	#main .box02 .imgBox,
	#main .box03 .imgBox {
		margin-top: 3rem;
	}
	#main .box02 .photoBox {
		padding-right: 2.4rem;
	}
	#main .box02 .photoBox img {
		height: 20rem;
	}
	#main .box03 {
		margin-bottom: 5.7rem;
	}
	#main .botBox .centerTxt {
		margin-bottom: 0;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
	margin-bottom: 5rem;
	}
	#main .centerTxt {
		margin-bottom: 4rem;
		text-align:left;
	}
	#main .secBox .imgBox {
		margin-top: 2rem;
		display: block;
	}
	#main .secBox .photoBox {
		width: 100%;
	}
	#main .secBox .photoBox img {
		width: 100%;
		height: auto;
	}
	#main .secBox .textBox {
		margin-bottom: 1.5rem;
	}
	#main .secBox .imgBox .ttl {
		font-size: 1.6rem;
	}
	#main .secBox .txtUl {
		margin-top: 1.5rem;
		gap: 1rem
	}
	#main .secBox .txtUl li {
		min-width: 10rem;
        height: 3rem;
		font-size: 1.4rem;
	}
	#main .secBox .stepDl {
		display: block;
	}
	#main .secBox .stepDl dt, 
	#main .secBox .stepDl dd {
		margin-bottom: 1rem;
		padding: 0 1rem;
		min-height: 3rem;
		width: 100%;
		font-size: 1.4rem;
	}
	#main .secBox .stepDl dd {
		margin-bottom: 2rem;
	}
	#main .botBox .list {
		margin-bottom: 1.7rem;
		display: block;
	}
	#main .botBox .list li {
		width: 100%;
		font-size: 2rem;
		min-height: 3rem;
	}
	#main .botBox .list li + li {
		margin-top: 1.5rem;
	}
	#main .botBox .note {
		margin-bottom: 1.5rem;
		padding-left: 1.2rem;
		text-indent: -1.2rem;
		text-align: left;
		font-size: 1.2rem;
	}
	#main .botBox .centerTxt {
		margin-bottom: 0;
	}
	.comBtn {
		margin-top: 4rem;
	}
	#main .botBox .img {
		width: 100%;
	}
    
    #main .secBox .img_center {
    padding: 0px;
}
}