@charset "utf-8";


a:link,
a:visited {
    color: #1D568F;
    text-decoration: none;
}

a:hover,
a:active {
    color: #106EC8;
    text-decoration: underline;
}

h2:before {
	width: 0;
}

section {
	overflow: hidden;
}

.page-logo {
	float: left;
	width: 200px;
	margin-right: 20px;
	border: 2px solid #ccc
}

.page-logo img {
	width: 200px;
	height: auto
}

.introduction h2 {
	margin-top: 10px;
	color: #A40807;
	font-size: 12px;
	font-weight: 700
}

.introduction h2+p {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 14px;
	color: #666
}

.introduction .page-caption {
	position: static;
	padding: 0;
	color: #333;
	font-size: 26px;
	font-weight: 700
}

.introduction .page-span {
	margin-top: 10px;
	font-size: 18px
}

.introduction .page-notice {
	margin-top: 10px;
	color: #A40807;
	font-size: 12px;
	font-weight: 700
}

.section-description, p {
	font-size: 14px;
	line-height: 1.8
}

.section-caption {
    clear: both;
}

.article-image-container {
	text-align: center;
    clear: both;
}

.article-image-container figure {
	display: inline;
}

.article-image-container img {
	display: inline-block;
	width: 25%;
	margin-right: 10px
}

.section-container-right {
	float: right;
	width: 300px;
	margin: 0 0 20px 20px
}

.section-container-right img {
	width: 300px;
	height: 200px
}

.position-name {
    display: inline-block;
    font-size: 18px;
}

.job-list > li {
    margin: 20px;
    padding: 20px;
    border: 1px solid #D1B99F;
}

.job-list .position-name {
    font-size: 24px;
}

.job-list ul {
    display: block;
    font-size: 12px;
    color: #333333;
}

.job-list ul > li {
    display: block;
    color: #333333;
}

.job-list span {
    line-height: 1.6px;
}

.job-detail {
    overflow: hidden;
    position: relative;
    width: 99%;
    height: 60px;
    max-height: 60px;
    margin-top: 15px;
    color: #999999;
    font-size: 12px;
}

.job-detail::before {
    content: "...";
    position: absolute;
    top: 42px;
    right: -1px;
    width: 11px;
}

.job-list .job-detail::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}

.sg-box div + div {
	clear: both;
}

.pg-advertise-introduction-closed-text {
	color: red !important;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1;
}

.sg-icon::before {
    display: inline-block;
    font-family: icons;
    vertical-align: middle;
    width: 18px;
    color: #CCCCCC;
    text-align: center;
}

.sg-icon.location::before {
    content: '\00EA1E'
}

.sg-icon.job::before {
    content: '\00EA1C'
}
