@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-reverse-sp {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  background-color: #E6F1FF;
}

.lp-siteHeader_container {
  position: absolute !important;
  display: block !important;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 1024px) {
  .lp-siteHeader_container {
    top: 20px;
  }
}
.lp-siteHeader_logo {
  width: 28%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .lp-siteHeader_logo {
    width: 180px;
  }
}
.lp-siteFooter {
  background-color: #001A49;
  padding: 35px 10px;
}
@media screen and (max-width: 768px) {
  .lp-siteFooter {
    padding: 20px 0;
  }
}
.lp-siteFooter_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
.lp-siteFooter_logo {
  width: 320px;
  aspect-ratio: 1/0.146;
}
@media screen and (max-width: 768px) {
  .lp-siteFooter_logo {
    width: 50%;
  }
}
.lp-siteFooter_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-siteFooter p {
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lp-siteFooter p {
    font-size: 10px;
  }
}

.LPhprenewal_fv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  .LPhprenewal_fv {
    aspect-ratio: 1/0.6;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv {
    display: block;
    aspect-ratio: inherit;
    height: auto;
    overflow-x: hidden;
  }
}
.LPhprenewal_fv-bg {
  position: absolute;
  top: -12%;
  right: 48%;
  z-index: 0;
  width: 25%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-bg {
    top: -5%;
    right: 0;
    width: 50%;
    max-width: 300px;
  }
}
.LPhprenewal_fv-left {
  margin-top: 100px;
  width: 50%;
  min-width: 380px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_fv-left {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-left {
    width: 100%;
    min-width: auto;
    margin-top: 80px;
  }
}
.LPhprenewal_fv-left-bg {
  position: absolute;
  bottom: -40%;
  left: -10%;
  z-index: 0;
  width: 70%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-left-bg {
    display: none;
  }
}
.LPhprenewal_fv-left_contents {
  position: relative;
}
.LPhprenewal_fv-main {
  width: 78%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_fv-main {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-main {
    width: 80%;
    max-width: 500px;
  }
}
.LPhprenewal_fv-sub {
  width: 60%;
  max-width: 500px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1380px) {
  .LPhprenewal_fv-sub {
    margin-top: 30px;
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-sub {
    margin-top: 20px;
    width: 60%;
    max-width: 350px;
  }
}
.LPhprenewal_fv-right {
  width: 50%;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-right {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.LPhprenewal_fv-banner {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 28%;
  max-width: 470px;
  border-radius: 15px;
  background-color: #002F71;
  transition: all 0.2s;
}
@media screen and (max-width: 1380px) {
  .LPhprenewal_fv-banner {
    top: 41vw;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-banner {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
  }
}
.LPhprenewal_fv-banner.active {
  display: block;
}
.LPhprenewal_fv-banner a {
  display: block;
}
.LPhprenewal_fv-banner img {
  transition: all 0.2s;
  line-height: 0;
}
.LPhprenewal_fv-banner_contents {
  border: 4px solid #002F71;
  border-radius: 15px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-banner_contents {
    box-shadow: none;
    border-radius: 10px;
    border-width: 2px;
  }
}
.LPhprenewal_fv-banner_contents:hover {
  opacity: 0.9;
}
.LPhprenewal_fv-banner-closebtn {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-banner-closebtn {
    display: none;
  }
}
.LPhprenewal_fv-banner-closebtn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 18px;
  background-color: #333;
  color: #fff;
}
.LPhprenewal_fv-slide {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1380px) {
  .LPhprenewal_fv-slide {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-slide {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .LPhprenewal_fv-slide-item {
    transform: translateY(-100%);
    animation: slide-reverse 60s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-slide-item {
    transform: translateX(-100%);
    animation: slide-reverse-sp 60s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .LPhprenewal_fv-slide-item2 {
    animation: slide 60s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-slide-item2 {
    animation: slide-sp 60s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_fv-slide_contents {
    display: flex;
  }
  .LPhprenewal_fv-slide_contents .LPhprenewal_fv-slide-item,
  .LPhprenewal_fv-slide_contents .LPhprenewal_fv-slide-item2 {
    width: 150%;
    flex-shrink: 0;
  }
}
.LPhprenewal_sectiontitle {
  text-align: center;
  font-size: min(3.2vw, 50px);
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_sectiontitle {
    font-size: min(5vw, 32px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_sectiontitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.LPhprenewal_sectiontitle-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: min(2.2vw, 40px);
  background-color: #FAF332;
  color: #174D99;
  padding: 4px 20px;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_sectiontitle-box {
    font-size: min(2.6vw, 25px);
    padding: 2px 15px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_sectiontitle-box {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.LPhprenewal_sectiontitle-box::after {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-color: #FAF332;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_sectiontitle-box::after {
    width: 20px;
    height: 12px;
    bottom: -11px;
  }
}
.LPhprenewal_sectiontitle-underline {
  background: linear-gradient(transparent 70%, #FAF332 30%);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_sectiontitle p:not(.LPhprenewal_sectiontitle-box) {
    line-height: 1.4;
  }
}
.LPhprenewal_sectionsubtitle {
  font-size: min(2.5vw, 34px);
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_sectionsubtitle {
    font-size: min(3vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_sectionsubtitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.LPhprenewal_sectionsubtitle .LPhprenewal_sectiontitle-underline {
  color: #174D99 !important;
}
.LPhprenewal_blocktitle {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: min(2.5vw, 28px);
  line-height: 1.4;
  font-weight: 600;
  color: #174D99;
  border-bottom: 3px solid #174D99;
  padding: 8px 0;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_blocktitle {
    font-size: min(2.5vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_blocktitle {
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    border-width: 1.5px;
    margin-bottom: 5px;
  }
}
.LPhprenewal_blocktitle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 8px;
  background-color: #174D99;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_blocktitle::before {
    width: 5px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_blocktitle::before {
    height: 54%;
  }
}
.LPhprenewal_btn {
  display: block;
  width: 75%;
  max-width: 700px;
  margin: 25px auto;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_btn {
    margin: 30px auto;
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_btn {
    width: 90%;
    max-width: 600px;
    margin: 15px auto 15px;
  }
}
.LPhprenewal_btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #51CDE0;
  border: 3px solid #51CDE0;
  color: #fff;
  font-size: min(1.7vw, 22px);
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  transition: all 0.2s;
  box-sizing: border-box;
  box-shadow: 0 8px 0 #40A3B3;
  padding: 18px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_btn-inner {
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_btn-inner {
    font-size: 14px;
    border-width: 2px;
    box-shadow: 0 5px 0 #40A3B3;
    padding: 10px 5px;
  }
}
.LPhprenewal_btn-inner:hover {
  box-shadow: unset !important;
  transform: translateY(8px);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_btn-inner:hover {
    transform: translateY(5px);
  }
}
.LPhprenewal_btn-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #51CDE0;
  border: 3px solid #51CDE0;
  border-radius: 25px;
  font-size: min(1.2vw, 16px);
  padding: 1px 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_btn-sub {
    height: 18px;
    top: -12px;
    font-size: 13px;
    padding: 1px 15px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_btn-sub {
    height: 14px;
    top: -11px;
    font-size: 12px;
    border-width: 2px;
  }
}
.LPhprenewal_btn-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  gap: 10px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_btn-main {
    gap: 5px;
  }
}
.LPhprenewal_btn a:hover {
  color: #fff;
}
.LPhprenewal_checklist_item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: min(1.5vw, 22px);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .LPhprenewal_checklist_item {
    font-size: min(2.2vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_checklist_item {
    align-items: flex-start;
    font-size: 14px;
    gap: 1px;
  }
}
.LPhprenewal_checklist_item img {
  width: 35px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_checklist_item img {
    height: 25px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 0;
    text-align: left;
  }
}
.LPhprenewal_checklist_item + .LPhprenewal_checklist_item {
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .LPhprenewal_checklist_item + .LPhprenewal_checklist_item {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_checklist_item + .LPhprenewal_checklist_item {
    margin-top: 5px;
  }
}
.LPhprenewal_worries {
  padding: 90px 0;
  padding-top: 70px;
  padding-bottom: 150px;
  background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries {
    padding-bottom: 80px;
  }
}
.LPhprenewal_worries-title {
  max-width: 780px;
  width: 50%;
  min-width: 400px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries-title {
    width: 90%;
    max-width: 500px;
    min-width: auto;
    margin-bottom: 20px;
  }
}
.LPhprenewal_worries_contents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_contents {
    flex-direction: column;
    gap: 25px;
    max-width: 550px;
    margin: 0 auto;
  }
}
.LPhprenewal_worries_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item {
    border-radius: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_item {
    width: 100%;
  }
}
.LPhprenewal_worries_item-top {
  padding: 20px 25px 15px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item-top {
    padding: 10px 15px;
  }
}
.LPhprenewal_worries_item-top .LPhprenewal_worries_item-text {
  text-align: center;
  font-weight: 600;
  font-size: min(1.5vw, 22px);
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item-top .LPhprenewal_worries_item-text {
    font-size: min(1.6vw, 18px);
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_item-top .LPhprenewal_worries_item-text {
    font-size: 16px;
  }
}
.LPhprenewal_worries_item-top::after {
  content: "";
  display: block;
  width: 25px;
  height: 15px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_item-top::after {
    width: 18px;
    height: 10.8px;
    bottom: -9px;
  }
}
.LPhprenewal_worries_item-bottom {
  flex-grow: 1;
  padding: 25px 25px;
  background-color: #002F71;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item-bottom {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_item-bottom {
    padding-bottom: 15px;
  }
}
.LPhprenewal_worries_item-bottom .LPhprenewal_worries_item-text {
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item-bottom .LPhprenewal_worries_item-text {
    font-size: 14px;
  }
}
.LPhprenewal_worries_item-bottom .LPhprenewal_worries_item-text span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: min(1.6vw, 22px);
  padding-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_worries_item-bottom .LPhprenewal_worries_item-text span {
    font-size: min(1.6vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_worries_item-bottom .LPhprenewal_worries_item-text span {
    font-size: 16px;
  }
}
.LPhprenewal_company {
  padding: 90px 0;
  background-color: #174D99;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_company {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company {
    padding-top: 30px;
  }
}
.LPhprenewal_company h2.LPhprenewal_sectiontitle span {
  border-bottom: 5px solid #FAF332;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company h2.LPhprenewal_sectiontitle span {
    border-width: 3px;
  }
}
.LPhprenewal_company-container {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_company-container {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .LPhprenewal_company-container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company-container {
    padding: 15px;
    border-radius: 10px;
  }
}
.LPhprenewal_company-container-left {
  width: 40%;
  text-align: center;
}
.LPhprenewal_company-container-left img {
  width: 80%;
}
@media screen and (max-width: 900px) {
  .LPhprenewal_company-container-left {
    display: none;
  }
}
.LPhprenewal_company-container-right {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .LPhprenewal_company-container-right {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .LPhprenewal_company-container-right .LPhprenewal_sectionsubtitle {
    font-size: min(4vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company-container-right {
    max-width: 550px;
  }
  .LPhprenewal_company-container-right .LPhprenewal_sectionsubtitle {
    font-size: min(5vw, 30px);
  }
}
.LPhprenewal_company .LPhprenewal_btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company .LPhprenewal_btn {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.LPhprenewal_company-bg {
  position: absolute;
  bottom: -8%;
  right: 1%;
  width: 15%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .LPhprenewal_company-bg {
    width: 22%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company-bg {
    display: none;
  }
}
.LPhprenewal_company::before {
  content: "";
  width: 100%;
  height: 55px;
  top: -54px;
  left: 0;
  background-color: #174D99;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company::before {
    height: 40px;
    top: -39px;
  }
}
.LPhprenewal_company::after {
  content: "";
  width: 100%;
  height: 55px;
  top: -54px;
  right: 0;
  background-color: #174D99;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
          clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_company::after {
    height: 40px;
    top: -39px;
  }
}
.LPhprenewal_service {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service {
    padding: 50px 0;
  }
}
.LPhprenewal_service-bg {
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 40%;
  max-width: 600px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service-bg {
    width: 50%;
    bottom: -10%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service-bg {
    display: none;
  }
}
.LPhprenewal_service-bg img {
  transform: scale(-1, 1);
}
.LPhprenewal_service .LPhprenewal_sectiontitle {
  color: #174D99;
}
.LPhprenewal_service .LPhprenewal_sectiontitle-box {
  background-color: #174D99;
  color: #fff;
}
.LPhprenewal_service .LPhprenewal_sectiontitle-box::after {
  background-color: #174D99;
}
.LPhprenewal_service_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_contents {
    gap: 25px;
  }
}
.LPhprenewal_service_item {
  width: calc(50% - 15px);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_service_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item {
    border-radius: 10px;
    padding: 15px 15px 10px;
    max-width: 550px;
  }
}
.LPhprenewal_service_item-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  max-width: 58px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_service_item-num {
    width: 8%;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item-num {
    width: 12%;
  }
}
.LPhprenewal_service_item-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item-inner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
.LPhprenewal_service_item-img {
  width: 40%;
  max-width: 250px;
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item-img {
    width: 100%;
    max-width: none;
  }
}
.LPhprenewal_service_item-text {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_service_item-text {
    font-size: min(3vw, 16px);
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item-text {
    font-size: 14px;
  }
}
.LPhprenewal_service_item-text p {
  line-height: 1.5;
}
.LPhprenewal_service_item-text-main {
  font-size: 24px;
  font-weight: 600;
  color: #174D99;
  border-bottom: 2px solid #174D99;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_service_item-text-main {
    font-size: min(3.8vw, 22px);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_service_item-text-main {
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    text-align: center;
    border-width: 1px;
    margin-top: 2px;
  }
}
.LPhprenewal_service_maintenance {
  margin-top: 30px;
  background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@supports (background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg4.webp")) {
  .LPhprenewal_service_maintenance {
    background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg4.webp");
  }
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service_maintenance {
    padding: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.LPhprenewal_service_maintenance-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-inner {
    display: block;
  }
}
.LPhprenewal_service_maintenance-title {
  font-size: min(2.8vw, 40px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-title {
    font-size: 24px;
  }
}
.LPhprenewal_service_maintenance-title-box {
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.7vw, 28px);
  background-color: #179978;
  color: #fff;
  padding: 6px 20px;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-title-box {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 4px 15px;
  }
}
.LPhprenewal_service_maintenance-title p {
  line-height: 1.3 !important;
  letter-spacing: 0.1rem;
}
.LPhprenewal_service_maintenance-text {
  width: 55%;
  font-size: min(1.5vw, 20px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-text {
    width: 100%;
    font-size: 14px;
  }
}
.LPhprenewal_service_maintenance-text p {
  line-height: 1.6;
}
.LPhprenewal_service_maintenance-icon {
  width: 45%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service_maintenance-icon {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-icon {
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    gap: 10px;
  }
}
.LPhprenewal_service_maintenance-icon-img {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_service_maintenance-icon-img {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_service_maintenance-icon-img {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_service_maintenance-icon-img {
    max-width: 120px;
    width: calc((100% - 20px) / 3);
  }
}
.LPhprenewal_webdesign {
  padding: 90px 0;
  background-color: #174D99;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_webdesign {
    padding: 50px 0;
  }
}
.LPhprenewal_webdesign .container {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  padding: 50px 40px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign .container {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.LPhprenewal_webdesign-container {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign-container {
    max-width: 600px;
  }
}
.LPhprenewal_webdesign-container .LPhprenewal_sectiontitle {
  color: #174D99;
  border-bottom: 2px solid #174D99;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign-container .LPhprenewal_sectiontitle {
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.LPhprenewal_webdesign-container .LPhprenewal_sectiontitle-box {
  background-color: #174D99;
  color: #fff;
}
.LPhprenewal_webdesign-container .LPhprenewal_sectiontitle-box::after {
  background-color: #174D99;
}
.LPhprenewal_webdesign .LPhprenewal_checklist {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign .LPhprenewal_checklist {
    margin-bottom: 40px;
  }
}
.LPhprenewal_webdesign .LPhprenewal_checklist_item {
  font-size: min(2vw, 22px);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign .LPhprenewal_checklist_item {
    align-items: flex-start;
    font-size: 16px;
  }
}
.LPhprenewal_webdesign .LPhprenewal_checklist_item span {
  color: #174D99;
  font-weight: 600;
  position: relative;
  z-index: 0;
  background: linear-gradient(transparent 70%, #FAF332 30%);
}
.LPhprenewal_webdesign .LPhprenewal_checklist_item + .LPhprenewal_checklist_item {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign .LPhprenewal_checklist_item + .LPhprenewal_checklist_item {
    margin-top: 5px;
  }
}
.LPhprenewal_webdesign .LPhprenewal_btn {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign .LPhprenewal_btn {
    width: 100%;
  }
}
.LPhprenewal_webdesign-bg {
  position: absolute;
  z-index: -1;
  width: 18%;
  max-width: 200px;
  bottom: -5%;
  right: 4%;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_webdesign-bg {
    width: 20%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_webdesign-bg {
    display: none;
  }
}
.LPhprenewal_support {
  background-color: #F0FCF2;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_support {
    padding-bottom: 30px;
  }
}
.LPhprenewal_support-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support-title {
    margin-bottom: 20px;
  }
}
.LPhprenewal_support-title img {
  display: block;
  width: 65%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support-title img {
    width: 85%;
  }
}
.LPhprenewal_support_case-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100vw;
  background-color: #179978;
  color: #fff;
  font-size: min(2.5vw, 30px);
  font-weight: 600;
  padding: 5px 15px;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_support_case-item-title {
    font-size: min(4vw, 20px);
    gap: 20px;
    margin-bottom: 20px;
  }
}
.LPhprenewal_support_case-item-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 25px;
  background-color: #179978;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_support_case-item-title::after {
    width: 20px;
    height: 12px;
    bottom: -11px;
  }
}
.LPhprenewal_support_case-item-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-inner {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-inner {
    gap: 10px;
  }
}
.LPhprenewal_support_case-item-img {
  width: 50%;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.LPhprenewal_support_case-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.LPhprenewal_support_case-item-text-main {
  font-size: min(2.4vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-text-main {
    font-size: min(3vw, 40px);
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-text-main {
    font-size: min(4.5vw, 24px);
    margin-bottom: 10px;
  }
}
.LPhprenewal_support_case-item-text-main span {
  color: #E63942;
}
.LPhprenewal_support_case-item-list {
  margin-top: auto;
  border: 2px solid #174D99;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.LPhprenewal_support_case-item-list-item {
  display: flex;
  align-items: stretch;
}
.LPhprenewal_support_case-item-list-item dt {
  width: 10%;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6BBCFF;
  color: #fff;
  font-weight: 700;
  font-size: min(1.3vw, 16px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-list-item dt {
    font-size: min(2vw, 18px);
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-list-item dt {
    font-size: min(3vw, 14px);
    width: 12%;
    min-width: auto;
  }
}
.LPhprenewal_support_case-item-list-item dd {
  flex: 1;
  padding: 10px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-list-item dd {
    padding: 8px 3px;
  }
}
.LPhprenewal_support_case-item-list-item dd li {
  font-size: min(1.4vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-list-item dd li {
    font-size: min(2vw, 20px);
    line-height: 1.7;
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-list-item dd li {
    font-size: min(3.5vw, 16px);
  }
}
.LPhprenewal_support_case-item-list-item + .LPhprenewal_support_case-item-list-item dd {
  border-top: 1px solid #174D99;
}
.LPhprenewal_support_case-item-list-item:nth-child(2) dt {
  background-color: #479BE2;
}
.LPhprenewal_support_case-item-list-item:last-child dt {
  background-color: #174D99;
}
.LPhprenewal_support_case-item-list-item-results1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item-list-item-results1 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item-list-item-results1 {
    font-size: min(3.2vw, 16px);
    margin-right: 5px;
  }
}
.LPhprenewal_support_case-item .results dd {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  color: #174D99;
  padding: 15px 10px;
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item .results dd {
    padding: 10px 5px;
  }
}
.LPhprenewal_support_case-item .results dd p {
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
.LPhprenewal_support_case-item .results dd p:last-child {
  font-size: min(2vw, 28px);
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item .results dd p:last-child {
    font-size: min(3vw, 32px);
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item .results dd p:last-child {
    font-size: min(4.5vw, 20px);
  }
}
.LPhprenewal_support_case-item .results dd p:last-child span:not(.underline) {
  font-size: min(3vw, 40px);
  line-height: min(2vw, 28px);
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item .results dd p:last-child span:not(.underline) {
    font-size: min(3.5vw, 45px);
    line-height: min(3vw, 32px);
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item .results dd p:last-child span:not(.underline) {
    font-size: min(7vw, 30px);
    line-height: min(4.5vw, 20px);
  }
}
.LPhprenewal_support_case-item .results dd p:last-child strong {
  font-weight: 700;
  font-size: min(4vw, 50px);
  line-height: min(2vw, 28px);
  letter-spacing: -0.2rem;
  margin-right: 5px;
}
@media screen and (max-width: 945px) {
  .LPhprenewal_support_case-item .results dd p:last-child strong {
    font-size: min(4.5vw, 55px);
    line-height: min(3vw, 32px);
  }
}
@media screen and (max-width: 600px) {
  .LPhprenewal_support_case-item .results dd p:last-child strong {
    font-size: min(8vw, 40px);
    line-height: min(4.5vw, 20px);
  }
}
.LPhprenewal_support_case-item .results dd p:last-child .underline {
  background: linear-gradient(transparent 70%, #FAF332 30%);
}
.LPhprenewal_support_case-item + .LPhprenewal_support_case-item {
  margin-top: 50px;
}
.LPhprenewal_support::after {
  content: "";
  width: 100%;
  height: 55px;
  background-color: #F0FCF2;
  position: absolute;
  bottom: -54px;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_support::after {
    height: 40px;
    bottom: -39px;
  }
}
.LPhprenewal_works {
  padding: 90px 0;
  padding-top: 120px;
  background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works {
    padding-top: 80px;
  }
}
.LPhprenewal_works-title {
  font-size: min(3vw, 45px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works-title {
    font-size: min(3.5vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works-title {
    font-size: min(6vw, 20px);
  }
}
.LPhprenewal_works_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .LPhprenewal_works_contents {
    max-width: 700px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works_contents {
    margin-top: 20px;
    align-items: stretch;
    gap: 15px 10px;
  }
}
.LPhprenewal_works_item {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works_item {
    width: calc((100% - 40px) / 3);
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .LPhprenewal_works_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 10px) / 2);
    padding: 5px 5px 10px 5px;
    border-radius: 10px;
    font-size: 10px;
  }
}
.LPhprenewal_works_item-img {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.LPhprenewal_works_item p {
  line-height: 1.2;
}
.LPhprenewal_works_item-info {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works_item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
}
.LPhprenewal_works_item-sitename {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works_item-sitename {
    font-size: 16px;
    margin: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works_item-sitename {
    font-size: 14px;
  }
}
.LPhprenewal_works_item-other {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_works_item-other {
    margin-top: auto;
  }
}
.LPhprenewal_works_item-other a {
  font-size: 13px;
  text-decoration: underline;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_works_item-other a {
    font-size: 10px;
  }
}
.LPhprenewal_works_item-other a:hover {
  color: #174D99;
}
.LPhprenewal_flow {
  padding: 90px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_flow {
    padding: 50px 0;
  }
}
.LPhprenewal_flow-bg {
  position: absolute;
  bottom: -5%;
  left: -3%;
  z-index: 0;
  width: 70%;
  max-width: 650px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow-bg {
    display: none;
  }
}
.LPhprenewal_flow .LPhprenewal_sectiontitle {
  color: #174D99;
}
.LPhprenewal_flow .LPhprenewal_sectiontitle-box {
  background-color: #174D99;
  color: #fff;
}
.LPhprenewal_flow .LPhprenewal_sectiontitle-box::after {
  background-color: #174D99;
}
.LPhprenewal_flow_contents {
  position: relative;
}
.LPhprenewal_flow_contents::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 18px;
  background-color: #174D99;
  position: absolute;
  top: 0;
  left: 13%;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_flow_contents::before {
    width: 12px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_contents::before {
    left: 18%;
  }
}
.LPhprenewal_flow_item {
  position: relative;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_flow_item {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow_item {
    border-radius: 10px;
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item {
    max-width: 650px;
    margin: 0 auto;
    padding: 15px 15px 10px;
  }
}
.LPhprenewal_flow_item + .LPhprenewal_flow_item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_flow_item + .LPhprenewal_flow_item {
    margin-top: 20px;
  }
}
.LPhprenewal_flow_item-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  max-width: 58px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_flow_item-num {
    width: 7%;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item-num {
    width: 12%;
  }
}
.LPhprenewal_flow_item-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_flow_item-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow_item-inner {
    gap: 15px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item-inner {
    flex-direction: column;
    gap: 5px;
  }
}
.LPhprenewal_flow_item-img {
  width: 25%;
  max-width: 240px;
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item-img {
    width: 100%;
    max-width: none;
  }
}
.LPhprenewal_flow_item-text {
  flex: 1;
  font-size: min(2vw, 24px);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow_item-text {
    font-size: 14px;
  }
}
.LPhprenewal_flow_item-text-main {
  font-size: min(2.5vw, 30px);
  font-weight: 600;
  color: #174D99;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow_item-text-main {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item-text-main {
    margin: 0;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #174D99;
    padding-bottom: 4px;
    margin-bottom: 4px;
    margin-top: 2px;
  }
}
.LPhprenewal_flow_item-text p {
  line-height: 1.3;
}
.LPhprenewal_flow_item-text p:not(.LPhprenewal_flow_item-text-main) {
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_flow_item-text p:not(.LPhprenewal_flow_item-text-main) {
    padding: 0;
  }
}
@media screen and (max-width: 520px) {
  .LPhprenewal_flow_item-text p:not(.LPhprenewal_flow_item-text-main) {
    line-height: 1.5;
  }
}
.LPhprenewal_price {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_price {
    margin-top: 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
.LPhprenewal_price-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-inner {
    max-width: 820px;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
  }
}
.LPhprenewal_price-info {
  display: flex;
  flex-direction: column;
  width: 55%;
  flex: 1;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-info {
    width: 100%;
    display: contents;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-info {
    font-size: 14px;
  }
}
.LPhprenewal_price-info p {
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-info p {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-info p {
    padding: 0 5px;
  }
}
.LPhprenewal_price-info-note {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-info-note {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-info-note {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.LPhprenewal_price-info .LPhprenewal_btn {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-info .LPhprenewal_btn {
    order: 4;
    margin-top: 50px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-info .LPhprenewal_btn {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-info .LPhprenewal_blocktitle {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-info .LPhprenewal_blocktitle {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.LPhprenewal_price-table {
  width: 45%;
  min-width: 450px;
}
@media screen and (max-width: 1000px) {
  .LPhprenewal_price-table {
    order: 3;
    width: 100%;
    min-width: auto;
  }
}
.LPhprenewal_price-table table {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-collapse: separate;
  border-spacing: 10px 0;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table table {
    font-size: 14px;
    border-spacing: 5px 0;
  }
}
.LPhprenewal_price-table table th,
.LPhprenewal_price-table table td {
  padding: 15px 5px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table table th,
  .LPhprenewal_price-table table td {
    padding: 12px 2px;
  }
}
.LPhprenewal_price-table table thead tr th {
  background-color: #D5E3ED;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table table thead tr th {
    padding: 10px 2px;
    font-size: 12px;
  }
}
.LPhprenewal_price-table table thead tr th:last-child {
  background-color: #174D99;
  color: #fff;
}
.LPhprenewal_price-table table tbody tr:nth-child(even) {
  background-color: #F0F4FA;
}
.LPhprenewal_price-table table tbody tr:last-child td {
  border-bottom: 5px solid #D5E3ED;
}
.LPhprenewal_price-table table tbody tr:last-child td:last-child {
  border-color: #174D99;
}
.LPhprenewal_price-table table tbody tr td:nth-child(even) {
  background-color: rgba(235, 246, 255, 0.4);
  color: #174D99;
}
.LPhprenewal_price-table-note {
  box-sizing: border-box;
  background-color: #E0EDFF;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table-note {
    margin: 15px 5px 0;
    padding: 10px;
  }
}
.LPhprenewal_price-table-note p {
  font-size: 16px;
  color: #002F71;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #002F71;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table-note p {
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
}
.LPhprenewal_price-table-note ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}
.LPhprenewal_price-table-note li {
  min-width: calc((100% - 3px) / 2);
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_price-table-note li {
    font-size: 12px;
  }
}
.LPhprenewal_campaign {
  padding: 90px 0;
  padding-top: 0 !important;
  background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 8px solid #174D99;
  border-bottom: 8px solid #174D99;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_campaign {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign {
    border-width: 5px;
    padding-bottom: 30px;
  }
}
.LPhprenewal_campaign-title {
  width: 65%;
  max-width: 1015px;
  margin: 0 auto;
  text-align: center;
  background-color: #174D99;
  color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 2px 20px 10px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign-title {
    width: 95%;
    padding: 5px 10px 10px;
  }
}
.LPhprenewal_campaign-title-date {
  font-size: min(1.8vw, 18px);
  font-weight: 500;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign-title-date {
    font-size: 12px;
  }
}
.LPhprenewal_campaign-title-date::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign-title-date::before {
    height: 1px;
  }
}
.LPhprenewal_campaign-title-date span {
  background-color: #174D99;
  padding: 2px 15px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign-title-date span {
    padding: 1px 5px;
  }
}
.LPhprenewal_campaign-title-date span span {
  background-color: transparent !important;
  display: inline-block;
  padding: 0 !important;
}
.LPhprenewal_campaign-title h2 {
  font-size: min(2.8vw, 32px);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign-title h2 {
    font-size: min(4vw, 20px);
  }
}
.LPhprenewal_campaign_contents-title {
  width: 65%;
  max-width: 850px;
  margin: 20px auto 15px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents-title {
    width: 95%;
    margin-top: 10px;
  }
}
.LPhprenewal_campaign_contents-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents-wrapper {
    gap: 10px;
  }
}
.LPhprenewal_campaign_contents_item {
  width: 100%;
  background-color: #fff;
  border: 3px solid #FAF332;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents_item {
    max-width: 320px;
    border-radius: 10px;
    border-width: 2px;
  }
}
.LPhprenewal_campaign_contents_item-title {
  font-size: min(2.5vw, 20px);
  font-weight: 700;
  background-color: #FAF332;
  color: #174D99;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents_item-title {
    font-size: 12px;
    padding: 1px;
    margin-bottom: 10px;
  }
}
.LPhprenewal_campaign_contents_item > *:not(.LPhprenewal_campaign_contents_item-title), .LPhprenewal_campaign_contents_item-img img {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents_item > *:not(.LPhprenewal_campaign_contents_item-title), .LPhprenewal_campaign_contents_item-img img {
    padding: 0 5px;
  }
}
.LPhprenewal_campaign_contents_item-img {
  padding: 0 !important;
}
.LPhprenewal_campaign_contents_item-img img {
  box-sizing: border-box;
}
.LPhprenewal_campaign_contents_item p:last-child {
  text-align: center;
  font-size: min(2.8vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #174D99;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents_item p:last-child {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.LPhprenewal_campaign_contents_item p:last-child strong {
  background: linear-gradient(transparent 70%, #FAF332 30%);
}
.LPhprenewal_campaign_contents-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12%;
}
.LPhprenewal_campaign_contents-note {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents-note {
    font-size: 10px;
    margin-top: 10px;
  }
}
.LPhprenewal_campaign_contents .LPhprenewal_btn {
  margin-bottom: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents .LPhprenewal_btn {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.LPhprenewal_campaign_contents .LPhprenewal_btn-inner {
  border-color: #174D99;
  background-color: #FAF332;
  color: #174D99;
  box-shadow: 0 10px 0 -3px #CCC729, 0 10px 0 1px #174D99;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_campaign_contents .LPhprenewal_btn-inner {
    box-shadow: 0 5px 0 -1px #CCC729, 0 5px 0 1px #174D99;
  }
}
.LPhprenewal_campaign_contents .LPhprenewal_btn-inner:hover {
  color: #002F71;
}
.LPhprenewal_campaign_contents .LPhprenewal_btn-sub {
  color: #fff;
  background-color: #174D99;
  border-color: #174D99;
}
.LPhprenewal_qa {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_qa {
    padding: 50px 0;
  }
}
.LPhprenewal_qa-bg {
  position: absolute;
  bottom: -25%;
  right: -8%;
  width: 45%;
  max-width: 600px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_qa-bg {
    width: 45%;
    bottom: -20%;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-bg {
    display: none;
  }
}
.LPhprenewal_qa-bg img {
  transform: scale(-1, 1);
}
.LPhprenewal_qa-title {
  font-size: min(3vw, 45px);
  font-weight: 700;
  color: #174D99;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_qa-title {
    font-size: min(3.5vw, 35px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-title {
    font-size: min(6vw, 20px);
  }
}
.LPhprenewal_qa-list {
  font-size: min(3vw, 22px);
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list {
    font-size: 14px;
    margin-top: 20px;
  }
}
.LPhprenewal_qa-list-item > * {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list-item > * {
    gap: 5px;
  }
}
.LPhprenewal_qa-list-item dt {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list-item dt {
    border-radius: 5px;
    padding: 8px 5px;
  }
}
.LPhprenewal_qa-list-item dd {
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list-item dd {
    padding: 12px 5px;
  }
}
.LPhprenewal_qa-list-item div {
  height: min(4.1vw, 36px);
  width: auto;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list-item div {
    height: auto;
    width: 24px;
  }
}
.LPhprenewal_qa-list-item div img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.LPhprenewal_qa-list-item p {
  flex: 1;
}
.LPhprenewal_qa-list-item + .LPhprenewal_qa-list-item {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_qa-list-item + .LPhprenewal_qa-list-item {
    margin-top: 15px;
  }
}
.LPhprenewal_aboutus {
  padding: 90px 0;
  background-color: #174D99;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_aboutus {
    padding: 50px 0;
  }
}
.LPhprenewal_aboutus .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_aboutus .container {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus .container {
    display: block;
  }
}
.LPhprenewal_aboutus-left {
  width: 40%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-left {
    width: 100%;
  }
}
.LPhprenewal_aboutus-left p {
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_aboutus-left p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-left p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.LPhprenewal_aboutus-left div {
  margin-top: auto;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-left div {
    display: none;
  }
}
.LPhprenewal_aboutus-left div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.LPhprenewal_aboutus-right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-right {
    width: 100%;
  }
}
.LPhprenewal_aboutus-title {
  font-size: min(3vw, 35px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_aboutus-title {
    font-size: min(3.5vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-title {
    font-size: min(6vw, 20px);
    margin-bottom: 10px;
  }
}
.LPhprenewal_aboutus-list {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #333;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-list {
    border-radius: 5px;
  }
}
.LPhprenewal_aboutus-item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-item {
    font-size: 13px;
  }
}
.LPhprenewal_aboutus-item dt,
.LPhprenewal_aboutus-item dd {
  padding: 24px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_aboutus-item dt,
  .LPhprenewal_aboutus-item dd {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-item dt,
  .LPhprenewal_aboutus-item dd {
    padding: 15px 5px;
  }
}
.LPhprenewal_aboutus-item dt {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DCE9FC;
  color: #174D99;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_aboutus-item dt {
    width: 90px;
  }
}
.LPhprenewal_aboutus-item dd {
  flex: 1;
  padding-left: 15px;
}
.LPhprenewal_aboutus-item + .LPhprenewal_aboutus-item {
  border-top: 1px solid #002F71;
}
.LPhprenewal_contact {
  padding: 90px 0;
  background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg7.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact {
    padding: 50px 0;
  }
}
@supports (background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg7.webp")) {
  .LPhprenewal_contact {
    background-image: url("../../images/lp/hprenewal/lp_hprenewal_bg7.webp");
  }
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact {
    padding-top: 50px;
  }
}
.LPhprenewal_contact .container {
  max-width: 1100px;
  background-color: #fff;
  border-radius: 15px;
  padding: 70px 50px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact .container {
    padding: 50px 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .container {
    border-radius: 10px;
    padding: 25px 10px;
  }
}
.LPhprenewal_contact_top {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact_top {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact_top {
    font-size: 14px;
    text-align: left;
  }
}
.LPhprenewal_contact-title {
  font-size: min(3vw, 45px);
  font-weight: 700;
  color: #174D99;
  text-align: center;
  border-bottom: 2px solid #174D99;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact-title {
    font-size: min(3.5vw, 35px);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact-title {
    font-size: min(6vw, 20px);
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.LPhprenewal_contact-tel {
  font-size: 16px;
  font-weight: 500;
  background-color: #F2F5FA;
  padding: 15px;
  max-width: 750px;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact-tel {
    text-align: center;
    font-size: 12px;
    padding: 10px 5px;
  }
}
.LPhprenewal_contact-tel-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 40px;
  font-weight: 700;
  color: #174D99;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact-tel-num {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact-tel-num {
    font-size: 26px;
  }
}
.LPhprenewal_contact-tel-num img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact-tel-num img {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .LPhprenewal_contact-tel-num img {
    width: 28px;
    height: 28px;
  }
}
.LPhprenewal_contact-tel-num span {
  margin-top: -2px;
}
.LPhprenewal_contact_form {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact_form {
    margin-top: 50px;
  }
}
.LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 15px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio {
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
    margin-top: 10px;
  }
}
.LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio label {
  padding: 10px 2px;
  border: 1.5px solid #51CDE0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #51CDE0;
  transition: all 0.2s;
  cursor: pointer !important;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio label {
    padding: 8px 2px;
    font-size: 16px;
  }
}
.LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio label input[type=radio] {
  display: none;
}
.LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio label:hover, .LPhprenewal_contact .addstyleForm .radiobtn-wrapper .wpcf7-radio label:has(input[type=radio]:checked) {
  background-color: #51CDE0;
  color: #fff;
}
.LPhprenewal_contact .addstyleForm form > label:has(input[name=your-email]) {
  width: calc((100% - 20px) * 0.6);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .addstyleForm form > label:has(input[name=your-email]) {
    width: 100%;
  }
}
.LPhprenewal_contact .addstyleForm form > label:has(input[name=form-tel]) {
  width: calc((100% - 20px) * 0.4);
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .addstyleForm form > label:has(input[name=form-tel]) {
    width: 100%;
  }
}
.LPhprenewal_contact .addstyleForm form input[type=submit] {
  max-width: 400px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .LPhprenewal_contact .addstyleForm form input[type=submit] {
    margin-top: 30px;
    font-size: 16px;
  }
}