@charset "UTF-8";

html {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

/*
ヘッダー
———————————*/
#header {
  overflow: initial;
  padding-bottom: 20px;
  max-width: 1300px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
}

#header .text {
  width: 100%;
}

#header h1 {
  width: 30%;
  max-width: 230px;
  height: auto;
}

#header h1>a {
  width: 100%;
}

#header h1>a>img {
  width: 100%;
}

#header #gnav {
  margin-left: auto;
  font-size: 14px;
}

@media screen and (max-width:1400px) {
  #header {
    max-width: 900px;
  }

  #header #gnav {
    font-size: 12px;
  }

  #header .text {
    order: 2;
    width: auto;
    margin-left: auto;
  }

  #header h1 {
    order: 1;
  }

  #header #gnav {
    width: 100%;
    margin-left: auto;
    order: 3;
  }

  #headerGroup+* {
    margin-top: 120px;
  }
}

@media screen and (max-width:950px) {
  #header {
    padding-bottom: 0;
    align-items: flex-start;
    height: 110px;
  }

  #header .text {
    order: 1;
    width: 100%;
  }

  #header h1 {
    margin-top: 0;
    width: 180px;
    order: 2;
  }

  #header h1>a>img {
    margin-top: 0;
  }
}

@media screen and (max-width:768px) {
  #header {
    padding-bottom: 0;
  }

  #header h1 {
    margin-top: 0;
    width: 200px;
  }
	
  #header h1 img{
	  padding-top:0px;
  }
}

/*
グロナビ PC
———————————*/
/* 横並び */
#gnav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#gnav ul li {
  height: auto;
  padding: 2px 7px 0px;
}

#gnav ul li#gn07 {
  padding-left: 0;
  padding-right: 0;
}

#gnav ul li#gn07 a {
  height: 30px;
}

#gnav ul li a span {
  padding: 0;
}

#gnav ul li#gn07 a {
  padding-left: 3px;
  padding-right: 3px;
}

#gnav .gn_homecare {
  position: relative;
  line-height: 1;
}

#gnav .arrow {}

#gnav .arrow img {
  width: 12px;
}

#gnav .arrow::after {}

#gnav .gn_homecare>a,
#gnav ul>li>a {
  height: auto;
  padding-bottom: 7px;
}

#gnav .gn_homecare ul {
  overflow: hidden;
  position: absolute;
  display: none;
  transition: 0.5s;
  opacity: 0;
  flex-direction: column;
  background-color: #0075C2;
  z-index: 10;
  width: 180px;
  align-items: baseline;
}

#gnav .gn_homecare:hover {}

#gnav .gn_homecare:hover ul {
  overflow: visible;
  opacity: 1;
  transition: 0.5s;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#gnav .gn_homecare ul li {
  border-bottom: 1px solid #fff;
}

#gnav .gn_homecare:hover ul li {
  width: 100%;
  box-sizing: border-box;
  padding-top: 10px;
}

#gnav .gn_homecare ul li:first-child {
  padding-left: 7px;
}

#gnav ul li.gn_homecare li a {
  display: flex;
  color: #fff;
  align-items: center;
}

#gnav .gn_homecare:hover ul li:hover {
  opacity: 0.8;
}

#gnav ul li#gn07 a {
  margin-top: -5px;
  padding-bottom: 0;
}

#gnav ul li a span span {
  display: inline-block;
}

#gnav ul li.un_head_pamh a {
  background-color: #0075C2;
  color: #fff;
}

#gnav ul li.un_head_pamh a {
  margin-top: -5px;
  padding-bottom: 0;
}

#gnav ul li.un_head_pamh a {
  padding-left: 3px;
  padding-right: 3px;
}

#gnav ul li.un_head_pamh a {
  height: 30px;
}

/*———————————
グロナビ SP時スライドメニュー
———————————*/
.wrapper {
  position: relative;
}

.wrapper.open {
  transform: translateX(-90%);
}

#headerGroup.open {
  position: static;
}

#headerGroup.open+* {
  margin-top: 0;
}

.bl_spMenu {
  display: none;
}

@media screen and (max-width:950px) {
  #headerGroup {
    z-index: 1;
  }

  #headerGroup+* {
    margin-top: 89px;
  }

  #header {}

  #gnav h2 {
    position: fixed;
    right: 10px;
    z-index: 99999999099;
  }

  #gnav ul {
    display: none;
  }

  .bl_spMenu.open {
    width: 90%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #0075C2;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    box-sizing: border-box;
    border-left: 3px solid #fff;
  }

  .bl_spMenu.open {
    transform: translateZ(0);
    display: block;
  }

  .bl_spMenu ul {
    width: 90%;
    margin: 0 auto;
  }

  .bl_spMenu>ul {
    width: 90%;
    margin: 0 auto;
    opacity: 0;
  }

  .bl_spMenu.open>ul {
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: .2s;
    opacity: 1;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bl_spMenu>ul>li {
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%;
  }

  .bl_spMenu>ul>li.un_spMenu_50 {
    width: 45%;
  }

  .bl_spMenu>ul>li>a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
  }

  .bl_spMenu>ul>li>ul {
    margin-top: 5px;
    margin-left: 25px;
  }

  .bl_spMenu>ul>li>ul>li {
    margin-bottom: 5px;
  }

  .bl_spMenu>ul>li>ul>li>a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    position: relative;
  }

  .bl_spMenu>ul>li>ul>li>a::after {
    content: "＞";
    font-size: 10px;
    position: absolute;
    top: 1px;
    right: -15px;
  }

  .un_spMenu_contact,
  .un_spMenu_contact img {
    display: block;
    opacity: 0;
  }

  .bl_spMenu.open .un_spMenu_contact {
    opacity: 1;
    display: block;
    width: 70%;
    margin: 20px auto;
  }

  .bl_spMenu.open .un_spMenu_contact img {
    opacity: 1;
    display: block;
    width: 100%;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: .2s;
  }

  /* × */
  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 23px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 45px;
    right: 20px;
    z-index: 900000000;
  }

  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0075C2;
  }

  .menu-trigger.active span {
    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
  }
}

/*———————————
トップページ
———————————*/
/* コロナお知らせ */
#Topnews {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 95%;
  max-width: 1100px;
  margin: 30px auto 40px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  font-weight: bold;
  color: #000;
}

#Topnews a {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 13px;
  box-sizing: border-box;
}

#Topnews a.corona {
  border: solid red 1px;
}

#Topnews a.pamh {
  border: solid 1px #0075C2;
}

#Topnews a:hover {
  text-decoration: none;
  opacity: 0.8
}

#Topnews a.corona, #Topnews a.pamh,
#Topnews a.corona:visited, #Topnews a.pamh:visited {
  color: #000;
}

#Topnews p {
  font-size: 16px;
  text-align: center;
  line-height: 2
}

#Topnews .corona span {
  font-size: 16px;
  background-color: red;
  padding: 5px 8px;
  color: #fff;
}

#Topnews .pamh span {
  font-size: 20px;
  color: #0075C2;
  font-weight: bold;
}

#Topnews br.crn_sp {
  display: none;
}

@media screen and (max-width:768px) {
  #Topnews {
    width: 80%;
    flex-direction: column;
  }

  #Topnews a {
    width: 100%;
  }

  #Topnews span {
    font-size: 18px;
  }

  #Topnews br.crn_sp {
    display: block;
  }

  #Topnews p {
    font-size: 17px;
    line-height: 1.7;
  }
}

/*
スライド
———————————*/
.bl_topslide {
  margin-top: 103px;
  margin-bottom: 0px;
}

.bl_topslide .un_topslideSp {
  display: none;
}

@media screen and (max-width:1400px) {
  .bl_topslide {
    margin-top: 127px;
  }
}

@media screen and (max-width:950px) {
  .bl_topslide {
    margin-top: 110px;
  }
}

@media screen and (max-width:768px) {
  .bl_topslide {
    margin-top: 109px;
    margin-bottom: 40px;
  }

  .wrapper.open .bl_topslide {
    margin-top: 0;
  }

  .bl_topslide .un_topslidePc {
    display: none;
  }

  .bl_topslide .un_topslideSp {
    display: block;
  }
}

.bl_topslide img {
  margin: 0 auto;
  width: 100%;
}

/*
医療体制
———————————*/
.bl_sytem_unit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_sytem_item {
  width: 48%;
  margin-bottom: 30px;
}

.bl_sytem_item:hover {
  opacity: 0.8;
}

.bl_sytem_item img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .bl_sytem_unit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bl_sytem_item {
    width: 95%;
    max-width: 500px;
  }
}

/*
interview
———————————*/
#dryoshida {
  background: none;
}

.bl_topIntaview_img img {
  width: 100%;
}

.bl_topIntaview_img .img_sp {
  display: none;
}

@media screen and (max-width:768px) {
  .bl_topIntaview_img .img_sp {
    display: block;
  }

  .bl_topIntaview_img .img_pc {
    display: none;
  }
}

/*
おしらせ
———————————*/
#infoArea .tab .btn01 {
  background-color: #dab42c;
}

#infoArea .tab .btn02 {
  background-color: #0075C2;
  width: 40%;
}

#infoArea .tab .btn03 {
  background-color: #C4D72D;
  width: 40%;
}

#infoArea .tab .active {
  background-color: #fff;
}

/*———————————
下層ページ
———————————*/
#contents p, #contents li {}

/*
共通
———————————*/
.un_block {
  margin-bottom: 90px;
}

@media screen and (max-width:768px) {
  .un_block {
    margin-bottom: 50px;
  }
}

.un_block h3 {
  background-color: #0075C2;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 1em 0.3em 1em;
  border-radius: 5px;
  position: relative;
}

.un_block h3 span[id],
.clinic_detail h3 #section1,
.clinic_detail h3 #section4 {
  position: absolute;
  left: 0px;
  top: -140px;
}

@media screen and (max-width:768px) {
  .un_block h3 {
    background-color: #0075C2;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em 1em 0.5em 1em;
    border-radius: 5px;
    clear: both;
  }
}

/*
タイトル
———————————*/
#headerGroup+#splash.un_philosophy,
#headerGroup+#splash.un_greeting {
  margin-top: 110px;
}

#splash {
  background: none;
}

#splash.un_philosophy,
#splash.un_greeting {
  padding-top: 0;
  background: none;
}

#splash h2 {
  color: #0075C2;
  text-shadow: none;
  font-size: 42px;
  padding: 60px 0;
  line-height: 1;
}

#splash.un_philosophy h2,
#splash.un_greeting h2 {
  color: #0075C2;
  padding: 40px 0;
  line-height: 1;
}

@media screen and (max-width:1400px) {

  #splash.un_philosophy+*,
  #splash.un_greeting+* {
    margin-top: 0px;
  }
}

@media screen and (max-width:950px) {
  #headerGroup+* {
    margin-top: 109px;
  }

  #splash.un_philosophy+*,
  #splash.un_greeting+* {
    margin-top: 0px;
  }
}

@media screen and (max-width:768px) {
  #splash h2 {
    padding: 40px 0;
  }

  #splash.un_philosophy h2,
  #splash.un_greeting h2 {
    font-size: 24px;
    padding: 30px 0;
  }

  #splash h2 {
    font-size: 24px;
  }
}

.section {
  padding-top: 0;
}

/*
外来
———————————*/
.un_meisei_gairai {
  margin-top: 90px;
}

/*
拠点一覧
———————————*/
.bl_base_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.bl_base_item {
  width: 48%;
}

.bl_base_item>h3 {
  background-color: #2875C2;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 5px 0;
}

.bl_base_area {
  padding-top: 20px;
}

.bl_base_area>img {
  max-width: 500px;
  width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.bl_base_area>h4 {
  font-size: 22px;
  color: #2875C2;
}

#contents .bl_base_area>p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.bl_base_info {
  background-color: #EDF7FC;
  text-align: center;
  padding: 20px 0;
}

.bl_info_name {
  font-size: 22px;
  color: #2875C2;
  margin-bottom: 10px;
}

#contents p.bl_info_tel {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

a.bl_info_link {
  border: 1px solid #50ABD3;
  background-color: #fff;
  color: #50ABD3;
  padding: 7px 0;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}

a.bl_info_link:first-of-type {
  margin-bottom: 15px;
}

@media screen and (max-width:768px) {
  .bl_base_list {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .bl_base_item {
    width: 100%;
    margin-bottom: 50px;
  }

  .bl_base_item>h3 {
    font-size: 22px;
  }

  .bl_base_area>h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #contents .bl_base_area>p {
    font-size: 14px;
  }

  #contents p.bl_info_tel {
    font-size: 16px;
    line-height: 1.6;
  }
}

.bl_other h3 {
  background-color: #0075C2;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 1em 0.3em 1em;
  border-radius: 5px;
}

.bl_other_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
}

.bl_other_item {
  width: 48%;
}

.bl_other_item img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .bl_other_item {
    width: 100%;
  }
}

/*
各クリニックのご案内
アクセス
———————————*/
.base_detail {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.base_detail .base_txt {
  width: auto;
  margin-right: auto;
  margin-left: 0;
}

.base_detail .base_txt>span {
  color: red;
}

a.base_link {
  display: block;
  border: 1px solid #50ABD3;
  color: #50ABD3;
  padding: 5px 9px;
  text-align: center;
  font-size: 20px;
}

a.base_link:hover {
  text-decoration: none;
  background-color: #50ABD3;
  color: #fff;
}

@media screen and (max-width:768px) {
  .base_detail {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .base_detail .base_txt {
    margin-bottom: 20px;
  }

  a.base_link {
    font-size: 16px;
  }
}

/*
理念
———————————*/
.about_text>p {
  margin-bottom: 30px;
}

.about_text>h4 {
  font-size: 22px;
  color: #0075C2;
  margin-bottom: 10px;
  text-align: center;
}

.about_text>h4 br {
  display: none;
}

@media screen and (max-width:768px) {
  .about_text>h4 {
    font-size: 18px;
  }

  .about_text>h4 br {
    display: block;
  }
}

/* ラジオ */
.bl_radioint {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.bl_radioint_box {
  width: 100%;
}

.bl_radioint_img {
  width: 100%;
}

.un_radio_txt {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
}

.un_radio_txt>a {
  width: 100%;
}

.un_radio_txt>a>img.un_radio_banner {
  width: 60%;
}

.un_radio_txt>a.un_DF_banner {
  width: 80%;
}

.un_radio_txt>a.un_DF_banner>img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .bl_radioint {
    flex-wrap: wrap;
    width: 100%;
  }

  .bl_radioint_img {
    margin-bottom: 30px;
  }

  .un_radio_txt {
    font-size: 16px;
  }

  .un_radio_txt>a>img.un_radio_banner {
    margin-top: 30px;
  }

  .un_radio_txt>a.un_DF_banner {
    margin-top: 30px;
  }
}

/*
地域医療への貢献
———————————*/
.bl_contribution {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.bl_contributionbox {
  width: 100%;
  padding: 0 10px;
}

.bl_contributionbox>p {
  margin-bottom: 30px;
}

.bl_contributionbox>img {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .bl_contribution {
    flex-wrap: wrap;
  }
}

/*
𠮷田クリニック + 名西
———————————*/
.clinic_contactNum_unit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.clinic_contactNum_item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.clinic_contactNum_item.un_clinic_tel {
  margin-bottom: 20px;
}

.clinic_contactNum_item img {
  width: 50px;
  margin-right: 20px;
}

.clinic_contactNum_item.un_clinic_tel img {
  margin-top: 30px;
}

.clinic_contactNum_txt {
  font-size: 50px;
}

.clinic_contactNum_txt span {
  background-color: red;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
}

.clinic_contact_addres {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width:768px) {
  .clinic_contactNum_item img {
    width: 35px;
    margin-right: 10px;
  }

  .clinic_contactNum_txt {
    font-size: 32px;
  }

  .clinic_contact_addres {
    font-size: 14px;
  }

  .clinic_contactNum_txt span {
    font-size: 14px;
  }
}

/* 対応可能処置 */
.clinic_detail .medical_other {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.clinic_detail .medical_other_left {
  width: 20%;
  height: auto;
}

.clinic_detail .medical_other_left p#medical_other_psize_or,
.clinic_detail .medical_other_left p#medical_other_psize_gr {
  line-height: normal;
}

.clinic_detail .medical_other_right {
  width: 80%;
  padding-top: 0;
  padding-right: 0;
}

@media screen and (max-width:768px) {
  .clinic_detail .medical_other {
    flex-wrap: wrap;
  }

  .clinic_detail .medical_other_left p#medical_other_psize_or {
    font-size: 18px;
  }

  .clinic_detail .medical_other_left {
    width: 100%;
  }

  .clinic_detail .medical_other_right {
    width: 100%;
  }
}

#contents .clinic_detail .medical_other_right li {
  font-size: 20px;
  margin-bottom: 0;
  padding: 6px 0 0 15px;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .medical_other_right li {
    font-size: 18px;
  }
}

/* 医師 */
.doctor_detail {
  margin-top: 30px;
  margin-bottom: -60px;
}

/*———————————
訪問診療とは
———————————*/
#contents .clinic_detail h3 {
  margin-bottom: 40px;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail h3 {
    margin-bottom: 30px;
  }
}

#contents .clinic_detail .block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#contents .clinic_detail .block__list .list-wrap {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .list-wrap {
    width: auto;
    margin: 0 auto;
    width: 80%;
  }
}

#contents .clinic_detail .block__list .list {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .list {
    margin-bottom: 15px;
  }
}

#contents .clinic_detail .block__list .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 27px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .case {
    font-size: 16px;
  }
}

#contents .clinic_detail .block__list .case>dd {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .case>dd {
    font-size: 19px;
  }
}

#contents .clinic_detail .block__list .case__img {
  max-width: 110px;
  width: 40%;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .case__img {
    max-width: 80px;
  }
}

#contents .clinic_detail .block__list .case__img img {
  display: block;
  width: 100%;
}

#contents .clinic_detail .block__list .ex {
  margin: 24px 0 60px;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .ex {
    margin: 12px 0;
    font-size: 14px;
  }
}

#contents .clinic_detail .block__list .ex::before {
  content: "例：";
  color: #0075C2;
}

#contents .clinic_detail .block__list .ex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .ex li {
    font-size: 16px;
  }
}

#contents .clinic_detail .block__list .ex li::before {
  content: "■";
  color: #0075C2;
  font-size: 12px;
  margin-right: 1em;
}

#contents .clinic_detail .block__list .note {
  font-size: 18px;
  color: #0075C2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__list .note {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

#contents .clinic_detail .block__img {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__img {
    margin-bottom: 50px;
  }
}

#contents .clinic_detail .block__img:last-child {
  margin-bottom: 0;
}

#contents .clinic_detail .block__img img {
  display: block;
  width: 100%;
}

#contents .clinic_detail .block__lead {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

#contents .clinic_detail .block__lead.un_24h {
  margin-bottom: 30px
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__lead {
    text-align: left;
    font-size: 14px;
  }
}

#contents .clinic_detail .block__table {
  width: 100%;
}

#contents .clinic_detail .block__table tr:first-child th, #contents .clinic_detail .block__table tr:first-child td {
  border-bottom: none;
}

#contents .clinic_detail .block__table th, #contents .clinic_detail .block__table td {
  padding: 10px 20px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__table th, #contents .clinic_detail .block__table td {
    padding: 10px;
  }
}

#contents .clinic_detail .block__table th {
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__table th {
    font-size: 14px;
  }
}

#contents .clinic_detail .block__table th.bg-light-main {
  color: #0075C2;
}

#contents .clinic_detail .block__table td {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #contents .clinic_detail .block__table td {
    font-size: 12px;
  }
}

#contents .clinic_detail .block__table .bg-main {
  background: #0075C2;
  color: #fff;
}

#contents .clinic_detail .block__table .bg-light-main {
  background: rgba(0, 172, 189, 0.1);
}

#contents .clinic_detail .block__table .bg-sub {
  background: #4c4948;
  color: #fff;
}

#contents .clinic_detail .block__table .bg-light-sub {
  background: rgba(76, 73, 72, 0.1);
}

#contents .clinic_detail .block__table .align-l {
  text-align: left;
}

#contents .clinic_detail .flow {
  width: 745px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#contents .clinic_detail .flow__item {
  position: relative;
  width: 180px;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__item {
    padding-bottom: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
}

#contents .clinic_detail .flow__item:last-child::after {
  display: none;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#contents .clinic_detail .flow__item::after {
  position: absolute;
  right: -78px;
  top: 40px;
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  background: url(/assets/images/homecare/icon_arrow.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__item::after {
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#contents .clinic_detail .flow__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  color: #0075C2;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__ttl {
    font-size: 18px;
  }
}

#contents .clinic_detail .flow__ttl .note {
  font-size: 16px;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__ttl .note {
    font-size: 14px;
  }
}

#contents .clinic_detail .flow__img {
  display: block;
  width: 98px;
  margin: 0 auto 10px;
}

#contents .clinic_detail .flow__text {
  font-size: 15px;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .flow__text {
    font-size: 14px;
  }
}

/*
費用
———————————*/
body .home_cost {
  /*float: left;*/
}

body .home_cost img {
  float: left;
  margin: 0 20px 0 0;
}

@media screen and (max-width:768px) {
  body .home_cost img.home_mi {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

body .home_cost .home_cost_box {
  margin: 0 0 60px 0;
  display: inline-block;
}

@media screen and (max-width:768px) {
  body .home_cost .home_cost_box {
    margin-bottom: 30px;
  }
}

body .home_cost .home_cost_box .home_cost_box_img {
  margin: 0 0 0 30px;
}

body .home_cost .home_cost_box span.home_cost_price {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  padding: 5px 0 10px 30px;
  width: 100%;
}

body .home_cost .home_cost_box span.home_cost_price_line {
  padding: 5px 0 5px 30px;
  border-bottom: 1px solid #333;
}

@media print,
screen and (min-width: 769px) {
  body .home_l {
    float: left;
    width: 50%;
  }
}

@media print,
screen and (min-width: 769px) {
  body .home_r {
    float: left;
  }
}

body .home_plan {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 769px) {
  body .home_plan {}
}

body .home_plan h6 {
  font-size: 20px;
  font-size: 1.25rem;
}

body .home_plan .home_c1 {
  color: #2875C2;
}

body .home_plan .home_c2 {
  color: #ED6D1F;
}

body .home_plan p {
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0 0 0 18px;
  overflow: hidden;
}

body .home_plan p:before {
  content: "※";
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body .home_plan2 {
  clear: both;
  margin: 0;
  padding: 0 0 0 40px;
  overflow: hidden;
}

body .home_plan2 p {
  margin: 0 0 20px 0;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

body .home_plan2:before {
  content: "※1";
  color: #2875C2;
  margin: 0 0 0 -30px;
  padding: 0 0 0 0;
}

/*———————————
よくある質問
———————————*/
.page-faq h3 {
  margin-bottom: 30px;
}

.page-faq .box ul.accordion ul {
  display: none;
}

.page-faq .box ul.accordion>li {
  padding: 20px 0;
  border-top: 1px solid #c8c8c8;
}

.page-faq .box ul.accordion>li:last-child {
  border-bottom: 1px solid #c8c8c8;
}

.page-faq .box ul.accordion>li>p {
  position: relative;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 40px;
}

.page-faq .box ul.accordion p span:before {
  content: 'Q';
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -15px;
  left: 0;
  padding: 0;
  font-size: 32px;
  text-align: center;
  margin: 5px 5px 5px 0;
  width: 45px;
  color: #0075C2;
  height: 40px;
  line-height: 40px;
}

.page-faq .box ul.accordion p span:after {
  content: '\f2c7';
  font-family: ionicons;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: 0;
  padding: 0;
  text-align: center;
  margin: 5px 5px 5px 0;
  background-color: #0075C2;
  width: 26px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
}

.page-faq .box ul.accordion p span.open:after {
  content: '\f2f4';
  font-family: ionicons;
}

.page-faq .box ul.accordion>li>ul>li {
  font-size: 16px;
  line-height: 1.75;
}

.page-faq .box ul.accordion ul li {
  padding-left: 3em;
  padding-top: 20px;
  position: relative;
}

.page-faq .box ul.accordion ul li:before {
  content: 'A';
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 0;
  padding: 0;
  font-size: 32px;
  text-align: center;
  margin: 5px 5px 5px 0;
  width: 45px;
  color: #0075C2;
  height: 40px;
  line-height: 40px;
}

/*———————————
fotter
———————————*/
.un_hover_btn {
  position: fixed;
  bottom: 250px;
  right: 0px;
  width: 140px;
}

.un_hover_btn img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .un_hover_btn {
    display: none;
  }
}

/*
スマホ時ホバー
———————————*/
.bl_spHovermenu {
  display: none;
}

@media screen and (max-width:768px) {
  .bl_spHovermenu {
    background-color: #EBF6F8;
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }

  .bl_spHovermen_unit {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .bl_spHovermen_item {
    width: calc(50% - 0.5px);
  }

  .bl_spHovermen_item:first-of-type {
    border-right: 1px solid #707070;
  }

  .bl_spHovermen_item>a {
    width: 100%;
    display: block;
  }

  .bl_spHovermen_icon {
    width: 100%;
    padding-right: 5%;
  }
}

/*———————————
問い合わせ
———————————*/
.contactpamf {
  width: 100%;
  margin: 30px 0;
  display: block;
}

.contactpamf img {
  width: 100%;
  max-width: 350px;
}

/*———————————
その他
———————————*/
.bl_medother {
  position: relative;
  padding: 25px;
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
  border-radius: 8px;
}

.bl_medother.un_orange {
  border: 1px solid #EC6D1F;
}

.bl_medother.un_orange::before {
  color: #EC6D1F;
}

.bl_medother.un_green {
  border: 1px solid #14AA84;
}

.bl_medother.un_green::before {
  color: #14AA84;
}

.bl_medother::before {
  content: "その他";
  position: absolute;
  top: -15px;
  font-size: 20px;
  background-color: #fff;
  padding-right: 6px;
  padding-left: 6px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .bl_medother {
    padding: 20px;
  }

  .bl_medother::before {
    font-size: 18px;
  }
}

.bl_medother ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 18px;
  align-items: center;
}

#contents .bl_medother ul li {
  margin-right: 10px;
  font-size: 20px;
  line-height: 2;
}

#contents .bl_medother ul li.bl_medother_notice {
  font-size: 15px;
}

@media screen and (max-width:768px) {
  #contents .bl_medother ul li {
    font-size: 16px;
  }

  #contents .bl_medother ul li.bl_medother_notice {
    font-size: 14px;
    line-height: 1.4;
  }
}

/*———————————
医師
———————————*/
#contents .clinic_detail .doctor li .name {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

#contents .clinic_detail .doctor li .name>span.drname1 {
  font-size: 14px;
  background-color: #0075C2;
  color: #fff;
  border-radius: 3px;
  padding: 3px 4px;
  display: inline-block;
  margin-bottom: 5px;
}

#contents .clinic_detail .doctor li .name>span.drname2 {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width:768px) {
  #contents .clinic_detail .doctor li .name {
    font-size: 20px;
  }

  #contents .clinic_detail .doctor li .name>span.drname1 {
    font-size: 15px;
  }
}

#contents .clinic_detail .doctor li .dr_intaview_link {
  padding: 5px 7px;
  border-radius: 3px;
  background-color: #0075C2;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

#contents .clinic_detail .doctor li .dr_intaview_link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.re_bl_sytem_item {
  border: 1px solid #0075C2;
}

.re_bl_sytem_item a:hover {
  text-decoration: none;
  color: unset;
}

.re_bl_sytem_item h3 {
  background: #0075C2;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  margin: 0;
}

.re_bl_sytem_item .re_bl_sytem_item_cont {
  padding: 15px;
}

.re_bl_sytem_item .re_bl_sytem_item_cont p {
  font-size: 16px;
  color: #666;
}

.re_bl_sytem_item .re_bl_sytem_item_cont p span.red {
  color: #ff0000;
  line-height: 1.4;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .tel_item {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  color: #0075C2;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .tel_item img {
  width: 25px;
  margin-right: 10px;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .schedule_table_item {
  background: rgb(232 250 255);
  ;
  width: 100%;
  font-size: 16px;
  ;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .schedule_table_item th,
.re_bl_sytem_item .re_bl_sytem_item_cont .schedule_table_item td {
  width: 50%;
  padding: 5px 7px;
  color: #666;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .detail_btn {
  margin: 20px auto 0;
  text-align: center;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .detail_btn img {
  width: 200px;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .access_img {
  margin-bottom: 0;
}

.re_bl_sytem_item .re_bl_sytem_item_cont .first {
  margin-bottom: 25px;
}

.bl_sytem_item:nth-child(1):hover, .bl_sytem_item:nth-child(2):hover, .bl_sytem_item:nth-child(3):hover {
  opacity: 1;
}

.bl_sytem_item:nth-child(1) a:hover,
.bl_sytem_item:nth-child(2) a:hover,
.bl_sytem_item:nth-child(3) a:hover {
  opacity: 0.8;
}

.topics_area {
  max-width: 1092px;
  margin: 0 auto 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 17px;
  font-weight: bold;
}

.topics_area a:hover {
  text-decoration: none;
  color: unset;
}

.topics_area span {
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 3px;
  margin-right: 5px;
}

.pc_ver {
  pointer-events: none;
}

.pc_display {
  display: block;
}

.sp_display {
  display: none;
}

.bl_sytem_item .bl_sytem_item_list:last-child {
  margin-top: 37px;
  display: block;
}

.second_sytem_unit {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.second_sytem_unit .second_bl_sytem_item {
  border: 1px solid #0075C2;
}

.second_sytem_unit .second_bl_sytem_item h3 {
  background: #0075C2;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  margin: 0;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont {
  padding: 15px;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list {
  background: rgb(232 250 255);
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list:last-child {
  margin-top: 20px;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .left_cont {
  width: 60%;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .tel_cont {
  width: 40%;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list img {
  width: 100%;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .left_cont h4 {
  margin-top: 0;
  padding: 0;
  background: none;
  display: inline-block;
  vertical-align: super;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .click_on {
  display: inline-block;
  margin: 0 0 0 20px;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .tel_item {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
  color: #0075C2;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .tel_item img {
  width: 25px;
  margin-right: 10px;
}

.second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list p {
  font-size: 16px;
}

@media screen and (max-width:768px) {
  .topics_area {
    font-size: 15px;
  }

  .bl_sytem_item:nth-child(1):hover {
    opacity: 1;
  }

  .pc_ver {
    pointer-events: visible;
  }

  .second_sytem_unit {
    width: 95%;
    max-width: 500px;
  }

  .second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list img {
    width: auto;
  }

  .second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list p {
    font-size: 14px;
    padding: 10px 0;
  }

  .second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .left_cont {
    width: 100%;
  }

  .second_sytem_unit .second_bl_sytem_item .re_bl_sytem_item_cont .hospital_list .click_on {
    display: block;
    margin: 0;
  }

  .pc_display {
    display: none;
  }

  .sp_display {
    display: block;
    margin-bottom: 30px;
  }
}

/* 220704追記 */
.DF_banner_greeting {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

.DF_banner_greeting img {
  width: 350px;
}

@media screen and (max-width:768px) {
  .DF_banner_greeting {
    width: 100%;
    text-align: center;
  }

  .DF_banner_greeting img {
    width: 90%;
    max-width: 360px;
  }
}

/* 220719追記 */
.navi-n {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.navi-n li {
  width: 19%;
  text-align: center;
  min-width: 120px;
  margin-bottom: 15px;
}

.navi-n li a {
  display: block;
  background: url(images/btn01_bg.jpg) no-repeat left center;
  background-size: cover;
  font-size: 17px;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.8em;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .navi-n li {
min-width: 160px;
mb
  }
  .navi-n li a {
    font-size: 15px;
    padding: 10px 0;
  }
}

.bl_gairai {
  width: 90%;
  margin: 0 auto;
}

.bl_gairaiItem {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  align-items: flex-start;
  line-height: 1;
}

.bl_gairaiItem.un_gairaiCar {
  flex-direction: column;
}

.bl_gairaiTtl {
  color: #0075C2;
  border-left: 1px solid #0075C2;
  padding-left: 5px;
  margin-bottom: 10px;
}

.bl_gairaiTxt {
  padding-left: 10px;
}

.bl_gairaiTxt span {
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
}

.bl_gairaiTxt table,
.bl_gairaiTxt table th,
.bl_gairaiTxt table td {
  border: 1px solid #0075C2;
}

.bl_gairaiTxt table {
  margin-top: 10px;
}

.bl_gairaiTxt table th,
.bl_gairaiTxt table td {
  padding: 6px 9px;
  text-align: center;
}
.un_gairaiCar{
  line-height: 1.5;
}
#contents .clinic_detail .navi li {
  width: 17%;
  margin-right: 1.5%;
}

#contents .clinic_detail .navi li a {
  font-size: 17px;
}

@media screen and (max-width:768px) {
  .bl_gairaiItem {
    font-size: 16px;
  }

  .bl_gairaiItem {
    flex-direction: column;
  }

  #contents .clinic_detail .navi li {
    font-size: 10px;
  }

  #contents .clinic_detail .navi li:nth-child(1) {
    width: 19%;
  }
}

@media screen and (max-width:500px) {
  #contents .clinic_detail .navi li a {
    font-size: 0.8em;
  }
}

/*
top */
.bl_topClinicUnit {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-around;
}

.bl_topClinicItem {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  background-color: #ddf0f6;
  text-align: center;
  padding: 25px 0px;
  color: #000;
  font-size: 16px;
  width: 47%;
  box-sizing: border-box;
}

.bl_topClinicItem a:hover{
  opacity: 0.8;
  
}
.bl_ClinicItem_tag {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  width: 60%;
  margin: 0 auto 5px;
}

.bl_ClinicItem_tag>p {
  background-color: #0075C2;
  color: #fff;
  padding: 1px 5px;
}

.bl_ClinicItem_ttl {
  font-weight: bold;
  font-size: 23px;
  color: #0075C2;
  margin-bottom: 5px;
}

.bl_ClinicItem_add {
  margin-bottom: 5px;
}

.bl_ClinicItem_add>p {
  text-align: center;
  line-height: 1.5;
}

.bl_ClinicItem_time {
  text-align: center;
  margin-bottom: 15px;
}

.bl_ClinicItem_time>p {
  color: #0075C2;
  text-align: center;
  margin-bottom: 5px;
}

.bl_ClinicItem_time table,
.bl_ClinicItem_time table th,
.bl_ClinicItem_time table td {
  border: 1px solid #0075C2;
}

.bl_ClinicItem_time table {
  background-color: #fff;
  margin: 0 auto 5px;
}

.bl_ClinicItem_time table th,
.bl_ClinicItem_time table td {
  padding: 6px 9px;
  text-align: center;
}

.bl_ClinicItem_time>span {}

.bl_ClinicItem_tel {
  margin-bottom: 5px;
}

.bl_ClinicItem_tel>p,
.bl_ClinicItem_tel>a {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #313232;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}

.bl_ClinicItem_tel img {
  width: 20px;
  margin-right: 8px;
}

.bl_ClinicItem_link>a {
  text-align: center;
  background-color: #0075C2;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

@media screen and (max-width:768px) {
  .bl_topClinicUnit {
    flex-direction: column;
    align-items: center;
  }

  .bl_topClinicItem {
    width: 90%;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .bl_ClinicItem_tag {
    width: 50%;
  }

  .bl_ClinicItem_ttl {}

  .bl_ClinicItem_tel>p {}
}

/* トップinfo */
#infoArea .tab div {}

.bl_infoTopics {
  margin-bottom: 40px;
}

.bl_infoTopics>a {
  background-color: #e3f3f9;
  padding: 5px 7px;
  display: block;
  font-size: 17px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  color: #000;
  margin-bottom: 10px;
}

.bl_infoTopics>a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a .un_infotopics {
  color: red;
  margin-right: 10px;
  display: inline-block;
}

.un_infotri {
  color: #0075C2;
  display: block;
  margin-left: auto;
}

@media screen and (max-width:768px) {
  .bl_infoTopics {
    margin-bottom: 30px;
  }

  .bl_infoTopics>a {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.policy_content{
    padding-bottom: 35px;
}
.policy_content h2{
    margin-bottom: 10px;
    border-bottom: 2px solid #b8b8b8;
    padding: 25px 0 10px 0;
    font-weight: 500;
    font-size: 22px;
    color: #0075C2;
}
.policy_content p{
    font-size: 15px;
    padding: 5px 0;
}
.policy_content .policy_list{
    padding: 10px 0;
}
.policy_content .policy_list h3{
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin-bottom: 8px;;
}
.policy_content .policy_list ol.number_ol,.policy_content .policy_list ol.number_ol li{
    list-style-type: auto;
    font-size: 15px;
    margin-left: 1.3em;
    line-height: 1.75;
    letter-spacing: 1px;
}
.policy_content .policy_list ul.s_list,
.policy_content .policy_list ol.re_number_ol li ul.s_list li{
    list-style-type: disc;
    font-size: 15px;
    margin-left: 1.2em;
    line-height: 1.6;
    letter-spacing: 1px;
    padding: 6px;
}
.policy_content .policy_list ul.s_list li,
.policy_content .policy_list ol.number_ol li ul.s_list li{
    list-style-type: disc;
}
.policy_content .policy_list ul.s_list li,
.policy_content .policy_list ol.re_number_ol li ul.s_list li{padding: 0; font-size: 15px;}
.policy_content .policy_list ul.s_list li:before{
    display: none;
}
.policy_content .policy_list ol.re_number_ol{
    counter-reset: count 0;
    font-size: 15px;
    margin-left: 1.2em;
    line-height: 1.6;
    letter-spacing: 1px;
}
.policy_content .policy_list ol.re_number_ol li{position:relative; padding: 0 0 12px 8px; font-size: 15px;}
.policy_content .policy_list ol.re_number_ol li:before{
    content: "("counter(count)")";
    counter-increment: count 1;
    left: -20px;
    top: 0;
    position: absolute;
}
.policy_content .policy_list ol.re_number_ol li p,
.policy_content .policy_list p{
    padding: 0;
    margin-bottom: 4px !important;
    line-height: 1.7;
}
.policy_content .policy_list ol.re_number_ol li p.addr_txt{
    padding: 10px 0;
}
.policy_content .policy_list a{
    color: #3081be;
}
.policy_content p.addr{
    padding: 10px 0 !important;
}
.policy_content .privacy h3{
    font-size: 17px;
    border-bottom: 1px solid rgb(233, 225, 202);
    margin: 0px 0px 3px;
    padding: 15px 0px 7px;
}
@media screen and (max-width: 769px){
    .page-privacy .wrap {
        width: auto;
        margin: 0 5%;
    }
    .wrap{
        padding: 0;
    }
    .policy_content h2{
        font-size: 18px;
    }
    .policy_content .policy_list h3{
        font-size: 15px !important;
    }
    .policy_content p,
    .policy_content .policy_list ol.number_ol,
    .policy_content .policy_list ol.number_ol li,
    .policy_content .policy_list ul.s_list,
    .policy_content .policy_list ul.s_list li,
    .policy_content .policy_list ol.re_number_ol,
    .policy_content .policy_list ol.re_number_ol li,
    .policy_content .policy_list ol.re_number_ol li ul.s_list li {
        font-size: 13px;
    }
}
.privacy_link{
    text-align: center;
    padding: 13px;
    font-size: 16px;
}
.privacy_link a{
    color: #0075C2;
}