.page-title {
	border-bottom: none;
}

.page-group h3 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin: 1em 0;
}
.page-group a {
	color: #5976ba;
}

@media screen and (min-width: 960px) {
  .block01,
  .block02,
  .block03 {
		margin-bottom: 80px;
  }

  .block01 {
		display: flex;
		justify-content: space-between;
  }
  .block01 .for-customer {
		width: 634px;
  }
  .block01 .for-customer ul:nth-of-type(1) {
		float: left;
  }
  .block01 .for-customer ul:nth-of-type(2) {
		float: right;
  }
  .block01 .for-store {
		width: 296px;
  }

  .block02 {
		width: 634px;
		display: flex;
  }
  .block02 section {
		width: 50%;
  }

  .block03 {
		width: 634px;
  }
  .block03 ul {
		float: left;
		width: 50%;
  }
}
