@charset "UTF-8";
@media screen and (min-width: 770px) {
  h1:after {
    background-image: url("../img/access/fv_img.jpg");
  }
  body {
    color: #333;
  }
  .conts_link ul li {
    width: 255px;
    height: 50px;
    margin-bottom: 0;
  }
  .conts_link .bg_right::before {
    width: auto;
  }
  .conts_link {
    margin-bottom: 0;
  }
  .conts_link ul {
    padding: 37px 10px 28px;
  }
  .conts_link ul::after {
    content: "";
    display: block;
    width: 255px;
    height: 0;
    margin-right: 0;
  }
  /*=========================
▼▼地図・アクセス▼▼
===========================*/
  #conts_map {
    padding: 75px 0 125px;
  }
  #conts_map hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_map .map_group {
    width: 788px;
    margin: 0 auto;
  }
  /*=========================
▲▲地図・アクセス▲▲
===========================*/
  /*=========================
▼▼医院情報▼▼
===========================*/
  #conts_information .information_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 0 0;
    margin-bottom: 63px;
    font-size: 20px;
  }
  #conts_information .information_block dt {
    width: 300px;
    color: var(--text-color-blue);
    border-bottom: solid 1px var(--border-color-blue05);
    padding: 23px 0 8px 0;
  }
  #conts_information .information_block dd {
    width: 650px;
    border-bottom: solid 1px var(--border-color-blue05);
    padding: 23px 0 8px 0;
    line-height: 1.6;
  }
  /*▼▼ページ内スケジュール▼▼*/
  #conts_information .reception_box {
    width: 818px;
    margin: 0 auto;
  }
  #conts_information .reception_time {
    margin-bottom: 34px;
    width: 818px;
  }
  #conts_information .reception_time tbody .time {
    font-size: 22px;
  }
  #conts_information .reception_time .small {
    font-size: 16px;
  }
  #conts_information .reception_time thead .title_time {
    font-size: 22px;
    padding: 11px 3px 12px;
  }
  #conts_information .reception_time thead th {
    font-size: 22px;
    line-height: 1.2;
    color: var(--text-color-blue);
    font-weight: 600;
    padding: 11px 3px 12px;
    text-align: center;
    background-color: var(--bg-color-blue03);
  }
  #conts_information .reception_box .main_information dd {
    font-size: 21px;
  }
  #conts_information .reception_box .main_information dt {
    padding: 7px 11px;
    font-size: 18px;
    width: 95px;
  }
  .reception_box .detail_box {
    margin-bottom: 12px;
  }
  #conts_information .caution_list {
    text-indent: -.9em;
    padding-left: .9em;
  }
  #conts_information .caution_list li {
    font-size: 17px;
    line-height: 1.5;
  }
  /*▲▲ページ内スケジュール▲▲*/
  /*=========================
▲▲医院情報▲▲
===========================*/
  /*=========================
▼▼Googleマップ▼▼
===========================*/
  #conts_ggmap hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_ggmap .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
  #conts_ggmap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*=========================
▲▲Googleマップ▲▲
===========================*/
  /*=========================
▼▼整形外科のある近隣病院（五十音順）▼▼
===========================*/
  #conts_neighbor hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_neighbor .hospital_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: var(--text-color-blue);
  }
  #conts_neighbor .hospital {
    width: 494px;
    padding-left: 39px;
    margin-bottom: 14px;
    background-image: url(../img/access/);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left top 8px;
    position: relative;
  }
  #conts_neighbor .hospital::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background-color: rgba(5, 57, 103, 0.7);
    position: absolute;
    left: 16px;
    top: 10px;
  }
  #conts_neighbor .hospital a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  #conts_neighbor .hospital a:hover {
    transition: .5s;
  }
  #conts_neighbor .hospital a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--nav-color);
    bottom: 2px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }
  #conts_neighbor .hospital a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #conts_neighbor .hospital:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲整形外科のある近隣病院（五十音順）▲▲
===========================*/
  /*=========================
▼▼リンク（五十音，アルファベット順）▼▼
===========================*/
  #conts_add_link {
    padding: 125px 0 0;
  }
  #conts_add_link hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_add_link .link_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    color: var(--text-color-blue);
  }
  #conts_add_link .link {
    width: 494px;
    padding-left: 39px;
    margin-bottom: 14px;
    background-image: url(../img/access/);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left top 8px;
    position: relative;
  }
  #conts_add_link .link::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    background-color: rgba(5, 57, 103, 0.7);
    position: absolute;
    left: 16px;
    top: 10px;
  }
  #conts_add_link .link a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  #conts_add_link .link a:hover {
    transition: .5s;
  }
  #conts_add_link .link a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--nav-color);
    bottom: 2px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }
  #conts_add_link .link a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #conts_add_link .link:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲リンク（五十音，アルファベット順）▲▲
===========================*/
}


@media screen and (max-width: 769px) {
  hgroup.title_box {
    margin-bottom: 25px;
  }
  h1:after {
    background-image: url("../img/access/fv_img.jpg");
  }
  section:not(.conts_interview_sheet) {
    padding: 60px 0 65px;
  }
  section.conts_link {
    padding: 40px 0 0;
  }
  .bg_right {
    background-color: var(--bg-color-blue);
    border-radius: 50px 0 0 0;
  }
  .bg_left {
    background-color: var(--bg-color-blue);
    border-radius: 0 50px 0 0;
  }

  /*=========================
▼▼地図・アクセス▼▼
===========================*/
  #conts_map {
    padding: 48px 0 65px;
  }
  #conts_map hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_map .map_group {
    width: 100%;
    margin: 0 auto;
  }
  /*=========================
▲▲地図・アクセス▲▲
===========================*/
  /*=========================
▼▼医院情報▼▼
===========================*/
  #conts_information .information_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #conts_information .information_block dt {
    color: var(--text-color-blue);
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    padding: 22px 0 5px 0;
  }
  #conts_information .information_block dd {
    width: 650px;
    border-bottom: solid 1px var(--border-color-blue05);
    padding: 0px 0 12px 0;
  }
  /*=========================
▲▲医院情報▲▲
===========================*/
  /*=========================
▼▼Googleマップ▼▼
===========================*/
  #conts_ggmap hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_ggmap .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
  #conts_ggmap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*=========================
▲▲Googleマップ▲▲
===========================*/

  /*=========================
▼▼整形外科のある近隣病院（五十音順）▼▼
===========================*/
  #conts_neighbor hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_neighbor hgroup.title_box span {
    display: inline-block;
  }
  #conts_neighbor .hospital_list {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-blue);
  }
  #conts_neighbor .hospital {
    width: 494px;
    padding-left: 36px;
    margin-bottom: 14px;
    background-image: url(../img/access/);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left top 8px;
    position: relative;
  }
  #conts_neighbor .hospital::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgba(5, 57, 103, 0.7);
    position: absolute;
    left: 16px;
    top: 10px;
  }
  #conts_neighbor .hospital a {
    display: inline-block;
    width: auto;
  }
  #conts_neighbor .hospital:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲整形外科のある近隣病院（五十音順）▲▲
===========================*/
  /*=========================
▼▼リンク（五十音，アルファベット順）▼▼
===========================*/
  #conts_add_link {
    padding: 60px 0 0;
  }
  #conts_add_link hgroup.title_box {
    margin-bottom: 50px;
  }
  #conts_add_link hgroup.title_box span {
    display: inline-block;
  }
  #conts_add_link .link_list {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-blue);
  }
  #conts_add_link .link {
    width: 494px;
    padding-left: 36px;
    margin-bottom: 14px;
    background-image: url(../img/access/);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: left top 8px;
    position: relative;
  }
  #conts_add_link .link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: rgba(5, 57, 103, 0.7);
    position: absolute;
    left: 16px;
    top: 10px;
  }
  #conts_add_link .link a {
    display: inline-block;
    width: auto;
  }
  #conts_add_link .link:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲リンク（五十音，アルファベット順）▲▲
===========================*/
}