
#box{
	max-width:890px;
}

#box>div{
	margin:50px 0;
}

/**/

.box>div{
	width:47%;
}

.pt{
	position:absolute;
	height:85px;
	width:85px;
	top:-10px;
	right:-10px;
	border-radius:50%;
	background:#fff;
	z-index:2;
	border:1px solid #bbb
}

.pt>div{
	width:70px;
	height:70px;
	position:absolute;
	border:2px dashed #bbb;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	border-radius:50%;
}

#box .pt-bx{
	counter-increment:sample;
}

.pt span{
	text-align:center;
	line-height:1.5em;
}

.pt span::after{
	content:"0" counter(sample);
	font-size:35px;
	color:#ff93a0;
}

.ph-bx{
	padding:7px;
	position:relative;
}

.ph-bx::before,
.ph-bx::after{
	content:"";
	background:#ff93a0;
	height:70px;
	width:70px;
	display:block;
	position:absolute;
}

.ph-bx::before{
	top:0;
	left:0;
}

.ph-bx::after{
	bottom:0;
	right:0;
}

.ph-bx img{
	position:relative;
	z-index:1;
}

/**/

#box h2{
	text-align:center;
	font-size:30px;
	margin-bottom:15px;
}

#box h2>span{
	background:linear-gradient(transparent 60%,#fffea1 0);
}

.ab-bx{
	padding:10px;
	border:2px dashed #bbb;
}

#map-bx{
	max-width:580px;
}

#map{
	position: relative;
	box-sizing: border-box;
	padding:0 100% 60% 0;
}

#map iframe{
	height:100%;
	position:absolute;
	width:100%;
}

#box h3{
	font-size:18px;
	color:#ff93a0;
	background:url(../img/about/ic-1.jpg) no-repeat left center;
	padding-left:25px;
}

#box table{
	border-collapse:collapse;
	width:100%;
}

#box tr{
	border-bottom:1px dashed #ff93a0;
}

#box th{
	text-align:left;
	font-weight:normal;
	width:60px;
}

#box tr>*{
	padding:10px;
}

/**/

@media(max-width:600px){

#box{
	max-width:430px;
}

#box>div{
	margin:20px 0;
}

.box>div{
	width:100%;
}

.pt{
	top:-10px;
	right:auto;
	left:-5px;
}

.ph-bx::before{
	top:0;
	left:auto;
	right:0;
}

.ph-bx::after{
	bottom:0;
	right:auto;
	left:0;
}

#box h2{
	font-size:25px;
}

#box h3{
	margin-top:15px;
}

}