@charset "utf-8";
sup {
	font-size: 70%;
	vertical-align: baseline;
	margin-right: 0.25em;
}
sub {
	font-size: 70%;
	vertical-align: baseline;
	margin-right: 0.1em;
}
/* 文字装飾 */
.orange { color: #F90; }
.rect { border: 1px solid #333;	padding: 0.25em 0.75em; }
/* 改行不可(MELSEC- の後ろで改行させない等) */
.ilbk {
	display: inline-block;
	text-indent: 0;
}
.c-note--order.c-note--order-2-5em {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
.c-note--order.c-note--order-2-5em .c-note__num {
	width: 2.5em;
}
.c-note--order.c-note--order-3em {
	padding-left: 3em;
	text-indent: -3em;
}
.c-note--order.c-note--order-3em .c-note__num {
	width: 3em;
}

/* お知らせ */
.doclink {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 生産終了機種 */
.discon-table th, .discon-table td {
	vertical-align: middle;
}
.discon-table th:not(.wrap), .discon-table td:not(.wrap) {
	white-space: nowrap;
	text-align: center;
}
.discon-table .circle-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.5em;
	margin-right: -0.5em;
	
}
.discon-table .circle-list li {
	padding-left: 1.5em;
	padding-right: 0.5em;
	text-indent: -1em;
}
.discon-table .circle-list li .circle {
	display: inline-block;
	width: 1em;
	text-align: center;
	text-indent: 0;
}
.discon-table .w30per {
	width: 30%;
}
/* 置換え事例 */
.transition-icons img {
	display: inline-block;
	margin-left: 0.25em;
}

/* 置換え事例 - 個別ページ */
.preHead {
	display: flex;
	justify-content: space-between;
}
.preHead .leadTxt {
	padding-right: 1em;
}
.preHead .backLink {
	white-space: nowrap;
	background: url("../../case/img/bg_linkback.gif") no-repeat;
	background-position: top 10px left 0px;
	padding-left: 15px;
	align-self: flex-end;
}
.preHead + .c-headingLv2 {
	margin-top: 5px;
}
.c-headingLv2 + .fa-use_icon {
	margin-top: 10px;
	text-align: right;
}
.fa-use_icon img {
	margin-bottom: -2px;
}
.case-table th, .case-table td {
	vertical-align: middle;
}
/*
.fa-catch {
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	color: #036;
}
*/
@media only screen and (max-width: 768px){
	.preHead {
		flex-direction: column;
	}
	.preHead .backLink {
	}
/*
	.fa-catch {
		margin-top: 1em;
	}
	.fa-catch + .c-headingLv3 {
		margin-top: 1em;
	}
*/
}
/*
@media (min-width: 769px){
	.fa-catch {
		font-size: 90%;
		padding-top: 5px;
		padding-left: 10px;
	}
}
.fa-normal_list li.notice {
	list-style-type:none;
	font-size: 67.5%;
}
@media only screen and (max-width: 768px){
	.fa-normal_list li.notice {
		font-size: 12px;
	}
}
*/

/* A-A1Sユニット変換アダプタ */
/*
#a_a1s_adapter {
	border-top: 1px solid #333;
	margin-top: 20px;
	padding-top: 10px;
}
*/

/* MELSECNET(II)、MELSECNET/10ゲートウェイセット */
/*
#gatewaytable th {
	white-space: nowrap;
}
#gatewaytable td:nth-child(2),
#gatewaytable td:nth-child(3) {
	border-left: none;
	border-right: none;
}
#gatewaytable td:nth-child(3),
#gatewaytable td:nth-child(4) {
	vertical-align: top;
}
#gatewaytable td:nth-child(4) {
	border-left: none;
}
*/

/* A0J2リニューアルツール */
@media (max-width: 768px){
	#A0J2renewal .column_item_part + .column_item_part {
		padding-top: 20px;
	}
}
@media (min-width: 769px){
	#A0J2renewal_img {
		align-self: center;
	}
	#A0J2renewal {
		display: flex;
		flex-direction: column;
	}
	#A0J2renewal .column_item_part {
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#A0J2renewal .column_item_part:nth-child(1) {
		flex-basis: 45%;
	}
	#A0J2renewal .column_item_part:nth-child(2) {
		flex-basis: 25%;
	}
	#A0J2renewal .column_item_part:nth-child(3) {
		flex-basis: 30%;
	}
}

/* A/QnA→Q変換サポートツール */
.support_icon {
	margin-top: 60px;
}
.support_icon + .c-headingLv3 {
	margin-top: 0px;
}
#map01 {
	position: relative;
}
#map01 .btn {
	position: absolute;
	width: 16%;
}
#map01 .btn img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#map01 #btn01 {
	left: 17.5%;
	bottom: 3.2%;
}
#map01 #btn02 {
	left: 63.5%;
	bottom: 3.2%;
}
#support_tool04 .fa-odrblock {
	display: flex;
}
#support_tool04 .num {
	width: 2.5em;
	flex-shrink: 0;
}
#support_tool04 dd {
	margin-left: 2.5em;
}
.cap-2cols .c-subText {
	margin-top: 10px;
}

@media (max-width: 768px){
}

@media (min-width: 769px){
	.cap-2cols {
		display: flex;
		justify-content: space-between;
	}
	.cap-2cols .c-subText {
		text-align: center;
		width: 48.5%;
		margin-top: 10px;
		flex-shrink: 0;
	}
}

/*------ ドキュメントリンク用 ------*/
/*
.catalog_doclink {
	margin: 20px 0 20px 20px;
	overflow: hidden;
}
.catalog_doclink .wrap {
}
.catalog_doclink .catalog {
	overflow: hidden;
}
*/
.catalog .thumb{
	float: left;
	margin-right: 20px;
}
.catalog .thumb img {
	border: 1px solid #DCDCDC;
}
.catalog .summary {
	overflow: hidden;
}
.catalog .docLinkSiryo {
    font-size: 18px;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.catalog .docLinkDate {
    font-size: 16px;
	padding-bottom: 0.5em;
}
/*
.catalog_doclink table, .catalog_doclink tr, .catalog_doclink td {
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
	padding: 0;
	text-align: left;
}
*/

/*------ ドキュメントリンクのレスポンシブ対応 ------*/
/*

.col_3, .col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
.col_2 > div {
	width: 50%;
	padding: 10px;
}

@media only screen and (max-width: 768px) {
	.col_3 > div {
		width: 100%;
	}
	.col_2 > div {
		width: 100%;
	}
}
*/
.docLinkDate {
	text-align:left !important;
}

/* 置換えサポート機種一覧 */
.c-headingLv3 + .fa-icon-spec {
	margin-top: 10px;
}
.fa-icon-spec {
	text-align: right;
	line-height: 1;
}
.fa-icon-spec span {
	display: inline-block;
}
.fa-icon-spec span img {
	margin-left: 6px;
}
.mouse_ov a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.fa-icon-spec + .c-table {
	margin-top: 10px;
}

.lup-table th, .lup-table td {
	vertical-align: middle;
}
.lup-table .c-table__head th,
.lup-table .c-table__contentBody tr td:last-child {
	text-align: center;
}
.lup-table .c-table__head th:nth-child(1) {
	width: 15%;
}
.lup-table .c-table__head th:nth-child(2) {
	width: 15%;
}
.lup-table .c-table__head th:nth-child(3) {
	width: 57.5%;
}
.lup-table .c-table__head th:nth-child(4) {
	width: 12.5%;
}

.branch {
	width: 8em;
	display: inline-block
}
@media only screen and (max-width: 768px) {
	.branch {
		width: 100%;
	}
}