
@charset	"utf-8";
/* CSS Document */

#special_body p{
	text-align: center;
	padding: 4% 0;
	}
#special_body li{
		text-align: center;
	padding: 0 0 2%;
}

#special_body a :hover{
	opacity: 0.5;
}
#special_body h2{
	font-size: 1.5em;
    text-align: left;
    margin: 1% 0 0 7%;
}

.comments{
	text-align: left !important;
    margin-left: 7%;
    padding: 0 !important;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.5%;
	background-color: #FFFFFF;
	
}
.movie iframe {
    width: 90%;
}

.instagram-post iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}


@media screen and (max-width: 640px){
#special_body img {
	width: 100%;
	border:none;
	}
	
#special_body p{
	text-align: center;
	padding: 4% 2%;
	}
#special_body ul{
	padding: 0 2%;
}
#special_body h2{
	font-size: 1em;
    text-align:none;
    margin: 0;
}

.comments{
	text-align: none;
    margin-left: 0;
    padding: 0;
}


@media screen and (min-width: 950px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}




