﻿@charset "UTF-8";

.case #content{
  width: auto;
}
.case h2{
  width: 1050px;
  margin: 0 auto 20px;
}
.case .main{
    margin-bottom: 66px;
}
.case .box_full{
    background-color: #f4f4f4;
}
.case .box_full .inner{
    width: 1050px;
    margin: auto;
    position: relative;
}
.case .main .inner{
  padding: 44px 0 50px;
}
.case .main .inner:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 26px solid #fff;
    position: absolute;
    top: 0px;
    left: 32px;
    right: 0;
}
.case #content .main .txt{
  text-align: justify;
  padding: 0 0 33px 0;
    margin: 0 0 33px 0;
  border-bottom: solid 1px #cccccc;
  line-height: 1.7;
}
.case .main .c2_t .movie{
  padding: 5px 0 0 50px;
}

.case .main .co_info{
    font-size: 13px;
}
.case .main .co_info .co_info_title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
/*.case .main .co_info .co_info_txt{
    overflow: hidden;
}*/	background: #fff;
	color: #000;

.case .main .co_info .co_info_txt dt{
    float: left;
}
.case .main .co_info .co_info_txt dd{
    padding-left: 4em;
}
.case .main .co_info .co_info_txt dt,
.case .main .co_info .co_info_txt dd{
    line-height: 1.8;
}




.case .conversion .btn.type02 a {
    height: 50px;
    line-height: 50px;
}
.case .conversion a.ov:hover {
    height: 47px;
    line-height: 47px;
}
.case .conversion .btn.type02 a:hover{
    outline: none;
}


/************ 関連リンク ************/

.case .relatedColumn #relatedList a{
  padding-left: 4px;
  font-weight: bold;
  margin-right: 35px;
  display: inline-block;
  font-size: 13px;
}
.case .relatedColumn #relatedList a.last{
  margin-top: 15px;
}
.case .relatedColumn #relatedList a+a{
}
.case .related_elem{
    padding-bottom: 0em;
}
.case .related_elem+.related_elem {
    padding-bottom: 0;
    border-top: dotted 1px #ccc;
    padding-top: 1.2em;
}
#caseLink .related_elem {
    border-bottom: none;
}


/************ Youtube ************/

/*.movie .btn a{
    display: none;
}
.movie .btn .active{
    display: block;
}*/

.movie .btn{
    margin-bottom: 0!important;
}
.movie .btn a{
    margin: 20px 0 0 0;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
}
.movie .btn a {
/*    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    text-align: center;*/
}
.movie .btn a#play:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnYoutubePlay.png);
    position: absolute;
    right: 8px;
    top: 4px;
}
.movie .btn a#play:hover:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnYoutubePlay_on.png);
}
.movie .btn a#pause:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnYoutubePause.png);
    position: absolute;
    right: 8px;
    top: 4px;
}
.movie .btn a#pause:hover:after {
    content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnYoutubePause_on.png);
}



/************ その他 ************/

#content p.im_txt_02{
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
}

.case #content .last_margin {
    margin: 80px auto;
}

.case #content .sub_pic_txt p.imgCaption{
    font-size: 14px;
    margin-top: -10px;
}

/************ 課題と効果 ************/

.taskeffect{
  padding: 22px 27px 24px;
  box-sizing: border-box;
}
.taskeffect.effect{
  padding: 22px 29px 23px;
}
.taskeffect_tit{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #383838;
  display: block;
  margin-bottom: 20px;
}
.effect .taskeffect_tit{
  margin-bottom: 21px;
}
.taskeffect_elem{
  border-radius: 5px;
  font-size: 15px;
  color: #383838;
  text-align: justify;
  line-height: 25px;
  padding: 13px 15px 13px 63px;
  position: relative;
  box-sizing: border-box;
}
.taskeffect_elem:before{
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #cccccc;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 11px;
  padding-left: 1px;
}
.taskeffect_elem01:before{
  content: "1";
}
.taskeffect_elem02:before{
  content: "2";
}
.taskeffect_elem03:before{
  content: "3";
}
.taskeffect_elem04:before{
  content: "4";
}
.taskeffect .taskeffect_elem  {
	margin-bottom: 15px;
}
.taskeffect .taskeffect_elem:last-child {
	margin-bottom: 0;
}
.task{
  border:dashed 3px #d2d2d2;
  /*background: url(/3dp/case/images/kadai_border.gif) no-repeat;*/
}
.effect{
  background-color: #fceaea;
}


.task .taskeffect_elem{
  background-color: #eeeeee;
}
.effect .taskeffect_elem{
  border: solid 3px #f19998;
  background-color: #fff;
  padding: 11px 15px 11px 63px;
}
.effect .taskeffect_elem:before{
  background-color: #f19998;
}
.task {
  position: relative;
}
.task:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 30px solid #cccccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 467px;
}

.taskeffect-area.im_layout > *{
  width: 450px!important;
  /*height: 437px;*/
}
.taskeffect-area.im_layout{
  width: auto;
  margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.triangle {
    position: relative;
}
.triangle:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 10px solid #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;    
}
.effect .triangle:after {
    border-top: 10px solid #f19998;
}

.footBnrArea{
  margin-top: 40px;
  text-align: center;
}
.footBnrArea a:hover{
  opacity: 0.6;
}





.co_info_txt li+li {
    margin-top: 10px;
}

#content p.im_txt_02 {
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
}
#content p.im_txt_02.type02 {
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
    line-height: 1.5;
}


.subject {
	padding: 30px 30px 25px;
	background: #fafafa;
	margin-top: 40px;
}
.subject h4 {
	background: none;
	font-size: 18px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: auto;
	padding-left: 0;
}
.subject li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
	line-height: 1.6;
}
.subject li span {
	font-weight: bold;
	color: #0073cc;
}
.subject li strong {
	font-weight: bold;
}
.model {
	margin-top: 30px;
    min-height: 26px;
}

.model th {
	text-align: center;
	width: 20%;
	background: #e7e7e7 !important;
	border-right: 1px solid #cbcbcb !important;
	border-bottom: 1px solid #cbcbcb !important;
	font-size: 16px !important;
	font-weight: bold;
}
.model th + th {
	width: 80%;
}
.model td {
	font-weight: bold;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	font-size: 16px !important;
}
.model td + td {
	font-weight: normal;
}
.model ul {
}
.model ul li {
	float: left;
	margin-right: 30px;
	padding: 2px 0;
}
.model ul li a {
    color: #0073cc;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/btn_zoom.png) no-repeat 0 2px;
    padding-left: 20px;
    text-decoration: underline;
    display: block;
    line-height: 1.25;
}
.model ul li a:hover {
	text-decoration: none;
}
.model ul.link-list li {
	float: none;
	margin-right: 0;
	padding: 0;
}
#sideNavigation {
	position: fixed;
	top: 170px;
	right: 20px;
	z-index: 2000;
	display: none;
}
#sideNavigation li {
	padding-bottom: 10px;
	position: relative;
}
#sideNavigation li .inner {
	width: 160px;
	background: rgba(51,51,51,0.8);
	/*box-shadow:0px 0px 6px 0px #cccccc;*/
	filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.7));
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	text-align: center;
	display: table;
	min-height: 40px;
	line-height: 1.8;
	padding: 15px 0;
}
#sideNavigation li.current .inner,
#sideNavigation li .inner:hover {
	background: #0073cc;
}
#sideNavigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
#sideNavigation li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #5a5a5a transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
#sideNavigation li.current:after,
#sideNavigation li:hover:after {
	content: '';
	border-color: #0073cc transparent transparent transparent;
}
#sideNavigation li:last-child:after {
	content: none;
}
.anchor	{
	margin-top: -64px;
	padding-top: 64px;
}

#related-list li {
	float: left;
}

/* 190404対応製品のスライダー
-------------------------------------------------------*/
.model .inner {
	display: none;
}
.model .btn a {
	display: inline-block;
	padding: 0 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	background: #000;
	color: #fff;
}
.model .btn a:hover {
	background: #fff;
	color: #000;
}
.model .btn a:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnArrow.png);
	transform: rotate(90deg);
	top: 0;
	right: 10px;
}
.model .btn.on a:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnArrow.png);
	transform: rotate(-90deg);
	right: 2px;
	transition: .3s;
}


@media screen and (max-width: 640px){
    #sideNavigation{
        display: none!important;
    }
    .box img{
        max-width: 100%;
    }
    h4{
        height: auto;
    }
    .ml18{
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .relatedColumn .inner{
        width: 90%;
    }
    #related-list li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .model .inner {
    margin: 0 auto 2rem;
    width: 90%;
}
    .model .btn{
        text-align: center;
    }
    .model .btn a{
        margin: 0 auto;
    width: 90%;
    }
    .model td{
        text-align: left;
    }
    .model ul li{
        float: none;
    }
    .taskeffect-area.im_layout{
        gap:70px;
    }
    .taskeffect-area.im_layout > *{
        width: 100%!important;
    }
    .task:before {
        content: none;
    }
    .task:after {
        content: "";
    border: 25px solid transparent;
    border-top: 30px solid #cccccc;
    top: auto;
    bottom: -75px;
    transform: translateX(-50%);
    left: 50%;
}
}