@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Soft Gothic Medium";
	color:#444444;
}
h2{
	font-family: "Soft Gothic Bold";
	font-size:125%;
	line-height: 160%;
	margin-top: 15px;
	color:#d93542;
}
h5 {
    font-size: 80%;
}
.comment{
	margin-bottom: 15px;
}
.content_wrap {
    border-radius: 10px;
	margin: 10px;
}
.youtube_wrap {
    margin-top:0em;
    margin-bottom: 2em;
}
.youtube_embed_container {
    border-radius: 10px;
}
.article {
    margin-top: 20px;
	border-radius: 10px;
}
.animated-item-holder.takojiro{
	width:150px;
    margin: auto;
}
@media (min-width: 641px) {
    #talk_body dt, .info_taidan_txt dt {
        width: 20%;
    }
}
@media (min-width: 641px) {
    #talk_body dd + dd, .info_taidan_txt dd + dd {
        padding-left: 20%;
    }
}
@media (max-width: 640px) {
    #yodogawa.bd_t.bd_none {
        margin-top: 50px;
    }
	#talk_body dd, .info_taidan_txt dd {
        padding: 0px;
    }
	#home_menu h3 {
        width: 95vw;
        margin-left: calc((95vw - 100%) / 2* -1);
    }
}