@charset "utf-8";
  
/* 注意事項
・広告の非表示はCSSだけでせず、システムで非表示化を依頼すること
*/

/* タイトル ここから */

#main h1 {
  margin: 18px 0;
  width: 703px;
  line-height: 1.4em;
  font-size: 20px; /* 「條」などの文字くずれ対応 */
}

#main h1 .corp_access {
  font-size: 0.85em;
}

/* 当該医院の認証済みバッジ 医院詳細/口コミ独自調整ここから */

.corp_auth_approved #left .corp_title {
  position: relative;
}

.corp_auth_approved #left h1 {
  width: 681px;
  padding: 19px 4px 17px 43px;
  border-left: none;
}

.corp_auth_approved #left h1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 60px solid transparent;
  border-left: 61px solid #FF930d;
  z-index: 100;
}

#left button.corp_auth_approved__title {
  top: 12px;
  left: -7px;
  font-size: 14px;
}
/* 当該医院の認証済みバッジ  医院詳細/口コミ独自調整 ここまで */

/* ポータル用注記、情報が古い場合の注記 */
.corp_notice, .unreliable_info_notice {
  margin: 0 3px 8px;
}

.corp-features { /* 機能タグ 一覧との区別 */
margin: 4px 3px 8px;
}

/* タイトル ここまで */

.sns_banner {
  margin: 10px 0px 0px 0px;
}

.sns_banner ul {
  display: flex;
  justify-content: flex-end;
}

/* ヘッダ口コミ こここら */

.sns_reviews {
  padding: 5px 6px 3px 20px;
  background: url(/pc/images/common/remixicons/chat-3-line_48_FF930D.png) no-repeat 4px 1px/15px;
  background-color: #ffffe1;
  border: 1px solid #d8d8d8;
  font-weight: bold;
  font-size: 1em;
}

.sns_reviews a {
  text-decoration: underline;
}

.sns-review__average {
  font-weight: normal;
  color: #ff930d;
  padding: 0 0 0 91px;
}
/* ヘッダ口コミ ここまで */

/* ヘッダアクセス数 ここから */

.sns_analytics {
  position: relative;
  padding: 0 0 0 5px;
}

.corp_access_report {
  overflow: hidden;
  min-width: 265px;
  padding: 7px 2px 4px 6px;
  border: 1px solid #d8d8d8;
  background-color: #ffffe1;
}

.corp_access_report_title {
  padding: 0 15px 0 0;
}

.corp_access_report_title a {
  top: 3px;
  left:66px;
}

.access-report__month,
.access-report__year {
  font-weight: bold;
}

.access-report__item {
  padding: 0 9px 0 0;
}

.access-report__item.access-report__item--12month-total {
  padding: 0 3px 0 0;
}

.access-report__page-views {
  font-weight: bold;
  color: #ff930d;
}

.access-report__page-views_up {
  background: url(/pc/images/common/remixicons/arrow-right-up-line_48_00CC58.png) no-repeat right -2px top -2px/17px;
  padding: 0 13px 0 0;
}

/* ヘッダアクセス数 ここまで */

/* 医院画像 ここから */

.corp_images__carousel_main {
  padding: 15px 0 5px;
  margin: 10px 0 0 0;
  min-height: 220px;
  background-color: #f2f2f2;
  text-align: center;
}

.corp_images__carousel_thumb {
  padding: 10px 180px; /* 桜コースと異なる */
  margin: 0;
  height: 67px;
  background-color: #f2f2f2;
}

.corp_images__carousel_main img {
  max-width: 360px;
  max-height: 270px;
  margin-left: auto;
  margin-right: auto;
}

/* スライド画像の横幅可変 */
.corp_images__carousel_thumb img {
  height: 40px;
  width: 86px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

/* ie/Edgeにobject-fit-imagesプラグインを適用 */
.corp_images__carousel_thumb {
  object-fit: contain;
  font-family: 'object-fit: contain; '
}

/* chromeでのoutlineを消す */
.slick-slide {
  outline: none;
}

div.corp_no_image {
  display:none;
}
/* 医院画像 ここまで */

.clinic_list {
  width: 400px;
  background-color: #fff;
  border-collapse: collapse;
  margin: 12px 4px 10px 0;
  box-shadow: none;
  line-height: normal;
}

.corp_status_opened .clinic_list { /* 医院情報が極めて少なく、医療機関メッセージがある場合に、メッセージが地図に被るのを回避。ペンディング医院は除外 */
  min-height: 475px;
  padding-right: 5px;
  box-sizing: border-box;
}

.clinic_list .clinic_info_cate, .clinic_list .corp__address, .clinic_list .corp_rail_station, .clinic_list .clinic_info_tel {
  margin-bottom: 15px;
  padding-left: 27px;
  line-height: 1.5em;
  font-size: 1.15em;
}

.clinic_list .clinic_info_cate {
  margin-bottom: 15px;
  padding-left: 28px;
  background: url(/pc/images/common/remixicons/stethoscope-line_48_FF930D.png) no-repeat 0 0/23px;
  font-size: 1.2em;
  line-height: 1.5em;
}

/* 診療科目からのリンク powertip ここから */

#powerTip ul {
  padding: 0 5px;
  margin: 5px 0 0;
  font-size: 1.2em;
  line-height: 1.5em;
}

#powerTip ul li {
  font-size: 0.95em;
  text-indent: 0;
  line-height: 1.5em;
  background: url(/pc/images/common/arrow.png) no-repeat left 4px;
  padding: 0 0 5px 12px;
  margin: 0 0 0 3px;
}

.corp-info__cate-extended--title {
  padding: 2px 0 0 18px;
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_666666.png) no-repeat left 50%/18px;
  font-size: 0.8em;
}

.corp-info__cate-extended--title button, .corp-info__cate-extended--body-close button {
  padding: 0;
  border: none;
  background: none;
  color: #00e;
}

.corp-info__cate-extended--title button:hover, .corp-info__cate-extended--body-close button:hover {
  text-decoration: underline;
}

.cate_extended_link {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 15px;
  font-size: 0.9em;
}

.area_cate_extended_link, .station_cate_extended_link {
  flex:1 1 50%;
}

.area_cate_extended_link_title, .station_cate_extended_link_title {
  margin-top: 10px;
  font-weight: bold;
}

.corp-info__cate-extended--body ul{
  margin: 10px 0 0;
  padding: 0;
}

.corp-info__cate-extended--body li{
  margin: 0;
  padding: 0 0 5px 18px;
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_666666.png) no-repeat left top/18px;
  line-height: 1.5em;
  text-indent: 0;
}

.corp-info__cate-extended--body-close {
  width: 100%;
  margin-left: 5px;
}

.corp-info__cate-extended--body-close button {
  color: #666;
}
/* 診療科目からのリンク powertip ここまで */

.clinic_list .corp__address {
  background: url(/pc/images/common/remixicons/hospital-line_48_FF930D.png) no-repeat 1px 0/18px;
}

.clinic_list .corp_rail_station {
  background: url(/pc/images/common/remixicons/subway-line_48_FF930D.png) no-repeat 0 -1px/20px;
}

.clinic_list .corp_rail_station .corp_rail_station__distance {
  font-size: 0.95em;
}

.clinic_list .clinic_info_tel {
  min-height: 20px;
  background: url(/pc/images/common/remixicons/phone-line_48_FF930D.png) no-repeat 0 0/20px;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 1.55em;
  color: #FF930D;
}

.clinic_info_url {
  margin: 0 0 15px;
  padding-left: 24px;
  background: url(/sp/images/common/remixicons/device-line_48_FF930D.png) no-repeat 0 2px/18px;
}

.clinic_info_url a {
  font-weight: normal;
  font-size: 1.2em;
}

/* 人材 ここから */

.corp_job {
  margin-bottom: 10px;
  background: url(/pc/images/common/remixicons/team-line_48_FF930D.png) no-repeat -2px 13px/21px;
}

.corp_job__attention {
  color: #F33;
}

.corp_job .pr {
  font-size: 0.9em;
}

.clinic_list tr.corp__bsa td {
  margin: 0;
  padding: 0 0 0 4px;
}

div.corp_job__info.corp_job__info {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 26px;
}

div.corp_job__button--bsa2,
div[class*="corp_job__button--rbsa_nurse"] {
  float: left;
  margin: 0;
  height: 25px;
  width:120px;
}

div.corp_job__button--bsa2 a,
div[class*="corp_job__button--rbsa_nurse"] a {
  display: block;
  height: 25px;
  background: url(/pc/images/bsa2_button_corpinfo_red.png) no-repeat;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

div.corp_job__button--bsa3,
div.corp_job__button--rbsa_ptotst_sms,
div.corp_job__button--rbsa_ot_sms,
div.corp_job__button--rbsa_st_sms {
  float:left;
  margin: 0 8px 0 0;
  height: 25px;
  width: 120px;
}

div.corp_job__button--bsa3 a {
  display: block;
  height: 25px;
  background: url(/pc/images/bsa3_button_corpinfo_blue.png) no-repeat;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

div.corp_job__button--bsa4, div[class*="corp_job__button--rbsa_pharmacist"] {
  padding: 5px 0 0 0;
  height: 25px;
  width:120px;
}

div.corp_job__button--bsa4 a, div[class*="corp_job__button--rbsa_pharmacist"] a {
  display: block;
  height: 25px;
  background: url(/pc/images/bsa4_button_corpinfo_green.png) no-repeat;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

div[class*="corp_job__button--rbsa_dental_hygienist"] {
  float:left;
  padding: 5px 0 0 0;
  margin: 0 8px 0 0;
  height: 25px;
  width: 145px;
}

div[class*="corp_job__button--rbsa_dental_hygienist"] a {
  display: block;
  height: 25px;
  background: url(/pc/images/rbsa_dental_hygienist_button_corpinfo_orange.png) no-repeat;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

div[class*="corp_job__button--rbsa_dental_assistant"] {
  float:left;
  margin: 0;
  padding: 5px 0 0 0;
  height: 25px;
  width:145px;
}

div[class*="corp_job__button--rbsa_dental_assistant"] a {
  display: block;
  height: 25px;
  background: url(/pc/images/rbsa_dental_assistant_button_corpinfo_orange.png) no-repeat;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

div.corp_job__button--rbsa_ptotst_sms a {
  background: url(/pc/images/rbsa_ptotst_button_clinic.png) no-repeat;
}

div.corp_job__button--rbsa_ot_sms a {
  background: url(/pc/images/rbsa_ot_button_clinic.png) no-repeat;
}

div.corp_job__button--rbsa_st_sms a {
  background: url(/pc/images/rbsa_st_button_clinic.png) no-repeat;
}

div.corp_job__button--rbsa_ptotst_sms a,
div.corp_job__button--rbsa_ot_sms a,
div.corp_job__button--rbsa_st_sms a {
  display: block;
  height: 25px;
  /* ↓text-indent: -9999pxの代替↓ */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* 人材 ここまで */

/* 診療案内ここから */

.corp_guide {
  background: url(/pc/images/common/remixicons/information-line_48_FF930D.png) no-repeat 0px 14px/20px;
}

/* 診療時間表 ここから */

#hour {
  width: 380px;
  margin: 0 0 5px 24px;
}

table.hour_table {
  width: 368px;
  margin: 4px 0 12px;
  border-collapse: collapse;
}

table.hour_table td, table.hour_table th {
  margin: 0px;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

table.hour_table th {
  width: 104px;
}

table.hour_table tfoot tr td {
  padding: 7px 5px 5px 27px;
  background: url(/pc/images/common/remixicons/error-warning-line_48_FF3333.png) no-repeat 5px 8px/18px;
  background-color: #f6f6f6;
  line-height: 1.5em;
  text-align: left;
  font-size: 0.9em;
  color: #f33;
}

.clinic_info_hour_holiday {
  width: 312px;
  margin: 5px 0 5px 28px;
  padding-left: 27px;
  text-indent: -3.75em;
  font-size: 1.05em;
}

.clinic_info_hour_memo {
  width: 312px;
  margin: 5px 0 5px 55px;
  text-indent: -2.75em;
  line-height: 1.6em;
  font-size: 1.05em;
}
/* 診療時間表 ここまで */

/* オンライン診療リンク ここから */
.corp_hours_table_notice {
  width: 358px;
  font-size: 0.95em;
}

.corp_onlines_button, .corp_onlines_link a {
  width: 182px;
  margin: 5px 0 5px;
}

 /* オンライン診療ポップアップ ここから */

.corp_onlines_popup {
  margin: 10px 0 10px;
  width: 338px;
}

.corp_onlines_popup .inquiry .contact {
  width: 159px;
}

.corp_onlines_popup .inquiry .contact p:first-child, .corp_onlines_popup .inquiry .contact p:nth-child(2) {
  font-size: 10px;
}
 /* オンライン診療ポップアップ ここまで */

/* オンライン診療リンク ここまで */

/* 診療予約 ここから */

.corp_job, .corp_guide {
  margin: 20px 0 15px;
  padding: 15px 0 0 25px;
  border-top: 1px solid #e2e2e2;
  font-weight: bold;
  font-size: 1.3em;
}

div.corp-reserve {
  padding: 4px 0 0 26px;
  overflow: hidden;
  max-width: 390px;
}

table.corp_table div.corp-reserve {
  padding: 5px 0 0 22px;
  overflow: hidden;
  width: 130%;
}


div[class^="clinic_reserve"]:not(.clinic_reserve_ekenkoshop) a {
  width: 172px;
  margin-right: 7px;
}
/* 診療予約 ここまで */

/* 薬局 e健康SHOP ここから */

.clinic_reserve_ekenkoshop_button, .clinic_reserve_ekenkoshop_about {
  display: block;
  float: left;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clinic_reserve_ekenkoshop_button {
  height: 27px;
  width: 213px;
  margin: 10px 5px;
  background: url(/pc/images/reserve_ekenkoshop_button.png) no-repeat;
}

.clinic_reserve_ekenkoshop_about {
  height: 24px;
  width: 24px;
  margin: 10px 0;
  background: url(/pc/images/common/remixicons/question-line_48_555555.png) no-repeat;
  background-size: 24px;
}

/* 薬局 e健康SHOP ここまで */

/* 詳細情報(受診しやすい時間帯)表示 ここから */

.business_hours {
  margin: 25px 0 0;
}

.business_hour_title {
  margin: 0 0 3px 24px;
  padding: 0 0 10px 24px;
  background: url(/pc/images/common/remixicons/time-line_48_FF930D.png) no-repeat left -1px/18px;
  line-height: 1.2em;
  font-weight: normal;
  font-size: 1.2em;
}

table.corp-business-hour {
  table-layout: fixed;
  border-collapse: collapse;
  width: 368px;
  margin: 0 0 0 22px;
}

table.corp-business-hour thead td {
  background-color: #eee;
  text-indent: 0;
}

table.corp-business-hour tr.corp-business-hour__hour--1 {
  height: 22px;
}

table.corp-business-hour tr.corp-business-hour__hour--2 {
  height: 32px;
}

table.corp-business-hour tr.corp-business-hour__hour--3 {
  height: 37px;
}

table.corp-business-hour tr.corp-business-hour__hour--4 {
  height: 42px;
}

table.corp-business-hour tr.corp-business-hour__hour--5,
table.corp-business-hour tr.corp-business-hour__hour--6,
table.corp-business-hour tr.corp-business-hour__hour--7,
table.corp-business-hour tr.corp-business-hour__hour--8,
table.corp-business-hour tr.corp-business-hour__hour--9,
table.corp-business-hour tr.corp-business-hour__hour--10,
table.corp-business-hour tr.corp-business-hour__hour--11,
table.corp-business-hour tr.corp-business-hour__hour--12,
table.corp-business-hour tr.corp-business-hour__hour--13,
table.corp-business-hour tr.corp-business-hour__hour--14,
table.corp-business-hour tr.corp-business-hour__hour--15,
table.corp-business-hour tr.corp-business-hour__hour--16,
table.corp-business-hour tr.corp-business-hour__hour--17,
table.corp-business-hour tr.corp-business-hour__hour--18,
table.corp-business-hour tr.corp-business-hour__hour--19,
table.corp-business-hour tr.corp-business-hour__hour--20,
table.corp-business-hour tr.corp-business-hour__hour--21,
table.corp-business-hour tr.corp-business-hour__hour--22,
table.corp-business-hour tr.corp-business-hour__hour--23,
table.corp-business-hour tr.corp-business-hour__hour--24 {
  height: 47px;
}

table.corp-business-hour thead th {
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

table.corp-business-hour th {
  display: block;
  width: 20px;
  position: relative;
  top: -10px;
  font-weight: normal;
  font-size: 13px;
}

table.corp-business-hour thead tr th {
  top: 0px !important;
}

table.corp-business-hour td {
  width: 37px;
  text-align: center;
  border: 1px solid #999;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

table.corp-business-hour tfoot th, table.corp-business-hour tfoot td {
  border: none;
}

td.corp-business-hour__status--free {
  background-color: #ABD4FF;
}

td.corp-business-hour__status--busy {
  background-color: #EECA55;
}

td.corp-business-hour__status--open {
  background-color: #FFFFFF;
}

td.corp-business-hour__status--close {
  background-color: #CCCCCC;
}

.corp-business-hour__about {
  overflow: hidden;
  margin: 0 0 0 72px;
}

span.corp-business-hour__about-box {
  display: block;
  border: 1px solid #999;
  width: 35px;
  float: left;
  /* ↓text-indent: -9999pxの代替↓ */
overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

span.corp-business-hour__status--free {
  background-color: #ABD4FF;
}
span.corp-business-hour__status--busy {
  background-color: #EECA55;
}
span.corp-business-hour__status--open {
  background-color: #FFF;
}
span.corp-business-hour__status--close {
  background-color: #CCCCCC;
}

span.corp-business-hour__about-status {
  float: left;
  margin: 0 7px 7px 0;
}

.business_hour_memo, .business_hour_notice {
  clear: both;
  margin: 6px 12px 6px 72px;
  line-height: 1.5em;
}

.business_hour_notice {
  color: #f33;
}
/* 受診しやすい時間帯 ここまで */

/* ドクタビューへのリンク ここから */

.doctorview_interview {
  width: auto;
  margin: 24px 8px 5px 0;
  padding: 0 12px 18px 4px;
  border-bottom: 1px solid #ddd;
  font-size: 1.1em;
}

.interview_title {
  margin-bottom: 10px;
  padding-left: 26px;
  background-size: 23px;
  font-size: 1.2em;
}

.interview_question, .interview_answer {
  margin-left: 60px;
  padding: 10px 15px;
}

.interview_question {
  margin-bottom: 8px;
}

.interview_more {
  margin: 12px auto 4px;
  padding: 10px;
}

.doctorview_link {
  margin: 28px -100px 10px 25px;
  font-size: 1.15em;
}

.doctorview_link a {
  line-height: 40px;
}

.doctorview_link a span {
  height: 37px;
  width: 180px;
  margin: 0 6px 0 0;
  background-size: 180px;
}
/* ドクタビューへのリンク ここまで */

/* 地図 ここから */

.corp_map {
  width: 280px;
  margin: 12px 0 0 0;
  padding: 12px;
  background-color: #f6f6f6;
}

.corp_map h3.title {
  display: none; /* PC版では非表示に */
}

.corp_map_link {
  margin: 1em 0;
  font-size: 1.1em;
}

.corp_map_memo {
  padding: 5px 0;
  line-height: 1.35em;
  font-size: 1.1em;
}
/* 地図 ここまで */

/* 医療機関メッセージ ここから */

.corp_original_messages {
  margin: 15px -310px 15px 25px;
  line-height: 1.5em;
  font-size: 1.15em;
}

.message_title {
  margin: 30px 0 12px;
  padding: 0 0 7px;
  border-bottom: 1px solid #cfcfcf;
  font-weight: bold;
  font-size: 1.1em;
}

/* タブ化 */
.original_messages {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0;
}

.original_messages .tab {
  flex-grow: 1;
  display: grid;
  place-items: center;
  width: 20%;
  height: 3em;
  padding: 35px 5px 5px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}

#corp_doctor_introduction.tab {
  background: url(/pc/images/common/doctor-ehc_48_333333.png) no-repeat center top/30px;
}

#corp_appeal.tab {
  background: url(/pc/images/common/remixicons/chat-3-line_48_333333.png) no-repeat center 1px/29px;
}

#corp_specialty_introduction.tab {
  background: url(/pc/images/common/remixicons/microscope-line_48_333333.png) no-repeat center 1px/29px;
}

#corp_facility_introduction.tab {
  background: url(/pc/images/common/remixicons/hospital-line_48_333333.png) no-repeat center 1px/29px;
}

.original_messages .tab[disabled] {
  font-weight: normal;
  color: #999999;
  cursor: default;
}

#corp_doctor_introduction.tab[disabled] {
  background: url(/pc/images/common/doctor-ehc_48_999999.png) no-repeat center top/30px;
}

#corp_appeal.tab[disabled] {
  background: url(/pc/images/common/remixicons/chat-3-line_48_999999.png) no-repeat center 1px/29px;
}

#corp_specialty_introduction.tab[disabled] {
  background: url(/pc/images/common/remixicons/microscope-line_48_999999.png) no-repeat center 1px/29px;
}

#corp_facility_introduction.tab[disabled] {
  background: url(/pc/images/common/remixicons/hospital-line_48_999999.png) no-repeat center 1px/29px;
}

.original_messages .tab[selected] {
  cursor: default;
}

.original_messages .tab[selected], .original_messages .tab:not([disabled]):hover{
  outline: none;
  padding-bottom: 4px; /* オレンジの太線をグレーの細線の真上に配置している */
border-bottom: 3px solid #FF930D;
  color: #FF930D;
}

#corp_doctor_introduction.tab[selected], #corp_doctor_introduction.tab:not([disabled]):hover {
  background: url(/pc/images/common/doctor-ehc_48_FF930D.png) no-repeat center top/30px;
}

#corp_appeal.tab[selected], #corp_appeal.tab:not([disabled]):hover {
  background: url(/pc/images/common/remixicons/chat-3-line_48_FF930D.png) no-repeat center 1px/29px;
}

#corp_specialty_introduction.tab[selected], #corp_specialty_introduction.tab:not([disabled]):hover {
  background: url(/pc/images/common/remixicons/microscope-line_48_FF930D.png) no-repeat center 1px/29px;
}

#corp_facility_introduction.tab[selected], #corp_facility_introduction.tab:not([disabled]):hover {
  background: url(/pc/images/common/remixicons/hospital-line_48_FF930D.png) no-repeat center 1px/29px;
}

.original_messages .message_body {
  display: none;
  width: 100%;
  order: 1;
  padding: 30px 20px;
  margin-top: -2px;
  line-height: 1.6em;
  font-size: 1.15em;
}

.original_messages .tab[selected] + .message_body {
  display: block;
}

 /* 薬局(メッセージのみ)の場合 ここから */
.corp_type_pharm .original_messages {
  display: block;
  margin: 30px 0;
}

.corp_type_pharm .original_messages .tab {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 15px;
  padding: 0 10px 10px 26px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 1.3em;
}

.corp_type_pharm .original_messages .tab[disabled] {
  display: none;
}

.corp_type_pharm .original_messages #corp_appeal.tab[selected] {
  width: auto;
  background: url(/sp/images/common/remixicons/chat-3-line_48_FF930D.png) no-repeat 1px 1px/20px;
  color: #333;
}

.corp_type_pharm .original_messages .tab:not([disabled]):hover {
  padding: 0 10px 10px 26px;
  border-bottom: 1px solid #ccc;
}

.corp_type_pharm .original_messages .message_body {
  padding: 0;
}
 /* 薬局(メッセージのみ)の場合 ここまで */

/* 医療機関メッセージ ここまで */

/* 診療案内ここまで */


/* 詳細情報(専門医・疾患・特色・難病)表示 ここから */

.corp-info-ext {
  padding: 8px 0 0 0;
  font-size: 1.15em;
}

h2.corp-info-ext__title {
  margin: 20px 0;
  padding: 14px 8px 12px 15px;
  background-color: #f6f6f6;
  border-left: 5px solid #ff930d;
  line-height: 1.5em;
  font-size: 1.2em;
}

table.corp_table .corp_professions h3, table.corp_table .corp_base_features h3 {
  margin: 30px 0 20px;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}

table.corp_table .corp_base_features h3 {
  padding:0;
}

.corp_professions h3::before, .corp_base_features h3::before {
  content: "";
  margin-right: 0.5em;
  border-left: 5px solid #FF930D;
}

.corp_professions > div:nth-of-type(odd) {
  margin-bottom: 8px;
  font-weight: bold;
}

.corp_professions > div:nth-of-type(even) {
  margin: 0 0 0.7em;
}

table.corp_table .corp_target_specialities h3 {
  margin: 20px 0 20px 7px;
  padding: 14px 8px 12px 14px;
  background-color: #f6f6f6;
  line-height: 1.5em;
  font-size: 1.1em;
}

.corp_professions, .corp_base_features, .corp_target_specialities>dl {
  padding: 0 10px 15px 0px;
  margin: 20px 0 20px 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.5em;
}

.corp_target_specialities>dl {
  padding: 0 10px 20px 0px;
}

.corp_base_features, .corp_target_specialities dl:last-child {
  border:none;
  margin-bottom: 0;
}

.corp-info-ext dt {
  margin: 30px 0 20px 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.corp-info-ext dt[class*="corp-info-ext__"]::before {
  content: "";
  margin-right: 0.5em;
  border-left: 5px solid #FF930D;
}

.corp-info-ext dd {
  margin: 0 ;
  padding: 0 ;
}

.corp-info-ext dd[class*="corp-info-ext__"] dl dt { /* 専門医の常勤/非常勤、難病の一次的/専門的見出し */
margin: 20px 0 8px;
  font-size: 1em;
}

.corp-info-ext dd[class*="corp-info-ext__"] dl dd, .corp-info-ext dd[class*="corp-info-ext__"] ul li, .corp-info-ext ul[class*="corp-info-ext__"] li {
  display: inline;
  margin: 0 3px 0 0;
  line-height: 1.6em;
}

.corp-info-ext dd[class*="corp-info-ext__"] dl dd::before, .corp-info-ext dd[class*="corp-info-ext__"] ul li:not(:first-of-type)::before, .corp-info-ext ul[class*="corp-info-ext__"] li:not(:first-of-type)::before {
  content: ",";
  margin: 0 4px 0 -3px;
}

.corp-info-ext dd[class*="corp-info-ext__"] dl dt+dd::before { /* 専門医の常勤/非常勤、難病の一次的/専門的見出し直後の項目にカンマをつけない */
content: none;
  margin: 0 3px 0 0;
}

.corp-info-ext dd[class*="corp-info-ext__"] .certified_organization {
  font-size: 0.85em;
}

 /* 地域医療連携 ここから */

.corp-info-ext__base-features--local_cooperations {
  margin: 15px 0 0 0;
}

.corp-info-ext .local_cooperations_corps .subtitle::before {
  content: "■";
  margin-right: 0.1em;
}

.corp-info-ext .local_cooperations_corps {
  margin: 8px 0 0;
}

.corp-info-ext .local_cooperations_corps ul {
  margin: 5px 0;
  padding: 0 0 0 1em;
}

.corp-info-ext .local_cooperations_corps ul li {
  margin-bottom: 5px;
  padding-bottom: 1px;
  border-bottom: 1px solid #ddd;
}

.corp-info-ext .local_cooperations_corps ul li a {
  font-weight: normal;
}

.corp-info-ext .corp__local_cooperations_text {
  padding-left: 1em;
}

 /* 地域医療連携 ここまで */

dd.corp-info-ext__board-certified-specialist-else, dd.corp-info-ext__curable-serious-case-else {
  margin: 20px 0 0;
}

.corp-info-ext li sup {
  line-height: 1em; /* ※付きのときに行高が大きくならないように */
font-size: 0.85em;
}

.corp-info-ext dd[class*="-notice"], .corp_base_features div[class*="_notice"] {
  margin: 5px 0 10px;
  list-style: none;
  font-size: 0.87em;
  color: #F33;
}

.not_insurable_notice p.title {
  display: inline;
}

.not_insurable_notice a.link {
  display: inline;
  padding: 1px 5px;
  background-color: #f6f6f6;
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.85em;
  color: #333;
}

.not_insurable_notice a.link::before {
  content: "≫";
}

.not_insurable_notice a.link:hover {
  text-decoration: underline;
}

.not_insurable_notice .content_wrapper {
  margin: 5px 0;
  padding: 10px 15px;
  background-color: #f6f6f6;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 0.9em;
  color: #333;
}

.not_insurable_notice .content_wrapper p.content {
  margin: 0 0 10px;
}

.not_insurable_notice .content_wrapper button, .spec_notice_content_wrapper button {
  background-color: #f6f6f6;
  border: none;
  font-size: 0.9em;
}

.not_insurable_notice .content_wrapper button:hover, .spec_notice_content_wrapper button:hover {
  text-decoration: underline;
}

button.spec_notice {
  margin: 5px 0;
  padding: 3px 8px 3px 24px;
  background: url(/pc/images/common/remixicons/error-warning-line_48_FF3333.png) no-repeat 5px 50%/16px #f6f6f6;
  font-size: 0.85em;
  color: #555;
}

.spec_notice_content_wrapper {
  margin: 5px 0 15px;
}

 /* 特定科目項目注記 ここから */

.search_notice {
  box-sizing: border-box;
  width: 702px;
  margin: 30px 0 30px 20px;
  padding: 15px 20px;
  background-color: #f4f4f4;
  line-height: normal;
  font-size: 0.95em;
}

.search_notice .title {
  margin: 5px 0 10px;
  text-align: center;
  font-weight: bold;
  color: #F33;
}

.search_notice dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.search_notice dl:last-child {
  border: none;
}

.search_notice dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
}

.search_notice .name {
  margin-right: 2px;
  padding: 0 5px;
  background-color: #fff;
  line-height: 1.8em;
  font-weight: bold;
  color: #505050;
}

.search_notice .item {
  margin: 7px 0 18px;
}

.search_notice .item .header {
  display: inline; /* 「詳しく見る」を回り込ませる */
}

.search_notice .item .body {
  display: none; /* 「詳しく見る」を押す前は非表示 */
}

.search_notice .item.detailed .body {
  display: block; /* 「詳しく見る」を押すと表示 */
margin-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.search_notice .item.detailed:last-child .body {
  padding-bottom: 0;
  border: none;
}

.search_notice .item .more {
  padding: 0;
  background: none;
  border: none;
  font-size: 0.9em;
  color: #38c;
}

.search_notice .item .more::before {
  content: "≫";
}

.search_notice .item .more:hover {
  text-decoration: underline;
}

.search_notice .item.detailed .more { /* 「詳しく見る」を押すと非表示 */
  display: none;
}
 /* 特定科目項目注記 ここまで */

/* 詳細情報(専門医・疾患・特色・難病)表示 ここまで */

/* 非掲載扱い、ペンディング、閉院 の表示 ここから */

.corp_status_suspended .corp_status_notice, .corp_status_closed .corp_status_notice {
  font-size: 1.1em;
  background: url(/pc/images/common/remixicons/information-line_48_FF3333.png) no-repeat 12px 10px/18px;
  padding: 12px 12px 12px 32px;
  border-radius: 4px;
  width: 260px;
  margin: 8px 0;
}

.corp_status_suspended .corp_status_notice {
  background-color: #fff1e1;
}

.corp_status_closed .corp_status_notice {
  background-color: #dcdcdc;
}

.corp_denied .clinic_list,
.corp_status_suspended .clinic_list,
.corp_status_closed .clinic_list {
  margin-bottom: 60px;
}

.corp_denied dl.clinic_ask,
.corp_status_suspended dl.clinic_ask,
.corp_status_closed dl.clinic_ask {
  margin: 15px 0;
  width: 700px;
}

/* 非掲載扱い、ペンディング、閉院 の表示 ここまで */


.clinic_ask_outer {
  float: left;
  width: 173%;
}

dl.clinic_ask {
  margin: 15px 0;
  padding: 18px 12px;
  background-color: #f6f6f6;
  font-size: 1.1em;
}

.clinic_ask dt {
  padding: 0 0 5px 30px;
  border-bottom: 1px solid #ddd;
  background: url(/pc/images/common/remixicons/information-line_48_01ab4a.png) no-repeat 5px 0px/22px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
  color: #01ab4a;
}

.clinic_ask dd {
  margin: 0;
  padding: 8px 0 0 8px;
  font-size: 0.95em;
  line-height: 1.5em;
}

.clinic_ask dd ul {
  margin: 15px 10px;
  padding-left: 1em;
}

.clinic_ask dd ul li {
  margin-bottom: 0.75em;
  list-style: disc;
}

.info_notice_link_to_mail a{
  font-weight: bold;
  font-size: 1.1em;
}

.clinic_update_time_outer {
  float: left;
  width: 173%;
  display: block;
}

.corp_status_suspended .clinic_update_time_outer, .corp_status_denied .clinic_update_time_outer, .corp_status_denied .clinic_ask_outer { /* ペンディング・非掲載希望の場合 */
width: 100%;
}

/* タイムスタンプ ここから */

div.corp_timestamp {
  padding: 0 2px 12px 0;
  text-align: right;
  line-height: 1.5em;
  color: #666;
}

 /* 情報が古い場合 */
.corp_timestamp.old_updated .timestamp {
  color: #f33;
}

.corp_timestamp.old_updated .timestamp::after {
  content: "※最終情報更新日から5年以上が経過しています。事前に必ず該当の医療機関に直接ご確認ください。";
  display: inline-block;
  margin: 0 0 5px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.1em;
}
/* タイムスタンプ ここまで */

/* Facebookコメント ここから */

.comments {
  padding: 0 0 0 10px;
  clear: both;
}

.comments_facebook_title {
  font-weight: bold;
  margin: 0 0 1em 0;
  background: url(/pc/images/emoticons/b/balloon-facebook.png) no-repeat;
  padding: 0 0 0 1.5em;
}

.comments_facebook_about {
  font-size: 0.9em;
  color: #333;
  margin: 0 0 1em 0;
}

.comments_facebook_about_title {
  font-weight: bold;
  color: #3B5998;
}

.comments_facebook_about_body {
  margin: 0 0 0.5em 0;
  color: #666;
  padding: 0 50px 0 0;
}

/* Facebookコメント ここまで */

/* 口コミ ここから */

#reviews {
  margin: 0 0 15px 0;
}

.corp-reviews__body {
  padding: 0 20px 0 40px;
}

.corp-reviews__body__review {
  clear: both;
  margin: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

.corp-reviews__body__review:last-of-type {
  border: none;
}

.corp-reviews__title {
  clear: both;
  margin: 20px 0;
  padding: 14px 8px 12px 38px;
  background: url(/pc/images/common/remixicons/chat-3-line_48_FF930D.png) no-repeat 12px 15px/20px #f6f6f6;
  border-left: 5px solid #ff930d;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1.3em;
  color: #333;
}

.corp-reviews__none {
  margin: 15px 0 15px 33px;
}

#corp-reviews__form {
  margin: 10px 2px 0 6px;
}

.corp-reviews__form-field {
  padding: 18px 25px;
  background-color: #eee;
}

.corp-reviews__form-field textarea {
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
  width: 652px;
  height: 72px;
  padding: 7px;
  border: 1px solid #ADADAD;
  border-radius: 2px;
  background-color: #FFFFFF;
}

.corp-reviews__form-field textarea.placeholder{
  color: #777;
  font-size: 1.1em;
  font-weight: bold;
}

.corp-reviews__form-submit {
  margin: 10px 24px 0 0;
  text-align: right;
}

.corp-reviews__form-submit input {
  -webkit-appearance: textfield; /* mac,iOSでpaddingを効かせるため */
width: 120px;
  padding: 3px 20px;
  font-size: 1.1em;
}

.reviews_about {
  margin: 20px 0 10px 8px;
  padding: 20px 15px;
  background-color: #f6f6f6;
  line-height: 1.5em;
}

.reviews_about_title {
  margin: 13px 0 7px;
  padding: 0 0 0 22px;
  background: url(/pc/images/common/remixicons/error-warning-line_48_FF3333.png) no-repeat 0px 0px/18px;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 1.15em;
  color: #f33;
}

.reviews_about_body {
  color: #666;
  margin: 0 0 5px 0;
}

#corp-reviews__body {
  margin: 0 5px 15px 11px;
}

.review {
  border-bottom: 1px dotted #999;
}

.review:last-child {
  border: none;
}

.corp-reviews__body__review-title {
  padding: 0 0 0 60px;
  margin: 1em 0 0.75em;
}

.corp-reviews__body__review-title-line {
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  padding: 8px 0 0 0;
}

.corp-reviews__body__review-title-created-at {
  color: #888;
  text-align: right;
  padding: 8px 10px 0 0;
  display: none;
}

.corp-reviews__body__review-title-point {
  color: #333;
  clear: both;
  margin: 4px 0 0 0;
  padding: 6px 0 0 0;
}

.review_average_point {
  font-weight: bold;
  color: #ff930d;
  padding: 0 5px 0 91px;
}

.review_average_point_00, .sns-review__average--00, .side-corp-reviews__title-average-point--00 {
  background: url(/pc/images/review_point_00.png) no-repeat 0 2px;
}

.review_average_point_05, .sns-review__average--05, .side-corp-reviews__title-average-point--05 {
  background: url(/pc/images/review_point_05.png) no-repeat 0 2px;
}

.review_average_point_10, .sns-review__average--10, .side-corp-reviews__title-average-point--10 {
  background: url(/pc/images/review_point_10.png) no-repeat 0 2px;
}

.review_average_point_15, .sns-review__average--15, .side-corp-reviews__title-average-point--15 {
  background: url(/pc/images/review_point_15.png) no-repeat 0 2px;
}

.review_average_point_20, .sns-review__average--20, .side-corp-reviews__title-average-point--20 {
  background: url(/pc/images/review_point_20.png) no-repeat 0 2px;
}

.review_average_point_25, .sns-review__average--25, .side-corp-reviews__title-average-point--25 {
  background: url(/pc/images/review_point_25.png) no-repeat 0 2px;
}

.review_average_point_30, .sns-review__average--30, .side-corp-reviews__title-average-point--30 {
  background: url(/pc/images/review_point_30.png) no-repeat 0 2px;
}

.review_average_point_35, .sns-review__average--35, .side-corp-reviews__title-average-point--35 {
  background: url(/pc/images/review_point_35.png) no-repeat 0 2px;
}

.review_average_point_40, .sns-review__average--40, .side-corp-reviews__title-average-point--40 {
  background: url(/pc/images/review_point_40.png) no-repeat 0 2px;
}

.review_average_point_45, .sns-review__average--45, .side-corp-reviews__title-average-point--45 {
  background: url(/pc/images/review_point_45.png) no-repeat 0 2px;
}

.review_average_point_50, .sns-review__average--50, .side-corp-reviews__title-average-point--50 {
  background: url(/pc/images/review_point_50.png) no-repeat 0 2px;
}

.review-point--recommend .review-point__value {
  color: #ff930d;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 0 92px;
}

.review-point--recommend.review-point--0 .review-point__value {
  background: url(/pc/images/review_point_00.png) no-repeat 0 2px;
}

.review-point--recommend.review-point--1 .review-point__value {
  background: url(/pc/images/review_point_10.png) no-repeat 0 2px;
}

.review-point--recommend.review-point--2 .review-point__value {
  background: url(/pc/images/review_point_20.png) no-repeat 0 2px;
}

.review-point--recommend.review-point--3 .review-point__value {
  background: url(/pc/images/review_point_30.png) no-repeat 0 2px;
}

.review-point--recommend.review-point--4 .review-point__value {
  background: url(/pc/images/review_point_40.png) no-repeat 0 2px;
}

.review-point--recommend.review-point--5 .review-point__value {
  background: url(/pc/images/review_point_50.png) no-repeat 0 2px;
}

.review-point__value {
  margin: 0 0.5em 0 0;
}

.corp-reviews__body__review-title-reviewer {
  color: #888;
  clear: both;
  margin: 4px 0 0 0;
}

.corp-reviews__body__review-title-reviewer-nickname, .corp-reviews__body__review-title-reviewer-relation {
  margin-right: 12px;
}

.corp-reviews__body__review.corp-reviews__body__review--baby.corp-reviews__body__review--male, .corp-reviews__body__review.corp-reviews__body__review--baby.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_baby.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--child.corp-reviews__body__review--male {
  background: url(/pc/images/reviewer_child_male.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--child.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_child_female.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--teenager.corp-reviews__body__review--male {
  background: url(/pc/images/reviewer_teenager_male.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--teenager.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_teenager_female.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--young_Adult.corp-reviews__body__review--male {
  background: url(/pc/images/reviewer_young_Adult_male.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--young_Adult.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_young_Adult_female.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--middle_age.corp-reviews__body__review--male {
  background: url(/pc/images/reviewer_middle_age_male.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--middle_age.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_middle_age_female.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--old_age.corp-reviews__body__review--male {
  background: url(/pc/images/reviewer_old_age_male.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--old_age.corp-reviews__body__review--female {
  background: url(/pc/images/reviewer_old_age_female.png) no-repeat 4px 6px;
}

.corp-reviews__body__review.corp-reviews__body__review--unknown {
  background: url(/pc/images/reviewer_unknown.png) no-repeat 4px 6px;
}

.corp-reviews__else {
  margin: 30px 80px;
  padding: 16px;
  background-color: #e5e5e5;
  text-align: center;
  font-size: 1.2em;
}

.reviews_form {
  font-size: 1.1em;
  text-align: center;
  background-color: #ffffe1;
  border: 1px solid #D8CD89;
  border-radius: 16px;
  padding: 16px;
  margin: 20px 80px 0;
}

.reviews_form a {
  font-weight: bold;
  font-size: 1.1em;
  background: url(/pc/images/emoticons/b/balloon.png) no-repeat 112px -2px;
  display: block;
}

/* 診療中/診療時間外アイコン ここまで */

/* 古い口コミへの注記 ここから */
.corp-reviews__body__review-title-notice {
  clear: both;
  padding: 7px 0 0 0;
  font-size: 0.9em;
  color: #ff0000;
}

.clinic_reviews .corp-reviews__body__review-title-notice {
  top: -1.2em;
}
/* 古い口コミへの注記 ここまで */

.corp-reviews__body {
  margin: 0 0 15px;
  padding: 0 20px 0 10px;
}

.corp-reviews__body__review-title {
  color: #368DD1;
}

.corp-reviews__notes__note-title {
  font-weight: bold;
}

h3.corp-reviews__notes__note-title {
  display: inline;
  font-size: 0.9em;
}

.corp-reviews__notes__note {
  margin: 0 0 10px 0;
  line-height: 1.5em;
}

.corp-reviews__notes__note-more {
  float: left;
  margin: 0 0 10px 0;
}

.review-comments {
  clear: both;
  margin: 2px 2px 10px 2px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #FEFFEF;
}

.review-comments__comment-from {
  padding-left: 20px;
  background: url(/pc/images/common/remixicons/user-2-line_48_ff930d.png) no-repeat left top/17px;
  line-height: 1.8em;
  font-weight: bold;
}

.review-comments__comment-body {
  margin: 0 0 0.5em 0;
  line-height: 1.5em;
}

.review-comments__comment-commenter {
  text-align: right;
  color: #666;
}

.review-comments__comment-commenter-post {
  padding: 0 1em 0 0;
}

.review-comments-link {
  margin: 0 5px 1.2em 0;
  text-align: right;
}

.corp-reviews__pagenation, .corp-reviews__pagination {
  font-size: 1.1em;
  text-align: center;
  width: 200px;
  height: 30px;
  margin: 10px auto 20px;
}

.corp-reviews__pagenation-prev.corp-reviews__pagenation--empty, .corp-reviews__pagenation-next.corp-reviews__pagenation--empty, .corp-reviews__pagination-prev.corp-reviews__pagination--empty, .corp-reviews__pagination-next.corp-reviews__pagination--empty {
  display: none;
}

.corp-reviews__pagenation-prev, .corp-reviews__pagenation-next, .corp-reviews__pagination-prev, .corp-reviews__pagination-next {
  background-color: #f4f4f4;
  border: none;
  border-radius: 6px;
  padding: 10px;
  display: block;
  width: 70px;
}

.corp-reviews__pagenation-prev, .corp-reviews__pagination-prev {
  float: left;
}

.corp-reviews__pagenation-next, .corp-reviews__pagination-next {
  float: right;
}

/* 口コミ一時休止 */
.notice_suspended_reviews {
  margin: 15px 0 20px 7px;
  padding: 12px 15px;
  background-color: #f4f4f4;
  line-height: 1.6em;
  font-size: 1em;
}

span.sns-review__link {
  display: none;
}

/* 口コミここまで */

/* 左(メイン)カラムここまで */


/* 右カラムここから */

#main #right {
  padding-right: 30px;
}

.side_corps__title {
  padding: 8px 5px 6px 30px;
  text-align: left; /* 医院名が入り文字数が一定でないので左寄せ */
line-height: 1.4em;
}

.side_recently_viewed_corps_title {
  background: url(/pc/images/common/remixicons/history-line_48_FFFFFF.png) no-repeat 8px 8px/18px;
  background-color: #ff930d;
}

/* 近隣 ここから */

#side_clinics .side_corps__body, #side_pharms .side_corps__body {
  margin: 0 5px 0;
}

.side_clinics_title {
  background: url(/pc/images/common/remixicons/hotel-line_48_FFFFFF.png) no-repeat 8px 8px/18px;
  background-color: #4998e5;
}

.side_pharms_title {
  background: url(/pc/images/common/remixicons/community-line_48_FFFFFF.png) no-repeat 8px 8px/18px;
  background-color: #30c054;
}

/* 近隣医院の認証済みバッジ ここから (開始前) */

.side_corps span.corp_auth_approved__title {
  background-color: #ff930d;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 12px;
  text-shadow: none;
  font-size: 12px;
  color: #fff;
}

.side_corps amp-list button.corp_auth_approved__title {
  height: 20px;
}

.side_corps__body .corp_auth_approved .side_corp_title a {
  margin-top: 50px;
}

/* 近隣医院の認証済みバッジ ここまで */

.side_corp_reviews.side_corp_reviews_empty {
  display: none;
}

.side_recently_viewed_corps_title::before {
  content: none;
}

.side-corp-reviews__title {
  font-size: 0.9em;
  font-weight: bold;
  margin: 2px 0 8px 0;
  padding: 0 0 0 18px;
  background: url(/pc/images/emoticons/b/balloon.png) no-repeat 0 -2px;
}

.side-corp-reviews__title-count a {
  font-weight: normal;
}

.side-corp-reviews__title-average-point {
  color: #ff930d;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 0 0 91px;
  zoom: 85%;
}

.side-corp-reviews__recommend {
  margin: -6px 0 10px 1px;
  line-height: 1.6em;
  font-size: 0.9em;
  color: green;
}

#side_pharms_body .side_corp_title {
  clear: both;
}

.side_clinics_link, .side_pharms_link {
  margin: 5px 0 25px;
  padding: 1px 0 0 18px;
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_666666.png) no-repeat left top/18px;
  font-weight: bold;
}

/* 近隣 ここまで */

/* 同じ市区町村×専門治療・疾患一覧 ここから */

.side_specialities {
  margin: 25px 0 35px;
}

.side_specialities__title {
  margin: 10px 0;
  padding: 9px 7px 8px 29px;
  background: url(/pc/images/common/remixicons/search-eye-line_48_FFFFFF.png) no-repeat 8px 8px/18px;
  background-color: #9f9f9f;
  line-height: 1.4em;
  font-size: 1.15em;
  color:#fff;
}

li.side_specialities__body--facilities,
li.side_specialities__body--diseases,
li.side_specialities__body--experts,
li.side_specialities__body--serious_cases {
  margin-bottom: 10px;
  padding: 1px 0 0 18px;
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_666666.png) no-repeat left top/18px;
  font-weight: bold;
}

/* 同じ市区町村×専門治療一覧 ここまで */

/* ドロワーメニュー ここから */

 /* メニューボタン ここから */

button.drawer_open {
  position: fixed;
  z-index: 300;
  top: 10px;
  right: 30px;
  padding: 0;
  background-color: #FF930D;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

button.drawer_open span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  margin: 11px 10px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-color: #fff;
  vertical-align: middle;
}

button.drawer_open span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
}
 /* メニューボタン ここまで */

.drawer_menu {
  width: 280px;
  padding: 10px 15px;
  background-color: #FFF;
  box-shadow: 1px 0px 7px 2px #666;
  font-size: 1.05em;
}

.drawer_menu button {
  background: none;
  border: none;
  cursor: pointer;
}

.drawer_menu button.drawer_close {
  position: absolute;
  right: 12px;
  font-size: 34px;
  color: #999;
}

.drawer_menu button.drawer_close:hover {
  color: #FF930D;
}

.drawer_menu > div {
  margin: 35px 0;
}

.drawer_menu > div:first-of-type {
  margin-top: 50px;
}

.drawer_menu .heading {
  margin-bottom: 8px;
  line-height: 1.45em;
  font-weight: bold;
  font-size: .95rem;
  color: #333;
}

.drawer_menu ul {
  margin: 5px 0;
  padding: 0;
}

.drawer_menu ul li {
  padding: .7em 0;
  border-bottom: 1px dotted #aaa;
}

.drawer_menu .corp_info button { 
width: 100%;
  text-align: left;
}

.drawer_menu ul li button, .drawer_menu ul li a {
  display: block;
  padding: 0;
  font-weight: normal;
  font-size: 0.9rem;
  color: blue;
}

.drawer_menu ul li a {
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_999999.png) no-repeat right center/18px;
}

.drawer_menu ul li a:hover {
  background: url(/pc/images/common/remixicons/arrow-right-s-line_48_FF930D.png) no-repeat right center/18px;
}

.drawer_menu ul li button:not([disabled="disabled"]):hover, .drawer_menu ul li a:hover {
  text-decoration: underline;
}

.drawer_menu ul li *[disabled="disabled"], .drawer_menu ul li *[class*="disabled"] {
  cursor: default;
  color: #aaa;
}

/* ドロワーメニュー ここまで */

/* スティッキーメニュー ここから */

.sticky_menu {
flex-wrap: wrap;
  padding: 0;
}

.sticky_menu [class*="_reserve"], .sticky_menu [class*="_online"] {
  margin: 12px 10px 10px;
  border-radius: 5px;
}

  /* ネット予約・オンライン診療 commonから転記 ここから */
.sticky_menu {

  [class*="_reserve"] {
    margin-right: 10px;
    background-color: rgb(0, 204, 88);
  }

  [class*="_reserve"].sticky_menu__disabled {
    background-color: rgba(135,218,171,1);
  }

  [class*="_reserve"]:not(.sticky_menu__disabled):hover {
    background-color: rgba(81,218,140,1);
  }

  [class*="_reserve"] a::before, [class*="_reserve"].sticky_menu__disabled span.title::before, [class*="_reserve"] button::before {
    background:url(/pc/images/common/remixicons/calendar-event-line_48_white.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  [class*="_online"] {
    margin-left: 10px;
    background-color: #FF930D;
  }

  [class*="_online"].sticky_menu__disabled {
    background-color: rgba(240,193,135,1);
  }

  [class*="_online"]:not(.sticky_menu__disabled):hover {
    background-color: rgba(255,180,88,1);
  }

  [class*="_online"] a::before, [class*="_online"].sticky_menu__disabled span.title::before, [class*="_online"] button::before {
    background: url(/pc/images/common/remixicons/customer-service-2-line_48_white.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
  /* ネット予約・オンライン診療 commonから転記 ここまで */

.sticky_menu div:not(.sticky_menu__scroll_top):not(.sticky_menu__recently_viewed_corps) button {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
}

.sticky_menu div:not(.sticky_menu__scroll_top) button:hover {
  text-decoration: underline;
}

.sticky_menu.no_scroll_reserve_and_scroll_online .sticky_menu__scroll_top button {
  bottom: 20px;
}

.sticky_menu.no_scroll_reserve_and_scroll_online .sticky_menu__recently_viewed_corps button {
  bottom: 75px;
}

.sticky_menu .sticky_menu__scroll_top button {
  bottom: 100px;
}

.sticky_menu .sticky_menu__scroll_top:first-child button { /* 予約/オンライン診療ボタンいずれも無い場合 */
  bottom: 60px;
}

.copyright { /* フッタがスティッキーメニューに隠れるのを回避 */
  margin-bottom: 68px;
}

 /* 特定科目項目、施設単位オーバーレイ注記 ここから */

.sticky_menu>div.sticky_menu__scroll_search_notice {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-basis: 100%;
  margin: 0 0 8px;
  color: #fff;
}

.sticky_menu>div.sticky_menu__scroll_search_notice:nth-child(2) { /* 予約/オンラインいずれも無い場合 */
  margin: 8px 0;
}

.sticky_menu>div.sticky_menu__scroll_search_notice p {
  margin: 0;
  padding-left: 10px;
  text-align: left;
  font-size: 13px;
}

.sticky_menu>div.sticky_menu__scroll_search_notice p::before {
   content: none;
}

.sticky_menu>div.sticky_menu__scroll_search_notice button {
  flex: 0 0 4em;
  padding: 0;
  line-height: 13px;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}

.sticky_menu>div.sticky_menu__scroll_search_notice button:active {
  color: #aaa;
}

.sticky_menu>div.sticky_menu__scroll_search_notice button::before {
  content: "≫";
}
 /* 特定科目項目、施設単位オーバーレイ注記 ここまで */

/* スティッキーメニュー ここまで */

/* Meisa対応 ここから */

.platform_meisa div.notice_covid19 a span {
  font-size: 80%;
}

.platform_meisa .corp_access_report amp-list {
  display: none;
}

.platform_meisa .corp_access_report_title {
  padding: 0 20px 0 0;
  font-size: 10px;
}

.platform_meisa .corp_access_report_title a {
  left: 80px;
}
/* Meisa対応 ここまで */

/* オンライン診療したいね ポップアップ非表示 ここから */

.online_request__popup {
  display: none !important;
}

/* オンライン診療したいね ポップアップ非表示 ここまで */
