






.link_b .btn {
font-size:80%;
display:inline-block;
margin: 6px;
line-height: 1.42;
padding:14px 64px 14px 40px;
font-weight: normal;
border-width: 0;
border-style: solid;
background: transparent;
border-radius: 0;
cursor: pointer;
user-select: none;
vertical-align: bottom;
transition: background-color 0.3s;
border-radius: 4px;
}

.link_b .btn-b:link {
color: #FFF;
background-color: #31551A;
text-decoration: none;
padding:6px 16px 6px 16px;
}
.link_b .btn-b:visited {
color: #FFF;
background-color: #31551A;
text-decoration: none;
padding:6px 16px 6px 16px;
}
.link_b .btn-b:hover {
color: #FFF;
background-color: #2A2A2A;
text-decoration: none;
padding:6px 16px 6px 16px;
}
.link_b .btn-b:active {
color: #FFF;
background-color: #31551A;
text-decoration: none;
padding:6px 16px 6px 16px;
}




.img_left_right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.img_left_right img {
	width: 100%;
}
  
@media screen and (max-width: 639px) {
	.img_left_right li {
		text-align:center;
	}
}
@media screen and (min-width: 640px) {
	.img_left_right ul {
		display: flex;
		flex-wrap: wrap;
	}
	.img_left_right li {
		width: 50%;
		box-sizing: border-box;
		padding: 10px;
		text-align:center;
	}
}

@media screen and (min-width: 960px) {
	.img_left_right li {
		width: 50%;
		text-align:center;
	}
}

@media screen and (min-width: 1280px) {
	.img_left_right li {
		width: 50%;
		text-align:center;
		line-height:1.5;
	}
}
	.img_left_right_cando ul {
	list-style-type:disc;
	padding-left:0px;
	margin:0px 0px 10px 0px;
	}
	.img_left_right_cando li {
	width:100%;
	border-top:1px dotted #333333;
	padding:10px 0px 10px 0px;
	list-style-position:inside;
	text-align:left;
	}






.section ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin:10px 10px;
}
@media screen and (max-width: 760px) {
.section li {
	line-height: 2.0;
	position: relative;
	border-top:1px dotted #333333;
	padding:36px 10px 36px 44px;
}
.section li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #55763A;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	width: 38px;
	color: #ffffff;
	font-size: 100%;
	line-height: 1;
	position: absolute;
	top: 34px;
	left: 0px;
}
}
@media screen and (min-width: 761px) {
.section li {
	line-height: 1.5;
	position: relative;
	border-top:1px dotted #333333;
	padding:16px 10px 16px 44px;
}
.section li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #97B823;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	width: 38px;
	color: #ffffff;
	line-height: 1;
	position: absolute;
	top: 8px;
	left: 0px;
}
}







.character {
    line-height:1.5;
}

.character ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.character img {
    width: 100%;
}
  
@media screen and (min-width: 640px) {
    .character ul {
        display: flex;
        flex-wrap: wrap;
    }
    .character li {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
}

@media screen and (min-width: 960px) {
    .character li {
        width: 33%;
    }
}

@media screen and (min-width: 1280px) {
    .character li {
        width: 33%;
    }
}








