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



.about__page .column-layout{
	margin-bottom: 50px;
}

.about__page .contents .column-layout .col:nth-child(1){
	width: inherit;
	margin: 10px 4% 0 0;
}



figure.point{
	position: relative;
	background: rgba(9,24,55,0.19);
	width: 180px;
	height: 180px;
	border-radius: 50%;
} 

figure.point p{
	font-size: 3rem;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    top: -25%;
    font-weight: bold;
    color: rgba(9,24,55,0.70);
}


.point img{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
	text-align:center;
	display: inline-block;
	margin: 0 auto;
	right: 0;
    left: 0;
}


@media screen and (max-width: 767px){
	figure.point p{
		font-size: 2.4rem;
		left: 0;
		right: 0;
		top: -20%;
	}
}	