@charset "UTF-8";
/* CSS Document */


/*head*/

/*head*/




.editor h2 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #2aa53b;
	color: #000;
	font-weight: 500;
}

.editor h3 {
	color: #000;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 1.3em;
	position: relative;
	line-height: 1.5;
}

.editor h3:before {
content: "";
display: block;
width: 25px;
height: 4px;
background: #2aa53b;
position: absolute;
left: 0;
top: 16px;

}

.editor h4 {
	color: #2aa53b;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}

.editor h5 {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}






.editor ul{
	list-style-type: disc!important;
	padding-left: 1em;
}

.editor ul li{
	line-height:170%;
}

.editor ol{
	list-style-type: decimal!important;
	padding-left: 1.3em;
}

.editor ol li{
	line-height:170%;
	list-style-type: decimal!important;
}

.editor table{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	width: 100%;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	line-height:1.4;
	padding:3% 3% 2%;
	text-align:left;
  font-size: 13px;
}

.editor table th{
	background-color:#EEE;
	letter-spacing: 2px;
	text-align:center;
  width: 180px;
}
.editor img{
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.ancList ul{
list-style-type:none!important;
padding-left: 0;
}
.ancList ul li {
position: relative;
padding-left: 20px;
margin-bottom: 15px;
}

.ancList ul li:before {
    font-family: 'icon';
    content: "\e903";
    position: absolute;
    left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  color: #2aa53b;
  font-weight: bold;
}

.ancList {
border-bottom: 1px solid #ccc;
padding: 10px;
box-sizing: border-box;
margin-bottom: 30px;
}










/*SP*/
@media only screen and (max-width: 900px) {

/*head*/


.editor h1 {
font-size: 2.0rem;
}
.editor h2 {
font-size: 1.8rem;
}
.editor h2::before {
    width: 18px;
    height: 3px;
    top: 12px;
}

.editor h3 {
font-size: 1.6rem;
}

.editor h4 {
font-size: 1.5rem;
}

.editor iframe {
width: 100%!important;
height: 200px;
}

.editor table {
width: 100%!important;
}
.editor table th,
.editor table td {
	display: block;
	font-size: 1.1rem;
	padding:10px 3%;
	width: 100%!important;
}

.editor img{
	max-width: 100%;
	height: auto!important;
}
}
/*/*/