.titleH2-nonL span {
    font-size: 2.1em;
    width: 100%;
    background: url(../../../common_v2/image/title_icon_h2.png) left 10px no-repeat;
    padding: 3px 26px 0;
    display: inline-block;
    font-weight: bold;
    margin: 64px 0 0px;
}
.point-title{
    font-size: 1.6em;
    width: 100%;
    background: url(../../../common_v2/image/title_icon_h2.png) left 10px no-repeat;
    padding: 4px 26px 0;
    display: inline-block;
    font-weight: bold;
    margin: 40px 0 20px;
}

.mbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-top: 40px;
}

.mbox-i3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-top: 40px;
}
.chosho-item{
    text-align: center;
    margin-top: 40px;
}
@media (max-width: 768px) {
.mbox-i3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
	margin-top: 40px;
	}
}


.mbox-item img{
width: 130px;
}
.arrow, .mbox-item{
margin-right: 0;
margin-bottom: 0;
}
.arrow{
	position: relative;
    display: inline-block;
    width: 22.6px;
    height: 24.2px;
}
.arrow::before,
.arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	width: 18px;
	height: 4px;
	border-radius: 9999px;
	background-color: var(--color-main);
	transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
	transform: rotate(45deg);
}
.arrow::after {
	transform: rotate(-45deg);
}
.mbox .mbox-item p, .mbox-i3 .mbox-item p{
font-size: 14px;
text-align: center;
margin-top: 15px;
}


@media (max-width: 768px) {
.mbox{
flex-direction: column;
}
.arrow, .mbox-item{
margin-right: 0;
margin-bottom: 25px;
}
.arrow{
	width: 100%;
	height: 22.6px;
}
.arrow::before,
.arrow::after {
	content: "";
	top: 0;
	bottom: 0;
	left: calc(50% - 3px);
	width: 4px;
	height: 18px;
	transform-origin: 50% calc(100% - 2px);
}
}