@charset "UTF-8";

/*pc---------------------------------------*/
@media screen and (min-width: 767px) {

  /*pc common------------------------------------*/

  .for_sp {
    display: none !important;
    content-visibility: hidden;
  }

  .page-ols_rentalLp img {
    width: 100%;
  }

  .page-ols_rentalLp {
    font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  }

  .page-ols_rentalLp .font_zen-bold {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700 !important;
    font-style: normal;
  }

  .contents_all_wrap {
    color: #000;
    font-size: 18px !important;
    width: 100%;
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    animation: scroll;
    overflow: hidden;
  }

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

  .underbar_pink {
    position: relative;
    display: inline-block;
  }

  .underbar_pink::before {
    content: "";
    width: 100%;
    height: 10px;
    background-color: var(--color_pink_b);
    position: absolute;
    left: 0;
    bottom: 0vw;
    z-index: -1;
  }

  .icon_link_blank_k::after {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_link_blank_k.svg);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -0.3em;
  }

  .icon_link_blank_b::after {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_link_blank_b.svg);
    background-size: 0.9em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -0.3em;
  }

  /*swiper*/


  .swiper .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    position: relative;
    top: -5px;
    border: 1px solid var(--color_blue_a);
    background-color: #fff;
    opacity: 1;
    margin: 0 15px !important;
  }

  .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 14px;
    width: 14px;
    background-color: var(--color_orange_a);
    border: none;
  }

  .swiper .sp-swiper-button-prev,
  .swiper .sp-swiper-button-next,
  .swiper .sw-swiper-button-prev,
  .swiper .sw-swiper-button-next,
  .swiper .ai-swiper-button-prev,
  .swiper .ai-swiper-button-next {
    content: "";
    height: 50px;
    width: 50px;
    margin: auto;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/lineup_slide-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    cursor: pointer;
    z-index: 1;
  }

  .swiper .sp-swiper-button-prev,
  .swiper .sw-swiper-button-prev,
  .swiper .ai-swiper-button-prev {
    position: absolute;
    left: calc(50% - 330px);
    top: 190px;
    transform: rotate(180deg);
  }

  .swiper .sp-swiper-button-next,
  .swiper .sw-swiper-button-next,
  .swiper .ai-swiper-button-next {
    position: absolute;
    right: calc(50% - 330px);
    top: 190px;
  }







  /*ols_rental_common----------------------------*/

  .page-ols_rentalLp .btn_orange {
    display: flex;
    background-color: var(--color_orange_a);
    border-radius: 50vw;
    border: 3px solid var(--color_blue_a);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /*    filter: drop-shadow(4px 4px 0px var(--color_blue_a));*/
    box-shadow: 4px 4px var(--color_blue_a);
    transform: translateZ(0);
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_link_blank_w.svg);
    background-position: center right 24px;
    background-size: 18px;
    background-repeat: no-repeat;
    font-weight: bold;
    position: relative;
  }


  .page-ols_rentalLp .btn_white {
    display: flex;
    background-color: #fff;
    border-radius: 50vw;
    border: 3px solid var(--color_orange_a);
    transform: translateZ(0);
    color: var(--color_orange_a);
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /*    filter: drop-shadow(4px 4px 0px var(--color_orange_a));*/
    box-shadow: 4px 4px var(--color_orange_a);
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_link_blank_o.svg);
    background-position: center right 20px;
    background-size: 16px;
    background-repeat: no-repeat;
    font-weight: bold;
    position: relative;
  }

  .page-ols_rentalLp .btn_orange::after,
  .page-ols_rentalLp .btn_white::after {
    content: "*外部サイトに遷移します。";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #333;
    bottom: -30px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    pointer-events: none;
  }

  .page-ols_rentalLp .text_link_wrap {
    position: relative;
  }

  .page-ols_rentalLp .text_link_wrap::before {
    content: "*外部サイトに遷移します。";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #333;
    bottom: -20px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    pointer-events: none;
  }



  .page-ols_rentalLp .btn_choice_goods {
    margin: auto;
    margin-top: 40px;
    width: 600px;
    height: 70px;
    /* margin-bottom: 177px; */
  }

  .page-ols_rentalLp .blue_border_pack {
    border: solid 4px var(--color_blue_a);
    border-radius: 30px;
    background-color: var(--color_orange_b);
    position: relative;
    text-align: center;
  }

  .page-ols_rentalLp .blue_border_pack::after {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    margin: auto;
    content: "";
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/blue_border_pack_bg.svg);
    max-width: 870px;
    width: 89%;
    height: 130px;
    z-index: 0;
    background-size: cover;
  }

  .page-ols_rentalLp .pack_item_wrap {
    padding: 111px 0px 75px 0px;
    position: relative;
    z-index: 1;
  }

  .page-ols_rentalLp .pack_item_wrap .pack_title {
    font-size: 22px;
    color: var(--color_blue_a);
    font-weight: bold;
    margin-bottom: 54px;
  }


  .page-ols_rentalLp .swiper {
    margin-bottom: 80px;
  }

  .page-ols_rentalLp .swiper-wrapper {
    margin-bottom: 50px;
  }

  .page-ols_rentalLp .anime_fadeup {
    opacity: 0;
/*    transform: translateY(100px);*/
    filter: blur(10px);
    transition: 0.3s all ease-in-out;
  }

  .page-ols_rentalLp .anime_fadeup.on {
    opacity: 1;
/*    transform: translateY(0px);*/
    filter: blur(0px);
    transition: 0.3s all ease-in-out;
  }

  .page-ols_rentalLp .anchor_link_pos{
    position: relative;
    top:-100px;
    height: 0px;
  }


  /* start ********************************************************************************/

  /*section kv(1)--------------------------*/

  section.section_kv {
    width: 100%;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/kv_bg_blue.svg), url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/kv_bg_texture.svg);
    background-size: 100% 220px, 1300px;
    background-position: bottom, center top;
    background-repeat: no-repeat, repeat-x;
    height: 667px;
    background-color: #FDF7ED;
    position: relative;
    overflow: hidden;
  }

  section.section_kv .kv_allwrap {
    margin: auto;
    width: 700px;
    position: relative;
    height: 100%;
    overflow: visible;
  }

  section.section_kv .kv_allwrap .kv_title {
    width: 692px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 24px;
  }

  section.section_kv .kv_allwrap .kv_actor {
    width: 371px;
    position: absolute;
    left: 0;
    left: -131px;
    margin: auto;
    bottom: -107px;
  }

  section.section_kv .kv_allwrap .kv_copy_1 {
    position: absolute;
    left: 178px;
    width: 492px;
    top: 320px;
  }

  section.section_kv .kv_allwrap .kv_copy_2 {
    position: absolute;
    left: 179px;
    width: 333px;
    top: 407px;
  }

  section.section_kv .kv_allwrap .kv_fukidashi {
    position: absolute;
    left: 233px;
    width: 413px;
    top: 487px;
  }

  section.section_kv .kv_allwrap .btn_show_goods {
    position: absolute;
    left: 228px;
    width: 417px;
    height: 58px;
    top: 566px;
  }

  /*section info(1.5)///////////////////////////*/
  section.section_info {
    width: 100%;
    background-color: #F1F1F1;
    padding: 44px 0 40px 0;
    text-align: center;
  }

  section.section_info .info_heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
  }

  section.section_info .info_item_allwrap {
    background-color: #fff;
    max-width: 860px;
    margin: auto;
    border-radius: 20px;
    padding: 45px 0 22px 0;
  }
  .info_item_wrap{
    /* background-color: #fff; */
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    width: 100%;
    /* margin: auto; */
    /* border-radius: 10px; */
    margin-bottom: 20px;
  }

  section.section_info .info_date {
    width: 26%;
    /* height: 20px; */
    font-size: 14px;
    color: #999999;
  }

  section.section_info .info_txt_wrap {
    width: 80%;
    font-size: 16px;
    color: #3B4043;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  section.section_info .info_txt {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #3B4043;
    text-align: left;
    font-weight: 500;
  }
  section.section_info .link.info_txt {
    color: #1A0DAB;
    border-bottom: 1px solid #1A0DAB;
    cursor: pointer;
  }

  section.section_info .link.info_txt::after {
    content: "";
    border-right: 1px solid #2C30A6;
    border-bottom: 1px solid #2C30A6;
    transform: rotate(45deg);
    position: absolute;
    height: 5px;
    width: 5px;
    right: -15px;
    top:0;
    bottom: 0;
    margin: auto;
  }





  /*section  about(2)---------------------------*/

  section.section_about {
    margin-top: 90px;
    width: 100%;
    margin-bottom: 150px;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/about_item_bg.svg);
    background-size: 1026px;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    background-position: top 0 center;
    height: 537px;
  }

  section.section_about .about_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 631px;
    top: -48px;
  }

  section.section_about .about_item_wrap {
    margin: auto;
    width: 700px;
    height: 430px;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-top: 95px;
  }


  section.section_about .about_item_wrap .about_text {
    font-size: 20px;
    color: #000;

  }

  section.section_about .about_item_wrap .about_text.text_1 {
    margin-bottom: 20px;
  }

  section.section_about .about_item_wrap .about_text.text_2 {
    font-size: 30px;
    color: var(--color_orange_a);
    margin: auto;
    margin-bottom: 15px;
  }

  section.section_about .about_item_wrap .about_text.text_2 .small {
    font-size: 26px;
  }

  section.section_about .about_item_wrap .about_remarks {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 45px;
  }


  section.section_about .about_item_wrap .btn_show_goods {
    height: 70px;
    width: 540px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -53px;
  }



  /*section  recommend(3)---------------------------*/

  section.section_recommend {
    position: relative;
    margin-bottom: 210px;
  }

  section.section_recommend .recommend_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 800px;
    top: -58px;
    z-index: 2;
  }



  section.section_recommend .recommend_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
  }



  section.section_recommend .recommend_item_wrap {
    max-width: 699px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  section.section_recommend .recommend_item_wrap .recommend_item {
    width: 300px;
  }

  section.section_recommend .recommend_item_wrap .recommend_img {
    margin: auto;
    margin-bottom: 10px;
  }

  section.section_recommend .recommend_item_wrap .recommend_img.recommend_item_1 {
    width: 227px;
    height: 286px;
  }

  section.section_recommend .recommend_item_wrap .recommend_img.recommend_item_2 {
    width: 228px;
    height: 286px;
  }

  section.section_recommend .recommend_item_wrap .text {
    font-size: 16px;
    line-height: 1.7em;
    position: relative;
    z-index: 3;
  }

  .recommend_item_wrap .bar {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }

  .recommend_item_wrap .bar::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 1px;
    background-color: #FFDF57;
    z-index: -1;
  }



  /*section  convenient(4)---------------------------*/

  section.section_convenient {
    position: relative;
    margin-bottom: 180px;
  }

  section.section_convenient .convenient_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 800px;
    top: -88px;
    z-index: 2;
  }

  section.section_convenient .pack_item_wrap {
    padding-top: 131px;
  }

  section.section_convenient .convenient_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
  }

  section.section_convenient .convenient_item_wrap {
    padding: 30px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    max-width: 860px;
    width: 100%;
    margin: auto;
    border-radius: 14px;
    margin-bottom: 64px;
  }

  .convenient_item_wrap .convenient_point {
    position: absolute;
    left: -20px;
    top: -24px;
    width: 90px;
  }

  .convenient_item_wrap .item_text {
    max-width: 390px;
    text-align: left;
    width: 59%;
  }

  .convenient_item_wrap.item_1 .convenient_heading {
    width: 234px;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 27px;
    /* margin-right: 46px; */
  }

  .convenient_item_wrap.item_2 .convenient_heading {
    width: 310px;
    margin: 38px 0 28px 34px;
  }

  .convenient_item_wrap.item_3 .convenient_heading {
    width: 314px;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 27px;
  }

  .convenient_item_wrap.item_4 .convenient_heading {
    width: 339px;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 40px;
  }

  .convenient_item_wrap.item_5 .convenient_heading {
    width: 280px;
    margin: auto;
    margin-bottom: 28px;
    margin-top: 27px;
  }

  .convenient_item_wrap .lead_text {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.8em;
  }

  .convenient_item_wrap .sub_text {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .convenient_item_wrap .sub_text .detail_link {
    /* padding-left: 0.8em; */
  }

  .convenient_item_wrap.item_1 .item_img {
    width: 300px;
    margin: auto;
    margin: 18px 0 0 2px;
    width: 40%;
  }

  .convenient_item_wrap.item_2 .item_img {
    max-width: 300px;
    margin: -16px 0px 0px 0px;
    width: 40%;
  }

  .convenient_item_wrap.item_3 .item_img {
    max-width: 300px;
    margin: auto;
    margin: 15px 0 0;
    width: 40%;
  }

  .convenient_item_wrap.item_4 .item_img {
    max-width: 300px;
    margin: auto;
    margin: 13px 0 0 0;
    width: 40%;
  }

  .convenient_item_wrap.item_5 .item_img {
    max-width: 260px;
    margin: auto;
    margin: 47px 0 0 0;
    width: 40%;
  }

  .convenient_item_wrap .convenient_btn_wrap {
    width: 100%;
    text-align: center;
    margin: 32px 0 32px;
  }

  .convenient_item_wrap .btn_show_detail {
    height: 48px;
    width: 320px;
    margin: auto;
  }

  section.section_convenient .text_link_wrap {
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
  }

  section.section_convenient .text_link {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    display: inline-block;
  }


  /*section  lineup(5)---------------------------*/

  section.section_lineup {
    position: relative;
    margin-bottom: 180px;
  }

  section.section_lineup .lineup_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 800px;
    top: -58px;
    z-index: 2;
  }

  section.section_lineup .lineup_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
  }

  section.section_lineup .swiper-slide {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    filter: drop-shadow(0px 4px 0px #ddd);
  }

  section.section_lineup .lineup_item_img {
    width: 320px;
    height: 280px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.section_lineup .btn_lineup_slide {
    height: 50px;
    width: 235px;
    margin: auto;
    margin-bottom: 44px;
  }

  section.section_lineup .heading_slide {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 4px solid var(--color_blue_a);
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 40px;
    color: var(--color_blue_a);
  }

  .swiper .item_copy {
    font-size: 14px;
    margin-top: 37px;
    margin-bottom: 16px;
  }

  .swiper .item_title {
    font-size: 20px;
    font-weight: bold;
  }

  /*section  plan(6)---------------------------*/
  section.section_plan {
    position: relative;
    margin-bottom: 186px;
  }

  section.section_plan .plan_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 800px;
    top: -58px;
    z-index: 2;
  }

  section.section_plan .plan_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
  }

  section.section_plan .plan_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 860px;
    width: 100%;
    margin: auto
  }

  section.section_plan .plan_item {
    border: solid #B8E1FF 4px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    max-width: 410px;
    width: 48%;
  }

  section.section_plan .plan_item .plan_item_heading {
    background-color: #B8E1FF;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.section_plan .plan_item .plan_item_heading .plan_item_1_title {
    width: 216px;
  }

  section.section_plan .plan_item .plan_item_heading .plan_item_2_title {
    width: 250px;
  }

  section.section_plan .plan_item .text {
    font-size: 16px;
    padding: 28px 30px 37px;
    text-align: left;
    line-height: 1.7em;
  }

  section.section_plan .plan_item .text span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    z-index: 1;
    font-size: 18px;
  }

  section.section_plan .plan_item .text span::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: #FFDF57;
    z-index: -1;
  }

  section.section_plan .plan_item .plan_item_1 {
    margin: auto;
    width: 309px;
    height: 154px;
    display: flex;
    align-items: center;
  }

  section.section_plan .plan_item .plan_item_2 {
    margin: auto;
    width: 229px;
  }

  section.section_plan .plan_item .text_link_wrap {
    width: 100%;
    margin: 30px 0 40px;
    text-align: center;
  }

  section.section_plan .plan_item .text_link_wrap .text_link {
    text-decoration: underline;
    font-size: 14px;
    color: #333;
  }


  /*section  contract(7)---------------------------*/
  section.section_contract {
    position: relative;
    margin-bottom: 122px;
  }

  section.section_contract .contract_title {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 800px;
    top: -58px;
    z-index: 2;
  }

  section.section_contract .contract_wrap {
    max-width: 1000px;
    margin: auto;
    width: 100%;
  }

  section.section_contract .contract_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-top: 90px;
    position: relative;
  }

  section.section_contract .contract_item_wrap .icon_arrow {
    height: 40px;
    width: 40px;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -27px;
    top: 160px;
    z-index: 1;
  }



  section.section_contract .contract_item {
    border-radius: 10px;
    background-color: #fff;
    overflow: visible;
    max-width: 290px;
    width: 32%;
    position: relative;
    padding-bottom: 30px;
    height: 390px;
  }

  section.section_contract .contract_item .contract_item_step {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -27px;
    width: 150px;
  }

  section.section_contract .contract_item .contract_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 224px;
    display: flex;
    align-items: center;
  }

  section.section_contract .contract_item .contract_item_1 {
    margin: auto;
    width: 134px;
    position: relative;
    top: 13px;
    left: 8px;
  }

  section.section_contract .contract_item .contract_item_2 {
    margin: auto;
    width: 133px;
    position: relative;
    top: 27px;
  }

  section.section_contract .contract_item .contract_item_3 {
    margin: auto;
    width: 144px;
    position: relative;
    top: 12px;
    left: 13px;
  }

  section.section_contract .contract_item .text_link_wrap {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }


  section.section_contract .contract_item .heading {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: var(--color_blue_a);
    text-align: center;
    margin-bottom: 16px;
  }

  section.section_contract .contract_item .text_wrap {
    display: inline-block;
    margin: auto;


  }


  section.section_contract .contract_item .text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left 0 top 50%;
    background-size: contain;
  }

  section.section_contract .contract_item.item_1 .text,
  section.section_contract .contract_item.item_2 .text {
    padding-left: 25px;
  }

  section.section_contract .contract_item.item_1 .text:nth-child(1),
  section.section_contract .contract_item.item_2 .text:nth-child(1) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_1.svg);
    background-size: 18px;
  }

  section.section_contract .contract_item.item_1 .text:nth-child(2),
  section.section_contract .contract_item.item_2 .text:nth-child(2) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_2.svg);
    background-size: 18px;
  }

  section.section_contract .contract_item.item_1 .text:nth-child(3) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_3.svg);
    background-size: 18px;
  }


  section.section_contract .contract_item.item_3 .text {
    padding-left: 60px;
  }

  section.section_contract .contract_item.item_3 .text:nth-child(1) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_case1.svg);
    background-size: 50px;
  }

  section.section_contract .contract_item.item_3 .text:nth-child(2) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_case2.svg);
    background-size: 50px;
  }

  section.section_contract .contract_item.item_3 .text:nth-child(3) {
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_case3.svg);
    background-size: 50px;
  }

  section.section_contract .contract_item .text_remarks {
    font-size: 12px;
    text-align: left;
    width: 80%;
    margin: auto;
  }

  section.section_contract .text_link_wrap {
    width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
  }

  section.section_contract .text_link {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    display: inline-block;
  }

  /*section  faq(8)---------------------------*/

  section.section_faq {
    position: relative;
    width: 100%;
    background-color: #E2F3FF;
    color: var(--color_blue_c);
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/faq_bg.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top;
    padding: 126px 0 42px;
  }

  section.section_faq .faq_allwrap {
    max-width: 865px;
    width: 100%;
    margin: auto;
  }

  section.section_faq .faq_title {
    width: 270px;
    margin: auto;
  }

  section.section_faq .faq_area_title {
    font-size: 20px;
    font-weight: bold;
    color: var(--color_blue_a);
    margin-bottom: 20px;
    margin-top: 68px;
  }

  section.section_faq .faq_accodion_wrap {
    background-color: #fff;
    border: 2px solid var(--color_blue_a);
    border-radius: 16px;
    margin-bottom: 22px;
  }

  section.section_faq .faq_accodion_title {
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px 20px 90px;
    color: var(--color_blue_a);
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_q.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 40px top 50%;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    width: 100%;
  }

  section.section_faq .faq_accodion_title::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-left: 4px solid var(--color_blue_a);
    border-bottom: 4px solid var(--color_blue_a);
    transform: rotate(135deg);
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  section.section_faq .faq_accodion_title.off::after {
    transform: rotate(-45deg);
  }


  section.section_faq .faq_accodion_item {
    border-top: 2px solid var(--color_blue_a);
    padding: 33px 0 38px 50px;
    margin: 0 20px 0 40px;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_a.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    line-height: 1.5em;
    background-position: left 0px top 30px;
  }

  section.section_faq .faq_accodion_item .remarks {
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.5em;
  }

  section.section_faq .faq_accodion_item .text_link {
    color: var(--color_blue_a);
    text-decoration: underline;
  }


  .section_faq .faq_accodion_item {
    display: none;
  }






  /*section attention(9)-----------------------------*/

  section.section_attention {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0px 0 120px 0;
  }

  section.section_attention .faq_all_remarks {
    width: 100%;
    max-width: 865px;
    margin: auto;
    border: 2px solid #FF5A00;
    background-color: #FDF7ED;
    color: #FF0000;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    border-radius: 16px;
    padding: 50px 0 35px 0;
    margin-top: 70px;
    margin-bottom: 113px;
    /* height: 205px; */
  }

  section.section_attention .faq_all_remarks .text_link {
    color: var(--color_blue_a);
    font-weight: normal;
    margin-top: 20px;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_link_blank_b.svg);
    background-size: 0.8em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    bottom: -0.4em;
    padding-right: 1.5em;
    background-position: right top 8px;
  }

  section.section_attention .faq_all_remarks .text_link_remarks {
    color: #333;
    margin-top: 17px;
    font-weight: normal;
    font-size: 12px;
  }





  section.section_attention .attention_allwrap {
    max-width: 890px;
    width: 100%;
    margin: auto;
  }

  section.section_attention .attention_title {
    width: 138px;
    margin: auto;
    margin-bottom: 42px;
  }

  section.section_attention .attention_item_wrap {
    font-size: 14px;
    line-height: 1.5em;
  }

  section.section_attention .heading {
    font-weight: bold;
    color: var(--color_blue_a);
    font-size: 14px;
    margin-bottom: 5px;
  }

  section.section_attention .txt {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
  }

  section.section_attention .remarks {
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    color: #333;
  }

  section.section_attention a.link {
    font-size: 12px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
  }

  section.section_attention .first_blank {
    padding-left: 1em;
  }


  /*fixed-footer-----------------------------------------*/

  .section_fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: var(--color_blue_a);
    border-radius: 30px 30px 0 0;
    z-index: 100;
  }



  .section_fixed-footer .btn_fixed-footer {
    height: 58px;
    width: 520px;
    font-weight: bold;
    position: relative;
  }

  .section_fixed-footer .btn_fixed-footer::before {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    background-image: url(https://www.au.com/content/dam/au-com/pr/ols_rental/images/icon_box.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .section_fixed-footer {
    opacity: 0;
    transform: translateY(100px);
    transition: 0.5s all ease-in-out;
  }

  .section_fixed-footer.on {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s all ease-in-out;

  }

  /*for_pc---------------------------*/
}
