@charset "utf-8";

.contents-base{
	position: relative;
	width: auto;
	height: auto;
	min-height: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	top: 150px;
	margin-bottom: 200px;
}

.contents-title{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding-top: 30px;
}

.story-slider{
	width: 819px;
	height: 461px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}

.waku{
	position: absolute;
	z-index: 100;
	margin: 0 auto;
	text-align: center;
}

.story-textspace{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 916px;
	height: 1207px;
	background-image: url(../images/story/story_textplate.png);
	background-repeat: no-repeat;
}

.tyousei{
	margin-top: 50px;
}

/* ストーリーページ　テキストスペース */

.text_area {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	padding-top: 100px;
}

.text_area p{
	color: #493d29;
	font-size:14px;
	line-height:22px;
}

.red01_b {
	color: #F52E7F;
	font-weight: bold;	
}

.red01_n {
	color: #F52E7F;
	font-weight: normal;	
}

.blue01_b {
	color: #288DF8;
	font-weight: bold;	
}

.blue01_b_s {
	color: #288DF8;
	font-weight: bold;
	font-size: 14px;
}

.blue01_b_s2 {
	color: #288DF8;
	font-weight: bold;
	font-size: 12px;
}

.blue01_n {
	color: #288DF8;
	font-weight: normal;	
}


.black_b {
	color:black;
	font-weight: bold;	
}

.support_textarea{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
}

.support_blue_b {
	color: #288DF8;
	font-weight: bold;
	font-size: 18px;
}

.support_caution{
	margin: 0 auto;
	width: 600px;
	height: auto;
	background-color: #DDDDDD;
	padding: 15px;
}
.black_b_small {
	color:black;
	font-weight: bold;
	font-size: 14px;
}

.under {
  border-bottom: solid 3px #ED3A3D;
  }
