@charset "utf-8";

.pt--subpage .page-header {
	margin-bottom: 0;
}

.pt--subpage .page-header__page-title {
	font-size: 3.5rem;
	min-height: 180px;
	margin-bottom: 10px;
}

.bottom-partition {
	position: relative;
	padding-bottom: 60px;
}

.bottom-partition:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-radius: 2px;
}

.info-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 30px 0 40px;
	padding: 30px 0 0;
}

.info-wrap:first-of-type {
	margin-top: 0;
}

.info-title {
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}

.info-text {
	margin: 10px 0;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

ul.info-list {
	list-style: disc;
}

ol.info-list {
	list-style: decimal;
}
.info-list {
	list-style: disc;
	padding-left: 20px;
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.info-footer {
	text-align: right;
}

.info-signature {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.info-intro__container {
	border: none;
}

.info-intro__title {
	
}

.info-intro__text {
	
}



/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	.pt--subpage .page-header__page-title {
		font-size: 2.4rem;
		min-height: 130px;
		padding-top: 70px;
		line-height: 1.2;
	}
	.info-title {
		font-size: 1.5rem;
	}
	.info-text {
		margin: 10px 0px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
}

