@charset "utf-8";

/* ****************************************************************************

	response_report.css

******************************************************************************* */

/* ==
　smartphone
=============================================================================== */

.spn{display: none;}

@media screen and (min-width: 0) and (max-width: 640px) {
.pc{display: none;}
.spn{display: block;}

#header {
	width: auto;
	padding: 10px 10px 0;
}
.main-head-bg {
	position: absolute;
	z-index: 0;
	min-width: 320px;
	top:-50px;
	width: 100%;
	height: 800px;
	overflow: hidden;
	background-color: #000;
}
.main-head-bg img {
	opacity: 0.95;
	width: 100%;
	height: auto;
	min-height: 200px;
}
.main-title {
	position: relative;
	z-index: 2;
	padding: 0 0 10px;
	color: #fff;
	text-align: center;
}
.main-title p.sub {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px;
}
.main-title h1 {
	font-size: 21px;
	font-weight: bold;
}
.main-contents .detail {
	padding: 0;
	width: auto;
}
.main-contents .detail .event-logo {
	display: none;
}
.main-contents .detail .text-box {
     float: none;
     padding: 20px;
     font-weight: normal;
     width: auto;
}
.main-contents .detail .text-box .data {
     font-size: 10px;
}
.main-contents .detail .text-box .other {
	font-size: 9px;
	margin: 10px 0 0;
}
.main-contents .detail .social {
	display: none;
}
.main-contents .photo {
	margin: 0 0 10px;
}
.main-contents .photo img {
	width: 100%;
}
.main-contents .text {
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 30px;
}
.main-contents .text br.spn-show {
	display: block;
}
.main-contents h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.share-section {
	margin: 30px 0 20px;
}
.share-section ul {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
}
.voice-box h2 {
	margin: -50px 0 20px;
}
.voice-box h2 img {
	width: 250px;
}
.voice-box {
	padding: 30px 0 10px;
	border: 5px solid #ECC789;
	background:transparent url(/cmp/common/img/reports/bg_voice.png) repeat;
	width: auto;
	margin: 60px auto 0;
}
.voice-box .voice {
	position: relative;
	padding: 20px 10px 10px;
	line-height: 1.5;
	background-color: #FFF;
	width: 250px;
	float: none;
	margin: 0 auto 10px;
	font-size: 12px;
}
.voice-box .voice .pin {
	position: absolute;
	top:-7px;
	left: 110px;
}
.undokaiya {
	padding: 10px;
	width: auto;
	margin: 50px 10px -10px;
}
.undokaiya li {
	display: block;
	margin: 0;
}
.undokaiya li :last-child{margin-top: 10px !important;}

.last-text {
	margin: 30px 0 20px;
	line-height: 1.5;
	text-align: center;
	font-size: 12px;
}
.last-text em {
	font-size: 19px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.btn-box {
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.btn-box br.spn-show {
	display: inline;
}
.btn-box.top {
	display: block;
	margin: 0;
	padding: 10px 0 0;
	border: none;
	}
.btn-box a {
	font-size: 15px;
	width: 260px;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
	padding: 20px 0;
}
.video{
	margin-top: 20px;
	width: 100%;
}
.share-section li:nth-of-type(1) {
	background: #00aced;
	float:none;
	width: 200px;
	margin: 0 auto;
}
.share-section li:nth-of-type(2) {
	background: #305097;
	float:none;
	width: 200px;
	margin: 0 auto;
}
.share-section li:nth-of-type(3) {
	display: block;
	background: #00C500;
	float:none;
	width: 200px;
	margin: 0 auto;
}
#fb-plugin{margin:0; padding:0;width:100%;width:100%;overflow: hidden;}
	#foot-line{margin:0 auto; padding:20px 0;width:100%;text-align:center;font-size: 11px;color: #999;}

	.footer_section {
		margin-bottom: 0;
	}
	#foot-line {
		font-size: 10px;
	}
	.end {
		margin: 30px auto 40px;
	}
	.end img {
		width: 95%;
	}
	.end .link {
		margin: 0 20px;
		line-height: 1.5;
	}
	#footer{
		min-width: inherit;
	}
	#foot-line{
		min-width: inherit;
	}
	.tit-A {
		font-size: 20px;
	}
	.tit-A br {
	display: block;
	}
}
