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

/*******************
 column
********************/

.column-ttl {
  background-image: -moz-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);
  background-image: -webkit-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);
  background-image: -ms-linear-gradient( -90deg, rgb(2,96,55) 0%, rgb(1,167,126) 68%);
  border-radius: 10px 10px 0 0;
	
	position: relative;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px;
	margin: 0 auto;
	z-index: 999;
}
.column-box{
	position: relative;
	top: -4px;
	padding: 20px;
	
	border: solid 1px #0d825b;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #0d825b;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 1px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 3px 3px 50px;
}
.column-box .sub-box {
/*   border: 1px solid #68360a; */
/* 	box-shadow: 0 0 0 1px #c57024; */
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	background: #fcf7dd;
	margin: 30px 0;
}
.column-box .sub-box .sub-box_text {
	color: #0d825b;
	font-size: 1.3em;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.column-box .sub-box .green {
	color: #0d825b;
}
.column-box .sub-box p {
	line-height: 2.4em;
}
.column-box a {
	color: #d60000;
}
.column-box a:hover {
	opacity: .7;
}
.column-sttl {
	box-sizing: border-box;
	color: #0d825b;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em;
	margin: 1em auto .5em;
}
.column-sttl::before {
    content: url(../img/column_h2.png);
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.column-sttl {
  text-indent: -1.8em;
	margin-left: 1.3em;
	font-size: 22px;
}

.column-img {
	margin: 1em auto;
}
.column-annotation {
	text-align: right;
}
.column article p {
	line-height: 1.8em;
}
.column article p + p {
	margin-top: 2em;
}
.column article hr {
	background-color: #222;
	display: block;
	margin: 1em auto;
	height: 1px;
	width: 100%;
	border: none;
}