@charset "utf-8";
/* CSS Document */
.infiniteslide1 ul{
	height: 230px!important;
}
.pagelink{
	width: 100%;
	max-width: 1550px;
	margin: 0 auto;
	letter-spacing: -1em;
	text-align: center;
}
.pagelink .box{
	width: 270px;
	height: 150px;
	padding: 0 20px;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.pagelink .box a{
	display: block;
	padding:10px 30px 70px;
	width: 210px;
	height: 67px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../img/realstory/tab.png);
	background-repeat: no-repeat;
	background-size: 270px auto;
}
.pagelink .box .num{
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 0;
	line-height: 1em;
}
.pagelink .box strong{
	font-size: 24px;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
}
.pagelink .box img{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}


.pagelink .box:last-of-type .num{	
}
.realstory{
	background-color: #FFF;
	margin-bottom: 60px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 10px rgba(0,0,0,0.20);
	box-shadow: 0px 10px rgba(0,0,0,0.20);
	position: relative;
	color: #454545;
	padding-bottom: 50px;
}
.realstory .photo{
	position: relative;
	padding-bottom: 0;
}
.realstory .photo img{
	border-radius: 20px 20px 0 0;
}
.realstory .photo .num{
	color: #FFF;
	position: absolute;
	bottom: -50px;
	left: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}
.realstory .photo .num strong{
	font-size: 238px;
	line-height: 1em;
	margin-left: -10px;
	vertical-align: text-bottom;
}
.realstory .imgtitle{
	position: relative;
	text-align: center;
	top: -40px;
}
.realstory .img{
	padding: 0 100px 100px;
}
.realstory .inbox{
	background-color: #FFE4E3;
	border-radius: 10px;
	margin: 0 50px;
	padding: 50px;
}
.realstory .inbox .box{
	width: 46%;
	float: left;
	margin-bottom: 30px;
}
.realstory .inbox .box:first-of-type{
	padding-right: calc(4% - 1px);
	border-right: 1px solid #FF5C55;
	margin-right: 4%;
}
.realstory .message{
	clear: both;
	background-color: #FFF;
	border-radius: 20px;
	letter-spacing: -1em;
}
.realstory .message .box01{
	letter-spacing: 0;
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	padding: 0 5.5%;
}
.realstory .message .photo{
	width: 37%;
	display: inline-block;
	vertical-align: middle;
}
.realstory .message .photo img{
	border-radius: 0 20px 20px 0;
}
.baloontitle{
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	padding-bottom: 20px;
}
.baloontitle strong{
	display: inline-block;
	background-color: #FF5C55;
	padding: 10px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}