.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 599.9px){
	.p-special__contents{
		margin-inline: 0;
	}
}
.p-kantan .c-button-wrap{
	padding: 0;
	margin: 30px 0 0;
	background: unset;
}
@media screen and (max-width: 599.9px){
	.p-kantan .c-button-wrap{
		padding: 0;
		margin: 20px auto 0;
		gap: 3.333333vw;
	}
}
.p-kantan .c-button-wrap .c-button{
	min-width: 400px;
}
@media screen and (max-width: 599.9px){
	.p-kantan .c-button-wrap .c-button{
		padding-inline: 9.3333333333vw;
		min-width: 72vw;
		width: auto;
		font-size: 17px;
	}
}
.p-kantan__button {
  position: relative;
  z-index: 2;
  min-width: 500px;
  margin-top: 60px;
  background-color: transparent;
  color: #202020;
	font-size: 19px;
	min-height: 75px;
	padding: 7px 35px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan__button {
    place-items: flex-end;
    min-width: 85vw;
    padding-right: 13.3333333333vw;
		margin-top: 35px;
    font-size: min(5.3333333333vw, 1.6rem);
		min-height: 70px;
  }
}
.p-kantan__button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid #202020;
  border-radius: 100vh;
}
.p-kantan__button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: rgba(255, 193, 0, 0.5);
}
.p-kantan__button b {
  font-size: 22px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan__button b {
    font-size: min(6.4vw, 2rem);
  }
}
.p-kantan__button b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #fff url("/d_images/campaign/images/kantan/ico_arrow.svg") no-repeat center center/20px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan__button b::after {
    right: 3vw;
    width: 9vw;
    height: 9vw;
  }
}
.p-kantan__button-signup {
  min-width: 400px;
  margin-top: 30px;
	min-height: 65px;
	padding: 5px 35px 7px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan__button-signup {
    min-width: 72vw;
		min-height: 13.3333333333vw;
  }
}
.p-kantan__benefits {
  max-width: 1240px;
  margin: 80px auto 0;
}

.p-kantan-header {
  padding-block: 80px;
  background: url("/d_images/campaign/images/kantan/img_header_01.png") no-repeat left calc(50% - 460px) center, url("/d_images/campaign/images/kantan/img_header_02.png") no-repeat right calc(50% - 460px) center, #f5f3f2;
  background-size: 298px auto;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-header {
    padding-block: 30px 25px;
    background-position: left 2.6666666667vw top, right 2.6666666667vw top;
    background-size: 24vw auto;
    font-size: min(8.5333333333vw, 3.2rem);
  }
}
.p-kantan-header__title {
  font-size: 62px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-header__title {
    font-size: min(8.5333333333vw, 3.2rem);
  }
}
.p-kantan-header__balloon {
  display: block;
  width: 278px;
  height: 57px;
  margin-inline: auto;
  padding: 4px 16px 0;
  border-radius: 30px;
  background: url("/d_images/campaign/images/kantan/bg_header_balloon.svg") no-repeat center 5px/contain;
  color: #202020;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-header__balloon {
    display: grid;
    place-items: center;
    width: 48vw;
    max-width: 278px;
    height: 9.8666666667vw;
    padding: 0;
    font-size: 16px;
  }
}

.p-kantan-section {
  max-width: 1240px;
  margin: 80px auto 0;
  text-align: center;
}
.p-kantan-section:nth-of-type(2){
	margin: 80px auto 110px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section {
    max-width: 100vw;
		margin: 65px auto 0;
    padding-inline: 5.3333333333vw;
  }
	.p-kantan-section:nth-of-type(2){
		margin: 50px auto 0;
	}
}
.p-kantan-section__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section__title {
    font-size: min(4.8vw, 1.8rem);
  }
}
.p-kantan-section__title b {
  display: inline-block;
  margin: 0 0.2em 0 0.2em;
  background: linear-gradient(transparent 50%, rgba(255, 193, 0, 0.5) 50%);
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section__title b {
    font-size: min(5.8666666667vw, 2.2rem);
  }
}
.p-kantan-section__lead {
  margin-top: 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section__lead {
		margin-top: 35px;
    font-size: min(4.2666666667vw, 1.8rem);
    text-align: left;
  }
  .p-kantan-section__lead br {
    display: none;
  }
}
.p-kantan-section__lead strong {
  border-bottom: 2px solid #ffc100;
}
.p-kantan-section__text {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.8;
}
.p-kantan-section__text:first-of-type{
	font-size: 18px;
}
@media screen and (max-width: 599.9px){
	.p-kantan-section__text:first-of-type{
		font-size: 16px;
	}
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section__text {
    font-size: 15px;
    text-align: left;
  }
}
.p-kantan-section__note {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-section__note {
    font-size: 15px;
  }
}

.p-kantan-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px auto;
  column-gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-step {
    grid-template-columns: 1fr;
    max-width: 390px;
    margin-inline: auto;
		margin: 50px auto 35px;
    row-gap: 8vw;
  }
}
.p-kantan-step--signup {
  width: 1240px;
  margin-inline: auto;
  column-gap: 40px;
  -webkit-margin-bottom-collapse: 30px auto 0;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-step--signup {
    width: 100%;
  }
}
.p-kantan-step__item {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-step__item {
    padding-top: 105px;
  }
}
.p-kantan-step--signup .p-kantan-step__item {
  padding-top: 80px;
}
@media screen and (max-width: 599.9px) {
  .p-kantan-step--signup .p-kantan-step__item {
    padding-top: 55px;
  }
	.p-kantan-step--signup .p-kantan-step__item .p-kantan-step__image{
		top: 12px;
	}
	.p-kantan-step--signup .p-kantan-step__item .p-kantan-step__box{
		padding: 65px 20px 20px;
	}
}
.p-kantan-step__number {
  position: absolute;
  top: 0;
  left: 5%;
	width: 92px;
	height: auto;
}
.p-kantan-step--signup .p-kantan-step__number{
	width: 85px;
}
.p-kantan-step__number img{
	width: 100%;
}
.p-kantan-step__image {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 50%;
  width: 167px;
  height: 150px;
  transform: translateX(-50%);
}
@media screen and (max-width: 599.9px) {
	.p-kantan-step__number{
		left: 0;
		width: 90px;
	}
	.p-kantan-step--signup .p-kantan-step__number{
		width: 80px;
	}
  .p-kantan-step__image {
    top: 30px;
  }
	.p-kantan-step__item:has(.p-kantan-step__balloon) .p-kantan-step__image{
		left: 43%;
	}
}
.p-kantan-step__box {
  position: relative;
  z-index: 1;
	height: 100%;
  padding: 60px 20px 20px;
  border-radius: 6px;
  background-color: #f5f3f2;
}
@media screen and (max-width: 599.9px){
	.p-kantan-step__box{
		padding: 85px 20px 20px;
	}
}

.p-kantan-step__title {
  font-size: 18px;
  font-weight: bold;
}
.p-kantan-step__balloon {
  display: grid;
  position: absolute;
  top: 107px;
  right: 12px;
  place-items: center;
  width: 96px;
  height: 103px;
  padding-bottom: 5px;
  background: url("/d_images/campaign/images/kantan/bg_step_balloon.svg") no-repeat center center/contain;
  font-size: 13px;
  font-weight: bold;
	line-height: 1.3;
	z-index: 10;
}
@media screen and (max-width: 599.9px){
	.p-kantan-step__balloon{
		top: 85px;
		right: 5px;
	}
}
.p-kantan-step__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px){
	.p-kantan-step__text{
		margin-top: 10px;
	}
	.pc-only{
		display: none;
	}
}
@media screen and (min-width: 600px){
	.sp-only{
		display: none;
	}
}
