/* BASE */
.yarukipen__logo img{
	width:60%;
	height: auto;
	padding:10px 0!important;
}
/* CMN */
#kokuyo-st-main-contents a{
	text-decoration: none;
}
#kokuyo-st-main-contents section{
	/* max-width:1200px; */
	margin:0 auto;
}
div#kokuyo-st-main-contents .fl{
	float: left;
}
div#kokuyo-st-main-contents .fr{
	float: right;
}
div#kokuyo-st-main-contents .cf {
	zoom:1;
}
div#kokuyo-st-main-contents .cf:after {
	content: ""; 
	display: block; 
	clear: both;
}
div#kokuyo-st-main-contents .hov:hover{
	opacity:0.8;
	cursor: pointer;
}
div#kokuyo-st-main-contents .wrap{
	width:100%!important;
	max-width: 960px!important;
	margin:0 auto!important;
	position:relative;
}

@media screen and (max-width: 750px) {
	div#kokuyo-st-main-contents .fl, div#kokuyo-st-main-contents .fr{ float:none; width:100%; }
	body{ min-width: inherit!important;}
	div#kokuyo-st-main-contents .wrap{
		width:94%!important;
		margin-left: 3%!important;
	}
}

/* Twitter */
div#tw-cont{
	display: flex;
	gap: 0;
	width:960px;
	margin:0 auto;
	margin-top:40px;
	background-color: #fff;
	border-radius: 10px;
}
div#tw-icon{
	width: 134px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: -40px;
	margin-left: 20px;
}
div#tw-txt{
	padding: 10px 20px 20px;
}
div#tw-txt h3{
	color: #194698;
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 0.6px;
	padding: 6px 0;
}
div#tw-txt a{
	font-size: 11px;
	padding: 5px 0;
}
div#tw-txt p {
	padding: 3px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
}
div#tw-header{
	width:470px;
	margin-right: 20px;
}
div#tw-header h2{
	text-align: center;
	color: #19479b;
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 30px;
	font-weight: bold;
	line-height: 56px;
}
div#tw-header img{
	width:100%;
}
div#tw-feed{
	width:470px;
}

@media screen and (max-width: 750px) {
	div#tw-cont{
		flex-direction: column;
		width: 96%;
		margin: 50px auto 0;
	}
	div#tw-header h2{
		font-size: 16px;
		width: 100%;
	}
	div#tw-header img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	div#tw-header{
		width:96%;
		margin-left:2%;
	}
	div#tw-feed{
		width:100%;
		margin-left:0;
	}
}