@charset "utf-8";

/* basic setting */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  line-height: 1.5;
  color: #000;
  background: #fff;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
pre,
th,
td,
blockquote {
  margin: 0;
  padding: 0;
  font-size: 100%
}

img,
table {
  border: 0;
  vertical-align: bottom
}

img {
  max-width: 100%;
  height: auto
}

form,
ul,
dl,
ol {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

li,
dt,
dd {
  font-size: 100%
}

a,
a:visited {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width:769px) {
  a {
    transition-duration: 0.2s
  }

  a:hover {
    opacity: 0.7
  }

  a[href^="tel"] {
    pointer-events: none
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0
}

.clr {
  clear: both
}

/*.cf{*zoom:1}*/
.cf:after {
  content: "";
  display: block;
  clear: both
}

input[type="submit"] {
  -webkit-appearance: none
}

/* header */
header {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #1d3845;
  position: relative;
  z-index: 1000;
}

header .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

header h1 {
  /*max-width:679px;*/
  max-width: 100%;
  width: auto;
  margin-bottom: 35px;
  padding-top: 28px;
  padding-right: 50px;
}

header nav {
  padding-bottom: 5px;
  position: relative;
}

header nav>ul>li {
  float: left;
  padding-right: 20px;
  position: relative;
}

header nav>ul>li>a {
  display: block;
  padding: 10px 12px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (min-width:769px) {

  header nav>ul>li>a:hover,
  header nav>ul>li:hover>a {
    color: #fff;
    background: #214371;
    opacity: 1;
  }
}

header nav>ul>li>ul {
  min-width: calc(100% - 20px);
  max-height: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  transition-duration: 0.4s;
  z-index: 1010;
}

header nav>ul>li:hover>ul {
  max-height: 200px;
  padding: 3px 0 15px;
}

header nav>ul>li>ul>li {
  padding: 10px 0 0;
}

header nav>ul>li>ul>li a,
header nav>ul>li>ul>li a:visited {
  display: block;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  padding: 6px 10px;
}

header nav>ul>li>ul>li a:hover {
  opacity: 0.8;
  background: transparent;
}

header .second_btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

header .second_btn a {
  display: block;
  font-size: 14px;
  padding: 7px 12px 7px 18px;
  background: #e1e1e1;
  position: relative;
}

header .second_btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 6px #838383;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  top: calc(50% - 3px);
  left: 7px;
}

header .menu {
  display: none;
}

div#map1 {
  max-width: 100%;
  width: auto;
}


/* footer */
footer .bg {
  background: #214371 url(../img/bg_footer.jpg) no-repeat 50% 50%;
  background-size: cover;
}

footer .inner {
  max-width: 1100px;
  min-height: 248px;
  margin: 0 auto;
  padding: 50px 15px 0;
}

footer .inner h3 {
  width: 191px;
  float: left;
}

footer .inner .bnr {
  display: flex;
  margin: 0 0 40px 280px;
}

footer .inner .bnr li {
  margin: 0 30px 0 0;
}

footer .inner .sitemap {
  margin-left: 280px;
}

footer .inner .sitemap li {
  float: left;
  margin: 0 30px 13px 0;
  font-size: 14px;
}

footer .inner .sitemap li.guide {
  float: none;
  margin: 0 0 13px 0;
}

footer .inner .sitemap {
  color: #fff;
}

footer .inner .sitemap a,
footer .inner .sitemap a:visited {
  color: #fff;
  text-decoration: underline;
}

footer .copyright {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 14px 15px;
  background: #10223a;
}

.gotop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: none;
  opacity: 0;
}

.gotop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #10223a;
  text-indent: -300px;
  overflow: hidden;
  position: relative;
}

.gotop a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  position: absolute;
  top: 25px;
  left: 22px;
  transform: rotate(45deg);
}


/* text style */
.fbold {
  font-weight: bold !important
}

.fnormal {
  font-weight: bold !important
}

.talcnt {
  text-align: center !important
}

.tallf {
  text-align: left !important
}

.talrg {
  text-align: right !important
}

.fcred {
  color: #f00
}

.undrln {
  text-decoration: underline
}


/* container */
.spblock,
.spinline,
.tbinline {
  display: none;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.container.under_container {
  margin-bottom: 120px;
}

.under_ttl {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.under_ttl figure {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.under_ttl figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 27.27%;
}

.under_ttl figure img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.under_ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  height: 100%;
  padding: 0 15px;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto 55px;
  padding: 8px 15px 0;
}

.breadcrumb li {
  float: left;
  font-size: 14px;
}

.page_ttl {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding-bottom: 26px;
  position: relative;
}

.page_ttl h3 {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #232323;
}

.page_ttl h3 span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #000;
  display: block;
}

.page_ttl::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #233163;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

.plain_page_block,
.second_page_block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.second_page_block+.plain_page_block,
.plain_page_block+.second_page_block {
  margin-top: 60px;
}

.plain_page_block a,
.second_page_block a {
  text-decoration: underline;
}

.plain_page_block p,
.second_page_block p {
  line-height: 1.8;
}

.plain_page_block>p,
.second_page_block>p,
.plain_page_block .box {
  margin-bottom: 35px;
}

.plain_page_block .box h4 {
  font-size: 18px;
  line-height: 1.2;
  padding: 2px 0 2px 14px;
  margin-bottom: 11px;
  border-left: solid 4px #233163;
}

.plain_page_block .box p,
.second_page_block .box p {
  padding-left: 18px;
  margin-bottom: 15px;
}

.plain_page_block .box p.jisage {
  padding-left: calc(2em + 18px);
  text-indent: -2em;
}

.plain_page_block .box p.jisage2,
.second_page_block .box p.jisage2 {
  padding-left: calc(1em + 18px);
  text-indent: -1em;
}

.plain_page_block p.catch,
.second_page_block p.catch {
  font-size: 24px;
  font-weight: bold;
  color: #233163;
  margin-bottom: 15px !important;
}

.plain_page_block p.catch2,
.second_page_block p.catch2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px !important;
}

.plain_page_block .box ul.jisage {
  margin-left: 18px;
}

.plain_page_block .box ul.jisage li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.second_page_block .box {
  margin-bottom: 60px;
}

.second_page_block .box .inner_box {
  padding-left: 18px;
}

.second_page_block .box h4 {
  font-size: 28px;
  line-height: 1.2;
  color: #233163;
  padding: 9px 0 8px 16px;
  margin-bottom: 30px;
  border-left: solid 9px #233163;
}

.second_page_block .box h4.sttl_ex1 {
  margin-bottom: 24px;
}

.second_page_block .box h5 {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 2px;
  margin: 30px 0 10px 18px;
  border-bottom: solid 1px #666;
}

.second_page_block .box h6 {
  color: #233163;
  line-height: 1.2;
  margin: 0 0 3px 18px;
  padding-left: 17px;
  text-indent: -17px;
}

.second_page_block .box .inner_box h6 {
  margin: 0;
}

.second_page_block .box h6::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: #233163;
  border-radius: 50%;
  vertical-align: -0.05em;
}

.second_page_block .box .inner_box p {
  padding-left: 1em;
}

.tbl_01 {
  border-collapse: collapse;
  margin-bottom: 10px;
  min-width: 50%;
}

.tbl_01 th,
.tbl_01 td {
  padding: 12px 16px;
  border: solid 2px #ccc;
}

.tbl_01 th {
  padding: 6px 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  background: #f3f3f3;
}

.tbl_02 {
  border-collapse: collapse;
  margin-bottom: 10px;
  min-width: 70%;
}

.tbl_02 th,
.tbl_02 td {
  padding: 12px 16px;
  border: solid 2px #ccc;
  text-align: right;
  line-height: 1.2;
}

.tbl_02 th {
  padding: 6px 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  background: #f3f3f3;
}

.tbl_02 tr td:first-child {
  text-align: left;
}

.tbl_02 td.jisage {
  padding-left: calc(16px + 1em);
}

.box .tbl_01,
.box .tbl_02 {
  margin-left: 18px;
}

a.btn_like_link,
a.btn_like_link:visited {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #214371;
}

.surround_medical_lst {
  display: flex;
  margin: 0 18px;
}

.surround_medical_lst li {
  width: 31.8%;
  min-height: 132px;
  margin-right: 2.3%;
}

.surround_medical_lst li:last-child {
  margin-right: 0;
}

.surround_medical_lst li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.surround_medical_lst li a span {
  font-weight: bold;
}

.surround_medical_lst li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/icon_outside.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}


/* トップページ */
.main_visual {
  position: relative;
  overflow: hidden;
}

.main_visual figure {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.main_visual figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 54.5%;
}

.main_visual figure img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.top_department_btn {
  max-width: 1100px;
  margin: -68px auto 64px;
  display: flex;
  justify-content: center;
  position: relative;
}

.top_department_btn .btn,
.department_btn_block .btn {
  width: 31.8%;
  height: 180px;
  margin: 0 2px;
  position: relative;
}

.top_department_btn .btn::before,
.department_btn_block .btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.top_department_btn .btn.btn_01::before,
.department_btn_block .btn.btn_01::before {
  background: #5e1515;
}

.top_department_btn .btn.btn_02::before,
.department_btn_block .btn.btn_02::before {
  background: #573511;
}

.top_department_btn .btn.btn_03::before,
.department_btn_block .btn.btn_03::before {
  background: #10223a;
}

.top_department_btn .btn a,
.top_department_btn .btn a:visited,
.department_btn_block .btn a,
.department_btn_block .btn a:visited {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.top_department_btn .btn a .nihon,
.department_btn_block .btn a .nihon {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 90%;
  padding: 5px 0 13px;
  margin-bottom: 13px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

.top_department_btn .btn a .nihon::after,
.department_btn_block .btn a .nihon::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 4px;
  right: 0;
  transform: rotate(45deg);
}

.top_department_btn .btn a .eiji,
.department_btn_block .btn a .eiji {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 0 5%;
}

.top_guide_block {
  margin-bottom: 65px;
  background: #214371 url(../../img/bg_top_01.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.top_guide_block .inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top_guide_block .inner .txt {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42.73%;
  min-height: 280px;
}

.top_guide_block .inner figure {
  float: left;
  width: 57.27%;
  margin-top: -20px;
}

.top_guide_block .inner .txt h2 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 13px;
  margin: 0 45px 15px 19px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

.top_guide_block .inner .txt h2::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 4px;
  right: 0;
  transform: rotate(45deg);
}

.top_guide_block .inner .txt p {
  color: #fff;
  line-height: 1.8;
  margin: 0 50px 0 19px;
}

.top_pagelink_block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.top_pagelink_block .box {
  width: 31.8%;
  margin: 0 2.3% 50px 0;
}

.top_pagelink_block .box:nth-child(3n) {
  margin-right: 0;
}

.top_pagelink_block .box p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 15px;
}

.top_pagelink_block .box figure {
  position: relative;
}

.top_pagelink_block .box figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 65.7%;
}

.top_pagelink_block .box figure img {
  width: 91.4%;
  position: absolute;
  aspect-ratio: 319.7 / 210.08;
}

.top_pagelink_block .box figure img.bg {
  top: 0;
  left: 0;
}

.top_pagelink_block .box figure img.trueimg {
  bottom: 0;
  right: 0;
}

.top_surround_medical_center_block {
  max-width: 1100px;
  margin: 30px auto 50px;
  padding: 0 20px;
}

.top_surround_medical_center_block .inner {
  padding-top: 17px;
  border-top: solid 1px #999;
}

.top_surround_medical_center_block h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 17px;
}

.top_surround_medical_center_block ul {
  display: flex;
}

.top_surround_medical_center_block ul li {
  width: 31.8%;
  min-height: 132px;
  margin-right: 2.3%;
}

.top_surround_medical_center_block ul li:last-child {
  margin-right: 0;
}

.top_surround_medical_center_block ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
  line-height: 1.8;
  text-align: center;
  position: relative;
}

.top_surround_medical_center_block ul li a span {
  font-weight: bold;
}

.top_surround_medical_center_block ul li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/icon_outside.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}


/* 救命救急センターのご案内 */
.department_btn_block {
  max-width: 1100px;
  margin: 110px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.box p.message_fl {
  width: calc(100% - 272px);
}

.box .tbl_02.emergency {
  margin-bottom: 0;
}

.tbl_02.emergency td {
  width: 50%;
}

.tbl_01.insentive tr td:nth-child(2) {
  text-align: right;
}

.tbl_01.insentive tr td:nth-child(3) {
  text-align: right;
}

.pediatric_fig {
  margin: 0 0 50px 18px;
}

.box .kodomo_bnr {
  margin: 30px 18px 0;
  padding: 20px 35px;
  background: #faefcf;
}

.box .kodomo_bnr figure {
  float: left;
  margin-top: 5px;
}

.second_page_block .box .kodomo_bnr p {
  margin: 0 0 0 205px;
  padding: 0;
}


/* 臨床研究について */
.research_lst {
  padding: 0 25px;
}

.research_lst li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.research_lst li a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 16%;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
}

.research_lst li a::after {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  background: url(../img/icon_pdf.png) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 2.3%;
}


/* 業績 */
.achievement_lst {
  padding: 0 25px;
}

h4+.achievement_lst {
  margin-top: 20px;
}

.achievement_lst li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.achievement_lst li:first-child {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

.achieve_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.achieve_tab li {
  width: 32%;
  max-width: 200px;
  margin: 0 1px;
}

.achieve_tab li a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #efefef;
  position: relative;
}

@media screen and (min-width:769px) {
  .achieve_tab li a:hover {
    opacity: 1;
  }

  .achieve_tab li a:hover:not(.active) {
    color: #fff;
    background: #666;
  }
}

.achieve_tab li a.active {
  color: #fff;
  background: #214371;
}

.achieve_tab li a.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 10px #214371;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  margin-bottom: -10px;
}

.achieve_tabitem {
  display: none;
  opacity: 0;
}


/* 研修案内 */
.training_pht_01 {
  margin-left: 18px;
}

.training_pht_01 img {
  width: 49%;
}

.training_pht_01 img+img {
  margin-left: 2%;
}

.training_pht_02 {
  float: right;
  width: 49%;
  max-width: 432px;
  margin: 0 0 20px 30px;
}

.training_pht_03 {
  display: none;
}

.training_pht_04 {
  float: right;
  width: 224px;
  margin: 0 0 20px 30px;
}

.training_pht_04 figcaption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 6px;
}

.training_pht_04 figcaption span {
  font-size: 16px;
}

.training_pht_05 {
  float: right;
  width: 300px;
  margin: 0 0 20px 30px;
}

.toiawase_block {
  max-width: 832px;
  margin: 0 auto;
  padding: 24px 30px;
  border: solid 4px #ccc;
}

.toiawase_block p {
  line-height: 1.8;
}


/* スタッフ紹介 */
.staff_intro_block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.staff_intro_block .box {
  margin-bottom: 60px;
}

.staff_intro_block h4 {
  font-size: 28px;
  line-height: 1.2;
  color: #233163;
  padding: 9px 0 8px 14px;
  margin-bottom: 40px;
  border-left: solid 9px #233163;
}

.staff_intro_block .box>p {
  margin-left: 18px;
  line-height: 1.8;
}

.staff_intro_block .box>p span {
  display: inline-block;
}

.staff_lst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 18px;
}

.staff_lst li {
  width: calc(48.5% - 30px);
  margin-bottom: 3%;
  padding: 15px;
  background: #f1f1e7;
}

.staff_lst li:nth-child(2n+1) {
  margin-right: 3%;
}

.staff_lst li .shimei {
  float: left;
  width: 40%;
  padding-top: 10px;
}

.staff_lst li .bunya {
  float: left;
  width: 60%;
}

.staff_lst li h5 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.staff_lst li .shimei p,
.staff_lst li .bunya p {
  font-size: 15px;
  line-height: 1.3;
}

.staff_lst li .bunya h6 {
  font-size: 14px;
  color: #333;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: solid 1px #666;
}

.staff_lst li .bunya p+h6 {
  margin-top: 15px;
}


/* ------------------------------------------------------------------------------------------- */
@media screen and (max-width:768px) {
  /* ------------------------------------------------------------------------------------------- */

  .tbinline {
    display: inline;
  }

  .pcinline {
    display: none;
  }


  /* header */
  /*header .inner{
  padding:15px 15px 15px;
}*/
  /*header h1{
  width:550px;
  padding:0;
  margin:0;
}*/
  header .inner .gnavi {
    width: 100%;
    max-height: 0;
    padding: 0 0 0 0;
    background: rgba(29, 56, 69, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    overflow: auto;
    transition-duration: 0.4s;
  }

  header .inner .gnavi.active {
    max-height: 600px;
  }

  header nav>ul {
    padding: 3px 0 10px;
  }

  header nav>ul>li {
    float: none;
    margin: 8px 15px 0;
    padding: 0 0 8px;
    text-align: center;
    border-bottom: dashed 1px #eee;
  }

  header nav>ul>li>a,
  header nav>ul>li>a:visited {
    padding: 5px 15px;
    font-size: 14px;
    color: #fff;
  }

  header nav>ul>li>ul,
  header nav>ul>li:hover>ul {
    min-width: inherit;
    max-height: 300px;
    margin: 5px 0;
    padding: 5px 0;
    background: #e2e2e2;
    position: static;
  }

  header nav>ul>li>ul>li {
    padding: 2px 15px;
    text-align: center;
  }

  header nav>ul>li>ul>li a,
  header nav>ul>li>ul>li a:visited {
    white-space: normal;
    font-size: 14px;
    color: #1d3845;
    padding: 5px 0;
  }

  header nav>ul>li>ul>li a:hover {
    opacity: 1;
  }

  header .second_btn {
    position: static;
    text-align: center;
    padding-bottom: 20px;
  }

  header .second_btn a,
  header .second_btn a:visited {
    display: inline-block;
  }

  header .menu {
    display: block;
    width: 35px;
    height: 28px;
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1050;
  }

  header .menu a {
    display: block;
    width: 35px;
    height: 28px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
  }

  header .menu a::before,
  header .menu a::after {
    content: "";
  }

  header .menu a span,
  header .menu a::before,
  header .menu a::after {
    display: block;
    width: 100%;
    height: 4px;
    background: #1d3845;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition-duration: 0.4s;
  }

  header .menu a span {
    top: 12px;
  }

  header .menu a::before {
    top: 2px;
  }

  header .menu a::after {
    top: 22px;
  }

  header .menu.active a span {
    opacity: 0;
  }

  header .menu.active a::before {
    top: 12px;
    transform: rotate(135deg);
  }

  header .menu.active a::after {
    top: 12px;
    transform: rotate(-135deg);
  }


  /* footer */
  footer .inner .bnr {
    margin: 0 0 40px 230px;
  }

  footer .inner .sitemap {
    margin-left: 230px;
  }

  footer .inner .sitemap li.guide span {
    display: block;
    padding-top: 8px;
  }


  /* container */
  .container.under_container {
    margin-bottom: 80px;
  }

  .under_ttl h2 {
    font-size: 40px;
  }

  .surround_medical_lst li a {
    font-size: 14px;
  }


  /* トップページ */
  .top_department_btn {
    margin: -40px auto 50px;
  }

  .top_department_btn .btn,
  .department_btn_block .btn {
    width: 33.33%;
    height: 140px;
    margin: 0;
  }

  .top_department_btn .btn a,
  .top_department_btn .btn a:visited,
  .department_btn_block .btn a,
  .department_btn_block .btn a:visited {
    justify-content: start;
    height: calc(100% - 20px);
    padding-top: 20px;
  }

  .top_department_btn .btn a .nihon,
  .department_btn_block .btn a .nihon {
    font-size: 20px;
    display: block;
    width: 86%;
    padding: 5px 0 13px;
    margin-bottom: 13px;
  }

  .top_department_btn .btn a .nihon::after,
  .department_btn_block .btn a .nihon::after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 4px;
    right: 0;
    transform: rotate(45deg);
  }

  .top_department_btn .btn a .eiji,
  .department_btn_block .btn a .eiji {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 0 5%;
  }

  .top_guide_block {
    margin-bottom: 45px;
  }

  .top_guide_block .inner .txt {
    min-height: 200px;
  }

  .top_guide_block .inner figure {
    margin-top: -20px;
  }

  .top_guide_block .inner .txt h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 20px 12px 15px;
  }

  .top_guide_block .inner .txt p {
    margin: 0 20px 0 15px;
  }

  .top_pagelink_block .box {
    margin: 0 2.3% 35px 0;
  }

  .top_pagelink_block .box p {
    font-size: 15px;
  }

  .top_surround_medical_center_block ul li a {
    font-size: 14px;
  }


  /* 救命救急センターのご案内 */
  .department_btn_block {
    margin: 70px auto 0;
  }


  /* 研修案内 */
  .toiawase_block {
    margin: 0 20px;
  }


  /* スタッフ紹介 */
  .staff_lst li {
    width: calc(100% - 30px);
  }

  .staff_lst li:nth-child(2n+1) {
    margin-right: 0;
  }


}

/* max-width:768px */


/* ------------------------------------------------------------------------------------------- */
@media screen and (max-width:480px) {
  /* ------------------------------------------------------------------------------------------- */

  .spblock {
    display: block;
  }

  .spinline {
    display: inline;
  }

  /* header */
  /*header h1{
  width:calc(100% - 50px);
  max-width:275px;
}*/
  header .menu {
    top: 50%;
    transform: translateY(-50%);
  }


  /* footer */
  footer .bg {
    padding-bottom: 10%;
    background: #214371 url(../img/bg_footer_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  footer .inner {
    min-height: inherit;
    padding: 8% 15px 0;
  }

  footer .inner h3 {
    width: 51%;
  }

  footer .inner .bnr {
    display: block;
    margin: 0 2% 20px 55%;
  }

  footer .inner .bnr li {
    margin: 0 0 10px;
  }

  footer .inner .sitemap {
    clear: both;
    margin-left: 0;
  }

  footer .inner .sitemap li {
    margin: 0 15px 10px 0;
    font-size: 12px;
  }

  footer .inner .sitemap li.guide {
    margin: 0 0 10px 0;
  }

  footer .copyright {
    font-size: 10px;
    line-height: 1.2;
    padding: 7px 10px;
  }

  .gotop {
    width: 34px;
    height: 34px;
    bottom: 40px;
    right: 10px;
  }

  .gotop a {
    display: block;
    width: 34px;
    height: 34px;
  }

  .gotop a::before {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    top: 15px;
    left: 12px;
  }


  /* container */
  .container.under_container {
    margin-bottom: 50px;
  }

  .under_ttl figure::before {
    padding-top: 32%;
  }

  .under_ttl h2 {
    font-size: 22px;
  }

  .breadcrumb {
    margin: 0 auto 30px;
    padding: 5px 10px 0;
  }

  .breadcrumb li {
    font-size: 13px;
  }

  .page_ttl {
    margin: 0 auto 35px;
  }

  .page_ttl h3 {
    font-size: 20px;
  }

  .page_ttl h3 span {
    font-size: 13px;
  }

  .page_ttl::after {
    width: 70px;
    left: calc(50% - 35px);
  }

  .second_page_block+.plain_page_block,
  .plain_page_block+.second_page_block {
    margin-top: 40px;
  }

  .plain_page_block p,
  .second_page_block p {
    font-size: 14px;
  }

  .plain_page_block>p,
  .plain_page_block .box {
    margin-bottom: 25px;
  }

  .plain_page_block .box h4 {
    font-size: 16px;
    padding: 2px 0 2px 10px;
    margin-bottom: 8px;
  }

  .plain_page_block .box p,
  .second_page_block .box p {
    padding-left: 14px;
  }

  .plain_page_block .box p.jisage {
    padding-left: calc(2em + 14px);
  }

  .plain_page_block .box p.jisage2 {
    padding-left: calc(1em + 14px);
  }

  .plain_page_block .box ul.jisage {
    margin-left: 14px;
  }

  .plain_page_block p.catch,
  .second_page_block p.catch {
    font-size: 20px;
    margin-bottom: 12px !important;
  }

  .plain_page_block p.catch2,
  .second_page_block p.catch2 {
    font-size: 22px;
    margin-bottom: 5px !important;
  }

  .second_page_block .box {
    margin-bottom: 50px;
  }

  .second_page_block .box .inner_box {
    padding-left: 14px;
  }

  .second_page_block .box h4 {
    font-size: 18px;
    padding: 7px 0 6px 10px;
    margin-bottom: 20px;
    border-left: solid 7px #233163;
  }

  .second_page_block .box h4.sttl_ex1 {
    margin-bottom: 18px;
  }

  .second_page_block .box h5 {
    font-size: 16px;
    margin: 25px 0 10px 14px;
  }

  .second_page_block .box h6 {
    margin: 0 0 3px 14px;
  }

  .box .tbl_01 {
    margin: 0 14px 10px;
  }

  .box .tbl_02 {
    margin: 0 0 10px;
  }

  .tbl_01 th,
  .tbl_01 td,
  .tbl_02 th,
  .tbl_02 td {
    font-size: 14px;
    padding: 6px 8px;
  }

  .tbl_02 td.jisage {
    padding-left: calc(8px + 1em);
  }

  .surround_medical_lst {
    display: block;
    margin: 0 14px;
  }

  .surround_medical_lst li {
    width: auto;
    min-height: inherit;
    margin: 0 0 13px;
  }

  .surround_medical_lst li a {
    width: calc(100% - 20px);
    padding: 10px;
  }


  /* TOPページ */
  .main_visual figure::before {
    padding-top: 80%;
  }

  .top_department_btn {
    margin: -25px auto 20px;
  }

  .top_department_btn .btn,
  .department_btn_block .btn {
    width: 33.33%;
    height: 80px;
    margin: 0;
  }

  .top_department_btn .btn a,
  .top_department_btn .btn a:visited,
  .department_btn_block .btn a,
  .department_btn_block .btn a:visited {
    height: calc(100% - 5px);
    padding: 0 0 5px;
  }

  .top_department_btn .btn a .nihon,
  .department_btn_block .btn a .nihon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
    width: 86%;
    height: 28px;
    padding: 7px 0;
    margin-bottom: 5px;
  }

  .top_department_btn .btn a .eiji,
  .department_btn_block .btn a .eiji {
    font-size: 10px;
    line-height: 1.2;
  }

  .top_guide_block {
    margin-bottom: 38%;
    background: #214371 url(../../img/bg_top_01_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }

  .top_guide_block .inner .txt {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 30px);
    min-height: inherit;
    padding: 10px 15px 15px;
  }

  .top_guide_block .inner figure {
    float: none;
    width: calc(100% - 20px);
    margin: 0 10px;
    position: relative;
  }

  .top_guide_block .inner .txt h2 {
    font-size: 14px;
    padding-bottom: 7px;
    margin: 0 0 5px;
  }

  .top_guide_block .inner .txt p {
    font-size: 12px;
    margin: 0;
  }

  .top_guide_block .inner figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 11.8%;
  }

  .top_guide_block .inner figure img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .top_pagelink_block {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .top_pagelink_block .box {
    width: 100%;
    margin: 0 0 23px;
  }

  .top_pagelink_block .box p {
    font-size: 15px;
  }

  .top_surround_medical_center_block {
    margin: 20px auto 40px;
    padding: 0 15px;
  }

  .top_surround_medical_center_block .inner {
    padding-top: 13px;
  }

  .top_surround_medical_center_block h3 {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .top_surround_medical_center_block ul {
    display: block;
  }

  .top_surround_medical_center_block ul li {
    width: auto;
    min-height: inherit;
    margin: 0 0 13px;
  }

  .top_surround_medical_center_block ul li a {
    width: calc(100% - 20px);
    padding: 10px;
  }


  /* 救命救急センターのご案内 */
  .department_btn_block {
    margin: 30px auto 0;
  }

  .box p.message_fl {
    width: auto;
  }

  .pediatric_fig {
    margin: 0 14px 35px;
  }

  .box .kodomo_bnr {
    margin: 20px 14px 0;
    padding: 15px 20px;
  }

  .box .kodomo_bnr figure {
    float: none;
    text-align: center;
  }

  .second_page_block .box .kodomo_bnr p {
    margin: 15px 0 0;
  }


  /* 臨床研究について */
  .research_lst {
    padding: 0 17px;
  }

  .research_lst li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .research_lst li a {
    font-size: 14px;
    line-height: 1.5;
    min-height: 31px;
    padding-right: calc(35px + 1.5%);
  }

  .research_lst li a::after {
    width: 28px;
    height: 31px;
    right: 1.5%;
  }


  /* 業績 */
  .achievement_lst {
    padding: 0 17px;
  }

  h4+.achievement_lst {
    margin-top: 15px;
  }

  .achievement_lst li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .achievement_lst li:first-child {
    padding-top: 15px;
  }

  .achieve_tab {
    margin-bottom: 35px;
  }

  .achieve_tab li a {
    padding: 7px 0;
    font-size: 14px;
  }


  /* 研修案内 */
  .training_pht_01 {
    margin: 0 14px;
  }

  .training_pht_01 img {
    width: auto;
  }

  .training_pht_01 img+img {
    margin: 10px 0 0;
  }

  .training_pht_02 {
    display: none;
  }

  .training_pht_03 {
    display: block;
    margin: 0 14px;
  }

  .training_pht_04 {
    float: none;
    margin: 0 auto 20px;
  }

  .training_pht_05 {
    float: none;
    margin: 0 auto 20px;
  }

  .toiawase_block {
    padding: 15px 18px;
  }


  /* スタッフ紹介 */
  .staff_intro_block .box {
    margin-bottom: 40px;
  }

  .staff_intro_block h4 {
    font-size: 18px;
    padding: 7px 0 6px 10px;
    margin-bottom: 20px;
    border-left: solid 7px #233163;
  }

  .staff_intro_block .box>p {
    font-size: 14px;
    margin-left: 14px;
  }

  .staff_lst {
    margin: 0;
  }

  .staff_lst li {
    margin-bottom: 15px;
  }

  .staff_lst li .shimei,
  .staff_lst li .bunya {
    float: none;
    width: auto;
  }

  .staff_lst li .shimei {
    margin-bottom: 15px;
    padding-top: 5px;
  }

  .staff_lst li h5 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .staff_lst li .shimei p {
    font-size: 13px;
  }

  .staff_lst li .bunya p {
    font-size: 14px;
  }

  .staff_lst li .bunya h6 {
    font-size: 13px;
  }

  .staff_lst li .bunya p+h6 {
    margin-top: 10px;
  }


}

/* max-width:480px */