@charset "UTF-8";
/* CSS Document */

#contents{
	width: 100%;
	text-align: center;
	margin: 100px auto 100px;
}
#contents h3{
	font-size: 1em;
	padding-bottom: 10px;
}
#contents span{
	color: #835161;
}


#contents p{
	line-height: 2em;
	padding-bottom: 30px;
	
}

#concept p{
	padding-bottom: 20px;
}

.buttons-coll {
  width: 90%;
	padding-bottom: 50px;
  margin: 10px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  padding: 5px 70px;
  font-weight: 500;
	font-size: 1em;
	font-family: YakuHanJPs,"游ゴシック","Yu Gothic",YuGothic,Hiragino Sans,"Meiryo",Hiragino Kaku Gothic ProN,sans-serif;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
/**** BTN No. 1 ****/
.btn-1 {
  border: 1px solid #000;
}
.btn-1:hover {
  background: #000;
  color: #fff;
}
.btn-1:active {
  top: 2px;
}