#fv{
	margin-top: 20px;
}
section .textbox{
	font-size: 15px;
	line-height: 1.8em;
    letter-spacing: .5px;
}
section h2 {
	font-size: 20px;
    line-height: 1.8em;
    letter-spacing: .5px;
    margin: 10px 0;
}
#pointo{
	margin: 50px 0;
}
#pointo ul{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
#pointo ul li {
	margin: 10px auto;
    width: 250px;
    height: 250px;
    background: #92cb25;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 115%;
	line-height: 1.8em;
    letter-spacing: .5px;
}
#pointo ul li span{
	font-size: 200%;
}
#about{
	margin: 50px 0;
}
#reason{
	margin: 50px 0;
}
#reason .reasontxt{
	border: 1px solid #7F7F7F;
	border-radius:10px;
	padding:15px 25px;
	font-size:18px;
	margin: 15px 0;
}
#process{
	margin: 50px 0;
}
#process h3{
	background-color: #006837;
	padding: 10px;
	color: #fff;
}
#process .flowbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

#process .flowbox ul {
  	padding: 0;
	min-width: 850px;
	max-width: 850px;
}

#process .flowbox li {
  	list-style-type: none;
}

#process .flowbox .flow li {
	padding: 40px 10px;;
}

#process .flowbox .flow li:not(:last-child) {
	border-bottom: 3px solid #92cb25;
	position: relative;
}

#process .flowbox .flow li:not(:last-child)::before,
#process .flowbox .flow li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#process .flowbox .flow li:not(:last-child)::before {
	border-width: 22px;
 	border-top-color: #92cb25;
}

#process .flowbox .flow li:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

#process .flowbox .flow li dl {
  	margin: 0;
}

#process .flowbox .flow li dl dt {
	font-size: 18px;
	font-weight: 600;
	/*border-bottom: 1px dotted #878787;*/
	margin-bottom: 0.5em;
	/*padding-bottom: 0.5em;*/
	display: flex;
}
#process .flowbox .flow li dl dd {
	margin-left: 0;
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: .5px;	
	display: flex;
}
#process .flowbox .flow li dl dd img{
	margin-top: 10px;
}
#process .flowbox .flow li dl .smallimg{
	justify-content: space-evenly;
}
#process .flowbox .flow li dl .reductionimg{
	justify-content: space-between;
}
#process .flowbox .flow li dl .reductionimg img{
	width: 48%;
}

#item{
	margin: 100px 0 50px;
}
#item .itemBtn{
	margin: 30px 0 10px;
    text-align: center;
}
#item .itemBtn a {
	text-align: center;
	color: #fff;
    background-color: #006837;
	width: 300px;
	border-radius: 40px;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	font-size: 15px;
	text-decoration: none;
}
#item .itemBtn a::after {
	content: url("../module/img/arrow_wht.svg");
	width: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	right: 35px;
	transition: all .4s;
}
#item .itemBtn a:hover {
	background: #2F2A25;
	opacity: 1;
}
#item .itemBtn a:hover::after {
	right: 25px;
}
@media screen and (max-width: 480px) {
	#pointo ul {
		display: block;
	}
	#pointo ul li {
		font-size: 1.0rem;
		width: auto;
		height: auto;
		border-radius: 5px;
		padding: 10px 5px 5px;
	}
	#process .flowbox ul {
		min-width: 350px;
		max-width: 350px;
	}
	#process .flowbox .flow li {
		padding: 30px 10px 20px;
	}
	#process .flowbox .flow li dl dd img {
		width: 100%;
	}
	#process .flowbox .flow li dl dd {
		flex-direction: column;
	}
	#process .flowbox .flow li dl .reductionimg img {
		width: 100%;
	}
}
