﻿@charset "UTF-8";
* {
  box-sizing: border-box;
}
header {
  box-sizing: content-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.centerBlock {
  width: 969px;
  margin: 0 auto;
  margin-bottom: 130px;
  text-align: center;
}
.centerBlock p {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 26px !important;
}
.centerBlock02 {
  width: 969px;
  margin: 0 auto;
  text-align: center;
}
.centerBlock02 p {
  font-size: 20px !important;
  font-weight: bold;
  line-height: 26px !important;
  display: inline-block;
  text-align: left;
}
.ico_new01 {
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/images/new_01.png)
    no-repeat top left;
}
h3.type02 {
  text-align: center !important;
  color: #333 !important;
  font-size: 18px !important;
  margin-bottom: 1.4em !important;
  margin-top: 0 !important;
}
.notes {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 40px;
}

/* カラムレイアウト
-------------------------------------------- */
.c2:after {
  content: " ";
  display: block;
  clear: both;
}
.c2 > * {
  float: left;
}
.c2 > *:nth-child(1) {
  /*width: 460px*/ /*text-align: justify;*/
}
.c2 > *:nth-child(2) {
  float: right;
}

/* btn
-------------------------------------------- */
.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;
}
/*.btn a:hover:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnArrow_on.png);
}*/
.btn a:hover {
  background-color: #000;
  color: #fff;
}
/*.btn a:after {
	content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btnArrow.png);
	position: absolute;
	right: 8px;
	top: 4px;
}*/
.btn.type02 a {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

/* .allow
----------------------------- */
.allow {
  width: 60px;
  display: inline-block;
  position: relative;
  top: 80px;
  left: 50px;
  font-weight: bold;
  color: #808080;
  padding-top: 15px;
  font-size: 60px;
  font-weight: 800;
}
.allow:after {
  content: "\002192";
}

/* 2018/9/3 旧から変更
/* .balloon_list
----------------------------- */
/*firefox*/
.firefox .balloon_list .balloon:not(.last):before,
.firefox50 .balloon_list .balloon:not(.last):before {
  left: 143px !important;
}
.firefox .balloon_list .balloon:not(.last):after,
.firefox50 .balloon_list .balloon:not(.last):after {
  left: 139px !important;
}

/*IE*/
.ie .balloon_list .balloon:not(.last):before,
.ie11 .balloon_list .balloon:not(.last):before {
  left: 142px !important;
}
.ie .balloon_list .balloon:not(.last):after,
.ie11 .balloon_list .balloon:not(.last):after {
  left: 138px !important;
}

/*chrome*/
.chrome .balloon_list .balloon:not(.last):before,
.chrome55 .balloon_list .balloon:not(.last):before {
  left: 142px !important;
}
.chrome .balloon_list .balloon:not(.last):after,
.chrome55 .balloon_list .balloon:not(.last):after {
  left: 138px !important;
}

.balloon_title {
  font-size: 20px;
  font-weight: bold;
  color: /*#5697a7*/ ;
  display: block;
  margin-bottom: 0.5em;
  padding-top: 4px;
}

.balloon_list {
  margin: 0 auto;
}
.balloon_list li {
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}
.balloon_list li:last-child {
  margin-right: 0;
}
.balloon_list .balloon {
  display: table;
  width: 143px;
  height: 90px;
  /* border: 3px solid #079aa9; */
  /* background-color: #fff; */
  border: 2px solid #079aa9;
  background-color: #079aa9;
  text-align: center;
  /* border-radius: 5px; */
  border-radius: 10px;
  position: relative;
}
.balloon_list .balloon:not(.last):before {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 142px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon:not(.last):after {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 138px;
  margin-left: -10px;
  width: 0;
  height: 0;
  /* border-top: 15px solid #fff; */
  border-top: 15px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon div {
  /* color: #056a70; */
  color: #fff;
  font-weight: bold;
  /* font-size: 13px !important;*/
  font-size: 16px !important;
  line-height: 1.5em;
  margin-bottom: 0 !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* #main_wrap
----------------------------- */

/* #que_trouble
----------------------------- */
#que_trouble .que_list {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0px;
  box-sizing: border-box;
}
#que_trouble .que_list li {
  float: left;
  width: 33.33%;
}
#que_trouble .que_list li dl dt {
  font-size: 16px !important;
  line-height: 1.8em !important;
  background: none !important;
}
#que_trouble .que_list li dl dd {
  margin: 0 auto !important;
  font-size: 13px !important;
  line-height: 2em !important;
}
#que_trouble .que_list li img {
  padding-bottom: 25px;
  margin: 0 auto;
}

/* #resolution
----------------------------- */
#resolution {
  width: 970px;
  margin: 0 auto;
}
#resolution .res_list {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 60px;
  box-sizing: border-box;
}
#resolution .res_list li {
  float: left;
  width: 296px;
  height: 182px;
  padding-top: 1em;
  position: relative;
  margin-right: 30px;
  margin-top: 0;
  border-top: solid 1px #4c4c4c;
  border-left: solid 1px #4c4c4c;
}
#resolution .res_list li.last {
  margin-right: 0px;
}
#resolution .res_list li:last-of-type {
  margin-right: 0px;
}
#resolution .res_list li:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #4c4c4c;
  position: absolute;
  top: -60px;
  left: 50%;
}
#resolution .res_list li dl dt {
  font-size: 20px !important;
  line-height: 1.8em !important;
  background: none !important;
  font-weight: bold;
  margin-bottom: 0.3em;
}
#resolution .res_list li dl dd {
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  text-align: left;
  width: 240px;
  text-align: justify;
}
#resolution .res_list li img {
  padding-bottom: 25px;
  margin: 0 auto;
}
#resolution .exclamation_icon:before {
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/exclamation_icon.png);
  position: absolute;
  top: -44px;
  left: -16px;
}

/* #reason_wrap
----------------------------- */
#reason_wrap {
  background-color: #eeeff2;
  min-width: 1050px;
}
#reason_wrap #reason {
  margin: 0 auto;
}
#reason_wrap #reason .reason_list {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 0px;
}
#reason_wrap #reason .reason_list li {
  float: left;
  width: 262px;
  height: 310px;
  padding-top: 44px;
  position: relative;
  margin-right: 0px;
  margin-top: 0;
  background-color: #fff;
}
#reason_wrap #reason .reason_list li.last {
  margin-right: 0px;
}
#reason_wrap #reason .reason_list li:nth-child(odd) {
  background-color: #f7f7f7;
}
#reason_wrap #reason .reason_list li dl dt {
  font-size: 15px !important;
  line-height: 1.8em !important;
  background: none !important;
  font-weight: bold;
  margin-bottom: 0.3em;
  color: #e33332;
}
#reason_wrap #reason .reason_list li dl dd {
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.714 !important;
  width: 240px;
  color: #383838;
}
#reason_wrap #reason .reason_list li img {
  padding-bottom: 25px;
  margin: 0 auto;
}
#reason_wrap #reason .reason_midashi {
  font-size: 14px;
  line-height: 1.2;
  white-space: pre;
  position: absolute;
  display: block;
  padding-top: 10px;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #000;
  top: 0px;
  left: 0px;
}
#print_service .boxFull {
  /*padding: 90px 0;*/
}

/* #option
----------------------------- */
#option .opt_list {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#option .opt_list li {
  float: left;
  width: 286px;
  margin-right: 37px;
}
#option .opt_list li.last {
  margin-right: 0px;
}
#option .opt_list li .inner {
  padding: 0 2px;
}
#option .opt_list li dl dt {
  font-size: 16px !important;
  line-height: 1.8em !important;
  background: none !important;
}
#option .opt_list li p {
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-align: justify !important;
}
#option .opt_list li img {
  padding-bottom: 25px;
  margin: 0 auto;
  max-width: 100%;
}
#option .btn.type02 {
  margin-top: 1.4em !important;
}

/* #quick_order
----------------------------- */
#quick_order {
  background-color: #edeff1;
  min-width: 1050px;
}
#quick_order #quick_inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
#quick_order #quick_inner .titleArea {
  position: absolute;
  top: -25px;
  left: 0;
}
#quick_order #quick_inner .titleArea h2 {
  background: none;
  padding: 0 0 0 0;
  height: auto;
  font-size: 36px;
  border: none;
  margin-bottom: 20px;
  clear: both;
}
#quick_order #quick_inner .titleArea h2 span {
  font-size: 26px;
  font-weight: normal;
}
#quick_order #quick_inner .titleArea p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0.7em;
}
#quick_order #quick_inner h2 span {
  font-size: 26px;
  font-weight: normal;
}
#quick_order #quick_inner .reason_list {
  display: table;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0 0px;
  box-sizing: border-box;
}
#quick_order #quick_inner .reason_list li {
  float: left;
  width: 262px;
  height: 310px;
  padding-top: 44px;
  position: relative;
  margin-right: 0px;
  margin-top: 0;
  background-color: #fff;
}
#quick_order #quick_inner .reason_list li.last {
  margin-right: 0px;
}
#quick_order #quick_inner .reason_list li:nth-child(odd) {
  background-color: #f7f7f7;
}
#quick_order #quick_inner .reason_list li dl dt {
  font-size: 15px !important;
  line-height: 1.8em !important;
  background: none !important;
  font-weight: bold;
  margin-bottom: 0.3em;
  color: #c43635;
}
#quick_order #quick_inner .reason_list li dl dd {
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.714 !important;
  width: 240px;
  color: #383838;
}
#quick_order #quick_inner .reason_list li img {
  padding-bottom: 25px;
  margin: 0 auto;
}
#quick_order #quick_inner .reason_midashi {
  font-size: 14px;
  line-height: 1.2;
  white-space: pre;
  position: absolute;
  display: block;
  padding-top: 10px;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #000;
  top: 0px;
  left: 0px;
}
#print_service #quick_order.boxFull {
  padding: 30px 0;
}
#quick_order .c2 {
  width: 717px;
  margin-left: 332px;
  margin-top: 30px;
}
#quick_order .c2:after {
  content: " ";
  display: block;
  clear: both;
}
#quick_order .c2 > * {
  float: left;
}
#quick_order .c2 > *:nth-child(1) {
  width: 40%;
}
#quick_order .c2 > *:nth-child(2) {
  float: right;
  width: 458px;
  line-height: 1.9;
}
#quick_order .maru {
  width: 115px;
  height: 115px;
  /*background: #cc0000;*/
  background: #e33331;
  border-radius: 115px;
  -webkit-border-radius: 115px;
  -moz-border-radius: 115px;
  font-size: 19px;
  line-height: 1.5;
  margin-right: 20px;
  margin-top: 1.9em;
}
#quick_order .maru > * {
  text-decoration: none;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#quick_order .hosoku {
  padding-top: 40px;
}
#quick_order .hosoku .midashi {
  font-size: 20px;
  color: #242424;
}
#quick_order .hosoku .hosoku_list {
  font-size: 13px;
  padding-left: 3em;
  position: relative;
  left: 66px;
}
#quick_order .hosoku .hosoku_list li {
  margin-bottom: 0.5em;
}
.border_b_42454a {
  border-bottom: solid 1px #aaa;
}
.maru {
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  color: #fff;
  text-align: center;
}
#quick_order #notes {
  font-size: 14px;
  color: #292929;
  padding-bottom: 1em;
  margin-top: 60px;
}
#quick_order #notes li {
  font-size: 14px;
  color: #292929;
  padding-bottom: 1em;
}
.conversion.l2 li {
  float: left !important;
  width: 380px !important;
  box-sizing: border-box !important;
  margin: 0 10px;
}
.conversion.l2 a {
  display: block;
  background-color: #fab900;
  width: 380px;
  height: 55px;
  color: #222;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
  margin: 0 5px;
  text-align: center !important;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 10px;
  box-sizing: border-box !important;
}
.conversion.l2 a:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/converBtnArrow.png);
  position: absolute;
  right: 8px;
  top: 35%;
  box-sizing: border-box !important;
}
.conversion.l2 a:hover {
  background-color: #fff;
  outline: solid 3px #fab900;
  color: #fab900;
  box-sizing: border-box !important;
}
.conversion.l2 a:hover:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/converBtnArrow_on.png);
}
#quick_order .conversion ul {
  display: table;
  margin: 0 auto;
}
#quick_order .detailsHere {
  /*text-align: right;*/
  /*	margin: 30px 0 50px;
	padding-right: 2px;
	font-size: 15px;*/
  position: absolute;
  top: 90px;
  right: 0;
  width: 215px;
  /* height: 10px; */
}

#quick {
  position: absolute;
  top: -128px;
  left: 0px;
  width: 200px;
  height: 100px;
  z-index: 1000;
}

.maru-caution {
  font-size: 0.7em;
}

#print_top_main_cvlink {
  background-color: transparent;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 30px #000, 0 0 25px #000, 0 0 0.4px #000;
  text-decoration: underline;
  font-size: 17px;
  width: auto;
  margin-left: 85px;
}
#print_top_main_cvlink:hover {
  outline: none;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.3);
  /*opacity: 0.7;*/
}
#print_top_main_cvlink:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/converBtnArrow.png);
  position: absolute;
  display: inline-block;
  height: 44px;
  right: initial;
  left: 16em;
  top: 4px;
}
#print_top_main_cvlink:hover:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/converBtnArrow_on.png);
}

#faq dl {
}
#faq dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}
#faq dl.open {
}
#faq dl dt {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/support/faq/images/q_mark.jpg)
    no-repeat 0 0;
  margin-bottom: 0;
  padding: 12px 0 17px 56px;
}
#faq dl dd {
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/support/faq/images/a_mark.jpg)
    no-repeat 0 0;
  padding: 0 0 0 56px;
}
#faq dl dd strong {
  font-weight: bold;
}
#faq dl dd a {
  color: #0073cc;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/btn_zoom.png)
    no-repeat 0 2px;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: underline;
}
#faq dl dd a:hover {
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  #faq dl dd a {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/btn_zoom.png)
      no-repeat 0 3px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #faq dl dd a {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/images/top/btn_zoom.png)
      no-repeat 0 0;
  }
}

.mauto {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt63 {
  padding-top: 63px !important;
}
.pt67 {
  padding-top: 67px !important;
}
.pt68 {
  padding-top: 68px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pl110 {
  padding-left: 110px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.w240px {
  width: 240px !important;
}
.w300px {
  width: 300px !important;
}
.w400px {
  width: 400px !important;
}
.w430px {
  width: 430px !important;
}
.w970px {
  width: 970px !important;
}
.w980px {
  width: 980px !important;
}
.w990px {
  width: 990px !important;
}
.w1000px {
  width: 1000px !important;
}
.w1050px {
  width: 1050px !important;
}
.w20 {
  width: 20% !important;
}
.w30 {
  width: 30% !important;
}
.w33 {
  width: 33% !important;
}
.fl_l {
  float: left !important;
}

#faq dl dd a.bgnone {
  background: none;
  padding-left: 0;
}

.howtostartList {
  /* margin-bottom: 20px;*/
}
.howtostartList li {
  float: left;
  margin: 0 16px 20px 0;
  width: 226px;
}
.howtostartList li img {
  max-width: 100%;
  border: 1px solid #ccc;
}
.howtostartList li span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.howtostartList li span span {
  font-size: 10px;
}
.howtostartList + .btn {
  width: 380px;
  margin: 0 auto;
}
.pslist {
  text-align: center;
}
.pslist li {
  width: 380px;
  display: inline-block;
  float: none;
}
.pslist li + li {
  margin-left: 1em;
}
.otherBox {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px;
}
.material_other {
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: -5px;
  border-bottom: 1px dotted #ccc;
}
.otherBox ul {
}
.otherBox ul li {
  float: left;
  width: 222px;
  margin: 20px 20px 0 0;
  font-size: 14px;
}
.otherBox ul li span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}

/* 180921 LS
----------------------------------------------------------------------------*/
.content .linklistnew {
  width: 969px;
  height: auto;
  margin-bottom: 20px;
  padding: 20px 0px 20px 20px;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/side_dot.gif);
}
.content .linklistnew h3 {
  display: block;
  height: auto;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/h3_border.gif)
    no-repeat left bottom;
  margin: 0px auto 20px;
  padding-bottom: 10px;
  color: #333;
}
.content .linklistnew a {
  text-decoration: none !important;
}
.content .linklistnew .cname {
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
}
.content .linklistnew .detail {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: 14px;
}
.content .linklistnew .tag {
  color: #fff;
  background-color: #666;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
  padding: 0.48em 0.6em 0.5em 0.6em;
  letter-spacing: -0.05em;
}

.content .linklistnew .textarea {
  background-color: #fff;
  padding: 2em;
  float: left;
  width: 593px;
}

.area-link:hover img,
.balloon_list:hover {
  opacity: 0.3;
}

/*181031*/
.zokeiBox h3.type02 {
  font-size: 17px !important;
}
#option .opt_list.opt_list_two {
  width: 646px;
}
.tableTypeE a {
  text-decoration: none;
}
.tableTypeE td strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.tableTypeE td small {
  display: inline-block;
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

/* 191212 LS
----------------------------------------------------------------------------*/
.news-area {
  display: block;
}
.news-area .item {
  width: 100%;
}
.news-area .item h3 {
  margin-top: 20px;
}
.content .box .news-area .item dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #aaa;
  display: flex;
  flex-wrap: wrap;
}
.content .box .news-area .item:first-of-type dl {
  margin-bottom: 16px;
  padding-bottom: 17px;
  border-bottom: 1px dotted #aaa;
}
.content .box .news-area .item dt {
  font-size: 14px;
  height: auto;
  padding-left: 0;
  margin-bottom: 8px;
  width: 220px;
  background-image: none;
}
.content .box .news-area .item dt span {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  background: #efefef;
  color: #222;
  border-radius: 1000px;
  padding: 3px 10px;
  margin-left: 10px;
  min-width: 97px;
  text-align: center;
}
.content .box .news-area .item dt span.release {
  color: #00b1c6;
}
.content .box .news-area .item dt span.important {
  color: #de3131;
}
.content .box .news-area .item dd {
  margin-bottom: 0;
  width: calc(100% - 220px);
}

.news-category {
  margin-top: 20px;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.news-category li {
  width: 25%;
  padding: 25px 10px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.news-category li:nth-of-type(4n) {
  border-right: none;
}
.news-category li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/ico_external.png)
    no-repeat;
  background-position: right 5px center;
}
.news-category li a:hover {
  opacity: 0.3;
}
@media screen and (max-width: 640px) {
  .news-area .item {
    width: 100%;
  }
  .content .box .news-area .item dl {
    display: block;
  }
  .content .box .news-area .item dt,
  .content .box .news-area .item dd {
    width: 100%;
  }
  .news-category li {
    width: 50%;
    font-size: 14px;
    padding: 25px 5px;
  }
  .news-category li:nth-of-type(1),
  .news-category li:nth-of-type(2) {
    border-bottom: 1px solid #ccc;
  }
  .news-category li:nth-of-type(2n) {
    border-right: none;
  }
  .news-category li a {
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/ico_external.png)
      no-repeat;
    background-position: right center;
  }
}

.print_service_local_nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
.print_service_local_nav ul li {
  width: calc((100% - 2px) / 8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}

.print_service_local_nav ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  /* border-left: 1px solid #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px 14px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}
.print_service_local_nav ul li:last-child {
  border-right: 1px solid #ddd;
}
.print_service_local_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.print_service_local_nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: 0 0 0 -3px;
  vertical-align: middle;
  border-color: #d31d3e;
  transition: 0.3s;
}
.print_service_local_nav ul li a:hover:after {
  bottom: 3px;
}
.zokeiBox h3.type02 {
  font-size: 15px !important;
}
@media screen and (max-width: 640px) {
  .print_service_local_nav ul li {
    width: calc(100% / 2);
    border: none !important;
    border-left: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
  }

  .print_service_local_nav ul li:nth-of-type(1),
  .print_service_local_nav ul li:nth-of-type(2) {
    border-top: 1px solid #eee !important;
  }

  .print_service_local_nav ul li:nth-of-type(even) {
    border-right: 1px solid #eee !important;
  }

  .print_service_local_nav ul li a {
    padding: 10px;
    justify-content: flex-start;
    text-indent: 2rem;
    font-size: 14px;
  }

  .print_service_local_nav ul li a:after {
    left: 20px;
    bottom: 50%;
  }

  div#page_link01,
  div#page_link02,
  div#page_link03,
  div#page_link04,
  div#page_link05,
  div#page_link06,
  div#page_link07,
  div#page_link08,
  div#page_link09,
  div#page_link10 {
    margin-top: -50px;
    padding-top: 50px;
  }
}

#content div#after.print_service_processing .tab_content {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #111;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  align-items: stretch;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

#content div#after.print_service_processing .tab_content li {
  width: 20%;
  /* border-right: 1px solid #111; */
}

#content div#after.print_service_processing .tab_content li a {
  border-left: 1px solid #111;
  display: block;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  box-sizing: border-box;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: url(https://www.ricoh.co.jp/-/Media/Ricoh/Sites/co_jp/3dp/common/images/btn_scroll.png) no-repeat left 3.5rem center; */
  /* background-size: 17px; */
  /* padding-left: 21px; */
  /* height: 18px; */
  /* line-height: 18px; */
  /* font-size: 14px; */
  /* cursor: pointer; */
  font-size: 16px;
}

#content div#after.print_service_processing .tab_content li:nth-of-type(1) {
  padding: 1rem;
  text-align: center;
  /* color: #fff; */
  background: #e7e7e7;
  box-sizing: border-box;
}

#content div#after.print_service_processing .tab_content li a img {
  margin-bottom: 4px;
}

#content div#after.print_service_processing .box {
  width: 969px;
  margin: 0 auto 60px;
}
#content div#after.print_service_processing h3 {
  display: block;
  margin-top: 50px;
  height: 35px;
  line-height: 25px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(/-/Media/Ricoh/Sites/co_jp/3dp/common/images/h3_border.gif)
    no-repeat left bottom;
  margin: 50px auto 35px;
  text-align: left;
}

#content div#after.print_service_processing table {
  margin: 2rem 0 10px;
}

#content div#after.print_service_processing p small {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}
#content div#after.print_service_processing .tab_content li a:hover {
  color: #0073cc;
  background: #f6f6f6;
  transition: 0.3s;
}
#special_lp5 .section#Voice {
  background: url("/-/Media/Ricoh/Sites/co_jp/3dp/print_service/special_lp5/images/bg_after.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
div#after.print_service_processing .figure {
  text-align: center;
}
div#after.print_service_processing table th {
  font-weight: bold;
}
div#after.print_service_processing table {
  font-size: 14px;
}
div#after.print_service_processing table thead th {
  background: #ddd;
}

div#after.print_service_processing table tbody th {
  background: #eee;
}
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(1),
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(2),
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(3),
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(4),
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(5) {
  width: 4%;
}
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(6) {
  width: 15%;
}
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  td:nth-of-type(7) {
  width: 20%;
  text-align: left;
}
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  th:nth-of-type(1) {
  width: 8%;
  text-align: left;
}
#content
  div#after.print_service_processing
  table.after_tbl02
  tbody
  th:nth-of-type(2) {
  width: 10%;
  text-align: left;
}

#content div#after.print_service_processing table.after_tbl03 tbody td {
  text-align: left;
}
#content div#after.print_service_processing table td {
  text-align: center;
}
#content div#after.print_service_processing .pdrl55 table tr td:nth-of-type(1) {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .print_service_local_nav ul li:last-child a {
    border-right: 1px solid #eee !important;
  }
}

ul.opt_list-finishing {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}

ul.opt_list-finishing li {
  width: calc((100% - 37px * 2) / 3);
}

.opt_list-finishing_title {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
  font-size: 18px;
}

ul.opt_list-finishing li .inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
span.opt_list_bold {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  ul.opt_list-finishing li {
    width: 100%;
  }
  .w970px {
    width: 100% !important;
  }
}

ul.opt_list-other {
  display: flex;
  gap: 37px;
  flex-wrap: wrap;
}

ul.opt_list-other li {
  display: flex;
  width: calc((100% - 37px * 2) / 3);
}

ul.opt_list-other li .inner {
  display: flex;
  flex-flow: column;
}

.content .box ul.opt_list-other li h3.type02 {
  width: 100%;
}

ul.opt_list-other li .inner img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: 100%;
}

.opt_list-other-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}
.opt_list-other-img::before {
  content: "";
  padding: 64% 0 0 0;
  width: 100%;
  display: block;
}
.opt_list-other-img img {
  position: absolute;
}

#option ul.opt_list-other li p.btn.type02 {
  margin: auto 0 0 !important;
}

@media screen and (max-width: 640px) {
  ul.opt_list-other {
    gap: 60px;
  }
  ul.opt_list-other li {
    width: 100%;
  }
  ul.opt_list-finishing li .inner img {
    width: 100%;
  }
}

.opt_list-finishing-inner {
  background: #efefef;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: calc(100% - 1rem);
  margin: 1rem 0 0;
}
.opt_list-finishing-inner p {
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .opt_list-finishing-inner {
    height: auto;
    margin: 0;
  }
}

.other-item-img {
  padding: 0 40px;
}
.other-item-img img {
  width: 100%;
}

.other-item * {
  box-sizing: border-box;
}

.other-item {
  box-sizing: border-box;
  width: 100%;
}
.other-item-text {
  background: #efefef;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.other-item-text p {
  margin: 0;
}

.other-item-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #efefef transparent transparent transparent;
  bottom: -20px;
  left: 80px;
}
@media screen and (max-width: 640px) {
  .other-item-text {
    margin-top: 0;
  }
}

.bg-blue {
  background-color: #d1ecf4;
  padding: 80px 0;
}
.bg-blue02 {
  background-color: #e9eefc;
  padding: 80px 0;
}
.bg-blueimg01 {
  background-color: #fff;
  padding: 40px 0 80px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/images/bg01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-blueimg02 {
  background-color: #b6def5;
  padding: 80px 0;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/images/bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-blueimg03 {
  background-color: #c4e7f0;
  padding: 80px 0;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/print_service/images/bg03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-inner {
  padding: 50px;
  background: #fff;
  margin: 0 auto;
  max-width: 1150px;
}

.top_case .content .linklistnew {
  width: 100%;
  padding: 10px;
  background: #0097df;
}

.top_case .content .linklistnew-inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.top_case .content .linklistnew-inner .photo {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top_case .content .linklistnew-inner .photo img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.top_case .content .linklistnew .textarea {
  width: calc(100% - 335px);
}

.pslist-method {
  display: flex;
  justify-content: center;
}
.pslist-method li {
  width: 480px;
}
.pslist-method .btn.pslist-method-btn a {
  /*height: 60px;*/
  /*line-height: 60px;*/
  padding: 0 75px;
  text-align: left;
}
.pslist-method .btn.pslist-method-btn a img {
  position: absolute;
  bottom: -20px;
  right: 12px;
}
.pslist-method .btn.pslist-method-btn a:after {
  right: 190px;
}
.pslist li.sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .section-inner {
    width: calc(100% - 20px);
    padding: 50px 10px;
  }
  .top_case .content .linklistnew-inner .photo {
    height: 220px;
  }
  .top_case .content .linklistnew .textarea {
    padding: 20px;
    width: 100%;
  }
}

.scroll_txt {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  transition: visibility 0.3s ease 0.5s, transform 0.3s ease 0.5s,
    opacity 0.4s ease 0.6s;
}

.scroll_txt.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll_thumb {
  position: relative;
  width: 440px;
  overflow: hidden;
}
.scroll_thumb img {
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-450px);
  width: 100%;
}
.scroll_thumb::before {
  padding-top: 55%;
  width: 100%;
  content: "";
  display: block;
}
.scroll_thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0097df;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease-in-out, width 0.3s ease 0.5s;
  transform: translateX(-450px);
}
.scroll_thumb.active img {
  transform: translateX(0);
}
.scroll_thumb.active::after {
  transform: translateX(0);
}
.scroll_thumb.active.after-slide::after {
  width: 0;
}

@media screen and (max-width: 640px) {
  .scroll_thumb {
    width: 100%;
  }
  .pslist li.sp {
    display: block !important;
  }
  .pslist-method {
    flex-wrap: wrap;
  }
  .pslist-method .btn.pslist-method-btn a {
    padding: 0 90px 0 35px;
    text-align: center;
  }
  .pslist-method .btn.pslist-method-btn a img {
    bottom: 0;
    max-height: 90%;
    max-width: 54px;
    right: 5px;
  }
  .pslist-method .btn.pslist-method-btn a:after {
    right: 70px;
  }
}

#main_wrap #main .conversion a {
  font-weight: bold;
}

.material-flex,
.material-box,
.material-box-img {
  box-sizing: border-box;
}
.material-flex {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.material-flex:has(> .material-box-img) {
  gap: 20px;
}

.material-flex .material-box {
  width: calc((100% - 40px) / 2);
}
.material-flex .material-box-img {
  width: calc((100% - 20px) / 2);
}

.material-box-img a {
  width: 100%;
  display: block;
}
.material-box-img img {
  width: 100%;
}
.material-box-img .captionStyle01 {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .material-flex .material-box {
    width: 100%;
  }
  .material-flex .material-box-img {
    width: 100%;
  }
}
