@charset "UTF-8";

section article.transfusion_content {
	margin-top: 30px;
}
h2.subtitle {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1.2em;
}
.transfusion_intro p {
  position: relative;
  color: #2b5737;
  padding: 16px;
}
.transfusion_intro p:before,
.transfusion_intro p:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.transfusion_intro p::before {
  border-left: solid 1px #000000;
  top: 0;
  left: 0;
}
.transfusion_intro p::after {
  border-right: solid 1px #000000;
  top: 0;
  right: 0;
}

.transfusion_content h3 {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.transfusion_content table {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  border-collapse: collapse;
}
.transfusion_content table tr,
.transfusion_content table th,
.transfusion_content table td {
  border: solid 1px #fff;
}
.transfusion_content table th,
.transfusion_content table td {
  padding: 8px;
}
.transfusion_content table thead tr {
  background: #326440;
}
.transfusion_content table thead th {
  color: #fff;
}
.transfusion_content table tbody th {
  color: #3d3d3d;
  background: #b8d9c1;
}
.transfusion_content table tbody td {
  background: #eeeeee;
	text-align: left;
}
.transfusion_content table tbody td.component {
	text-align: center;
	white-space: nowrap;
}
.transfusion_content table tbody td.type_note {
	text-align: center;
	color: #ea8350;
}

.transfusion_content ul li {
	list-style: none;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	position: relative;
}
.transfusion_content ul li i {
  font-size: 1rem;
  color: #326440;
  margin-right: 4px;
	position: absolute;
	left: 0px;
	top: 0.7em;
}
.fa-circle::before {
  content: "\f111";
}
.transfusion_content .need {
  list-style: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 25px;
  background: url("../images/information/dental_icon.png") no-repeat left 4px;
    background-size: auto;
  background-size: 20px;
}
.transfusion_content .transfusion_note {
  background: #eee;
  padding: 1em 1.5em;
}
.transfusion_content .transfusion_note p {
	font-size: 1.6rem;
  font-weight: 700;
	text-align: center;
}
.transfusion_content .transfusion_note p span {
	background: linear-gradient(transparent 50%, #d4ffd0 50%);
}

.donation {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 768px) {
section article.transfusion_content {
	margin-top: 50px;
}
h2.subtitle {
	font-size: 3rem;
}

.transfusion_intro p {
  font-size: 2rem;
  padding: 24px 10px;
  text-align: center;
}

.transfusion_content h3 {
  font-size: 2rem;
  text-align: center;
}
.transfusion_content table {
  font-size: 1.6rem;
}
.transfusion_content table th,
.transfusion_content table td {
  padding: 8px 1.5em;
}

.transfusion_content .need {
  font-size: 1.8rem;
  padding-left: 37px;
  background-size: 27px;
	background-position: left 2px;
}
.transfusion_content .transfusion_note {
  background: #eee;
  padding: 1em 1.5em;
}
.transfusion_content .transfusion_note p {
  font-weight: 700;
}
.transfusion_content .transfusion_note {
  background: #eee;
  padding: 24px;
}
.transfusion_content .transfusion_note p {
	font-size: 1.8rem;
  font-weight: 700;
}

.donation {
    margin-top: 70px;
}

}

@media (min-width: 1200px) {
section article.transfusion_content {
	margin-top: 80px;
}
h2.subtitle {
	font-size: 3.8rem;
}
.transfusion_intro p {
  font-size: 2.5rem;
  padding: 50px 20px;
}

.transfusion_content h3 {
  font-size: 2.8rem;
	margin-bottom: 40px;
}
.transfusion_content table {
  font-size: 2rem;
}
.transfusion_content table th,
.transfusion_content table td {
  padding: 16px 1.5em;
}

.donation {
    margin-top: 80px;
}

}

