.contentBody h2 {
  margin: 45px 0 30px 0;
  padding: 0 10px 5px;
  padding: 0.5em;/*文字周りの余白*/
  color: #007421;/*文字色*/
  background: #f1f7e6;/*背景色*/
  border-left: solid 5px #007421;/*左線（実線 太さ 色）*/
  border-bottom: 0px;
  font-size: 170%!important;
}
.contentBody h3 {
    background: linear-gradient(transparent 70%, #F4F4DC 70%);
    padding: 5px;
    margin: 35px 0 20px 0;
    font-size: 140%!important;
    font-weight: bold;
	color:#007421;
}


.contentBody h4 {
	color:#007421;
	font-size: 110%!important;
	margin: 35px 0 20px 0;
}

.contentBody p {
    margin: 1em 0 1em 0px;
	    line-height: 180%;
}

.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}



.contentBody ol {
	counter-reset: number;
    list-style-type: none!important;
    padding: 25px 30px;
    background-repeat: repeat;
    background-size: 10px;
    background-color: #f4f4db;
    margin: 35px 0;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}


.contentBody ol li:last-child {
    margin-bottom: 0px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #000;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contentBody ul {
  list-style: none;
    margin: 1em 5px;
}

.contentBody ul li{
	background-image: url(../images/icon_l.png);
    background-repeat: no-repeat;
    background-position: left 16px;
    background-size: 20px;
    padding: 10px 0px 10px 30px;
}

.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}




.contentBody .alignLeft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 25px;
  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] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
      padding: 15px;
  border: 1px solid #ccc;
	
}
.contentBody table[border] th {
      background-color: #f6f6ef;
}


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

.red{
  color: red;
}


.style1 {
	background-color: #B1494C;
    padding: 2% 5%;
    color: #fff;
    font-size: 130%;
    display: block;
    border-radius: 10px;
    text-align: center;
	box-shadow: 0 0 8px gray;
	transition: 0.6s;
}


.style1 a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.style1:hover{
	background-color: #007421;
}


.style2 {
	color: #B1494C;
	font-size: 160%;
}


.style3 {
	font-size: 80%;
}




/* SP
================================================== */

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

.contentBody h2 {
    /* margin: 2em 0 1em; */
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 0 10px 5px;
    padding: 0.5em;
    color: #007421;
    background: #f1f7e6;
    border-left: solid 5px #007421;
    border-bottom: 0px;
    font-size: 130%;
}

.contentBody h3 {
    background: linear-gradient(transparent 70%, #F4F4DC 70%);
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: bold;
    color: #007421;
}

}



@media screen and (max-width: 480px) {
	
	
.style2 {
    font-size: 140%;
}

.contentBody img {
    margin-left: 0px;
    margin-bottom: 10px;
	max-width: 100%;
    width: auto;
}
	
.contentBody .alignRight,.contentBody .alignLeft {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
	max-width: 100%;
    width: auto;
}
	
img.attached_icon {
    padding: 0;
    width: 20px;
    margin-right: 8px;
    margin-bottom: 8px;
}
	
.sideBody {
	font-size: 80%;
	}

}