@import url("slide.css");

body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 2;
  background: #faf9f1 none repeat scroll 0% 0%;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

img {
  border: medium none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0px;
}

iframe {
  width: 100%;
}

video, audio {
  max-width: 100%;
}

a {
  color: #333333;
transition: all 0.5s ease 0s;
}

a:hover {
  color: #19204d;
  text-decoration: none;
}

#container {
  max-width: 1500px;
  margin: 0px auto;
  position: relative;
  padding: 10%;
}

header {
  float: left;
  width: 20%;
}

header #logo {
  margin-bottom: 50px;
  background: #19204d none repeat scroll 0% 0%;
  border-radius: 0px 0px 10px 10px;
}

.submenu {
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #19204d;
  margin-bottom: 20px;
}

.submenu li {
  text-align: center;
  border-top: 1px solid #cccccc;
  font-size: 18px;
}

.submenu li a {
  display: block;
  text-decoration: none;
  padding: 15px 5px;
  background: white none repeat scroll 0% 0%;
}

.submenu li a:hover {
  background: #fbf6cc none repeat scroll 0% 0%;
}

.submenu li:first-child {
  border: medium none;
}

.submenu li span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #19204d;
}

#menubar-s {
  display: none;
}

#menu-s {
  display: none;
}

#menubar_hdr {
  display: none;
}

#contents {
  clear: both;
  overflow: hidden;
}

#main {
  float: right;
  width: 75%;
}

.home #main {
  margin-top: 0%;
}

#main h2 {
  clear: both;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 60px;
  color: white;
  background: #19204d url("../images/arrow2.png") no-repeat scroll 20px center / 25px auto;
  border-radius: 10px;
}

#main h3 {
  clear: both;
  margin-bottom: 20px;
  padding: 4px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background: white none repeat scroll 0% 0%;
}

#main h3::first-letter {
  border-left: 3px solid #19204d;
  padding-left: 15px;
}

#main p {
  padding: 0px 20px 20px;
}

#main p + p {
  margin-top: -5px;
}

#main h2 + p, #main h3 + p {
  margin-top: -10px;
}

#main section + section {
  margin-top: 30px;
}

#sub {
  float: left;
  font-size: 14px;
  line-height: 1.5;
  width: 20%;
}

#sub h2 {
  font-size: 18px;
}

#sub h2::first-letter {
  border-left: 3px solid #19204d;
  padding-left: 10px;
}

#sub .box h2::first-letter {
  border-left: 3px solid white;
}

#sub .box {
  background: #19204d none repeat scroll 0% 0%;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#sub .box a {
  color: white;
}

#sub address {
  font-style: normal;
}

footer {
  clear: both;
  padding-top: 40px;
  text-align: center;
  font-size: 85%;
}

footer .pr {
  display: block;
  font-size: 80%;
}

#footermenu {
  padding: 10px;
}

#footermenu li {
  display: inline-block;
  padding: 2px 10px;
}

#copyright {
  clear: both;
  background: #333333 none repeat scroll 0% 0%;
  color: white;
  bottom: 0px;
}

#copyright a {
  text-decoration: none;
  color: white;
}

#new dl {
  padding: 0px 20px;
  margin-bottom: 20px;
}

#new dt {
  float: left;
  width: 9em;
  letter-spacing: 0.1em;
}

#new dd {
  padding-left: 9em;
  border-bottom: 1px solid #cccccc;
}

.list {
  overflow: hidden;
  width: 26.4%;
  float: left;
  margin: 0px 0px 20px 2%;
  border: 1px solid #cccccc;
box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 2%;
  border-radius: 3px;
  background: white none repeat scroll 0% 0%;
}

.list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin: -2%;
  padding: 2%;
  background: white url("../images/arrow1.png") no-repeat scroll right bottom / 40px auto;
}

.list a:hover {
  position: relative;
  left: 1px;
  top: 1px;
}

.list h4 {
  color: #19204d;
  font-size: 120%;
  text-align: center;
  height: 2em;
  overflow: hidden;
}

.list p {
  padding: 0px !important;
  line-height: 1.5;
  font-size: 90%;
  color: #333333;
  height: 0em;
  overflow: hidden;
}

.thumbnail {
  width: 70px;
  margin: 5px;
  opacity: 0.7;
}

.thumbnail:hover {
  opacity: 1;
}

.faq {
  padding: 0px 20px;
}

.faq dt {
  color: #19204d;
  font-weight: bold;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0) url("../images/faq_q.png") no-repeat scroll left top / 30px auto;
}

.faq dd {
  padding-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  background: rgba(0, 0, 0, 0) url("../images/faq_a.png") no-repeat scroll left top / 30px auto;
}

.ta1 caption {
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-color: #cccccc #cccccc currentcolor;
  text-align: left;
  background: #eeeeee none repeat scroll 0% 0%;
  color: #666666;
  font-weight: bold;
  padding: 10px;
}

.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0px auto 20px;
  background: white none repeat scroll 0% 0%;
  color: #666666;
}

.ta1, .ta1 td, .ta1 th {
  word-break: break-all;
  border: 1px solid #cccccc;
  padding: 10px;
}

.ta1 th {
  width: 140px;
  text-align: center;
}

.ta2 caption {
  border-width: 1px 1px medium;
  border-style: solid solid none;
  border-color: #b7b7b7 #b7b7b7 currentcolor;
  text-align: center;
  background: white none repeat scroll 0% 0%;
  color: #333333;
  font-weight: bold;
  padding: 10px;
}

.ta2 {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  background: white none repeat scroll 0% 0%;
  color: #333333;
}

.ta2, .ta2 td, .ta2 th {
  word-break: break-all;
  border: 1px solid #b7b7b7;
}

.ta2 th {
  background: #fffbe3 none repeat scroll 0% 0%;
}

#main input.btn[type="submit"], #main input.btn[type="button"], #main input.btn[type="reset"] {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  font-size: 18px;
  border-radius: 3px;
  background: #eeeeee none repeat scroll 0% 0%;
}

#main input.btn[type="submit"]:hover, #main input.btn[type="button"]:hover, #main input.btn[type="reset"]:hover {
  border: 1px solid #999999;
  background: white none repeat scroll 0% 0%;
}

#main .box {
  overflow: hidden;
  border: 3px solid #19204d;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: white none repeat scroll 0% 0%;
}

#main .box h4 {
  color: #19204d;
  font-size: 130%;
}

#main .box p {
  padding: 0px !important;
}

#main .box .fr, #main .box .fl {
  margin-bottom: 0px;
}

.menu {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.menu li {
  display: inline;
  border-right: 1px solid #999999;
}

.menu li a {
  padding: 10px;
}

.menu li:first-child {
  border-left: 1px solid #999999;
}

@keyframes scroll {
0% { opacity: 0; }
100% { opacity: 1; }
}

body .nav-fix-pos-pagetop a {
  display: none;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  z-index: 100;
  position: fixed;
  width: 100px;
  bottom: 55px;
  right: 3%;
  animation-name: scroll;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  border-radius: 50%;
  border: 3px solid #19204d;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: white none repeat scroll 0% 0%;
}

a[href$=".pdf"] {
  display: inline-block;
  background: rgba(0, 0, 0, 0) url("../images/PDF_32.png") no-repeat scroll right center;
  padding: 5px 40px 5px 0px;
}

.newicon {
  background: red none repeat scroll 0% 0%;
  color: white;
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}

p.check {
  background: red none repeat scroll 0% 0%;
  color: white;
  padding: 10px 25px !important;
  margin-bottom: 20px;
}

#sub p.check {
  padding: 5px !important;
}

p.check a {
  color: white;
}

ul.disc {
  list-style: outside none disc;
  padding: 0px 20px 20px 40px;
}

ol {
  padding: 0px 20px 20px 45px;
}

.look {
  background: #eeeeee none repeat scroll 0% 0%;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  border-radius: 4px;
}

.mb15, .mb1em {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

.color1, .color1 a {
  color: #19204d;
}

.bgcolor1 {
  background: #f2f2f2 none repeat scroll 0% 0% !important;
}

.bgcolor2 {
  background: #dbebf7 none repeat scroll 0% 0% !important;
}

.pr {
  font-size: 10px;
}

.wl {
  width: 96%;
}

.ws {
  width: 50%;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w70p {
  width: 70%;
}

.w60p {
  width: 60%;
}

.w50p {
  width: 50%;
}

.w40p {
  width: 40%;
}

.w30p {
  width: 30%;
}

.w20p {
  width: 20%;
}

.c {
  text-align: center;
}

.r {
  text-align: right;
}

.l {
  text-align: left;
}

.fr {
  float: right;
  margin-left: 2%;
  margin-bottom: 20px;
}

.fl {
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}

.big1 {
  font-size: 24px;
  letter-spacing: 0.2em;
}

#sub .big1 {
  font-size: 20px;
  letter-spacing: normal;
}

.mini1 {
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
}

.sh {
  display: none;
}

.dn {
  display: none;
}

@media screen and ( max-width : 1100px ) {
  #container {
    padding: 0px 3%;
  }
  .home #main {
    margin-top: 23%;
  }
}

@media screen and ( max-width : 900px ) {
  header {
    position: absolute;
    left: 3%;
    top: 0px;
  }
  header #logo {
    width: 170px;
  }
  .home #contents {
    padding-top: 25%;
  }
  #contents {
    padding-top: 200px;
  }
  @keyframes menu1 {
0% { opacity: 0; }
100% { opacity: 1; }
}
  #menubar-s {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid white;
    width: 100%;
    z-index: 10;
    animation-name: menu1;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
  #menubar-s li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px 15px 20px;
    border-bottom: 1px solid white;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
    font-size: 20px;
    color: white;
  }
  #menubar-s li a span {
    display: block;
    font-size: 12px;
  }
  #menubar {
    display: none;
  }
  #menubar_hdr {
    display: block;
    position: absolute;
    z-index: 11;
    top: 50px;
    right: 3%;
    border: 1px solid white;
  }
  #menubar_hdr.close, #menubar_hdr.open {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  #menubar_hdr.close {
    background: #19204d url("../images/icon_menu.png") no-repeat scroll center top / 50px auto;
  }
  #menubar_hdr.open {
    background: #19204d url("../images/icon_menu.png") no-repeat scroll center bottom / 50px auto;
  }
  header, #main, #sub {
    float: none;
    width: auto;
    overflow: hidden;
  }
  body.s-n #sub, body.s-n #side {
    display: none;
  }
  body #submenu ul {
    font-size: 50%;
  }
  .submenu {
    display: none;
  }
  .facebook {
    display: none;
  }
  #menu-s {
    display: block;
  }
  #menu-s {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
  }
  #menu-s div {
    width: 50px;
    height: 50px;
    color: white;
    background: rgba(25, 32, 77, 0.796) none repeat scroll 0% 0%;
    overflow: hidden;
    position: absolute;
    bottom: 5%;
  }
  #menu-s .menuopen {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: auto;
  }
  #menu-s .menuclose {
    color: white;
    font-size: 10px;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: auto;
  }
  #menu-s ul {
    background: #19204d none repeat scroll 0% 0%;
    width: 80%;
    position: absolute;
    bottom: 30px;
    right: 0px;
    display: none;
  }
  #menu-s a {
    color: white;
  }
  #menu-s img {
    width: 100%;
    max-width: 100%;
  }
  #menu-s li {
    padding: 20px;
    color: white;
    border-bottom: 1px solid white;
    pointer-events: auto;
  }
  #menu-s:target .menuopen {
    display: none;
  }
  #menu-s:target .menuclose {
    display: block;
  }
  #menu-s:target ul {
    display: block;
  }
}

@media screen and ( max-width : 600px ) {
  #main h2 {
    font-size: 18px;
    padding: 10px 20px 10px 60px;
  }
  body.is-fixed-pagetop .nav-fix-pos-pagetop a {
    width: 60px;
  }
}

@media screen and ( max-width : 480px ) {
  body {
    font-size: 2.93vw;
  }
  header #logo {
    width: 120px;
  }
  .home #contents {
    padding-top: 25%;
  }
  #contents {
    padding-top: 140px;
  }
  #main h2 {
    font-size: 16px;
    padding: 10px 20px;
    background-image: none;
  }
  #main h3::first-letter {
    border-left: medium none;
    padding-left: 0px;
  }
  #main p {
    padding: 0px 0px 20px;
  }
  .list {
    overflow: hidden;
    width: 26.4%;
    float: left;
    margin: 0px 0px 20px 2%;
    border: 1px solid #cccccc;
box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.1);
    padding: 2%;
    border-radius: 3px;
  }
  .list a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin: -2%;
    padding: 2%;
    background: rgba(0, 0, 0, 0) url("../images/arrow1.png") no-repeat scroll right bottom / 40px auto;
  }
  .list a:hover {
    position: relative;
    left: 1px;
    top: 1px;
  }
  .list h4 {
    color: #19204d;
    font-size: 120%;
    text-align: center;
    height: 2em;
    overflow: hidden;
  }
  .list p {
    padding: 0px !important;
    line-height: 1.5;
    font-size: 90%;
    color: #333333;
    height: 0em;
    overflow: hidden;
  }
  #new dl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq {
    padding: 0px;
  }
  .faq dt, .faq dd {
    background-size: 25px auto;
  }
  .ta1 caption {
    padding: 5px;
  }
  .ta1, .ta1 td, .ta1 th {
    padding: 5px;
  }
  .ta1 th {
    width: 100px;
  }
  .ws, .wl {
    width: 94%;
  }
  .big1 {
    font-size: 130%;
    letter-spacing: normal;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  #submenu {
    display: none;
  }
  #BG_1586289496887_55705 {
    font-size: 40%;
  }
}

.BG_1586290461313_35082 {
  list-style-image: url("http://www.ea.u-tokai.ac.jp/horisawa/css/news/logp.png");
  list-style-position: inside;
}

#BG_1606661538599_45411 {
  font-size: 100%;
}

#BG_1607660379854_17497 {
  text-align: right;
}

#BG_1607660396484_83940 {
  float: none;
}

#medical1 {
  clear: both !important;
  position: relative;
}

#BG_1607661275899_86354 {
  clear: left;
}

