@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*共通*/
  .common_fv {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 386px;
    clear: both;
    text-align: center;
  }
  .common_fv img {
    display: inline-block;
  }
  /*トップ*/
  .mainimg_top {
    background-image: url(../img/rental/index/main_image.jpg?20220708);
  }
  .mainimg_lecture {
    background-image: url(../img/rental/index/main_image.jpg?20220708);
  }

  /*安全レクチャー・スクール*/
  .mainimg_lecture {
    background-image: url(../img/rental/lecture/main_image.jpg);
  }
  #lecture_conts .faq_conts {
    margin-bottom: 90px;
  }
  #lecture_conts .faq_conts .auto {
    width: 750px;
    margin: 0 auto;
  }
  #lecture_conts .faq_conts .auto .faq_list_text {
    font-weight: 400;
    margin-bottom: 35px;
  }
  /* プルダウン */
  #lecture_conts .faq_conts .faq_list dl {
    background-color: var(--color-thema);
    margin-bottom: 20px;

  }
  #lecture_conts .faq_conts .faq_list dl:last-of-type {
    margin-bottom: 0;
  }
  #lecture_conts .faq_conts .faq_list dl dt {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    padding: 27px 50px 23px 33px;
    background-image: url("../img/share_2021/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 50px center;
    background-size: 23px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .main_title {
    font-size: 30px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .main_title .caution_text {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .sub_title {
    font-size: 16px;
    line-height: 1.8;
  }
  #lecture_conts .faq_conts .faq_list dl dd {
    background-color: #fff;
    width: calc(100% - 45px);
    display: none;
    padding: 30px 25px 60px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  #lecture_conts .faq_conts .faq_list dl dd a {
    word-break: break-all;
    display: inline-block;
    width: auto;
    text-decoration: underline;
  }
  #lecture_conts .faq_conts .faq_list dl dd a:hover {
    text-decoration: none;
  }
  #lecture_conts .faq_conts .faq_list dl dd::after {
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    background: #000060;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #lecture_conts .faq_conts .faq_list dl dd .small_title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  #lecture_conts .faq_conts .faq_list dl dd .small_title_02 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  #lecture_conts .faq_conts .faq_list dl dd .text, .faq_conts .faq_list dl dd .text_list {
    padding-left: 30px;
  }
  #lecture_conts .faq_conts .faq_list dl dd .text_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #lecture_conts .faq_conts .faq_list dl dd img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    height: auto;
  }
}




@media screen and (max-width:769px) {
  /*共通*/
  #mainimg_rental {
    background-size: cover;
    width: 100%;
    height: 50vw;
    margin-top: 0;
    text-align: center;
    background-position: center center;
  }
  #mainimg_rental img {
    width: 50%;
    padding-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  /*トップ*/
  .mainimg_top {
    background-image: url(../img/rental/index/main_image.jpg?20220708);
  }
  /*安全レクチャー・スクール*/
  .mainimg_lecture {
    background-image: url(../img/rental/lecture/main_image.jpg);
  }
  #lecture_conts {
    background: none;
    padding-bottom: 100px;
  }
  #lecture_conts .faq_conts {
    padding: 0 0;
    margin-bottom: 90px;
  }
  #lecture_conts .faq_conts .auto {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #lecture_conts .faq_conts .auto .faq_list_text {
    line-height: 1.8;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 35px;
  }
  /* プルダウン */
  #lecture_conts .faq_conts .faq_list dl {
    background-color: var(--color-thema);
    margin-bottom: 20px;

  }
  #lecture_conts .faq_conts .faq_list dl:last-of-type {
    margin-bottom: 0;
  }
  #lecture_conts .faq_conts .faq_list dl dt {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 21px 13% 20px 5%;
    background-image: url("../img/share_2021/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: 15px;
    min-height: 90px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .main_title {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .main_title .caution_text {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 5px;
  }
  #lecture_conts .faq_conts .faq_list dl dt .sub_title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #lecture_conts .faq_conts .faq_list dl dd {
    background-color: #fff;
    width: 94%;
    display: none;
    color: var(--color-thema);
    font-size: 1.6rem;
    padding: 30px 3% 60px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;

  }
  #lecture_conts .faq_conts .faq_list dl dd::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: var(--color-thema);
    position: absolute;
    left: 0;
    bottom: 0;

  }
  #lecture_conts .faq_conts .faq_list dl dd a {
    word-break: break-all;
    display: inline-block;
    width: auto;
    text-decoration: underline;
  }
  #lecture_conts .faq_conts .faq_list dl dd a:hover {
    text-decoration: none;
  }
  #lecture_conts .faq_conts .faq_list dl dd .small_title {
    font-weight: 600;
    font-size: 1.8rem;
    padding-left: 2em;
    text-indent: -2em;
    margin-bottom: 10px;
  }
  #lecture_conts .faq_conts .faq_list dl dd .small_title_02 {
    font-weight: 600;
    font-size: 1.8rem;
  }
  #lecture_conts .faq_conts .faq_list dl dd .text, .faq_conts .faq_list dl dd .text_list {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  #lecture_conts .faq_conts .faq_list dl dd .text_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
}