@charset "utf-8";
@import "reboot.css";
html {
  overflow-y: scroll;
  width: 100%;
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.5rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body {
  image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, strong, b, nav, .date {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
a:link, a:visited {
  color: #0142a3;
  text-decoration: underline;
}
a:active, a:hover {
  color: #0142a3;
  text-decoration: underline;
  opacity: .6;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
}
/* header */
#headerWrapper {
  width: 100%;
  min-width: 1500px;
}
#headerWrapper.contents {
  min-width: 1200px;
}
header {
  width: 1200px;
  margin: 15px auto 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  align-items: center;
}
header h1 {
  width: 640px;
  margin: 0 auto 0 0;
  padding: 0;
}
.banner img {
  height: 50px;
  width: auto;
}
header h1 a:active, header h1 a:hover {
  opacity: 1;
  transition: none;
}
/* nav */
nav {
  min-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
nav.contents {
  min-width: 1200px;
}
.menu {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.menu li {
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu li a {
  margin: 0;
  padding: 5px 2.8em 5px 0;
  text-decoration: none;
  color: #2c2c2c;
  display: block;
  font-size: 1.7rem;
}
#contactWrapper {
  width: 100%;
  min-width: 1500px;
  padding: 30px 0;
  background-color: #0142a3;
  color: #fff;
  text-align: left;
}
#contactWrapper.contents {
  min-width: 1200px;
}
#contact {
  width: 1200px;
  margin: 0 auto 15px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
footer {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2rem;
}
/* ページトップへ戻る */
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 45px;
  padding: 15px 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  clear: both;
  opacity: .7;
}
#page-top:hover {
  opacity: .8;
}
.arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-left-color: #fff;
  border-top-color: #fff;
  top: 20px;
  left: 26px;
  transform: rotate(45deg);
}
@media print {
  #page-top {
    display: none;
  }
}
/*top page*/
#mainvisual {
  width: 100%;
  height: 600px;
}
_::-webkit-full-page-media, _:future, :root #mainvisual {
  min-width: 1500px;
}
.main-carousel {
  width: 100%;
  height: 600px;
  position: relative;
}
.carousel-cell {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 600px;
  list-style: none;
  position: relative;
  z-index: 1;
  transition: opacity 1s ease;
}
.carousel-cell img {
  height: 600px;
  object-fit: cover;
  object-position: right center;
  z-index: 10;
}
main.top {
  width: 100%;
  min-width: 1500px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#newsWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 35px 0 70px;
}
#newsWrapper h2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
}
#newsWrapper h2::before {
  position: absolute;
  top: 35px;
  left: 120px;
  content: "";
  width: 340px;
  height: 2px;
  background: #80a0d1;
}
#news {
  width: 100%;
  margin: 0;
}
#news ul {
  width: 1010px;
  height: 280px;
  margin: 0 auto;
  padding: 30px;
  list-style: none;
  overflow: auto;
  overflow-y: scroll;
}
#news ul li {
  margin: 0;
  padding: 35px 0;
  line-height: 1.5;
  display: flex;
  border-bottom: 2px solid #d0d0d0;
}
#news ul li:first-child {
  padding: 0 0 35px;
}
#news ul li .date {
  font-weight: 500;
}
#news ul li p {
  margin: 0 0 0 75px;
  position: relative;
}
#menuWrapper {
  width: 1500px;
  margin: 0 auto 108px;
  display: flex;
  justify-content: space-between;
}
.topMenu {
  width: 486px;
  height: 433px;
  margin: 0 20px 0 0;
  position: relative;
}
.topMenu:last-child {
  margin: 0;
}
.topMenu h2 {
  margin: 0 auto;
  padding: 0 .9em 10px;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  display: inline-block;
  border-bottom: 6px solid #0141a3;
  white-space: nowrap;
}
.topMenu ul {
  width: 100%;
  margin: auto;
  padding: 0;
  color: #fff;
  position: absolute;
  bottom: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.topMenu ul.pain {
  bottom: 28%;
}
.topMenu ul li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.topMenu ul li a {
  padding: 6px 1em 6px 0;
  color: #fff;
  font-size: 1.6rem;
}
.topMenu ul li:last-child a {
  padding: 6px 0;
}
.topMenu ul li::after {
  content: "/";
  padding: 8px 1em 8px 0;
}
.topMenu ul li:last-child::after {
  content: "";
  padding: 8px 0;
}
#mainvisual p {
  margin: auto;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
}
/* main */
#contentsWrapper {
  width: 100%;
  min-width: 1200px;
}
main.contents {
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
  padding: 5px 0 30px;
  text-align: left;
  background: #fff;
}
#h1Wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 36px 0 33px;
  background: #01112b;
}
#h1Wrapper h1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
}
#h1WrapperImg {
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  background: #01112b;
}
.h1img {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h1img h1 {
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.h1img img {
  width: 50%;
}
h1 .small {
  margin: 0 0 5px;
  font-size: 1.7rem;
  display: inline-block;
}
main.contents h2 {
  margin: 30px 5px 15px;
  padding: 14px 0 5px;
  line-height: 1.5;
  font-size: 2.2rem;
  color: #2c2c2c;
  position: relative;
}
main.contents h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #0142a3;
  content: "";
}
main.contents h3 {
  margin: 25px 10px 15px;
  padding: 0 0 4px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #486eaa;
  border-bottom: 1px solid #486eaa;
}
main.contents h4 {
  margin: 18px 15px 10px;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.5;
}
main.contents p {
  margin: 10px 20px;
  padding: 0;
}
/* list */
main.contents ul {
  margin: 5px 15px 5px 15px;
  padding: 0;
}
main.contents ul li {
  list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  position: relative;
}
main.contents ul li::before {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 10px;
  height: 3px;
  background: #0142a3;
}
main.contents ul ul, main.contents ol ul {
  margin: 0 0 3px;
}
main.contents ul ul li, main.contents ol ul li {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
main.contents ul ul li::before, main.contents ol ul li::before, main.contents ul ol li::before {
  display: none;
}
main.contents ul ul ul li {
  list-style: circle;
}
main.contents ul ol {
  margin: 0 0 0 20px;
}
main.contents ul ol li {
  list-style-type: inherit;
}
main.contents ol {
  margin: 5px 15px 5px 40px;
  padding: 0;
}
main.contents ol li {
  margin: 0;
  padding: 2px 0;
}
main.contents ol ol {
  margin: 0 0 0 20px;
}
main.contents ol ol li {
  margin: 0;
  padding: 0;
}
/* table */
table {
  padding: 0;
  margin: 25px auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
}
table th {
  padding: 7px 10px 5px;
  text-align: left;
  background-color: #0142a3;
  border: none;
  font-weight: 500;
  color: #fff;
}
table td {
  padding: 7px 10px 5px;
  border: 1px solid #0142a3;
}
table.noborder th {
  border: none;
}
table.noborder td {
  border: none;
}
table.center th, table.center td {
  text-align: center;
}
/* figure */
figure {
  margin: 20px 45px;
}
figure.center {
  margin: 30px auto;
}
figure.fr {
  float: right;
  margin: 0 15px 15px 15px;
}
figure.fl {
  float: left;
  margin: 0 15px 15px 15px;
}
figure img, video {
  margin: 3px 0;
  width: 100%;
}
figcaption {
  line-height: 1.4;
  padding: 5px;
  text-align: left;
}
hr {
  border: 0;
  height: 1px;
  margin: 45px 25px;
  clear: both;
  background: linear-gradient(to right, #fff, #0142a3, #fff);
}
/* utility */
a[target="_blank"] {
  background: url(../image/ic_blank.png) right no-repeat;
  padding-right: 22px;
  background-size: 18px 17px;
}
a[href$=".pdf"] {
  background: url(../image/ic_pdf.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../image/ic_doc.png) right no-repeat;
  padding-right: 24px !important;
  background-size: 20px 18px !important;
}
.no_icon {
  background-image: none !important;
  padding-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.w05 {
  width: 5% !important;
}
.w10 {
  width: 10% !important;
}
.w15 {
  width: 15% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w35 {
  width: 35% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w55 {
  width: 55% !important;
}
.w60 {
  width: 60% !important;
}
.w65 {
  width: 65% !important;
}
.w70 {
  width: 70% !important;
}
.w75 {
  width: 75% !important;
}
.w80 {
  width: 80% !important;
}
.w85 {
  width: 85% !important;
}
.w90 {
  width: 90% !important;
}
.w95 {
  width: 95% !important;
}
.w100 {
  width: 100% !important;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
  text-indent: 0;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
  font-size: 0.85em;
}
.large {
  font-size: 1.2em;
}
.red {
  color: red;
}
blockquote {
  margin: 5px 0 5px 35px;
}
/* 挨拶 */
.messageTable {
  margin: 20px auto 30px;
  width: 90%;
}
.messageTable tr:nth-child(odd) {
  background: #f9f9f9;
}
.messageTable td, .membersTable th {
  border: none;
}
/* 部門 */
ul.contentsNav {
  list-style: none;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #0142a3;
}
ul.contentsNav li {
  margin: 30px 1% 0 !important;
  width: 12%;
  padding: 0 !important;
  background-image: none;
  text-align: center;
}
ul.contentsNav li::before {
  display: none;
}
ul.contentsNav li a {
  display: block;
  margin: 0;
  padding: 10px 0 8px;
  color: #0142a3;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #0142a3;
  border-left: 1px solid #0142a3;
  border-right: 1px solid #0142a3;
}
ul.contentsNav li a:hover {
  color: #fff;
  background: #0142a3;
  opacity: 1;
}
ul.contentsNav li.current a {
  color: #fff;
  background: #0142a3;
  opacity: 1;
}
/*スタッフ紹介*/
.staff {
  display: flex;
  align-items: flex-start;
  width: 96%;
  margin: 20px auto;
}
.staff > div {
  width: 84%;
  margin: 0 0 0 1%;
}
.staff > img {
  width: 15%;
  border-radius: 50%;
}
/* 研修医・学生の方へ */
.contact {
  width: 80%;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #c4c4c4;
  background: #e9f1fc;
  font-size: 1.6rem;
}
.voice {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.voice li {
  width: 29%;
  margin: 10px 2% !important;
  padding: 0 !important;
  line-height: 1.2;
}
.voice li::before {
  display: none;
}
.voice li img {
  margin: 0 0 10px;
}
.voice li a:link, .voice li a:visited {
  color: #000;
  text-decoration: none;
}
.voice li a:active, .voice li a:hover {
  color: #000;
  text-decoration: none;
  opacity: .6;
  transition: all 0.5s ease;
}
.voiceTable {
	width: 90%;
	margin: 0 auto 40px;
}
.voiceTable tr:nth-child(even) {
	background: #edf3fb;
}
.voiceTable tr:nth-child(odd) {
	background: #d0dcef;
}
.voiceTable td, .voiceTable th {
	border: none;
}