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

/*専攻?コース名部分の条件↓*/
h5{
	color: #808080;
	font-size: 13.5px;
  text-align: center;
	width: 414px;
	padding: 1.5rem 0 0 0;
}

h4{
	color: #808080;
	font-size: 12px;
  text-align: center;
	width: 414px;
}

/*美術挙教育実践分野の部分の条件↓*/
.a_c_l_image{
  text-align: center;
	height: 90px;
	width: 414px;
	padding: 1rem 0 1rem 0;
}


/*下の箱のレイアウト：パネルと写真＆テキストの横並び指定↓*/
#under_box{
	padding-top: 2rem;
	text-align: center;
}

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

.pieceBody{
	display: flex;
  text-align: center;
}
#annai_navi1{
	padding-top: 0px;
	list-style: none;
	padding-left: 0px;
}
#annai_navi2{
	padding-top: 0px;
	list-style: none;
	padding-left: 0px;
}


.nav{
	font-size: 1rem;
	color: #4a4a4a;
	text-align: center;
	padding-top: 10px;
	width: 207px;
	height: 45px;
	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; 
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

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

.top_image{
}

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

h2{
	margin-top: 1.5rem;
	border-radius: 5px;
	font-family: "Sawarabi Mincho";

	color: white;
	padding: 5px 15px 5px 15px ;
	width: 414px;
}
#wellcome{background-color: cornflowerblue; }
#master_1{background-color: #FC3A98; }
#master_2{background-color: #FC3A98; }
#master_3{background-color: #FC3A98; }

#u_gradu_1{background-color: #31CBA9; }
#u_gradu_2{background-color: #31CBA9; }
#staff{background-color: #9978ff; }
#facility{background-color: #cccc00; }
#link{background-color: #FF9466; }
#contact{background-color: #02BDC9; }

.link{font-size: 18px; }

.link:hover{
	background: linear-gradient(#fff5f5,#fbdbff);
	filter: drop-shadow(2px 2px 2px #8a8a8a);
}


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


.comento{
	width: 414px;
}

.sakura_geitou{
	width: 414px;
}

/*大学校章↓*/
.nue_logo3{
	text-align: center;
	padding: 2rem 0 2rem 0;
	width: 414px;
}

/*「テーブル内の文字配置」のプログラム*/
table{text-align: left;
	vertical-align: middle;}


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

		#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;
}

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

