@charset "UTF-8";

.payment-list {
  border: 1px solid #91BEE3;
  border-radius: 15px;
  padding: 0 10px 10px;
  margin-top: 36px;
  margin-bottom: 120px;
}
.payment-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dotted #91BEE3;
}
.payment-list__item-txt {
  color: var(--color-font-default);
  font-weight: 700;
  font-size: 18px;
}
.payment-list__item-txt-fz16 {
  font-size: 16px;
}
.payment-list__item-txt-fz20 {
  font-size: 20px;
}
.payment-list__item-txt-fz25 {
  font-size: 25px;
}
.payment-list__item-txt-color {
  color: #2167AE;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.payment-list__item-txt-color::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  height: 5px;
  background-color: rgba(244, 237, 126, 0.78);
  z-index: -1;
}

.procedure__box {
  margin-top: 80px;
}
.procedure__box .procedure__list {
  display: flex;
  text-align: center;
  justify-content: left;
  flex-wrap: wrap;
  min-height: 180px;
}

.procedure__list p {
  color: #4d4d4d;
  font-size: 0.9375rem;
  /* 15px */
  font-weight: 300;
  max-width: 210px;
  letter-spacing: -1px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}

.procedure__tit {
  font-size: 1.1875rem;
  /* 19px */
  color: #2167ae;
  font-weight: 600;
  letter-spacing: -1px;
  padding: 18px 0 20px 0;
  white-space: nowrap;
}

.procedure__item {
  width: 25%;
  position: relative;
}

.procedure__list.__type02 .procedure__item {
  width: 16.6666666667%;
}

.procedure__item a {
  padding: 0 5px 30px;
  display: block;
  text-decoration: none;
}

.procedure__item a:hover {
  opacity: 70%;
  transition: 0.2s;
}

.procedure__item a::after {
  background-image: url("/-/media/Images/ZurichLife/customer/renew/icon-inquiry.svg");
  content: "";
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-size: 20px;
  transform: translateX(-50%);
  pointer-events: none;
}

.procedure__item a::after:hover {
  opacity: 70%;
  transition: 0.2s;
}

.procedure__item {
  border-right: 1px solid #dde4e3;
}

.procedure__item:first-child {
  border-left: 1px solid #dde4e3;
}

.p-inquiry-heading {
  margin: 100px auto 36px;
  text-align: center;
}
.p-inquiry-heading__inner {
  color: var(--color-font-default);
  font-size: 1.375rem;
  font-weight: var(--font-weight-heading);
}
.inquiry__box .inquiry__list {
  color: #2167ae;
  font-size: 1.0625rem;
  /* 17px */
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  column-gap: 10px;
}

.inquiry__item {
  display: block;
  width: calc(50% - 10px);
  padding-left: 1em;
  position: relative;
}

.inquiry__item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2167ae;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.inquiry__box {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
  align-items: center;
}

.inquiry__wrap img {
  max-width: 130px;
}


.possible__box {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  color: #23366f;
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  text-align: center;
  border: 1px solid #91bfe3;
  border-radius: 15.6px;
  padding: 13px 0;
  align-items: center;
}

.possible__udl {
  color: #2167ae;
  background: linear-gradient(transparent 78%, #f4ed7e 8%);
}

.possible__re {
  font-size: 1rem;
}

.possible__item {
  width: 50%;
  margin: 0 auto;
  padding: 60px 0 28px 0;
  position: relative;
}

.possible__item::after {
  background-image: url("/-/media/Images/ZurichLife/customer/renew/icon-possible.svg");
  content: "";
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20%;
  right: 47%;
  transform: translateY(-50%);
}

.possible__item:first-of-type {
  border-right: 1px dotted #91bfe3;
}
#p-procedure .possible__item:nth-of-type(2) {
  border-right: 1px dotted #91bfe3;
}
.possible__udl--big {
  font-size: 1.5625rem;
  /* 25px */
}


.payment-contact .m-toggle-box-type2 {
  background-color: transparent;
  border: 1px solid #D8E0DF;
  padding: 24px 20px;
  margin-top: 24px;
  align-self: flex-start;
}

.payment-contact .m-toggle-box-type2__head {
  text-align: center;
  font-size: 20px;
  padding-right: 0;
}

.payment-contact .m-other-contact__inner {
  padding: 20px 0 0;
}

.payment-contact .m-toggle-box-type2__body {
  padding-top: 0;
}

.payment-contact .m-box {
  background-color: transparent;
}

.payment-contact .m-other-contact__telLink::before {
  background-color: var(--color-background-2);
}

.payment-contact .m-toggle-box-type2 .m-toggle-box-type2__ttl::after {
  display: none;
}

.payment-contact .m-toggle-box-type2__ttl::before {
  content: "";
  position: absolute;
  background-image: url(/-/media/common/images/ico-footerChevron.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
  display: inline-block;
  top: 50%;
  right: 4px;
  translate: 0 -50%;
  transition: rotate var(--transition-duration);
  background-color: transparent;
  transform: none;
}

.payment-contact .m-toggle-box-type2[open] .m-toggle-box-type2__ttl::before {
  rotate: -180deg;
}

.p-inquiry-list ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}




@media (min-width: 769px) and (max-width: 980px) {
  .procedure__box .procedure__list:nth-of-type(2) .procedure__item:first-of-type .procedure__tit span {
    font-size: 2vw;
  }
  .procedure__box .procedure__list {
    row-gap: 60px;
  }
  .procedure__item {
    width: 50%;
  }
  .procedure__item::before {
    content: "";
    border-top: 1px solid #dde4e3;
    width: auto;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: -30px;
  }
  .procedure__list:not(.__type02) .procedure__item:nth-of-type(1)::before,
  .procedure__list:not(.__type02) .procedure__item:nth-of-type(2)::before {
    content: none;
  }
  .procedure__list:not(.__type02) .procedure__item:nth-of-type(2n+1) {
    border-left: 1px solid #dde4e3;
  }
  .procedure__list.__type02 {
    margin-top: 70px;
  }
  .procedure__list.__type02 .procedure__item {
    width: 33.3333333333%;
  }
  .procedure__list.__type02 .procedure__item:nth-of-type(3n+1) {
    border-left: 1px solid #dde4e3;
  }
}

@media screen and (min-width: 769px) {
  .payment-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 13px 0;
  }
  .payment-list__item {
    border-bottom: none;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
  }
  .payment-list__item-icon img {
    width: 30px;
    height: 30px;
  }
  .payment-list__item:not(:last-child) {
    border-right: 1px dotted #91BEE3;
  }
  

  
  .payment-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .payment-contact .m-other-contact__telLink {
    width: fit-content;
    margin: auto;
  }
  .payment-contact .m-toggle-box-type2__head {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}


@media screen and (max-width: 768px) {

  .procedure__box .procedure__list {
    flex-direction: column;
  }
  .procedure__box .procedure__list {
    border-right: 0 solid #dde4e3;
    border-left: 0 solid #dde4e3;
  }
  .procedure__item:not(:last-child) {
    border-right: 0;
  }
  .procedure__item {
    border-bottom: 1px solid #dde4e3;
    text-align: left;
  }
  .procedure__item:last-child {
    border-bottom: 0px;
  }
  .procedure__item,
  .procedure__list.__type02 .procedure__item {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .procedure__tit {
    font-size: 1.1875rem;
    /* 19px */
    color: #2167ae;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 12px 0 2px 0;
    max-width: 90%;
    white-space: normal;
  }
  .procedure__item a {
    padding: 10px 40px 22px 10px;
    display: block;
    min-height: auto;
    max-width: 100%;
    text-decoration: none;
  }
  .procedure__item a::after {
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    transform: translateX(0%);
    transform: translateY(-50%);
  }
  .procedure__item {
    border: none;
    border-top: 1px solid #dde4e3;
  }
  .procedure__item:first-child {
    border-top: none;
    border-left: none;
  }
  .procedure__list.__type02 .procedure__item:first-child {
    border-top: 1px solid #dde4e3;
  }
  .procedure__list p {
    max-width: 95%;
    margin: 0 auto 0 0;
    padding: 0;
  }
  .procedure__box {
    margin-bottom: 80px;
  }
  .procedure__box .m-widget-toggle {
    margin-top: 0;
  }
  .procedure__box .procedure__list:nth-of-type(2) {
    border-right: 0px solid #ffffff;
    border-left: 0px solid #dde4e3;
  }
  .procedure__box .procedure__list:nth-of-type(2) .procedure__item:last-child {
    border-right: 0px solid #dde4e3;
  }
  .procedure__box .procedure__list:nth-of-type(2) .procedure__item:first-of-type .procedure__tit {
    letter-spacing: -1px;
    padding: 12px 0 2px 0;
  }


  .p-inquiry-heading {
    margin: 100px auto 36px;
    text-align: left;
  }
  .inquiry__box {
    flex-direction: column;
  }
  .inquiry__box .inquiry__list {
    flex-direction: column;
    font-size: 0.9375rem;
    /* 15px */
    text-align: left;
  }
  .inquiry__item {
    width: 100%;
  }
  .inquiry__wrap {
    display: block;
    width: 100%;
  }
  .sp-only {
    display: block;
  }
  .inquiry__wrap img {
    display: block;
    max-width: 25.6vw;
    margin: -100px 0 0 auto;
  }

  .possible__box {
    flex-direction: column;
  }
  .possible__item:first-of-type {
    border-bottom: 1px dotted #91bfe3;
    border-right: 0px solid;
  }
  .possible__box {
    padding: 10px;
  }
  .possible__item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  .possible__txt {
    padding: 10px 0 10px 8%;
  }
  .possible__item::after {
    width: 23px;
    height: 23px;
    top: 47%;
    right: 94%;
    transform: translateY(-50%);
    background-size: 23px;
  }
  .possible__box {
    margin-bottom: 95px;
  }
  .change-btn a {
    line-height: 1.2;
  }
  .possible__udl {
    font-size: 1.25rem;
  }
  .change .possible__item:nth-of-type(2) {
    border-right: 0px dotted #91bfe3;
  }
  .possible__item:nth-of-type(2) {
    border-bottom: 1px dotted #91bfe3;
  }
  
  .p-inquiry-list ul {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

}