@charset "UTF-8";
.conts_fv_common {
  background-image: url("../img/access/fv_img.jpg");
}
@media screen and (min-width: 770px) {
  /*=========================
▼▼医院情報▼▼
===========================*/
  .information_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .information_block dt {
    width: 260px;
    color: var(--color-blue-01);
    border-bottom: 1px solid var(--color-gray-02);
    padding: 23px 0 8px 0;
    font-weight: 500;
  }
  .information_block dd {
    width: 700px;
    border-bottom: solid 1px var(--color-gray-02);
    padding: 23px 0 8px 0;
    line-height: 1.6;
	}
  .map {
    width: 100%;
    margin-top: 30px;
  }
  /*=========================
▲▲医院情報▲▲
===========================*/
  /*=========================
▼▼診療時間▼▼
===========================*/
  .conts_schedule .reception_box {
    width: 818px;
    margin: 0 auto;
  }
  .conts_schedule .reception_time thead .title_time {
        padding: 15px 3px 16px;
    
    }
  .conts_schedule .reception_time thead th {
    font-size: 20px;
    padding: 15px 3px 16px;
  }
  .conts_schedule .reception_time tbody .time {
    font-size: 20px;
    padding: 15px 4px 18px;
  }
  .conts_schedule .reception_time tbody td {
    padding: 0;
    position: relative;
  }
  .conts_schedule .reception_time {
    margin-bottom: 25px;
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .conts_schedule .reception_time tbody td img {
    width: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .conts_schedule .reception_box .main_information dt {
    background-color: var(--color-blue-01);
    color: var(--color-white-01);
    border-radius: 4px;
    padding: 7px 11px 9px;
    line-height: 1;
    width: 95px;
    text-align: center;
  }
  .conts_schedule .reception_box .main_information dd {
    line-height: 1.3;
    color: var(--color-blue-01);
    margin-left: 13px;
  }
  /*=========================
▲▲診療時間▲▲
===========================*/
  /*=========================
▼▼整形外科のある近隣病院（五十音順）▼▼
===========================*/
  .conts_affiliates .text_list {
    display: flex;
    flex-wrap: wrap;
  }
  .conts_affiliates .text_list li {
    width: 50%;
    margin-right: 0;
  }
  .conts_affiliates .text_list li a {
    display: inline-block;
    width: auto;
    position: relative;
  }
  .conts_affiliates .text_list li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color-black-02);
    bottom: 2px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }
  .conts_affiliates .text_list li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .conts_affiliates .text_list li:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲整形外科のある近隣病院（五十音順）▲▲
===========================*/
  /*=========================
▼▼よくあるご質問▼▼
===========================*/
  .faq_list {
    text-align: left;
  }
  .faq_list dl {
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: solid 2px var(--color-beige-01);
    background-color: #fff;
  }
  .faq_list dl:last-of-type {
    margin-bottom: 0;
  }
  .faq_list dl dt {
        padding: 15px 50px 5px 40px;
        background-image: url("../img/careers/down_arrow.png");
        background-repeat: no-repeat;
        background-position: right 31px top 30px;
        background-size: 19px 13px;
        cursor: pointer;
    
    }
  .faq_list dl dt::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url("../img/access/q_button.png");
        background-repeat: no-repeat;
        background-position: center top 0px;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    
    }
  .faq_list dl dd {
        display: none;
        padding: 24px 60px 14px 92px;
        position: relative;
    
    }
  .faq_list dl dd::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url("../img/access/a_button.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        top: 22px;
        left: 40px;
    
    }
  /*=========================
▲▲よくあるご質問▲▲
===========================*/

}
@media screen and (max-width: 769px) {
  /*=========================
▼▼医院情報▼▼
===========================*/
  .information_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .information_block dt {
    color: var(--color-blue-01);
    font-weight: 600;
    width: 100%;
    line-height: 1.5;
    padding: 22px 0 5px 0;
  }
  .information_block dd {
    width: 650px;
    border-bottom: solid 1px var(--color-gray-02);
    padding: 0px 0 12px 0;
  }
  .map {
    width: 100%;
	height: 80vw;
	position: relative;
    margin-top: 30px;
    overflow: hidden ;
  }
  .map iframe {
	width: 100%;
	height: 100%;
}
  /*=========================
▲▲医院情報▲▲
===========================*/
  /*=========================
▼▼診療時間▼▼
===========================*/
  .conts_schedule .reception_time thead .title_time {
    padding: 11px 4px 11px;
  }
  .conts_schedule .reception_time thead th {
    padding: 11px 4px 11px;
  }
  .conts_schedule .reception_time tbody .time {
    padding: 13px 1px 12px;
    font-size: 17px;
    font-weight: 500;
  }
  .conts_schedule .reception_time tbody td img {
    width: 16px;
  }
  .conts_schedule .reception_box .main_information dt {
    padding: 4px 6px 6px;
  }
  .conts_schedule .reception_box .main_information dd {
    color: var(--color-blue-01);
    font-weight: 400;
    margin-left: 11px;
  }
  /*=========================
▲▲診療時間▲▲
===========================*/
  /*=========================
▼▼整形外科のある近隣病院（五十音順）▼▼
===========================*/
  .partnership_list {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-blue);
  }
  .partnership_list li {
    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;
  }
  .partnership_list li::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;
  }
  .partnership_list li a {
    display: inline-block;
    width: auto;
  }
  .partnership_list li:last-of-type {
    margin-bottom: 0;
  }
  /*=========================
▲▲整形外科のある近隣病院（五十音順）▲▲
===========================*/
  /*=========================
▼▼よくあるご質問▼▼
===========================*/
  .faq_list {
    text-align: left;
  }
  .faq_list dl {
    border-radius: 10px;
    padding-bottom: 9px;
    margin-bottom: 15px;
    border: solid 2px var(--color-beige-01);
    background-color: #fff;
  }
  .faq_list dl:last-of-type {
    margin-bottom: 0;
  }
  .faq_list dl dt {
    font-size: 16px;
    line-height: 1.5;
    padding: 26px 36px 14px 63px;
    background-image: url("../img/careers/down_arrow.png");
    background-repeat: no-repeat;
    background-position: right 14px top 32px;
    background-size: 14px 10px;
    cursor: pointer;
    position: relative;
  }
  .faq_list dl dt::before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url("../img/access/q_button.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 21px;
  }
  .faq_list dl dd {
    display: none;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    padding: 14px 36px 22px 63px;
    position: relative;
  }
  .faq_list dl dd::before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url("../img/access/a_button.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: 16px;
  }

  .conts_faq.bg_left {
    padding: 42px 5% 65px 0;
  }
  /*=========================
▲▲よくあるご質問▲▲
===========================*/
}