@charset 'utf-8';
.customer section a.btn-permeate {
	display: inline-block;
	border-radius: 6px;
	background-color: #509be5;
	color: #fff;
}


.customer section a.btn-permeate > span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.customer section a.btn-permeate i {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
}

.customer section a.btn-permeate:after {
	content: "";
	display: inline-block;
	height: 4.4em;
	vertical-align: middle;
}

.device-pc .customer section {
	width: 500px;
}

.device-sp .customer section {
  margin: 40px auto;
  padding: 0 3.13%;
}

.customer section h2 {
	margin: 40px 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}

.customer section h2 br {
	display: none;
}

.customer section p {
	font-size: 16px;
	font-weight: normal;
}

.customer section p + p {
	margin-top: 1em;
}

.customer section p:first-child {
	width: 150px;
	line-height: 1;
}

.customer section p:last-child {
	text-align: right;
}

.customer section p br {
	display: none;
}

.customer section a.btn-permeate {
	width: 100%;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
      font-weight: bold;
}

.device-pc .customer section a.btn-permeate {
      width: 240px;
}

.customer section a.btn-permeate:after {
	height: 40px;
}

.customer section a.btn-permeate > i {
	font-size: 20px;
}

.device-pc .customer section {
	border: 1px solid #ccc;
	margin: 50px auto 100px auto;
	padding: 50px;
	padding-right: 0;
}

.device-pc .customer section h2 br {
	display: inline;
}

.device-pc .customer section p:last-child {
	margin-right: 50px;
}

.device-pc .customer section p br {
	display: inline;
}
