@charset "utf-8";
/* CSS Document */
.noreturn{
	white-space: nowrap;
}

.button {
    width:40vw;
    font-size:1.5rem;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background:linear-gradient(90deg, #00A29A, #1BAF76);
    border-radius:3px;
    padding:1rem 0rem;
		margin: 2rem 3rem;
		transition: .5s ease;
}

.nodisp{
	display: none;
}

.button:hover{
	background-color: #00A29A;
	background:linear-gradient(90deg, #00A29A, #00A29A);
	color: #fff;
	text-decoration: none;
}

.inactive {
    width:40vw;
    font-size:1.5rem;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background:linear-gradient(90deg, #AAA, #888);
    border-radius:3px;
    padding:1rem 0rem;
	margin: 2rem 3rem;
	transition: .5s ease;
}

.inactive:hover{
	background-color: #00A29A;
	background:linear-gradient(90deg, #aaa, #888);
	color: #fff;
	text-decoration: none;
}


address{
	text-align:center;
	font-style: normal; /*この指定がないとdefaultで斜体になる*/
	font-size: 0.8em;
	marign: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Helvetica', 'Hiragino Sans', 'Arial', '游ゴシック体 Bold', 'YuGothic Bold', '游ゴシック 太字', 'Yu Gothic Bold', sans-serif;
	font-weight: 500;
	width: 100vw;
	hight: 100vh
}

form{
	line-height: 2rem;
}

input{
	border-radius: .5em;
	border: 2px solid #aaa;
	padding: .5rem;
	margin: 0;
}


textarea {
	height: 2rem;
	box-sizing:border-box;
	padding: 0;
	margin: 0;
}


a {
	color: #367c7d;
}

a:hover {
	color: #2a6465;
}


#familyname{
	width: 30rem;
}

#firstname{
	width: 15rem;
	margin-left: 1rem;
}

#familynamep{
	width: 30rem;
}

#firstnamep{
	width: 15rem;
	margin-left: 1rem;
}

#userid{
	width: 31rem;
	float: left;
}

#com{
	width: 31rem;
	clear: both;
}

#univ{
	width: 31rem;
	clear: both;
}

#title{
	width: 15rem;
	clear: both;
}

#submit{
	width: 31rem;
	margin: 0;
	border: 0;
}

#button{
	width: 31rem;
	margin: 0;
	border: 0;
}

/************************************/
#main {
	overflow-y: scroll;
    overflow-x: hidden;
	height: 100vh;
}

.box{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 1rem 1rem 2rem 0;
}

#communication{
	padding-left: 0rem;
}

h1 {
	font-size: 4rem;
	font-weight: 700;
	width: 100%;
	height: 15 rem;
	padding: 10rem 2rem 0 3rem;
}

#top{
	background-image: url(../img/3.jpg);
	background-size: 95%;
	background-position: top;
	background-repeat: no-repeat;
}

#line1 {
	display:block;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

#line2 {
	display:block;
	font-size: 2.5rem;
	line-height: 2.8rem;
}

#line3 {
	display:block;
	font-size: 0.82rem;
	line-height: 1.0rem;
	padding-bottom: 2rem;
}

#line4 {
	display:block;
	font-size: 5rem;
	line-height: 5rem;
}

.explanation{
	width: 80vw;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 1rem 3rem;
}

.box dl{
	font-size: 5 rem;
	line-height: 2.5rem;
	margin: 1rem 1rem 0 3rem;
}

.box dt{
	width: 30rem;
	float: left;
}

h2{
	font-weight: 500;
	color:  #333;
	text-align: left;
	font-size: 2rem;
	align: right;
	padding: 3rem 3rem 5rem 3rem;
	margin: 2rem 2rem 0 auto;
}

.textile{
	background:linear-gradient(90deg, #00A29A, #1BAF76);
	display: block;
	width: 120rem;
	height: 4rem;
	margin: -3rem 2rem 0 auto;
}

#map{
	width: 100%;
	height: 30rem;
	margin: 2rem 0;
}

.access{
	margin: 2rem 0 0 3rem;
	font-size: 2rem;
	line-height: 2.5rem;
}

#thxMessage{
	display: none;
	margin: 0;
	padding: 10rem  0 10rem 0;
}

#file{
	display: none;
	border-radius: 0;
	border: 2px solid #fff;
}

#originalFileBtn {
    border: 3px solid;
    display: inline-block;
    padding: .5rem 1rem;
		margin: .5rem 0 0 0;
    position: relative;
}

#originalFileBtn:hover {
		background-color: #000;
		color: #fff;
}

#originalFileBtn:active {
		background-color: #555;
}


#sub {
		border: 0;
    text-align:center;
    color:#fff;
    background:linear-gradient(90deg, #00A29A, #1BAF76);
    border-radius: 3px;
    padding: .5rem 3rem;
		margin: 2rem .5rem 0 2rem;
		transition: .5s ease;
}


#sub:hover{
	background-color: #00A29A;
	background:linear-gradient(90deg, #00A29A, #00A29A);
	color: #fff;
	text-decoration: none;
}

#thx{
	margin: 2rem 0;
}

#lecturewrapper{
	background-color: #ffB;
	margin-left: 3rem;
	padding: 3rem;
}

#doc{
	width: 100px;
	height: 120px;
	background-image: url("../img/a6.png");
	background-size: contain;
	background-repeat: no-repeat;
}

#doc:hover{
	background-image: url("../img/a7.png");
	background-size: contain;
	background-repeat: no-repeat;
}


<--ここから　お知らせ--＞　

.news-list{
  list-style: none outside;
 overflow: auto;
  margin: 0;
  padding-left: 2 rem;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px ;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: red;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width:100%;
}

}

}
.news-list .item .date{
  min-width: 10px;
    margin-left: 1 rem;
}
.news-list .item .title{
  margin-top: 1px;
}
}

/* 装飾 */


*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 0px;
}

ul {
  list-style-type: none;
}

<--ここまで　お知らせ--＞　
