@charset "UTF-8";
@media screen and (min-width: 770px) {
  h1:after {
    background-image: url("../img/bone_density/fv_img.jpg");
  }
  #conts_bone_density {
    padding: 320px 0 0;
    margin-bottom: 222px;
  }
  #conts_bone_density .auto {
    width: 1020px;
  }
  #conts_bone_density .calendar_box #ai_calendar .calendar_header {
    padding-top: 0;
  }
  #conts_bone_density .calender_wrapper .color_set {
    top: 188px;
  }
  .guidance_box {
    position: absolute;
    min-width: 256px;
    left: 0;
    top: -275px;
    border: 2px solid var(--bg-color-blue02);
    border-radius: 14px;
    background-color: var(--bg-color-blue);
    padding: 12px 14px 14px;
    width: 100%;
  }
  .guidance_title {
    color: var(--text-color-blue);
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
  }
  .list_bone_density {
    display: flex;
    justify-content: center;
  }
  .list_bone_density li {
    margin: 0 8px;
  }
  .guidance_box .text {
    text-align: center;
    line-height: 1.7;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: -0.04em;
  }
  .medical_hours {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 8px 10px 7px;
    border-radius: 6px;
    width: 200px;
    margin: 0 auto;
  }
  .medical_hours .box {
    margin: 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .time_title {
    font-size: 18px;
    color: var(--text-color-blue);
    margin-bottom: 7px;
    line-height: 1;
    font-weight: 600;
  }
  .implementation_img {
    width: 22px;
  }
  .bmd {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bmd .am {
    margin-right: 9px;
  }
  .bmd .pm {
    margin-left: 9px;
  }
  .bmd .img {
    width: 22px;
  }
}
@media screen and (max-width: 769px) {
  h1:after {
    background-image: url("../img/bone_density/fv_img.jpg");
  }
  #conts_bone_density {
    padding: 60px 0 0px;
  }
  .calender_wrapper {
    position: relative;
  }
  .calendar_box {
    order: 1;
  }
  #conts_bone_density .calendar_header {
    margin-bottom: 288px;
  }
  .guidance_box {
    border: 2px solid var(--bg-color-blue02);
    border-radius: 10px;
    background-color: var(--bg-color-blue);
    padding: 18px 18px 17px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
  }
  .guidance_title {
    color: var(--text-color-blue);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .list_bone_density {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 4px;
  }
  .list_bone_density li {
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .list_bone_density li:last-of-type {
    margin-bottom: 0;
  }
  .guidance_box .text {
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 14px;
  }
  .medical_hours {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 7px 10px 6px;
    border-radius: 6px;
  }
  .medical_hours .box {
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .time_title {
    font-size: 17px;
    color: var(--text-color-blue);
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 600;
  }
  .implementation_img {
    width: 18px;
  }
  .bmd {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bmd .am {
    margin-right: 2px;
  }
  .bmd .pm {
    margin-left: 2px;
  }
  .bmd .img {
    width: 18px;
  }
}
