/* Enter Your Custom CSS Here */
/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/

.entry-content-inner h2 {
	padding: 30px 0 10px 0;
}


.box h3 {
	font-size: 105%;
	border: none;
	padding: 10px 0 0;
	color: #333;
}

.box h3:before {
	content: none;
}

.box h3:after {
	content: none;
}

.box {
	width: 100%;
	line-height: 1.8;
	padding: 15px 20px !important;
	margin: 0 auto 20px !important;
	background: #F2F2F2;
}

.box2>p.small {
	margin: 5px !important;
}

.box2 small>h3 {
	margin-top: -20px;
}

.box ul {
	margin: 10px 0;
	padding: 0 20px;
}

.box2 h3 {
	font-size: 105%;
	border: none;
	padding: 10px 0 0;
	color: #333;
}

.box2 h3:before {
	content: none;
}

.box2 h3:after {
	content: none;
}

.box2 {
	width: 100%;
	line-height: 1.8;
	border: 1px solid #D8D8D8;
	padding: 15px 20px !important;
	margin: 0 auto 20px !important;
	word-break: break-all;
}

.box2 ul {
	margin: 10px 0;
	padding: 0 20px;
}

.box2 .box {
	margin-bottom: 4px !important;
}

.text-large {
	font-size: 120%;
}

.text-info {
	color: #5bc0de;
}

.column1 {
	background-color: #F2F2F2;
	margin: 1.5em 0;
	padding: 20px;
}

.column1 .pic {
	float: left;
	width: 60px;
}

.column1 .pic > img {
	width: 60px;
	height: auto;
}

.column1 .txt {
	margin-left: 80px;
}

.column1 .txt > h2:first-of-type {
	margin-top: 0;
}

.column1 .txt > h3:first-of-type {
	margin-top: 0;
}

.column1 > h2:first-of-type {
	margin-top: 0;
}

.column1 > h3:first-of-type {
	margin-top: 0;
}

.column2 {
	background-color: #FFF;
	margin: 1.5em 0;
	padding: 20px;
	border: 1px solid #D8D8D8;
}

.column2 .pic {
	float: left;
	width: 60px;
}

.column2 .pic > img {
	width: 60px;
	height: auto;
}

.column2 .txt {
	margin-left: 80px;
}

.column2 .txt > h2:first-of-type {
	margin-top: 0;
}

.column2 .txt > h3:first-of-type {
	margin-top: 0;
}

.column2 > h2:first-of-type {
	margin-top: 0;
}

.column2 > h3:first-of-type {
	margin-top: 0;
}

/* Fancer Author box */
.ts-fab-tabs h4{
  font-size: 100%;
}

.ts-fab-tabs ul li a{
  font-size: 90%;
}

/* ビジョンロゴを右にずらす */
#vision-logo a img{
 padding-right: 16.5px; 
}

.p-module-category-item a::before {
  content: none !important;
}


@media only screen and (max-width: 480px) {
	.column1 {
		padding: 10px;
	}
	
	.column1 .pic {
		float: left;
		width: 35px;
	}
	
	.column1 .pic > img {
		width: 35px;
	}
	
	.column1 .txt {
		margin-left: 45px;
		font-size: 95%;
	}
	
	.column1 .txt {
		margin-left: 4px;
		font-size: 95%;
		margin-top: 17px;
	}
	
	.column2 {
		padding: 10px;
	}
	
	.column2 .pic {
		float: left;
		width: 35px;
	}
	
	.column2 .pic > img {
		width: 35px;
	}
	
	.column2 .txt {
		margin-left: 45px;
		font-size: 95%;
	}
	
	.column2 .txt {
		margin-left: 4px;
		font-size: 95%;
		margin-top: 17px;
	}
	
	.txt .text-large {
		font-size: 120%;
		margin-left: 5px;
		position: relative;
		top: -8px;
	}	
}

/* sns ボタン位置調整 */
.count {
  height:20px;
}


/* 日にち部分の調整 */
/*
.article-time {
  width:75px !important;
  font-size:12px;
}

.article-time > span {
  font-size: 13px !important;
}

.icon {
  display: none;
}

.share-count {
  display: none;
}

.time--archives {
  top: 11px !important;
  left: 35px !important;
}
*/

