.content-page-title-wrapper {
	width: 1110px;
	margin: auto;
}

.content-page-title-border-left {
	height: 208px;
	width: 7px;
	background-color: #2fa9d2;
	float: left;
}

.content-page-title-border-top {
	height: 7px;
	width: calc(100% - 30px);
	background-color: #2fa9d2;
}

.content-page-title-border-right {
	height: 178px;
	width: 7px;
	background-color: #2fa9d2;
	float: right;
	margin-top: 24px;
}

.content-page-title-border-bottom {
	height: 7px;
	width: 100%;
	background-color: #2fa9d2;
	margin-top: 197px;
}

.content-page-title-border-plus {
    position: relative;
	background-image: url('../img/tile_border_plus.png');
	width: 36px;
	height: 36px;
	margin-left: calc(100% - 22px);
	top: -225px;
}

.content-page-title {
	font-size: 50px;
	font-family: 'TheSansB-W9BlackItalic';
	color: #2fa9d2;
	line-height: 1;
	position: absolute;
	margin-top: -165px;
	margin-left: 58px;
}

.content-page-content-wrapper {
	display: flex;
	width: 1110px;
	margin: auto;
    margin-top: auto;
    margin-bottom: auto;
	font-size: 23px;
	color: #0a658e;
	margin-bottom: 95px;
	margin-top: 12px;
	line-height: 1.3;
}

.content-page-content-text {
	width: 60%;
}

.content-page-image {
	width: 40%;
	margin-left: 125px;
	height: auto;
	object-fit: contain;
	object-position: top;
	max-height: 540px;
}

.content-page-image-mobile {
	display: none;
}

.content-page-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.content-page-list > li {
    position: relative;
    padding: 5px 0 4px 33px;
    margin: 0;
    list-style-type: none;
    line-height: 1.2;
}

.content-page-list > li::before {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 25px;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    content: "•";
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 6px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
	.content-page-title-wrapper, .content-page-content-wrapper {
		width: calc(100vw - 60px);
	}
}

@media only screen and (max-width: 950px) {
	.content-page-content-wrapper {
		display: block;
	}

	.content-page-image {
		display: none;
	}

	.content-page-image-mobile {
		display: block;
		width: 100%;
		margin: auto;
		margin-bottom: 40px;
	}

	.content-page-content-text {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	
	.content-page-title-wrapper {
		margin-top: 15px;
	}

	.content-page-title {
		font-size: 40px;
		width: calc(100vw - 70px);
		text-align: center;
		margin-left: 5px;
		margin-top: -133px;
	}

	.content-page-content-wrapper {
		font-size: 18px;
	}

	.content-page-title-border-left {
		height: 150px;
	}

	.content-page-title-border-right {
		height: 120px;
	}

	.content-page-title-border-bottom {
		margin-top: 143px;
	}

	.content-page-title-border-plus {
		top: -171px;
	}

	.content-page-list > li::before {
		font-size: 22px;
		top: 5px;
	}

	.content-page-list > li {
		padding: 3px 0 3px 33px;
	}
}

@media only screen and (max-width: 390px) {
	.content-page-title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 335px) {
	.content-page-title-wrapper, .content-page-content-wrapper {
		width: calc(100vw - 40px);
	}

	.content-page-title {
		width: calc(100vw - 50px);
		font-size: 36px;
		margin-top: -130px;
	}
}

@media only screen and (max-width: 314px) {
	.content-page-title {
		font-size: 32px;
		margin-top: -126px;
	}
}