@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents #pylori {
	width: 100%;
	max-width: 900px;
	text-align: center;
	margin: 20px auto;
}

#main-contents #flow #notice {
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	border: 1px solid #F05C9E;
}

#main-contents #flow #notice h3 {
	color: #F05C9E;
}

#main-contents #flow #notice p {
	color: #F05C9E;
	text-align: center;
	line-height: 1.6;
}

#main-contents #flow #notice:after {
	display: none;
}

#main-contents #flow .flow-item sup {
	font-size: 1.4rem;
}

#main-contents #flow .attention {
	color: #F05C9E;
}

#main-contents #flow .box {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}

#main-contents #flow .box h2 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #555;
}

#main-contents #flow .box h2:before {
	display: none;
}

#main-contents #flow .box p {
	margin-bottom: 0;
}

#main-contents #flow .number {
	margin: 5px 0 !important;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Ubuntu",sans-serif;
	color: var(--color-link);
	line-height: 1;
}

#main-contents #point dl {
	font-size: 1.4rem;
}

#main-contents #point dl div {
	margin-bottom: 1em;
}

#main-contents #point dl div:last-child {
	margin-bottom: 0;
}

#main-contents #point dt {
	font-weight: bold;
	color: #555;
}

#main-contents #point dd {

}

#main-contents #point dd.arrow {
	position: relative;
	padding-left: 20px;
}

#main-contents #point dd.arrow:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "→";
	color: var(--color-link);
	font-weight: bold;
}

#main-contents #point dl + p {
	margin-top: 1em;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	#main-contents #flow .box h2 {
		font-size: 1.8rem;
	}
	
	#main-contents #flow .number {
		font-size: 2.8rem;
	}
}