@charset "utf-8";



/*----------------------------------------------------
	共通要素
----------------------------------------------------*/

/* 要素ブロック
----------------------------------------------------------- */
.rBlock {
	padding: 10px;
	background-color: #dbe0e4;
	border-radius: 5px;
}
body.responsive-sp .rBlock {
	padding: 0;
	/*background-color: #fff;*/
    background-color: transparent;
	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;
    /*display: flex;*//*200408コメントオフ*/
    flex-direction: column;
}
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;
}

/* 要素タイトル
----------------------------------------------------------- */
.rTitle {
	margin-bottom: 0.6em;
	font-size: 123.1%;
	text-align: left;
}
.rTitle.cases{
    font-size: 169.2%;
    margin-top: 6px;
}
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%;
}
body.responsive-sp .rBlock .rTitle.cases {
    font-size: 147.2%;
}
/* ダークブロック内 配置時 */
.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;
}



/* リンクボタン
----------------------------------------------------------- */
.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: "";
}





/*----------------------------------------------------
	その他工場向け製品ボックス　追加
----------------------------------------------------*/
.indexOther{
    margin-top: 16px;
}
.indexOther .contentLineupBlock {
    float: left;
    width: 304px;
}
.indexOther .contentLineupBlock:first-child {
	margin-left: 0;
}
.indexOther .contentLineupBlock .rChildBlock{
    position: relative;
    height: 68px;
}
.indexOther .contentLineupBlock .rChildBlock img{
    position: absolute;
    right: 18px;
}
.indexOther .contentLineupBlock .rChildBlock p{
line-height: 2;
    position: absolute;
    top: 12px;
}
.indexOther .contentLineupBlock .rChildBlock p a {
	display: block;
	color: #333;
	text-decoration: none;
	margin-left: 8px;
    text-indent: -16px;
    padding-left: 10px;
}
.indexOther .contentLineupBlock .rChildBlock p a:hover {
	text-decoration: underline;
}

.indexOther .contentLineupBlock .rChildBlock p a:before {
	content: url(/business/images_global/n_ic_ftGnav.png);
	margin-right: 10px;
}

body.responsive-sp .indexOther{
    padding: 16px 10px 20px;
    margin: 0;
    background-color: transparent;
}
body.responsive-sp .indexOther .contentLineupBlock{
    width: 100%;
    float: none;
}
.contentLineupBlock {
	float: left;
	width: 100%;
	margin-left: 8px;
}
.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;
}*/

.contentLineupBlock .rChildBlock ul li{
	float:left;
	width:50%;
	position:relative
}
.contentLineupBlock .rChildBlock ul li .copy{
	margin-top:4em;
	line-height:2;
	padding-left:2em;
}

.contentLineupBlock .rChildBlock {
	position:relative;
}
.contentLineupBlock .rChildBlock .new_label{
background-color:red;
color:white;
padding:0.2em 0.3em;
font-size:120%;
/*font-weight:bold;*/
text-align:right;
position:absolute;
right:20px;
margin-bottom:0.5em;
}

/* SP */
body.responsive-sp .contentLineupBlock {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 4%;
}

body.responsive-sp .contentLineupBlock .rChildBlock ul li{
	float:left;
	width:100%;
}
body.responsive-sp .contentLineupBlock .rChildBlock ul li .copy{
	margin-top:0;
	line-height:2;
	padding-left:0;
	text-align:center;
	margin-bottom:1em;
}





/* #searchInfo
----------------------------------------------------------- */

#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;
}



/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
.visual {
	text-align: center;
}
.visual img {
	display: block;
	width: 100%;
	height: auto;
}

.visual .visual_child {
  background-color: #FFFFFF;
}
.visual .visual_child .main{
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	/*border-bottom: 1px solid;*/
	display: inline-block;
	padding:  30px 0 30px;
}

body.responsive-sp .visual {
	padding-top: 3.125%;
	background-color: #fff;
}
body.responsive-sp .visual .visual_child .main{
	font-size: 4vw;
    padding: 1em 0;
}



/* #rContent
----------------------------------------------------------- */

.contentLineupBlock .lineupCatch {
  line-height: 2;
}
.contentLineupBlock .lineupTitle span {
  margin-left: 0.5em;
}
/*SP*/
body.responsive-sp .contentLineupBlock .lineupTitle span {
  display: block;
  margin: 0;
}


/*----------------------------------------------------
	導入までの流れと動画バナー
----------------------------------------------------*/
.indexFlowAndMovie {
	margin-top: 16px;
    width: 100%;
}
.indexFlowAndMovie .col {
	margin-left: 2%;
}
.indexFlowAndMovie .col:first-child {
	margin-left: 0;
}
.indexFlowAndMovie .box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.indexFlowAndMovie ul .flow{
    width: 315px;
    margin-right: 10px;
}
.indexFlowAndMovie ul .movie{
    width: 625px;
}


/* SP */
body.responsive-sp .indexFlowAndMovie {
    padding: 0 10px;
    float: none;
    width: auto;
    margin-left: 0;
}


.movieBannerBackground0{
    overflow: hidden;
    padding: 10px 1px;
    border-radius: 4px;
}

.movieBannerBackground{
    background-color: white;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.movieBanner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.movieBanner .arrow{
	float: left;
    width: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 37px;
}


.movieBanner .left{
    text-align: left;
    width: 47%;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    padding-left: 23px;
    position: relative;
}
.movieBanner .right{
    width: 53%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.movieBanner .right :hover{
	opacity: 0.75 !important;
}
.movieBanner .right img{
    position: absolute;
    top: -41px;
    width: auto;
    height: 278px;
    object-fit: cover;
}
.movieBanner .right .playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -22px;
    display: block;
    width: 63px;
    height: 44px;
	pointer-events: none;
}


/*SP*/
body.responsive-sp .movieBannerList .box:last-child{
    margin-bottom: 2em;
}
body.responsive-sp .movieBanner .right .playIcon{
	top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -25px;
}
body.responsive-sp .movieBanner .right .playIcon {
    width: 50px;
    height: auto;
}


body.responsive-sp .indexFlowAndMovie .box{
    display: block;
}
body.responsive-sp .indexFlowAndMovie ul .flow {
    width: 100%;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px;
    background-color: white;
}
body.responsive-sp .indexFlowAndMovie ul .movie {
    width: 100%;
    margin-top: 20px;
}
body.responsive-sp .movieBanner .left {
    font-size: 4vw;
    padding-left: 3vw;
}
body.responsive-sp .movieBanner .right {
    height: 26vw;
}
body.responsive-sp .movieBanner .arrow {
    display: none;
}
body.responsive-sp .movieBanner .right img {
    top: -5vw;
    height: 39vw;
}


body.responsive-sp .notesList2{
padding-left:10px;
padding-bottom:10px;
}

/*----------------------------------------------------
	導入事例ボックス
----------------------------------------------------*/
.indexCase{
    margin-top: 50px;
}
.indexCase .lineups{
    display: flex;
    justify-content: space-between;
}
.indexCase .contentLineupBlock {
    float: left;
    width: 304px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}
.indexCase .contentLineupBlock .button{
    margin-top: auto;
}

body.responsive-sp .indexCase{
    padding: 0 10px 0;
    margin: 0;
}
body.responsive-sp .indexCase .lineups{
    display: block;
}
body.responsive-sp .indexCase .contentLineupBlock{
    width: 100%;
    float: none;
}
body.responsive-sp .indexCase .rChildBlock{
    box-shadow: 0 0 4px 0 rgba( 0,0,0,0.2 );
    width: 100%;
}

a:link {
    text-decoration: none;
}

.caseBox {
  display: flex;
  justify-content: space-between;
}
 
.caseBox li {
  display: flex;
  flex-direction: column;
  width: 271px;
    padding: 16px;
	background-color: #fff;
	border: 1px solid #b9bec2;
	border-radius: 4px;
}
.caseBox li .txt{
    margin: 10px 0 16px 0;
    line-height: 2;
}
.caseBox img{
    width: 277px;
    height: auto;
}
.btn {
  margin-top: auto;
}

body.responsive-sp .caseBox {
  display: block;
}
body.responsive-sp .caseBox li {
  display: block;
  width: auto;
    margin: 10px 0;
}
body.responsive-sp .caseBox img{
    width: 100%;
}