#six_points{
	border:1px solid #ccc;
	padding:2.5rem;
	font-size:1.4rem;
}

#six_points h2 {
    border-top:0;
    border-bottom: 1px #000 solid;
    font-weight: 700;
    font-family: 'Montserrat', 'Noto Sans JP';
    margin: 0 0 10px;
	font-size:1.6rem;
}

#six_points ul li {
  position: relative;
	margin-left:2em;
	padding-bottom:5px;
}
#six_points ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents_right ul li:nth-of-type(1){
	background:#e4e4e4;
}

#origin_of_naming {
    margin-top: -140px !important;
    padding-top: 140px !important;
}

@media screen and (max-width:767px) { 
    #origin_of_naming {
        margin-top: -55px !important;
        padding-top: 55px !important;
    }
}