body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #ffffff;
	font-family:"MS Mincho",Georgia,'Times New Roman', Times, serif!important;
	}
.d{
    font-size: 0.9rem;
}
.d span{
    font-size: 0.8rem;
}
.onec{
	margin-top:50px;
	color:#F80206;
    font-size: 0.9rem;
	}
.onec p span{
	font-family:"yurumoji",Meiryo;
	color:#F80206;
	}
.twb{
	cursor: pointer;
	display:inline-block;
	margin-top:20px;	
	background: #e18596;
	padding:3px;
	border-radius:1.5em;
	height:20px;
	line-height: 20px;
	width:60px;
	text-align:center;	
	text-decoration:none;
	margin-right: 10px;
	}
.twb a span{
	font-family:"yurumoji",Meiryo;
	color:#ffffff;
	text-decoration:none;
	font-size: smaller;
	}
.twb:active {
		-webkit-transform: scale(0.92);
		transform: scale(0.92);
	  }
.oshirasecontent{
	margin-top: 100px;
	margin-bottom: 100px;
	padding-left: 20px;
	}
iframe{
	border-color: #e18596;
	border-style: solid;
	margin:20px;
	width: 60%;
	height:600px;
}

.honbunn{
	color:black;
	font-size:0.8em;
}
@media screen and (max-width: 480px) {
	.oshirasecontent{
		padding: none!important;
	}
	.honbunn{
		font-size: 1em;
	}
	iframe{
		margin: none !important;
		width:max-content;
		height:500px;
	}
}