.u-fw_b {
  font-weight: bold;
}
.u-br_abs {
  display: block !important;
}

.section img {
  max-width: 100%;
  height: auto;
}

.list-a01[start="2"] {
  counter-reset: my-counter 1;
}

.p-section_point .prod-lineup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 0.75em;
}
.p-section_point .prod-lineup-item-head {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0.75em 1em;
  width: 100%;
}
.p-section_point .prod-lineup-item-head span {
  font-size: 24px;
}

@media (min-width: 961px) {
  .p-section_point {
    margin-top: 4em !important;
  }
}
@media (max-width: 960px) {
  .p-section_point .prod-lineup-items {
    margin: 2em 0 1.5em;
  }
  .p-section_point .prod-lineup-item {
    margin: 0.15em 0;
    width: 89%;
  }
  .p-section_point .prod-lineup-item-head {
    font-size: 15px;
    margin: 0;
    padding: 0.75em 1em;
  }
  .p-section_point .prod-lineup-item-head span {
    font-size: 20px;
  }
}
.p-section_products .cont_box dt, .p-section_products .cont_box dd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
}

@media (max-width: 960px) {
  .p-section_products .cont_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 3px auto;
  }
  .p-section_products .cont_box dt {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    font-size: 12px;
    width: 35%;
    white-space: nowrap;
  }
  .p-section_products .cont_box dd {
    font-size: 12px;
    text-align: left;
    width: 65%;
  }
}
.p-item_banner {
  margin-top: 2.5em;
}
.p-item_banner a {
  display: block;
}

@media (max-width: 960px) {
  .p-item_banner {
    margin-top: 2em;
  }
}
.p-section_flow {
  margin-top: 5.5em;
}
.p-section_flow__mypage {
  border: 3px solid #C4EAFF;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
.p-section_flow__type {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.p-item_mypage {
  background: #DFF2FC;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 10px;
  position: relative;
}
.p-item_mypage__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.p-item_mypage__num {
  color: #0058A1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: -27px;
  left: -13px;
}
.p-item_mypage__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  min-height: 3em;
  margin-bottom: 16px;
}
.p-item_mypage__img {
  margin: 25px 12px 0;
}

.p-flow_type {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.p-flow_type.--guest .p-item_type__label {
  background-color: #0091D3;
}
.p-flow_type.--guest .p-item_type__tag li {
  background-color: #CBE8F6;
}
.p-flow_type.--guest .p-item_type__link a {
  border-color: #0091D3;
  color: #0091D3;
}
.p-flow_type.--guest .p-item_type__link a::before {
  background-color: #0091D3;
}
.p-flow_type.--guest .p-item_step__num {
  color: #0091D3;
}
.p-flow_type.--customer .p-item_type__label {
  background-color: #369F66;
}
.p-flow_type.--customer .p-item_type__tag li {
  background-color: #D9EEE3;
}
.p-flow_type.--customer .p-item_type__link button {
  border-color: #369F66;
  color: #369F66;
}
.p-flow_type.--customer .p-item_type__link button::before {
  background-color: #369F66;
}
.p-flow_type.--customer .p-item_step__num {
  color: #369F66;
}

.p-item_type {
  border: 3px solid #E3E3E3;
  border-radius: 10px;
  padding: 37px 40px;
}
.p-item_type__label {
  background: #000;
  border-radius: 22px;
  color: #FFF;
  font-size: 20px;
  padding: 0.25em 0;
}
.p-item_type__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.p-item_type__tag li {
  background: #CCC;
  font-size: 15px;
  padding: 0.5em 1.75em;
}
.p-item_type__step04 {
  padding: 10px 40px;
  position: relative;
}
.p-item_type__step04 .p-item_label {
  color: #FF533D;
  font-size: 24px;
  margin-bottom: 0.25em;
  text-align: left;
}
.p-item_type__link {
  margin-top: 80px;
  position: relative;
}
.p-item_type__link::before {
  background: url(../images/img_step_arrow.svg) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  width: 100px;
  height: 65px;
  margin: 0 auto 20px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-item_type__link a, .p-item_type__link button {
  border: 3px solid #CCC;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  width: 82%;
  padding: 21px 21px 21px 47px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: left;
  text-decoration: none;
}
.p-item_type__link a::before, .p-item_type__link a::after, .p-item_type__link button::before, .p-item_type__link button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.p-item_type__link a::before, .p-item_type__link button::before {
  background: #CCC;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  right: 13px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-item_type__link a::after, .p-item_type__link button::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  width: 6px;
  height: 6px;
  right: 22px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-item_type__link a img, .p-item_type__link button img {
  width: 48px;
}
.p-item_type__link a .--small, .p-item_type__link button .--small {
  font-size: 15px;
}
.p-item_type__link a:hover, .p-item_type__link button:hover {
  opacity: 0.6;
}

.p-item_step {
  margin-top: 25px;
}
.p-item_step dt {
  font-size: 16px;
  font-weight: bold;
}
.p-item_step dt:nth-child(n+2) {
  margin-top: 1.25em;
}
.p-item_step dt span {
  display: block;
}
.p-item_step__num {
  font-size: 18px;
  margin-bottom: 0.1em;
}
.p-item_step dd {
  margin-top: 0.25em;
}

@media (max-width: 960px) {
  .p-section_flow {
    margin-top: 3.5em;
  }
  .p-section_flow__mypage {
    border-radius: 8px;
    padding: 30px 5.65%;
  }
  .p-section_flow__type {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .p-item_mypage {
    padding: 25px 20px;
  }
  .p-item_mypage__lead {
    margin-top: 1em;
    text-align: left;
  }
  .p-item_mypage__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .p-item_mypage__num {
    font-size: 40px;
  }
  .p-item_mypage__txt {
    min-height: 0;
    margin-bottom: 15px;
  }
  .p-item_mypage__img {
    margin: 15px auto 0;
    width: 67%;
  }
  .p-flow_type:nth-child(n+2) {
    margin-top: 10px;
  }
  .p-item_type {
    padding: 31px 5.65%;
  }
  .p-item_type__label {
    border-radius: 40px;
    font-size: 14px;
    padding: 0.5em 0;
  }
  .p-item_type__tag {
    gap: 10px;
    margin-top: 22px;
  }
  .p-item_type__tag li {
    font-size: 13px;
    padding: 0.65em 2.5em;
  }
  .p-item_type__step04 {
    background: #FFEFED;
    border-radius: 10px;
    padding: 25px 19px;
  }
  .p-item_type__step04 .p-item_label {
    font-size: 20px;
    margin-bottom: 0.75em;
    text-align: center;
  }
  .p-item_type__link {
    margin-top: 57px;
  }
  .p-item_type__link::before {
    width: 60px;
    height: 39px;
    margin: 0 auto 20px;
  }
  .p-item_type__link a, .p-item_type__link button {
    gap: 25px;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    padding: 17px 40px;
  }
  .p-item_type__link a::before, .p-item_type__link button::before {
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .p-item_type__link a::after, .p-item_type__link button::after {
    width: 6px;
    height: 6px;
    right: 22px;
  }
  .p-item_type__link a img, .p-item_type__link button img {
    width: 42px;
  }
  .p-item_type__link a .--small, .p-item_type__link button .--small {
    font-size: 14px;
  }
  .p-item_step {
    margin-top: 25px;
  }
  .p-item_step dt {
    font-size: 15px;
  }
  .p-item_step dt:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media (min-width: 961px) {
  div.modal {
    padding-top: 50px;
  }
}