@charset "UTF-8";

div#indexcontent {
	width: auto;
	padding: 0 15px;
	margin:0 auto 35px;
	text-align: left;
}

h1 {
	margin-top: 0px;
}

h2 {
	font-size: 1.3em;
	font-weight: 500;
	color: #4E4F97;
	margin-bottom: 20px;
}

h3 {
	font-size: 1em;
	font-weight: 600;
	color: #E98B2A;
	margin-bottom: 15px;
}

.clmtit {
	font-size: 95%;
	font-weight: bold;
	margin-top:20px;
}


/* コラムのインデックス用 */

.clmcap {
	font-size: 95%;
	font-weight: bold;
	margin-top:10px;
	text-align: center;
}

.article-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.article-item {
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 15px;
	text-decoration: none;
}

.article-item.a {
	display: block;
	width: 100%;
}

.article-item:hover {
	background-color: #F7F5D1;
}

p.article-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	text-decoration: underline;
	padding: 15px 20px 5px 20px;
}

p.article-lead {
	line-height: 1.6;
	color: #333;
	padding: 0px 20px 5px 20px;
}

p.article-date {
	font-size: 12px;
	color: #666;
	padding: 0px 20px 10px 20px;
}

.articlelink {
	text-decoration: none;
}


/* コラム下部のプロフィール用 */

div.clmprf {
	border: 1px solid #CCC;
	overflow: hidden;
}

.clmprfimg {
	float: left;
	margin-right: 15px;
}

.prfmgn {
	padding: 10px;
}

.sps {
	font-size: 90%;
}


/* コラム下部の最近のコラム用 */

.recentclm {
	font-size: 1.4em;
	font-weight: 500;
	color: #E98B2A;
	margin-top: 30px;
	margin-bottom: 15px;
}

ul {
	list-style-type: square;
	padding-left: 25px;
	margin-bottom: 60px;
}

li {
	margin-bottom: 15px;
}


/* コラム下部の問い合わせ用 */

div.clmcontact {
	border: 1px solid #CCC;
	margin-top: 50px;
	padding: 20px 20px;
}

a.clmcontactbtn {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	border-radius: 4px;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
	display: block;
	border: 3px solid #FFB11B;
	text-align: center;
}

.clmcontactbtn:hover {
	opacity: 0.7;
}

.txtleft {
	text-align: left;
}

a.toblithespace {
	margin-right: 20px;
}

a.toservice {
	white-space: nowrap;
}


/* コラムの20160122用 */

figcaption {
	font-size: 0.8em;
}

