/*
 * config
 */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@media print, screen and (max-width: 827px) {
  html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    box-sizing: border-box;
    overflow-y: scroll;
  }
  body * {
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 827px) {
  .footerBox01 {
    width: 100%;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerBox01 .pageTop {
    float: none;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
  }
  .footerBox01 .pageTop a {
    display: block;
    padding: 10px;
    background: none;
  }
}

@media print, screen and (max-width: 827px) {
  .footerBox02 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 635px) {
  .footerBox02 .footerContents .footerNav ul {
    float: none;
  }
  .footerBox02 .footerContents .footerNav ul br {
    display: none;
  }
}
@media print, screen and (max-width: 827px) {
  .footerBox02 .footerContents {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footerBox02 .footerContents .footerInfo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .footerBox02 .footerContents .footerNav {
    grid-row: 2/3;
    grid-column: 1/2;
    float: none;
    margin-right: 0;
  }
  .footerBox02 .footerContents .footerNav::before, .footerBox02 .footerContents .footerNav::after {
    content: " ";
    display: table;
  }
  .footerBox02 .footerContents .footerNav::after {
    clear: both;
  }
}

@media print, screen and (max-width: 827px) {
  .headerBox {
    padding: 0;
  }
}
@media print, screen and (max-width: 827px) {
  .headerBox .siteHeader {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0 10px;
  }
}
@media print, screen and (max-width: 827px) {
  .headerBox .siteHeader .headerSubBox {
    display: none;
  }
}
@media print, screen and (max-width: 827px) {
  .headerBox .siteHeader .headerSubBox .headerSub {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 434px) {
  .headerBox .siteHeader #siteTitle .logo {
    display: block;
    width: 280px;
    height: 34px;
    background-size: 280px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 435px) and (max-width: 635px) {
  .headerBox .siteHeader #siteTitle .logo {
    display: block;
    width: 330px;
    height: 40px;
    background-size: 330px;
    line-height: 1;
  }
}
@media print, screen and (max-width: 827px) {
  .headerBox .siteHeader #siteTitle {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print, screen and (max-width: 827px) {
  .breadCrumbs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 827px) {
  #wrapper .homeContents {
    width: 100%;
    padding: 15px;
    display: grid;
    grid-template-columns: 100%;
  }
  #wrapper .homeContents .homeMain {
    grid-row: 1/2;
    grid-column: 1/2;
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  #wrapper .homeContents .side {
    grid-row: 2/3;
    grid-column: 1/2;
    float: none;
    width: 100%;
  }
  #wrapper .homeContents .side ul {
    width: 100%;
  }
  #wrapper .contents {
    width: 100%;
    padding: 15px;
    display: grid;
    grid-template-columns: 100%;
  }
  #wrapper .contents .main {
    grid-row: 1/2;
    grid-column: 1/2;
    float: none;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
  }
  #wrapper .contents .main img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px auto !important;
  }
  #wrapper .contents .main .mainRight {
    float: none;
    margin: 0 0 15px 0;
  }
  #wrapper .contents .main .mainRight img {
    display: block;
    width: auto;
    max-width: 250px;
    height: auto;
    margin: 0 auto 15px auto !important;
  }
  #wrapper .contents .side {
    grid-row: 2/3;
    grid-column: 1/2;
    float: none;
    width: 100%;
  }
  #wrapper .contents .side ul {
    width: 100%;
  }
}
.p-back-to-page-top {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 500;
  display: block;
  line-height: 1;
  width: 50px;
  height: 50px;
  background: #000;
  color: #000;
}
.p-back-to-page-top:hover {
  text-decoration: none;
}
.p-back-to-page-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  transform: translate3d(-50%, -50%, 0);
}
.p-back-to-page-top:not([data-back-to-page-top=active]) {
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.25, 0.01, 0.75, 1);
  transition-property: all;
  transition-delay: 0s;
  opacity: 0;
}

.p-drawer-trigger {
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1.8;
  position: fixed;
  z-index: 1900;
  transition: all 0.5s;
}
.p-drawer-trigger * {
  box-sizing: border-box;
}
@media print, screen and (max-width: 434px) {
  .p-drawer-trigger {
    right: 9px;
    top: 6px;
  }
}
@media print, screen and (min-width: 435px) and (max-width: 635px) {
  .p-drawer-trigger {
    right: 9px;
    top: 10px;
  }
}
@media print, screen and (min-width: 636px) and (max-width: 827px) {
  .p-drawer-trigger {
    right: 9px;
    top: 15px;
  }
}
@media print, screen and (min-width: 828px) {
  .p-drawer-trigger {
    display: none;
  }
}
.p-drawer-trigger .bars {
  position: relative;
  background: transparent;
  border-radius: 0;
  border: 1px solid transparent;
  width: 40px;
  height: 38px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s;
}
.p-drawer-trigger .bars .bar {
  position: absolute;
  display: block;
  left: 6px;
  width: 26px;
  height: 2px;
  border-radius: 0;
  background: #218a95;
  transition: all 0.5s;
  z-index: 10;
}
.p-drawer-trigger .bars .bar:nth-of-type(1) {
  top: 8px;
  width: 26px;
}
.p-drawer-trigger .bars .bar:nth-of-type(2) {
  top: 17px;
  width: 26px;
}
.p-drawer-trigger .bars .bar:nth-of-type(3) {
  top: 26px;
  width: 26px;
}
.p-drawer-trigger .bars .menu {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 33px;
  color: #333;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  z-index: 5;
  display: none;
}
.p-drawer-trigger .bars:hover .bar {
  width: 26px;
}

.p-drawer-overlay {
  box-sizing: border-box;
  transition: all 0.5s;
}
.p-drawer-overlay * {
  box-sizing: border-box;
}

.p-drawer-content {
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: 1.6rem;
  position: fixed;
  top: 0;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1800;
  overflow-y: auto;
  transition: right 0.5s;
  padding: 50px 15px 15px 15px;
}
.p-drawer-content * {
  box-sizing: border-box;
}
@media print, screen and (max-width: 635px) {
  .p-drawer-content {
    width: 100%;
    right: -100%;
  }
}
@media print, screen and (min-width: 636px) and (max-width: 827px) {
  .p-drawer-content {
    width: 66%;
    right: -66%;
  }
}
@media print, screen and (min-width: 828px) {
  .p-drawer-content {
    width: 33%;
    right: -33%;
  }
}
.p-drawer-content__navi {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  border-top: 1px solid #218a95;
}
.p-drawer-content__navi li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #218a95;
  font-size: 16px;
  text-decoration: none;
}
.p-drawer-content__navi li a:hover {
  text-decoration: none;
}

[data-drawer=close] {
  position: relative;
  top: auto;
}

[data-drawer=open] {
  position: fixed;
  top: 0;
}
[data-drawer=open] .p-drawer-trigger .bars {
  border: 1px solid transparent;
}
[data-drawer=open] .p-drawer-trigger .bars .bar {
  background: #218a95;
  width: 26px;
}
[data-drawer=open] .p-drawer-trigger .bars .bar:nth-of-type(1) {
  transform: rotate(45deg);
  top: 17px;
}
[data-drawer=open] .p-drawer-trigger .bars .bar:nth-of-type(2) {
  left: 260px;
  opacity: 0;
}
[data-drawer=open] .p-drawer-trigger .bars .bar:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 17px;
}
[data-drawer=open] .p-drawer-trigger .menu {
  color: #333;
}
[data-drawer=open] .p-drawer-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1700;
}
[data-drawer=open] .p-drawer-content {
  right: 0;
  width: 100%;
}

@media print, screen and (max-width: 827px) {
  .box01 {
    padding: 10px;
    width: 100%;
  }
  .box01 p:last-child {
    margin-bottom: 0;
  }
  .box02 {
    border: 1px solid #a3d2ff;
    padding: 10px;
    width: 100%;
  }
  .box02 p:last-child {
    margin-bottom: 0;
  }
  .box03 {
    padding: 15px 0;
    width: 100%;
  }
  .box03 p:last-child {
    margin-bottom: 0;
  }
  .box04 {
    padding: 15px 0;
    width: 100%;
  }
  .box04 p:last-child {
    margin-bottom: 0;
  }
  .box05 {
    width: 100%;
  }
  .box05 p:last-child {
    margin-bottom: 0;
  }
  .box06 {
    padding: 20px;
    height: 450px;
    width: 100%;
  }
  .box06 p:last-child {
    margin-bottom: 0;
  }
  .underLineBox {
    width: auto;
    height: auto;
  }
  .underLineBox .featureLeftBox {
    float: none;
  }
  .underLineBox .featureLeftBox p {
    margin: 0;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .underLineBox .featureLeftBox p br {
    display: none;
  }
  .underLineBox .featureRightBox {
    float: none;
  }
  .underLineBox .featureRightBox p {
    margin: 0;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .underLineBox .featureRightBox p br {
    display: none;
  }
}
@media print, screen and (max-width: 827px) {
  .mt-image-right {
    float: none !important;
  }
}

@media print, screen and (max-width: 827px) {
  .mt-image-left {
    float: none !important;
  }
}

@media print, screen and (max-width: 827px) {
  .anchorLink {
    display: none;
  }
  .anchorLink03 {
    width: auto;
  }
  .anchorLink03 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .anchorLink03 ul li {
    float: none;
  }
}
@media print, screen and (max-width: 827px) {
  .table-wrap {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .table-wrap table {
    width: 100%;
  }
  .table-wrap tbody {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (max-width: 827px) {
  .side ul li:nth-child(2) a {
    height: auto;
    padding: 14px 15px 10px 15px;
  }
  .side ul li:nth-child(3) a {
    height: auto;
    padding: 10px 15px 14px 15px;
  }
  .side ul li:nth-child(8) br {
    display: none;
  }
  .side ul li:nth-child(9) br {
    display: none;
  }
  .side ul li:nth-child(10) a {
    height: auto;
    padding: 14px 15px 10px 15px;
  }
  .side ul li:nth-child(11) a {
    height: auto;
    padding: 10px 15px 10px 15px;
  }
  .side ul li:nth-child(12) a {
    height: auto;
    padding: 10px 15px 14px 15px;
  }
}
.regimen .side ul li:nth-child(17),
.public .side ul li:nth-child(19) {
  background-color: #99c7df;
}

.regimen .side ul li:nth-child(17) a,
.public .side ul li:nth-child(19) a {
  background-image: url("/faculty/medicine/department/master/i-pharm/common/img/arrow7.png");
  background-position: right center;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 827px) {
  .sideBanner1 a {
    width: 100%;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 827px) {
  .mainPhoto .flexslider {
    position: relative;
    width: 100% !important;
    height: auto !important;
  }
  .mainPhoto .homeSlideCaption {
    line-height: 1;
    z-index: 10;
  }
}

@media print, screen and (max-width: 434px) {
  .homeBtn {
    position: relative;
    padding-top: 20px;
    left: auto;
    bottom: 0;
    top: auto;
    z-index: 20;
  }
}
@media print, screen and (min-width: 435px) and (max-width: 827px) {
  .homeBtn {
    left: 0;
    bottom: 5px;
    right: auto;
    width: 100%;
    max-width: 530px;
  }
}
@media print, screen and (max-width: 827px) {
  .homeBtn ul {
    display: grid;
    grid-template-columns: 28% repeat(4, 17%);
    gap: 0 0;
    align-items: center;
  }
  .homeBtn ul li {
    float: none;
    margin-right: 0;
  }
  .homeBtn ul li a {
    display: block;
    padding: 0 4px;
  }
  .homeBtn ul li img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 828px) {
  .homeBtn ul li:first-child a {
    display: block;
    width: 150px;
  }
  .homeBtn ul li:first-child a img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (max-width: 635px) {
  .homeSlideCaption {
    height: auto;
    top: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding-left: 15px;
  }
  .homeSlideCaption img {
    width: 240px;
    height: auto;
    line-height: 1;
  }
}
@media print, screen and (min-width: 636px) and (max-width: 827px) {
  .homeSlideCaption {
    height: auto;
    top: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    padding-left: 15px;
  }
  .homeSlideCaption img {
    width: 360px;
    height: auto;
    line-height: 1;
  }
}

@media print, screen and (max-width: 827px) {
  .homeInfoBox {
    width: auto;
    padding: 15px;
  }
}
@media print, screen and (max-width: 827px) {
  .homeInfoBox #tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 2px;
    margin-bottom: 15px;
  }
  .homeInfoBox #tab li {
    display: block;
    width: auto !important;
    float: none;
    height: auto;
    margin-bottom: 0;
    padding: 8px;
    border: 1px solid #abd5fd !important;
  }
  .homeInfoBox dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 0;
  }
  .homeInfoBox dl dt {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcdaf2;
  }
  .homeInfoBox dl dd {
    padding-bottom: 0;
    border-bottom: 1px solid #bcdaf2;
  }
  .homeInfoBox dl dd a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media print, screen and (max-width: 434px) {
  .homeBnrBox ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
  }
}
@media print, screen and (min-width: 435px) and (max-width: 827px) {
  .homeBnrBox ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 10px;
  }
}
@media print, screen and (max-width: 827px) {
  .homeBnrBox {
    width: auto;
    height: auto;
  }
  .homeBnrBox ul li {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .homeBnrBox ul li img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (max-width: 635px) {
  ul.tab_list li {
    margin-left: 10px;
    padding: 10px 10px 20px 10px;
  }
}

@media print, screen and (max-width: 827px) {
  div.tabContent .close span {
    width: 80px;
    padding: 10px 20px 10px 0 !important;
  }
}

@media print, screen and (max-width: 827px) {
  .comment_list dt {
    margin-bottom: 10px !important;
  }
  .comment_list dd {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media print, screen and (min-width: 828px) {
  .achivement [name=selectLink] {
    display: none;
  }
}
@media print, screen and (max-width: 827px) {
  .achivement [name=selectLink] {
    padding: 10px;
    width: 100%;
  }
  .achivement #btn {
    display: none;
  }
  .achivement .anchorLink {
    padding: 0 !important;
    border: none !important;
    width: 100%;
  }
  .achivement .anchorLink #link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  .achivement .anchorLink #link li {
    display: block;
    margin-right: 0;
    background: #e2f7ff;
    padding: 6px;
    text-decoration: none;
  }
  .achivement .anchorLink #link li.select {
    text-decoration: none;
    background: #4a86d6;
    color: #fff;
  }
}

/* layout
=================================== */
/* object
=================================== */
