@charset "UTF-8";


.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-section#anc-usage {
  padding-top: 150px;
}
.l-section#anc-mynumber {
  padding-bottom: 100px;
}
.p-section-contents__body {
  margin-top: 70px;
}
.p-section-contents__body > p {
  margin-top: 32px;
}
.p-section-contents__body > *:first-child {
  margin-top: 0 !important;
}
.p-section-contents__body > *:last-child {
  margin-bottom: 0 !important;
}
.p-section-contents__body b {
  font-weight: 500;
}
.p-section-contents__body a {
  text-decoration: underline;
}
.p-section-contents__body .text-note {
  font-size: 1.4rem;
  margin-top: 50px;
}
.p-section-contents__body .block-information {
  background: #F4F5E5;
  border-radius: 20px;
  margin-block: 50px;
  padding: 50px;
}
.p-section-contents__body .c-button {
  margin-top: 20px;
}
.p-section-contents__body .c-button a {
  padding-block: 24px;
}
@media (max-width: 768px) {
  .l-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .l-section#anc-usage {
    padding-top: 50px;
  }
  .l-section#anc-mynumber {
    padding-bottom: 0;
  }
  .p-section-contents__body {
    margin-top: 30px;
  }
  .p-section-contents__body .block-information {
    padding: 30px;
  }

	.c-pagetitle__line {
		top: initial;
    bottom: 10px;
	}
}

