@charset "utf-8";
/* CSS Document */
body {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
	
}


@media screen and (min-width:768px) {
	

	
  section {
    padding: 50px 30px;
    overflow: hidden;
	  height: 100%;
  }
  #area1 {
    width: 80%;
	  min-height: 100%;
    display: flex;
    justify-content: space-between;
		  background-size: contain;
	  background-position: left bottom;
	  background-repeat: no-repeat;
  }



.textarea {
  width: 60%;
	min-height: 100%;
 margin: auto;
	background-color: rgba(255,255,255,0.5);
	word-break: break-all;
	-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
	
.serif {
	margin: 10px;
	text-align: center;
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
    animation: neon_blink 2s infinite alternate;
  }

  @keyframes neon_blink {
    0% {
      text-shadow: 0 0 10px #3f4470, 0 0 5px #fff, 0 0 13px #576d93;
    }
    100% {
      text-shadow: 0 0 30px #3f4470, 0 0 15px #fff, 0 0 40px #576d93;
    }
  }

.te{
	text-align: center;
	font-size: 0.8em;
	color: #808080;
}

	
}


@media screen and (max-width:767px) {
	
.serif {
	margin: 10px;
	text-align: center;
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    color: #fff;
    animation: neon_blink 2s infinite alternate;
  }

  @keyframes neon_blink {
    0% {
      text-shadow: 0 0 10px #3f4470, 0 0 5px #fff, 0 0 13px #576d93;
    }
    100% {
      text-shadow: 0 0 30px #3f4470, 0 0 15px #fff, 0 0 40px #576d93;
    }
  }

.te{
	text-align: center;
	font-size: 0.5em;
	color: #808080;
}

  section {
    padding: 50px 30px;
    overflow: hidden;
  }


  .textarea {
    width: 98%;
    box-sizing: border-box;
    padding: 5px 5px 0px;
		  background-color: rgba(255,255,255,0.5);
	  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
	  font-size: 0.8em;
  }
	
	.textarea p{
		width: 100%;
	}	

	
}
