@charset "utf-8";
/*
Theme Name: 茨城県立医療大学
Author: ヘレナメディアリサーチ
Author URI: https://helena.jp/
Version: 1.0
*/

/* CSS Document */


/* サイト全体のテキストリンク設定 */
a {
	color: #3e3a39;
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
}
a:visited {
	color: #3e3a39;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.link-allow {

}


html,body {
	height: 100%;
}

#main {
	background: #FFF;
}
#main-in {
	padding-left: 250px;
}

body.sitemap a,
body.sitemap a:link{text-decoration: none}
/* ----------------------------------------------------------------------
 トップページスライダー設定
---------------------------------------------------------------------- */


.metaslider .caption-wrap {
	background-image:url("images/sideber_caption_back.png") !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
}

.metaslider .caption{padding: 15px 45px !important;}

.metaslider .caption a{
	display: block;
	color: #FFFFFF
}

.metaslider .caption-wrap a,
.metaslider .caption-wrap a:hover,
.metaslider .caption-wrap a:visited{
	color: #FFFFFF  !important;
	text-decoration: none !important;
}

.metaslider .caption-wrap br{
	display: none;
}

.metaslider .caption-wrap h2 br,
.metaslider .caption-wrap .description p br{
	display: block;
}

body .metaslider .flexslider .slides h2{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;}
	
body .metaslider .flexslider .slides h2 a{
	text-decoration:none}

body .metaslider .flexslider .slides .description{
    line-height: 135%;
    color: #FFF;
    font-size: 12px;
    font-weight:normal;
    margin: 12px 0px;
}
	
/*ニュース*/

dl.dl-horizontal {
	padding: 0;
	margin: 0px auto 16px;
	overflow: hidden;
	width:100%;
	line-height: 155%;
}

.main-contents dl.dl-horizontal{
	margin: 16px auto 16px;
}

dl.dl-horizontal dt .category{margin-right: 11px}
dl.dl-horizontal dt img{
	vertical-align: middle;
}

dl.dl-horizontal dt img.englishtopslide{
	display: none;
	margin-right: 0px;
}

dl.dl-horizontal dt{
	text-align:left;
	color:#54534E;
	font-size: 13px;
	line-height: 16px;
	font-weight:normal;
	padding: 0px 12px 6px 12px;
	display: flex;
	}

dl.dl-horizontal dd.list-text {
	margin: 0px 0px 0.5em;
	padding: 0px 12px 0.5em 12px;
	color:#54534E;
	background-image: url("images/triangle_gray.png");
	background-position:0px 6px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #c6c5cd;
	}

dl.dl-horizontal dd.list-text a{
	color:#54534E;
	text-decoration:none;
}
	
dl.dl-horizontal dd.list-text a:hover{
	color:#54534E;
	text-decoration: underline;
	}

.new-txt{
    background-color: #FF0004;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 15px;
    height: 16px;
}



/* トップページヘッダー */
#global-head {
	color: #FFF;
	width: 250px;
	height: 138px;
	text-align: center;
	padding-top: 0px;
	z-index: 200;
	background-color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}

#global-head h1#brand-logo{
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 1;
	display: block;
}

#global-head .search_box input#s{width:170px}

#sidebar {
	font-size: 17px;
	font-weight: 600;
	width: 250px;
	height: 100%;
	position: fixed;
	color: #FFF;
	background-color: #00afc2;
	text-align: center;
	z-index: 500;
	top: 0;
	left: 0;
}

.fixed {
	overflow-x: hidden;
	overflow-y: auto;
    height: 100%;
}
#global-nav{
padding: 0px}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
	text-align: right;
	background-image: url("images/sideber_li_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#global-nav a {
	font-size: 16px;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 8px 34px 8px 34px;
    text-align: left;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
}

#global-nav a:hover{
	color: #87d7df;
}

#global-nav .current_page_parent > a,
#global-nav li.menu-item-has-children a:hover {
	background-image: url("images/nav_list_on.png");
	background-position: center right;
	background-repeat: no-repeat;
}

#global-nav .sub-menu a,
#global-nav .menu-item-has-children:hover .sub-menu {
	width: 250px;
}



/* sub-menu */
#global-nav .sub-menu {
	position: fixed;
	background:rgb(18,144,160);
	background:rgba(18,144,160);
	color: #fff;
	top: 0;
	margin-top: 138px;
	/* left: 250px; */
	left: 230px;
	width:0px;
	height: 100%;
	/* overflow: hidden; */
  overflow-x: hidden;
  overflow-y: auto;
}

#global-nav .sub-menu li{
	background-image: url("images/sideber_li_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#global-nav .sub-menu li > a,
#global-nav .sub-menu li a:hover {
	background-image:none;
}

#global-nav > ul > li:last-child,
#global-nav .sub-menu li:last-child{
	background-image:none;
}

#global-nav .sub-menu li.sub {
    padding-left: 1em;
}



#sidebar_bottom{
	/*z-index: 150;
	position: absolute;
	line-height: 1;*/
	margin: 0px auto
}

#sidebar_bottom-nav ul {
	list-style: none;
	margin-left: 0;
}
#sidebar_bottom-nav > ul > li {
	position: relative;
	text-align: right;
	background-image: url("images/sideber_li_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#sidebar_bottom-nav > ul > li:last-child{
	background-image: none;
}

#sidebar_bottom-nav a {
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 13px 34px 13px 34px;
    text-align: left;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
}

#sidebar_bottom-nav a:hover{
	color: #87d7df;
}

#side_banner_area{
	width: 205px;
	margin: 13px auto;
}

#side_banner_area a{display: block}

#side_banner_area img{max-width: 100%;height: auto;}

#side_banner_area div{
	margin-top: 13px;
}

#sns_area{
	width: 100px;
	display: flex;
	position: relative;
	margin:20px auto 20px;
	align-items: top;
	justify-content: space-around;
	flex-wrap: wrap;
}


#side_banner_area a:hover img,
#sns_area a:hover img{
	opacity: 0.6;
	transition: 0.3s
}


/* nav-toggle */
#nav-toggle {
	display: block;
	position: fixed;
	top: 15px;
	left: 260px;
	height: 32px;
	z-index: 10000;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #00AFC2;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform:translate(-2px,9px) rotate(-26deg);
	transform: translate(-2px,9px) rotate(-26deg);
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	width: 0;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform:translate(-2px,1px) rotate(26deg);
	transform: translate(-2px,1px) rotate(26deg)
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*サイドメニュー開閉*/
	.close #nav-toggle {
		left: 15px;}

	.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}
	.close #nav-toggle span:nth-child(2) {
	top: 11px;
	width: 100%;
}
	.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: none; /* Safari and Chrome */
       -moz-transform: none; /* Firefox */
        -ms-transform: none; /* IE 9 */
         -o-transform: none; /* Opera */
            transform: none;
}

	.close #sidebar  {
		-webkit-transform: translate3d(-250px,0,0);
		-ms-transform: translate3d(-250px,0,0);
		/* transform: translate3d(-250px,0,0); */
transform: translateX(-250px);
		transition: 0.3s ease-out;
	}

	.close #main-in,
	.close footer#footer div.footer_inner{
    	padding-left: 0px;
		transition: 0.3s ease-out;
}


/*メインエリアヘッダー*/



#main-header-wrapper{
	display: flex;
	flex-direction: column;
	height: 138px;
    justify-content: space-between;
	
	position: fixed;
	width: calc(100% - 250px);
	z-index: 300;
}

body.close #main-header-wrapper{
	width: 100%;
}

#main-header{
	background-color: rgba(255,255,255,0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 138px;
    width: 100%;}
#main-header a{display: block;}
#main-header a img{display: block;}

#target_navigation{}

nav#target_navi{background-color:rgba(62,58,57,0.8);padding: 9px 0;}
nav#target_navi ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#target_navi ul li{
	margin: 0;
	text-align: center;
	flex: 1;

	font-size: 15px;
	line-height: 1;
	

border-right: 1px solid #FFF;}

nav#target_navi ul li:last-child{border-right: 0px none}

nav#target_navi ul li a{
	display: block;
	padding: 7px;
	color: #FFF;
	text-decoration: none;
}

nav#target_navi ul li a:hover{color: #97988e}


/*フッター*/

footer#footer{
	background-color: #FFF;
	color: #3E3A39;
	padding: 0px;
	position: relative;
}

footer#footer div.footer_inner{
	padding-left: 250px
}
#footer .footer_top{
	padding:46px 0 12px;
	background-color: #ebeaea
}

#footer .footer_top nav ul{
	list-style: none;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
    margin: 0px auto;
	padding: 5px 0px;
	max-width:800px;
}

#footer .footer_top nav ul li{
	display:inline-block;
	margin:0 25px 40px;
}



#footer .footer_top nav ul li a{
	display: block;
	color: #3E3A39;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 1em;
}

#footer .footer_top nav ul li a:before{
     position: absolute;
     content:url("images/point_arrow.png");
	top: 0;
    left: 0em;
     height:100%;
}

#footer .footer_middle{
	background-color: #00AFC2;
}

#footer .footer_middle nav ul{
	list-style: none;
	text-align: center;
	font-size: 15px;
	margin: 0px;
	padding: 5px 0px;
}

#footer .footer_middle nav ul li{
	display:inline-block;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFF;
	line-height: 1.1
}

#footer .footer_middle nav ul li:last-child{
	border-right: 0px none #FFF;
}
#footer .footer_middle nav ul li a{
	color: #FFF;
	text-decoration: none;
    text-align: left;
     display: inline-block;
     padding: 4px 33px;
}
      


#footer nav ul li a:hover{
	text-decoration: underline;
}


#footer h5{text-align: center;}

#footer address{
	font-style: normal;
	text-align: center;
}

#footer p.copyright{
	text-align: center;
	text-transform: uppercase;
	font-size:12px;
}

#footer .footer_bottom{
	position:relative;
	text-align:center;
	padding:32px 0 14px;	
	}
	
#footer_widget_wrapper{
	margin-top: 16px;
    margin-bottom: 13px;
		font-size:13px;
		line-height:1.5
	}
	
#footer_banner_space{
	position: absolute;
	bottom:20px;
	right: 20px;
	display: flex;
	margin:0px auto;
	align-items: top;
	justify-content: space-around;
}

/*トップページ*/

#top_appeal{margin: 2em auto;width: 80%}

#top_appeal h3{font-size: 120%;font-weight: bold;}

#top_appeal .box ul{margin-left: 1em;}

.list-entries {
  padding: 74px 0 100px;
  width: 100%;
  background-color: #FFF;
}

.list-entries.headline {
  background-image: url(images/back_headline.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.list-entries.topics {
  background-image: none;
}

.list-entries.events {
  background-image: url(images/back_event.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.list-entries h1.list-title {
  text-align: center;
  margin: 0 auto 40px;
  line-height: 1;
}

.list-entries .list-contents {
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-entries .list-contents .entry-card-meta {
  font-size: 12px;
  line-height: 1;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 17px;
}

.list-entries .list-contents .entry-card-wrap img {
  width: 100%;
  height: auto;
}

.list-entries .list-contents.headline {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-entries .list-contents.headline .entry-card-wrap {
  width: 49%;
}

.list-entries .list-contents.headline .entry-card-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 25px;
  color: #3E3A39;
  font-weight: bold;
}

.list-entries .list-contents.headline .entry-card-meta {
  border-left: 8px solid #00AFC2;
}

.list-entries .list-contents.topics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-entries .list-contents.topics .entry-card-wrap {
  width: 100%;
}

.list-entries .list-contents.topics .entry-card-wrap figure img {
  width: 160px;
  height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-entries .list-contents.topics article.entry-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 14px;
}

.list-entries .list-contents.topics article.entry-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dddddc;
  margin: auto 0px;
}

.list-entries .list-contents.topics .entry-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 32px;
}

.list-entries .list-contents.topics .entry-card-title {
  font-size: 17px;
  line-height: 1.75;
  font-weight: bold;
  margin: 10px 0px 0px;
  color: #3E3A39;
}

.list-entries .list-contents.topics .entry-card-meta {
  height: auto;
  padding-left: 0;
}

.list-entries .list-contents.events {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-entries .list-contents.events .entry-card-wrap {
  width: 32%;
}

.list-entries .list-contents.events .entry-card-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 14px 25px;
  color: #3E3A39;
  font-weight: bold;
}

.list-entries .list-contents.events .entry-card-meta {
  border-left: 8px solid #00AFC2;
}

.list-entries .list-contents a.entry-card-wrap {
  display: block;
  background-color: #FFF;
  margin-bottom: 12px;
  text-decoration: none;
}

.list-entries .list-contents a.entry-card-wrap:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(62, 58, 57, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-entries .list-contents a.entry-card-wrap:hover .entry-card-title {
  color: rgba(62, 58, 57, 0.5);
-webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-entries .list-contents a.entry-card-wrap:hover img {
  opacity: 0.5;
	-webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-more-button-wrap {
  text-align: center;
}

.list-more-button {
  min-width: 40% !important;
  line-height: 1;
  display: inline-block;
  padding: 10px 1em;
  text-decoration: none !important;
  color: #00AFC2;
  border: 1px solid #00AFC2;
  border-radius: 18px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 74px 0 0;
  font-size: 15px;
  font-weight: bold;
	background-color: #FFF;
  background-image: url("images/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: 15px center;
}

.list-more-button:hover {
  background-image: url("images/btn_arrow_on.png");
  background-color: #00AFC2;
  color: #fff;
}

.merit{
	margin-top: 211px;
	background-image: url("images/top_merit_back.png");
    background-position: right top;
	background-repeat: no-repeat;
	max-width: 1030px;
	min-height: 1062px;
    margin: 221px auto 0;
}

.merit_innner{position: relative;}

.merit_contents div{margin-bottom: 52px}
.merit_title{
	position: absolute;
    top: -112px;
    left: 0;}

.merit_contents{
	max-width:846px;
	margin: 0 auto;
	padding-top: 91px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.merit_contents div{flex-basis: 47%;}

.grant{
    background-image: url(images/top_grant_back.png);
    background-position: left top;
    background-repeat: no-repeat;
    max-width: 1030px;
    min-height: 1005px;
    margin: 90px auto 0px;
}

.grant_innner{position: relative}

.grant_title{
	position: absolute;
    top: -90px;
    right: 0;}

.grant_contents{
	position: relative;
}

.grant_contents div{position: absolute}

.grant_contents div.point01{top: 18px;left: 81px;}
.grant_contents div.point02{top: 210px;left: 273px;}
.grant_contents div.point03{top: 402px;left: 81px;}
.grant_contents div.point04{top: 594px;left: 273px;}

.merit img,
.grant img{max-width: 100%;
height: auto}

.merit_contents a:hover img,
.grant_contents a:hover img{opacity: 0.6;transition: 0.3s}

@media screen and (max-width: 1240px) {
	
	.merit_contents div:first-child{display: none}
	.merit_contents {
    padding-top: 400px;
}
	.grant_title {
    position: relative;
    top: -112px;
    right: 0;
}
	.grant .grant_title img {
		margin: 0 0 0 auto;}
	
	.grant_contents {
    top: 0px;
	width: 828px;
    margin: -196px auto 0;
}
	
	.grant_contents div.point01 {top: 18px;left: 273px;}
	.grant_contents div.point02 {top: 210px;left: 81px;}
	.grant_contents div.point03 {top: 210px;left: 465px;}
	.grant_contents div.point04 {top: 402px;left: 273px;}
}

@media screen and (max-width: 1000px) {
	
.grant_contents {
    top: 0px;
	width: 637px;
	min-height: 758px;}	
.grant_contents div.point01{top: 18px;left: 81px;}
.grant_contents div.point02{top: 210px;left: 273px;}
.grant_contents div.point03{top: 402px;left: 81px;}
.grant_contents div.point04{top: 594px;left: 273px;}
}

@media screen and (max-width: 900px) {
	.grant_contents{margin: -340px 0 0 0}
}

@media screen and (max-width: 840px) {
	.grant_contents{width: 747px;
    margin: -196px auto 0;}
	
	.grant_contents div.point01 {top: 18px;left: 192px;}
	.grant_contents div.point02 {top: 210px;left: 0px;}
	.grant_contents div.point03 {top: 210px;left: 384px;}
	.grant_contents div.point04 {top: 402px;left: 192px;}
}


@media screen and (max-width: 747px) {
	.grant_contents {
    top: 0px;
	width: 557px}	
.grant_contents div.point01{top: 18px;left: 0px;}
.grant_contents div.point02{top: 210px;left: 192px;}
.grant_contents div.point03{top: 402px;left: 0px;}
.grant_contents div.point04{top: 594px;left: 192px;}
}

@media screen and (max-width: 557px) {
	
	.merit {
    max-width: initial;
    min-height: inherit;
    margin: 16px auto 0;
}
	.merit_title {
    position: relative;
    top: inherit;
    left: inherit;
		margin-bottom: 24px;
}
	.merit_contents div {
    margin-bottom: 24px;
}
	.merit_contents {
    padding-top: 0px;
		width: 95%;
		margin: 0 auto
}
	
	.grant {
    max-width: inherit;
    min-height: inherit;
    margin: 0px auto 0px;
}
	.grant_title {
    position: relative;
    top: inherit;
    right: inherit;
}
	
	.grant_contents{
	width: 95%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	min-height: inherit;
	margin-top: 24px;}
	.grant_contents div{position: relative;flex-basis: 48%;top:auto !important;left: auto !important;margin-bottom: 16px
	}
	
}


/* パンくずリスト */

#breadcrumbs {
	width: 100%;
	margin:0px auto 30px;
	padding: 0px;
	font-size:13px;
	line-height: 135%;
	color:#3E3A39;
}
	#breadcrumbs a {
	text-decoration: none;
	color:#3E3A39;
	}


/*サブページ*/

#slide_area,#page_header_wrapper{
	padding-top: 138px;
	position: inherit;
}

#page_header {
  background-image: url("images/headerback/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 163px 0px;
  background-size: cover;
  position: relative;
  z-index: 0;
}

body.for-admissions #page_header::before,
body.for-student #page_header::before,
body.for-business #page_header::before,
body.for-generals #page_header::before,
body.for-parents #page_header::before,
body.for-alumni #page_header::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
background-color: #00afc2;
    background-blend-mode: multiply;
  /* 最背面へ */
  z-index: -1;
	top: 0;
    right: 0;
}

body.about #page_header {
  background-image: url("images/headerback/back_about.jpg");
}

body.academics #page_header {
  background-image: url("images/headerback/back_academics.jpg");
}

body.admission #page_header {
  background-image: url("images/headerback/back_admission.jpg");
}

body.health-care #page_header {
  background-image: url("images/headerback/back_health-care.jpg");
}

body.nurse #page_header {
  background-image: url("images/headerback/back_nurse.jpg");
}

body.physical #page_header {
  background-image: url("images/headerback/back_physical.jpg");
}

body.occupational #page_header {
  background-image: url("images/headerback/back_occupational.jpg");
}

body.rs #page_header {
  background-image: url("images/headerback/back_rs.jpg");
}

body.hs #page_header {
  background-image: url("images/headerback/back_hs.jpg");
}

body.med #page_header {
  background-image: url("images/headerback/back_med.jpg");
}

body.midwifery #page_header {
  background-image: url("images/headerback/back_midwifery.jpg");
}

body.graduate-school #page_header {
  background-image: url("images/headerback/back_graduate-school.jpg");
}

body.student-life #page_header {
  background-image: url("images/headerback/back_student-life.jpg");
}

body.social-contributions #page_header {
  background-image: url("images/headerback/back_social-contributions.jpg");
}

body.career #page_header {
  background-image: url("images/headerback/back_career.jpg");
}

body.international #page_header {
  background-image: url("images/headerback/back_international.jpg");
}

body.research #page_header {
  background-image: url("images/headerback/back_research.jpg");
}

body.for-admissions #page_header {
  background-image: url("images/headerback/back_for-admissions.jpg");
  padding: 93px 0px;
}

body.for-student #page_header {
  background-image: url("images/headerback/back_for-student.jpg");
  padding: 93px 0px;
}

body.for-business #page_header {
  background-image: url("images/headerback/back_for-business.jpg");
  padding: 93px 0px;
}

body.for-generals #page_header {
  background-image: url("images/headerback/back_for-generals.jpg");
  padding: 93px 0px;
}

body.for-parents #page_header {
  background-image: url("images/headerback/back_for-parents.jpg");
  padding: 93px 0px;
}

body.for-alumni #page_header {
  background-image: url("images/headerback/back_for-alumni.jpg");
  padding: 93px 0px;
}


#page_header h2{
	color: #FFF;
	font-size: 46px;
	text-align: center;
	line-height: 1;
	margin: 0;
	text-shadow: 0px 0px 5px #3f3f3f;
}

#inner-content{
	width: 800px;
	margin: 0px auto 0px;
	padding: 30px 0 30px;
	background-color: #FFF;
}

.main-contents_wrapper{
}

.main-contents_wrapper article{

}

/*記事本文内*/
.main-contents_wrapper header h1.entry-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 237%;
  /*38px*/
  color: #00AFC2;
  margin: 0 0 36px;
}

body.nurse .main-contents_wrapper header h1.entry-title {
  color: #EE86A1;
  position: relative;
  padding-left: 71px;
}

body.nurse .main-contents_wrapper header h1.entry-title::before {
  position: absolute;
  content: url("images/point_nurse.png");
  top: -4px;
  left: 0em;
  height: 100%;
}

body.physical .main-contents_wrapper header h1.entry-title {
  color: #F6AE6A;
  position: relative;
  padding-left: 71px;
}

body.physical .main-contents_wrapper header h1.entry-title::before {
  position: absolute;
  content: url("images/point_physical.png");
  top: -4px;
  left: 0em;
  height: 100%;
}

body.occupational .main-contents_wrapper header h1.entry-title {
  color: #82C1EA;
  position: relative;
  padding-left: 71px;
}

body.occupational .main-contents_wrapper header h1.entry-title::before {
  position: absolute;
  content: url("images/point_occupational.png");
  top: -4px;
  left: 0em;
  height: 100%;
}

body.rs .main-contents_wrapper header h1.entry-title {
  color: #8CC66D;
  position: relative;
  padding-left: 71px;
}

body.rs .main-contents_wrapper header h1.entry-title::before {
  position: absolute;
  content: url("images/point_rs.png");
  top: -4px;
  left: 0em;
  height: 100%;
}

body.midwifery .main-contents_wrapper header h1.entry-title {
  color: #C92C45;
  position: relative;
  padding-left: 71px;
}

body.midwifery .main-contents_wrapper header h1.entry-title::before {
  position: absolute;
  content: url("images/point_midwifery.png");
  top: -4px;
  left: 0em;
  height: 100%;
}

.main-contents P {
  margin-bottom: 1em;
}

.main-contents h2, .main-contents h3, .main-contents h4, .main-contents h5, .main-contents h6 {
  margin-top: 64px;
  margin-bottom: 30px;
}

.main-contents h2 {
  text-align: left;
  color: #00AFC2;
  border: 1px solid #00AFC2;
  padding: 9px 16px;
  line-height: 135%;
}

.main-contents h2.news_title{
	border: 0px none;
	border-top: 1px solid #00AFC2;
	text-align: center;
	margin-bottom: 16px;
}

.main-contents h3 {
  border-left: 5px solid #3E3A39;
  color: #00AFC2;
  padding-left: 12px;
  line-height: 115%;
}

.main-contents h3.academics-title {
  border-left: 0px none;
  padding-left: 0px;
  font-size: 150%;
  line-height: 165%;
}

.main-contents h4 {
  text-align: left;
  color: #00AFC2;
  position: relative;
  padding: 0 0 0 1em;
}

.main-contents h4::before {
	position: absolute;
	content: url(images/h4_point.png);
	top: -1px;
	left: 3px;
	height: 100%;
}

.main-contents h4.academics-title {
  padding: 0;
  font-size: 125%;
  color: #3E3A39 !important;
}

.main-contents h4.academics-title span {
  font-size: 12px;
  display: block;
}

.main-contents h4.academics-title::before {
  position: inherit;
  content: none;
  top: 0;
  left: 0em;
  height: auto;
}

.main-contents h5 {
  font-weight: 600;
  color: #3E3A39;
  border-bottom: 1px solid #00AFC2;
  padding-left: 0.5em;
}

.main-contents h6 {
  font-weight: 600;
  position: relative;
  padding-left: 0.7em;
}

.main-contents h6:before {
  content: url("images/point_square.png");
  position: absolute;
  top: -2px;
  left: 0;
}

body.nurse .main-contents h2,
body.nurse .main-contents h3,
body.nurse .main-contents h4 {
  color: #EE86A1;
}

body.nurse .main-contents h2 {
  border-color: #EE86A1;
}

body.physical .main-contents h2,
body.physical .main-contents h3,
body.physical .main-contents h4 {
  color: #F6AE6A;
}

body.physical .main-contents h2 {
  border-color: #F6AE6A;
}

body.occupational .main-contents h2,
body.occupational .main-contents h3,
body.occupational .main-contents h4 {
  color: #82C1EA;
}

body.occupational .main-contents h2 {
  border-color: #82C1EA;
}

body.rs .main-contents h2,
body.rs .main-contents h3,
body.rs .main-contents h4 {
  color: #8CC66D;
}

body.rs .main-contents h2 {
  border-color: #8CC66D;
}

body.midwifery .main-contents h2,
body.midwifery .main-contents h3,
body.midwifery .main-contents h4 {
  color: #C92C45;
}

body.midwifery .main-contents h2 {
  border-color: #C92C45;
}

.main-contents ul {
  margin:1em 1.5em;
}

.main-contents ul li {
  padding: 2px 0;
  margin: 0 25px 0 25px;
}

.main-contents ol {
  margin:1em 1.5em;
}

.main-contents ol li {
  padding: 2px 0;
  margin: 0 25px 0 25px;
}

.main-contents ul.news,
.main-contents ol.news{
	list-style: none
}

.main-contents ul.news li,
.main-contents ol.news li{
	border-bottom: 1px solid #dddddc;
    padding: 11px 0px;    margin: 0 7px 0 7px;}

.main-contents ul.news li:last-child,
.main-contents ol.news li:last-child{
	border-bottom: 0px none #dddddc;}

.main-contents table {
  border: 1px solid #3E3A39;
  background-color: #fff;
}

.main-contents table td {
  border: 1px solid #3E3A39;
  padding: 6px;
}

.main-contents table th {
  font-weight: bold;
  background-color: #27b4d2;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #3E3A39;
  padding: 6px;
}

.main-contents table.noborder {
  border: 0px none #3E3A39;
  background-color:transparent;
}

.main-contents table.noborder td {
  border: 0px none #3E3A39;
  padding: 6px;
}

.main-contents table.noborder th {
  font-weight: bold;
  background-color:transparent;
  color: #3E3A39;
  vertical-align: middle;
  border: 0px none #3E3A39;
  padding: 6px;
}

.main-contents .staff-profile table {
  border: 0px none #d4d3d3;
  background-color: #fff;
  color: #3E3A39;
  font-size: 16px;
}

.main-contents .staff-profile table td {
  border: 0px none #d4d3d3;
  border-bottom: 1px solid #d4d3d3;
  padding: 16px;
  position: relative;
	overflow: visible;
}

.main-contents .staff-profile table td::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  width: 1px;
  height: 80%;
  border-right: 1px solid #d4d3d3;
  margin: auto 0px;
	
}

.main-contents .staff-profile table td:first-child {
  padding: 16px 16px 16px 0;
	width: 35%;
}

.main-contents .staff-profile table td:last-child::before {
  border: 0px none #d4d3d3;
	width: 35%;
}

.main-contents .staff-profile table th {
  font-weight: normal;
  background-color: #ffffff;
  color: #3E3A39;
  border: 0px none #d4d3d3;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
}

.main-contents .staff-profile table th::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0%;
  width: 1px;
  height: 75%;
  border-right: 1px solid #d4d3d3;
  margin: auto 0px;
}

.main-contents .staff-profile table th:last-child::before {
  border: 0px none #d4d3d3;
}

.main-contents .staff-profile table p {
  margin-bottom: 0;
}

.main-contents h3.menu_title {
  font-size: 25px;
  border-left: 0px none #3E3A39;
  border-top: 1px solid #dff4f7;
  padding: 5px 0 0 0px;
  line-height: 175%;
  margin-top: 0;
  margin-bottom: 22px;
}

.main-contents h4.menu_title {
  line-height: 175%;
  margin-top: 0;
  margin-bottom: 22px;
}

.main-contents table.menu_box {
  border: 0px none #3E3A39;
  background-color: transparent;
  margin-bottom: 60px;
}

.main-contents table.menu_box th {
  font-weight: normal;
  background-color: transparent;
  color: #3E3A39;
  border: 0px none #3E3A39;
  padding: 0px;
  width: 256px;
  vertical-align: top;
}

.main-contents table.menu_box th img{
	width: 100%;
	height: auto;
}

.main-contents table.menu_box td {
  width: auto;
  border: 0px none #3E3A39;
  padding: 0px 0px 0px 40px;
  line-height: 1.75;
}

.main-contents table.menu_box td ul {
  margin: 0 0 0 1em;
}

.main-contents table.menu_box td ul li {
  margin: 0 0px 0 0px;
}

.main-contents table.menu_box td p {
  margin: 0;
}

.main-contents table.menu_box td a {
  text-decoration: none;
}

.main-contents table.menu_box td a:hover {
  text-decoration: underline;
}

.main-contents img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.main-contents a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staff-personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	width: 100%;
}

.staff-personal figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px;
}

.staff-personal figure img {
  width: 120px;
  max-width: inherit;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff-personal .staff-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
}

.staff-personal .staff-name p:last-child {
  font-size: 13px;
}



/*ページャー*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-links{
	margin-top: 24px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-top: 1px solid #54534E;
    padding-top: 16px;
}

.nav-previous{}

.nav-next{}


/*PagiNavi*/
.wp-pagenavi { 
    text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
    margin-bottom: 20px;
}
.wp-pagenavi a,
.wp-pagenavi .pages,
.wp-pagenavi .current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current{
	color: #fff;
	background-color: #27B4D2;
}

/* 項目名を太字にする */
.table-contactform7 .required{color: #FF0000}
form p {
	font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select{
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

.wpcf7-submit {
    font-size: 17px;
    padding: 13px 20px;
    width: 216px;
    background-color: #ffffff;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 2px solid #3ea1d3;
    color: #3ea1d3;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}
 
.wpcf7-submit:hover {
background-color: #3ea1d3;
color: #ffffff;
transition:background 0.3s;
}

.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 0px 10px 0px;
}

.table-contactform7 span.wpcf7-list-item-label{
	margin-right:1em}
 
 
.table-contactform7 input,
.table-contactform7 select,
.table-contactform7 textarea{
	width:auto !important}


.table-contactform7 select[name^="menu-month"],
.table-contactform7 select[name^="menu-day"],
.table-contactform7 select[name^="menu-month"]{
	display: inline-block;
	width: 20%;
}

@media screen and (min-width: 1047px){
.main-contents .table-contactform7 th{
    width:30%;
    line-height: 170%;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: left;
    vertical-align: top;
  }
  
    }
     
@media screen and (max-width: 1047px){
.main-contents .table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
	  text-align: left;
}

	  
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}

body.post .main-contents_wrapper header h1.entry-title {
    margin: 0px 0px 16px;
    font-size: 160%;
    border: 1px solid #00AFC2;
    padding: 16px;
}

body.post .main-contents_wrapper header{margin-bottom: 36px;}

.main-contents_wrapper .date{
	text-align: right;
	font-size: 14px;
}


@media screen and (max-width: 1150px) {
	

	
	
}




@media screen and (max-width: 900px) {
	#main {
}

	#main-in {
		padding-left: 0;
	}

	#main-header-wrapper{width: 100%;}
	
	#nav-toggle {
    left: 15px;
}
	
	#nav-toggle span:nth-child(1) {
	top: 0;
		-webkit-transform: none; /* Safari and Chrome */
		   -moz-transform: none; /* Firefox */
			-ms-transform: none; /* IE 9 */
			 -o-transform: none; /* Opera */
				transform: none;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
		width: 100%;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
		-webkit-transform: none; /* Safari and Chrome */
		   -moz-transform: none; /* Firefox */
			-ms-transform: none; /* IE 9 */
			 -o-transform: none; /* Opera */
				transform: none;
	}

	
	#global-head {height: 77px;width: 220px;}
	
	#sidebar {
		position: fixed;
		top: 0;
		height: 100%;
		width: 220px;
		color: #333;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		z-index: 1000;
		-webkit-transform: translate3d(-250px,0,0);
    	transform: translate3d(-250px,0,0);
	}
	
	#global-nav {
    padding: 0px;
}
	#global-nav > ul {
    margin: 0 16px;
}
	#global-nav > ul > li.sp-navi-none > a{
		display: none
	}
	
	#global-nav a {
		font-weight: normal;
    line-height: 135%;}
	
	#global-nav a {
    	padding: 10px 20px 5px 0;
		line-height: 140%;}
	
	/* サブメニューを下に配置 */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu {
	    position: inherit;
		left: 0;
		width: auto;
		height: auto;
		padding: inherit;
		background:transparent;
		margin: 0;
	}
	#nav-toggle {
		display: block;
	}

	/*サブメニュー調整*/
	#global-nav .sub-menu a, #global-nav .menu-item-has-children:hover .sub-menu{
		width: auto;
		font-size: 14px;
    font-weight: normal;
		line-height: 135%;
	}
	
	#sidebar_bottom{
		position: inherit;
	}
	

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(0px,0,0);
		transform: translate3d(0px,0,0);
	}
	
	.open #nav-toggle{
		left: 250px
	}
	
	/* #nav-toggle close */
	
	.open #nav-toggle span{
		background-color: #FFF;
	}
	
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 500;
	}
	#sidebar {
		z-index: 600;
	}
	#nav-toggle {
		z-index: 700;
	}

	

/*トップページスライダー*/
	
	.metaslider .caption-wrap {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
	right: inherit !important;
	top: inherit !important;
    margin: 0 !important;
    width: 100% !important;
}
	
	
/*フッター*/	
	footer#footer div.footer_inner {
    padding-left: 0;
}
	

	
	.responsive_table{overflow-x: auto;}


	.responsive_table table{
	min-width:900px;
	maegin:0 10px 50px;}	

	.responsive_table table td{
		width: auto !important;
	}	
	
	.list-entries .list-contents{
		width: 95%;
		margin: 0 auto
	}
	.list-entries {
		padding: 40px 0 60px;}
	.list-more-button {
		margin: 40px 0 0;}
	#inner-content{
		width: 95%;
	}
	
}

@media screen and (max-width: 768px) {
	body.post .main-contents_wrapper header h1.entry-title {
    margin: 0px 0px 8px;
    font-size: 130%;
    border: 1px solid #00AFC2;
    padding: 8px;
}

body.post .main-contents_wrapper header{margin-bottom: 16px;}
	

	#main-header-wrapper {height: 154px;}
	#page_header_wrapper,#slide_area{padding-top: 154px;}
	
	
	#main-header{padding: 8px 55px;}
	#main-header a img {margin: 0px auto;max-width: 100%;height: auto}
	nav#target_navi{padding: 0;}
	nav#target_navi ul{flex-wrap: wrap}
	nav#target_navi ul li{flex-basis:calc(100%/3);margin: 5px 0px;}
	nav#target_navi ul li a {padding: 10px 0px;}
	nav#target_navi ul li:nth-child(3n){border-right: 0px none}
	
	#breadcrumbs{margin-bottom: 30px;}
	
	/*サブページ*/
	#page_header {padding: 70px 0px !important;}
	#page_header h2 {font-size: 30px;}
	
	.main-contents h2, .main-contents h3, .main-contents h4, .main-contents h5, .main-contents h6 {margin-top: 30px;margin-bottom: 30px;}
	
	#footer_banner_space{
		bottom: auto;
    top: 20px;}
	
}

@media screen and (max-width: 500px) {
	
	.list-entries .list-contents.headline .entry-card-title {
    font-size: 16px;
    margin: 10px 15px;
}
	.list-entries .list-contents .entry-card-meta {
		height: 28px;}
	.list-entries .list-contents.topics .entry-card-content{margin-left: 16px;}
.list-entries .list-contents.topics .entry-card-title {
    font-size: 16px;
	line-height: 1.5;}	
	
	.list-entries .list-contents.events .entry-card-title {
    font-size: 15px;
    margin: 10px 10px;
}
	
.main-contents h3.menu_title {
  margin-bottom: 16px;
}

.main-contents table.menu_box {
  margin-bottom: 36px;
}

.main-contents table.menu_box th {
  width: 100%;
  display:block;
  line-height:1
}

.main-contents table.menu_box td {
  width: 100%;
  display:block;
  padding: 16px 0px 0px 0px;
}

}

@media screen and (max-width: 425px) {
	
	.list-entries {
    padding: 24px 0 36px;
}
	.list-entries h1.list-title {
    margin: 0 auto 24px;
}
	
	.list-entries .list-contents.headline,
	.list-entries .list-contents.events{
    flex-direction: column;
}
	.list-entries .list-contents.headline .entry-card-wrap,
	.list-entries .list-contents.events .entry-card-wrap{
    width: 95%;
    margin: 0 auto 20px;
}
	
.list-more-button {
    margin: 36px 0 0;
	min-width: 60% !important;
}
	
	#sidebar {
		left: -240px;
		width: 220px;
		padding-top: 0px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(240px,0,0);
		transform: translate3d(240px,0,0);
	}

	/*トップページ*/
	body .metaslider .flexslider .slides h2 {
    font-size: 12px;
    margin-bottom: 0px;
}
	body .metaslider .flexslider .slides .description{
    font-size: 11px;
    margin: 0px 0px 6px;
}
	.metaslider .caption {
    padding: 5px 5px 0px 35px !important;
}
	
	
#footer_banner_space {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    justify-content: center;
}

}

@media screen and (max-width: 375px) {
#main-header {
    padding: 14px 8px 14px 54px;
}
nav#target_navi ul li {
	font-size: 14px;}	
	
	
	
}

@media print{
	.main-contents table td{border: 1px solid #000000}
	.main-contents table th{border: 1px solid #000000;color: #000000}
}
