@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


/*top#header
************************************************************************************/

#head_wrap{
	height: 590px;
	width: 100%;
	position: relative;
	background: none;
}

/*main_photo*/
#head_wrap .main_photo{
	width: 1100px;
	height: 590px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}
#head_wrap .main_photo .swiper-container{
	width: 100%;
	margin: auto;
}
#head_wrap .main_photo .swiper-container img{
	max-width: 100%;
	height: auto;
}

/* header */
#head_block{
	height: 145px;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: url(../../img/common/header_bg.png) no-repeat top center;
}

/*large_menu*/
#head_wrap .large_menu{
	position: absolute;
	width: 600px;
	top: 145px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
	border: 1px solid #D50000;
}
#head_wrap .large_menu a{
	color: #D50000;
	text-decoration: none;
}

#head_wrap .large_menu .title{
	text-align: center;
	padding: 20px 0 15px 0;
	font-size: 30px;
}
#head_wrap .large_menu ul{
	width: 15em;
	margin: auto;
	padding-bottom: 20px;
}
#head_wrap .large_menu li{
	margin: 0 0 10px 0;
}
#head_wrap .large_menu li:before{
	content: "●";
	font-size: 12px;
	vertical-align: middle;
	color: #D50000;
	padding-right: 0.4em;
}

/*frame_news*/
#head_wrap .frame_news{
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	background-color: rgba( 255, 255, 255, 0.75 );
}
#head_wrap .frame_news .cnt_title{
	padding: 30px 0 0;
}
#head_wrap .frame_news .cnt_title h1{
	margin: 0 0 30px 0;
}
#head_wrap .frame_news .cnt_title h1 img{
	margin: 0 auto;
}

#head_wrap .frame_news ul{
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	height: 110px;
	overflow-y: scroll;
}
#head_wrap .frame_news ul li{
	list-style-type: none;
	width: 100%;
	display: table;
	margin: 0 0 5px 0;
}
#head_wrap .frame_news ul li .date{
	display: table-cell;
	vertical-align: top;
	width: 220px;
	font-weight: bold;
}
#head_wrap .frame_news ul li .title{
	display: table-cell;
	vertical-align: top;
}
#head_wrap .frame_news ul li .title a{
	text-decoration: underline;
	color: #000;
}



@media screen and (min-width: 980px) {
ul.baselink li,
#home .frameGraduated .box{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.baselink li:hover,
#home .frameGraduated .box:hover{
	opacity: .8;
}
}


@media screen and (max-width: 979px) {
#head_wrap{
	height: auto;
	width: auto;
	position: static;
}
#head_wrap .main_photo{
	width: auto;
	height: auto;
	position: static;
}
#head_wrap .main_photo .swiper-slide{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}

#head_wrap .main_photo .swiper-slide:before {
	content:"";
	display: block;
	padding-top: 54.5%;
}
#head_wrap .main_photo .swiper-slide img{
	max-width: 100%;
	height: auto;
}
#head_wrap .main_photo .swiper-container img{
	max-width: auto;
	max-width: initial;
	height: auto;
}

#head_wrap .main_photo .swiper-slide img{
	max-width: auto;
	max-width: initial;

	height: 100%;
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}


/*large_menu*/
#head_wrap .large_menu{
	top: 170px;
	font-size: 16px;
}

#head_wrap .large_menu .title{
	text-align: center;
	padding: 20px 0 15px 0;
	font-size: 20px;
}
#head_wrap .large_menu ul{
	width: 15em;
	margin: auto;
	padding-bottom: 20px;
}
#head_wrap .large_menu li{
	margin: 0 0 5px 0;
}
#head_wrap .large_menu li:before{
	content: "●";
	font-size: 12px;
	vertical-align: middle;
	color: #D50000;
	padding-right: 0.4em;
}


/*frame_news*/
#head_wrap .frame_news{
	position: static;
	height: auto;
}

#head_wrap .frame_news ul{
	width: 90%;
	font-size: 16px;
	height: 110px;
	overflow-y: scroll;
}

#head_wrap .frame_news ul{
	width: 96%;
	margin: 0 auto;
}
#head_wrap .frame_news ul li .date{
	width: 10em;
}
}

@media screen and (max-width: 768px){
/*large_menu*/
#head_wrap .large_menu{
	width: 98%;
	position: static;
	margin: 5px auto;
}
/*frame_news*/
#head_wrap .frame_news{
	width: 90%;
}
#head_wrap .frame_news ul li{
	display: block;
	margin-bottom: 10px;
}
#head_wrap .frame_news ul li .date{
	display: block;
	width: auto;
}
#head_wrap .frame_news ul li .title{
	display: block;
	width: auto;
}
}

@media screen and (max-width: 400px){
#head_wrap .large_menu ul{
	width: 98%;
	margin: auto;
}
}


/*各コンテンツタイトル
************************************************************************************/
.cnt_title{
	width: 100%;
	padding: 40px 0;
	text-align: center;
	margin: 0 auto;
}
.cnt_title.major{
	background: url(../../img/toppage/bg_major.png) no-repeat left bottom;
}

.cnt_title img{
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
	display: block;
}
.cnt_title .subttl{
	display: block;
	font-size: 21px;
	color: #4e4d4d;
}
.cnt_title .subttl a{
	color: #4e4d4d;
	text-decoration: none;
}
.cnt_title .bot_more a{
	color: #0075a9;
	text-decoration: none;
	padding: 0 15px 0 0;
	background: url(../../img/common/ar_news_more.svg) no-repeat right center;
	background-size: 13px auto;
	margin: 15px 0;
	font-size: 16px;
}

@media screen and (max-width: 979px) {
/*tablet*/
} 
@media screen and (max-width: 768px){
.cnt_title img{
	max-width: 96%;
}
.cnt_title.major{
	background: none;
}
.cnt_title .subttl{
	font-size: 18px;
}
}


/*専攻コンテンツ
************************************************************************************/
#block_contents{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
/*専攻について*/
.frameMajor{
	width: 1100px;
	margin: 30px auto;
}

.frameMajor h2{
	height: 45px;
	color: #072856;
	display: block;
	font-size: 21px;
	font-weight: normal;
	padding: 15px 0 0 30px;
	border-left: 5px solid #072856;
	margin-bottom: 10px;
}
.frameMajor h2 a{
	text-decoration: none;
	color: #072856;
}
/*カリキュラム*/
.frameCurriculum{
	width: 1100px;
	margin: 30px auto;
}
.frameCurriculum h2{
	height: auto;
	line-height: 1.2;
	color: #072856;
	display: block;
	font-size: 21px;
	font-weight: normal;
	padding: 7px 0 0 25px;
	border-left: 5px solid #072856;
	margin-bottom: 10px;
}
.frameCurriculum h2 a{
	text-decoration: none;
	color: #072856;
}
.frameCurriculum h2 span.more{
	color: #0075a9;
	text-decoration: none;
	padding: 0 0 0 25px;
	background: url(../../img/common/ico_details.svg) no-repeat left center;
	background-size: 13px auto;
	margin: 5px 0;
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 979px){
#block_contents{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
/*専攻について*/
.frameMajor{
	width: 100%;
	margin: 30px auto;
}

/*カリキュラム*/
.frameCurriculum{
	width: 100%;
	margin: 30px auto;
}
}
@media screen and (max-width: 768px){
.frameMajor h2{
	font-size: 19px;
	padding: 10px 0 0 30px;
}
.frameCurriculum h2{
	padding: 5px 0 0 25px;
	font-size: 19px;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}


/*リスト*/
ul.list{
	width:100%;
	padding: 30px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
ul.list li{
	width: 473px;
	margin-bottom: 30px;
}
ul.list li.line3{
	width: 300px;
}


ul.list li .photo{
	width: 100%;
	margin:0 auto 20px auto;
}
ul.list li .photo img{
	max-width: 100%;
	height: auto;
	margin:0 auto;
}

ul.list .txt{
	padding-bottom: 0.5em;
}
ul.list .more{
	color: #0075a9;
	text-decoration: none;
	padding: 0 0 0 25px;
	background: url(../../img/common/ico_details.svg) no-repeat left center;
	background-size: 11px auto;
	margin: 15px 0;
	font-size: 14px;
}


@media screen and (max-width: 979px){
/*リスト*/
ul.list{
	width:100%;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;  
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
ul.list li{
	width: 45%;
	max-width: 473px;
	margin-bottom: 30px;
}
ul.list li.line3{
	width: 31%;
	max-width: 300px;
}

}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
ul.list li{
	width: 96%;
	margin: 0 auto 30px auto;
}
ul.list li.line3{
	width: 96%;
	margin: 0 auto 30px auto;
}
}
@media screen and (max-width: 480px){
}


/*大学院
************************************************************************************/
#block_graduated{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: url(../../img/toppage/bg_blue.jpg) repeat top center;
}
#block_graduated .cnt_title{
	width: 100%;
	padding: 40px 0;
	text-align: center;
	margin: 0 auto;
	color:#FFF;
}
#block_graduated .cnt_title .subttl{
	display: block;
	font-size: 21px;
	color:#FFF;
}

.frameGraduated{
	margin: 0 auto;
	width:1000px;
	padding: 30px 0;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.frameGraduated .box{
	width: 31%;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.8 );
}
.frameGraduated .ttl_field a{
	color: #072856;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	background: url(../../img/common/ar_right_blue.svg) no-repeat right center;
	background-size: 16px auto;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	display: block;
}
.frameGraduated .box .text{
	font-size: 14px;
}

/*大学院について*/
.frameGraduated .box.graduated{
	width: 31%;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0075a9;
	color: #FFF;
}
.frameGraduated .box.graduated .ttl_field a{
	color: #072856;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	background: url(../../img/common/ar_right_yel.svg) no-repeat right center;
	background-size: 16px auto;
	padding: 0 20px 0 0;
	margin: 0 0 20px 0;
	display: block;
}
.frameGraduated .box.graduated .ttl_field a{
	color: #fffeab;
}

@media screen and (max-width: 979px){
.frameGraduated{
	margin: 0 auto;
	width:100%;
	padding: 30px 20px;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.frameGraduated .box{
	width: 31%;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba( 255, 255, 255, 0.8 );
}

/*大学院について*/
.frameGraduated .box.graduated{
	width: 31%;
	display: block;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0075a9;
	color: #FFF;
}
}
@media screen and (max-width: 768px){
	#block_graduated .cnt_title .subttl{
	font-size: 18px;
}
.frameGraduated .box,
.frameGraduated .box.graduated{
	width: 48%;
}


}
@media screen and (max-width: 620px){
.frameGraduated .box,
.frameGraduated .box.graduated{
	width: 98%;
}
}
@media screen and (max-width: 480px){
}






