.filelabel{
  display: inline-block;
  position: relative;
  background-color: #ff8c00;
  color: #fff;
  font-size: 28px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.5s;
}
.filelabel:hover{
  background-color: #ff8c00;
}
.fileinput{
  display: none;
}

.uploadbutton{
  background-color: #ff8c00;	
  color: #fff;
  font-size: 28px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.5s;
}

section {
	overflow: scroll;
	margin: 50px auto 20px;
	padding: 15px;
	width: 930px;
	height: 180px;
	border: 2px solid #000000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.modal_pc {
  width: 950px;
  height: 600px;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: none;
}
.modal {
  width: 950px;
  height: 900px;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: none;
}

.modal p0 {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 950px;
  text-align: 111px;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 12px;
}

.modal p {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 950px;
  text-align: 111px;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 12px;
}

.modal p2 {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 850px;
  height: auto;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 12px;
}

.modal p3 {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 850px;
  height: auto;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.modal p4 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 850px;
  height: 530px;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
}


.modalupl {
  width: 950px;
  height: 1100px;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: none;
}

.modalupl p {
  position: absolute;
  top: 18%;
  left: 50%;
  width: 950px;
  text-align: 111px;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 12px;
}

.modalupl p2 {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 850px;
  height: auto;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 12px;
}

.modalupl p3 {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 850px;
  height: auto;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.modalupl p4 {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 850px;
  height: 530px;  
  text-align: center;
  vertical-align:middle;
  transform: translate(-50%, -50%);
  z-index: 10;
}


.modal-close__wrap {
  position: absolute;
  right: 40px;
  top: 20px;
}

.modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}

.modal-close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal-open {
  cursor: pointer;
  background: #eaf4fc;
  border: #eaf4fc;
  color: #fff;
  padding: 10px 12px;
}


.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}



.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

button.btn2 {
 width: 100px; 
 height:70px; 
 padding: 10px;
 border: 1px solid #68779a;
 background:#ffd700;
 text-align: center; 
 border-radius: 0.5rem;
 padding: 1rem 4rem;  
}