@charset "utf-8";
/* CSS Document */
.wrapper {
  background: url(/med/seikeigeka/images/wp_bg.png) no-repeat top center;
  background-size: 100%;
}
.wrapper.pattern01 {
  background: url(/med/seikeigeka/images/wp_bg02.png) no-repeat center 10px;
  background-size: 100%;
}

/* ·²ÓÃ¥Æ¥­¥¹¥È¥Ü¥¿¥ó -----------------------------------------------------*/
a.btn_t {
  display: block;
  width: auto;
  padding: .5rem;
  background: #6891db;
  border-radius: .4rem;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
}
a.btn_t:hover {
  opacity: 0.7;
}

/* header Area -----------------------------------------------------*/
header .h_bg {
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
}
h1 {
  text-align: left;
  font-size: 75%;
  color: #c9c9c9;
}
.ttlWp {
  text-align: center;
  padding: 2em;
}
.ttlWp h2 {
  color: #075599;
  font-weight: bold;
  font-size: 180%;
  text-shadow: 2px 2px 2px #ffffff;
  line-height: 1.2em;
}
h3 {
  background: #e2f1ff;
  padding: 0.5em;
  border-bottom: 2px solid #1262a8;
  color: #1262a8;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
}
h3:before {
  content: " | ";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 150%;
}
h4 {
  font-size: 110%;
  border-bottom: dashed 1px #9cc844;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
h4:before {
  content: " ¡ñ ";
  color: #9cc844;
  display: inline-block;
  margin-right: 0.5em;
}
.h_logo {
  float: left;
  padding: 0.5em 0;
  width: 55%;
  max-width: 595px;
}
.h_info {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  width: 45%;
}
.h_info ul {
  float: right;
  max-width: 270px;
}
.h_info ul li {
  margin-top: 0.3em;
}
nav {
  width: 100%;
  z-index: 99999;
  position: relative;
}
nav li a {
  display: inline-block;
  padding: 0.5em 0;
  margin: 0;
}
nav > ul li {
  position: relative;
}
/* ¥µ¥Ö¥á¥Ë¥å©` */
nav ul li.menu_single ul.sub {
  display: none;
  width: 96%;
  position: absolute;
}
nav > ul > li.menu_single ul.sub li {
  text-align: center;
  padding: 3px;
}
nav > ul > li.menu_single:hover ul.sub {
  display: block;
  height: auto;
  background-color: #ffffff;
  opacity: 0.8;
  padding: 3px;
  position: absolute;
  top: 70px;
  left: 0;
}
nav > ul > li.menu_single:hover ul.sub a {
  color: #1262a8;
  display: block;
  border-bottom: 1px dotted #333333;
  padding: 8px;
}
nav > ul > li.menu_single ul.sub li a:hover {
  background-color: #c5efec;
  color: #36aba2;
}
/* content -----------------------------------------------------*/
main {}
article {
  float: right;
  width: 74%;
  max-width: 860px;
  background: #fff;
}
.pankuzu {
  margin: 0.5em 0 2em;
}
.pankuzu li {
  display: inline-block;
  font-size: 80%;
  margin-right: 0.5em;
}
.pankuzu li a {
  color: #666;
}
.pankuzu li a:hover {
  color: #f5a939;
}
.pankuzu li:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
.pankuzu li:first-child:before {
  content: "";
}

/* sideNavi -----------------------------------------------------*/
aside {
  float: left;
  width: 24.55%;
  max-width: 287px;
  margin-bottom: 1em;
  margin-top: -2.5em;
}
aside p {
  margin-bottom: 0.8em;
}
aside ul li a, aside ul li.switch .open {
  color: #333;
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 1.8em;
  font-size: 95%;
  line-height: 1.3em;
  margin-bottom: 0.3em;
}
aside ul li a:hover {
  color: #1262a8;
}
aside ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
aside ul li.switch .open:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
aside ul li.switch .open.plus:before {
  content: "\f067";
}
aside ul li.switch .open.normal:before {
  content: "\f0da";
}
aside ul li.switch ul.sub {
  margin-left: 1.2em;
}
aside .aside_public {
  background: url(/med/seikeigeka/images/common/bg_01.gif) repeat top left;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
aside .aside_med {
  background: url(/med/seikeigeka/images/common/bg_02.gif) repeat top left;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
aside .aside_institution {
  background: url(/med/seikeigeka/images/common/bg_03.gif) repeat top left;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
aside .aside_student {
  background: url(/med/seikeigeka/images/common/bg_04.gif) repeat top left;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
main {
  background: #fff;
}
/* FOOTER -----------------------------------------------------*/
footer {
  background: #e3f7f4;
  padding-bottom: 1.5em;
}
footer .f_gnav {
  background: #2f3d99;
  width: 100%;
  margin-bottom: 1.5em;
}
footer .f_gnav li a {
  padding: 0.5em 1.8em;
  color: #fff;
  display: inline-block;
}
footer .f_gnav li a:hover {
  background: #e2f1ff;
  color: #2f3d99;
}
footer .f_logo {
  width: 400px;
  margin-right: 2em;
  font-size: 90%;
  line-height: 1.5em;
}
footer .f_logo img {
  display: inline-block;
  margin-bottom: 0.5em;
}
footer .f_nav {
  margin: 0 0 1em 0;
}
footer .f_nav .f_nav_ttl {
  color: #1262a8;
}
footer .f_nav .f_nav_ttl:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0fe";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
footer .f_nav ul {
  margin-right: 0.5em;
}
footer .f_nav ul li {
  line-height: 1.4em;
}
footer .f_nav ul li a {
  color: #404040;
  font-size: 85%;
}
footer .f_nav ul li a:before {
  display: inline-block;
  content: "?";
}
.copyright {
  font-size: 12px;
  margin-top: 1em;
}

/* ¹²Í¨
--------------------------------------------------------------------------*/
section {
  margin: 0 auto 4em auto;
  width: 95%;
  overflow: hidden;
}
section p {
  margin-bottom: 1em;
}
section a {
  text-decoration: underline;
}
section a:hover {
  text-decoration: none;
}
table {
  width: 100%;
  margin: 1em auto;
  text-align: center;
  border: 1px solid #efefef;
}
table thead {
  background: #1262a8;
}
table thead th {
  color: #fff;
  padding: 0.5em 0.2em;
  border: 1px solid #efefef;
}
table tbody th {
  padding: 0.5em 0.2em;
  background: #e3f7f4;
  border: 1px solid #efefef;
  vertical-align: middle;
}
table tbody td {
  padding: 0.5em 0.2em;
  font-size: 80%;
  line-height: 1.3em;
  border: 1px solid #efefef;
  vertical-align: bottom;
}
table.basic tbody td {
  font-size: 100%;
  line-height: 1.6em;
}
table tbody td .name {
  font-size: 150%;
  display: inline-block;
  line-height: 1.7em;
}
/*TOP¥Ú©`¥¸ 
------------------------------------------------------------*/
#index aside {
  margin-top: 0em;
}
#index section {
  width: 100%;
}
.mainvisual {
  margin-bottom: 1em;
  text-align: center;
}
main#index {
  background: none;
}
#index h2 {
  background: #e2f1ff;
  padding: 0.5em;
  border-bottom: 2px solid #1262a8;
  color: #1262a8;
  font-size: 120%;
  font-weight: bold;
}
#index h2:before {
  content: " | ";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 150%;
}
.topgreeting {
  background: url(/med/seikeigeka/images/common/bg_04.gif) repeat top left;
  padding: 2em 2em 0.5em 2em;
}
.topgreeting p {
  margin-bottom: 2em;
}

/*¤ªÖª¤é¤»™Ú
------------------------------------------------------------*/
.topinfo {
  max-height: 450px;
  margin: 1.5em 0;
  overflow: auto;
  padding: 0 1em;
}
.topinfo dt {
  font-weight: bold;
  color: #6891db;
  margin-bottom: 0.5em;
}
.topinfo dd {
  margin-bottom: 1em;
  padding: 0 0 0.5em 1em;
  border-bottom: 1px solid #d7cfcc;
}
.topinfo dd:last-child {
  border-bottom: none;
}
.text_rb {
  font-weight: bold;
  color: #d11b1b;
}
a.text_rbl {
  font-weight: bold;
  color: #d11b1b;
  text-decoration: underline;
}

/*ÏÂŒÓ¥Ú©`¥¸
------------------------------------------------------------*/
.sitemap ul {
  margin-bottom: 1em;
  padding: 0 0 0 1em;
}
.sitemap li {
  display: inline-block;
  margin: 0 1em 0.5em 0;
}
.sitemap li a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.5em;
}
.oneBlock {
  padding: 1.5em;
  margin-bottom: 2em;
  background: #f2f2f2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.oneBlock .block_txt {
  width: 69%;
  font-size: 90%;
  margin-left: 1em;
}
.oneBlock.noimg .block_txt {
  width: 100%;
  margin-left: 0;
}
.oneBlock .block_txt h4 {
  font-size: 150%;
  border-bottom: 1px solid #666;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.oneBlock .block_txt h4 span {
  font-size: 70%;
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline;
}
.oneBlock dt {
  font-weight: bold;
  color: #1262a8;
}
.oneBlock dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #ccc;
}
.oneBlock .block_txt dd:last-child {
  margin-bottom: 0em;
  padding-bottom: 0em;
  border-bottom: none;
}
.p_specialty dt {
  font-size: 110%;
  background: #1262a8;
  color: #fff;
  padding: 0.2em;
  min-width: 11em;
  text-align: center;
  display: inline-block;
}
.p_specialty dd {
  font-size: 90%;
  margin-bottom: 2em;
  border: 1px solid #1262a8;
  padding: 1em;
}
.comm li {
  font-size: 90%;
  border: 1px solid #ccc;
  padding: 1em;
  margin-bottom: 1em;
}
.p_med dt {
  color: #1262a8;
}
.p_med dt:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f0a3";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
}
.p_med dd {
  background: url(/med/seikeigeka/images/common/bg_04.gif) repeat top left;
  padding: 1em;
  margin-bottom: 1em;
}
.p_med li:before {
  display: inline-block;
  content: "?";
  margin-right: 0.2em;
}
.p_kenshu_voice dt {
  background: #6891db;
  color: #fff;
  padding: 0.2em 1em;
}
.p_kenshu_voice dd {
  margin-bottom: 1.5em;
  border: 1px solid #6891db;
  padding: 0.5em 1em;
}
/* ¤ª†–¤¤ºÏ¤ï¤»
-------------------------------------------------*/
.contact table th {
  padding: 0.5em 1em;
  width: 9em;
}
.contact table td {
  text-align: left;
  padding: 1em;
}
input.w50 {
  width: 50%;
}
input, select {
  border: 1px solid #ccc;
  padding: 0.2em;
}
.submit {
  text-align: center;
}
.submit input {
  padding: 0.5em 2em;
  cursor: pointer;
  margin-left: 1em;
}
textarea {
  width: 98%;
}
/* Í¬éT»á¤Î½Ô¤µ¤Þ¤Ø
-------------------------------------------------*/
.buttonbox {
  max-width: 860px;
}
.buttonbox p {
  width: 260px;
  margin: 0 auto;
}
.buttonmr {
  margin-right: 15px;
}
.mr {
  margin-top: 20px;
}
.studyabroadbox {
  margin-bottom: 30px;
}
/*------------------------------------------------------------------*/
/*¡ö¡ö¡öTABLET¡ö¡ö¡ö------------------------------------------------*/
/*------------------------------------------------------------------*/
@media only screen and (max-device-width: 1169px) {
  header {
    width: 100%;
  }
  article {
    margin: 0 1% 0 0;
  }
  .gaiyoWp .gaiyo {
    margin-left: 1em;
    width: 43%;
  }
  .gaiyoWp .access {
    margin: 0 1em 0 0;
    width: 43%;
  }
  #pageTop {
    bottom: 10px;
    right: 10px;
  }
  section .textBk {
    padding: 0.3em 0;
  }
}
/* --------------------------------------------------------------------------*/
/* ¡ö¡ö¡öSP¡ö¡ö¡ö -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /* header Area -----------------------------------------------------*/
  .wrapper {
    background: url(/med/seikeigeka/images/wp_bg.png) no-repeat center top;
    background-size: auto;
  }
  .wrapper.pattern01 {
    background: url(/med/seikeigeka/images/wp_bg02.png) no-repeat center top;
    background-size: auto;
  }
  h1 {
    font-size: 50%;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  h3 {
    font-size: 100%;
  }
  header .h_bg {
    padding-bottom: 0;
  }
  .ttlWp {
    padding: 1.2em;
  }
  .h_logo {
    float: none;
    padding: 0;
    width: 96%;
    max-width: inherit;
    margin: 0 auto 1em;
  }
  .h_info {
    justify-content: center;
    gap: 10px;
    width: 98%;
    text-align: center;
    max-width: inherit;
    margin: 0 auto 1em;
  }
  /*-----Gnavi-----*/
  nav .inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.5em 0;
    width: 100%;
  }
  nav ul {
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around !important;
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
  nav ul li {
    width: 49%;
  }
  nav li a {
    padding: 0.2em 0;
  }
  /* ¥µ¥Ö¥á¥Ë¥å©` */
  nav ul li.menu_single ul.sub {
    /*display: none;*/
  }
  nav ul li.menu_single ul.sub li {
    width: 210px;
    text-align: center;
    padding: 3px;
  }
  nav ul li.menu_single:hover ul.sub {
    display: block;
    height: auto;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 3px;
    position: absolute;
    top: 193px;
    left: 394px;
  }
  nav ul li.menu_single:hover ul.sub a {
    color: #1262a8;
    display: block;
    border-bottom: 1px dotted #333333;
    padding: 8px;
  }
  /* content Area -----------------------------------------------------*/
  main {
    background-size: 30%;
  }
  article {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
    max-width: inherit;
  }
  aside {
    float: none;
    width: 100%;
    max-width: inherit;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 1em 0;
  }
  aside .aside_public, aside .aside_institution, aside .aside_student, aside .aside_tretament, aside .aside_med {
    width: 49.5%;
  }
  aside p {
    margin: 0 auto 0.5em;
  }
  aside ul li a {
    padding: 0.2em 1em;
    font-size: 95%;
  }
  /* FOOTER -----------------------------------------------------*/
  footer {
    padding: 1.5em 0 0;
  }
  footer .f_logo {
    max-width: inherit;
    margin-right: 0;
    float: none;
    text-align: center;
  }
  footer .f_gnav, footer .f_nav {
    display: none;
  }
  #pageTop {
    width: 16%;
    height: auto;
  }
  /* ¹²Í¨style
------------------------------------------------------------*/
  section {
    margin: 0 auto 2em;
    width: 96%;
  }
  .page_link li a {
    padding: 0.5em 0.8em;
    font-size: 15px;
  }
  .pankuzu {
    margin: 0.5em 0 1em;
  }
  table thead th, table tbody th {
    padding: 0.2em;
    font-size: 90%;
  }
  table tbody td {
    font-size: 60%;
    width: 19%;
    vertical-align: middle;
  }
  /*TOP¥Ú©`¥¸ 
------------------------------------------------------------*/
  .mainvisual {
    padding-top: 10px;
  }
  /*¤ªÖª¤é¤»™Ú
	------------------------------------------------------------*/
  .topinfoWp {
    background-size: 30%;
    padding: 1em 0 1em 0;
  }
  .topinfo {
    max-height: 300px;
    padding: 0 1em;
    margin: 1em 0;
  }
  .topinfo dt {
    padding: 0 0 0 0em;
  }
  .topinfo dd {
    padding: 0 0.2em 1em 0.2em;
    line-height: 1.4em;
  }
  /*ÏÂŒÓ¥Ú©`¥¸
	------------------------------------------------------------*/
  #detail section {
    padding: 0 0.5em;
  }
  .oneBlock {
    padding: 1em;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .oneBlock .block_txt {
    width: 100%;
    margin: 1em 0 0 0;
  }
  /* ¤ª†–¤¤ºÏ¤ï¤»
	-------------------------------------------------*/
  .contact table {
    box-sizing: border-box;
  }
  .contact table th {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.3em;
    text-align: left;
  }
  .contact table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.3em;
  }
  input {
    border: 1px solid #ccc;
    padding: 0.2em;
  }
  input.w50 {
    width: 70%;
  }
  .submit {
    text-align: center;
  }
  .submit input {
    padding: 0.5em 2em;
    cursor: pointer;
    margin-left: 1em;
  }
  /* Í¬éT»á¤Î½Ô¤µ¤Þ¤Ø
	-------------------------------------------------*/
  .memberbtn {
    display: block;
    text-align: center;
  }
}
.paper_list {
  margin-left: 1.5em;
}
.paper_list li {
  list-style: decimal;
  margin-bottom: 1em;
}
.link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.link_list li {
  margin-bottom: 1em;
  margin-right: 1em;
  width: 48%;
  width: -webkit-calc(50% - 0.5em);
  width: calc(50% - 0.5em);
}
.link_list li:nth-of-type(even) {
  margin-right: 0;
}
.link_list li a {
  display: block;
}
.link_list.line_4 li {
  width: 23%;
  width: -webkit-calc(25% - 0.75em);
  width: calc(25% - 0.75em);
}
.link_list.line_4 li:nth-of-type(even) {
  margin-right: 1em;
}
.link_list.line_4 li:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .link_list li, .link_list.line_4 li {
    width: 100%;
    margin-right: 0;
  }
  .link_list.line_4 li:nth-of-type(even) {
    margin-right: 0;
  }
  .link_list.line_4.sp_line_2 li {
    margin-right: 1em;
    width: 48%;
    width: -webkit-calc(50% - 0.5em);
    width: calc(50% - 0.5em);
  }
  .link_list.line_4.sp_line_2 li:nth-of-type(even) {
    margin-right: 0;
  }
}
figure.zoom_link {
  text-align: center;
}
figure.zoom_link figcaption {
  margin-top: 1em;
}
figure.zoom_link figcaption::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f00e";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.25em;
}