@charset "utf-8";
/* CSS Document */

#content .case_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    transition-duration: 0.5s;
}
#content .case_flex *{
    text-decoration: none;
    color: #333;
    box-sizing:border-box;
}
#content .case_flex .img {
    width: 34%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
#content .case_flex .img .img_inner .img .img_inner {
    overflow: hidden;
}
#content .case_flex .img img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0.5s;
}

#content .case_flex .txt {
    width: calc(100% - 34% - 2rem);
    display: flex;
    flex-flow: column;
}
#content .case_flex .txt p.ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}

#content .case_flex .txt .txt_cnt {
    font-size: 14px;
    line-height: 1.4;
}

#content .case_flex .txt .cat {
    display: flex;
    justify-content: space-between;
    margin: auto 0 15px;
    align-items: center;
}

#content .case_flex .txt .cat .cat_use {
    border: 1px solid #194cc8;
    display: inline-block;
    color: #194cc8;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}
#content .case_flex .txt .cat .cat_use:before {
    content: '';
    width: 13px;
    height: 10px;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/case/article/images/icon_folder.png);
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0.3rem;
    background-size: contain;
}
#content .case_flex .txt .cat .cat_use .cat_use_flex {
    flex-wrap: wrap;
    justify-content: space-between;
}

#content .case_flex .txt .cat .cat_other {
    color: #999;
    font-size: 13px;
    font-style: italic;
}
#content .case_flex:hover{
    opacity:.8;
}
#content .case_flex:hover .img .img_inner img {
    transform: translate(-50%, -50%) scale(1.1);
}

#toc-section{
    padding: 30px;
    background-color: #f9f9f9;
    margin: 20px 0 66px;
}
.f_bold {
    font-weight: bold;
}

#toc-section li.toc-level-h2 {
    text-indent: -0.55rem;
    padding-left: 1.2rem;
}
#toc-section ul li i {
    padding-right: 6px;
}
div#toc-section a {
    text-decoration: none;
    color: #000;
    line-height: 1.8;
}
div#toc-section a:hover {
opacity: 0.8;
}
#content.article_detail p{
    line-height: 1.8;
}
#content.article_detail strong {
    font-weight: bold;
}

p.interview-q {
    font-weight: bold;
    margin: 40px 0 40px;
}
#content.article_detail .imgBox {
    display: flex;
    margin-top: 20px;
}
#content.article_detail .imgBox .img {
    font-size: .8rem;
}
#content.article_detail .imgBox .img{
    order: 2;
}
#content.article_detail .imgBox .img img{
    margin: 0 0 20px 20px;
}
#content.article_detail img {
    margin: 2.7rem auto 2.7rem;
}
.btn_link {
    text-align: center;
    margin-top: 40px;
}
.btn_link a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #000;
    text-decoration: none;
    padding: 0.7rem 3.6rem 0.7rem 1.8rem;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/case/article/images/arrow_wh.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 1.4rem center;
    line-height:1.8;
    transition: .5s;
}
.btn_link a:hover {
    background-color: #0798a9;
    background-position: right 10px center;
}

.ps_case .relatedColumn #relatedList a.last {
    background-image: none!important;
}
.under_bnr_flex {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.under_bnr_flex a{
    display: block;
    transition: .5s;
}
.under_bnr_flex a:hover{
    opacity: .8;
}

#article_list .cat {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
#article_list .cat .cat_use {
    border: 1px solid #194cc8;
    display: inline-block;
    color: #194cc8;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}
#article_list .cat .cat_use:before {
    content: '';
    width: 13px;
    height: 10px;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/case/article/images/icon_folder.png);
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 0.3rem;
    background-size: contain;
}
#article_list .cat .cat_other {
    color: #999;
    font-size: 13px;
    font-style: italic;
}
.list-unstyled_position {
    position: relative;
}
.list-unstyled_link {
    position: absolute;
    top: 100px;
    height: 1px;
}

ul.checklist li {
    text-indent: -1rem;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    line-height: 1.8;
}
ul.checklist li:before {
    content: '✓';
    font-size: 1.2rem;
    color: #0798a9;
}
.result .result_box {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.result .result_box p {
  margin-bottom: 0 !important;
}
.result .result_box .img {
  margin-right: 30px;
}
.result .result_box .img img {
  margin: 0 !important;
}
.result .result_box .en {
  font-size: 14px;
  color: #999;
}
.result .result_box .ttl {
  margin-top: 0 !important;
  font-weight: bold;
  font-size: 20px;
}
.result .result_box ul {
    list-style: none;
    margin-top: 5px;
}
.result .result_box li {
    list-style: disc;
    margin-left: 1rem;
    line-height: 1.6;
}
@media all and (max-width: 768px) {
  .result .result_box {
      display: block;
  }
  .result .result_box .img {
      text-align: center;
      margin: 0 0 20px;
  }
  .result .result_box .img img {
      width: 40%;
      min-width: 100px;
  }
  .result .result_box .en,
  .result .result_box .ttl {
      text-align: center;
  }
/*-----*/
}