/**
 * Styly HP
 */

#headline-outer {
	padding: 10px 50px 10px 0;
	border-bottom: 1px solid #bfc1c1;
}

#headline-inner {
	padding: 50px 0 0 689px;
}

#headline {
	min-height: 380px;
	background-image: url('../img/hp/headline/bg.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#headline h1 {
	margin: 0 0 10px 0;
	font-weight: normal;
}

#headline h1 span {
	display: block;
	font-family: 'BebasNeue';
	font-size: 53px;
	line-height: 35px;
}

#headline a {
	display: block;
	width: 121px;
	height: 37px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'BebasNeue';
	color: #ffffff;
	font-size: 19px;
	text-align: center;
	background-image: url('../img/hp/headline/more.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#left-column {
	float: left;
	width: 505px;
	margin: 25px 0 40px 0;
}

#left-column h2 {
	margin: 0;
	font-weight: normal;
}

#left-column h2 span {
	display: block;
	font-family: 'BebasNeue';
	font-size: 53px;
	line-height: 53px;
	float: left;
}

#left-column h2 span.cb {
	line-height: 0;
	float: none;
}

#left-column h2 a {
	display: block;
	float: left;
	width: 81px;
	height: 37px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'BebasNeue';
	color: #ffffff;
	font-size: 19px;
	text-align: center;
	margin: 6px 0 0 7px;
	background-image: url('../img/hp/left-column/more.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#left-column p {
	line-height: 25px;
}

#left-column span.title-list {
	display: block;
	font-size: 44px;
	line-height: 44px;
	font-family: 'BebasNeue';
	margin-top: 35px;
}

#left-column span.title-list span {
	font-size: 25px;
	font-family: 'BebasNeue';
	color: #bfc1c1;
}

#left-column ul {
	margin: 0;
	padding: 0;
}

#left-column li {
	list-style-type: none;
	margin-top: 30px;
	position: relative;
}

#left-column li span.number {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	color: #ffffff;
	text-align: center;
	font-family: 'BebasNeue';
	font-size: 30px;
	line-height: 60px;
	background-color: #31306e;
	margin-right: 18px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#left-column li span.description {
	display: block;
	position: absolute;
	left: 78px;
	top: 45px;
}

#left-column li a {
	font-size: 25px;
	line-height: 60px;
	font-family: 'BebasNeue';
	text-decoration: none;
}

#left-column li a:hover {
	color: #d81247;
}

#left-column span.congratulation-line1 {
	display: block;
	font-size: 25px;
	line-height: 25px;
	font-family: 'BebasNeue';
	margin-top: 25px;
}

#left-column span.congratulation-line2 {
	display: block;
	margin-top: 15px;
}

#right-column {
	float: right;
	width: 390px;
	margin: 25px 0 40px 0;
}

#right-column span.title {
	display: block;
	font-size: 25px;
	line-height: 25px;
	font-family: 'BebasNeue';
	margin-bottom: 30px;
}

#right-column div.new-doctor {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bfc1c1;
}

#right-column div.new-doctor img {
	float: left;
	width: 188px;
	height: auto;
}

#right-column div.new-doctor div.flex-container div.info {
	float: right;
	width: 180px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 13px;
}

#right-column div.new-doctor div.flex-container div.info div {
	font-size: 14px;
	line-height: 20px;
}

#right-column div.new-doctor div.info a {
	display: block;
	width: 48px;
	height: 37px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
	font-family: 'BebasNeue';
	background-color: #bfc1c1;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#right-column div.domain-info {
	line-height: 25px;
	margin-bottom: 15px;
}

@media (max-width: 990px) {
	#headline {
		display: flex;
		flex-direction: row;
		align-items: center;
		min-height: fit-content;
		background-size: cover;
	}

	#headline-inner {
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		align-items: end;
		justify-content: center;
		width: 100%;
	}

	#headline h1 {
		display: flex;
		flex-direction: column;
		gap: 2px;
		width: 100%;
		flex-grow: 1;
		align-items: end;
	}

	#headline h1 span {
		display: inline;
		font-size: 24px;
		line-height: 32px;
	}

	#headline h1 br {
		display: none;
	}

	#headline a {
		margin-top: 12px;
	}

	#headline-outer {
		padding: 0;
	}

	#headline-inner {
		padding: 12px 27px;
	}

	#headline-inner > a {
		font-size: 16px;
	}

	#left-column {
		width: auto;
		max-width: 100%;
		margin: 0;
		padding: 0 24px;
	}

	#left-column p {
		text-align: justify;
	}

	#left-column h2 {
		display: flex;
		flex-direction: column;
		margin: 24px 0 0 0;
	}

	#left-column h2 br {
		display: none;
	}

	#left-column h2 span {
		display: inline;
		font-size: 24px;
		line-height: 32px;
	}

	#left-column h2 a {
		margin: 8px 0;
		font-size: 16px;
	}

	#left-column p {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	#left-column p .big {
		font-size: 14px;
		line-height: 24px;
	}

	#left-column span.title-list {
		display: flex;
		flex-direction: column;
		font-size: 24px;
		line-height: 32px;
		margin-top: 24px !important;
	}

	#left-column span.title-list span {
		font-size: 24px;
		line-height: 32px;
	}

	#left-column ul {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
		align-items: center;
		gap: 0;
	}

	#left-column li {
		display: grid;
		grid-template-columns: 1fr 6fr;
		gap: 4px;
		margin-top: 12px;
	}

	#left-column li span.number {
		position: static;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		font-size: 24px;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
	}

	#left-column li a {
		font-size: 20px;
		line-height: 24px;
	}

	#left-column li span.description {
		position: static;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 14px;
		line-height: 18px;
	}

	#left-column span.congratulation-line1 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 24px;
	}

	#left-column span.congratulation-line2 {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0;
	}

	#right-column {
		width: auto;
		max-width: 100%;
		margin: 24px 0 0 0;
		padding: 0 24px;
	}

	#right-column p {
		text-align: justify;
	}

	#right-column span.title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 6px;
	}

	#right-column div.new-doctor {
		margin-bottom: 16px;
		padding-bottom: 12px;
		border-bottom: 0;
	}

	.new-doctor-mobile-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 90%;
	}

	#right-column div.new-doctor div.flex-container div.info {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		margin-top: 12px;
		flex-grow: 1;
		justify-content: space-between;
	}

	#right-column div.new-doctor div.flex-container div.info div {
		font-size: 14px;
		line-height: 18px;
	}

	#right-column div.new-doctor div.info a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 64px;
		height: 37px;
		font-size: 20px;
		line-height: 22px;
		margin-top: 16px;
	}

	#right-column div.new-doctor img {
		padding-bottom: 0;
		max-width: 90%;
	}

	#right-column div.domain-info {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 12px;
		width: 100%;
		max-width: 100%;
	}

	#right-column img {
		padding-bottom: 24px;
	}
}
