@charset "utf-8";

/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
.visual {
}
.visual img {
	display: block;
	width: 100%;
	height: auto;
}

body.responsive-sp .visual {
	padding-top: 3.125%;
	background-color: #fff;
}


/*180718追加ここから*/
/* -- メインビジュアル--  */
.topMainVisualBox{
	position: relative;
}
.topMainVisualBox:hover{
	opacity:0.75;
}

.topMainVisualBox img{
	position: relative;
	/*z-index: 1;*/
}
.topMainVisualBox img:hover{
	opacity:1 !important;
}

.topMainVisualBox .txtBox{
	position: absolute;
	/*z-index: 10;*/
	font-weight: bold;
	/*left: 20px;*/
	width: 100%;
	text-decoration:none;
}

.topMainVisualBox .txtMain{
	color: #FFF;
	/*font-size: 200%;*/
}

.topMainVisualBox .txtSub{
	/*font-size: 162%;*/
}

.topMainVisualBox.topMainVisualBoxUc-800 .txtBox {
	top:0;
	left:0;
}
.topMainVisualBox.topMainVisualBoxUc-800 .txtMain {
	position:absolute;
	top:90px;
	left:40px;
	color: #094c85;
	font-size: 200%;
	text-shadow: 0 0 5px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 .txtSub {
	position:absolute;
	top:90px;
	left:40px;
	color: #094c85;
	font-size: 200%;
	text-shadow: 0 0 5px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 .typeName{
	position:absolute;
	top:240px;
	left:60px;
	color: #000;
	font-size: 150%;
	text-shadow: 0 0 15px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 .modelName{
	position:absolute;
	top:260px;
	left:60px;
	color: #000;
	font-size: 430%;
	text-shadow: 0 0 15px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 .note{
	position:absolute;
	top:330px;
	left:60px;
	color: #000;
	font-size: 100%;
	text-shadow: 0 0 15px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 .typeName sup{
	vertical-align: 1em;
	text-shadow: 0 0 10px #fff;
}
.topMainVisualBox.topMainVisualBoxUc-800 {
	position:relative;
}
.topMainVisualBox.topMainVisualBoxUc-800 .new_label{
	background-color:red;
	color:white;
	padding:0.2em 0.3em;
	font-size:140%;
	text-align:right;
	position:absolute;
	right:20px;
	bottom:20px;
}

body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 img{
	width:100%;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .txtBox {
	width:65%;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .txtMain {
		position:absolute;
	top:1em;
	left:1em;
	font-size: 3.7vw;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .typeName {
		position:absolute;
	top:6.5em;
	left:1.5em;
	font-size: 3.5vw;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .modelName {
		position:absolute;
	top:5.4em;
	left:1em;
	font-size: 5vw;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .note {
		position:absolute;
	top:10em;
	left:1.5em;
	font-size: 3vw;
}

body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .typeName sup{
	vertical-align: 1.5vw;
	font-size:0.5vw;
}
body.responsive-sp .topMainVisualBox.topMainVisualBoxUc-800 .new_label{
	background-color:red;
	color:white;
	padding:0.2em 0.3em;
	font-size:110%;
	text-align:right;
	position:absolute;
	right:10px;
	bottom:10px;
}
/*180718追加ここまで*/

/*180723メインビジュアル下注釈背景色用ここから*/
.visual ul.notesList.mvbn{
	background-color:#ebeef0;
}
/*180723メインビジュアル下注釈背景色用ここまで*/


/*----------------------------------------------------
	共通要素
----------------------------------------------------*/

/* 要素ブロック
----------------------------------------------------------- */
.rBlock {
	padding: 10px;
	background-color: #dbe0e4;
	border-radius: 5px;
}
body.responsive-sp .rBlock {
	padding: 0;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
}

/* 要素ブロック(ダーク)
----------------------------------------------------------- */
.rBlockDark {
	padding: 10px;
	background-color: #3d3d3d;
	border-radius: 5px;
}
body.responsive-sp .rBlockDark {
	box-shadow: none;
	border-radius: 0;
}

/* 子要素ブロック
----------------------------------------------------------- */
.rChildBlock {
	padding: 16px;
	background-color: #fff;
	border: 1px solid #b9bec2;
	border-radius: 4px;
}
body.responsive-sp .rChildBlock {
	box-shadow: 0 0 4px 0 rgba( 0,0,0,0.2 );
}

/* 要素内側ブロック
----------------------------------------------------------- */
.rInnerBlock {
	padding: 16px 12px;
	background-color: #fff;
}
body.responsive-sp .rInnerBlock {
	padding: 20px 0 30px 0;
}

/* 要素内側ブロック(強調)
----------------------------------------------------------- */
.rInnerBlockStrong {
	padding: 12px;
	background-color: #fffecd;
}

/* 要素タイトル
----------------------------------------------------------- */
.rTitle {
	margin-bottom: 0.6em;
	font-size: 123.1%;
	text-align: left;
}
body.responsive-sp .rBlock .rTitle {
	padding: 10px;
	margin: 0 -10px;
	background-color: #e6e6f2;
	border-left: 6px solid #295e71;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #c0c2d8;
	font-weight: bold;
	font-size: 107.6923%;
}

/* ダークブロック内 配置時 */
.rBlockDark .rTitle {
	color: #fff;
}

/* タイトル内 リンク */
.rTitle a {
	display: block;
}
.rTitle a:before {
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-left: 11px;
	margin-right: 11px;
	vertical-align: -0.1em;
	background: url("../images_global/r_title_link.png") no-repeat;
	content: "";
}
.rTitle a:link,
.rTitle a:visited {
	color: #333;
	text-decoration: none;
}
.rTitle a:hover,
.rTitle a:active {
	color: #666;
	text-decoration: none;
}

body.responsive-sp .rTitle a:before {
	display: none;
}

/* 子要素タイトル
----------------------------------------------------------- */
.rChildTitle {
	margin-bottom: 0.4em;
	font-size:138.5%;
}

/* ページタイトル
----------------------------------------------------------- */
.rTitleBlock {
	padding: 0 0 4px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #dbe0e4;
}
.rPageTitle {
	padding: 0 0 0 10px;
	border-left: 6px solid #164454;
	font-size:138.5%;
}

/* リンクリスト
----------------------------------------------------------- */
.rLinkList {
	font-size: 108%;
	text-align: left;
	background-color: #fff;
}
.rLinkList li {
	border-top: 1px solid #dbe0e4;
}
.rInnerBlock .rLinkList {
	margin: -16px -12px;
}
.rLinkList li:first-child {
	border-top: 0;
}
.rLinkList li a {
	position: relative;
	display: block;
	padding: 16px 12px 16px 34px;
	color: #333;
}
.rLinkList li a:before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 10px;
	margin-top: -5px;
	background: url("../images_global/r_link.png") no-repeat;
	content: "";
}
.rLinkList li a:link,
.rLinkList li a:visited {
	color: #333;
	text-decoration: none;
}
.rLinkList li a:active,
.rLinkList li a:hover {
	color: #666;
	text-decoration: none;
}

/* SP */
body.responsive-sp .rBlock .rLinkList {
	margin-left: -10px;
	margin-right: -10px;
}
body.responsive-sp .rLinkList li a {
	padding: 20px 10px 20px 40px;
}
body.responsive-sp .rLinkList li a:before {
	left: 12px;
	width: 16px;
	height: 15px;
	margin-top: -7.5px;
	background: url("../images_global/r_title_link.png") no-repeat;
}

/* リンクボタン
----------------------------------------------------------- */
.rLinkBtn {
	position: relative;
	display: block;
	padding: 16px 28px;
	background-color: #cbd2d7;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
}
.rLinkBtn:link,
.rLinkBtn:visited {
	color: #333;
	text-decoration: none;
}
.rLinkBtn:active,
.rLinkBtn:hover {
	color: #666;
	text-decoration: none;
}
.rLinkBtn:before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 10px;
	margin-top: -5px;
	background: url("../images_global/r_link.png") no-repeat;
	content: "";
}
.lineupTitleBox{
	display: block;
	padding: 16px 28px;
	background-color: #cbd2d7;
	border-radius: 5px;
	text-align: center;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0.8em;
}
.lineuplist{
	margin-top: 0.8em;
}
.lineuplist li{
	background: url(/business/images_global/r_link.png) no-repeat 0em;
	padding: 3px 0 3px 12px;
	text-decoration: none;
}
.lineuplist li a:visited,
.lineuplist li a:active,
.lineuplist li a:link{
	text-decoration: none;
}

/* 問い合わせボタン
----------------------------------------------------------- */
a.rInfoBtn {
	position: relative;
	display: block;
	padding: 12px 12px 12px 44px;
	background-color: #e88622;
	border-radius: 4px;
	color: #fff;
	font-size:108%;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.rInfoBtn:before {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 18px;
	height: 19px;
	margin-top: -9.5px;
	background: url("/business/images_global/r_info_pc_blank.png") no-repeat;
	content: "";
}
.rInfoBtn:link,
.rInfoBtn:visited {
	color: #fff;
	text-decoration: none;
}
.rInfoBtn:hover,
.rInfoBtn:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}


/* 検索フォーム
----------------------------------------------------------- */
.rSearchForm {
	position: relative;
}
.rSearchForm span {
	display: block;
	padding: 0 54px 0 10px;
	border: 1px solid #b9bec2;
	background-color: #fff;
}
.rSearchForm span input[type=text] {
	display: block;
	width: 100%;
	height: 42px;
	border: 0;
	outline: 0;
	background: transparent !important;
	font-size:108%;
}
.rSearchForm input[type=image] {
	position: absolute;
	right: 0;
	top: 0;
}

/*----------------------------------------------------
	製品ラインアップ
	製品検索
	ご購入前ご相談窓口
----------------------------------------------------*/
.indexLineup {
	margin-top: 10px;
}

.indexLineup .colLeft {
	float: left;
	width: 628px;
}
.indexLineup .colRight {
	float: right;
	width: 304px;
}

/* SP */
body.responsive-sp .indexLineup {
	padding: 0 10px 0;
	margin: 0;
}
body.responsive-sp .indexLineup .rBlock {
	background-color: transparent;
}
body.responsive-sp .indexLineup .colLeft {
	float: none;
	width: 100%;
}
body.responsive-sp .indexLineup .colRight {
	float: none;
	width: 100%;
	margin-top: 2%;
}

/* -----------------------------------------------------------
	サイドナビ
----------------------------------------------------------- */
/*.rSideNav {
	padding-bottom: 3.125%;
	background-color: #3d3d3d;
	border-radius: 4px;
	text-align: left;
}
*/

body.responsive-sp .rSideNav {
	margin-left: -10px;
	margin-right: -10px;
}

.rBnrBlock {
	margin-left: -10px;
	margin-right: -10px;
}

.rBnrBlock li {
	text-align: center;
}


/* 製品ラインアップ
-----------------------------------------------------*/
.contentLineupBlock {
	float: left;
	width: 300px;
	margin-left: 8px;
}
.LineupItem{
	margin-left:15px;
}
.contentLineupBlock:first-child {
	margin-left: 0;
}
.contentLineupBlock .lineupThumb a {
	display: block;
	text-align: center;
}
.contentLineupBlock .lineupCatch {
	margin-top: 0.2em;
	text-align: center;
}
.contentLineupBlock .lineupTitle {
	margin-top: 0.8em;
}
.clearfix .lineups {
	margin-bottom: 8px;
}
.contentExampleBlock {
	float: left;
	width: 226px;
	margin-left: 8px;
}
.contentExampleBlock:first-child {
	margin-left: 0;
}
#dlLinks{
	margin-top:127px;
}

/* SP */
body.responsive-sp .contentLineupBlock {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 4%;
}
.spBlock #dlLinks{
	margin:10px 0 0;
}
/* 製品検索
-----------------------------------------------------*/
#indexSearch {
}

/* ご購入前ご相談窓口
-----------------------------------------------------*/
#indexInfo {
	margin-top: 10px;
}
#indexInfo p {
	font-size:108%;
}

/*----------------------------------------------------
	活用シーン
	ダウンロード
	お客様サポート
----------------------------------------------------*/
#indexLinks {
	margin-top: 16px;
}
#indexLinks .col {
	float: left;
	width: 50%;
	margin-left: 2%;
}
#indexLinks .col:first-child {
	margin-left: 0;
}

#indexLinksDownload,

#indexLinksSupport {
	height: 255px;
}


/* SP */
body.responsive-sp #indexLinks {
	padding: 0 10px;
	margin: 0;
	background-color: #fff;
}
body.responsive-sp #indexLinks .col {
	float: none;
	width: 100%;
	margin-left: 0;
}

body.responsive-sp #indexLinksDownload,
body.responsive-sp #indexLinksSupport {
	height: auto;
}


/*----------------------------------------------------
	大切なお知らせ
----------------------------------------------------*/
#indexLinks {
	margin-top: 16px;
}
#indexLinks .colnews {
	float: left;
	width: 100%;
	margin-left: 2%;
}
#indexLinks .colnews:first-child {
	margin-left: 0;
}

#indexLinksNews {
	/*height: 255px;*/
}

.indent1-5 img {
	vertical-align: -3px;
}


/* SP */
body.responsive-sp #indexLinks {
	padding: 0 10px;
	margin: 0 -10px;
	background-color: #fff;
}
body.responsive-sp #indexLinks .colnews {
	float: none;
	width: 100%;
	margin-left: 0;
}

body.responsive-sp #indexLinksNews {
	height: auto;
}


/* 要素タイトル 大切なおしらせ
----------------------------------------------------------- */
.rTitleNews {
	margin-bottom: 0.6em;
	font-size: 123.1%;
	text-align: left;
}
body.responsive-sp .rBlock .rTitleNews {
	padding: 10px;
	margin: 0 -10px;
	background-color: #e6e6f2;
	border-left: 6px solid #295e71;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #c0c2d8;
	font-weight: bold;
	font-size: 107.6923%;
}

/* ダークブロック内 配置時 */
.rBlockDark .rTitleNews {
	color: #fff;
}

/* タイトル内 リンク */
.rTitleNews a {
	display: block;
	pointer-events: none;
}
.rTitleNews a:before {
	display: inline-block;
	width: 17px;
	height: 25px;
	margin-left: 11px;
	margin-right: 11px;
	vertical-align: -0.3em;
	background: url("../images_global/r_title_news.png") no-repeat;
	content: "";
}
.rTitleNews a:link,
.rTitleNews a:visited {
	color: #333;
	text-decoration: none;
}
.rTitleNews a:hover,
.rTitleNews a:active {
	color: #666;
	text-decoration: none;
}

body.responsive-sp .rTitleNews a:before {
	display: none;
}

/* リンクリスト
----------------------------------------------------------- */
.rLinkListNews {
	font-size: 108%;
	text-align: left;
	background-color: #fff;
}
.rLinkListNews li {
	border-top: 1px solid #dbe0e4;
	padding: 16px 12px 16px 16px;
}
.rInnerBlock .rLinkListNews {
	margin: -16px -12px;
}
.rLinkListNews li:first-child {
	border-top: 0;
}
.rLinkListNews li a {
	/*position: relative;
	display: block;
	padding: 16px 12px 16px 12px;
	color: #333;*/
}
.rLinkListNews li a:before {
	position: absolute;
	left: 16px;
	top: 50%;
	display: block;
	width: 8px;
	height: 10px;
	margin-top: -5px;
	/*background: url("../images_global/r_link.png") no-repeat;*/
	content: "";
}
.rLinkListNews li a:link,
.rLinkListNews li a:visited {
	/*color: #333;
	text-decoration: none;*/
}
.rLinkListNews li a:active,
/*
.rLinkListNews li a:hover {
	color: #666;
	text-decoration: none;
}
*/
/* SP */
/*
body.responsive-sp .rBlock .rLinkListNews {
	margin-left: -10px;
	margin-right: -10px;
}
*/
body.responsive-sp .rLinkListNews li a {
	/*padding: 20px 10px 20px 10px;*/
}
body.responsive-sp .rLinkListNews li a:before {
	left: 12px;
	width: 16px;
	height: 15px;
	margin-top: -7.5px;
	/*background: url("../images_global/r_title_link.png") no-repeat;*/
}

/* 要素タイトル
----------------------------------------------------------- */
.rTitleNews {
	margin-bottom: 0.6em;
	font-size: 123.1%;
	text-align: left;
}
body.responsive-sp .rBlock .rTitleNews {
	padding: 10px;
	margin: 0 -10px;
	background-color: #e6e6f2;
	border-left: 6px solid #295e71;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #c0c2d8;
	font-weight: bold;
	font-size: 107.6923%;
}

/*----------------------------------------------------
	バナーエリア
----------------------------------------------------*/
#indexBanners {
	padding-top: 20px;
	margin-top: 20px;
	background: url("../images/n_bg_separate.gif") repeat-x 0 0;
}
#indexBanners .col {
	float: left;
	width: 465px;
	margin-left: 20px;
}
#indexBanners .col:first-child {
	margin-left: 0;
}

/* SP */
body.responsive-sp #indexBanners {
	padding: 20px 10px;
	margin: 0;
	background-image: none;
	border-top: 1px solid #dae0e4;
}
body.responsive-sp #indexBanners .col {
	float: none;
	width: 100%;
	max-width: 465px;
	margin: 2% auto 0 auto;
}
body.responsive-sp #indexBanners .col:first-child {
	margin-top: 0;
}

/* #searchInfo
----------------------------------------------------------- */

/*PC searchInfo 修正 2017-01-11*/

#searchInfo {
	height: 50px;
	overflow: hidden;
	text-align: left;
}

#searchInput {
	float: left;
	width: 390px;
	height: 42px;
	border: 1px solid #999;
}

#indexSearch #MF_form_phrase2 {
	width: 320px;
	height: 42px;
	border: none;
	outline: none;
	margin: 0;
	padding: 0 10px;
	color: #999;
	font-size:116%;
}
#indexSearch #MF_form_phrase2:focus {
	color: #403d33;
}

#searchIcon {
	float: right;
}

/*/PC searchInfo 修正 2017-01-11*/


/*医用バナー追加ここから*/
.rBnrBlock {
	margin-left: -10px;
	margin-right: -10px;
}
/*医用バナー追加ここまで*/

.rLinkListNews a[target="_blank"]::after {
	content: url("/business/images_global/n_ic_blank_01.png");
	padding-left: 5px;
}
.renewalSDS li {
	margin-left: 2em;
	padding: 0;
	border: none;
	list-style: disc;
}