@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;
}

.iz_wrap__btn{
  padding: 15px;
  text-align: center;
}
.iz_wrap__btn button{
  padding: 15px;
  width: 250px;
  margin: 15px;
  color: #FFF;
  background: #000;
  border: none;
}
