@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/common/page_title_bg02.jpg);
}
#main .headLine02 {
	margin-bottom: 36px;
}
#main .topBox {
	margin-bottom: 73px;
	align-items: flex-start;
}
#main .topBox .photoBox {
	width: 41%;
	border-radius: 10px;
	overflow: hidden;
}
#main .topBox .photoBox img {
	width: 100%;
}
#main .topBox .textBox {
	width: 45%;
}
#main .topBox .textBox .ttl {
	margin-bottom: 21px;
	padding-top: 1px;
	width: 87px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
	background-color: #323232;
}
#main .topBox .textBox dl {
	margin-bottom: 5px;
}
#main .topBox .textBox dt,
#main .topBox .textBox dd {
	font-size: 1.4rem;
}
#main .topBox .textBox dt {
	float: left;
}
#main .topBox .textBox dd {
	padding: 0 0 10px 7.4em;
}
#main .topBox .textBox .txt {
	margin-bottom: 9px;
	font-size: 1.4rem;
}
#main .topBox .textBox .txt:last-child {
	margin-bottom: 0;
}
#main .topBox .textBox .inner {
	margin-bottom: 25px;
}
#main .topBox .textBox .inner:last-child {
	margin-bottom: 0;
}
#main .topBox .textBox .inner02 .ttl {
	margin-bottom: 27px;
}
#main .text {
	margin-bottom: 26px;
	line-height: 1.63;
}
#main .text:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	#main .topBox .photoBox {
		width: 44%;
	}
	#main .topBox .textBox {
		width: 50%;
	}
}
@media all and (max-width: 896px) {
	.pageTitle .bg {
        background-image: url(../img/common/sp_page_title_bg02.jpg);
    }
	#pagePath {
		margin-bottom: 26px;
	}
	#main .headLine03 {
		margin-bottom: 22px;
		padding: 0 0 8px;
	}
	#main .headLine03::before {
		height: 2px;
	}
	#main .headLine02 {
		margin-bottom: 22px;
	}
	#main .topBox {
		margin-bottom: 70px;
		display: block;
	}
	#main .topBox .photoBox {
		margin-bottom: 56px;
		width: auto;
	}
	#main .topBox .photoBox img {
		width: 100%;
	}
	#main .topBox .textBox {
		width: auto;
	}
	#main .topBox .textBox .ttl {
		padding-top: 2px;
		width: auto;
		line-height: 1.2;
	}
	#main .topBox .textBox dl {
		margin-bottom: 1px;
	}
	#main .topBox .textBox .txt {
		margin-bottom: 1px;
		line-height: 2.07;
	}
	#main .topBox .textBox .inner {
		margin-bottom: 50px;
	}
	#main .topBox .textBox .inner:last-child {
		margin-bottom: 0;
	}
	#main .topBox .textBox .inner02 .ttl {
		margin-bottom: 23px;
	}
	#main .text {
		margin-bottom: 24px;
		line-height: 1.6;
		letter-spacing: 0.025em;
	}
}