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

.policyBox {
border: 1px solid #ccc;
height: 300px;
overflow-y: scroll;
padding: 40px;
box-sizing: border-box;
}
.telBox {
display: flex;
justify-content:space-around;
align-items: center;
padding: 30px 0;
}

.telBox .info {
font-weight: bold;
font-size: 1.6rem;
}

form ul li{
	margin-bottom: 5px;
}
