@charset "UTF-8";

.common_fv {
  background-image: url(/img/safekeeping/safekeeping-quickplan/main_image.jpg);
}


@media screen and (min-width: 770px) {

  #safekeeping_services_conts {
    padding: 0 0 125px;

    .auto {
      width: 1100px;
    }
    .block_title {
      text-align: center;
      font-size: 36px;
      line-height: 1.7;
      margin-bottom: 25px;
    }
    .text {
      text-align: center;
      margin-bottom: 57px;
    }

    .service_information_conts {
      .service_wrapper {
        margin: 0 auto;
      }

      .service_block {
        border: 1px solid var(--color-thema);
        padding-bottom: 50px;
      }

      .service_title {
        background-color: var(--color-thema);
        color: #fff;
        padding: 15px;
        text-align: center;
        margin-bottom: 16px;
      }
      .sub_text {
        font-size: 22px;
        line-height: 1;
        margin-right: 11px;
      }
      .main_title_text {
        font-size: 30px;
        line-height: 1.1;
      }

      .flex_container {
        display: flex;
        align-items: flex-start;
        margin-bottom: 27px;
        padding: 2px 30px 0;
        gap: 26px;
      }

      .left_content {
        width: 501px;
      }

      .right_content {
        width: 513px;
        position: relative;
        top: 4px;
      }

      .right_content img {
        width: 100%;
        height: auto;
        display: block;
      }

      .price_table_title {
        font-weight: 600;
        margin-bottom: 7px;
        line-height: 1.4;
      }

      .price_table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
      }

      .price_table th, .price_table td {
        border: 1px solid #fff;
        padding: 10px 20px;
        text-align: center;
        background-color: var(--color-bg-sub);
        line-height: 1.7;
      }

      .price_table th {
        background-color: var(--color-bg-dark);
        color: #fff;
        padding: 6px 5px;
      }

      .text_title {
        font-weight: 600;
        margin-bottom: 7px;
        line-height: 1.4;
      }
      .text_examples {
        line-height: 1.6;
        margin-bottom: 13px;
      }
      .text_examples:last-of-type {
        margin-bottom: 0;
      }
      .service-info {
        display: flex;
        background-color: var(--color-bg-main);
        align-items: center;
        padding: 12px 46px;
        width: 95%;
        margin: 0 auto 10px;
        box-sizing: border-box;
      }

      .service-label {
        border: 1px solid #999;
        padding: 0 12px;
        margin-right: 15px;
        white-space: nowrap;
        letter-spacing: .081rem;
      }
      .service-text {
        letter-spacing: .058rem;
      }
      .flex_container_02 {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0px;
        padding: 2px 30px 0;
        gap: 26px;
      }
      .service-info_02 {
        display: flex;
        background-color: var(--color-bg-main);
        align-items: flex-start;
        padding: 12px 44px 15px;
        margin: 0 auto 20px;
        box-sizing: border-box;
        flex-direction: column;
      }
      .service-label_02 {
        border: 1px solid #999;
        padding: 0 12px;
        margin-right: 15px;
        white-space: nowrap;
        letter-spacing: .081rem;
      }
      .left_content_02 {
        width: 501px;
      }
      .zebra_table tbody tr:nth-of-type(even) td {
        background-color: #fff;
      }
      .service_block_02 {
        border: 1px solid var(--color-thema);
        padding-bottom: 43px;
      }
      .attention {
        width: 95%;
        margin: 0 auto 0;
        padding: 0 75px;
        box-sizing: border-box;
      }
      .attention_title {
        font-weight: 600;
        line-height: 1.9;
      }
      .attention_text {
        line-height: 1.6;
      }

      .tax_note {
        text-align: right;
        margin-top: 6px;
      }

      .note {
        font-size: 14px;
        font-weight: normal;
      }
    }
    /* .service_information_conts */

  }
  /* #safekeeping_services_conts */

}

@media screen and (max-width:769px) {

  #safekeeping_services_conts {
    padding: 0 0 80px;

    .auto {
      width: 90%;
    }
    .line_break {
      display: inline-block;
    }
    .block_title {
      font-size: 24px;
      line-height: 1.5;
      margin: 0 auto 18px;
      text-align: center;
    }
    .text {
      text-align: left;
      margin-bottom: 57px;
    }

    .service_information_conts {
      .service_wrapper {
        margin: 0 auto;
      }

      .service_block {
        border: 1px solid var(--color-thema);
        padding-bottom: 10px;
      }

      .service_title {
        background-color: var(--color-thema);
        color: #fff;
        padding: 8px 3% 14px;
        text-align: center;
        margin-bottom: 16px;
      }
      .sub_text {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 13px;
        display: inline-block;
      }
      .main_title_text {
        font-size: 22px;
        line-height: 1.1;
        display: block;
      }

      .flex_container {
        display: flex;
        align-items: flex-start;
        padding: 2px 4% 0;
        gap: 26px;
        flex-direction: column-reverse;
      }

      .left_content {
        width: 100%;
      }

      .right_content {
        width: 100%;
      }

      .right_content img {
        width: 100%;
        height: auto;
        display: block;
      }

      .price_table_title {
        font-weight: 600;
        margin-bottom: 12px;
        line-height: 1.4;
      }

      .price_table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
      }

      .price_table th, .price_table td {
        border: 1px solid #fff;
        padding: 7px 5% 11px;
        text-align: center;
        background-color: var(--color-bg-sub);
        line-height: 1.7;
        text-align: left;
      }

      .price_table th {
        background-color: var(--color-bg-dark);
        color: #fff;
        padding: 6px 5px;
      }
      .price_examples {
        margin-bottom: 20px;
      }
      .text_title {
        font-weight: 600;
        margin-bottom: 7px;
        line-height: 1.4;
      }
      .text_examples {
        line-height: 1.6;
        margin-bottom: 13px;
      }
      .text_examples:last-of-type {
        margin-bottom: 0;
      }
      .service-info {
        display: flex;
        background-color: var(--color-bg-main);
        align-items: center;
        padding: 20px 4% 23px;
        width: 95%;
        margin: 0 auto 15px;
        box-sizing: border-box;
        flex-direction: column;
      }

      .service-label {
        border: 1px solid #999;
        padding: 0 12px;
        white-space: nowrap;
        letter-spacing: .081rem;
        margin-bottom: 10px;
      }
      .service-text {
        letter-spacing: .058rem;
      }
      .flex_container_02 {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0px;
        padding: 2px 4% 0;
        gap: 26px;
        flex-direction: column-reverse;
      }
      .service-info_02 {
        display: flex;
        background-color: var(--color-bg-main);
        align-items: center;
        padding: 20px 4% 30px;
        margin: 0 auto 15px;
        box-sizing: border-box;
        flex-direction: column;
      }
      .service-label_02 {
        border: 1px solid #999;
        padding: 0 12px;
        white-space: nowrap;
        letter-spacing: .081rem;
        margin-bottom: 10px;
      }
      .left_content_02 {
        width: 100%;
      }
      .zebra_table tbody tr:nth-of-type(even) td {
        background-color: #fff;
      }
      .service_block_02 {
        border: 1px solid var(--color-thema);
        padding-bottom: 43px;
      }
      .attention {
        width: 95%;
        margin: 0 auto 0;
        padding: 0px 3%;
        box-sizing: border-box;
        font-size: 15px;
      }
      .attention_title {
        font-weight: 600;
        line-height: 1.9;
        margin-bottom: 7px;
        text-align: center;
      }
      .attention_text {
        line-height: 1.6;
      }

      .tax_note {
        text-align: right;
        margin-top: 6px;
        font-size: 14px;
      }

      .note {
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
      }
    }
    /* .service_information_conts */

  }
  /* #safekeeping_services_conts */

}