@font-face {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-style: normal;
	font-weight: 400;
	src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
html {
	font-size: 62.5%;
}
body {
	color: #101520;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.46;
}
@media (min-width: 768px) {
	body {
		font-size: 1.5rem;
		line-height: 1.88;
	}
}
body.is-sticky {
	padding-top: 109px;
}
@media (min-width: 768px) {
	body.is-sticky {
		padding-top: 147px;
	}
}
a {
	color: #64a6e8;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
main {
	display: block;
}
.mainContents {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
.l-tec-header {
	background: #fff;
	height: 4.5rem;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
}
@media (min-width: 768px) {
	.l-tec-header {
		height: auto;
		position: relative;
		width: auto;
	}
}
.l-site-header {
	background: #fff;
	position: relative;
	text-align: center;
	z-index: 500;
	transition: padding .3s ease;
}
.is-sticky .l-site-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
@media (min-width: 768px) {
	.l-site-header > .container {
		position: static;
	}
}
.l-page-container {
	overflow: hidden;
	padding: 30px 0 0 0;
}
@media (min-width: 768px) {
	.l-page-container {
		padding: 30px 0 0 0;
	}
}
.l-main {
	padding: 0 15px;
}
@media (min-width: 768px) {
	.l-main {
		float: left;
		padding: 0;
		width: calc(100% - 260px);
	}
}
@media (min-width: 992px) {
	.l-main {
		width: calc(100% - 290px);
	}
}
.l-sidebar {
	margin-top: 50px;
	padding: 0 15px;
}
@media (min-width: 768px) {
	.l-sidebar {
		float: right;
		margin-top: 0;
		padding: 0;
		width: 230px;
	}
}
.c-tec-search > form {
	overflow: hidden;
}
@media (min-width: 768px) {
	.c-tec-search > form {
		width: 130px;
	}
}
@media (min-width: 992px) {
	.c-tec-search > form {
		width: 177px;
	}
}
.c-tec-search [type="search"] {
	border: solid 1px #cfcfcf;
	border-radius: 3px 0 0 3px;
	box-shadow: 1px 1px #f2f2f2 inset;
	float: left;
	/*
  font-size: 1rem;
  height: 2.1rem;
  */
	font-size: 10px;
	height: 21px;
	padding: 0 0 0 2px;
	/* width: calc(100% - 3.3rem); */
	width: calc(100% - 33px);
}
@media (max-width: 767.9px) {
	.c-tec-nav {
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease-out;
	}
}
@media (min-width: 768px) {
	.c-tec-nav {
		overflow: visible;
		transition: none;
	}
}
@media (max-width: 767.9px) {
	.c-tec-nav.is_open {
		max-height: 30rem;
	}
}
.c-tec-nav a {
	color: #101520;
	display: block;
}
.c-tec-nav .fa-caret-right {
	transform: translateX(-0.5rem);
}
@media (min-width: 768px) {
	.c-tec-nav .fa-caret-right {
		display: none;
	}
}
.c-tec-nav__parents {
	background: #555;
}
@media (min-width: 768px) {
	.c-tec-nav__parents {
		background: none;
		margin: 0;
		padding-right: 1px;
	}
}
.c-tec-nav__parent {
	border-bottom: solid 1px #d7d7d7;
	font-size: 1.5rem;
	line-height: 1.1;
}
@media (min-width: 768px) {
	.c-tec-nav__parent {
		border-bottom: none;
		padding: 0;
	}
}
@media (min-width: 768px) {
	.c-tec-nav__parent::before,
	.c-tec-nav__parent:last-child::after {
		background: #ccc;
		bottom: 5px;
		content: '';
		position: absolute;
		top: 4px;
		width: 1px;
	}
	.c-tec-nav__parent::before {
		left: 0;
	}
	.c-tec-nav__parent:last-child::after {
		right: -1px;
	}
}
.c-tec-nav__parent > a {
	color: #fff;
	padding: 1rem 1.5rem;
}
@media (min-width: 768px) {
	.c-tec-nav__parent > a {
		color: #333;
		height: 44px;
		line-height: 44px;
		padding: 0;
		text-align: center;
		transition: .3s ease;
	}
}
.c-tec-nav__parent > a::before {
	background: transparent;
	bottom: 0;
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	transition: .3s ease;
	width: 100%;
}
@media (min-width: 768px) {
	.c-tec-nav__parent:hover > a {
		background: #fff;
		color: #f00;
	}
	.c-tec-nav__parent:hover > a::before {
		background: #f00;
	}
}
@media (max-width: 767.9px) {
	.c-tec-nav__children {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.c-tec-nav__children {
		background: #fff;
		border-top: solid 1px #ccc;
		display: none;
		left: 1px;
		position: absolute;
		right: 0;
		top: 100%;
	}
}
.c-tec-nav__child {
	border: solid 1px #ccc;
	border-top: none;
}
.c-tec-nav__child > a {
	background: #fff url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zyjt/1024541/1756720796F20nw4o5/icon_tec_arrow_02.png") no-repeat 0.8rem center;
	font-size: 1.2rem;
	line-height: 1.44rem;
	/* padding: 1.2rem 1.5rem 1.3rem 2.8rem; */
	padding: 12px 15px 13px 28px;
	transition: .3s ease;
}
.c-tec-nav__child > a:hover {
	background-color: #ededed;
}
.c-tec-nav__others {
	background: #f3f4f7;
	padding: 1rem 0;
}
@media (min-width: 768px) {
	.c-tec-nav__others {
		display: none;
	}
}
.c-tec-nav__other > a {
	padding: .5rem 1.5rem;
}
.c-site-nav {
	background: #f0f0f0;
	display: none;
	left: 0;
	position: absolute;
	top: 3.8rem;
	width: 100%;
	z-index: 100;
}
@media (min-width: 768px) {
	.c-site-nav {
		background: none;
		display: block !important;
		margin-top: .5rem;
		position: static;
	}
}
.c-site-nav__items {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 1.6rem;
	overflow: hidden;
	padding: 1rem 1.5rem;
}
.c-site-nav__items > li {
	float: left;
	width: 50%;
}
@media (min-width: 576px) {
	.c-site-nav__items > li {
		width: 33.333%;
	}
}
@media (min-width: 768px) {
	.c-site-nav__items > li {
		display: inline-block;
		float: none;
		margin: 0 2rem;
		width: auto;
	}
}
@media (min-width: 992px) {
	.c-site-nav__items > li {
		margin: 0 2rem;
	}
}
@media (min-width: 768px) {
	.c-site-nav__items > :first-child {
		display: none;
	}
}
.c-site-nav__items a {
	font-size: 1.8rem;
	display: block;
	padding: 1rem 0;
	text-align: left;
}
@media (min-width: 768px) {
	.c-site-nav__items a {
		color: #101520;
		font-weight: bold;
		line-height: 1.7;
		padding-bottom: 0;
		position: relative;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.c-site-nav__items a::after {
		background: #101520;
		bottom: 0;
		content: '';
		display: block;
		height: 2px;
		opacity: 0;
		position: absolute;
		transition: opacity .3s ease;
		width: 100%;
	}
	.c-site-nav__items a:hover::after {
		opacity: 1;
	}
}
.c-site-nav__share {
	padding: 0 1.5rem 3rem;
}
@media (min-width: 768px) {
	.c-site-nav__share {
		padding: 0;
		position: absolute;
		right: 2rem;
		top: 1rem;
	}
}
.c-site-nav__share ul {
	display: flex;
	justify-content: center;
}
@media (min-width: 768px) {
	.c-site-nav__share ul {
		justify-content: space-between;
	}
}
.c-site-nav__share li {
	margin: 0 1.5rem;
}
@media (min-width: 768px) {
	.c-site-nav__share li {
		margin: 0;
		padding: 0 6px;
	}
}
.c-site-nav__share a {
	text-align: center;
}
.c-site-nav__share img {
	height: 42px;
	width: 42px;
}
@media (min-width: 768px) {
	.c-site-nav__share img {
		height: 22px;
		width: 22px;
	}
}
.c-page-nav {
	font-size: 1.4rem;
}
@media (max-width: 767.9px) {
	.c-page-nav {
		margin: 2rem 0;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.c-page-nav {
		margin-bottom: 3rem;
	}
}
.c-page-nav > ul {
	border-right: solid 1px #b2b7c0;
	display: inline-block;
	letter-spacing: -1rem;
}
.c-page-nav li {
	border-left: solid 1px #b2b7c0;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 1.5rem;
}
.c-page-nav a {
	display: block;
	position: relative;
}
.c-page-nav a::after {
	background: #101520;
	bottom: -2px;
	content: '';
	display: none;
	left: 0;
	position: absolute;
	height: 2px;
	width: 100%;
}
.c-page-nav__current > a::after {
	display: block;
}
.c-footermenu {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: -1rem;
	line-height: 2.2rem;
	/* white-space: nowrap; */
}
.c-footermenu > li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2rem;
}
.c-footermenu a {
	color: #333;
	text-decoration: underline;
}
.c-footermenu i {
	font-size: 1.4rem;
	margin-right: 4px;
}
.c-footermenu--white {
	color: #fff;
}
.c-footermenu--white a {
	color: #fff;
}
.c-heading {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.c-heading--page {
	font-size: 2rem;
	border: 1px solid #231815;
	box-sizing: border-box;
	line-height: 2em;
	padding: 8px 0 0 8px;
	text-align: left;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.c-heading--page {
		font-size: 4.6rem;
		border: 1px solid #231815;
		height: 100px;
		padding: 24px 0 0 10px;
	}
}
.c-heading--page .fs-small {
	font-size: 0.8rem;
}
@media (min-width: 768px) {
	.c-heading--page .fs-small {
		font-size: 1.5rem;
	}
}
.c-heading--side {
	text-align: center;
}
@media (min-width: 768px) {
	.c-heading--side {
		text-align: left;
	}
}
.c-heading--side__label {
	font-size: 1.4rem;
}
@media (min-width: 768px) {
	.c-heading--side__label {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
.c-heading--side__title {
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.c-heading--side__title {
		font-size: 1.4rem;
	}
}
.c-side-article {
	border-bottom: solid 1px #ccc;
}
.c-side-article > a {
	color: #101520;
	align-items: center;
	display: flex;
	padding: 1rem 0;
}
.c-side-article__image {
	max-height: 80px;
	max-width: 80px;
}
@media (min-width: 768px) {
	.c-side-article__image {
		max-height: 60px;
		max-width: 60px;
	}
}
.c-side-article__body {
	flex-grow: 1;
	padding-left: 1.5rem;
}
.c-side-article__title {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: .5rem;
}
.c-side-article__description {
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 0;
}
@media (min-width: 768px) {
	.c-side-article__description {
		font-size: 1.1rem;
	}
}
.c-rollover {
	transition: .3s ease;
}
.c-rollover--alpha {
	opacity: 1;
}
.c-rollover--alpha:hover {
	opacity: .5;
}
.c-rollover--zoom {
	transform: scale(1, 1);
}
.c-rollover--zoom:hover {
	transform: scale(1.3, 1.3);
}
.p-tec-header {
	border-bottom: solid 1px #555;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (min-width: 768px) {
	.p-tec-header {
		border: none;
	}
}
.p-tec-header__inner {
	max-width: 960px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
@media (max-width: 767.9px) {
	.p-tec-header__inner {
		width: auto;
	}
}
.p-tec-header__logo {
	height: 4.4rem;
	position: relative;
}
@media (min-width: 768px) {
	.p-tec-header__logo {
		display: inline-block;
		height: auto;
		padding: 1.3rem 0 1.2rem;
	}
}
.p-tec-header__logo > a {
	font-size: 0;
	position: absolute;
}
@media (min-width: 768px) {
	.p-tec-header__logo > a {
		display: inline-block;
		position: static;
	}
}
.p-tec-header__logo img {
	width: 100%;
}
.p-tec-header__brand {
	left: 8px;
	height: 28px;
	top: 8px;
	width: 104px;
}
@media (min-width: 768px) {
	.p-tec-header__brand {
		height: 38px;
		margin: 1px 0 0 2px;
		width: 140px;
	}
}
.p-tec-header__company {
	display: none;
	height: 10px;
	left: 50%;
	margin: -5px 0 0 -52px;
	top: 50%;
	width: 104px;
}
@media (min-width: 768px) {
	.p-tec-header__company {
		display: inline-block;
		height: 20px;
		margin: 0 0 0 20px;
		width: 207px;
	}
}
@media (min-width: 992px) {
	.p-tec-header__company {
		margin: 0 0 0 63px;
	}
}
.p-tec-header .c-tec-search {
	display: none;
}
@media (min-width: 768px) {
	.p-tec-header .c-tec-search {
		bottom: 1.3rem;
		display: block;
		position: absolute;
		right: 187px;
	}
}
.p-tec-header__btn {
	background: #555;
	height: 4.4rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 4.4rem;
}
@media (min-width: 768px) {
	.p-tec-header__btn {
		display: none;
	}
}
.p-tec-header__btn > i {
	color: #fff;
	font-size: 2.4rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.p-tec-header__btn.is_open i::before {
	content: "\f00d";
}
.p-tec-header__links {
	display: none;
}
@media (min-width: 768px) {
	.p-tec-header__links {
		display: block;
		font-size: 1.1rem;
		position: absolute;
		right: 0;
		text-align: right;
		top: .4rem;
	}
}
.p-tec-header__links a {
	color: #039;
	display: inline-block;
	line-height: 1;
	position: relative;
	text-decoration: underline;
}
.p-tec-header__links a:hover {
	color: #f63;
}
.p-tec-header__links img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
}
.p-tec-header__global a {
	/* padding-left: 1.2rem; */
	padding-left: 12px;
}
.p-tec-header__local {
	letter-spacing: -1rem;
	margin-top: .6rem;
}
.p-tec-header__local > li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 1rem;
}
.p-tec-header__local a {
	padding-left: 1.6rem;
}
.p-tec-footer {
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.p-tec-footer__primary {
	background: #ccc;
	padding: 1.1rem 0;
	overflow-x: auto;
	overflow-y: hidden;
}
.p-tec-footer__secondary {
	background: #464646;
	padding: 2.8rem 0 3rem;
}
.p-tec-footer__inner {
	max-width: 970px;
}
.p-tec-footer__pagetop {
	bottom: 2rem;
	display: block;
	opacity: 0;
	position: fixed;
	right: 1rem;
	transition: .3s ease;
}
.p-tec-footer__pagetop.is_active {
	opacity: 1;
}
@media (min-width: 768px) {
	.p-tec-footer__row {
		display: flex;
	}
}
.p-tec-footer__copyright {
	font-size: 1rem;
}
.p-tec-footer__copyright--bottom {
	display: block;
	padding-right: 0;
	color: #000;
}
.p-tec-footer__row > small {
	display: none;
}
@media (min-width: 768px) {
	.p-tec-footer__row > small {
		display: block;
		flex-grow: 1;
		line-height: 2.2rem;
		margin: 0 2.3rem 0 0;
		text-align: right;
	}
}
.p-tec-footer__company {
	color: #101520;
	padding: 2rem 0;
	text-align: center;
}
@media (min-width: 768px) {
	.p-tec-footer__company {
		display: none;
	}
}
.p-tec-footer__image {
	margin-bottom: 1rem;
}
.p-tec-footer__logo {
	display: inline-block;
}
.p-tec-footer__logo > img {
width: 103px;
height: 10px;
}
@media (max-width: 767.9px) {
	.p-site-header > .container {
		width: auto;
	}
}
.p-site-header__logo {
	height: 24px;
	margin: auto;
	width: 110px;
}
@media (min-width: 768px) {
	.p-site-header__logo {
		display: inline-block;
		height: auto;
		margin: 0 20px;
		width: 220px;
	}
}
@media (min-width: 992px) {
	.p-site-header__logo {
		margin: 0 40px;
	}
}
.p-site-header__logo > a {
	display: block;
}
.p-site-header__logo img {
	width: 100%;
}
.p-site-header__mark {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
@media (max-width: 767.9px) {
	.p-site-header__mark {
		right: 1rem;
		top: 0;
		transform: translate(0, -25%);
	}
	.p-site-header__mark img {
		width: auto;
		height: 4rem;
	}
}
.p-site-header__lead {
	font-size: 1.4rem;
	line-height: 1;
	margin: 1.6rem 0 0;
}
@media (max-width: 767.9px) {
	.p-site-header__lead {
		font-size: 1.2rem;
	}
}
.p-site-header__tagline-pc {
	display: none;
}
@media (min-width: 768px) {
	.p-site-header__wrapper {
		position: relative;
	}
	.p-site-header__tagline {
		display: none;
	}
}
@media (min-width: 992px) {
	.p-site-header__tagline-pc {
		font-size: 1.6rem;
	}
}
.p-site-header__btn {
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.8rem;
	height: 4rem;
	left: 2rem;
	line-height: 4rem;
	position: absolute;
	top: -1rem;
	width: 4rem;
}
@media (min-width: 768px) {
	.p-site-header__btn {
		display: none;
	}
}
.p-site-header__btn.is_open > .fa::before {
	content: '\f00d';
}
.p-side-topic {
	margin-bottom: 4rem;
}
.p-side-topic .c-heading--side {
	margin-bottom: 1rem;
}
.p-side-topic__keywords {
	margin: 1.5rem -1rem 0 0;
	text-align: center;
}
@media (min-width: 768px) {
	.p-side-topic__keywords {
		text-align: left;
	}
}
.p-side-topic__keywords > li {
	background: #7d8086;
	border-radius: 1rem;
	display: inline-block;
	margin: 0 1rem 1rem 0;
}
.p-side-topic__keywords a {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: .5rem 1.4rem;
}
.p-side-topic__jobs {
	background: #edeff3;
	border-radius: .5rem;
	margin-top: 1.5rem;
	overflow: hidden;
	padding: 2rem 3rem;
}
@media (max-width: 767.9px) {
	.p-side-topic__jobs {
		line-height: 2.0;
	}
}
.p-side-topic__jobs > li {
	float: left;
	min-width: 50%;
}
.p-side-topic__jobs a {
	font-size: 1.4rem;
	display: block;
	position: relative;
}
.p-side-topic__jobs .fa {
	color: #999;
	font-size: 1.1rem;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.u-hidden {
	display: none !important;
}
@media (max-width: 767.9px) {
	.u-hidden--sp {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.u-hidden--pc {
		display: none !important;
	}
}
/* ページ送り */
.pager a.pager-next-six {
	border: 1px dotted #828282;
	display: block;
	line-height: 4rem;
	margin: 20px auto 16px;
	position: relative;
	text-align: center;
	width: 300px;
}
@media (min-width: 768px) {
	.pager a.pager-next-six {
		line-height: 5rem;
		margin: 40px auto 20px;
		width: 400px;
	}
}
.pager {
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.pager {
		width: 400px;
	}
}
.pager a.pager-next-six:before {
	content: "\f105";
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2rem;
	position: absolute;
	left: 20px;
}
.pager ul {
	width: 320px;
}
@media (min-width: 768px) {
	.pager ul {
		width: 420px;
	}
}
.pager ul li.pager-page a,
.pager ul li.pager-page.off {
	border: 1px dotted #828282;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
@media (min-width: 768px) {
	.pager ul li.pager-page a,
	.pager ul li.pager-page.off {
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 40px;
	}
}
.pager ul li.pager-page.off {
	color: #b2b2b2;
	margin-right: 8px;
}
@media (min-width: 768px) {
	.pager ul li.pager-page.off {
		color: #b2b2b2;
		margin-right: 11px;
	}
}
.pager ul li.pager-page i {
	font-size: 2rem;
}
.pager ul li.pager-page.current a {
	background: #000;
	color: #fff;
}
.pager ul li.pager-page:nth-child(odd) a {
	margin-right: 8px;
}
.pager ul li:nth-child(even) a {
	margin-right: 9px;
}
@media (min-width: 768px) {
	.pager ul li.pager-page:nth-child(odd) a {
		margin-right: 11px;
	}
	.pager ul li.pager-page:nth-child(even) a {
		margin-right: 12px;
	}
}
/* 共通パーツデザイン */
.h4-leftbar {
	border-left: 4px solid #c1c6d2;
	margin: 30px 0 6px;
	padding-left: 8px;
	font-size: 2.5rem;
}
.c-banner img {
	max-width: 100%;
}
.to-index {
	margin-top: 30px;
}
.to-index a {
	border: 1px solid #cccccc;
	display: block;
	background: #f9f9f9;
	padding: 20px;
	text-align: center;
}
.to-index a:hover {
	opacity: 0.5;
}
.nav-pagelink {
	text-align: center;
}
.nav-pagelink > li {
	display: inline-block;
}
.nav-pagelink > li:first-child:before {
	content: '｜';
	display: inline-block;
}
.nav-pagelink > li:after {
	content: '｜';
	display: inline-block;
}
.p-banner-campaign {}
.p-banner-campaign a {}
.p-banner-campaign img {
	max-width: 410px;
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.p-banner-campaign > ul {
		display: table;
		border-collapse: separate;
		border-spacing: 4.0rem 0;
		table-layout: fixed;
		margin: 0 auto;
		padding: 2.4rem 0 0;
	}
	.p-banner-campaign > ul > li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
}
@media (max-width: 767.9px) {
	.p-banner-campaign > ul {}
	.p-banner-campaign > ul > li {
		text-align: center;
		margin: 1rem 0 0;
		padding: 0 1rem;
	}
}
.p-section--news__banner {
	border-top: solid 1px #101520;
}
.p-section--news__banner img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.p-section--news__banner > ul {
		display: table;
		border-collapse: separate;
		border-spacing: 4.0rem 0;
		table-layout: fixed;
		margin: 0 auto;
		padding: 2.4rem 0 0;
	}
	.p-section--news__banner > ul > li {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
}
@media (max-width: 767.9px) {
	.p-section--news__banner > ul {}
	.p-section--news__banner > ul > li {
		text-align: center;
		margin: 1rem 0 0;
		padding: 0 1rem;
	}
}
/* プリント用設定 */
@media print {
	body {
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		line-height: 1.88;
	}
	body.is-sticky {
		padding-top: 147px;
	}
	.l-tec-header {
		height: auto;
		position: relative;
		width: auto;
	}
	.l-site-header > .container {
		position: static;
	}
	.l-page-container {
		padding: 30px 0 0 0;
	}
	.l-main {
		float: left;
		padding: 0;
		width: calc(100% - 260px);
	}
	.l-sidebar {
		float: right;
		margin-top: 0;
		padding: 0;
		width: 230px;
	}
	.c-tec-search > form {
		width: 130px;
	}
	.c-tec-nav {
		background: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zyd1/1024541/1756718930yddaBqcY/tec_nav_bg.png") #f7f7f9 repeat-x bottom;
		border-top: solid 1px #dedee0;
		/* height: 4.8rem; */
		height: 48px;
		overflow: visible;
		transition: none;
	}
	.c-tec-nav .fa-caret-right {
		display: none;
	}
	.c-tec-nav__parents {
		background: none;
		margin: 0;
		padding-right: 1px;
	}
	.c-tec-nav__parent {
		border-bottom: none;
		padding: 0;
	}
	.c-tec-nav__parent::before,
	.c-tec-nav__parent:last-child::after {
		background: #ccc;
		bottom: 5px;
		content: '';
		position: absolute;
		top: 4px;
		width: 1px;
	}
	.c-tec-nav__parent::before {
		left: 0;
	}
	.c-tec-nav__parent:last-child::after {
		right: -1px;
	}
	.c-tec-nav__parent > a {
		color: #333;
		height: 44px;
		line-height: 44px;
		padding: 0;
		text-align: center;
		transition: .3s ease;
	}
	.c-tec-nav__parent:hover > a {
		background: #fff;
		color: #f00;
	}
	.c-tec-nav__parent:hover > a::before {
		background: #f00;
	}
	.c-tec-nav__children {
		background: #fff;
		border-top: solid 1px #ccc;
		display: none;
		left: 1px;
		position: absolute;
		right: 0;
		top: 100%;
	}
	.c-tec-nav__others {
		display: none;
	}
	.c-site-nav {
		background: none;
		display: block !important;
		margin-top: .5rem;
		position: static;
	}
	.c-site-nav__items > li {
		display: inline-block;
		float: none;
		margin: 0 2rem;
		width: auto;
	}
	.c-site-nav__items > :first-child {
		display: none;
	}
	.c-site-nav__items a {
		color: #101520;
		font-weight: bold;
		line-height: 1.7;
		padding-bottom: 0;
		position: relative;
		text-align: center;
	}
	.c-site-nav__items a::after {
		background: #101520;
		bottom: 0;
		content: '';
		display: block;
		height: 2px;
		opacity: 0;
		position: absolute;
		transition: opacity .3s ease;
		width: 100%;
	}
	.c-site-nav__share {
		padding: 0;
		position: absolute;
		right: 2rem;
		top: 1rem;
	}
	.c-site-nav__share ul {
		justify-content: space-between;
	}
	.c-site-nav__share li {
		margin: 0;
		padding: 0 6px;
	}
	.c-site-nav__share img {
		height: 22px;
		width: 22px;
	}
	.c-page-nav {
		margin-bottom: 3rem;
	}
	.c-heading--page {
		font-size: 4.6rem;
		border: 1px solid #231815;
		height: 100px;
		padding: 24px 0 0 10px;
	}
	.c-heading--page .fs-small {
		font-size: 1.5rem;
	}
	.c-heading--side {
		text-align: left;
	}
	.c-heading--side__label {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.c-heading--side__title {
		font-size: 1.4rem;
	}
	.c-side-article__image {
		max-height: 60px;
		max-width: 60px;
	}
	.c-side-article__description {
		font-size: 1.1rem;
	}
	.p-tec-header {
		border: none;
	}
	.p-tec-header__logo {
		display: inline-block;
		height: auto;
		padding: 1.3rem 0 1.2rem;
	}
	.p-tec-header__logo > a {
		display: inline-block;
		position: static;
	}
	.p-tec-header__logo > a {
		display: inline-block;
		position: static;
	}
	.p-tec-header__brand {
		height: 38px;
		margin: 0 0 0 2px;
		width: 140px;
	}
	.p-tec-header__company {
		display: inline-block;
		height: 20px;
		margin: 0 0 0 20px;
		width: 207px;
	}
	.p-tec-header .c-tec-search {
		bottom: 1.3rem;
		display: block;
		position: absolute;
		right: 187px;
	}
	.p-tec-header__btn {
		display: none;
	}
	.p-tec-header__links {
		display: block;
		font-size: 1.1rem;
		position: absolute;
		right: 0;
		text-align: right;
		top: .4rem;
	}
	.p-tec-footer__row {
		display: flex;
	}
	.p-tec-footer__row > small {
		display: block;
		flex-grow: 1;
		line-height: 2.2rem;
		margin: 0 2.3rem 0 0;
		text-align: right;
	}
	.p-tec-footer__company {
		display: none;
	}
	.p-site-header__logo {
		display: inline-block;
		height: auto;
		margin: 0 20px;
		width: 220px;
	}
	.p-site-header__wrapper {
		position: relative;
	}
	.p-site-header__btn {
		display: none;
	}
	.p-side-topic__keywords {
		text-align: left;
	}
	.u-hidden--pc {
		display: none !important;
	}
	.pager a.pager-next-six {
		line-height: 5rem;
		margin: 40px auto 20px;
		width: 400px;
	}
	.pager ul {
		width: 420px;
	}
	.pager ul li.pager-page a,
	.pager ul li.pager-page.off {
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 40px;
	}
	.pager ul li.pager-page.off {
		color: #b2b2b2;
		margin-right: 11px;
	}
	.pager ul li.pager-page:nth-child(odd) a {
		margin-right: 11px;
	}
	.pager ul li.pager-page:nth-child(even) a {
		margin-right: 12px;
	}
	/* プリント時非表示要素 */
	.p-tec-header,
	aside.l-sidebar,
	aside.c-site-nav__share,
	.to-index,
	footer {
		display: none;
	}
	/* 幅設定 */
	main.l-main {
		width: 100%;
		float: none;
	}
	.p-mainvisual {
		width: 1080px;
	}
	.p-mainvisual ul.p-mainvisual__slider li {
		background-position: center;
		background-size: contain;
	}
	.c-banner .u-hidden--pc {
		display: inline !important;
	}
	.c-banner .u-hidden--sp {
		display: none !important;
	}
	@page {
		margin: 0;
	}
}
.p-site-header__tagline-pc {
	display: none;
}
/* マウスオーバーでの透過ハイライトを打ち消し */
#btmInquiry a img:hover {
	opacity: 1;
}
/* LFメルマガ応募フォーム追加用 */
div.container {
	border: none !important;
}
nav.c-tec-nav .container {
	background: #f7f7f9;
}
section.p-section .container {
	background-color: transparent !important;
}
footer .container {
	color: #ffffff !important;
	background-color: transparent !important;
}
#mailMagForm {
	opacity: 0.9;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 370px;
	background: #75ae2f;
	color: #ffffff;
	padding: 15px;
	font-size: 14px;
	line-height: 1.3;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
#mailMagForm .btn_close {
	float: right;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #ffffff;
	padding: 1px 3px;
}
#mailMagForm h3 {
	font-size: 16px;
	font-weight: bold;
}
#mailMagForm table.items {
	margin: 10px 0;
}
#mailMagForm .container,
#mailMagForm .wrapper,
#mailMagForm .button_area,
#mailMagForm td.value {
	width: auto !important;
	border: none;
}
#mailMagForm td.value input {
	width: 200px !important;
}
#mailMagForm #privacy_policy {
	font-size: 10px;
	margin: 0 !important;
	padding: 0;
	line-height: 1.2;
}
#mailMagForm #policy_url {
	color: #ffffff;
	text-decoration: underline;
}
#mailMagForm .container {
	margin: 0 !important;
	padding: 0 !important;
}
#mailMagForm .required_msg,
#mailMagForm .required {
	display: none;
}
#mailMagForm td {
	border: none;
	background: #75ae2f;
}
#mailMagForm td.label {
	width: 120px;
	padding: 0;
}
#mailMagForm td.comment {
	display: none;
}
#mailMagForm .button_area {
	margin: 10px 0 0 0;
	padding: 0;
}
#mailMagForm .button_area input {
	border: none;
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 0px 3px 1px 1px #648208;
	color: #61771d;
}
/* 2019/05 マーズフラッグ用追加
   ========================================================================== */
.page-header #site-search {
	position: absolute;
	top: 30px;
	right: 187px;
	font-size: 10px;
}
#site-search .mf_finder_searchBox {
	margin: 0;
}
#site-search .mf_finder_searchBox_items {
	padding: 0;
}
#site-search .mf_finder_searchBox_query_input {
	width: 144px;
	min-height: 21px;
	padding: 0 0 0 2px;
	font-size: 1.0em;
	border: #cfcfcf 1px solid;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: 1px 1px #f2f2f2 inset;
	box-shadow: 1px 1px #f2f2f2 inset;
}
#site-search .mf_finder_searchBox_submit:before {
	content: "";
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#site-search .mf_finder_searchBox_submit {
	cursor: pointer;
	vertical-align: top;
	background-image: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zylj/1024541/1756721008E3sobepZ/header_search_btn_01.png");
	width: 33px;
	height: 21px;
}
#site-search .mf_finder_searchBox_submit:hover {
	background-image: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zylf/1024541/1756721008MVVFIRPo/header_search_btn_01_on.png");
}
@media (max-width: 767.9px) {
	.page-header #site-search {
		display: none;
	}
}
/* 2025/03/14 マーズフラッグ3.0用追加
   ========================================================================== */
.page-header #site-search {
	position: absolute;
	top: 30px;
	right: 187px;
}
#site-search .mf_finder_searchBox {
	margin: 0;
}
#site-search .mf_finder_searchBox_items {
	padding: 0;
}
.mf-search-box .mf-search-bar {
	padding: 0 0;
}
.mf-search-box .mf-search-bar .mf-search-bar_input {
	width: 144px !important;
	height: auto !important;
	min-height: 21px !important;
	padding: 0 0 0 2px !important;
	font-size: 1.0em !important;
	border: #cfcfcf 1px solid !important;
	border-radius: 3px 0 0 3px !important;
	-webkit-box-shadow: 1px 1px #f2f2f2 inset !important;
	box-shadow: 1px 1px #f2f2f2 inset !important;
}
.main-content .mf-search-box .mf-search-bar .mf-search-bar_input {
	width: 800px !important;
	min-height: 40px !important;
	padding: 0 8px !important;
	border: #e2e2e2 2px solid !important;
	line-height: 1.6 !important;
	font-weight: bold !important;
	font-size: 2.0em !important;
	vertical-align: middle !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#site-search .mf-search-box .mf-search-bar .mf-search-bar_input::placeholder {
	opacity: 0;
}
.l-responsive #search-box .mf-search-box .mf-search-bar .mf-search-bar_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 40px !important;
	margin-left: 20px;
	border: none;
	background: #313131;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	font-size: 1.9rem;
	border-radius: 0;
}
.l-responsive #search-box .mf-search-box .mf-search-bar .mf-search-bar_button::before {
	width: 24px;
	height: 24px;
	padding-right: 0;
	margin-right: 10px;
	background-image: var(--search-white-icon);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: 0;
}
.l-responsive #search-box .mf-search-box .mf-search-bar .mf-search-bar_button::after {
	content: "検索";
}
.l-responsive .l-zuba-col {
	margin-top: 30px !important;
}
.mf-search-box .mf-filters .mf-filters_use-links {
	display: flex !important;
}
.mf-drill-down .mf-drill-down_header {
	display: block;
	text-align: center;
	background: #666666;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 9px 10px;
}
.l-responsive .l-zuba-col-left .mf-drill-down {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 0 !important;
	border: none;
}
.mf-search-box .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_buttons button {
	display: inline-block !important;
	background-color: #ddd !important;
	padding: .125rem .5rem !important;
	border-radius: 3px !important;
	border: none !important;
	text-decoration: none !important;
	color: #333 !important;
	cursor: pointer !important;
	transition: background-color .2s linear !important;
	min-height: auto !important;
}
.mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_buttons_button--selected {
	background-color: #666 !important;
	color: #eee !important;
	cursor: default !important;
}
.mf-search-box .mf-filters .mf-filters_use-links .mf-filters_use-links_item .mf-filters_use-links_item_icon-text .mf-filters_use-links_item_icon-text_text {
	display: none;
}
.mf-drill-down .mf-drill-down_list-item {
	background: #fff !important;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container {
	padding: 5px 13px 5px 30px !important;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text {
	text-align: left;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text:hover {
	text-decoration: none !important;
	color: #666;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_arrow {
	display: none !important;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container {
	display: inline-block !important;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_count {
	background-color: #fff !important;
	font-size: 14px !important;
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_count::before {
	content: "(";
}
.mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_count::after {
	content: ")";
}
.mf-drill-down .mf-drill-down_list-item {
	display: block;
	text-decoration: none;
	width: 100%;
	position: relative;
	margin: 5px 0 !important;
}
.mf-drill-down .mf-drill-down_list-item::before {
	content: '';
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	background-image: var(--circle-arrow);
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(2.5px);
	position: absolute;
	left: 13px;
	top: 5px;
}
.mf-drill-down_selected-item .mf-drill-down_list-item_name_text {
	color: #999 !important;
}
.mf-search-results .mf-search-results_body .mf-search-results_body_result {
	width: auto !important;
	padding: 20px 10px 0 10px !important;
	border-top: 1px solid #aaa;
	margin: 20px 0 0 0;
}
.mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_image img {
	width: 130px !important;
	min-width: auto !important;
}
.mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_description {
	font-size: 13px !important;
	margin-top: 15px !important;
}
.mf-search-results .mf-search-results_body .mf-search-results_body_result .mf-search-results_body_result_texts .mf-search-results_body_result_texts_title .mf-search-results_body_result_texts_title_link {
	color: #000 !important;
}
.mf-search-results_body_result_texts_url .mf-search-results_body_result_texts_url_text:before {
	content: "URL";
}
.mf-search-results_body_result_texts_url .mf-search-results_body_result_texts_url_text:after,
.mf-search-results_body_result_texts_url .mf-search-results_body_result_texts_url_text:before {
	background-color: #111;
	color: #fff;
	font-size: 9px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	vertical-align: middle;
	padding: 2px 6px;
	margin-right: .5rem;
}
.mf-search-results .mf-search-results_header {
	padding: 8px 0 7px 10px;
	background: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zyfj/1024541/1756720021fuGwzsB7/parts_bg_01.png") repeat;
	color: #fff;
}
.mf-pagination .mf-pagination_button {
	margin: 0 5px !important;
	width: auto !important;
	height: 32px;
	border: none !important;
	color: #eee !important;
	background-color: #222 !important;
	border-radius: 2px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
}
.mf-pagination .mf-pagination_button.active-page {
	color: #000 !important;
	background-color: #fff !important;
	display: inline-block;
	padding: .25rem 6px;
	text-decoration: none;
	cursor: default;
}
.mf-search-box .mf-search-bar .mf-search-bar_button span,
.mf-search-box .mf-search-bar .mf-search-bar_button svg {
	display: none;
}
.mf-search-box .mf-search-bar .mf-search-bar_button:before {
	content: "";
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.mf-search-box .mf-search-bar .mf-search-bar_button {
	cursor: pointer;
	vertical-align: top;
	background-image: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zylj/1024541/1756721008E3sobepZ/header_search_btn_01.png");
	width: 33px;
	height: 21px !important;
}
.mf-search-box .mf-search-bar .mf-search-bar_button:hover {
	background-image: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zylf/1024541/1756721008MVVFIRPo/header_search_btn_01_on.png");
}
.mf-search-box .mf-search-bar .mf-search-bar_dropdown-list {
	padding: 0 !important;
	background: none !important;
}
.mf-search-box .mf-search-bar .mf-search-bar_dropdown-list .mf-search-bar_dropdown-list_item {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	height: auto !important;
	text-align: left !important;
	margin: 1px 0 0 0 !important;
	font-size: 13px !important;
	border-radius: 0 !important;
}
.mf-search-box .mf-search-bar .mf-search-bar_dropdown-list .mf-search-bar_dropdown-list_item:hover,
.mf-search-box .mf-search-bar .mf-search-bar_dropdown-list .mf-search-bar_dropdown-list_item--selected {
	background: rgba(0, 0, 0, 0.6) !important;
}
.mf-search-box .mf-search-bar .mf-search-bar_dropdown-list .mf-search-bar_dropdown-list_item svg {
	display: none;
}
.mf_finder_searchBox_links:lang(ja) .mf_finder_searchBox_sort_links:after,
.mf_finder_searchBox_links:lang(ja-JP) .mf_finder_searchBox_sort_links:after,
.mf_finder_searchBox_links:lang(ja) .mf_finder_searchBox_pagemax_links:after,
.mf_finder_searchBox_links:lang(ja-JP) .mf_finder_searchBox_pagemax_links:after {
	display: none;
}
.mf_finder_searchBox_links .mf_finder_searchBox_category_links,
.mf_finder_searchBox_links .mf_finder_searchBox_imgsize_links,
.mf_finder_searchBox_links .mf_finder_searchBox_pagemax_links,
.mf_finder_searchBox_links .mf_finder_searchBox_sort_links {
	padding-left: 2.5em !important;
}
.mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(kr) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(tr) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh-CN) .mf_finder_organic_header,
.mf_finder_organic_header_wrapper:lang(zh-tw) .mf_finder_organic_header {
	flex-direction: column-reverse !important;
}
.mf_finder_organic_doc_url span {
	width: auto !important;
}
.mf_finder_organic .mf_finder_logo {
	text-align: center !important;
}
.mf_finder_organic_wrapper .mf_finder_organic_doc_img {
	min-width: auto !important;
	max-width: none !important;
}
/* 2025/08 デザイン用
   ========================================================================== */
.mainContents {
	position: relative;
	background: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zyff/1024541/1756719930vhpYUfLE/posasy_back.png") 50% -30px no-repeat;
	background-size: 125%;
}
.p-tec_primary {
	background: #eee;
	padding: 1.1rem 0;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
}
.p-tec_primary .p-tec_inner {
	padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
	.mainContents {
		background: url("https://info.toshibatec.co.jp/l/1024541/2025-09-01/4zyff/1024541/1756719930vhpYUfLE/posasy_back.png") 50% -80px no-repeat;
		background-size: 1500px;
	}
	.p-tec_primary .p-tec_inner {
		max-width: 960px;
		margin: 0 auto 0 auto;
	}
}
.c-menu {
	color: #333;
	font-size: 1.2rem;
	letter-spacing: -1rem;
	line-height: 2.2rem;
	text-align: left;
}
.c-menu > li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 2rem;
}
.c-menu > li a {
	color: #333;
	text-decoration: none;
}
.c-menu > li a:hover {
	text-decoration: underline;
}
.c-menu i {
	font-size: 1.4rem;
	margin-right: 4px;
}
.sendText {
	color: #F26F45;
font-weight: 700;
}

.announ_text1 {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	margin-top: 56px;
	margin-bottom: 4px;
	color: #595757;
}
.announ_text2 {
	text-align: center;
	margin-bottom: 20px;
}
.announ_block {
	width: 776px;
	height: 330px;
	overflow: auto;
	overflow-y: scroll;

  background-image: repeating-linear-gradient(90deg, #ababab, #ababab 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #ababab, #ababab 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, #ababab, #ababab 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #ababab, #ababab 4px, transparent 4px, transparent 8px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
	padding: 10px 40px 20px 40px;
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.2em;
}
.announ_block ul {
}
.announ_block ul li {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 0.75rem;
}

.announs_m{
font-weight: 700;
font-size: 120%;
margin-top :15px;
}

