html {
  height: 100%;
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  ;
  height: 100%;
  position: relative;
  height: auto !important;
  min-height: 100%;
  max-width: 2500px;
}

article {
  width: 100%;
  padding-bottom: 100px;
}

footer {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid rgb(182, 182, 182);
}

h1 {
  margin:  0;
  padding: 0;
}

h2 {
  font-size: 30px;
  text-align: center;
  padding: 30px 40px 10px 40px;
  letter-spacing: 3px;
  margin: 0;
}

h3 {
  font-size: 22px;
  margin: 0;
}

h4 {
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}

iframe {
  width: 100%;
}

.font_18 {
 font-size: 18px;
}

.weight {
  font-weight: bold;
}

.space {
  margin-left: 10px;
}

.space_20 {
  margin-left: 20px;
}

.space_40 {
  margin-left: 40px;
}
/* トップへ戻る */
.top-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fecb6e;
}
.yajirushi::before,
.yajirushi::after {
  content: '';
  width: 25px;
  height: 6px;
  background-color: snow;
  position: absolute;
  border-radius: 3px;
}
.yajirushi::before {
  transform: translate(25px, 25px) rotate(45deg);
}
.yajirushi::after {
  transform: translate(10px, 25px) rotate(-45deg);
}

html {
  scroll-behavior: smooth;
}
body {
  height: auto;
}
@keyframes progress {
  0% {
    bottom: -120px;
  }
  40% {
    bottom: -120px;
  }
  45% {
    bottom: 0px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
.move-page-top {
  position: fixed;
  right: 20px;
  bottom: -120px;
  animation: progress linear;
  animation-timeline: scroll();
  transition: bottom 1s ease;
  z-index: 2;
}


@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* PC用のスタイル */
@media print, screen and ( min-width: 768px) {
  
body {
  min-width: 1080px;
  margin: 0 auto 0 auto;
}
header {
  background-color: #ffffff;
}

.img-sp {
  display: none;
}
.spinline {
  display: none;
}

#header-logo {
  position: relative;
  width: 90%;
  height: 88px;
  margin: auto;
}

#logo img {
  width: 290px;
  position: absolute;
  top: 20px;
  left: 135px;
  z-index: 10;
}

.header-tel {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

.header-left > p {
  color: rgb(55, 180, 61);
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 190px;
  z-index: 20;
}

.header-right {
  position: absolute;
  right: 145px;
  top: 15px;
}
.header-closed {
  color: red;
  font-size: 14px;
}

/* ナビゲーション */
.nav-pc {
  text-align: center;
  width: 760px;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

/* ナビゲーションリンクの装飾 */
.nav-pc > a {
  text-decoration: none;
  color: #333;
}

.nav-pc > a:link {
  color: #333;
}

.nav-pc > a:visited {
  color: #333;
}
.nav-pc > a:hover {
  color:rgb(55, 180, 61);
  font-weight: bold;
}

.nav-pc > a:active {
  color: #333;
}

/* PCページ用　SPナビ非表示 */
#nav-sp {
  display: none;
}

#menu-sp {
  display: none;
}

/* 宮崎県内透析施設sp非表示 */
#miyazaki_all_sp {
  display: none;
}

/* トップページ */
/* メインビジュアル */
#main-visual {
  width: 100%;
  position: relative;
}

.slider_container {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.slideimg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  animation: slideAnime 28S infinite;
}

.slideimg:nth-of-type(1) {
  background-image: url('/image/IMG_2750.jpg');
  animation-delay: 0s;
}
.slideimg:nth-of-type(2) {
  background-image: url('/image/IMG_3783_1.jpg');
  animation-delay: 7s;
}
.slideimg:nth-of-type(3) {
  background-image: url('/image/IMG_3786.jpg');
  animation-delay: 14s;
}
.slideimg:nth-of-type(4) {
  background-image: url('/image/IMG_3788.jpg');
  animation-delay: 21s;
}

@keyframes slideAnime {
  0%, 30%, 100% {
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
}
#main-message {
  position: absolute;
  width: 500px;
  color: #ffffff;
  text-align: center;
  right: 100px;
}

.main-message_p {
  font-size: 40px;
}

#main-message_1 {
  position: absolute;
  top: 45px;
  left: 86px;
}

#main-visual h1 {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  position: absolute;
  font-size: 18px;
  top: 20px;
  left: 20px;
  color: #ffffff;
}

#main-message_1 > p {
  padding: 0px 10px 10px 10px;
  letter-spacing: 2px;
}

.phrase {
  position: relative;
  width: 27%;
  height: 120px;
  background-color: #ffffff;
  border-radius: 0 0 500px 0 ;
  text-align: center;
  box-shadow: 0 0 20px #ffffff;
}

.phrase_1 {
  position: absolute;
  font-size: 60px;
  color: rgb(235, 232, 232);
  top: 3px;
  left: 20px;
}

.phrase_2 {
  position: absolute;
  font-size: 40px;
  color: rgb(150, 145, 145);
  top: 34px;
  text-align: center;
  width: 93%;
}

/* サブナビゲーション */
#nav-sub {
  width: 86%;
  margin: auto;
  max-width: 1250px;
}

.nav-sub-pc {
  max-width: 1200px;
  height: 100px;
  margin: 50px auto 20px auto;
  display: flex;
  justify-content: space-between;
}

.introduction_3 {
  position: relative;
}

.introduction_3 img {
  width: 100%;
  height: 100px;
  border-radius: 7px;
  box-shadow: 3px 3px 4px gray;
}

.introduction_3 p {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #111;
}
/* サブナビゲーションリンクの装飾 */
.nav-sub-pc a {
  width: 18%;
  height: 100px;
  background: #111;
  border-radius: 7px;
}

.nav-sub-pc a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* お知らせ */
#information {
  width: 86%;
  max-width: 1200px;
  padding: 0 30px 10px 30px;
  margin: auto;
}
.background {
  width: 500px;
  height: 300px;
  background-color: rgba(220, 250, 211, 0.932);
}

.information-p {
  font-weight: bold;
  padding-left: 5px;
  color: grey;
}

.news-list {
  list-style: none outside;
  margin: auto;
  padding: 0;
  height: 160px;
  overflow-y: scroll;
}

.item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 12px 20px;
  background-color: rgba(243, 252, 243, 0.932);
}

.item:first-child a {
  border-top: 1px solid rgb(182, 182, 182);
}

.item .date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.item .category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.item .category span {
  background-color: #999;
  width: 70px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
}

.item .title {
  margin: 0;
  width: 100%;
}

.item a:hover .title {
  color: rgb(55, 180, 61);
}

.information_container {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 20px auto;
  border: 1px solid #cbcbcb;
  border-radius: 20px;
  padding: 20px;
}

.information_container img {
  width: 100%;
  box-shadow: 3px 3px 4px gray;
}

.information_container a {
  width: 23%;
  margin: 5px;
  text-decoration: none;
  color: #111;
}

.information_container p :hover {
  color: #999;
}

.information_container p {
  margin: 20px 0 20px 10px;
  border-bottom: 2px double rgb(154, 151, 151);
  text-shadow: 1px 1px 3px gray;
}

/* 診療案内 */
#examination_guide {
  width: 90%;
  margin: auto;
  max-width: 1050px;
}

#guide {
  display: flex;
  justify-content: center;
  color: #ffffff;
  margin: 10px 0 30px 0;
}

.guide_h4 {
  margin: 20px auto;
  text-align: center;
  font-size: 30px;
}

.guide_left {
  width: 460px;
  margin: 10px 20px 0 0;
  background-color: rgb(55, 180, 61);
  border-radius: 10px;
}

.guide_right {
  width: 460px;
  margin: 10px 0 0 20px;
  background-color: rgb(55, 180, 61);
  border-radius: 10px;
}

#guide img {
  display: block;
  width: 430px;
  height: 430px;
  margin: 0px auto 30px auto;
  border-radius: 20px;
}

.guide_content_p {
  margin-bottom: 10px;
  padding: 0 50px;
}

/* 診療時間 */
#examination_hours {
  width: 90%;
  margin: 0 auto;
}
#guide_hours {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.guide_hours_left {
  width: 450px;
  height: 280px;
  margin-left:70px;
}

.guide_hours_right {
  width: 450px;
  height: 280px;
  margin-left: 70px;
}

.hours-p {
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
}

.hours-1 {
  margin: 20px 0;
}

.hours-1 p {
  padding: 10px 0 5px 50px;
}

.timetable {
  border-collapse: collapse;
  margin: auto;
}

.timetable > tbody > tr > th {
  text-align: center;
  padding: 8px 16px;
  border: 1px solid rgb(224, 223, 223);
}

.timetable > tbody > tr > td {
  text-align: center;
  padding: 5px 10px;
  border: 1px solid rgb(224, 223, 223);
}

.timetable th {
  background-color: rgb(55, 180, 61);
}
.reception {
  color: rgb(251, 255, 0);
  font-weight: bold;
  }

/* 受診される方へ */

#consult {
  width: 90%;
  margin: 0 auto 60px auto;
}
.initial {
  display: flex;
  justify-content:center;
  margin-top: 10px;
}

.initial_left {
  width: 600px;
  line-height: 2;
}

.initial_right {
  width: 400px;
  height: 170px;
  padding: 15px 0 0 50px;
  border: 1.5px solid #333;
  border-radius: 30px;
  margin: 30px 0 0 30px;
}

.initial_left span {
  margin: 10px 0;
  background-color: rgba(220, 250, 211, 0.932);
  border-radius: 10px;
  width: 600px;
  padding: 2px 15px;
}

/* 医院概要 */
#access-information {
  width: 100%;
  height: 535px;
  background-color: rgba(243, 252, 243, 0.932);
  margin: 40px auto 0 auto;
}

.infomation-cl {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  width: 90%;
}

.vision {
  border-collapse: collapse;
}

.vision > tbody > tr > th {
  padding: 12px 20px;
  border-bottom: 1px solid rgb(70, 2, 2);
  text-align: justify;
  text-align-last: justify;
}

.vision > tbody > tr > td {
  padding: 12px 20px;
  border-bottom: 1px solid rgb(182, 182, 182);
}

#feature-1 {
  width: 100%;
  display: flex;
}

.feature-content {
  width: 50%;
}

#feature-1 > img {
  width: 40%;
}


/* アクセス */
#access {
  width: 45%;
  margin-top: 30px;
}

.access-way {
  margin-top: 20px;
}

.access-way_1 {
  display: flex;
  width: 500px;
  height: 100px;
  margin: 18px 0 0 0;
}

.access-way_1 > img {
  width: 100px;
  border-radius: 50%;
}

.access-way_1 > div {
  margin-left: 25px;
  padding-top: 24px;
}

/* 広告 */
#banner {
  width: 90%;
  height: 190px;
  text-align: center;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

#banner div {
  height: 190px;
}
#banner img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  margin: 10px 40px;
}

.banner_3 {
  margin-top: 25px;
}

/* フッター */
.footer-logo {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: rgb(55, 180, 61)
}

.copyright {
  text-align: right;
  font-size: 12px;
}
/* introduction.html */
/* クリニックについて */
.submain-image {
  display: flex;
  position: relative;
  height: 255px;
  z-index: 1;
}

.submain-image > p {
  color: #ffffff;
  position: absolute;
  top: 150px;
  left: 135px;
  z-index: 2;
}

.submain-image > h1 {
  top: 80px;
  left: 130px;
  color: #ffffff;
  font-size: 45px;
  position: absolute;
  z-index: 2;

}

.submain-image > img {
  width: 100%;
  right: 0px;
  height: 250px;
  position: absolute;
}
/* クリニック概要 */
#outline {
 width: 100%;
 margin: auto;
}

.outline_img {
  display: flex;
  justify-content: center;
}

.outline_img img {
  width: 323px;
  height: 300px;
  margin: 10px 0 30px 20px;
  border-radius: 30px;
}

#outline {
  width: 90%;
  margin: auto;
}

.outline_table {
  width: 960px;
  margin: auto;
  border-collapse: collapse;
}

.outline_table > tbody > tr > th {
  width: 100px;
  padding: 12px 20px;
  border-bottom: 1px solid rgb(70, 2, 2);
  text-align: center;
  height: 60px;
  text-align: justify;
  text-align-last: justify;
}

.outline_table > tbody > tr > td {
  padding: 12px 20px;
  border-bottom: 1px solid rgb(182, 182, 182);
  height: 60px;
}

/* 院長紹介 */
#docter {
  margin: 20px 0;
}

#docter-file {
  width: 900px;
  height: 390px;
  margin: 20px auto 40px auto;
}

.docter-img {
  float: right;
  width: 450px;
  height: 370px;
  box-shadow: 10px 10px 0 rgb(182, 182, 182);
  margin-left: 50px;
}

.docter-name {
  font-size: 21px;
}

.docter-birth {
  margin: 30px 0 70px 0;
}

.docter-from {
  margin-left: 30px;
}

/* 経歴・専門医・所属学会 */
#career {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  background-color: rgba(220, 250, 211, 0.932);
}

.career-h3 {
  margin-top: 30px;
}

.career-left {
  width: 380px;
  margin:0 120px 30px 50px;
}

.career-dl > dt {
  float: left;
  line-height: 2;
}

.career-dl > dd {
  margin-left: 100px;
  line-height: 2;
}

.career-right {
  width: 350px;
}

.career-right ul {
  line-height: 2;
}

/* 医院の特徴 */

#feature > div {
  width: 1100px;
  margin: 20px auto;
}
.feature_left {
  width: 780px;
  height: 275px;
  margin-right:auto;
}

.feature_right {
  width: 780px;
  height: 275px;
  margin-left:auto;
}

.feature-img-left {
  float: left;
  width: 250px;
  height: 250px;
  border-radius: 120px;
  box-shadow: 0 0 10px #333;
  margin: 10px 50px 10px 20px;
}

.feature-number {
  display: block;
  font-size: 48px;
  color: rgb(108, 199, 112);
  font-weight: bold;
  padding-top: 30px;
}

.feature-h3 {
  display: block;
  font-size: 21px;
  margin: 10px 0px;
}

.feature-p {
  margin: 0;
}

.feature-img-right {
  float: right;
  width: 250px;
  height: 250px;
  border-radius: 120px;
  box-shadow: 0 0 10px #333;
  margin: 10px 20px 10px 50px;
}

/* 求人案内ページ */
.recruit-form {
  width: 90%;
  max-width: 1300px;
  height: 200px;
  margin: auto;
  background-color: rgba(220, 250, 211, 0.932);
  border-radius: 20px;
}

.recruit-form > p {
  font-size: 18px;
  text-align: center;
  padding: 60px 0 20px 0;
}

.contact {
  width: 90%;
  max-width: 1300px;
  height: 150px;
  margin: 30px auto 50px auto;
  line-height: 2;
}

.contact h4 {
  font-size: 18px;
  padding:0 30px;
}

.contact p {
  padding-left: 50px;
}

.contact-tel {
  font-weight: bold;
}

/* 防災情報 */
#disaster_page {
  width: 83%;
  max-width: 1500px;
  margin: auto;
}
#disaster {
  height: 370px;
  padding: 0 20px;
  background-color: rgb(100, 128, 248);
  border-radius: 30px;
  margin: 20px auto;
  color: #ffffff;
}

.disaster-list {
  list-style: none outside;
  height: 260px;
  margin: auto;
  padding: 0;
  overflow-y: scroll;
}

.disaster-item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 20px 20px;
  background-color: #ffffff;
}

.disaster-item a:hover .disaster-title {
  color: rgb(108, 199, 112);
}

.disaster-item:first-child a {
  border-top: 1px solid rgb(182, 182, 182);
}

.disaster-date {
  margin: 0;
  min-width: 100px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.disaster-item .disaster-category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.disaster-item .disaster-category span {
  background-color: #999;
  width: 70px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
}

.disaster-item .disaster-title {
  margin: 0;
  width: 100%;
}

.item a:hover .title {
  color: rgb(55, 180, 61);
}

/* 宮崎県透析医会 */
.nav-sub-disaster {
  text-align: center;
  width: 18%;
  margin-right: 33px;
}

#disaster_sub_nav {
  display: flex;
  justify-content: center;
  width: 83%;
  max-width: 1500px;
  min-width: 1000px;
  margin: 50px auto 20px auto;
  position: relative;
}

.disaster-ikai {
  width: 100%;
}

.disaster-ikai > a {
  display: block;
}
.disaster-ikai img {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 10px #333;
}

.ikai_disaster {
  position: absolute;
  bottom: 95px;
  right: 0px;
}

.ikai_disaster li {
  list-style: none;
  width: 400px;
  height: 28px;
  background-color: rgb(108, 199, 112);
  padding: 10px 0 10px 20px;
  margin-bottom: 7px;
  border-radius: 10px 0 0 10px;
} 
.ikai_disaster a {
  text-decoration: none;
  color: #ffffff;
}

.ikai_disaster a:hover {
  color: #333;
}

.nav-sub-disaster a {
  background-color: #111;
  border-radius: 6px;
}

.nav-sub-disaster a img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.disaster_3 {
  display: block;
  margin-bottom: 45px;
}

.disaster_3 img {
  width: 100%;
  height: 125px;
  display: block;
  position: relative;
  border-radius: 6px;
}

.disaster_3 p {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  color: #111;
}

/* 災害時ツール */
#disaster_tool {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.disaster_tool_left {
  width: 40%;
  margin-right: 40px;
}

#disaster_page a {
  text-decoration: none;
  color: black;
}

#disaster_tool a:hover {
  color: rgb(108, 199, 112);
}

.tool_vision ul {
  margin: 16px 0 8px 0;
  padding-left: 60px;
  border-bottom: 1px solid rgb(154, 151, 151);
}

/* 宮崎県内透析施設 */
.miyazaki_hd_all {
  width: 100%;
  max-width: 365px;
  height: 320px;
  position: relative;
  z-index: 0;
  margin: 20px auto;
}

.miyazaki_hd_all h3 {
  text-align: center;
}

.miyazaki_hd_all img {
  width: 90%;
  height: 300px;
}

.miyazaki_hd_all p {
  background-color: #ffffff;
  font-size: 14px;
}

.miyazakiminami {
  position: absolute;
  z-index: 1;
  top: 226px;
  right: 66px;
}

.miyazakityuuou {
  position: absolute;
  z-index: 1;
  top: 203px;
  right: 59px;
}

.miyazakikita {
  position: absolute;
  z-index: 1;
  top: 180px;
  right: 62px;
}

.miyakokita {
  position: absolute;
  z-index: 1;
  top: 224px;
  left: 51px;
}

.nobenisi {
  position: absolute;
  z-index: 1;
  top: 69px;
  right: 134px;
}

.nitinan {
  position: absolute;
  z-index: 1;
  top: 265px;
  right: 151px;
}

.nisimoro {
  position: absolute;
  z-index: 1;
  top: 184px;
  left: 92px;
}

.saitokoyu {
  position: absolute;
  z-index: 1;
  top: 157px;
  right: 140px;
}

.hyuuga{
  position: absolute;
  z-index: 1;
  top: 120px;
  right: 118px;
}

.miyazaki_hd_dl > dd{
  margin-left: 100px;
  line-height: 2;
}

.miyazaki_hd_dl > dt {
  float: left;
  line-height: 2;
}

.manual  li {
  list-style: none;
  margin-left: 100px;
  line-height: 2;
}

.miyazaki_higasimoro {
  width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_tohoku {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nobenisi {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nitikusi {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nisimorokata {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nisikoyu {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_hiiri {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

.tool_p {
  width: 100%;
  height: 35px;
  background-color: rgba(220, 250, 211, 0.932);
  border-bottom: 3px solid #999;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.tool_vision li {
  width: 320px;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 5px;
}

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

.disaster_tool_right {
  width: 40%;
}

.disaster_material {
  height: 130px;
}
.disaster_material ul{
  padding-left: 60px;
  margin: 16px 0;
}

.disaster_material li{
  width: 320px;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 5px;
}

/* LINE公式アカウントページ */
.line_p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}

.line_img {
  display: block;
  width: 35%;
  margin: auto;
}

/* 患者連絡カード */
.card_1 img {
  width: 100%;
}

.card_1 {
  width: 100%;
  height: 100%;
  margin: auto;
}

.card_1 p {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 5px 0;
}

.card_2 > p {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 5px 0;
}

.card_2 img {
  display: block;
  width: 50%;
  margin: auto;
}

/* 透析メール登録法 */
.hd_mail {
  display: flex;
  margin-top: 50px;
}

.mail_left {
  width: 75%;
  margin-right: 40px;
}

/* お知らせページ */
#main_information {
  width: 65%;
  margin: 0 auto 100px auto;
  position: relative;
}

.information_main {
  margin-top: 50px;
}
.information_main p {
 display: inline-block;
}

.information_category {
  width: 80px;
  background-color: rgb(141, 233, 146);
  margin: 15px;
  border-radius: 10px;
  text-align: justify;
  text-align-last: justify;
  padding: 5px 10px;
}

.information_title {
  font-size: 28px;
  margin: 30px 0 30px 0;
  padding: 0 50px;
}

.font_weight {
  font-weight: bold;
}

/* contact_20191223.html */
.information_ol {
  margin: 0;
  padding-left: 100px;
}

#main_information > p {
  padding: 0 50px;
}

.signature {
  padding: 0 50px;
  margin-top: 50px;
}

.information_link {
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 27px;
  background-color: rgb(154, 151, 151);
  color: #ffffff;
  border: 2px double rgb(70, 2, 2);
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
  margin-top: 30px;
  right: 0px;
}
/* contact_20240710.html */
.holiday-r6 {
  width: 45%;
  margin: 30px auto 20px auto;
}

.holiday-r6 > p {
  font-size: 18px;
}

.holiday-r6-table {
  border-spacing: 0;
}

.holiday-r6-table td {
  width: 120px;
  height: 34px;
  font-size: 18px;
  border: 1px solid #999;
  text-align: center;
}

.close_1 {
  color: red;
}

.holiday-r6-p {
  text-align: center;
  font-weight: bold;
}

/* お知らせ・防災情報のリンク */
.record_link {
  display: block;
  margin: 30px 0 0 80px;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
}

/* 災害時シミュレーション */
.simulation_1 {
  width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

.simulation img {
  width: 100%;
}

.simulation a {
  text-decoration: none;
  display: block;
  width: 24%;
  color: #111;
}

.simulation a:hover {
  color: rgb(108, 199, 112);
}

.manual_1 {
  width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

.manual_1 img {
  width: 30%;
}

.manual a {
  text-decoration: none;
  display: block;
  width: 140px;
  color: #111;
}

.manual a:hover {
  color: rgb(108, 199, 112);
}

.r70113_quake p {
  padding: 30px 0 0 40px;
}
.r70113_quake a {
  width: 30%;
  margin: 10px 50px;
  display: block;
}

.r70113_quake img {
  width: 100%;
  border: 1px solid #111;
}

/* 南海トラフ被害想定 */
.nantola_link {
  display: inline-block;
  margin: 35px 0px 0px 15px;
  font-weight: bold;
}

.nantola_link {
  text-decoration: none;
}

.nantola_image img {
  display: block;
  width: 600px;
  margin: 30px 0px 0px 0px;
}
.nantola_p {
  font-size: 20px;
  border-top: 2px solid #999;
  margin-top: 30px;
}

.nantola_miyazaki {
  margin: 20px 0px 30px 20px;
  display: inline-block;
}
}

/* SP用スタイル */
/* トップページ */
@media print, screen and (max-width:767px) {
  body {
    min-width: 378px;
    margin: 0;
  }

  section {
    width: 90%;
    margin: auto;
  }

  .img-pc {
    display: none;
  }

  .spinline {
    display: inline;
  }

  /* PCナビ非表示 SP*/
  .nav-pc {
    display: none;
  }

  #nav-sub {
    display: none;
  }

  .header-right {
    display: none;
  }

  .header-left > p {
    display: none;
  }

  /* pc実行sp非実行 */
  .spinline_pc {
    display: none;
  }

  #menu-sp {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13%;
    z-index: 100;
  }

  /* pc宮崎県透析施設非表示sp */
  .miyazaki_hd_all {
    display: none;
  }

  .header-left img {
    display: block;
    width: 78%;
    padding: 14px;
  }

  #logo-sp {
    background-color: #ffffff;
  }

  #logo-sp img {
    display: block;
    width: 78%;
    padding: 14px;
  }

  #close {
    position: absolute;
    width: 11%;
    top: 10px;
    right: 10px;
  }
  
  /* SP用ナビゲーションの切り替え SP*/
  h2 {
    padding: 20px 0 10px 0;
  }

  #nav-sp {
    background-color: rgb(55, 180, 61);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    display: none;
    z-index: 100;
  }
  
  #nav-sp > a {
    display: block;
  }
  #nav-sp > a:link {
    color: #ffffff;
  }
  #nav-sp > a:visited {
    color: #ffffff;
  }
  #nav-sp > a:hover {
    color: rgb(141, 233, 146);
    text-decoration: underline;
  }
  #nav-sp > a:active {
    color: #ffffff;
  }
  #nav-sp > .menu {
    text-decoration: none;
    display: block;
    margin: 20px 30px;
    height: 44px;
    font-size: 20px;
    background-image: url("/image/arrow.png");
    background-repeat: no-repeat;
    background-position: right top;
  }

  /* メインビジュアル SP*/
  #main-visual {
  width: 100%;
  position: relative;
}

#main-visuai img {
  width: 100vw;
  height: auto;
}

.slider_container {
  position: relative;
  width: 100%;
  height: 88vw;
  overflow: hidden;
}

.slideimg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  animation: slideAnime 28S infinite;
}


.slideimg:nth-of-type(1) {
  background-image: url('/image/IMG_2750.jpg');
  animation-delay: 0s;
}
.slideimg:nth-of-type(2) {
  background-image: url('/image/IMG_3783_1.jpg');
  animation-delay: 7s;
}
.slideimg:nth-of-type(3) {
  background-image: url('/image/IMG_3786.jpg');
  animation-delay: 14s;
}
.slideimg:nth-of-type(4) {
  background-image: url('/image/IMG_3788.jpg');
  animation-delay: 21s;
}

@keyframes slideAnime {
  0%, 30%, 100% {
    opacity: 0;
  }
  10%, 20% {
    opacity: 1;
  }
}
#main-message {
  position: absolute;
  color: #ffffff;
  width: 70%;
  margin-top: 15px;
  text-align: center;
  right: 15px;
  background-color: rgba(64,97,241,0.315);
  border-radius: 40px;
}

.main-message_p {
  border-radius: 150px;
  font-size: 20px;
}

#main-visual h1 {
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 16px;
  top: 20px;
  left: 20px;
  color: #ffffff;
}

.phrase {
  width: 37%;
  height: 68px;
  background-color: #ffffff;
  border-radius: 0 0 200px 0 ;
  text-align: center;
  box-shadow: 0 0 20px #ffffff;
}

.phrase_1 {
  position: absolute;
  font-size: 32px;
  color: rgb(235, 232, 232);
  top: 3px;
  left: 5px;
}

.phrase_2 {
  position: absolute;
  font-size: 20px;
  color: rgb(150, 145, 145);
  top: 23px;
  text-align: center;
  width: 32%;
}
 
  /* お知らせ SP*/
  #information {
    width: 85%;
    padding: 0 20px 30px 20px;
    margin: 30px auto 10px auto;
    background-color: rgba(220, 250, 211, 0.932);
    border-radius: 30px;
  }

  .information-p {
    margin-top: 10px;
    padding-left: 5px;
    font-weight: bold;
    color: gray;
  }
  
  .news-list {
    list-style: none outside;
    margin: auto;
    height: 365px;
    overflow-y: scroll;
    padding: 0;
  }
  .news-list-1 {
    list-style: none outside;
    margin: auto;
    padding: 0;
  }

  .item a {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid rgb(182, 182, 182);
    padding: 20px 20px;
    background-color: #ffffff;
  }
  
  .item:first-child a {
    border-top: 1px solid rgb(182, 182, 182);
  }
  
  .item .date {
    width: 100px;
    margin: 0;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
  }
  
  .item .category {
    margin: 0 0 15px 0;
    padding: 0 20px 0 0;
  }
  
  .item .category span {
    background-color: #999;
    width: 60px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
    text-align: justify;
    text-align-last: justify;
  }
  
  .item .title {
    margin: 0;
    width: 100%;
  }
  
  .item a:hover .title {
    color: rgb(55, 180, 61);
  }

  .information_container {
    margin-top: 20px;
  }

  .information_container a {
    width: 100%;
    color: #111;
    text-decoration: none;
    margin: auto;
  }

  .information_container img {
    display: block;
    width: 100%;
    margin: 20px auto;
    border-bottom: 0.2rem dotted rgb(154, 151, 151);
  }

  .information_container p {
    margin: 0 0 15px 10px;
    border-bottom: 2px solid rgb(154, 151, 151);
  }

  /* 診療案内 SP*/
#examination_guide {
  width: 100%;
}

.guide_h4 {
  padding: 15px 0;
  font-size: 25px;
} 

.guide_left {
  width: 95%;
  margin: 0 auto 20px auto;
  padding-bottom: 5px;
  background-color: rgb(55, 180, 61);
  text-align: center;
  color: #ffffff;
}

.guide_right {
  width: 95%;
  margin: 0 auto 20px auto;
  padding-bottom: 5px;
  background-color: rgb(55, 180, 61);
  text-align: center;
  color: #ffffff;
}

#guide img {
  width: clamp(200px,90%,550px);
  height: 350px;
  margin: auto;
  box-shadow: 0 0 10px #999;
  z-index: 2;
  border-radius: 30px;
}

.guide_content_left {
  margin: 15px 0;
  padding: 0 20px;
  color: #ffffff;
}

.guide_content_right {
  margin: 15px 0;
  padding: 0 20px;
  color: #ffffff;
}

/* 診療時間 SP*/
#examination_hours {
  margin: 0 auto;
  width: 100%;
}
#guide_hours {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hours-p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.hours-1 {
  width: 100%;
  margin: 20px 0;
}

.hours-1 > span {
  padding-left: 21px;
  display: block;
  line-height: 1.8;
}

.timetable {
  border-collapse: collapse;
  margin: 0 auto 10px auto;
}

.timetable > tbody > tr > th {
  text-align: center;
  padding: 0;
  border: 1px solid #cbcbcb;
}

.timetable > tbody > tr > td {
  text-align: center;
  padding: 0 10px;
  border: 1px solid #cbcbcb;
}

.timetable th {
  background-color: rgb(55, 180, 61);
  color: #ffffff;
}
.reception {
  color: rgb(251, 255, 0);
  font-weight: bold;
  margin: 10px 0 20px 5px;
  }

/* 受診される方へ SP*/

#consult {
  width: 100%;
  margin: 0 auto;
}
.initial {
  display: flex;
  flex-direction: column;
  justify-content:center;
}

.initial_left {
  width: 90%;
  padding: 0 17px;
  line-height: 1.7;
}

.initial span {
  display: inline-block;
  margin: 10px 0 15px 0;
  background-color: rgba(220, 250, 211, 0.932);
  border-radius: 10px;
  width: 310px;
  padding: 2px 15px;
}
.initial_right {
  width: 95%;
  border: 1.5px solid #333;
  border-radius: 30px;
  margin: 30px 10px;
}

.initial_right > p {
  text-align: center;
  font-weight: bold;
}

/* アクセス SP*/
#access-information {
  width: 100%;
  background-color: rgba(220, 250, 211, 0.932);
  margin-top: 20px;
}

#access-information > div {
  display: flex;
  flex-direction: column;
}

.vision {
  border-collapse: collapse;
  margin: 0 auto;
}

.vision > tbody > tr > th {
  padding: 12px 10px;
  border-bottom: 1px solid rgb(70, 2, 2);
  text-align: justify;
  text-align-last: justify;
}

.vision > tbody > tr > td {
  padding: 12px 10px;
  border-bottom: 1px solid rgb(182, 182, 182);
}

#feature-1 {
  width: 100%;
  display: flex;
}

.feature-content {
  width: 50%;
}

#feature-1 > img {
  width: 40%;
}

#access {
  width: 100%;
  margin: 15px 0 20px 0;
}

#access iframe {
  display: block;
  margin: 0 auto;
}

.access-way_1 {
  display: flex;
  justify-content: center;
  width: 90%;
  height: 100px;
  margin: 20px 0 0 30px;
}

.access-way_1 > img {
  width: 100px;
  border-radius: 50%;
}

.access-way_1 > div {
  margin-left: 10px;
  padding-top: 17px;
}

/* 広告 SP*/
#banner {
  width: 90%;
  text-align: center;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

#banner img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin: 10px 10px;
}

.banner_3 {
  margin-top: 25px;
}

/* フッター SP*/
.footer-logo {
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
  color: rgb(55, 180, 61);
}

.copyright {
  text-align: right;
  font-size: 12px;
}

/* introduction.html SP */
/* クリニックについて */
.submain-image {
  display: flex;
  position: relative;
  height: 187px;
  z-index: 1;
}

.submain-image > p {
  display: none;
}

.submain-image > h1 {
  top: 60px;
  left: 32px;
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  z-index: 2;

}

.submain-image > img {
  width: 100%;
  right: 0px;
  height: 180px;
  position: absolute;
}

/* クリニック概要 SP*/
#outline {
 width: 100%;
 margin: auto;
}

.outline_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.outline_img img {
  width: 90%;
  border-radius: 30px;
  margin: 0 auto 20px auto;
}

#outline {
  width: 100%;
  margin: auto;
}

.outline_table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
}

.outline_table > tbody > tr > th {
  width: 100px;
  padding: 12px 20px;
  border-bottom: 1px solid rgb(70, 2, 2);
  text-align: center;
  height: 60px;
  text-align: justify;
  text-align-last: justify;
}

.outline_table > tbody > tr > td {
  padding: 12px 20px;
  border-bottom: 1px solid rgb(182, 182, 182);
  height: 60px;
}

/* 院長紹介 SP*/
#docter-file {
  width: 100%;
  margin: 0 auto 0 auto;
}

.docter-img {
  display: block;
  width: 90%;
  box-shadow: 10px 10px 0 rgb(182, 182, 182);
  margin: 0px auto 25px auto;
}

.docter-name {
  margin: 40px 0 0 20px;
  font-size: 21px;
}

.docter-birth {
  margin: 15px 0 30px 40px;
}

.docter-from {
  margin-left: 30px;
}

.docter-message {
  margin: 0 20px;
}
/* 経歴・専門医・所属学会 SP*/
#career {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  background-color: rgba(220, 250, 211, 0.932);
}

.career-h3 {
  margin-top: 24px;
}

.career-left {
  width: 90%;
  margin-left: 30px;
}

.career-right {
  width: 90%;
  margin-left: 30px;
}

.career-dl > dt {
  float: left;
}

.career-dl > dd {
  margin-left: 80px;
}

/* クリニックの特徴 SP*/

#feature > div {
  width: 100%;
  margin: auto;
}

.feature_left {
  width: 100%;
  padding-top: 20px;
}

.feature_right {
  width: 100%;
  padding-top: 20px;
  background-color: rgba(220, 250, 211, 0.932);
}

.feature-img-left {
  width: 250px;
  height: 250px;
  border-radius: 120px;
  box-shadow: 0 0 10px #333;
  margin: 20px auto 0 auto;
  display: block;
}

.feature-number {
  display: block;
  font-size: 36px;
  color: rgb(108, 199, 112);
  font-weight: bold;
  margin: 0 20px;
}

.feature-h3 {
  font-size: 21px;
  margin: 0 20px 10px 20px;
}

.feature-p {
  margin: 0 20px;
  padding-bottom: 10px;
}

.feature-img-right {
  width: 250px;
  height: 250px;
  border-radius: 120px;
  box-shadow: 0 0 10px #333;
  margin: 20px auto 0 auto;
  display: block;
}

/* 求人案内 SP*/
.recruit-form {
  width: 90%;
  margin: auto;
  background-color: rgba(220, 250, 211, 0.932);
  border-radius: 20px;
}

.recruit-form > p {
  font-size: 18px;
  padding: 30px;
}

.contact {
  width: 90%;
  height: 150px;
  margin: 30px auto 50px auto;
  line-height: 2;
}

.contact h4 {
  font-size: 18px;
  padding:0 5px;
}

.contact p {
  padding: 0 15px 0 15px;
}

.contact-tel {
  font-weight: bold;
}

/* おしらせ SP*/
/* お知らせページ */
#main_infomation {
  width: 90%;
  margin: 0 auto 100px auto;
  position: relative;
}

.information_main {
  margin-top: 50px;
}
.information_main p {
 display: inline-block;
}

.information_category {
  width: 80px;
  background-color: rgb(141, 233, 146);
  margin: 15px;
  border-radius: 10px;
  text-align: justify;
  text-align-last: justify;
  padding: 5px 10px;
}

.information_title {
  font-size: 24px;
  margin: 30px 0;
  padding: 0 ;
}

/* disaster_20251030.html */
.signature {
  margin-top: 50px;
  padding: 0 15px;
}

#main_information > p {
  padding: 0 15px;
}

.font_weight {
  font-weight: bold;
}

.information_link {
  display: inline-block;
  position: absolute;
  width: 160px;
  height: 35px;
  background-color: rgb(154, 151, 151);
  color: #ffffff;
  border: 2px double rgb(70, 2, 2);
  border-radius: 5px;
  text-align: center;
  padding-top: 12px;
  margin-top: 30px;
  right: 0;
}

/* contact_20191223.html */
.information_ol {
  margin: 0;
  padding: 0 20px 0 50px;
}

/* contact_20240710.html */
.holiday-r6 {
  width: 300px;
  margin: 30px auto 20px auto;
}

.holiday-r6 > p {
  font-size: 20px;
}

.holiday-r6-table {
  border-spacing: 0;
}

.holiday-r6-table td {
  width: 120px;
  height: 34px;
  font-size: 18px;
  border: 1px solid #999;
  text-align: center;
}

.close_1 {
  color: red;
}

.r70113_quake a {
  width: 85%;
  display: block;
  margin: auto;
}

.r70113_quake p {
  margin-top: 30px;
}

.r70113_quake img {
  width: 100%;
  margin: auto;
  border: 1px solid #111;
}

/* disaster_20250401.html */
.nantola_link {
  text-decoration: none;
  margin: 25px 0px 0px 10px;
  display: inline-block;
}

.nantola_p {
  border-top: 2px solid #999;
  font-weight: bold;
  margin-top: 20px;
}

.nantola_image img {
  width: 100%;
  margin-top: 30px;
}


/* お知らせへ戻る sp*/
.information_link {
  display: inline-block;
   position: absolute;
   width: 160px;
   height: 25px;
   background-color: rgb(154, 151, 151);
   color: #ffffff;
   border: 2px double rgb(70, 2, 2);
   border-radius: 5px;
   text-align: center;
   margin-top: 30px;
   padding-top: 7px;
   right: 20px;
}

.information_re {
  width: 100%;
  height: 100px;
}

/* お知らせ・防災情報のリンク sp*/
.record_link {
  display: block;
  margin: 30px 0 0 20px;
  font-weight: bold;
}

/* 災害情報link sp */
.nav-sub-disaster {
  text-align: center;
  width: 95%;
  height: 100px;
  margin: 35px auto 27px auto;
  display: flex;
  justify-content: center;
}

.disaster_3 {
  position: relative;
}

.disaster_3 img {
  width: 170px;
  height: 100px;
  margin: 0 8px;
  border-radius: 5px;
}

.disaster_3 p {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
}

/* 県医会　sp */
.disaster-ikai {
  position: relative;
}

.disaster-ikai img {
  width: 95%;
  margin: 15px 9px;
  box-shadow: 0 0 10px #333;
}

.disaster-ikai > a {
  display: block;
}

.ikai_disaster {
  position: absolute;
  right: 0px;
  top: 40px;
}

.ikai_disaster ul {
  margin-right: auto;
}

.ikai_disaster li {
  list-style: none;
  color: #ffffff;
  background-color: rgb(108, 199, 112);
  margin: 0 8px 2px 0;
  border-radius: 8px 0 0 8px;
  height: 30px;
  padding-top: 5px;
  border: 0.1rem solid #ffffff;
}

.ikai_net {
  width: 300px;
  position: absolute;
  top: -10px;
  right: 0px;
}

.ikai_simulation {
  width: 250px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.ikai_manual {
  width: 200px;
  position: absolute;
  top: 70px;
  right: 0px;
}

.ikai_disaster a {
  color: #ffffff;
  text-decoration: none;
  padding-left: 10px;
}

/* 災害マニュアル　sp */
.manual_1 {
  width: 100%;
  margin: 30px 0 10px 0;
  font-size: 20px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}
.manual a {
  display: block;
  text-decoration: none;
  width: 150px;
  color: #111;
}

/* 災害時シミュレーション */
.simulation_1 {
  width: 100%;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

.simulation img {
  width: 100%;
}

.simulation a {
  text-decoration: none;
  display: block;
  width: 24%;
  color: #111;
}


/* 防災情報 sp*/
#disaster_page {
  display: block;
  width: 100%;
}
#disaster {
  width: 85%;
  padding: 0 20px 30px 20px;
  background-color: rgb(100, 128, 248);
  border-radius: 30px;
  margin: 30px auto 10px auto;
  color: #ffffff;
}

.tool_h3 {
  text-align: center;
  margin: 30px auto 17px auto;
}

.disaster-list {
  list-style: none outside;
  height: 350px;
  margin: auto;
  padding: 0;
  overflow-y: scroll;
}

.disaster-item a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid rgb(182, 182, 182);
  padding: 10px;
  background-color: #ffffff;
}

.disaster-item:first-child a {
  border-top: 1px solid rgb(182, 182, 182);
}

.disaster-date {
  width: 100px;
  margin: 0;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.disaster-item .disaster-category {
  margin: 0 0 15px 0;
  padding: 0 20px 0 0;
}

.disaster-item .disaster-category span {
  background-color: #999;
  width: 60px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
}

.disaster-item .disaster-title {
  margin: 0;
  width: 100%;
}

.item a:hover .title {
  color: rgb(55, 180, 61);
}

/* 災害時ツール sp*/
#disaster_tool {
  width: 100%;
}

#disaster_page a {
  text-decoration: none;
  color: black;
}

.tool_p {
  width: 95%;
  margin: auto;
  height: 35px;
  background-color: rgba(220, 250, 211, 0.932);
  border-bottom: 2px solid #999;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}

.tool_vision ul {
  padding-left: 50px;
}

.tool_vision li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 0;
}

.disaster_manual {
  width: 100%;
}

.disaster_manual ul {
  padding-left: 50px;
}

.disaster_manual li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 0;
}

.handbook {
  width: 100%;
  height: 420px;
}

.handbook ul {
  padding-left: 50px;
}

.handbook li {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 0;
}

.disaster_material {
  width: 100%;
  height: 120px;
}

.disaster_material ul{
  padding-left: 50px;
}

.disaster_material li{
  width: 100%;
  margin: 0 0 5px 0;
  padding: 10px 0 10px 0;
}

/* LINE公式アカウントページ sp*/
.line_title {
  margin: 30px 0 20px 0;
}

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

.line_img {
  display: block;
  width: 90%;
  margin: auto;
}

/* 患者連絡カード sp*/
.card_1 img {
  width: 100%;
}

.card_1 p {
  margin: 15px 0 5px 0;
}

.card_2 p {
  margin: 15px 0 5px 0;
}

.hd_mail {
  margin-top: 30px;
}

/* 透析メール登録法SP */
.space_20sp {
  margin-left: 20px;
}

.mail_right img {
  width: 50%;
  max-width: 200px;
  margin-top: 20px;
}
/* 宮崎県内透析施設 */
#miyazaki_all_sp {
  position: relative;
  min-width: 378px;
  max-width: 402px;
  margin: auto;
}

#miyazaki_all_sp img {
  width: 100%;
  height: 400px;
}

#miyazaki_all_sp p {
  background-color: #ffffff;
}

.miyazakiminami {
  position: absolute;
  z-index: 1;
  top: 298px;
  right: 50px;
}

.miyazakityuuou {
  position: absolute;
  z-index: 1;
  top: 274px;
  right: 43px;
}

.miyazakikita {
  position: absolute;
  z-index: 1;
  top: 247px;
  right: 37px;
}

.miyakokita {
  position: absolute;
  z-index: 1;
  top: 301px;
  left: 53px;
}

.nobenisi {
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 116px;
}

.nitinan {
  position: absolute;
  z-index: 1;
  top: 355px;
  right: 143px;
}

.nisimoro {
  position: absolute;
  z-index: 1;
  top: 252px;
  left: 108px;
}

.saitokoyu {
  position: absolute;
  z-index: 1;
  top: 220px;
  right: 129px;
}

.hyuuga{
  position: absolute;
  z-index: 1;
  top: 168px;
  right: 101px;
}

/* 宮崎県内透析施設詳細sp */
.miyazaki_hd_dl > dd{
  margin-left: 83px;
  line-height: 2;
}

.miyazaki_hd_dl > dt {
  float: left;
  line-height: 2;
}

.manual  li {
  list-style: none;
  margin-left: 83px;
  line-height: 2;
}

.miyazaki_higasimoro {
  width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_tohoku {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nobenisi {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nitikusi {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nisimorokata {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_nisikoyu {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}

#miyazaki_hiiri {
    width: 100%;
  height: 30px;
  margin: 40px 0 20px 0;
  font-size: 23px;
  border-bottom: 0.2rem solid rgb(154, 151, 151);
}
}
