@charset "UTF-8";
.dp-top {
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/pc/dp/top-005.jpg');
  position: relative;
}
.dp-top-font {
  padding: 90px 50px 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* 横方向のセンタリング */
  align-items: center; /* 縦方向のセンタリング */
  height: 600px; /* 固定高さ */
}
.dp-top-font-mini {
  margin: 0 30% 20px 30%;
}
.dp-top-font p {
  max-width: 1200px; /* 最大幅を1200pxに制限 */
  background: #fff;
  padding: 84.5px;
  margin: 0 auto;
  text-align: center;
  border-radius: 40px;
  width: 100%; /* 幅は親要素の幅に合わせる */
  box-sizing: border-box; /* パディング分を幅に含める */
}
.dp-illustration-001 {
  position: absolute;
  margin: 0px 0 0 0;
  bottom: 0;
  padding: 0;
  right: 0;
  left: 70%;
}
/*
dp
----------------------------------------------------------- */
.dp-illustration {
  display: flex;
  justify-content: center;
}
.dp-illustration-002 {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 70%;
  left: 1%;
  bottom: 0;
}
.dp-illustration-003 {
  position: absolute;
  margin: -200px 0 0 50px;
}
/*
dp
----------------------------------------------------------- */
.top-arrow {
  margin: 50px;
}
.dp-font {
  padding: 40px 0 0 0;
  margin: 0 50px;
}
.dp-font p {
  background: #84ccd0;
  max-width: 1200px; /* 最大幅を1200pxに制限 */
  padding: 84.5px;
  margin: 0px auto 0 auto;
  text-align: center;
  border-radius: 40px;
  width: 100%; /* 幅は親要素の幅に合わせる */
  box-sizing: border-box; /* パディング分を幅に含める */
}
.dp-font-a {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 15%;
}
/*
dp
----------------------------------------------------------- */
.font-w {
  font-size: 25px;
  margin: 30px 0 0 0;
  line-height: 40px;
  font-weight: bolder;
}
.price-mini {
  font-size: 16px;
}
.db-tnumber {
  color: #fff;
  background: #4dabe1;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  font-size: 35px;
  letter-spacing: 0px;
  margin: 0 20px 0 0;
}
.db-tnumber-p {
  color: #fff;
  background: #ec7aac;
  width: 65px;
  height: 65px;
  line-height: 20px;
  padding: 12px 5px 5px 7px;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 20px 0 0;
}
.price-center {
  height: 85px;
  font-size: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  background: #fff;
  color: #595757;
  border-radius: 40px;
  padding: 10px;
  font-weight: bolder;
  margin: 0 0 20px 0;
  justify-content: center;
}
.db-price {
  height: 85px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #595757;
  border-radius: 40px;
  padding: 10px;
  font-size: 18px;
  font-weight: bolder;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
}
.db-price-font {
  width: 50%;
  display: flex;
  text-align: left;
}
.db-tnumber-mini {
  color: #fff;
  background: #4dabe1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 0 17px 0 8px;
  margin: 0 10px 0 0;
}
.db-price img {
  margin: 0 20px 0 20px;
  height: 20px;
  width: 30px;
}
.border {
  width: 35%;
}

	  /*
font-title
----------------------------------------------------------- */
  .font-title {
	  font-size: 20px;
  }
@media (max-width: 1200px) {
  .dp-illustration-001 {
    left: 75%;
  }
}
@media (max-width: 1024px) {
  .dp-illustration-003 {
    position: absolute;
    margin: -166px 0 0 10px;
  }
  .dp-illustration-003 img {
    width: 150px;
  }
  .db-tnumber {
    margin: 0 10px 0 0;
  }
  .db-tnumber-p {
    margin: 0 10px 0 0;
  }
  .db-price {
    font-size: 16px;
  }
  .db-price-font {
    width: 55%;
  }
  .border {
    width: 30%;
  }
  .db-price img {
    margin: 0 10px 0 10px;
  }
}
/*
----------------------------------------------------------- */
@media (max-width: 768px) {
  .flex-wrap {
    margin: 30px 30px 0 30px;
  }
  .dp-illustration-003 {
    position: static;
    margin: 0 0 0 30px;
  }
  .dp-illustration-003 img {
    width: auto;
  }
  .db-tnumber {
    margin: 0 0 20px 0;
  }
  .db-tnumber-p {
    margin: 0 0 20px 0;
  }
  .db-price {
    display: flex;
    flex-flow: column;
    padding: 30px 0;
    font-size: 16px;
    height: auto;
  }
  .db-price-font {
    width: auto;
    text-align: center;
    padding: 0;
  }
  .db-price img {
    transform: rotate(90deg);
  }
}
/*
----------------------------------------------------------- */
@media (max-width: 540px) {
  .top-arrow {
    margin: 30px 45%;
  }
  .dp-top-font-mini {
    margin: 0 25% 5px 25%;
  }
  .dp-illustration {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex-wrap {
    margin: 30px 60px 0 60px;
  }
  .dp-illustration > * {
    flex: 0 0 48%; /* 1行に2つ並べるために幅を指定 */
    margin: 1%; /* アイテム間のスペース */
  }
  .dp-illustration-001 {
    left: 80%;
  }
  .dp-top {
    height: 250px;
  }
  .dp-top-font {
    padding: 60px 30px 0 30px;
    height: 250px; /* 固定高さ */
  }
  .dp-top-font p {
    padding: 30px;
    border-radius: 30px;
  }
  /*
----------------------------------------------------------- */
  .dp-font {
    padding: 20px 0 0 0;
    margin: 0 30px;
  }
  .dp-font p {
    padding: 50px 30px;
    border-radius: 20px;
  }
	
		  /*
font-title
----------------------------------------------------------- */
  .font-title {
	  font-size: 16px;
	  letter-spacing: 0px;
  }
}