#contents {
	width:980px;
	margin:0 auto;
	font-size: 1.6rem;
}
.title_red {
	margin-top:1.5rem;
	font-size:1.8rem;
	color:#333;
	border-bottom:2px solid #FF0000;
	text-align: center;
	font-weight: bold;
}


.information{
	margin-top: 2.0rem;
}
#contents a{
	color: #0840B1;
}

.text{
	font-size: 1.5rem;
	margin: 15px 0;
}


.btnarea{
	text-align: center;
	margin: 20px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #FF0000;
  border: 2px solid #FF0000;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
	text-align: center;
}
.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button:hover{
	opacity: 0.8;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}



@media screen and (max-width:799px) {
	#contents {
		width:100%;
		font-size: 1.4rem;
	}

	main{
		margin: 1.5rem;
	}

	.title_red{
		font-size: 1.5rem;
		text-align: center;
	}

	.text{
		font-size: 1.3rem;
	}
	
}

