@charset "utf-8";
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.detailBox p,
.detailBox li {
	text-align: left;
	font-size: 1.4rem;
	margin: 0;
}
.english.detailBox p,
.detailBox li {
	font-size: 1.3rem;
}
.detailBox p a {
	border-bottom: solid 1px;
	position: relative;
    font-size: 1.3rem;
}
.detailBox p a[target="_blank"]::after{
	/* margin: -0.2rem 0.6rem 0 0.6rem; */
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url("../img/common/icon06.png") no-repeat left top / 100% 100%;
	content: "";
	position: absolute;
	bottom: 2px;
	right: -15px;
}
.detailBox p a.hover {
	border-color: #fff;
}
@media all and (max-width: 999px) {
	.detailBox p a[target="_blank"]::after{
		margin: -0.2rem 0.4rem 0 0.4rem;
		width: 1rem;
		height: 1rem;
	}
}
.detailBox h5 {
	margin-bottom: 3rem;
	font-size: 1.2rem;
	line-height: 2.08;
	text-align: left;
	font-weight: 400;
}
#main .secBox {
	margin-bottom: 11.8rem;
}
#main .photoBox {
	margin: 3.7rem 0 11.7rem;
	text-align: center;
}
#main .photoBox .txt {
	margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}
#main .photoBox .txt a {
	text-decoration: underline;
}
#main .photoBox .txt a:hover {
	text-decoration: none;
}
#main .headLine05 + .comImgBox {
	margin-top: 5.5rem;
}
.headLine10 .en:not(.small) {
	font-size: 6.2rem;
}
#main .comLinkUl02 li:first-child a {
	border-top: 1px solid rgba(34,34,34, 0.25);
}
#main .txtBgBox {
	padding: 2rem 2.8rem;
	font-size: 1.5rem;
	background-color: #FAFAFA;
	text-align: left;
	margin: 3.4rem 0 7rem;
	letter-spacing: -0.05em;
}
#main .txtBgBox p {
	margin-bottom: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#main .txtBgBox p:last-child {
	margin-bottom: 0;
}
#main .comTextBox ul li {
	margin-bottom: 0.7rem;
    padding-left: 2rem;
    line-height: 1.5;
}
#main .comTextBox ul li::before {
    width: 1.1rem;
    height: 1.1rem;
    top: 0.4rem;
}
@media all and (min-width: 1000px) {
	#main .comLinkUl02 li:nth-child(2) a {
		border-top: 1px solid rgba(34,34,34, 0.25);
	}
	#main .photoBox.bigPhoto {
		margin-left: auto;
		margin-right: auto;
		max-width: 100rem;
	}
	#main .photoBox.normalPhoto {
		margin-left: auto;
		margin-right: auto;
		max-width: 60rem;
	}
	#main .photoBox.bigPhoto img,
	#main .photoBox.normalPhoto img {
		width: 100%;
	}
}
@media all and (max-width: 999px) {
	.headLine10 .en:not(.small) {
		font-size: 4.2rem;
	}
	#main .secBox {
		margin-bottom: 8rem;
	}
	.detailBox p {
		font-size: 1.3rem;
	}
	#main .photoBox .image {
		margin: 0 -3rem;
		padding: 0 3rem;
		overflow-x: auto;
	}
	#main .photoBox .image img {
		width: 100%;
		max-width: inherit;
		min-width: 53.8rem;
	}
	#main .photoBox {
		margin: 3rem 0 8.3rem;
	}
	#main .photoBox .txt {
		margin-top: 0.3rem;
		font-size: 1.1rem;
	}
	#main .headLine05 + .comImgBox {
		margin-top: 2.7rem;
	}
	#main .txtBgBox p {
		line-height: 1.72;
		letter-spacing: 0.1em;
	}
	#main .txtBgBox {
		padding: 1.8rem 1.5rem 1.8rem;
		font-size: 1.4rem;
		margin: 2.7rem 0;
	}
	.detailBox h5 {
		font-size: 1.2rem;
		line-height: 1.66;
	}
}