﻿.page-top .p-fv {
  position: relative;
  margin-bottom: 64px;
  background-color: #fffa00;
}

.page-top .wrapper {
  padding-top: 0;
  overflow-x: clip;
}
.page-top .l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.block-important .l-inner {
    padding-block: 0;
    padding: 10px 0;
}
.block-important .l-inner .p-hdg:has(.js-acc-btn) {
    margin-bottom:0
}
.block-important .js-acc-body {
    margin-top: 16px;
}

@media screen and (min-width: 950px) {
    .block-important .js-acc-body {
        margin: 16px 0;
    }
}

.page-top .p-header_wrap {
  background-color: #fff;
}
.page-top .p-tab_nav.l-inner {
  max-width: 1000px;
}

.block-top-about_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 44px;
}
.block-top-about_item {
  position: relative;
  padding: 24px 16px 30px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
}
.block-top-about_item:not(:last-child)::after {
  position: absolute;
  display: block;
  width: 33px;
  height: 16px;
  content: "";
  background: url("/cms/povo/img/top/about-steparrow.svg") no-repeat;
}
.block-top-about_stepnum {
  position: absolute;
  top: -16px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding-inline: 16px;
  font-family: "Arial";
  font-weight: bold;
  background-color: #fffa00;
  border-radius: 16px;
}
.block-top-about_cols {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 100%;
}
.block-top-about_colimg {
  flex-shrink: 0;
  width: 80px;
  padding-top: 10px;
  margin-bottom: -10px;
}
.block-top-about_coltxt p {
  font-size: 1.4rem;
  font-weight: bold;
}
.block-top-about_coltxt .p-notelist {
  margin-top: 10px;
}
.block-top-about_coltxt .p-notelist dd {
  font-weight: 400;
}

.block-use,
.block-plan,
.block-top-toppinglist,
.block-top-simulator,
.block-news {
  margin-top: 48px;
}

.block-top-toppinglist .p-slider-article {
  margin-top: 28px;
}
.block-top-toppinglist .p-btn button::after {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-search_circle.svg#search_circle-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.block-plan .p-tab {
  max-width: 1000px;
  margin-inline: auto;
}

.block-top-simulator {
  padding: 48px 0 56px;
  margin-bottom: 48px;
}
.block-top-simulator_inner {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.block-top-simulator_img {
  width: 420px;
}
.block-top-simulator_img img {
  border-radius: 16px;
  overflow: hidden;
}
.block-top-simulator_txt {
  text-align: center;
}
.block-top-simulator_txt p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.2rem;
}
.block-top-simulator_txt .p-btn {
  margin-top: 28px;
}
.block-top-simulator_txt .p-btn a {
  gap: 7px;
}
.block-top-simulator_txt .p-btn a::before {
  display: block;
  content: "";
  background-image: url(/cms/povo/img/icn/icn-simulator.svg#simulator-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 17px;
  height: 24px;
}

.p-footer {
  padding-bottom: 120px;
}

@media screen and (min-width: 950px) {
  .page-top .p-fv {
    margin-bottom: 80px;
  }
  .page-top .l-inner {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-top .forcms_block:has(> .block, > .l-inner, > .l-inner--wide, > .p-pagehead) + .forcms_block {
    margin-top: 120px;
  }
  .block-top-about_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
    padding-left: 12px;
    margin-top: 54px;
  }
  .block-top-about_item:not(:last-child)::after {
    top: 50%;
    right: -38px;
    width: 16px;
    height: 33px;
    margin-top: -16px;
    background: url("/cms/povo/img/top/about-steparrow_pc.svg") no-repeat;
  }
  .block-top-about_colimg {
    width: 111px;
    padding-top: 16px;
    margin-bottom: -5px;
  }
  .block-top-about_coltxt p {
    font-size: 1.6rem;
  }
  .block-use,
  .block-plan,
  .block-top-toppinglist,
  .block-top-simulator,
  .block-news {
    margin-top: 80px;
  }
  .block-top-toppinglist .p-slider-article {
    margin-top: 40px;
  }
  .block-top-simulator {
    padding: 48px 0 60px;
    margin-bottom: 80px;
  }
  .block-top-simulator_inner {
    padding: 64px 24px;
  }
  .block-top-simulator_txt p {
    font-size: 1.8rem;
  }
  .block-top-simulator_txt .p-btn {
    margin-top: 40px;
  }
  .p-footer {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .page-top .l-inner {
    padding-right: 54px;
    padding-left: 54px;
  }
}

@media screen and (max-width: 949px) {
  .page-top .l-inner {
    min-width: 345px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-top-about_item {
    margin-left: 12px;
  }
  .block-top-about_item:not(:last-child)::after {
    bottom: -30px;
    left: 50%;
    margin-left: -16px;
  }
  .block-top-simulator_inner {
    display: block;
  }
  .block-top-simulator_img {
    display: none;
  }
}