@charset "utf-8";
/* CSS Document */
.infiniteslide1 ul{
	height: 80px!important;
}
.infiniteslide1 img{
	height: 60px;
	width: auto;
}
.pagelink{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	letter-spacing: -1em;
	text-align: left;
}
.pagelink .box{
	width: 48%;
	height: auto;
	padding: 0 1%;
	text-align: center;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.pagelink .box a{
	display: block;
	padding: 5% 30px 15%;
	width: auto;
	height: auto;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../img/realstory/tab_sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto!important;
	background-position: center bottom;
	border-radius: 10px 10px 0 0;
}
.pagelink .box .num{
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 1em;
}
.pagelink .box strong{
	font-size: 20px;
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
}
.pagelink .box img{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.realstory{
	background-color: #FFF;
	margin-bottom: 30px;
	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: 10px;
}
.realstory .photo{
	position: relative;
	padding-bottom: 0;
}
.realstory .photo img{
	border-radius: 20px 20px 0 0;
}
.realstory .photo .num{
	color: #FFF;
	position: absolute;
	bottom: -10px;
	left: 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}
.realstory .photo .num strong{
	font-size: 80px;
	line-height: 1em;
	margin-left: -10px;
	vertical-align: text-bottom;
}
.realstory .imgtitle{
	position: relative;
	text-align: center;
	top: -20px;
	width: 90%;
	max-width: 871px;
	margin: 0 auto -20px;
}
.realstory .imgtitle img{
	width: 100%;
	height: auto;
}
.realstory .js-scrollable{	
	margin: 0 30px 20px;
  overflow: scroll;
  overflow-y: hidden!important;
}
.realstory .img{
	padding: 0;
	width: 100%;
	height: auto;
}
.realstory .img img{
	width: 600px;
	height: auto;
	display: block;
	padding: 0!important;
	margin: 0!important;
}
.realstory .inbox{
	background-color: #FFE4E3;
	border-radius: 10px;
	margin: 0 10px;
	padding: 20px;
}
.realstory .inbox .box{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.realstory .inbox .box:first-of-type{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.realstory .message{
	clear: both;
	background-color: #FFF;
	border-radius: 20px;
	letter-spacing: -1em;
}
.realstory .message .box01{
	letter-spacing: 0;
	display: block;
	width: auto;
	padding: 20px 20px 10px;
}
.realstory .message .photo{
	width: 100%;
	display: block;
	vertical-align: middle;
}
.realstory .message .photo img{
	border-radius: 0 0 20px 20px;
}
.baloontitle{
	font-size: 18px;
	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);
}