@charset "UTF-8";

/* -----------共通------------- */
.hospital_main {
  float: left;
  width: 72%;
}

@media screen and (max-width:890px) {
  .hospital_main {
    width: 100%;
    float: none;
    margin-bottom: 2em;
    font-size: 85%;
  }
}

p {
  margin: 0 0 1em 0;
}

#side-new p {
  margin: 0 0 10px 0 !important;
}


.button-a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  background: #FF667C;
  background: #00A8A8;
  background: #0064A8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #cfcfcf;
  -moz-box-shadow: 0 0 4px #cfcfcf;
  -ms-box-shadow: 0 0 4px #cfcfcf;
  -o-box-shadow: 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf;
  color: #fff;
  text-align: right;
  font-weight: bold;
}

.side-button-a {
  display: block;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background: #FF667C;
  background: #00A8A8;
  background: #0064A8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #cfcfcf;
  -moz-box-shadow: 0 0 4px #cfcfcf;
  -ms-box-shadow: 0 0 4px #cfcfcf;
  -o-box-shadow: 0 0 4px #cfcfcf;
  box-shadow: 0 0 4px #cfcfcf;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

/*
a.button-a:link,
a.side-button-a:link,
a.button-a:visited,
a.side-button-a:visited,
.side-wrap .pumpFile a.button-a:visited,
.side-wrap .pumpFile a.side-button-a:visited {
color:#fff;
text-decoration:none;
}
------------------------------------------------ */

a.button-a,
a.side-button-a,
a.button-a:link,
a.side-button-a:link {
  color: #fff !important;
  text-decoration: none !important;
}

a.button-a:hover,
a.side-button-a:hover {
  color: #005F7F !important;
  background: #FCEE71 !important;
}


a.button-a:hover,
a.side-button-a:hover {
  color: #005F7F !important;
  background: #FCEE71 !important;
}



.sns-button,
.sns-button2 {
  width: 610px !important;
  margin: 0 0 1em 0 !important;
}

ul.disc {
  list-style: disc;
  margin: 0 20px 16px 20px;
  padding-left: 20px;
}

.yaji {
  background-image: url("/yaji2.gif");
  background-repeat: no-repeat;
  background-position: left middle;
  padding: 0px 0px 0px 20px;
}


/* ------------------------------------------------ */

.side-wrap .side-title {
  color: #fff;
  margin: 0 0 5px 0;
  padding: 3px 5px;
  background: #EAA8BF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  font-size: 120%;
  line-height: 140%;
  text-align: center;
  font-weight: bold;
}

.side-wrap .lineUp {
  font-size: 16px;
  line-height: 1.5;
}

.lineUp dl {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.lineUp dl dt {
  margin: 0 0 5px 0;
  padding: 5px 20px;
  background: #00AA00;
  color: #fff;
  font-size: 120%;
}

.lineUp dl dd {
  display: inline-block;
  margin-right: 1em;
  line-height: 1.9;
}

dl.clearfix a {
  color: #1F91BE;
}

dl.clearfix a:hover {
  color: #ff8c00;
}

.side-wrap .side-title-s {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  font-weight: bold;
  background: #00AA00;
  color: #fff;
  font-size: 120%;
  line-height: 2;
}

.side-wrap .side-title-s a {
  display: block;
}

.side-wrap .side-title-s a:link {
  text-decoration: none;
  color: #fff;
}

.side-wrap .pumpFile {
  margin-bottom: 20px;
}

.side-wrap .pumpFile a.side-button-a {}

.side-wrap .byoin-counter {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

.side-wrap .entry .side-title-s {
  background: #FF667C;
}

p.side_keisai {
  color: #393939;
}


/* --------------病院コンテンツ------------------- */

#main .hospital_main p {
  margin-bottom: 1.5em;
  color: #393939;
}

.hospital-content a {
  color: #8858AA;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
}

.hospital-content li {
  background-color: #E5D7EE;
  margin: 0.5em 0;
  padding: 1em 1em 1em 1em;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  line-height: 1.7;
  list-style-type: none !important;
  box-shadow: 0 2.5px 0 #dadada;
  transition: 0.15s;
  position: relative;
}

.hospital-content li:hover {
  box-shadow: 0 0px 0 #dadada;
  transform: translateY(2.5px);
  text-decoration: none;
  filter: brightness(110%);
}

.hospital-content i {
  padding-right: 5px;
}

/* --------------病院テキスト------------------- */

#main p.top_text_sho {
  margin: 30px;
  padding: 20px;
  background: #f7f7f7;
}

/* --------------地図下テキスト------------------- */

p.wa_textbox {
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
}

/* --------------地図下テキスト_掲載申し込み------------------- */

.btnbox,
a.btnbox,
button.btnbox {
  font-size: 95%;
  font-weight: 700;
  display: inline-block;
  padding: 1em 5em;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.top_keisai_btn {
  display: block;
  text-align: center;
  padding: 20px;
}

a.btn_on {
  position: relative;
  color: #393939;
  border: 2px solid #393939;
  border-radius: 15px;
  background: #fffde6;
  -webkit-box-shadow: 0 5px 0 #ffee55;
  box-shadow: 0 5px 0 #ffee55;
}

a.btn_on:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #393939;
  background: #ffee55;
  -webkit-box-shadow: 0 2px 0 #ffee55;
  box-shadow: 0 2px 0 #ffee55;
}


a.btn_on span {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 60px;
  height: 60px;
  padding-top: 12px;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #393939;
  border: 2px solid #393939;
  border-radius: 50%;
  background: #fff;
  text-align: revert;
}

a.btn_on small {
  font-weight: bold;
}

a.btn_on i {
  margin-right: 1rem;
}


a.btn_on:hover span {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}

/* --------------COOP_box------------------- */

.coop_box {
  display: flex;
  align-items: center;
  border: 2px solid #1c5973;
  border-radius: 15px;
  margin-top: 40px;
}

.coop_box img {
  width: 200px;
  padding: 0.5em;
}

.coop_box p {
  margin-top: 1.5em;
  margin-right: 1em;
  margin-left: 1em;
}

/* --------------hospital-Map------------------- */

div#hospital-map {
  position: relative;
}

.hospital-map p {
  padding: 15px;
  border: 5px double #E3E3E3;
  border-radius: 15px;
  position: absolute;
  width: 37%;
  font-size: 16px;
}

.hospital-map img {
  margin: 10px 30px 50px 0;
}


p.map_on_texst {
  position: absolute;
  top: 55px;
  left: 110px;
  margin: 0;
  color: #393939;
  padding: 70px 14px;
  border-radius: 100px;
  text-align: center;
  background: #e6f0ff;
  font-weight: bold;
}


/* --------------スマホ用メイン------------------- */

#menu-mobile {
  display: none;
}

@media screen and (max-width:890px) {
  .hospital-top {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;
  }

  .hospital-top-text p {
    margin: 0px;
  }

  .hospital-top-text {
    align-self: center;
  }

  .hospital-top-text img {
    display: none;
  }

  #hospital-map {
    display: none;
  }

  #menu-mobile {
    display: block;
  }

  .news_sub {
    float: right;
  }

  .hospital-app-contents {
    font-size: 13px;
    margin-top: 20px;
  }

  .hospital-box {
    margin: 20px;
    display: block;
  }

  .tool-box {
    margin-top: 10px;
  }

  .hospital-top-text {
    margin-bottom: 5px;
  }

  .coop_box {
    margin-top: 10px;
    display: block;
    text-align: center;
  }

  #main p.top_text_sho {
    margin: 0 0 30px 0;
    padding: 1.3em;
  }
}

/* --------------スマホ用メニュー------------------- */

#menu-mobile .sec_hospital_index_top_tag {}

#menu-mobile .sec_hospital_index_top_tag a {
  min-width: 1px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-decoration: none;
}

#menu-mobile .sec_hospital_index_top {
  background: #f7f7f7;

}

#menu-mobile .sec_hospital_index_top + .sec_hospital_index_top {
  border-top: 0;
  border-bottom: 0;
}

#menu-mobile .sec_hospital_index_top h2 {
  margin: 0;
  color: #ffffff;
  padding: 10px;
  position: relative;
}

#menu-mobile .sec_hospital_index_top h2:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#menu-mobile .sec_hospital_index_top h2.hospital_on:before {
  transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#menu-mobile .sec_hospital_index_top .news_on:before {
  transform: rotate(225deg);
  margin-top: -5px;
}

#menu-mobile .sec_hospital_index_top_list a {
  display: block;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
}

#menu-mobile .sec_hospital_index_top_list span {
  display: block;
  float: left;
  width: 10em;
}

#menu-mobile .sec_hospital_index_top_list b {
  display: block;
  position: relative;
  overflow: hidden;
}

#menu-mobile .sec_hospital_index_top_list,
#menu-mobile .sec_hospital_index_top_tag {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}

#menu-mobile .hospital_on + .sec_hospital_index_top_list,
#menu-mobile .hospital_on + .sec_hospital_index_top_tag {
  max-height: 1000px;
}

#menu-mobile .sec_hospital_index_top_tag {
  padding: 0 10px;
}

#menu-mobile .hospital_on + .sec_hospital_index_top_tag {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#menu-mobile .sec_hospital_index_top ul.sec_hospital_index_top_tag {
  margin-bottom: 0;
}

#menu-mobile .sec_hospital_index_top_tag li {
  display: flex;
  font-size: 15px;
  background-color: #ffffff;
  margin: 10px;
  padding: 10px 10px 10px 20px;
  border-radius: 10px;
}

#menu-mobile h2.hospital-1 {
  background-color: #7379AE;
}

#menu-mobile h2.hospital-2 {
  background-color: #6A8CC7;
}

#menu-mobile h2.hospital-3 {
  background-color: #3DB680;
}

#menu-mobile h2.hospital-4 {
  background-color: #C0D860;
}

#menu-mobile h2.hospital-5 {
  background-color: #F3C759;
}

#menu-mobile h2.hospital-6 {
  background-color: #E6855E;
}

/* --------------中ページ(都道府県別リスト)------------------- */

.todouhuken-hospital-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.parent_bn {
  padding: 10px;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #6A8CC7;
  color: #ffffff;
}

/* -----------北海道･東北------------- */
.bn_001 {
  background-color: #7379AE;
}

/* -----------関　東------------- */
.bn_002 {
  background-color: #6A8CC7;
}

/* -----------中　部------------- */
.bn_003 {
  background-color: #3DB680;
}

/* -----------近　畿------------- */
.bn_004 {
  background-color: #C0D860;
}

/* -----------中国・四国------------- */
.bn_005 {
  background-color: #F3C759;
}

/* -----------九州・沖縄------------- */
.bn_006 {
  background-color: #E6855E;
}

/* -----------アプリの詳細------------- */

.hospital_con *,
.hospital_con *:after,
.hospital_con *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hospital_con {
  overflow-x: hidden;
  color: #333333;
  background: #fafafa;
  margin: 10px 0;
}

.hospital_con .point_tab {
  padding: 8px 0;
  border-bottom: 1px dotted #AAAAAA;
}

.hospital_con label {
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 10px 0 45px;
  cursor: pointer;
}

.hospital_con .point_tab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 40px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

.hospital_con .point_tab input[type=checkbox]:checked ~ .point_tab-content {
  height: auto;
  padding: 15px 5px 0 5px;
  opacity: 1;
}

.hospital_con .tab_plus {
  font-size: 16px;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #333333;
  font-weight: bold;
  margin: 7px 0 7px 23px;
}

.hospital_con .point_tab input[type=checkbox]:checked ~ .tab_plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(89deg);
}

.hospital_con .point_tab input[type=checkbox] {
  display: none;
}

.point_tab-content .cp_tooltip {
  margin: 5px 0;
}

.hospital_con #con_app {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  transition: .4s;
  font-weight: bold;
  padding: 6px 16px;
  margin: 5px 15px 0 0;
}

.hospital_con .con_app_welby {
  border: 2px solid #EB5C19;
  color: #EB5C19;
}

.hospital_con .con_app_esmbg {
  border: 2px solid #2E6FB7;
  color: #2E6FB7;
}

.hospital_con .con_app_rtcgmiscgm {
  border: 2px solid #3DB680;
  color: #3DB680;
}

.hospital_con .con_app_ins {
  border: 2px solid #EF9B2D;
  color: #EF9B2D;
}

.hospital_con .con_app_undou {
  border: 2px solid #9AC83A;
  color: #9AC83A;
}

@media screen and (max-width:700px) {
  .hospital_con #con_app {
    max-width: max-content;
  }

  .point_tab-content .cp_tooltip {
    margin: 5px 0;
    max-width: fit-content;
  }

  .hospital_con .point_tab input[type=checkbox]:checked ~ .point_tab-content {
    display: flex;
    flex-direction: column;
  }
}

/* -----------市町村------------- */

.town_name {
  padding: 10px;
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #6A8CC7;
  color: #ffffff;
}

.town_001 {
  color: #7379ae;
  background-color: #dfe1f2;
}

.town_002 {
  color: #6a8cc7;
  background-color: #d4f5ff;
}

.town_003 {
  color: #3db680;
  background-color: #c0ffd9;
}

.town_004 {
  color: #8ece5d;
  background-color: #e7fce3;
}

.town_005 {
  color: #eaa51c;
  background-color: #fff4c7;
}

.town_006 {
  color: #e6855e;
  background-color: #ffddd2;
}


.hospital-name {
  border-top: double 4px #AAAAAA;
  border-bottom: solid 0.5px #E3E3E3;
  padding: 1.2em 1em;
}

.hospital-name span.namelink {
  font-size: 120%;
}

.hospital-name a {
  color: #1F91BE;
  font-weight: bold;
}

.hospital-name a:hover {
  color: #ff8c00;
}

.hospital-box i {
  margin-right: 10px;
}

.hospital-box {
  margin: 30px 20px;
  justify-content: space-between;
}

@media screen and (max-width:700px) {
  .hospital-box {
    margin: 20px;
    display: block;
  }
}

.hospital-address {
  display: flex;
  align-items: flex-start;
}

.hospital-address a {
  margin: 0 15px;
}

.hospital-access {
  flex-basis: 500px;
}

.hospital-tel {
  margin-top: 10px;
}

.senmoni {
  background-color: #E3E3E3;
  margin-left: 15px;
  padding: 5px 10px;
  border-radius: 15px;
}

.hospital-app-contents {
  inline-size: -webkit-fill-available;
}

.hospital-app-contents a,
.hospital-app-contents span {
  text-decoration: none;
  color: #ffffff;
}

.hospital-app-contents a i,
.hospital-app-contents span i {
  margin-right: 5px;
}

.hospital-app-contents a,
.hospital-app-contents span {
  padding: 10px 20px;
  text-align: center;
  margin: 5px;
}

.hospital-box-app1 {
  display: flex;
}

.hospital-box-app2 {
  display: flex;
  margin-top: 1em;
}

.app-welby {
  display: inline-block;
  border: 2px solid #EB5C19;
  color: #EB5C19;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.app-welby:hover {
  background-color: #EB5C19;
  border-color: #EB5C19;
  color: #FFF;
}

a.app-welby {
  color: #EB5C19;
}

.app-esmbg {
  display: inline-block;
  border: 2px solid #2E6FB7;
  color: #2E6FB7;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.app-esmbg:hover {
  background-color: #2E6FB7;
  border-color: #2E6FB7;
  color: #FFF;
}

a.app-esmbg {
  color: #2E6FB7;
}

a.app-rtcgmiscgm, 
span.app-rtcgmiscgm {
  display: inline-block;
  border: 2px solid #3DB680;
  color: #3DB680;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.app-rtcgmiscgm:hover {
  background-color: #3DB680;
  border-color: #3DB680;
  color: #FFF;
}

span.app-ins, 
a.app-ins {
  display: inline-block;
  border: 2px solid #EF9B2D;
  color: #EF9B2D;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.app-ins:hover {
  background-color: #EF9B2D;
  border-color: #EF9B2D;
  color: #FFF;
}

span.app-undou,
a.app-undou {
  display: inline-block;
  border: 2px solid #9AC83A;
  color: #9AC83A;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.app-undou:hover {
  background-color: #9AC83A;
  border-color: #9AC83A;
  color: #FFF;
}


iframe.ggmap {
  width: 100%;
  height: 400px;
  margin: 1em auto;
}

.town {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.town a {
  font-size: 18px;
  font-weight: bold;
  color: #1F91BE;
  margin: 5px 15px;
}

.town a:hover {
  color: #ff8c00;
}

.lcde {
  background-color: #E3E3E3;
  margin-left: 15px;
  padding: 5px 10px;
  border-radius: 15px;
}

.cdej {
  background-color: #E3E3E3;
  margin-left: 15px;
  padding: 5px 10px;
  border-radius: 15px;
}

.cp_tooltip {
  display: inline-block;
  background-color: #E3E3E3;
  margin: 15px 15px 0 0;
  padding: 5px 10px;
  border-radius: 15px;
}


.cp_tooltiptext {
  position: relative;
  cursor: pointer;
}

.cp_tooltiptext::after {
  position: absolute;
  transition: all 0.3s ease 0s;
  opacity: 0;
  top: 0px;
  left: 0px;
  display: block;
  padding: 0.2em 0.5em;
  content: attr(data-tooltip);
  white-space: nowrap;
  color: #393939;
  border-radius: 6px;
  background: #E3E3E3;
}

.cp_tooltiptext:hover::after {
  top: 26px;
  opacity: 1;
}