/*@charset "UTF-8";*/

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

  .for_sp,
  .-sp {
    display: none !important;
  }

  .contents_all_wrap {
    margin: 0;
    padding: 0;
    /*    overflow-x: clip;*/
    width: 100%;


  }

  .inner_content_wrap {
    max-width: 800px;
    margin: auto;
    width: 100%;
    position: relative;
  }

  /*
  .text_mini {
    font-size: 12px !important;
  }
*/
  a.btn_orange {
    background-color: var(--color_orange);
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_arrow_white.svg);
    background-position: center right 38px;
    height: 60px;
    width: 100%;
    max-width: 640px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  a.btn_white {
    background-color: #fff;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_orange);
    position: relative;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_arrow_orange.svg);
    background-position: center right 38px;
    height: 60px;
    width: 100%;
    max-width: 640px;
    margin: auto;
    font-size: 18px;
    border: 2px solid var(--color_orange);
    font-weight: bold;
    margin-bottom: 8px;
  }



  /*kv_section------------------------*/
  section.kv_section {
    /* height: 437px; */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color_yellow);
    overflow: hidden;
  }

  section.kv_section .kv_wrap {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    position: relative;
    height: 437px;
  }

  section.kv_section .kv_wrap .kv_pict_1 {
    position: absolute;
    width: 252px;
    left: 0;
    right: -650px;
    margin: auto;
    bottom: -4px;
  }

  section.kv_section .kv_wrap .kv_pict_2 {
    position: absolute;
    width: 369px;
    left: -706px;
    right: 0;
    margin: auto;
    top: 38px;
  }

  section.kv_section .kv_wrap .kv_title {
    display: block;
    position: absolute;
    width: 519px;
    left: -2px;
    right: 0;
    margin: auto;
    top: 0;
  }


  /*merit_section----------------------*/

  section.merit_section {
    background-color: #fff;
  }

  section.merit_section .heading_arrow_wrap {}

  section.merit_section mark {}

  section.merit_section .merit_title {
    width: 420px;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 21px;
  }

  section.merit_section .merit_wrap {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: stretch;
    width: 710px;
    margin: auto;
    margin-bottom: 30px;
  }

  section.merit_section .merit_wrap .merit_item {
    width: 25%;
    position: relative;
    border: 2px solid var(--color_yellow);
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
  }

  .merit_orange_bg {
    background-color: var(--color_yellow);
    padding: 23px 0 0.1px;
    border-radius: 5px;
  }

  section.merit_section .merit_wrap .merit_no {
    position: absolute;
    left: 10px;
    top: -17px;
    width: 26px;
  }

  section.merit_section .merit_wrap .merit_pict {
    width: 102px;
    margin: auto;
  }

  section.merit_section .merit_wrap .merit_item_title {
    margin: 0 0 20px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
  }

  .merit_wrap .merit_item_text {
    padding: 12px 9px 14px 16px;
    text-align: left;
    font-size: 12.2px;
    display: block
  }

  /*change_section------------------*/

  section.change_section {
    padding-top: 48px;
  }

  section.change_section .change_title_wrap {
    margin: auto;
    display: block;
    text-align: center;
    width: 563px;
    margin: 33px auto;
  }

  section.change_section .change_title_wrap mark {
    font-size: 46px;
    background: linear-gradient(transparent 80%, #ff0 80%);
  }

  section.change_section .change_head_pict {
    width: 600px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }


  section.change_section .tab_all_wrap {
    background-color: var(--color_yellow);
    margin-top: 405px;
    position: relative;
    padding-top: 57px;
  }

  section.change_section .tab_all_wrap .change_head_pict {
    position: absolute;
    top: -369px;
    left: 0;
    right: 0;
    margin: auto;
    width: 562px;
  }

  .change_head_title {
    margin: auto;
    width: 410px;
    margin-bottom: 52px;
  }

  section.change_section .tab_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    width: 820px;
    margin: auto;
    height: 113px;
  }

  section.change_section .tab_item {
    background-color: #D9D9D9;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #646464;
    font-weight: bold;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_triangle_glay.svg);
    background-position: center bottom 10px;
    background-size: 12px;
    pointer-events: auto;
    cursor: pointer;
  }

  section.change_section .tab_item.on {
    background-color: var(--color_orange);
    color: #fff;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_triangle_white.svg);
    pointer-events: none;
  }

  section.change_section .tab_fukidasghi {
    position: absolute;
    width: 203px;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
  }

  section.change_section .tab_text_wrap {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
  }

  section.change_section .tab_text_wrap .small {
    font-size: 19px;
  }

  section.change_section .tab_text_wrap .kochira {
    font-size: 14px;
  }



  section.change_section .tab_content_wrap {
    background-color: #fff;
    border: 2px solid #000;
    border-bottom: none;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-top: 60px;
  }


  .heading_wrap {
    text-align: center;
    /* margin: 60px 0 0 0; */
  }

  section.change_section .heading_fukidashi {
    margin: auto;
    background-color: var(--color_yellow);
    border-radius: 50vw;
    height: 45px;
    /* width: 600px; */
    font-size: 18px;
    padding: 0 50px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 17px;
  }

  section.change_section .heading_fukidashi::after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
    background-color: var(--color_yellow);
    transform: rotate(45deg);
  }

  section.change_section .heading_lead {
    font-size: 24px;
    margin-bottom: 6px;
  }

  section.change_section .heading_remarks {
    font-size: 12px;
    color: #646464;
  }

  section.change_section .heading_catchcopy {
    width: 490px;
    margin: auto;
    margin-top: 22px;
  }

  section.change_section .heading_catchcopy_pict {
    width: 330px;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  section.change_section .catchcopy_pict_remarks {
    width: 100%;
    max-width: 640px;
    text-align: left;
    margin: auto;
    font-size: 12px;
  }

  section.change_section .change_case_title {
    width: 220px;
    margin: auto;
    margin-top: 0px;
  }

  section.change_section .change_comparision_title {
    max-width: 560px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 12px;
  }

  section.change_section .change_accodion_item_wrap {
    border: 1px solid #0066AA;
    max-width: 820px;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  section.change_section .change_accodion_item_wrap .change_accodion_btn {
    height: 58px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #0066AA;
    padding-left: 40px;
    font-weight: bold;
  }

  section.change_section .change_accodion_item_wrap .change_accodion_btn::after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 38px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_accodion_minus.svg);
    background-position: center;
    background-size: contain;
  }

  section.change_section .change_accodion_item_wrap .change_accodion_btn.on::after {
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_accodion_plus.svg);
  }

  section.change_section .change_accodion_item_wrap .change_accodion_item {
    position: relative;
    border-top: 1px solid #0066AA;
    padding-bottom: 65px;
  }

  section.change_section .change_accodion_item_wrap .accodion_title {
    width: 270px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  section.change_section .accodion_title_remarks {
    display: block;
    width: 410px;
    text-align: left;
    margin: auto;
    font-size: 12px;
    margin-bottom: 30px;
  }

  section.change_section .change_accodion_item_wrap .accodion_point {
    margin: auto;
    background-color: #F5F5F5;
    position: relative;
    padding-left: 150px;
    padding-top: 36px;
    margin-top: 46px;
    padding-bottom: 36px;
    max-width: 640px;
  }

  section.change_section .change_accodion_item_wrap .accodion_point.point_1 {
    margin-top: 0px;
  }

  section.change_section .change_accodion_item_wrap .accodion_point_no {
    position: absolute;
    width: 50px;
    left: 27px;
    top: -6px;
  }

  section.change_section .change_accodion_item_wrap .acodion_point_subtitle {
    font-weight: normal;
    font-size: 14px;
  }

  section.change_section .change_accodion_item_wrap .acodion_point_title {
    font-size: 28px;
    font-weight: bold;
    color: var(--color_orange);
  }

  section.change_section .change_accodion_item_wrap .accodion_point_pict {
    width: 341px;
    margin: 38px 0 0 0px;
  }

  section.change_section .change_accodion_item_wrap .accodion_linktext_wrap {
    margin: 30px 0 0 0;
    font-size: 14px;
  }

  section.change_section .change_accodion_item_wrap .accodion_remarks_wrap {
    max-width: 639px;
    margin: auto;
    width: 100%;
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 40px;
    letter-spacing: -0.01em;
  }

  section.change_section .change_accodion_item_wrap .accodion_remarks_sub {
    font-size: 12px;
    margin-top: 6px;
  }

  section.change_section .change_accodion_item_wrap .accodion_remarks_sub_link {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 22px;
  }



  section.change_section .under_accodion_remarks {
    max-width: 639px;
    margin: auto;
    width: 100%;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: -0.01em;
  }

  section.change_section .under_accodion_remarks .remarks_sub {
    font-size: 12px;
    margin-top: 6px;
  }

  section.change_section .under_accodion_remarks .remarks_sub_link {
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 22px;
  }








  section.change_section .choice_pict_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 640px;
    margin: auto;
    margin-bottom: 60px;
  }



  section.change_section .cv_wrap {
    background-color: var(--color_l_yellow);
    width: 100%;
    text-align: center;
    padding: 40px 0 40px 0;
  }

  section.change_section .cv_wrap .heading_fukidashi,
  section.change_section .cv_2_wrap .heading_fukidashi {
    background-color: #fff;
  }

  section.change_section .cv_wrap .heading_fukidashi::after,
  section.change_section .cv_2_wrap .heading_fukidashi::after {
    background-color: #fff;
  }

  /*
  .cv_title_wrap {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cv_title_wrap .large {
    font-size: 24px;
  }
*/


  section.change_section .slide_allwrap {
    padding-top: 80px;
    position: relative;
  }

  section.change_section .slide_allwrap .slide_title_wrap {
    width: 470px;
    margin: auto;
    margin-bottom: 17px;
  }

  .swiper {
    width: 560px;
    overflow-x: hidden;
  }

  section.change_section .slide_allwrap .slide_wrap {
    background-color: var(--color_ll_yellow);
    max-width: 820px;
    margin: auto;
    padding: 20px;
  }

  section.change_section .slide_remarks_link_wrap {
    max-width: 827px;
    text-align: right;
    margin: auto;
    font-size: 14px;
    margin-top: 48px;
    margin-bottom: 60px;
  }

  .slide_allwrap .swiper-button-prev,
  .slide_allwrap .swiper-button-next {
    content: "";
    height: 50px;
    width: 50px;
    margin: auto;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_btn_slide.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }

  .slide_allwrap .swiper-button-next {
    position: absolute;
    right: calc(50% - 367px);
    top: calc(50% + 25px);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }

  .slide_allwrap .swiper-button-prev {
    position: absolute;
    left: calc(50% - 383px);
    top: calc(50% + 25px);
    transform: rotate(180deg);
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    position: absolute;
    bottom: -50px;
    text-align: center;
  }

  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--color_orange);
  }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
  }



  /*change_section/flow-----------------*/

  section.change_section .flow {
    padding-top: 20px;
  }

  section.change_section .flow .change_flow_title {
    width: 360px;
    margin: auto;
    margin-bottom: 40px;
  }



  section.change_section .flow .steps_wrap {
    background-color: var(--color_ll_yellow);
    width: 840px;
    padding: 40px;
    margin: auto;
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
    margin-top: 20px;
  }

  section.change_section .flow_item {
    max-width: 650px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 115px;
    position: relative;
  }

  section.change_section .flow_item_title {
    /* width: 100%; */
    /* height: 73px; */
    /* padding-left: 54px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color_l_yellow);
    background-position: center top calc(50% - 21px);
    font-size: 21px;
    min-width: 185px;
    padding-top: 65px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2em;
  }

  section.change_section .flow_item_text {
    padding: 20px 20px 20px 20px;
    font-size: 14px;
    position: relative;
    width: 100%;
    line-height: 1.6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-self: center; */
    width: 790px;
  }

  section.change_section .tab_item_1 .step_2 .flow_item_text {
    padding-right: 100px;
  }

  section.change_section .tab_item_1 .step_4 .flow_item_text {
    padding-right: 100px;
    /* padding-top: 44px; */
    /* height: 108px; */
  }

  section.change_section .tab_item_2 .step_1 .flow_item_text {
    padding-right: 100px;
  }

  section.change_section .tab_item_2 .step_3 .flow_item_text {
    padding-right: 100px;
  }


  section.change_section .flow_item_text .flow_item_text_remarks {
    margin-top: 11px;
    font-size: 14px;
  }


  section.change_section .tab_item_1 .step_2 .flow_item_text .flow_pict {
    width: 64px;
    margin: auto;
    position: absolute;
    right: 17px;
    top: 12px;
  }

  section.change_section .tab_item_1 .step_4 .flow_item_text .flow_pict {
    width: 64px;
    margin: auto;
    position: absolute;
    right: 21px;
    top: 28px;
  }

  section.change_section .tab_item_2 .step_1 .flow_item_text .flow_pict {
    width: 51px;
    margin: auto;
    position: absolute;
    right: 21px;
    top: 15px;
  }

  section.change_section .tab_item_2 .step_3 .flow_item_text .flow_pict {
    width: 67px;
    margin: auto;
    position: absolute;
    right: 17px;
    top: 25px;
  }



  section.change_section .step_1 .flow_item_title {
    background-image: url(/content/dam/au-com/pr/upgrade/images/flow_step_1.svg);
  }

  section.change_section .step_2 .flow_item_title {
    background-image: url(/content/dam/au-com/pr/upgrade/images/flow_step_2.svg);
  }

  section.change_section .step_3 .flow_item_title {
    background-image: url(/content/dam/au-com/pr/upgrade/images/flow_step_3.svg);
  }

  .step_4 .flow_item_title {
    background-image: url(/content/dam/au-com/pr/upgrade/images/flow_step_4.svg);
  }

  .step_5 .flow_item_title {
    background-image: url(/content/dam/au-com/pr/upgrade/images/flow_step_5.svg);
  }

  section.change_section .step_result .flow_item_title {
    padding-top: 25px;
  }


  section.change_section .flow_arrow_1 {
    width: 21px;
    margin: auto;
    position: relative;
    top: -10px;
    height: 57px;
  }

  section.change_section .flow_arrow_2 {
    width: 300px;
    margin: auto;
    position: relative;
    top: -10px;
    height: 209px;
  }

  section.change_section .flow_arrow_2 .flow_arrow_2_text {
    position: absolute;
    left: -50px;
    right: 0px;
    margin: auto;
    top: 112px;
    width: 430px;
    font-size: 15.6px;
    font-weight: bold;
    letter-spacing: -0.01em;
    background-color: #fff;
    padding: 10px 0 0;
    text-align: center;
  }

  section.change_section .flow_arrow_4 {
    width: 21px;
    margin: auto;
    position: relative;
    top: -10px;
    height: 59px;
  }

  section.change_section .flow_remarks_link_wrap {
    width: 840px;
    text-align: right;
    margin: auto;
    font-size: 14px;
    margin-top: 22px;
  }


  section.change_section .flow_tab_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 570px;
    margin: auto;
    height: 98px;
    margin-bottom: 10px;
  }

  section.change_section .flow_tab_btn_wrap .flow_tab_btn {
    width: 50%;
    border-radius: 5px;
    background-color: #fff;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    color: #646464;
    font-weight: bold;
    pointer-events: auto;
    cursor: pointer;
    text-align: center;
    padding-top: 19px;
  }

  section.change_section .flow_tab_btn_wrap .flow_tab_btn .small {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow_tab_btn_wrap .flow_tab_btn .round_mark {
    height: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #646464;
    background-color: #F5F5F5;
    border-radius: 50vw;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 0 5px 0;
  }

  section.change_section .flow_tab_btn_wrap .flow_tab_btn.on {
    background-color: var(--color_ll_yellow);
    color: var(--color_orange);
    pointer-events: none;
  }

  section.change_section .flow_tab_btn_wrap .flow_tab_btn.on .round_mark {
    color: #fff;
    background-color: var(--color_orange);
  }



  section.change_section .remarks_wrap {
    max-width: 810px;
    margin: auto;
    color: #646464;
    line-height: 1.5em;
    font-size: 12px;
    margin-top: 19px;
    margin-bottom: 40px;
    line-height: 1.4em;
  }

  section.change_section .remarks_wrap .indent {
    margin-bottom: 1em;
  }


  section.change_section .change_ortoku_title {
    width: 400px;
    margin: auto;
    margin-top: 0px;
  }

  /*/flow_table-----------------*/


  section.change_section .flow_table_wrap {
    margin-bottom: 12px;
  }



  section.change_section .flow_table_wrap table.flow_table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
  }

  section.change_section .flow_table_wrap table.flow_table td,
  section.change_section .flow_table_wrap table.flow_table th {
    border: solid #000 1px;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
  }

  .flow_table_wrap table.flow_table td {}

  .flow_table_wrap table.flow_table th {
    background-color: var(--color_ll_yellow);
    font-weight: bold;
    text-align: left;
    padding: 5px;
  }




  /*change_section/prepare-----------------*/
  section.change_section .prepare_wrap {
    text-align: center;
  }

  section.change_section .prepare_wrap .prepare_title {
    margin: auto;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  section.change_section .prepare_wrap .prepare_subtitle {
    margin: auto;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
  }


  section.change_section .prepare_wrap .prepare_items_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 400px;
    margin: auto;
  }

  section.change_section .prepare_wrap .prepare_item {
    background-color: #F0F0F0;
    text-align: center;
    padding: 10px 0;
    width: 33.3%;
  }

  section.change_section .prepare_wrap .prepare_pict {
    margin: 10px;
  }

  section.change_section .prepare_wrap .prepare_text {
    letter-spacing: -0.01em;
    font-size: 14px;
  }

  section.change_section .btn_howto {
    margin: 60px auto 30px;
  }

  section.change_section .prepare_wrap .prepare_remarks_wrap {
    width: 366px;
    text-align: right;
    margin: auto;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 80px;
  }

  /*change_section/cv_2_wrap----------*/
  section.change_section .cv_2_wrap {
    background-color: var(--color_l_yellow);
    width: 100%;
    padding: 39px 0;
    margin-top: 20px;
    margin: auto;
    margin-top: 60px;
  }




  /*remarks_section/////////////////////////////////////////*/
  .remarks_section {
    background-color: var(--color_yellow);
    width: 100%;
    padding: 80px 0;
  }

  .remarks_section .remarks_inner {
    background-color: #fff;
    max-width: 1080px;
    margin: auto;
    text-align: left;
    color: #646464;
    line-height: 1.5em;
    line-height: 1.5em;
    /* padding: 20px; */
  }


  .remarks_section .remarks_inner .heading {
    margin-top: 1em;
  }


  .remarks_section .remarks_accodion_title {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: #0066AA;
    padding: 50px 0 50px 130px;
    /* padding-left: 128px; */
    /* padding-right: 75px; */
    /* padding: 20px; */
    font-weight: bold;
  }

  .remarks_section .remarks_accodion_title::after {
    content: "";
    height: 26px;
    width: 26px;
    position: absolute;
    right: 135px;
    margin: auto;
    top: 0;
    bottom: 0;
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_accodion_minus.svg);
    background-position: center;
    background-size: contain;
  }

  .remarks_section .remarks_accodion_title.on::after {
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_accodion_plus.svg);
  }

  .remarks_section .remarks_accodion_item {
    font-size: 12px;
    padding: 0px 124px 20px 124px;

  }

  .remarks_section .remarks_mynamber_wrap {
    background-color: #fdeee6;
    padding: 1em;
  }

  /**/

  .remarks_section_under {
    max-width: 900px;
    width: 100%;
    margin: 22px auto 0;
    font-size: 12px;
    color: #646464;
    /* padding: 0 127px; */
    text-align: right;
  }


  /*change_tab 2------------------------------------------------------------------------------------------------*/

  section.change_section .change_mailing_title {
    width: 220px;
    margin: auto;
    margin-top: 0px;
  }

  section.change_section .heading_catchcopy_2 {
    margin: auto;
    width: 312px;
    margin: 20px auto;
  }

  section.change_section .heading_catchcopy_pict_2 {
    margin: auto;
    width: 232px;
    margin-bottom: 50px;
  }

  .heading_mailing {
    width: 260px;
    margin: auto;
  }


  .exchange_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 170px;
    width: 570px;
    margin: auto;
    margin-bottom: 21px;
    margin-top: 16px;
    gap: 47px;
  }

  .exchange_wrap .exchange_item {
    width: 30%;
    background-color: var(--color_ll_yellow);
    text-align: center;
    position: relative;
  }

  .exchange_wrap .exchange_pict {
    width: 50px;
    margin: 5px auto 10px;
  }

  .exchange_wrap .exchange_text {
    font-size: 14px;
    padding: 0 10px;
  }

  .exchange_wrap .icon_exchange_arrow {
    position: absolute;
    right: -36px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 23px;
  }

  .exchange_cv_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    width: 100%;
    margin-bottom: 9px;
  }

  .exchange_wrap .exchange_item {
    width: 33.33%;
    background-color: var(--color_ll_yellow);
    text-align: center;
  }



  .trade_wrap {
    text-align: center;
    margin-bottom: 36px;
    margin-top: 60px;
  }

  .trade_wrap .heading_trade {
    width: 290px;
    margin: auto;
  }




  .conditions_wrap {
    margin: auto;
    width: 100%;
    max-width: 800px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 78px;
  }

  .conditions_wrap .conditions_lead {
    font-weight: bold;
    margin: 0px 0 22px;
  }

  .conditions_wrap .conditions_pattern {
    padding-left: 54px;
    position: relative;
    margin-bottom: 36px;
  }

  .conditions_wrap .conditions_pattern .conditions_pattern_remarks {
    font-size: 12px;
    color: red;
  }

  .conditions_wrap .conditions_pattern .icon_no {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
    width: 44px;
  }


  .conditions_wrap .conditions_remarks {
    margin-bottom: 24px;
  }


  .conditions_wrap .conditions_items_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 5px;
    max-width: 560px;
    width: 100%;
    margin: auto;
  }

  .conditions_wrap .conditions_items_remarks {
    text-align: center;
    font-size: 12px;
    margin: 20px auto;
  }

  .conditions_wrap .conditions_item {
    background-color: #F0F0F0;
    text-align: center;
    width: 17%;
    padding-bottom: 10px;
    padding-top: 6px;
  }

  .conditions_wrap .conditions_item:last-child {
    width: 32%;
  }

  .conditions_wrap .conditions_pict {
    width: 76px;
    margin: auto;
  }

  .conditions_wrap .conditions_text {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
  }


  .step_title_wrap {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .heading_step {
    width: 266px;
    margin: auto;
  }



  .preparation_wrap {
    width: 840px;
    margin: auto;
    background-color: var(--color_ll_yellow);
    text-align: center;
    padding: 19px 0;
    /* margin-bottom: -77px; */
  }

  .preparation_wrap .preparation_title {
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 22px;
  }

  .preparation_wrap .preparation_subtitle {
    font-size: 16px;
    margin-bottom: 18px;
  }


  .preparation_wrap .preparation_items_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }

  .preparation_wrap .preparation_items_wrap .preparation_item {
    background-color: #fff;
    width: 33.3%;
    padding: 18px 0px;
  }

  .preparation_wrap .preparation_items_wrap .preparation_pict {
    margin: auto;
    width: 79px;
    margin-bottom: 10px;
  }


  .preparation_wrap .preparation_items_wrap .preparation_text {
    font-size: 14px;
    font-weight: bold;
  }


  .preparation_wrap .preparation_text_link_wrap {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
  }



  /*fixed_footer_btn/////////////////////////////////////////////////////////*/


  .fixed_footer_wrap {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    height: 80px;
    width: 100%;
    background-color: var(--color_yellow);
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }

  .fixed_footer_wrap .btn_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 33.33%;
    /* gap: 10px; */
    background-position: left 20px center;
    background-size: 30px;
    font-weight: bold;
    box-shadow: 0px 2px 0px 0px #c6b650;
  }

  .fixed_footer_wrap.tab_2 .btn_footer:nth-child(1),
  .fixed_footer_wrap.tab_2 .btn_footer:nth-child(4) {
    width: 33.33%;
  }

  .fixed_footer_wrap.tab_2 .btn_footer:nth-child(2),
  .fixed_footer_wrap.tab_2 .btn_footer:nth-child(3) {
    width: 16.66%;
  }

  .fixed_footer_wrap .fixed_footer_inner {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    gap: 10px;
  }

  .fixed_footer_wrap .btn_footer_white {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
  }

  .fixed_footer_wrap .btn_footer_orange {
    background-color: var(--color_orange);
    color: #fff;
    border-radius: 5vw;
  }

  .icon_check {
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_check.svg);
    padding-left: 30px;
  }

  .icon_note {
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_note.svg);
    padding-left: 30px;
  }

  .icon_device {
    background-image: url(/content/dam/au-com/pr/upgrade/images/icon_device.svg);
    padding-left: 30px;
  }


  /*end--------------------------------------*/

  /*format_edit*/
  .footerSiteMap {
    padding-bottom: 100px;
  }

}

/*animation-----------------------*/
.animation_fadeUp.on {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.animation_fadeUp {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}


/*
@media screen and (min-width: 1200px) {
  .fixed_footer_wrap .fixed_footer_inner {
    padding-left: 180px;
  }
}

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .fixed_footer_wrap .fixed_footer_inner {
    padding-left: 0px;
  }
}
*/
