/* ドットリストCSS */
ul.dot_style_list {
  padding-left: 5vw;
  width: 55%;
}
/* ドットリストCSS ここまで */

/* お問い合わせCSS */
#contact_us {
  margin: 3vw auto;
  display: flex;
  justify-content: center;
}

#contact_us img {
  width: 30vw;
  height: auto;
}

#contact_us .img-overlay {
  position: relative;
  display: inline-block;
}

#contact_us .img-overlay .button {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px rgb(145, 144, 144);
  border: none;
  color: #ffffff;
  width: 17vw;
  padding: 2vw 1vw;
  cursor: pointer;
  border-radius: 21px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

#contact_us .img-overlay .button:hover {
  opacity: 0.8;
}
/* お問い合わせCSS ここまで */

/* 介護の相談室CSS */
#consulting_room {
  display: flex;
  justify-content: center;
}

#consulting_room img {
  width: 80vw;
  height: auto;
}
/* 介護の相談室CSS ここまで */

/* ご入居いただける方CSS */
#conditions {
  margin: 3vw auto;
}
/* ご入居いただける方CSS ここまで */

/* ご入居に必要なものCSS */
#need_items {
  margin: 3vw auto;
}
/* ご入居に必要なものCSS ここまで */

/* ご入居までの基本的な流れCSS */
#step {
  margin: 3vw auto;
}

#step .procedure_image {
  display: flex;
  justify-content: center;
}

#step .procedure_image img {
  width: 70vw;
  height: auto;
  padding-left: 5vw;
}

#step .procedure_image p {
  padding: 1vw;
  border: 1px solid #7d96af;
  position: absolute;
  left: 70%;
  top: 20%;
}

/* ご入居までの基本的な流れCSS ここまで */

/* イラスト位置CSS */
#header_text {
  position: relative;
}

.image_content {
  position: relative;
}

.illustration_1 {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 15%;
  width: 10vw;
  height: auto;
}

.illustration_2 {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 70%;
  width: 13vw;
  height: auto;
}

.illustration_3 {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 15%;
  width: 10vw;
  height: auto;
}
/* イラスト位置CSS ここまで */

@media screen and (max-width: 980px) {
  body main #sub_nav .sub_nav .third_sub_nav {
    background-size: cover;
    width: 25vw;
    height: 30vw;
  }

  /* ドットリストCSS */
  ul.dot_style_list {
    width: 70%;
  }
  /* ドットリストCSS ここまで */

  /* お問い合わせCSS */
  #contact_us {
    display: block;
    text-align: center;
  }

  #contact_us img {
    width: 80vw;
  }

  #contact_us .img-overlay .button {
    width: 40vw;
    padding: 6vw 1vw;
  }
  /* お問い合わせCSS ここまで */

  /* ご入居までの基本的な流れCSS */
  #step .procedure_image p {
    left: 70%;
    top: 4%;
  }
  /* ご入居までの基本的な流れCSS ここまで */

  /* イラスト位置CSS */
  .illustration_1 {
    top: 50%;
    left: 6%;
    width: 20vw;
  }

  .illustration_3 {
    position: relative;
    translate: -50% 0;
    left: 50%;
    width: 50vw;
  }
  /* イラスト位置CSS ここまで */
}
