.contents_nv.fixed{
  position: fixed;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  z-index: 9;
  background: #fff;
  max-width: 1024px;
  width: 100%;
}

/*DL banner*/
.dl-bnr {
	padding: 5px;
	background: #217892;
}

.dl-bnr .inner {
    background: #ebf9f7;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
}

.dl-bnr .text h3 {
    color: #217892;
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
}
.dl-bnr .btn {
    margin-top: 25px;
}
.dl-bnr .btn a {
    display: inline-block;
    border: 2px solid #217892;
    background: #217892;
    color: #fff;
    font-weight: bold;
    padding: 15px 45px 15px 35px;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    transition: 0.3s;
}
.dl-bnr .btn a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-80%);
    position: absolute;
    right: 10px;
    top: 50%;
}
.dl-bnr .btn a:hover {
	border: 2px solid #217892;
	background: #e9f2f4;
	color: #217892;
	text-decoration: none;
}
.dl-bnr .btn a:hover:after {
	content: "";
	border-top: 2px solid #217892;
	border-right: 2px solid #217892;
}
@media screen and (max-width: 640px){
  .dl-bnr .inner {
      flex-wrap: wrap-reverse;
      padding: 10px;
  }
  .dl-bnr h3 {
      margin-top: 20px;
      font-size: 20px !important;
  }
  .dl-bnr .btn a {
      display: block;
      text-align: center;
  }
  .dl-bnr .photo {
      margin-left: 0;
  }
  .dl-bnr .photo img {
      width: 100%;
  }
}

/* ============================== Reinforcement Navigation */
.reinforcement_nv { padding: 16px 16px 24px; border: 4px solid #dedede; }

/* ============================== Component Match */
.cmp_mtc01 { border: 1px solid #dedede;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* ============================== Thumb Menu */
.thumb_mn { display: block; overflow: hidden; background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_right_01.png) 100% 50% no-repeat #ffffff; }

.thumb_mn .inner { overflow: hidden; padding: 16px 24px 16px 16px; }
.thumb_mn .img { float: left; width: 50%; margin-right: 16px; }
.thumb_mn .img img { display: block; width: 100%; height: auto; vertical-align: bottom; }
.thumb_mn .dtl { overflow: hidden; }
.thumb_mn .dtl .ttl { font-size: 18px; font-weight: bold; }
.thumb_mn .dtl .txt {}
a.thumb_mn:hover { text-decoration: none; }
a.thumb_mn:hover .dtl .ttl { text-decoration: underline; }

/* @media */
@media (max-width: 640px) {
	.thumb_mn { background-image: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_m_right_01.png);
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}

.case__sct .jp_pt_ttl {
  font-size: 15px;
}
.case__sct p {
  font-size: 13px;
}
.case__cap {
  display: block;
  color: #000 !important;
  font-size: 12px;
  margin-top: 8px;
  font-weight: bold;
}