
div.anchor {
	background-color: #2191a5;
	border-top: 1px solid #639eb7;
	width: 100%;
}

div.anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.anchor ul li a {
	background: url(images/anchor.svg) no-repeat center bottom 3px;
	background-size: 8px;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

div.anchor ul li a:hover {
	background-position: center bottom;
}

a.anchor-top {
	background: url(images/anchor_top.svg) no-repeat center top 10px;
	background-size: 14px;
	border: 1px solid black;
	border-radius: 5px;
	display: inline-block;
	font-weight: 700;
	padding: 20px 70px 8px 70px;
	text-decoration: none;
}

a.anchor-top:hover {
	background: #1047a0 url(images/anchor_top_white.svg) no-repeat center top 5px;
	background-size: 14px;
	border-color: #1047a0;
	color: white;
	opacity: 1.00;
}

div.information {
	padding: 50px 100px 20px 100px;
}

div.information h2 {
	color: #2191a5;
	font-size: 25px;
}

div.writing {
	background-color: white;
	border-radius: 10px;
	padding: 40px 60px 50px 60px;
}

div.writing h2 {
	border-bottom: 3px solid #10479f;
	color: #10479f;
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

div.writing div.line {
	background-color: #d2d2d2;
}

div.writing ul.check li {
	background: url(images/writing_check.svg) no-repeat left 17px top 7px;
	background-size: 20px;
	padding: 2px 0 2px 48px;
}

div.writing ul.list {
	margin: 20px 0;
}

div.writing ol {
	margin-left: 38px;
}

div.writing ol li {
	padding: 8px 0;
}

div.writing h3 {
	background-color: #fafafa;
	border-left: 8px solid #1047a1;
	font-size: 22px;
	margin: 20px 0;
	padding: 8px 20px;
	text-align: left;
}

div.writing h4.number,
div.writing h3.number {
	background-color: white;
	border: none;
	border-bottom: 1px solid #1047a1;
	font-size: 20px;
	margin: 20px 0;
	padding: 5px 10px;
	text-align: left;
}

div.writing ul.list {
	line-height: 1.6em;
	padding-top: 0;
}

div.writing div.indent {
	padding-left: 20px;
}

div.writing div.indent p {
	margin-top: 4px;
}

table.treatment-narrow tr.header th,
table.treatment tr.header th {
	background-color: #deebfc;
	font-weight: 700;
}

table.treatment-narrow td,
table.treatment-narrow th,
table.treatment td,
table.treatment th {
	border: 1px solid black;
	font-weight: 500;
	padding: 8px 20px;
	text-align: justify;
}

table.treatment th {
	background-color: #d3d3d3;
	text-align: center;
	width: 15%;
}

table.treatment td {
	width: 40%;
}

table.treatment-narrow td {
	width: 25%;
}

/***********************************************************************/

body#top ul.treatment {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


body#top ul.treatment li {
	background-color: #fbe986;
	border-radius: 10px;
	margin: 10px;
}

body#top ul.treatment li a {
	background-color: white;
	background-position: top 20px center;
	background-repeat: no-repeat;
	background-size: 70px;
	border: 2px solid #87a2d3;
	border-radius: 10px;
	display: block;
	height: 240px;
	padding: 70px 10px 10px 10px;
	text-decoration: none;
	width: 300px;
}

body#top ul.treatment li:nth-child(1) a {
	background-image: url(images/disease_img1.svg);
}

body#top ul.treatment li:nth-child(2) a {
	background-image: url(images/disease_img2.svg);
}

body#top ul.treatment li:nth-child(3) a {
	background-image: url(images/disease_img3.svg);
}

body#top ul.treatment li:nth-child(4) a {
	background-image: url(images/disease_img4.svg);
}

body#top ul.treatment li:nth-child(5) a {
	background-image: url(images/disease_img5.svg);
}

body#top ul.treatment li:nth-child(6) a {
	background-image: url(images/disease_img6.svg);
}

body#top ul.treatment li:nth-child(7) a {
	background-image: url(images/disease_img7.svg);
}

body#top ul.treatment li:nth-child(8) a {
	background-image: url(images/disease_img8.svg);
}

body#top ul.treatment li:nth-child(9) a {
	background-image: url(images/disease_img9.svg);
}

body#top ul.treatment li:nth-child(10) a {
	background-image: url(images/disease_img10.svg);
}

body#top ul.treatment li:nth-child(11) a {
	background-image: url(images/disease_img11.svg);
}

body#top ul.treatment li:nth-child(12) a {
	background-image: url(images/disease_img12.svg);
}

body#top ul.treatment li:nth-child(13) a {
	background-image: url(images/disease_img13.svg);
}

body#top ul.treatment li:nth-child(14) a {
	background-image: url(images/disease_img14.svg);
}

body#top ul.treatment li:nth-child(15) a {
	background-image: url(images/disease_img15.svg);
}

body#top ul.treatment li a h2 {
	border-bottom: 2px solid #87a2d3;
	color: #1047a0;
	font-size: 25px;
	height: 55px;
	padding: 15px 0;
}

body#top ul.treatment li a h2 em {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
}

body#top ul.treatment li a div {
	padding: 10px;
}

body#top ul.treatment li a div p {
	line-height: 1.6em;
}
