@charset "utf-8";

/* ------------------------------
 会社概要（PC）
------------------------------ */
.sign img {
	width: 200px;
	vertical-align: middle;
	mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
	/* ごあいさつ */
	.sign {
		margin-top: 20px;
	}
	.sign img {
		margin-left: 20px;
	}

	/* 概要情報 */
	.th_vam table th {
		vertical-align: middle;
	}
}
/* ------------------------------
 会社概要（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.sign {
		margin-top: 10px;
	}
	.sign img {
		margin-left: 10px;
	}
}

/* ------------------------------
 沿革（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.imgTable img {
		width: 420px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.imgTable img + img {
		margin-left: 10px;
	}
}
/* ------------------------------
 沿革（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.imgTable img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.imgTable img + img {
		margin-top: 0;
	}
}

/* ------------------------------
 会社案内データ（PC）
------------------------------ */
.dbBox .cms_image img {
	width: 208px;
}
.dbBox .cms_pdf {
	margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
	.dbBox {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		height: 324px;
	}
	.cms_block.dbBox::afetr {
		content: none;
	}
	.dbBox.w860 {
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.dbBox .cms_image {
		width: 208px;
		margin-left: -25px;
	}
	.dbBox .cms_text {
		width: 310px;
	}
	.dbBox.w860 .cms_text {
		width: 624px;
	}
	.dbBox h3 {
		padding-right: 0;
	}
}
/* ------------------------------
 会社案内データ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.dbBox .cms_pdf {
		margin-top: 10px;
	}
}

/* ------------------------------
 社内報（PC）
------------------------------ */
/* 最新号 */
.cms_text .cms_pdf a {
	color: #000;
}
.new .cms_pdf {
	margin-top: 15px;
}

/* バックナンバー */
.bn .cms_pdf {
	border-bottom: dotted 1px #b7c0ca;
	padding-bottom: 20px;
}
.bn .cms_pdf:not(:last-child) {
	margin-bottom: 20px;
}
/* ------------------------------
 社内報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 最新号 */
	.new .cms_pdf {
		margin-top: 10px;
	}

	/* バックナンバー */
	.bn .cms_pdf {
		padding-bottom: 15px;
	}
	.bn .cms_pdf:not(:last-child) {
		margin-bottom: 15px;
	}
}