@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body{
  font-size: 14px;
}

.sp{
	display: none;
}

img{
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

#wrap,
#contents,
#content,
#content p,
#topicpath{
  font-family: 'Noto Sans JP', sans-serif;
}

#wrap{
	position: relative;
  width: auto;
  overflow: hidden;
}

#wrap #header{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

#wrap #header #topicpath{
  font-size: .9em;
}

#wrap #contents{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#wrap #contents.wideContents{
  width: 1140px;
}

#wrap #btnMenu{
	padding: 20px 0;
	text-align: right;
  width: 970px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#wrap #btnMenu img{
	width: 40px;
}

#gakusyuNav{
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
	z-index:100;
}

#gakusyuNav .dropDownLayer{
  background:#e7e7e7;
	position:absolute;
	right:-100%;
	top:-10px;
	z-index:100;
	width:500px;
	display:none;
  text-align: left;
}

#gakusyuNav li{
	list-style-type: none;
}

#gtitle{
	margin-bottom:14px;
	height:47px;
	background: url("../../../images/gakusyu/menu/gakusyu_bg.jpg") repeat top left;
	width: auto;
}
#gtitle h2{
	margin-top:7px;
	margin-left:8px;
	margin-right:8px;
	width:415px;
	float:left;
	display:inline;
}
#gtitle p{
	margin-top:27px;
	width:350px;
	float:left;
	display:inline;
	font-size:0.7em;
	text-align:right;
}
/* カタログなくなった
#gtitle p{
	margin-right:14px;
	float:right;
} */

#gtcalatog{
	margin-left:8px;
	margin-right:8px;
	margin-top:5px;
	width:164px;
	height:42px;
	float:right;
	display:inline; 
}
#gtcalatog ul{
	list-style: none;
	line-height: 0;
	display:inline; 
}
#gtcalatog li{
	display:inline; 
	line-height:1;
}
#gtcalatog li a{
	display:block;
	font-size:12px;
	color:#ffffff;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
#gtcalatog #catalog, #gtcalatog #catalog a, #gtcalatog #catalog a:visited{
	width:164px;
	height:42px;
	background:url("../../../images/gakusyu/menu/catalog_b.gif") no-repeat left top;
}
#gtcalatog #catalog a:hover, #gtcalatog #catalog a:active{
	background-position:-164px 0px;
}

.dropDownLayer{
    padding: 20px 10px;
}
.dropDownLayer a{
    color: #3a3a3a;
    display: block;
	text-decoration: none;
}
.dropDownLayer .dropDownList{

}
.dropDownList .parent{
    position: relative;
    border-top: 2px solid #fff;
}
.dropDownList .parent:first-child{
    border-top: none;
}
.dropDownList .parent a{
    font-size: 14px;
	padding:10px 40px 10px 0;
    text-decoration: none;
}
.dropDownList .parent:after{
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px; 
    border-top: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    -webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    content: "";
}
.dropDownList .parent.dropDownOpend:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
}
.dropDownList ul{
}
.dropDownList .child a{
    font-size: 14px;
    line-height: 25px;
    padding-left: 22px;
    background-image: url(../../../images/pi_gakusyu/sp/common/icon-navArrow.jpg);
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.dropDownList .single{
    font-size: 14px;
    border-top: 2px solid #fff;
}

.dropDownList .single:last-child{
	border-bottom:none;
}

.dropDownList .single a{
	position:relative;
	padding:10px 40px 10px 0;
}

.dropDownList .single a:after{
    position: absolute;
    top: 50%;
	margin-top:-4px;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px; 
    border-top: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    -webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    content: "";
}

#bottomNav{
  display: none;
}

