@charset "UTF-8";



/****************************************************
 * Twitterのデザイン
 ****************************************************/

.twitter-box .twitter-tweet iframe{
	padding-bottom: 9.5vh!important; /*要調整*/
	margin-bottom: -7.8vh; /*要調整*/
	border-radius: 15px;
}
.twitter-box .twitter-tweet{
	margin: 0 auto!important;
}
.twitter-box{
	margin: 1rem auto 2rem;
	max-width: 60%;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
@media screen and (max-width:480px){
	.twitter-box{
		max-width: 90%;
	}
}
.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}