.contentBody h2  {
	position: relative;
	color: #fff;
	font-size: 1.2em;
	background-color: #D96969;
	line-height: 1;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-top: 20px;

}
.contentBody h2:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 20px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #D96969;
}

.contentBody h3 {
	font-size: 1.15em;
	line-height: 20px;
	padding: .5em 0 .5em 1.5em;
	position: relative;
	background: #ffffff;
	border: 1px solid #D96969;
}
.contentBody h3:after {
	content: " ";
	position: absolute;
	top: .5em;
	left: .5em;
	width: 6px;
	height: calc(100% - 1em);
	background: #D96969;
}

.contentBody h4 {
	margin: 2em 0 1em;
	padding: 0 10px;
	color: #D74949;
	font-size: 110%;
	border-bottom: 3px solid #D96969;
}
.contentBody {
	font-size: 1.08em;
}

.contentBody img {
	max-width: 100%;
	height: auto;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}
.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}
.contentBody ul {
  list-style: disc;
  padding-left: 2em;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table th{
	background-color: hsla(223,37%,89%,1.00);
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
  font-weight: normal;
}
/*tableSET*/
.corp table {
  border-collapse: collapse;
  width: 99%;
}
.corp table th,
.corp table td {
  padding: 10px;
  border: 1px solid #999;
}
.corp table th {
	background-color: #D8D8D8;
	text-align: center;
	width: auto;
}

.tabl01 table {
  border-collapse: collapse;
  width: 100%;
}
.tabl01 table td:nth-child(2){width: 30%;}
.tabl01 table th,
.tabl01 table td {
  padding: 10px;
  border: 1px solid #999;
}
.tabl01 table th {
	background-color: #D8D8D8;
	text-align: center;
	width: auto;
}

/* Color Definition
================================================== */

.red{
  color: red;
}

/* pc-only/sp-only
================================================== */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media print {
  .sp-only {
    display: none !important;
  }
}

/* sp
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}