@media screen and (max-width: 768px){

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;color:#333;
	letter-spacing:0.04em;
	line-height : 1.7em;
}
*{
	margin: 0;
	padding: 0;
}
ul {
  list-style: none;
}
a{
	text-decoration: none;
}
.sp-br{
	display:block;
}
.pc-img, .pc-ti, .pc-br, .pc-txt, .pc-bn, .pc-bn2{
	display:none;
}
.pink{
	color: #ff006d;
}

/*ここからヘッダー*/
#headerbg{
	width:100%;
	padding:16px 0 0 0;
	border-bottom:solid 1px #eee;
	background-color:#fff;
}

#headerbg-img{
	width:100%;
	margin:0px auto;
}
#headerbg-img img{
	width:240px;
	height: auto;
	margin:0 0 0 8px;
}
h1 img{
	width:100%;
	height: auto;
	margin:0 auto;
	padding-top: 90px;
}
.sp-h1{
	padding-top:108px;
}
#event-back h1{
	width:84%;
	margin:20px auto -10px auto;
	font-size:1.5em;color:#40ace1;
	padding:2% 4%;
	background-color:#fff;
	display:block;
	color:#40ace1;
	border-left:solid 4px #40ace1;
	line-height:1.3em;
}
#event-back h1::before {
    margin: 0　8px 0 0 ;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/report.png);
    background-size: contain;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.profile{
	background-color:#fff;
	padding:8px 4%;
	font-size:0.9em;
	margin:8px 0 16px 0;
	display:block;
	line-height:1.7em;
	width: 92%;
}
/*ここから本文*/
#event-back{
	width: 100%;
    height: auto;
    background-image: url(../images/p0103_s.jpg);
    margin: 0 auto;
	
}

.left img, .left2 img{
	margin-bottom:20px
	margin: 0 auto;
	display:block;
	width:100%;
	height:auto;
}
.left iframe{
	margin-bottom:20px
	margin: 0 auto;
	display:block;
	width:100%;

}
.left2{
	margin-top:8px;
}
.right{
	width:100%;
	height:auto;
	display:block;
	margin: 24px auto 8px auto;
}
#middle-txt img{
	width:100%;
	height:auto;
	margin: 10px auto 0 auto;
}
#middle-txt a{

}
#middle-txt{
	width:92%;
	margin:20px auto 40px auto;
	overflow:hidden;
	
}
#middle-txt h2{
	font-size:1.1em;color:#017abf;
	font-size:1.1em;color:#017abf;
	border-bottom:solid 1px #017abf;
	margin:30px 0 10px 0;
}
#middle-txt #ichiran{
	width:86%;
	padding:4px 0;
	text-align:center;
	border-radius: 20px;
	border:solid 2px #ff006d;
	display:block;
	font-size:1.1em;color:#ff006d;
	margin:40px auto;
	clear:both;
	background-color:#fff;
}
#ichiran img{
	margin:0 8px -4px 0;
}
#middle-txt .sp-bn a{
	border:none;
}
.sp-bn img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
#page_top{
	height: 48px;
	width: 48px;
	border-radius:8px;
	background-color:#333;
	position: fixed;
	bottom:20px;
	right:8px;
	opacity:0.6; 
	z-index:999;
}
#page_top img{
	transform: rotate( -90deg );
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	margin: 0 0 0 20px;
}
#page_top p{
	text-align: center;
	font-size:0.8em;color:#fff;
	margin: 12px 0 0 0;
	line-height : 100%;
}
/*ここからフッター*/
footer{
	width:100%;
	height: auto;
	padding:20px 0;
	background-color:#e4e3e5;
}
footer a{
	margin:0 auto;
	display:block;
}
footer a img {
    width: 149px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
}
footer p{
	font-size:0.8em;color:#666;
	text-align:center;
	line-height:1.5em;
}

}