.contentBody h2 {
  margin: 2em 0 1em;
    padding: 8px 10px 8px;
    color: #006837;
    font-size: 170%;
    border-left: 13px solid #61b968;
    background-color: rgba(228,239,232,0.9);
}

.contentBody h3 {
    margin: 2em 0 1em;
    padding: 7px 10px 10px 40px;
    color: #61b968;
    font-size: 160%;
    background-size: 24px;
    background-image: url(../images/icon2.png);
    background-position: 11px 15px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #006837;
}
.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 1em 5px;
}

.contentBody ul li {
    margin-bottom: 15px;
}

.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}

.contentBody ol li {
    margin-bottom: 15px;
}

.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 {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: top;
  font-size: 100%;
}

.contentBody table[border] th {
    font-weight: bold;
    background-color: rgba(228,239,232,0.9);
	text-align:center;
}
.contentBody table[border] {
  border: 1px solid #006837;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #006837;
}

.style1 {
	color: #61b968;
	font-size:130%;
}

.style2 {
	font-size:80%;
}

.style3 {
	color: #61b968;
    font-size: 130%;
    border-bottom: 2px solid;
    padding-bottom: 11px;
}

.style4 {
	font-size:190%;
	color: #006837;
}

.style5 {
   color: #fff;
    background-color: #006837;
    letter-spacing: 0.1em;
    padding: 10px 15px 10px 15px;
    font-size: 120%;
    font-weight: bold;
}


.style10{
    background-color: #006837;
	position: relative;
    display: inline-block;
	width: 100%;
}

.style10::after{
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
}

.style10 a{
	display: block;
	padding: 30px;
	font-size: 140%;
	color: #fff!important;
	text-decoration: none;
	background-color: #006837;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
.style10 a {
    padding: 20px;
    font-size: 120%;
}
}

@media screen and (max-width: 600px) {
.style10 a {
    font-size: 100%;
}


.style10::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

}

@media screen and (max-width: 510px) {

.style10 a {
    font-size: 120%;
}

}

@media screen and (max-width: 510px) {

table.sp-1clm{}


table.sp-1clm th,
table.sp-1clm td{
	width: 100%;
	display: block;
	}

}

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

.red{
  color: red;
}

/* selector:style class:green title:緑 tag:span */

.green {
  color:  #006837;
}

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


}


@media screen and (max-width: 480px) {

.contentBody p, .contentBody ol, .contentBody ul {
    line-height: 140%;
}

.contentBody h2 {
    margin: 2em 0 1em;
    padding: 8px 10px 8px;
    color: #006837;
    font-size: 135%;
    background-color: rgba(228,239,232,1);
}

.contentBody h3 {
    margin: 1em 0 1em;
    padding: 8px 10px 10px 20px;
    color: #61b968;
    font-size: 120%;
    background-size: 12px;
    background-image: url(../images/icon2.png);
    background-position: 3px 15px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #006837;
}

.contentBody .alignRight {
    float: right;
    margin-left: 0px;
    margin-bottom: 10px;
	width: 100%;
}

.contentBody .alignLeft {
    float: left;
    margin-right: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.contentBody table[border] {
    border: 1px solid #ccc;
    width: 100% !important;
}

.contentBody p, .contentBody ol, .contentBody ul {
}

.style1 {
	font-size: 117%;
}

.style2 {
	font-size:70%;
}

.style3 {
	font-size:120%;
	border-bottom: 1px solid;
    padding-bottom: 0px;
}

.style4 {
	font-size:145%;
	color: #006837;
}


}