/* CSS Document */

/*
breakpoints

max-width: 575px;
min-width: 576px;
max-width: 767px;
min-width: 768px;
max-width: 991px;
min-width: 992px;
max-width: 1199px;
min-width: 1200px;


*/

/*
Color Settings

Main Brown #5e362b
Text black
beige #eeebe5
gray 1 #333333
light gray #cacaca

*/


/* GlobalSettings */

html,body,p,div,h1,h2,h3,h4,h5{
	font-family: "BIZ UDPMincho","source-han-serif-japanese", serif;
	font-weight: 400;
	font-style: normal;
}


p{
	letter-spacing: 0.125em;
}

#logo{
	margin-top:15px;
	margin-left:0;
	height:40px;
	width:180px;
	background:url("/educate/law/images/common/logo_sp.png") no-repeat;
	background-size: 100% 100%;
}

section{
	margin-bottom: 60px;
}
@media (max-width:991px){

	header .container{
		max-width: 100%!important;
	}
}

/***********************************************************************
 ** Breadcrumb
 ***********************************************************************/

.breadcrumb{
	background: #fff;
	padding-left: 0;
	margin-bottom: 0;
}

.breadcrumbWrap{
	background:url("/educate/law/images/common/topicpath_bg.png") top center;
}
@media (max-width:767px){
	.breadcrumb{
		margin-bottom:0;
	}
}
.breadcrumbWrap .container{
	max-width: 1060px;
}
.breadcrumb-item + .breadcrumb-item::before{
	color:white;
}

.breadcrumbWrap{
	
	font-size: 14px;
}
.breadcrumb{
	min-height:37px;
	padding-top:6px;
	background:none;
}
.breadcrumb li.active,
.breadcrumb li a{
	color: white;
}


/* 
 * ---------------------------------------------------------------------------------------
 * Box
 */

.imgBox{
	margin-bottom: 30px;
}

.photoFrame{
	margin-bottom: 30px;
}

.box{
	border: 1px solid #888;
	border-radius: 2px;
	background-color: #eeebe5;
	padding: 20px;
	margin-bottom: 30px;
}
.box p:last-child{
	margin-bottom: 0;
}
.boxTitle{
	border-radius: 4px;
	background-color: #5e362b;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 150%;
	padding: 8px;
	font-weight: bold;
	color: white;
}
.boxSubTitle{
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	font-weight: bold;
}

.marginTbBox{
	margin-top:15px;
	margin-bottom:30px;
}

/* 
 * ---------------------------------------------------------------------------------------
 * Buttons
 */

.btn-simple{
	border: 1px solid #5e362b;
	border-radius: 8px;
	color: #5e362b;
	background:url("/educate/law/images/icons/sidemenu_active_arrow.png") no-repeat left center;
	padding-left: 15px;
}
.btn-simple:hover{
	background-image:none;
	background-color : #5e362b;
	color: white;
}

.btnWrap{
	margin-bottom: 25px;
}
/* 
 * ---------------------------------------------------------------------------------------
 * Tables
 */

@media screen and (max-width:767px){

	.scroll table {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	}
	
	.scroll::after{
		content :'スマホ表示時は、表を横にスクロールできます';
		font-size: 12px;
	}
}

.table{
	margin-bottom: 30px;
}

.table th{
	background-color: #666;
	color: white;
}

.table-noble th{
	background-color: #EFEFEF;
	color: #333;
}
.table-noble tr:first-child th{
	border-top: 4px solid #5e362b;
}
.table-noble th a,
.table-noble td a{
	color: black;
	text-decoration: underline;
}
/* 
 * ---------------------------------------------------------------------------------------
 * Buttons
 */

.btn-link{
	padding-right: 40px;
	border: 1px solid #888;
	color: #878b9c;
	background: url("/educate/law/images/icons/btnLink.png") no-repeat right center;
	letter-spacing: 0.15em;
}
.btn-link:hover{
	background-color: #878b9c;
	text-decoration: none;
	color:white;
	
}

/* 
 * ---------------------------------------------------------------------------------------
 * Header
 */

@media screen and (max-width:991px){

	#headSubmenu{
		display: none;
	}
	
	header{
		height: 60px;
		border-bottom: 1px solid #5e362b;
		position: relative;
	}
	.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
		right:0!important;
	}
	
	#globalmenuWrap{
		display: none;
	}
	
	#logo a{
		display: block;
		width:200px;
		height:50px;
		
	}
}

/* orver size sm */
@media screen and (min-width:992px){
	
	header{
		height: 105px;
		border-bottom: 1px solid #5e362b;
		position: relative;
	}
	header>div{
		position: relative;
	}
	#headSubmenu{
		position: absolute;
		width: 100%;
		top:0;
		left:0;
	}
	
	#headSubmenu ul li:first-child{
		margin-right: 15px;
	}
	
	/* PCで消す */
	.drawer-toggle{
		display: none!important;
	}
	
	#logo{
		width:360px;
		height:66px;
		background:url("/educate/law/images/common/logo_pc.png") no-repeat;
		background-size: 100% 100%;
		margin-left:20px;
	}
	#logo a{
		display: block;
		width:360px;
		height:66px;
	}
	
	header nav ul{
		position: absolute;
		top:10px;
		right:10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	header nav ul li{
		list-style: none;
	}
	header nav ul li:nth-child(1){
	}
	header nav ul li:nth-child(2){
	}
	header nav ul li a{
		background: url("/educate/law/images/icons/arrow_gray.png") no-repeat left center;
		padding-left: 10px;
		color: #333;
	}
	
	
	#globalmenuWrap{
		height: 73px;
		background: url("/educate/law/images/common/globalmenu_bg.png") repeat-x center bottom;
	}
	.globalmenu{
		max-width: 1200px;
		margin-bottom: 0;
		margin-left:auto;
		margin-right:auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.globalmenu li{
		list-style: none;
	}
	.globalmenu li a{
		padding-bottom: 12px;
		background: url("/educate/law/images/icons/arrow_bottom_brown.png") no-repeat center bottom;
		font-size: 18px;
	}
	
}





/* 
 * ---------------------------------------------------------------------------------------
 * Footer
 */

footer div.upper{
	background-color: #333333;
	padding-top: 40px;
	color:white;
	text-align: left;
	font-size: 16px;
}
footer div.upper address strong{
	font-size: 16px;
}
footer div.upper address p{
	font-size: 12px;
}

footer div.upper ul{
	padding-left:0;
}
footer div.upper ul li{
	background: url("/educate/law/images/icons/arrow_gray.png") no-repeat left center;
	padding-left: 10px;
	list-style: none;
}
footer div.upper ul li a{
	color: white;
	font-size: 14px;
}
footer div.bottom{
	background-color: #000;
	text-align: center;
	padding-top:25px;
	padding-bottom:15px;
}
footer div.bottom p{
	font-size: 10px;
	color:white;
}

footer{
	position: relative;
}
#toTop{
	position: absolute;
	top:-15px;
	right:20px;
}
#toTop a{
	border-radius: 40px;
	background-color: black;
	display: block;
	color:white;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	bottom: 0;
	right: 10px;
}

@media screen and (min-width:576px){
	
	#toTop a:hover{
		background-color:white;
		border: 1px solid black;
		color:black;
	}
	
	footer div.upper{
		padding-bottom: 50px;
		background-color: #333333;
		padding-top: 70px;
		color:white;
		text-align: left;
		font-size: 16px;
	}
	footer div.upper address strong{
		font-size: 18px;
	}
	footer div.upper address p{
		font-size: 14px;
	}
	footer .flex{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	footer div.upper ul{
		padding-left:0;
	}
	footer div.upper ul li{
		background: url("/educate/law/images/icons/arrow_gray.png") no-repeat left center;
		padding-left: 10px;
		list-style: none;
	}
	footer div.upper ul li a{
		color: white;
		font-size: 14px;
	}
	footer div.bottom{
		background-color: #000;
		text-align: center;
		padding-top:25px;
		padding-bottom:15px;
	}
	footer div.bottom p{
		font-size: 10px;
		color:white;
	}
}


/* 
 * ---------------------------------------------------------------------------------------
 * Contents Area
 */

.pageHeader{
	background: url("/educate/law/images/common/contentsHeader_bg.jpg") repeat-x top center;
	position: relative;
	height: 321px;
}
.pageHeader .categoryTitle{
	position: absolute;
	top: 120px;
	left: calc( 50% - 520px );
	font-size: 40px;
}

.curtain{
	height: 321px;
}

#about .curtain{
	background: url("/educate/law/images/headerimage/about.png") top right no-repeat;
}
#about2019 .curtain{
	background: url("/educate/law/images/headerimage/about.png") top right no-repeat;
}
#professor .curtain{
	background: url("/educate/law/images/headerimage/professor.png") top right no-repeat;
}
#results .curtain{
	background: url("/educate/law/images/headerimage/results.png") top right no-repeat;
}
#admission .curtain{
	background: url("/educate/law/images/headerimage/admission.png") top right no-repeat;
}
#graduate .curtain{
	background: url("/educate/law/images/headerimage/graduate.png") top right no-repeat;
}
#sitemap .curtain{
	background: url("/educate/law/images/headerimage/sitemap.png") top right no-repeat;
}
#access .curtain{
	background: url("/educate/law/images/headerimage/access.png") top right no-repeat;
}
#news .curtain{
	background: url("/educate/law/images/headerimage/news.png") top right no-repeat;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.pageHeader .categoryTitle{
		left: 40px;
	}
}
@media screen and (max-width: 991px){
	.pageHeader .categoryTitle{
		left: 20px;
		text-shadow: 2px  2px 5px white,
            -2px  2px 5px white,
             2px -2px 5px white,
            -2px -2px 5px white;
	}
	.curtain{
		background: url("/educate/law/images/headerimage/about.png") top left no-repeat;
		height: 321px;
		background-size: cover;
	}
}
@media screen and (max-width: 575px){
	.pageHeader,
	.curtain{
		height: 150px;
		background-position: center right!important;
	}
	.pageHeader .categoryTitle{
		top:60px;
		font-size: 30px;
	}
}


/***********************************************************
************************************************************
** Lv2 Layout
************************************************************
************************************************************/

.pageContent p{
	line-height: 180%;
	margin-bottom: 2em;
}



@media screen and (max-width: 991px){
	
	
	.leftPane{
		padding: 50px 0;
	}
	.siglePane{
		width: 100%;
		padding: 50px 0;
	}
	.pageContent{
		max-width: 768px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.wideContent{
		max-width: 960px;
	}

	.fullWidth{
		widows: 100%;
	}
	
	.pageContent h1{
		font-size: 26px;
		text-align: center;
		letter-spacing: 0.2em;
		background: url("/educate/law/images/common/dot.png") no-repeat bottom center;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.pageContent h2{
		
		background: #efefef;
		border-radius: 4px;
		padding: 10px;
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.pageContent h3{
		border-left: 5px solid #5e362b;
		padding-left: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size:18px;
		font-weight: bold;
		color: #5e362b;
		letter-spacing: 0.1em;
	}
	
	.pageContent h4{
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 8px;
		font-size:16px;
		font-weight: bold;
		color: #383f5b;
		letter-spacing: 0.1em;
	}
	
	.pageContent h5{
		font-size:16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
}

@media screen and (min-width: 992px){

	
	
	.paneWrap{
		display: flex;
	}
	.leftPane{
		padding: 100px 0;
		flex:1;
	}
	.rightPane{
		width: 310px;
		padding: 25px;
		border-left: 2px solid #e4e3e2;
		background: #ececec;
	}
	.siglePane{
		width: 100%;
		padding: 50px 25px;
	}
	.pageContent{
		max-width: 768px;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	.wideContent{
		max-width: 960px!important;
	}

	.fullWidth{
		max-width: 100%!important;
	}
	
	.pageContent h1{
		text-align: center;
		letter-spacing: 0.2em;
		background: url("/educate/law/images/common/dot.png") no-repeat bottom center;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.pageContent h2{
		margin-left:-20px;
		background: #efefef;
		border-radius: 4px;
		padding: 15px 20px;
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.pageContent h3{
		margin-left:-20px;
		margin-bottom: 20px;
		border-left: 5px solid #5e362b;
		padding-left: 15px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size:18px;
		font-weight: bold;
		color: #383f5b;
		letter-spacing: 0.1em;
	}
	
	.pageContent h4{
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size:16px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
	.pageContent h5{
		font-size:16px;
		font-weight: bold;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	
	.rightPane{
		width: 250px;
		padding: 0;
		border-left: 2px solid #e4e3e2;
		background: #ececec;
	}
	
}

@media screen and (min-width: 1366px){
	.pageContent{
		max-width: 768px;
	}
}




/* 左端調整 */
@media screen and (min-width: 768px) and (max-width: 1199px){
	.pageContent h2,
	.pageContent h3{
		margin-left:0;
	}
}


.sideMenu{
	position: sticky;
	background: url("/educate/law/images/common/sidemenu_bg.jpg");
	top:0px;
}
.sideMenu .menuHeader{
	text-align: center;
	color: white;
	letter-spacing: 0.1em;
	padding: 10px 0;
	font-size: 18px;
}

@media screen and (max-width: 575px){
	.sideMenu{
		margin:10px 10px 40px 10px;
	}
}


.lists{
	margin-left:15px;
	margin-right:15px;
	padding-bottom:15px;

}

.lists a{
	display: block;
	color:black;
	padding: 10px;
	line-height: 180%;
	font-size: 16px;
}
.lists a:hover{
	background: #C7C4B4 url("/educate/law/images/icons/sidemenu_active_arrow.png") no-repeat;
	background-position: left center;
}
.lists>div{
	background: #fff;
	border-bottom: 1px solid #997a72;
}
.lists .sub{
	border-left:8px solid #333;;
}
.lists .sub div{
	background: #f4ebde;
	border-bottom: 1px solid #997a72;
	border-left: 1px solid #ffffff;
}

.lists .active,
.lists .sub .active{
	background: #d5d5d5 url("/educate/law/images/icons/sidemenu_active_arrow.png") no-repeat;
	background-position: left center;
}


/* SubMenu */

.introMenu{
	padding-left:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.introMenu li{
	border: 1px solid #ccc;
	border-radius: 5px;
	list-style: none;
	margin:5px;
}
.introMenu li a{
	display: block;
	padding: 0.5em;
	color: black;
}

/* Font Setting */

.ls-none{
	letter-spacing: 0;
}
.ls-small{
	letter-spacing: 0.1em;
}