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

/*******************
column
********************/
.column-titl {
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
	color: #303030;
	background: url("img/column_h1.png") no-repeat top center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 780px;
	height: 100px;
	box-sizing: border-box;
	padding: 20px;
}
.column-titl h1{
	color: #d6a052;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 100%;
}
.column-box .sub-box {
	width: 650px;
	background: #feefb5;
	margin: 30px auto;
	border-radius: 10px;
	padding: 30px 0 20px 60px;
}
.column-box .sub-box .text {
	font-size: 16px;
	text-align: right;
	display: inherit;
	margin-right: 30px;
}
.column-box .sub-box p {
	position: 12px;
}
/* .column-box .sub-box p span {
font-size: 16px;
color: #221815;
text-align: right;
} */
article {
	font-size: 18px;
	margin-top: 10px;
}

.column-box a {
	/* 	color: #0d825b; */
}
.column-box a:hover {
	opacity: .7;
}

.column-img {
	margin: 30px 0;
}
.column-img img {
	max-width: 780px;
}
.column article p {
	line-height: 2em;
	font-size: 20px;
}
.column article p small {
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: -.5em;
}
.column article p + p {
	margin-top: 2em;
}
.column article hr {
	background-color: #222;
	display: block;
	margin: 1em auto;
	height: 1px;
	width: 100%;
	border: none;
}
.column .mk-list {
	margin: 1em auto .2em;
	padding-left: 1em;
}
.column .mk-list li {
	padding-bottom: .8em;
}

.column-sttl {
	background: url("img/bg_sttl.png") repeat top center;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 1em auto;
}

.column-box a {
	color: #00128d;
	text-decoration: underline;
}
.column .mk-or {
	background-color: #f58029;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	padding: .1em .3em 0;
	line-height: 1.6em;
}
.f-size12 {font-size: 12px;}
.border-box .column-titl .f-siz30 {
	font-size: 30px;
}