@charset "utf-8";
/* CSS Document */

body{
	font-size: 0.96em;
	line-height: 1.5em;
}

body#index{
	background-attachment: fixed;
}

/*##################################################
ヘッダー
##################################################*/
#header{
	background-image: url(/contents_images/header_back.png);
	background-repeat: repeat-x;
	height: 120px;
}

#header .logo{
	width: 320px;
	height: 100px;
	float: left;
}

#header .logo a{
	display: block;
	width: 290px;
	height: 70px;
	border-radius: 0 0 40px 0;
	padding: 15px;
	background-color: #FFF;
	/* box-shadow */
	box-shadow:0px 0px 5px -2px #000000;
	-moz-box-shadow:0px 0px 5px -2px #000000;
	-webkit-box-shadow:0px 0px 5px -2px #000000;
}

#header .navi{
	float: right;
	width: calc(100% - 320px);
	font-size: 13px;
	margin-top: 10px;
	text-align: right;
}

#header .navi a{
	text-decoration: none;
	color: #222;
}

#header .navi div{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 28px;
	margin-right: 15px;
}

#header .navi .access{
	background-image: url(/contents_images/icon/access.png);
	padding-left: 24px;
}

#header .navi .contact{
	background-image: url(/contents_images/icon/contact.png);
	padding-left: 30px;
}

#header .navi .sitemap{
	background-image: url(/contents_images/icon/sitemap.png);
	padding-left: 30px;
}

#header .navi .gakunai{
	background-image: url(/contents_images/icon/gakunai.png);
	padding-left: 30px;
}

#header .navi .font{
	background-image: url(/contents_images/icon/font.png);
	padding-left: 30px;
}

#header .navi .font a{
	background-color: #222;
	color: #FFF;
	border-radius: 50%;
	display: inline-block;
	width: 28px;
	text-align: center;
}

#header .navi .font a:hover,
#header .navi .font a:focus{
	color: #FFF !important;
	background-color: #00658F;
}

#header .navi .font a.small{
	font-size: 12px;
}

#header .navi .font a.large{
	font-size: 18px;
	vertical-align: top;
}

#header .navi .bg{
	background-image: url(/contents_images/icon/bg.png);
	padding-left: 30px;
}

#header .navi .bg a{
	border-radius: 50%;
	display: inline-block;
	width: 28px;
	text-align: center;
}

#header .navi .bg a.white,
#header .navi .bg a.white:hover,
#header .navi .bg a.white:focus{
	background-color: #ECECEC;
	color: #222 !important;
}

#header .navi .bg a.blue,
#header .navi .bg a.blue:hover,
#header .navi .bg a.blue:focus{
	background-color: blue;
	color: #FFF !important;
}

#header .navi .bg a.black,
#header .navi .bg a.black:hover,
#header .navi .bg a.black:focus{
	background-color: black;
	color: yellow !important;
}


#header .navi .search{
	display: inline-block;
	width: 182px;
	height: 28px;
	margin-right: 20px;
}

#header .navi .search input[type=text]{
	width: 140px;
	height: 22px;
	border: 2px solid #222;
	border-radius: 3px 0 0 3px;
	margin: 10px 0 0 0;
	float: left;
}

#header .navi .search input[type=image]{
	float: left;
	margin: 10px 0 0 -2px;
}

/*##################################################
メインメニュー
##################################################*/
#main_menu{
	background: rgba(255,255,255,0.9);
}

#main_menu ul{
	border-top: 3px solid #48709b;
	border-bottom: 3px solid #48709b;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	list-style-type: none;
	width: 100%;
}

#main_menu li{
	text-align: center;
	width: 12.5%;
	background-image: url(/contents_images/icon/menu.png);
	background-repeat: no-repeat;
	background-position: right;
}

#main_menu li:last-child{
	background: none;
}

#main_menu li a{
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	font-size: 94%;
	line-height: 1.2em;
	color: #222;
	font-weight: 500;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*##################################################
トップコンテンツ
##################################################*/

#catch{
	width: calc(100% - 540px);
	float: left;
	margin-top: 240px;
	margin-left: 60px;
}

#catch img{
	width: 100%;
	max-width: 600px;
	height: auto;
}

/***** ピックアップ *****/
#pickup{
	width: 320px;
	background: rgba(255,255,255,0.9);
	margin-top: 30px;
	margin-right: 30px;
	float: right;
	padding-bottom: 20px;
}

#pickup h2{
	background: rgba(0,0,0,0.9);
	color: #FFF;
	padding: 10px 10px 10px 40px;
	font-size: 110%;
	background-image: url(/contents_images/icon/pickup.png);
	background-repeat: no-repeat;
	background-position: left;
}

#pickup .inner{
	height: 28vw;
	overflow-y: auto;
	padding: 20px;
}

#pickup .inner img{
	max-width: 100%;
	height: auto;
}

/***** &#36275;&#29699;&#27604;&#20998;&#30452;&#25773; *****/
#visitor{
	border-top: 3px solid #48709b;
	border-bottom: 3px solid #48709b;
	background-color: #FFF;
	margin-top: 20px;
}

#visitor li{
	display: inline-block;
	padding: 10px 5px;
	font-size: 90%;
}

#visitor .vtitle{
	background-color: #48709b;
	color: #FFF;
}

#visitor .vmenu a{
	background-image: url(/contents_images/icon/visitor.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: block;
	color: #222;
}

/***** 学部紹介 *****/
#gakubu{
	background-color: #f2f2f2;
	background-image: url(/contents_images/back_stripe.png);
	border-bottom: 3px solid #48709b;
}

#gakubu ul{
	text-align: center;
	padding: 20px 0 20px;
}

#gakubu li{
	display: inline-block;
	width: 18%;
	margin: 0 5px;
}

#gakubu li img{
	width: 100%;
	height: auto;
}

/***** トップ下部 *****/
#top_cont{
	padding: 30px 30px 0;
	background-color: #FFF;
}

.news_box{
	float: left;
	width: 70%;
}

/***** &#36275;&#29699;&#27604;&#20998;&#30452;&#25773; *****/

h2.important{
	background-image: url(/contents_images/title/important.png);
	background-size: 100% 50px;
	line-height: 50px;
	height: 50px;
	color: #FFF;
	position: relative;
	padding-left: 45px;
	font-size: 120%;
}

h2.important:before{
	content: url(/contents_images/icon/important.png);
	position: absolute;
	top: 2px;
	margin-left: -45px;
}

.news_box .inner{
	background-color: #f2f1ed;
	padding: 20px;
}

/***** ニューストピックス *****/


h2.news{
	background-image: url(/contents_images/title/news.png);
	background-size: 100% 50px;
	line-height: 50px;
	height: 50px;
	color: #FFF;
	position: relative;
	padding-left: 45px;
	margin-top: 30px;
	font-size: 120%;
}

h2.news:before{
	content: url(/contents_images/icon/news.png);
	position: absolute;
	top: 5px;
	margin-left: -45px;
}

.rss{
	height: 300px;
}



/***** トップ右 *****/
.right{
	float: right;
	width: calc(30% - 30px);
}

.right ul.banner_bt li{
	list-style: none;
	line-height: 70px;
	background-size: 100% 70px;
	margin-top: 20px;
}

.right ul.banner_bt li a{
	font-size: 110%;
	line-height: 65px;
	padding-left: 40px;
}

.right ul.banner_bt li a{
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.right ul.banner_bt li a:hover,
.right ul.banner_bt li a:focus,
.right ul.banner_bt li a:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/***** バナー枠 *****/
#banner{
	text-align: center;
	background-color: #FFF;
	padding: 30px 0;
}

#banner p{
	display: inline-block;
	margin-bottom: 5px;
}

#banner p img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#banner p img:hover,
#banner p img:focus,
#banner p img:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}


/*##################################################
カテゴリトップ
##################################################*/
#content.category h1.cat_title{
	font-size: 200%;
	margin-top: -30px;
	padding: 30px;
}

#content.category .cat_box{
	width: calc(25% - 20px);
}


#content.category .cat_box h2{
	font-size: 120%;
}

#content.category .cat_box:nth-of-type(4n+1) {
    clear: both;
}

#content.category #blockarea_div1 div:last-of-type{
	clear: both;
	display: block !important;
}

#content.category #blockarea_div1 .cat_box h2{
	font-size: 140%;
}

#content.category .breadcrumb{
	background: none;
	margin-top: -20px;
}

#content.category .cat_box ul li a{
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#content.category .cat_box ul li a:hover,
#content.category .cat_box ul li a:focus,
#content.category .cat_box ul li a:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/***** カテゴリトップ文章 *****/
#content.category .category_text h2{
	font-size: 160%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content.category .category_text h3{
	font-size: 140%;
	padding: 15px;
	margin: 0 -10px 10px;
}

#content.category .category_text h4{
	font-size: 130%;
	padding: 15px;
	margin: 0 -5px 15px;
}


/*##################################################
下層ページ
##################################################*/
#content{
	padding: 20px 30px 30px;
}

/***** パンくず *****/
#content .breadcrumb{
	margin: 0 -30px 30px;
	padding: 10px 30px;
}

/***** 記事本文 *****/
#content .detail{
	width: calc(100% - 330px);
	float: right;
}

#content .onecolumn{
	width: 100%;
	float: right;
}

#content .detail h1{
	font-size: 200%;
	padding: 30px;
	line-height: 1.1em;
}

#content .detail .inner{
	padding: 30px 50px;
}

#content .detail .inner h2{
	font-size: 160%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content .detail .inner h3{
	font-size: 140%;
	padding: 15px;
	margin: 0 -20px 10px;
}

#content .detail .inner h4{
	font-size: 130%;
	padding: 15px;
	margin: 0 -15px 15px;
}

#content .detail .inner th{
	white-space: nowrap;
}

/***** サブメニュー *****/
#content .sub_menu{
	width: 300px;
	float: left;
}

#content .sub_menu h3{
	font-size: 140%;
	padding: 25px 20px 20px;
}

#content .sub_menu ul{
	padding: 20px;
}

#content .sub_menu ul li a{
	font-size: 110%;
}

/***** サイトマップ *****/

.sitemap_left,
.sitemap_right{
	width:calc(50% - 40px);
}

.sitemap_left{
	float: left;
}

.sitemap_right{
	float: right;
}


/*##################################################
フッター
##################################################*/
#footer{
	border-top: 3px solid #48709b;
	background-color: #555;
	padding-bottom: 20px;
	background-image: url(/contents_images/back_mosaic.png);
}

#footer ul{
	background-color: #FFF;
	text-align: center;
}

#footer li{
	display: inline-block;
	margin-top: 3px;
	border-left: 2px solid #555;
}

#footer li:last-child{
	border-right: 2px solid #555;
}

#footer li a{
	padding: 0 10px;
	display: block;
	line-height: 0.9em;
	color: #222;
	font-size: 90%;
}



#footer ul.footer_menu01{
	padding-top: 15px;
}

#footer ul.footer_menu02{
	padding-bottom: 15px;
}

#footer .footer_text{
	padding: 20px;
}

#footer .footer_text .f_logo{
	float: left;
	width: auto;
}

#footer .footer_text .f_name{
	float: left;
	width: auto;
	color: #FFF;
	font-size: 120%;
	margin-left: 20px;
	margin-top: 25px;
}

#footer .footer_text .f_name span{
	color: #FFF;
	display: block;
	font-size: 70%;
}

#footer .footer_text .f_add{
	float: left;
	width: auto;
	color: #FFF;
	margin-left: 20px;
	margin-top: 15px;
}

#footer .footer_text .f_add span{
	color: #FFF;
	display: block;
	font-size: 90%;
}

#footer .footer_text .f_chara{
	float: right;
	width: auto;
}

#footer .footer_text .f_link{
	float: right;
	width: auto;
	margin-right: 20px;
	color: #FFF;
	margin-top: 35px;
}

#footer .footer_text .f_link a,
#footer .footer_text .f_link a:hover{
	color: #FFF !important;
}


/*##################################################
ドロワーメニュー
##################################################*/
#humberger, .menu_title, .footer_menu03{
	display: none;
}

/*##################################################
戻るボタン
##################################################*/
/*　トップへ戻る　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0px;
	font-size: 100%;
	z-index:100;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 5px;
	font-weight:bold;
}

#page-top a img{
	width: 80px;
	height: 80px;
}

#wcv_sys_container_wide #page-top {
	display:none;
}


/*　ホームへ戻る　*/

#page-back {
	position: fixed;
	bottom: 20px;
	left: 0px;
	font-size: 100%;
	z-index:100;
}
#page-back a {
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

#page-back a img{
	width: 80px;
	height: 80px;
}

#wcv_sys_container_wide #page-back {
	display:none;
}


/*##################################################
日めくりカレンダー
##################################################*/

.daily_calendar{
	float: right;
	width: 11vw;
	margin: 30px 20px 0 0;
}

.daily_calendar img{
	width: 100%;
	height: auto;
	cursor: pointer;
}

.daily_calendar h2{
	background-color: rgba(0,0,0,0.9);
	color: #FFF;
	text-align: center;
	padding: 6px 0;
}

#catch{
	width: calc(100% - 700px);
}
