@charset "utf-8";
/* CSS Document */

/* ----------------------------------------
    Column
---------------------------------------- */

#column {
    padding: 65px 0 75px;
	background: #f2eabb;
}

.column-cnt {
    margin: 0 auto;
    padding: 50px 60px;
    width: 700px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
}

#column .company-name {
	position: relative;
    padding-top: 33px;
    padding-left: 162px;
}
#column .company-name .prize-icon {
	position: absolute;
	top: 0;
	left: 0;
}
#column .award {
	padding-left: 20px;
}
#column h2 {
    border-top: 1px solid;
    border-bottom: 1px solid;
	padding-left: 20px;
}

.info .point {
	padding: 10px 0;
    margin: 45px 0 30px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
.gold .info .point {
    background: url(../img/column/point_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #755517;
}
.silver .info .point {
    background: url(../img/column/point_bg2.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #003860;
}
.point h3 {
    font-size: 20px;
    line-height: 28px;
}

.logo {
	float: left;
	width: 420px;
	text-align: center;
	vertical-align: middle;
}
.charge {
    width: 280px;
	float: left;
	text-align: center;
}
figure {
	margin: 0;
}
.charge img {
    width: 100%;
}
.charge figcaption {
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
}
.info_area {
	margin: 10px 0 60px;
    display: table;
	width: 100%;
}
.info_area .about {
	float: left;
	font-size: 14px;
	line-height: 1.5;
	width: 420px;
}
.info_area .link_btn {
	width: 280px;
	float: left;
	margin-top: 25px;
}
.link_btn a {
    margin: 0 auto 15px;
    position: relative;
    display: block;
	width: 430px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    background: #7d7d7d;
}
.link_btn a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 6px;
    width: 23px;
    height: 23px;
    background: url(../img/icon_pdf.png) no-repeat;
}
.info_area .link_btn a {
    margin: 0 auto;
	width: auto;
}

.qa {
	margin-bottom: 80px;
    line-height: 22px;
}
.qa section {
    padding: 30px;
    margin-bottom: 30px;
}
.gold .qa section {
	background: #ffffcc;
}
.silver .qa section {
	background: #d0f1f7;
}
.qa section:last-child {
    margin-bottom: 0;
}
.qa .title {
	position: relative;
	margin-left: 27px;
    margin-bottom: 20px;
    text-indent: -1.7em;
    font-weight: 600;
}
.gold .qa .title {
    color: #755517;
}
.silver .qa .title {
    color: #003860;
}
.qa p {
    margin-bottom: 0;
	font-size: 14px;
}
.qa img {
	width: 200px;
	float: right;
	margin-left: 20px;
}

.gold .qa .color {
    color: #b99300;
}
.silver .qa .color {
    color: #0084ff;
}
.qa .bar {
    text-decoration: underline;
}
.qa .bold {
	font-weight: 600;
}

.btn_area {
	margin: 50px auto 0;
    width: 700px;
	text-align: center;
}