@charset "UTF-8";
body{
	background-color: #ffffff;
}

/*専攻?コース名部分の条件↓*/
h4{
	font-size: 13.5px;
	font-weight:300;
	color: #808080;
	width: 230px;
	padding-top: 8px;
	padding-left: 25px;
	padding-bottom: 5px;
}

/*スマホボタンの位置↓*/
.sumapho{
	padding-top: 15px;
	padding-left: 250px;
}

/*スマホボタンの状態↓*/
.btn{
	font-family: 'M PLUS Rounded 1c',sans-serif;
	font-size: 1rem;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	padding: 5px 18px;
}
.btn:hover{
background: linear-gradient(#b5fff3,#c9b5ff);
filter: drop-shadow(2px 2px 2px #6e6e6e);
}

/*大学校章↓*/
.nue_logo3{
	padding-top: 18px;
	padding-right: 5%;
	padding-bottom: 15px;
}
/*ヘッダーの箱のレイアウト↓*/
.container1{
	display:flex;
	justify-content: space-between;
	width: 930px;
padding-top: 15px;
}

/*下の箱のレイアウト：パネルと写真＆テキストの横並び指定↓*/
#under_box{
	display: flex;
}

/*美術挙教育実践分野の部分の条件↓*/
.a_c_l_image{
	height: 90px;
}
.a_c_l_image:hover{
background: linear-gradient(#ffffff,#fff5f5);
	filter: drop-shadow(2px 2px 2px #8a8a8a);
}

/*各案内へのボタン部分の条件↓*/

.pieceBody{
	margin-top: 0px;
	padding: 0px;
}
#annai_navi{
	padding-top: 0px;
	list-style: none;
	padding-left: 0px;
}


.nav{
	font-size: 1rem;
	color: #4a4a4a;
	text-align: center;
	padding-top: 15px;
	width: 219spx;
	height: 55px;
	border-width: 1px;
	border-style: solid;
	border-color: #d1d1d1;
}

.nav:hover{
	background: linear-gradient(#fff5f5,#fbdbff);
	filter: drop-shadow(2px 2px 2px #8a8a8a);
}
a{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration: none;
	color: #4a4a4a;
}

/*下部右側の箱の左端の隙間指定↓*/
#main{
	margin-left: 1px;
}

/*写真コピー禁止↓*/
img {
  pointer-events: none; 
}


/*ここ以降ページごとに変更可能↓*/

.top_image{
}

	/*挨拶文部分の条件↓*/

h2{
	margin-top: 0rem;
	border-radius: 5px;
	font-family: "Sawarabi Mincho";
	background-color:#31CBA9;
	color: white;
	padding: 5px 30px 5px 30px ;
}

p{
	font-size: 16px;
	font-weight: lighter;
	font-family: 'M PLUS Rounded 1c',sans-serif;>
	line-height: 3;
	text-align: justify;
	color: rgba(63,63,63);
	padding: 0 30px 50px 30px;
}


.comento{
	width: 675px;

}

.namen{vertical-align: bottom;}

/*「トップへ戻る」のプログラム*/

		#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.3;
}

#page_top:hover{opacity: 0.6}

#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*「トップへ戻る」のプログラムはここまで*/
