/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url("../img/bg-ttl-discover.jpg") center no-repeat;
	background-size: cover;
}


/* --------------------------------------------------
section
-------------------------------------------------- */
#contents section{
	position: relative;
	z-index: 0;
	margin-bottom: 5%;
}
#contents section::after{
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 96%;
	margin: auto;
	top: 0;
	bottom: auto;
	right: 0;
	left: auto;
	z-index: -1;
	background: #F3F3F3;
}
#contents section:nth-child(even)::after{
	bottom: auto;
	right: auto;
	left: 0;
}

@media screen and (max-width: 800px) {
	#contents section{
		margin-bottom: 3em;
	}
}

/* --------------------------------------------------
discover-wide-pht
-------------------------------------------------- */
.discover-wide-pht{
	margin-bottom: 6%;
}


/* --------------------------------------------------
discover-col
-------------------------------------------------- */
.discover-col{
	position: relative;
	margin-bottom: 8%;
}
.discover-col li{
	padding: 0;
}

/* pht-col */
.pht-col{
	padding: 0;
	width: 51% !important;
}

/* txt-col */
.txt-col{
	width: 49% !important;
}
.txt-col h3{
	font-size: 4.7rem;
	font-weight: bold;
	padding-bottom: 1em;
	margin-left: 24%;
	margin-bottom: 1em;
	position: relative;
}
.txt-col h3:after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #D33845;
}

.txt-col .txt-detail{
	background: #fff;
	padding: 8%;
	position: relative;
	z-index: 2;
	width: 90%;
	margin-left: 15%;
}
.txt-col .txt-detail p{
	font-size: 1.7rem;
	margin-bottom: 1.4em;
	line-height: 1.8;
}
.txt-col .txt-detail p:last-child{
	margin-bottom: 0;
}


/* reverse */
.discover-col.reverse{
	flex-direction: row-reverse;
}

.discover-col.reverse .txt-col h3{
	margin-left: -3%;
}
.discover-col.reverse .txt-col .txt-detail{
	margin-left: -5%;
}
.discover-col.reverse .pht-col{
	margin-top: 4%;
}

@media screen and (max-width: 1200px) {
	.txt-col h3{
		font-size: 3rem;
	}
}

@media screen and (max-width: 800px) {
	.discover-col{
		padding: 0 2%;
	}
	.list-2col li,
	.pht-col,
	.txt-col{
		width: 100% !important;
		float: none;
	}
	.txt-col .txt-detail{
		width: 100%;
		margin-left: 0 !important;
		padding: 2em 1em;
	}
	.txt-col .txt-detail p{
		font-size: 1.4rem;
	}
	.txt-col h3,
	.discover-col.reverse .txt-col h3{
		font-size: 2rem;
		margin-left: 0;
	}
}
