@charset "utf-8";

.l-application__bg {
  margin: 0 -5.3333vw;
  height: 195px;
  background-image: url(../../../images/h-03/h-03-01images.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}

.l-application__bg_content {
  background-color: rgba(0,0,0,0.4);
  height: 195px;
}

@media screen and (min-width:768px) {
  .l-application__bg {
    height: 250px;
  }

  .l-application__bg_content {
    height: 250px;
    position: relative;
  }
}

.l-application__title {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-top: 27px;
}

@media screen and (min-width:768px) {
  .l-application__title {
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

.l-application__limit {
  display: flex;
  margin-top: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.l-application__limit_icon {
  background-color: #151314;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 17px;
  border-radius:10px 0 0 10px;
}

.l-application__limit_icon img {
  max-width: fit-content;
}

.l-application__limit_textWrapper {
  padding: 11px 0 14px 21px;
  background-color: #fff;
  width: 100%;
  border-radius: 0 10px 0 10px;
}

.l-application__limit_text--emphasis {
  color: #D11F2E;
  padding-right: 5px;
}

.l-application__limit_text--emphasisBold {
  color: #D11F2E;
  font-weight: 600;
  padding-right: 5px;
}

.l-application__limit_text {
  font-size: 14px;
  line-height: 1.4285;
  font-weight: 600;
}

.l-application__limit_registrationDate {
  font-size: 12px;
  margin-top: 6px;
}

.l-application__info {
  margin: 20px 0;
}

.l-application__inputConfirmation {
  margin: 0 -5.3333vw;
  padding: 14px 5.3333vw;
  background-color: #33425B;
}

.l-application__inputConfirmation_item a{
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  padding: 12px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.l-application__inputConfirmation_item:not(:last-child) {
  margin-bottom: 10px;
}

.l-application__inputConfirmation_item_foot {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 43px;
}

.l-application__inputConfirmation_item_foot_unnecessary {
  display: inline-block;
  background-color: #30353A;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 3px 10px;
}

.l-application__inputConfirmation_item_step .percent{
  position: relative;
  width: 43px;
  height: 43px;
}

.l-application__inputConfirmation_item_step .percent svg{
  width: 43px;
  height: 43px;
}

.l-application__inputConfirmation_item_step .percent svg circle{
  stroke-width: 3;
}

.l-application__inputConfirmation_item_step .percent svg circle.complete{
  stroke: #7AE62E;
  position: relative;
}


.input_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 16px;
  height: 16px;
}

.l-application__inputConfirmation_item_step .percent.complete::after{
  content: url(../../../images/check_mark_navy.svg);
  position: absolute;
  bottom: -10px;
  right: 0;
}


.l-contract {
  margin-top: 20px;
}

.l-contract__content:not(:first-child) {
  margin-top: 40px;
}

.l-contract__content h2 {
  font-weight: 600;
  letter-spacing: .06em;
  background-color: #F0F0F0;
  margin: 0 -5.3333vw;
  padding: 13px 5.3333vw;
}

.l-contract__content .l-subtitle {
  margin: 16px 0 10px;
}

.l-contract__list .l-contract__item:not(:last-child) {
  margin-bottom: 4px;
}

.l-contract__content_table {
  margin: 0 -5.3333vw;
  display: flex;
  flex-wrap: wrap;
}

.l-contract__content_table dt {
  width: 34%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #33425B;
  padding: 12px 0 12px 5.3333vw;
  border-top: 1px solid #6A7890;
}

.l-contract__content_table dd {
  width: 66%;
  font-size: 12px;
  padding: 12px 5.3333vw;
  border-top: 1px solid #DDDDDD;
}

.l-contract__content_table dt:last-child,
.l-contract__content_table dd:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.l-contract__content_table dd ul {
  list-style: inside;
}

.l-contract__content_table dd li {
  padding-left: 1.583em;
  text-indent: -1.583em;
}

.l-contract__content_table_child {
  margin-top: 10px;
}

.l-contract__content_table_child dt{
  width: 100%;
  border-left: 1px solid #DDDDDD;
  padding: 8px 0 8px 10px;
}

.l-contract__content_table_child dt:last-child {
  border-bottom: none;
}

.l-contract__content_table_child--wid100 {
  margin: 10px -5.3333vw 0;
}


.l-contract__content_table_child dd{
  width: 100%;
  border-left: 1px solid #DDDDDD;
  padding: 8px 5.3333vw;
}

.l-contract__content_table_child dd:last-child {
  border-bottom: none;
}

.u-op0 {
  opacity: 0;
}

.l-contract__content_table dt.u-padBottom_0,
.l-contract__content_table dd.u-padBottom_0 {
  padding-bottom: 0;
}

.l-application__backBtn {
  font-size: 14px;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.l-application__backBtn::before {
  content: url(../../../images/arrow_left.svg);
  display: inline-block;
  height: 12px;
}

.l-step__lastTime_btnWrapper {
  text-align: center;
  margin-bottom: 22px;
}

.l-step__lastTime_btnWrapper .l-button {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  width: 188px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
}

.l-step__lastTime_btnWrapper .l-button::before{
  content: url(../../../images/last_time_icon.svg);
  display: inline-block;
  height: 12px;
}

.l-application__form h2 {
  font-weight: 600;
  background-color: #F0F0F0;
  padding: 13px 5.3333vw;
  margin: 0 -5.3333vw 0;
}

.l-application__limit.step3 {
  margin-top: 26px;
}

.l-application__limit.step3 .l-application__limit_icon {
  padding: 26px 17px;
}

.l-application__addBuutton {
  font-size: 14px;
  font-weight: 500;
  color: #3478F6;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 30px 0;
}

.l-application__delBuutton {
  font-size: 14px;
  font-weight: 500;
  color: #CC2934;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 30px 0;
}

.l-application__limit.step4 {
  margin-top: 19px;
}

.l-application__limit.step4 .l-application__limit_icon,
.l-application__limit.step4 .l-application__limit_textWrapper {
  width: 50%;
  padding: 14px;
}

.l-application__limit.step4 .l-application__limit_icon p{
  font-size: 14px;
  color: #fff;
}

.l-application__limit.step4 .l-application__limit_textWrapper {
  text-align: right;
}

.l-application__limit.step4 .l-application__limit_text--emphasis {
  font-size: 20px;
  padding-right: 0;
}

.l-form__accordion_area h2 {
  position: relative;
  transition: all .3s;
}

.l-form__accordion_area h2::before,
.l-form__accordion_area h2::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.l-form__accordion_area h2::before {
  top: 50%;
  right: 5.3333vw;
  transform: rotate(0deg);
}

.l-form__accordion_area h2::after {
  top: 50%;
  right: 5.3333vw;
  transform: rotate(-90deg);
  transition: all .3s;
}

.l-form__accordion_area h2.close::after {
  transform: rotate(0deg);
  transition: all .3s;
}

.l-form__accordion_box {
  display: none;
  margin-bottom: 40px;
}

.l-form__accordion_area li:not(:last-child) {
  margin-bottom: 2px;
}

.l-form__accordion_box .annualIncome2 {
  margin-bottom: 0;
}

.l-vehicle input:not(:last-child) {
  margin-bottom: 0;
}

.l-application__form .l-certificate__importantPoint h2 {
  margin: 0;
}

.l-application__upload_confirmation_listItem {
  font-size: 18px;
  list-style: initial;
}

.l-application__upload_confirmation_listItem li {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-left: 20px;
}

.l-application__upload_confirmation_listItem li:not(:last-child) {
  margin-bottom: 13px;
}

.l-application__upload_confirmation_listItem li span {
  font-size: 10px;
}

.l-application__form h3 {
  font-size: 14px;
  font-weight: 600;
}

.l-publicFees_input_wrapper {
  margin-top: 20px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText {
  width: 263px;
  margin-left: 20px;
}

@media screen and (min-width:768px) {
  .l-publicFees_input_wrapper .checkboxInput-LabelText {
    width: 550px;
  }
}

.l-publicFees_input_wrapper .checkboxInput-LabelText h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 14px 0 11px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .electricity_img1{
  width: 83px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .electricity_img2{
  width: 262px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .electricity_img3{
  width: 254px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .gas_img1{
  width: 114px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .gas_img2{
  width: 149px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .changingResidence_img1{
  width: 179px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText p {
  font-size: 13px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText .l-publicFees_null {
  font-size: 16px;
}

.l-publicFees_input_wrapper .checkboxInput-LabelText span {
  font-size: 14px;
}

.l-learnMore_text {
  display: none;
  width: 260px;
  margin-top: 16px;
  margin: 16px 0 16px -8px;
}

.l-publicFees_input .l-learnMore_text {
  margin: 0;
}

@media screen and (min-width:768px) {
  .l-learnMore_text {
    width: 100%;
  }
}

.l-learnMore_text.open {
  display: block !important;
}

.l-learnMore_head {
  background-color: #F0F0F0;
  padding: 16px 12px;
}

.l-learnMore_head_title {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.5714;
  letter-spacing: .06em;
  color: #D11F2E;
  text-align: center;
  margin: 0 !important;
}

.l-learnMore_head_read {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.3928;
  margin: 8px 0 0 0 !important;
}

.l-learnMore_head_list {
  margin-top: 8px;
}

.l-learnMore_head_list_item {
  font-size: 13px;
  line-height: 1.4615;
  padding-left: 12px;
  text-indent: -13px;
}

.l-learnMore_head_text {
  font-size: 14px;
  line-height: 1.4285;
  margin-top: 8px;
}

.l-learnMore_head_annotation {
  font-size: 12px !important;
  line-height: 1.4166;
}

.l-learnMore_head_annotation--indent {
  padding-left: 10px;
  text-indent: -11px;
}

.l-learnMore_middle_title {
  font-size: 14px;
  line-height: 1.4285;
  font-weight: 700;
}

.l-learnmore_midddle_text {
  font-size: 14px;
  line-height: 1.4285;
  margin-top: 8px;
}

.l-learnmore_midddle_text--red {
  color: #D11F2E;
}

.l-learnMore_text .l-button {
  font-size: 14px;
  background-color: #33425B;
  width: 194px;
}

.l-learnMore_foot {
  margin-top: 16px;
}

.l-learnMore_foot_text {
  font-size: 11px !important;
  color: #808080;
  line-height: 1.4166;
  letter-spacing: .01em;
}

.electricity .l-learnMore_head_list {
  margin-top: 0;
}

.electricity .l-learnMore_head_list .l-learnMore_head_list_item {
  padding-left: 16px;
  text-indent: -16px;
}

.electricity .l-learnMore_head_list .l-learnMore_head_list_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D11F2E;
  border-radius: 50%;
  margin-right: 5px;
}

.electricity .l-learnMore_head_list .l-learnMore_head_list_item:not(:last-child) {
  margin-bottom: 10px;
}

.l-learnMore_head_discount {
  font-size: 14px !important;
  text-align: center;
  color: #fff;
  padding: 7px 20px;
  background-color: #FF9306;
  margin-top: 13px;
}

.l-learnMore_middle_flow {
  margin-top: 8px;
}

.l-learnMore_middle_flow_item:not(:last-child) {
  margin-bottom: 16px;
}

.l-learnMore_middle_flow_text {
  font-size: 14px !important;
  font-weight: 400;
}

.l-learnMore_middle_flow_text_one::before {
  content: "①";
  margin-right: 3px;
}

.l-learnMore_text--indent {
  /* padding-left: 16px;
  text-indent: -16px; */
  padding-left: 23px;
  text-indent: -22px;
}

.l-learnMore_text--indent a {
  /* padding-left: 16px;
  text-indent: -16px; */
  display: inline;
}

.l-learnMore_middle_flow_text_two::before {
  content: "②";
  margin-right: 3px;
}

.l-learnMore_middle_flow_text_three::before {
  content: "③";
  margin-right: 3px;
}

.l-learnMore_text .l-form__intoHouseWrapper {
  margin-top: 12px;
}

.l-learnMore_text select {
  margin: 0;
  line-height: 1.5;
}

.l-publicFees_title{
  display: flex;
  align-items: center;
  gap: 14px;
}

.l-publicFees_title_electricity::before {
  content: url(../../../images/electricity_icon.png);
  width: 19px;
  height: 28px;
}

.l-publicFees_title_gas::before {
  content: url(../../../images/gas_icon.png);
  width: 21px;
  height: 30px;
}

.l-publicFees_title_internet::before {
  content: url(../../../images/internet_icon.png);
  width: 28px;
  height: 22px;
}

.l-publicFees_title_changingResidence::before {
  content: url(../../../images/changingResidence_icon.png);
  width: 26px;
  height: 19px;
}

.l-insurance__form .checkboxInput-DummyInput {
  width: 50px;
}

@media screen and (min-width:768px) {
  .l-insurance__form .checkboxInput-DummyInput {
    width: 25px;
  }
}

.l-insurance__form .l-form__annotation {
  line-height: 1.7;
}

.l-insurance__form p {
  padding-left: 12px;
  text-indent: -16px;
}

.l-insurance__form a,
.l-initialCostCreditCard__form a,
.l-supportService__wrapper a,
.l-moveInConfirmation__link {
  font-size: 14px;
}

.l-insurance__form a::after,
.l-initialCostCreditCard__form a::after,
.l-supportService__wrapper a::after,
.l-moveInConfirmation__link::after {
  content: url(../../../images/pdf_icon.png);
  padding-left: 6px;
}

.l-support24plus__form,
.l-initialCostCreditCard__form,
.p-pet_breeding {
  margin: 0 -5.3333vw;
  padding: 30px 5.3333vw;
  border-top: 1px solid #ddd;
}

.l-support24plus__link {
  display: block;
}

.l-initialCostCreditCard__form {
  border-bottom: 1px solid #ddd;
}

.l-supportService__wrapper {
  padding: 30px 0;
}

.l-shamaisonLifePoint__wrapper h3 {
  margin-bottom: 8px;
}

.l-transmission__wrapper h3 {
  margin-bottom: 13px;
}

.l-transmission__wrapper textarea {
  width: 100%;
  height: 130px;
}

.l-questionnaire__title_wrapper {
  display: flex;
  gap: 4.5333vw;
  background-color: #F0F0F0;
  margin: 0 -5.3333vw;
  padding: 14px 5.3333vw;
}

.l-questionnaire__number {
  font-family: "din-2014", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #D11F2E;
  border: 2px solid #D11F2E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 44px;
}

.l-questionnaire__text {
  font-weight: 600;
  width: 224px;
}

.l-questionnaire__wrapper .checkboxInput-DummyInput,
.l-questionnaire__wrapper .checkboxInput-DummyInput-circle {
  width: 22px;
}

@media screen and (min-width:768px) {
  .l-questionnaire__wrapper .checkboxInput-DummyInput,
  .l-questionnaire__wrapper .checkboxInput-DummyInput-circle {
    width: 26px;
  }
}

.l-questionnaire__wrapper .checkboxInput-LabelText {
  width: 267px;
  line-height: 1.5;
}

.availability_swich .checkboxInput-LabelText {
  width: 267px;
  line-height: 1.5;
}

.availability_swich p {
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .l-questionnaire__wrapper .checkboxInput-LabelText {
    width: 100%;
  }
}

.l-questionnaire__wrapper h3 {
  margin-bottom: 7px;
}

.l-questionnaire__item:not(:last-child) {
  margin-bottom: 40px;
}

.l-questionnaire__wrapper .helpful {
  margin-bottom: 11px;
}

.l-input_upload__wrapper h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.l-file_upload__btn {
  position: relative;
  text-align: center;
  width: 238px;
  margin: 10px auto 0;
}

.l-file_upload__btn p {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  background-color: #33425B;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border-radius: 50px;
  padding: 13px 0;
  width: 238px;
}

.img_upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.l-input_upload_typeB__wrapper h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ddd;
}

.l-input_upload_typeB__item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.l-input_upload_typeB__wrapper input {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

input#file-upload-button {
  padding-right: 20px;
}

#clear {
  display: none;
}

.l-input_upload_typeB__addBuutton {
  color: #3478F6;
  text-align: center;
  margin-top: 27px;
}

.l-input_upload_typeB__item h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.l-input_upload_typeB__addBuutton.none,
.l-input_upload_typeB__note.none {
  display: none;
}

.l-contract__content_table .child {
  padding: 0;
  border-top: none;
}

.l-contract__content_table .child_wrapper {
  height: 100%;
  margin: 0 0 0 5.3333vw;
  border-left: 1px solid #6A7890;
}

.l-contract__content_table .child p{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 8px 0 8px 10px;
  border-top: 1px solid #6A7890;
}

.l-contract__content_table .child_dt {
  padding: 8px 5.3333vw;
}

.l-contract__content_table .child_dt p{
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.l-application__form_item textarea {
  width: 100%;
  height: 130px;
  margin-top: 13px;
}

.l-application__input_item .file {
  border: none;
  padding: 0;
  margin: 11px 0 0 0;
  font-size: 14px;
}

.l-error_message__wrapper p {
  margin-top: 10px;
}

.l-information_change__addButton {
  color: #3478F6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.p-change__inner {
  display: flex;
  justify-content: space-between;
}

.p-change__text {
  padding-left: 10px;
}

.p-change__right .l-button {
  font-size: 14px;
  background-color: #33425B;
  padding: 8px 0;
  width: 124px;
}

.l-change__addButton {
  color: #3478F6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.l-contract__registration_method dt {
  font-weight: 600;
  margin-top: 20px;
}

.l-contract__registration_method dd {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 12px;
}

.js-attached .img_preview {
  display: none;
}

.l-file_delete__btn,
.l-file_confirmation__btn {
  display: none;
}

.js-attached + .l-file_upload__btn + .l-file_delete__btn,
.js-attached + .l-file_upload__btn + .l-file_confirmation__btn {
  display: block;
}

.l-publicFees_null_text {
  font-size: 14px;
  font-weight: 600;
  color: #D11F2E;
}

.p-property__footer {
  text-align: center;
  margin: 20px -5.3333vw 16px;
  border-top: 3px solid #F1F1F1;
}
.p-property__footer._no_border {
  border-top: none;
}

.p-property__contact_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
}

.p-property__contact_name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
}

.p-property__contact_tel_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-property__contact_tel {
  color: #D11F2E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  margin-top: 6px;
}

.p-property__contact_tel::before {
  content: "";
  display: inline-block;
  width: 17.12px;
  height: 17.12px;
  background-image: url(../../../images/tel_icon.svg);
  background-size: contain;
}

.p-property__contact_business_hour {
  margin-top: 6px;
}

.p-property__copyright {
  display: inline-block;
  font-size: 10px;
  line-height: 1.7;
  color: #9E9E9E;
  margin-top: 16px;
}

.p-introduction__list {
  padding: 0 5.3333vw;
  margin-top: 10px;
}

.p-introduction__list li{
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.7;
}

.p-introduction__list li:not(:last-child){
  margin-bottom: 4px;
}

.p-contract__form_textWrapper {
  margin-top: 11px;
  margin-left: 2.6666vw;
}

.p-contract__form_textWrapper p:not(:last-child) {
  margin-bottom: 4px;
}

.p-contract__form_text--bold {
  font-size: 18px;
  font-weight: 700;
}

.p-contract__functions {
  margin: 27px -5.3333vw 0;
}

.p-contract__function {
  background-color: #fff;
}

.p-contract__function_link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px 5.3333vw;
  position: relative;
  border-bottom: 2px solid #ddd;
}

.p-contract__function_link::after {
  content: url(../../../images/arrow_right_gray.svg);
  position: absolute;
  top: 50%;
  right: 5.3333vw;
  transform: translate(0, -50%);
}

.p-contract__function_head_img {
  width: 50px;
  height: 50px;
}

.p-contract__changes {
  margin: 32px -5.3333vw 0;
}

.p-contract__change {
  padding: 16px 5.3333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

.p-contract__change:last-child {
  border-bottom: 1px solid #ddd;
}

.p-customer__grayArea {
  background-color: #F1F1F1;
  margin: 0 -5.3333vw;
  padding: 20px 5.3333vw;
}

.p-installApp__items {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.p-installApp__item {
  width: 36%;
}

@media screen and (min-width:768px) {
  .p-installApp__lead {
    text-align: center;
  }
}

.p-installApp__img {
  position: relative;
  margin-top: 25px;
}

.p-installApp__link_wrapper {
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: absolute;
  top: 64%;
  right: 6.6666%;
}

@media screen and (min-width:768px) {
  .p-installApp__link_wrapper {
    top: 200px;
    right: 70px;
  }
}

.p-installApp__link {
  width: 149px;
}

@media screen and (min-width:768px) {
  .p-installApp__link {
    width: 220px;
  }
}

.p-point__title {
  margin: 0 -5.3333vw;
}

.p-point__holding {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #bbb;
  border-radius: 8px;
}

.p-point__holding_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.p-point__holding_title::before {
  content: url(../../../images/f-06/f-06-04images.svg);
}

.p-point__holding_detail {
  margin-top: 12px;
}

.p-point__holding_pt {
  border-bottom: dotted 1px #bbb;
  padding-bottom: 12px;
}

.p-point__holding_conversion {
  padding-top: 12px;
}

.p-point__holding_pt,
.p-point__holding_conversion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-point__holding_pt_title,
.p-point__holding_conversion_title {
  font-size: 14px;
}

.p-point__holding_pt_numbers,
.p-point__holding_conversion_numbers {
  font-size: 24px;
  font-weight: 500;
  color: #D11F2E;
}

.p-point__holding_pt_numbers::before,
.p-point__holding_conversion_numbers::before {
  padding-right: 8px;
}

.p-point__holding_pt_numbers::before {
  content: url(../../../images/f-06/f-06-05images.svg);
}

.p-point__holding_conversion_numbers::before {
  content: url(../../../images/f-06/f-06-06images.svg);
}

.p-point__holding_pt_numbers--small,
.p-point__holding_conversion_numbers--small {
  font-size: 14px;
}

.p-point__arrow {
  color: #D11F2E;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  padding: 13px 0;
  margin-top: 36px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 50% 100%, 0 60%);
}

.p-point__case_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D11F2E;
  margin-top: 24px;
}

.p-point__case_title_head {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #D11F2E;
  width: 15vw;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-point__case_title {
  font-size: 14px;
  letter-spacing: .05em;
  width: 71.2vw;
}

.p-point__case_img_wrapper {
  text-align: center;
  margin-top: 30px;
}

.p-point__case_img {
  width: 72.5vw;
}

.p-point__case_result {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.p-point__case_formula {
  width: 55%;
}

.p-point__case_answer {
  width: 40%;
}

.p-point__case_result .u-color-red-bold{
  font-size: 20px;
}

.p-point__case_items {
  margin-top: 24px;
}

.p-point__case_item {
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 16px 16px 0 16px;
}

.p-point__case_item:not(:last-child) {
  margin-bottom: 16px;
}

.p-point__case_item_title_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.p-point__case_item_head {
  font-size: 23px;
  color: #fff;
  width: 8.5333vw;
  background-color: #33425B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-point__case__item_title {
  font-size: 14px;
  font-weight: 700;
  width: 69.6vw;
}

.p-point__case__item_title--small {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 3px;
}

.p-point__case_text_wrapper {
  margin-top: 16px;
}

.p-point__case_discount {
  margin: 6px -16px 0;
  padding: 6px 16px;
  font-size: 12px;
  background-color: #F0F0F0;
  border-radius: 0 0 2px 2px;
  white-space: nowrap;
}

.p-point__case_discount--medium {
  font-size: 14px;
}

.p-point__case_discount--large {
  font-size: 16px;
}

.p-point__link_wrapper {
  margin-top: 30px;
}

.p-point__link {
  margin-top: 30px;
}

.p-point__link_img{
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.p-point__important {
  margin-top: 36px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.p-point__important_title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #D11F2E;
  padding: 17px 0;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.p-point__important_title::before {
  content: "";
  display: inline-block;
  background-image: url(../../../images/exclamation_triangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
}

.p-point__important_textWrapper {
  padding: 20px;
}

.p-point__important_listItem {
  margin-top: 24px;
  list-style: inside;
  list-style-position: inside;
}

.p-point__important_listItem li {
  padding-left: 21px;
  text-indent: -20px;
  font-size: 14px;
  letter-spacing: 0.06em;
  position: relative;
}

.p-point__important_listItem li::before {
  border-radius: 50%; 
  width: 10px; 
  height: 10px; 
  display: block;
  position: absolute; 
  left: 0; 
  top: 0.4em; 
  content: "";
  background: #D11F2E; 
}

.p-point__important_listItem li:not(:last-child) {
  margin-bottom: 20px;
}

.p-point__important_listItem--bold {
  font-weight: 600;
}

.p-point__important_listItem_annotation {
  color: #808080;
  font-size: 12px;
  line-height: 1.416;
  padding-left: 12px;
  text-indent: -13px;
  margin-top: 20px;
}

.p-palette_use__list {
  font-size: 14px;
}

.p-palette_use__list li:not(:last-child) {
  margin-bottom: 8px;
}

.l-property__form_textWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.l-property__form_text {
  font-size: 18px;
}

.p-property__text {
  width: 78.6666vw;
}

.p-application__error_icon {
  color: #fff;
}

.p-application__error_text {
  color: #D11F2E;
  font-size: 12px;
  font-weight: 700;
}

.p-application__representative_copy .l-button {
  width: 42vw;
  margin-left: 0;
}

.p-application__link {
  display: initial;
}

.confirmation-modal {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
}

.confirmation-modal-close {
  position: absolute;
  top: -30%;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.confirmation-modal-close::before,
.confirmation-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #D11F2E; /* バツ印の色 */
}

.confirmation-modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.confirmation-modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.p-copyBtn__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.p-copyBtn {
  width: 40vw;
  text-align: center;
  margin: 0;
}

.l-contract__tel {
  font-size: 18px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  margin-bottom: 8px;
}