/* CSS Document */



/* Global Font Settings */
body {
  font-family:
	"BIZ UDPGothic",
	"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.pcOnly{
	display: block;
}
@media screen and (max-width:575px){
	.pcOnly{
		display: none;
	}
}

#content .notIndent{
	text-indent: 0;
}


/* HeaderText */

#pageHeader{
	background: rgb(1,136,67);
	background: linear-gradient(90deg, rgba(1,136,67,1) 0%, rgba(191,215,191,1) 100%);
	background-image:url("/educate/sougou/graduateschool/images/h2_background.jpg");
	background-size: cover;
	background-position: top center;
	height: 45px;
}
#pageHeader h1{
	max-width: 1200px;
	padding-left:15px;
	line-height: 45px;
	color:white;
	font-size: 18px;
	margin-left:auto;
	margin-right:auto;
}
#content{
	padding-bottom: 40px;
}
#content h2{
	padding-top:35px;
	padding-bottom:15px;
	
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #018843;
	line-height: 165%;
	letter-spacing: 0.15em;
}
#content h2::after{
	content:'';
	display: block;
	height: 2px;
	width: 100px;
	background: #ccc;
	margin-top:25px;
	margin-right:auto;
	margin-bottom:25px;
	margin-left:auto;
}
#content h3{
	border-left: 4px solid #018843;
	padding-left: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #018843;
	line-height: 180%;
	margin-bottom: 15px;
}

#content h4{
	font-size: 16px;
	font-weight: bold;
}

#content h5{
	font-size: 16px;
	font-weight: bold;
}

#content p{
	line-height: 200%;
}

@media screen and ( min-width:576px ){
	#pageHeader{
		height: 120px;
	}
	#pageHeader h1{
		height:    120px;
		line-height: 120px;
		font-size: 40px;
		letter-spacing: 0.15em;
		padding-left:60px;
	}
	#content h2{
		padding-top:30px;
		padding-bottom:30px;
		font-size: 28px;
		
	}
}

/* contentWrap */

.contentWrap p{
	text-indent: 1em;
	line-height: 165%;
}

.introText{
	padding-top: 40px;
	text-align: center;
	font-size: 130%;
}
@media screen and (max-width:575px){
	.introText{
		text-align: left;
	}
}

/* Header */

#headerWrap{
	border-top: 4px solid #018843;
}

#headerLogo{
	margin-top:25px;
	margin-bottom:25px;
}

#headerWrap a{
	display: block;
}
/* Footer */

footer{
	padding-top:40px;
	background-color: #f2f7f5;
}
footer .btnWrap{
	margin-top:25px;
}
footer .btnWrap a{
	display: block;
	width:100%;
	height:104px;
	padding-top:18px;
	background: rgb(1,136,67);
	background: linear-gradient(90deg, rgba(1,136,67,1) 0%, rgba(33,121,126,1) 100%);
	color:white;
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.15em;
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}

@media screen and (min-width:575px) and (max-width:1199px){
	#headerWrap .container{
		max-width: 100%!important;
		width: 100%!important;
	}
}
@media screen and (min-width:992px){
	#headerWrap .container{
		background:url("/educate/sougou/graduateschool/images/pc_header_background.png") no-repeat center right 20px;
	}
}
@media screen and (max-width:991px){
	
	footer .btnWrap{
		margin-bottom: 45px;
	}
	footer .btnWrap a{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		height:auto;
		padding-bottom:18px;
	}
}

footer .btnWrap a small{
	display: block;
	letter-spacing: 0.05em;
	font-size: 70%;
}

footer ul{
	padding:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer ul li{
	list-style: none;
	width: 50%;
	padding:10px;
}
footer ul li a{
	display: block;
	border:2px solid #018843;
	padding: 15px;
	color:black;
}
footer ul li a small{
	font-size: 12px;
	padding-left: 5px;
}
@media screen and (max-width:991px){
	footer ul li{
		width: 100%;
	}
}

footer #copyright{
	background-color: black;
	color: white;
	font-size:12px;	
	height: 100px;
	margin-top: 40px;
}
footer #copyright p{
	text-align: center;
	padding:0;
	margin-bottom: 0;
	line-height: 100px;
}
#fixedBtn{
	text-align: right;
	margin-right: 50px;
	margin-bottom: 100px;
}
#fixedBtn a{
	border: 2px solid white;
	border-radius: 50px;
	padding:15px;
	background-color: black;
	color:white;
}
#fixedBtn a:hover{
	border: 2px solid #efefef;
	background-color: white;
	color:black;
}



#topicPath{
	background: #efefef;
}
#topicPath ol{
	margin-bottom: 0!important;
}

/*overwride*/
.breadcrumb{
	background:none;
}
.breadcrumb li{
	font-size:12px;
}

@media screen and (min-width:576px) and (max-width:1199px){
	#topicPath nav{
		max-width: 100%;
	}
}
@media screen and (max-width:575px){
	#topicPath nav{
		padding-left:0;
	}
}

