@charset "UTF-8";
/*---------------wrapper----------------*/
.br_1150 {
  display: none;
}

.mainwrap__shell {
  max-width: 800px;
  margin: 0 auto;
}

.itemnamewrap {
  margin-bottom: 30px;
}

.itemnamewrap p.hard {
  background-color: #1262B2;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 5px;
}

.itemnamewrap p.soft {
  background-color: #919c2e;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.snswrap {
  overflow: hidden;
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0px;
  padding-left: 0;
}

.snswrap li {
  list-style: none;
  float: right;
  margin-left: 20px;
  font-size: 25px;
}

.snswrap li i {
  transition: 0.3s;
}

.snswrap li:nth-child(1) i {
  color: #4265B6;
}

.snswrap li:nth-child(2) i {
  color: #1497DD;
}

.snswrap li:hover i {
  opacity: 0.8;
}

.iteminfo {
  color: #4D4D4D;
  padding-bottom: 30px;
}

.iteminfo table {
  width: 80%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: center;
  font-size: 14px;
}

.iteminfo table th {
  width: 40%;
  border: thin solid #DCDCDC;
  background-color: #F9F9F9;
  padding: 10px;
}

.iteminfo table td {
  width: 60%;
  border: thin solid #DCDCDC;
  background-color: #FFFFFF;
  padding: 10px;
}

.iteminfo table td img {
  max-width: 200px;
}

.buttonwrap {
  margin-bottom: 30px;
}

.buttonwrap a {
  text-decoration: none;
}

.buttonwrap i {
  font-size: 20px;
}

.buttonwrap ul {
  display: table;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.buttonwrap ul li {
  display: table-cell;
}

.buttonwrap ul {
  border-spacing: 30px;
}

.buttonwrap ul li a {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  color: #004EA2;
  border: thin solid #004EA2;
  transition: 0.3s;
}

.buttonwrap ul li:hover a {
  color: #ffffff;
  background-color: #004EA2;
}

.buttonwrap p {
  text-align: center;
}

.buttonwrap p a {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  color: #004EA2;
  border: thin solid #004ea2;
  transition: 0.3s;
}

.buttonwrap p:hover a {
  color: #ffffff;
  background-color: #004ea2;
}

.iteminfo {
  margin-bottom: 50px;
  font-size: 16px;
  background-color: #EEEEEE;
  padding-top: 20px;
}

.product-img {
  text-align: center;
  margin-bottom: 20px;
}

.product-img img {
  -webkit-box-shadow: 2px 2px 1px #5B5B5B;
  box-shadow: 2px 2px 5px #767676;
}

.contentswrap {
  width: 720px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.contentswrap h3 {
  color: #004EA2;
  text-align: center;
  border-bottom: 2px solid #004EA2;
  padding-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contentswrap h4 {
  margin-top: 0;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #004EA2;
  border-left: 5px solid #004EA2;
  font-size: 18px;
  padding-left: 10px;
  font-feature-settings: "palt";
}

.contentswrap h4 span {
  font-size: 12px;
}

.span2 ul {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}

.span2 ul li {
  width: 50%;
  overflow: hidden;
  padding-top: 0;
}

.span2 ul li div {
  font-size: 14px;
}

.span2 ul li div span {
  font-size: 12px;
}

.span2 ul li div:nth-child(1) {
  width: 30%;
  box-sizing: border-box;
}

.span2 ul li div:nth-child(2) {
  width: 70%;
  box-sizing: border-box;
}

.span2 ul li div:nth-child(2) p {
  margin: 0;
}

.catchwrap h3 {
  background-color: #1262B2;
  width: 720px;
  margin: 0 auto;
  padding: 10px;
  font-size: 24px;
  border-bottom: 2px solid #EEEEEE;
  color: #ffffff;
  box-sizing: border-box;
  line-height: 1.4;
}

.catch {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 2px solid #004EA2;
  color: #004EA2;
  margin: 0 auto;
}

.catch + p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.block2center {
  display: table;
  margin: auto;
}

.block2center li {
  display: table-cell;
}

.block2center li:nth-child(2) {
  padding-left: 20px;
}

.block2center li img {
  vertical-align: middle;
}

.wordwide {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 90%;
}

.nobackcolor {
  text-align: center;
  margin-bottom: 30px;
}

.nobackcolor h3 {
  color: #004EA2;
  border-bottom: 2px solid #004EA2;
  margin-bottom: 40px;
  padding-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
}

.table-2block ul {
  width: 668px;
  box-sizing: border-box;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  overflow: hidden;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.table-2block ul li {
  list-style: none;
  width: 49%;
  background-color: #EEEEEE;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.table-2block ul li:nth-child(2n+1) {
  float: left;
}

.table-2block ul li:nth-child(2n) {
  float: right;
}

.table-2block p {
  width: 80%;
  margin: 0 auto;
}

.h364 {
  height: 364px;
}

.h253 {
  height: 253px;
}

.example {
  text-align: center;
  border: 1px solid #dcdcdc;
  width: 80%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-top: 20px;
}

.example h5 {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 10px;
  width: 80%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  color: #004EA2;
  font-size: 16px;
}

.example a img {
  width: 240px;
  height: auto;
}

.product_img2 {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
}

.product_img_wrap {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 60px;
  position: relative;
  margin: 0 auto;
}

.product_img_wrap:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #C9C9C9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_img_wrap figure:first-child {
  width: 60%;
  margin: 0;
  padding-right: 20px;
  box-sizing: border-box;
}

.product_img_wrap figure:last-child {
  width: 40%;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
}

.product_img_wrap img {
  width: 100%;
}

/*---------------switchingnav----------------*/
.switching ul li:hover a {
  color: #FFFFFF;
  background-color: #C71D1E;
}

.itemnamewrap h3,
.itemnamewrap p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.itemnamewrap h3 {
  font-size: 24px;
  font-family: "Sawarabi Gothic", sans-serif;
}

/*---------------SR Connect----------------*/
#srconnect .dr-underline:after {
  bottom: -7px;
}

#srconnect .sidenav-line ul li.srconnect_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

.yajirushi {
  background-image: url(/img/product/srconnect/srconnect_04.png);
  background-repeat: no-repeat;
  background-position: center 40px;
}

.yajirushi .contentswrap {
  margin-bottom: 40px;
}

#srconnect #constitution h5 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border-bottom: 1px solid #767676;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 40px;
}

#srconnect #constitution ul {
  list-style: decimal;
  padding-left: 80px;
  font-size: 14px;
  margin-bottom: 40px;
}

#srconnect #constitution ul li {
  margin-bottom: 5px;
}

#srconnect #constitution ul + div {
  text-align: center;
}

#srconnect .confirmation_screen_wrap {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

#srconnect .confirmation_screen_wrap section {
  width: 32%;
  float: left;
}

#srconnect .confirmation_screen_wrap section:nth-child(1),
#srconnect .confirmation_screen_wrap section:nth-child(2) {
  padding-right: 2%;
}

#srconnect .confirmation_screen_wrap section h4 {
  color: #4d4d4d;
  font-weight: normal;
  border-left-style: none;
  border-bottom: thin dotted hsl(0, 0%, 86%);
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

#srconnect .confirmation_screen_wrap section figure {
  margin: 0;
  position: relative;
}

#srconnect .confirmation_screen_wrap section figure i {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#srconnect .confirmation_screen_wrap section img {
  width: 100%;
}

#srconnect .topread p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#srconnect .isoarea {
  padding: 30px;
}

#srconnect .isoarea div figure {
  margin: 0;
  text-align: center;
}

#srconnect .isoarea div figure img {
  vertical-align: middle;
}

#srconnect .isoarea figure img:nth-child(1) {
  max-width: 40%;
  margin-right: 20px;
}

#srconnect .isoarea figure img:nth-child(2) {
  max-width: 10%;
}

#srconnect .madein div {
  padding: 30px;
  overflow: hidden;
}

#srconnect .madein div figure {
  width: 20%;
  float: left;
  margin: 0;
  padding-right: 20px;
  box-sizing: border-box;
}

#srconnect .madein div figure img {
  max-width: 100%;
}

#srconnect .madein div p {
  width: 80%;
  float: left;
}

#srconnect .constitution figure {
  margin-bottom: 50px;
}

#srconnect .constitution figure figcaption {
  font-size: 14px;
}

#srconnect .constitution figure img {
  max-width: 100%;
}

#srconnect .videolink {
  margin: 30px auto;
}

#srconnect .videolink a {
  text-decoration: none;
  transition: 0.3s;
  background-color: #15589F;
  border: 1px solid #15589F;
  color: #FFFFFF;
  height: 60px;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  font-size: 15px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  box-shadow: 2px 2px 5px #a7a7a7;
  font-feature-settings: "palt";
}

#srconnect .videolink a:hover {
  color: #15589F;
  background-color: #FFFFFF;
}

#srconnect .videolink a i {
  font-size: 25px;
  margin-right: 10px;
  width: 25px;
}

#srconnect .videolink a span {
  display: block;
  line-height: 1;
  max-width: 275px;
  white-space: nowrap;
}

#srconnect .videolink a br {
  display: none;
}

#srconnect #operation div {
  text-align: center;
}

#srconnect #operation h3 {
  margin-bottom: 50px;
}

#srconnect #operation p {
  line-height: 2;
}

#srconnect #structure h3 span {
  font-size: 12px;
}

#srconnect #structure div {
  text-align: center;
}

#srconnect #structure div img {
  max-width: 100%;
}

#srconnect #structure p {
  text-align: center;
  font-size: 12px;
}

/*#srconnect #structure p span:nth-child(1) {
	color:#004EA2;
}
#srconnect #structure p span:nth-child(2) {
	color:#ba0002;
}*/
/*#srconnect #structure figure img {
	max-width:100%;
}
#srconnect #structure figure figcaption {
	text-align:center;
	font-size:12px;
}*/
#srconnect #structure .sprit_l {
  width: 100%;
  display: flex;
}

#srconnect #structure .sprit_l .sprit_ll,
#srconnect #structure .sprit_l .sprit_lr {
  width: 29%;
  margin: 0 5px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

#srconnect #structure .sprit_l .sprit_ll {
  width: 39%;
}

#srconnect #structure .sprit_l .sprit_lr {
  width: 61%;
}

#srconnect #structure .sprit_l .sprit_ll {
  color: #004EA2;
  border: 1px solid #004EA2;
}

#srconnect #structure .sprit_l .sprit_lr {
  color: #BD5108;
  border: 1px solid #BD5108;
}

#srconnect #structure .sprit_l .sprit_ll dt,
#srconnect #structure .sprit_l .sprit_lr dt,
#srconnect #structure .sprit_r dt {
  text-align: center;
}

#srconnect #structure .sprit_l .sprit_ll dd,
#srconnect #structure .sprit_l .sprit_lr dd,
#srconnect #structure .sprit_r dd {
  display: flex;
  margin: 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

#srconnect #structure .sprit_l .sprit_ll dd figure,
#srconnect #structure .sprit_r dd figure {
  width: 30%;
}

#srconnect #structure .sprit_l .sprit_lr dd figure {
  width: 18%;
}

#srconnect #structure .iconwrap {
  display: flex;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #FFFFFF;
  width: 95%;
  margin: 0 auto 20px;
}

#srconnect #structure .iconwrap figure {
  margin: 0;
}

#srconnect #structure .iconwrap figure figcaption {
  font-size: 10px;
  color: #4D4D4D;
  line-height: 1.2;
}

#srconnect #structure .iconwrap figure figcaption span {
  font-size: 8px;
}

#srconnect #structure .iconwrap figure {
  margin: 0;
}

#srconnect #structure .iconwrap dl {
  margin: 0;
}

#srconnect #structure .iconwrap dt {
  margin-bottom: 10px;
}

#srconnect #structure .iconwrap img {
  width: 100%;
  max-width: 81px;
}

#srconnect #structure .iconwrap + figure {
  text-align: center;
  width: 95%;
  margin: 0 auto 25px;
  background-color: #FFFFFF;
  padding: 10px 0;
  box-sizing: border-box;
}

#srdlite .iconwrap + figure img {
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box;
}

/*---------------SR-WEB解析システム----------------*/
#sr_web_analysis .sidenav-line ul li.sr-web-analysis_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#sr_web_analysis .contentswrap h3 {
  font-size: 26px;
}

#sr_web_analysis .product-img {
  position: relative;
  width: 94%;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 2px 2px 2px #FFFFFF;
}

#sr_web_analysis .product-img div {
  width: 98%;
  height: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #DCDCDC;
  background-image: url(/img/product/sr-web-analysis/sr-web-analysis11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#sr_web_analysis .product-img:before {
  content: "";
  display: block;
  padding-top: 28%;
}

#sr_web_analysis .product-img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  margin: 0;
  line-height: 1.4;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px #FFFFFF;
}

#sr_web_analysis #efficiency h3 {
  margin-bottom: 30px;
}

#sr_web_analysis #efficiency h4 + p {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}

#sr_web_analysis #efficiency h4 + p + div img {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

#sr_web_analysis #efficiency .driver {
  margin-bottom: 50px;
}

#sr_web_analysis #efficiency .driver h4,
#sr_web_analysis #efficiency .office h4 {
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px dotted #004BA2;
  border-top: 1px dotted #004BA2;
  padding-bottom: 5px;
  padding-top: 10px;
  font-size: 20px;
}

#sr_web_analysis #efficiency .driver h4 img,
#sr_web_analysis #efficiency .office h4 img {
  vertical-align: middle;
}

#sr_web_analysis #efficiency .office h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

#sr_web_analysis #efficiency .driver p + div {
  width: 95%;
  margin: 0 auto;
}

#sr_web_analysis .line3 {
  overflow: hidden;
  width: 95%;
  margin: 0 auto 30px;
}

#sr_web_analysis .line2 {
  overflow: hidden;
  width: 62%;
  margin: 0 auto;
}

#sr_web_analysis .line2 section {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

#sr_web_analysis .line3 section {
  width: 33%;
  box-sizing: border-box;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

#sr_web_analysis .line3 section figure,
#sr_web_analysis .line2 section figure {
  position: relative;
  margin: 0;
}

#sr_web_analysis .line2 section figure i,
#sr_web_analysis .line3 section figure i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#sr_web_analysis #efficiency .line3 section figure img,
#sr_web_analysis #efficiency .line2 section figure img {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.moresafe figure {
  margin: 0 0 30px 0;
  text-align: center;
}

.moresafe p {
  width: 80%;
  margin: 0 auto;
}

.moresafe section {
  margin-bottom: 30px;
}

.moresafe h4 {
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px dotted #004BA2;
  border-top-style: none;
  padding-bottom: 5px;
  font-size: 20px;
}

.moresafe h4 img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
  transform: scale(-1, 1);
}

#system_summary h3 {
  margin-bottom: 30px;
}

.tabletitle {
  font-size: 16px;
}

#system_summary div {
  text-align: center;
}

/*---------------SRV Digitacho N----------------*/
#srvdigitachon .sidenav-line ul li:nth-child(2) a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------SR Pocket----------------*/
#srpocket .sidenav-line ul li.srpocket_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

/*---------------SR Pocket2----------------*/
#srpocket2 .sidenav-line ul li.srpocket2_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#srpocket2 .product-img-area {
  width: 94%;
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 1px 1px #9B9B9B;
  box-shadow: 1px 1px 1px 1px #9B9B9B;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}

#srpocket2 .product-img-area:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #c9c9c9;
}

#srpocket2 .product-img-area figure {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
}

#srpocket2 .product-img-area figure:first-child {
  padding: 30px 10px 30px 30px;
}

#srpocket2 .product-img-area figure:last-child {
  padding: 30px 30px 30px 10px;
}

#srpocket2 .product-img-area figure img {
  width: 100%;
}

#srpocket2 .product-img-area figure.item_fukidasi {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 20%;
  padding: 0;
  transform: rotate(10deg);
}

#srpocket2 .product-img-area figure.item_img {
  padding-top: 60px;
  padding-bottom: 0;
}

#srpocket2 .catchwrap {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  background-color: #FFFFFF;
  padding: 10px 0px;
  border: 2px solid #EEEEEE;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 14px -13px #5a5959;
  box-shadow: 0px 10px 14px -13px #5a5959;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#srpocket2 .catchwrap .catch {
  border-bottom: 2px solid #EEEEEE;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

#srpocket2 .catchwrap p {
  font-size: 16px;
  padding-bottom: 0;
  font-feature-settings: "palt";
}

#srpocket2 .listarea {
  width: 90%;
  margin: 0 auto 30px;
  background-color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  background-image: url(/img/product/srpocket2/srpocket2_13.png);
  background-repeat: no-repeat;
  background-position: 95% 35%;
  background-size: auto 120%;
  font-weight: bold;
  font-feature-settings: "palt";
}

#srpocket2 .listarea:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #EEEEEE;
}

#srpocket2 .listarea h4 {
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-top: 0;
  color: #C71D1E;
}

#srpocket2 .listarea h4:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  height: 1px;
  width: 10%;
  background-color: #EEEEEE;
  transform: translateX(-50%);
}

#srpocket2 .listarea ul {
  margin: 0;
  padding: 0 0 0 30px;
  color: #000000;
  text-align: center;
}

#srpocket2 .listarea ul li {
  list-style-type: none;
}

#srpocket2 .listarea ul li:not(:last-child) {
  margin-bottom: 10px;
}

#srpocket2 .listarea span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#srpocket2 .listarea .annotation {
  font-size: 12px;
  text-align: right;
  font-weight: normal;
}

#srpocket2 .listarea i {
  color: #dedede;
}

#srpocket2 .readarea {
  width: 90%;
  margin: 0 auto 50px;
}

#srpocket2 .element {
  margin-bottom: 50px;
}

#srpocket2 .element h4 {
  background-color: #ffffff;
  padding: 20px;
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: normal;
  color: #004ea2;
  font-feature-settings: "palt";
  -webkit-box-shadow: 0px 10px 14px -13px #5a5959;
  box-shadow: 0px 10px 14px -13px #5a5959;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#srpocket2 .element figure {
  margin-bottom: 20px;
  text-align: center;
}

#srpocket2 .element img {
  width: 95%;
}

#srpocket2 .element p {
  width: 90%;
  margin: 0 auto 10px;
}

#srpocket2 .element ul {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
}

#srpocket2 .method .mountain {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto 30px;
}

#srpocket2 .method .mountain figure {
  width: 50%;
  margin: 0;
}

#srpocket2 .method .mountain figure img {
  width: 100%;
}

#srpocket2 .method .graph {
  display: flex;
  width: 95%;
  margin: 0 auto 30px;
}

#srpocket2 .method figure {
  margin: 0;
}

#srpocket2 .method .graph .graph_l {
  width: 50%;
}

#srpocket2 .method .graph .graph_l p {
  background-color: #F8BB48;
}

#srpocket2 .method .graph .graph_r {
  width: 50%;
  display: flex;
}

#srpocket2 .method .graph .graph_r .graph_element {
  width: 50%;
  position: relative;
}

#srpocket2 .method .graph .graph_element p {
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px;
}

#srpocket2 .method .graph .graph_r .graph_element:first-child p {
  background-color: #4A9ABF;
}

#srpocket2 .method .graph .graph_r .graph_element:last-child p {
  background-color: #4082A2;
}

#srpocket2 .method .graph .graph_r .graph_element .fukidasi {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#srpocket2 .element.analysis figure {
  margin: 0;
}

#srpocket2 .introduction img {
  max-width: 100%;
  width: auto;
}

#srpocket2 .element.introduction h4 span {
  font-size: 0.6em;
  color: #BD5108;
}

#srpocket2 .iconwrap {
  display: flex;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #FFFFFF;
  width: 95%;
  margin: 0 auto 20px;
}

#srpocket2 .iconwrap figure {
  margin: 0;
}

#srpocket2 .iconwrap figure figcaption {
  font-size: 10px;
  color: #4D4D4D;
}

#srpocket2 .iconwrap figure {
  margin: 0;
}

#srpocket2 .iconwrap dl {
  margin: 0;
}

#srpocket2 .iconwrap dt {
  margin-bottom: 10px;
}

#srpocket2 .iconwrap img {
  width: 100%;
  max-width: 81px;
}

#srpocket2 .sprit_l {
  width: 100%;
  display: flex;
}

#srpocket2 .sprit_l .sprit_ll,
#srpocket2 .sprit_l .sprit_lr {
  width: 29%;
  margin: 0 5px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

#srpocket2 .sprit_l .sprit_ll {
  width: 29%;
}

#srpocket2 .sprit_l .sprit_lr {
  width: 71%;
}

#srpocket2 .sprit_l .sprit_ll {
  color: #004EA2;
  border: 1px solid #004EA2;
}

#srpocket2 .sprit_l .sprit_lr {
  color: #BD5108;
  border: 1px solid #BD5108;
}

#srpocket2 .sprit_l .sprit_ll dt,
#srpocket2 .sprit_l .sprit_lr dt,
#srpocket2 .sprit_r dt {
  text-align: center;
}

#srpocket2 .sprit_l .sprit_ll dd,
#srpocket2 .sprit_l .sprit_lr dd,
#srpocket2 .sprit_r dd {
  display: flex;
  margin: 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

#srpocket2 .sprit_l .sprit_ll dd figure,
#srpocket2 .sprit_r dd figure {
  width: 44%;
}

#srpocket2 .sprit_l .sprit_lr dd figure {
  width: 20%;
}

#srpocket2 .sprit_r dt {
  color: #BA0002;
}

#srpocket2 .sprit_r dd figure {
  width: 33.5%;
}

#srpocket2 .iconwrap + figure {
  text-align: center;
  width: 95%;
  margin: 0 auto 25px;
  background-color: #FFFFFF;
  padding: 10px 0;
  box-sizing: border-box;
}

#srpocket2 .iconwrap + figure img {
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box;
}

#srpocket2 .quality {
  width: 95%;
  margin: 0 auto;
}

#srpocket2 .quality .japan,
#srpocket2 .quality .iso {
  display: flex;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

#srpocket2 .quality .japan:after,
#srpocket2 .quality .iso:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 5px;
  top: 0;
}

#srpocket2 .quality .japan:before,
#srpocket2 .quality .iso:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  right: 5px;
  top: 0;
}

#srpocket2 .quality .japan figure,
#srpocket2 .quality .iso figure {
  width: 15%;
}

#srpocket2 .quality .japan figure img,
#srpocket2 .quality .iso figure img {
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}

#srpocket2 .quality .japan div,
#srpocket2 .quality .iso div {
  width: 75%;
}

#srpocket2 .quality .japan div p:first-child {
  font-weight: bold;
}

#srpocket2 .element.support p {
  font-size: 24px;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  width: 90%;
  line-height: 1.8;
}

#srpocket2 .element.support p span {
  color: #F0CC18;
  font-weight: bold;
}

/*---------------SR Dlite----------------*/
#srdlite .sidenav-line ul li.srdlite_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#srdlite .product-img-area {
  width: 94%;
  margin: 0 auto 20px;
  position: relative;
  display: flex;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 1px 1px #9B9B9B;
  box-shadow: 1px 1px 1px 1px #9B9B9B;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}

#srdlite .product-img-area:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #c9c9c9;
}

#srdlite .product-img-area figure {
  width: 50%;
  margin: 0;
  box-sizing: border-box;
  padding: 20px;
}

#srdlite .product-img-area figure:first-child {
  padding: 30px 10px 30px 30px;
}

#srdlite .product-img-area figure:last-child {
  padding: 30px 30px 30px 10px;
}

#srdlite .product-img-area figure img {
  width: 100%;
}

#srdlite .product-img-area figure.item_fukidasi {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 20%;
  padding: 0;
  transform: rotate(15deg);
}

#srdlite .product-img-area figure.item_img {
  padding-top: 60px;
  padding-bottom: 0;
}

#srdlite .catchwrap {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  background-color: #FFFFFF;
  padding: 10px 0px;
  border: 2px solid #EEEEEE;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 14px -13px #5a5959;
  box-shadow: 0px 10px 14px -13px #5a5959;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#srdlite .catchwrap .catch {
  border-bottom: 2px solid #EEEEEE;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

#srdlite .catchwrap p {
  font-size: 16px;
  padding-bottom: 0;
  font-feature-settings: "palt";
}

#srdlite .listarea {
  width: 90%;
  margin: 0 auto 30px;
  background-color: #ffffff;
  padding: 30px 20px;
  box-sizing: border-box;
  position: relative;
  background-image: url(/img/product/srdlite/srdlite_13.png);
  background-repeat: no-repeat;
  background-position: 95% 35%;
  background-size: auto 120%;
  font-weight: bold;
  font-feature-settings: "palt";
}

#srdlite .listarea:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #EEEEEE;
}

#srdlite .listarea h4 {
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-top: 0;
  color: #C71D1E;
}

#srdlite .listarea h4:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  height: 1px;
  width: 10%;
  background-color: #EEEEEE;
  transform: translateX(-50%);
}

#srdlite .listarea ul {
  margin: 0;
  padding: 0 0 0 30px;
  color: #000000;
  text-align: center;
}

#srdlite .listarea ul li {
  list-style-type: none;
}

#srdlite .listarea ul li:not(:last-child) {
  margin-bottom: 10px;
}

#srdlite .listarea span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

#srdlite .listarea .annotation {
  font-size: 12px;
  text-align: right;
  font-weight: normal;
}

#srdlite .listarea i {
  color: #dedede;
}

#srdlite .readarea {
  width: 90%;
  margin: 0 auto 50px;
}

#srdlite .element {
  margin-bottom: 50px;
}

#srdlite .element.support p {
  font-size: 24px;
  background-color: #FFFFFF;
  padding: 20px;
  text-align: center;
  width: 90%;
  line-height: 1.8;
}

#srdlite .element.support p span {
  color: #F0CC18;
  font-weight: bold;
}

#srdlite .element.analysis figure {
  margin: 0;
}

#srdlite .element.introduction h4 span {
  font-size: 0.6em;
  color: #BD5108;
}

#srdlite .element h4 {
  background-color: #ffffff;
  padding: 20px;
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: normal;
  color: #004ea2;
  font-feature-settings: "palt";
  -webkit-box-shadow: 0px 10px 14px -13px #5a5959;
  box-shadow: 0px 10px 14px -13px #5a5959;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #ffffff 80%, #ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

#srdlite .element figure {
  margin-bottom: 20px;
  text-align: center;
}

#srdlite .element img {
  width: 95%;
}

#srdlite .element p {
  width: 90%;
  margin: 0 auto 10px;
}

#srdlite .element ul {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
}

#srdlite .method .mountain {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto 30px;
}

#srdlite .method .mountain figure {
  width: 50%;
  margin: 0;
}

#srdlite .method .mountain figure img {
  width: 100%;
}

#srdlite .method .graph {
  display: flex;
  width: 95%;
  margin: 0 auto 30px;
}

#srdlite .method figure {
  margin: 0;
}

#srdlite .method .graph .graph_l {
  width: 50%;
}

#srdlite .method .graph .graph_l p {
  background-color: #F8BB48;
}

#srdlite .method .graph .graph_r {
  width: 50%;
  display: flex;
}

#srdlite .method .graph .graph_r .graph_element {
  width: 50%;
  position: relative;
}

#srdlite .method .graph .graph_element p {
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 5px;
}

#srdlite .method .graph .graph_r .graph_element:first-child p {
  background-color: #4A9ABF;
}

#srdlite .method .graph .graph_r .graph_element:last-child p {
  background-color: #4082A2;
}

#srdlite .method .graph .graph_r .graph_element .fukidasi {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#srdlite .introduction img,
#srdlite .announce img {
  max-width: 100%;
  width: auto;
}

#srdlite .iconwrap {
  display: flex;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #FFFFFF;
  width: 95%;
  margin: 0 auto 20px;
}

#srdlite .iconwrap figure {
  margin: 0;
}

#srdlite .iconwrap figure figcaption {
  font-size: 10px;
  color: #4D4D4D;
}

#srdlite .iconwrap figure {
  margin: 0;
}

#srdlite .iconwrap dl {
  margin: 0;
}

#srdlite .iconwrap dt {
  margin-bottom: 10px;
}

#srdlite .iconwrap img {
  width: 100%;
  max-width: 81px;
}

#srdlite .sprit_l {
  width: 100%;
  display: flex;
}

#srdlite .sprit_l .sprit_ll,
#srdlite .sprit_l .sprit_lr {
  width: 29%;
  margin: 0 5px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

#srdlite .sprit_l .sprit_ll {
  width: 29%;
}

#srdlite .sprit_l .sprit_lr {
  width: 71%;
}

#srdlite .sprit_l .sprit_ll {
  color: #004EA2;
  border: 1px solid #004EA2;
}

#srdlite .sprit_l .sprit_lr {
  color: #BD5108;
  border: 1px solid #BD5108;
}

#srdlite .sprit_l .sprit_ll dt,
#srdlite .sprit_l .sprit_lr dt,
#srdlite .sprit_r dt {
  text-align: center;
}

#srdlite .sprit_l .sprit_ll dd,
#srdlite .sprit_l .sprit_lr dd,
#srdlite .sprit_r dd {
  display: flex;
  margin: 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

#srdlite .sprit_l .sprit_ll dd figure,
#srdlite .sprit_r dd figure {
  width: 44%;
}

#srdlite .sprit_l .sprit_lr dd figure {
  width: 20%;
}

#srdlite .sprit_r dt {
  color: #BA0002;
}

#srdlite .sprit_r dd figure {
  width: 33.5%;
}

#srdlite .iconwrap + figure {
  text-align: center;
  width: 95%;
  margin: 0 auto 25px;
  background-color: #FFFFFF;
  padding: 10px 0;
  box-sizing: border-box;
}

#srdlite .iconwrap + figure img {
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box;
}

#srdlite .quality {
  width: 95%;
  margin: 0 auto;
}

#srdlite .quality .japan,
#srdlite .quality .iso {
  display: flex;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

#srdlite .quality .japan:after,
#srdlite .quality .iso:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: 5px;
  top: 0;
}

#srdlite .quality .japan:before,
#srdlite .quality .iso:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  right: 5px;
  top: 0;
}

#srdlite .quality .japan figure,
#srdlite .quality .iso figure {
  width: 15%;
}

#srdlite .quality .japan figure img,
#srdlite .quality .iso figure img {
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}

#srdlite .quality .japan div,
#srdlite .quality .iso div {
  width: 75%;
}

#srdlite .quality .japan div p:first-child {
  font-weight: bold;
}

/*---------------SR Fork Lift N----------------*/
#srforkliftn .sidenav-line ul li.srforkliftn_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#srforkliftn .firstcontents li p {
  text-align: center;
  background-color: #EEEEEE;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #004EA2;
}

#srforkliftn .firstcontents li p span {
  color: #BA0001;
}

#srforkliftn .liftmap {
  height: 370px;
  position: relative;
  background-image: url(/img/product/srforkliftn/srforkliftn_02.jpg);
  background-repeat: no-repeat;
  background-position: 170px 20px;
}

#srforkliftn .liftmap div {
  position: absolute;
}

#srforkliftn .liftmap div:nth-child(1) {
  top: 0;
  left: 30px;
}

#srforkliftn .liftmap div:nth-child(2) {
  top: 0;
  right: 30px;
}

#srforkliftn .liftmap div:nth-child(3) {
  bottom: 0;
  left: 30px;
}

#srforkliftn .liftmap div:nth-child(4) {
  bottom: 0;
  right: 30px;
}

#srforkliftn .liftmap div {
  width: 200px;
}

#srforkliftn .liftmap h5 {
  color: #004EA2;
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

#srforkliftn .liftmap p {
  margin-top: 5px;
  font-size: 14px;
}

#srforkliftn .contentwrap2 {
  width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#srforkliftn .contentwrap2 section {
  background-color: #ffffff;
  width: 340px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#srforkliftn .contentwrap2 section h5 {
  margin-bottom: 30px;
  margin-top: 0;
  color: #004EA2;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}

#srforkliftn .contentwrap2 section p {
  font-size: 14px;
}

#srforkliftn .contentwrap2 section h5,
#srforkliftn .contentwrap2 section p {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#srforkliftn .spec {
  margin-bottom: 0;
}

.specannotation {
  font-size: 12px;
  width: 80%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  line-height: 12px;
}

/*---------------FuelCompass----------------*/
#fuelcompass .contentswrap h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  padding: 10px 5px;
  width: 95%;
  margin-bottom: 30px;
  font-weight: normal;
  background: #004ea2; /* Old browsers */
  background: -moz-linear-gradient(top, #004ea2 0%, #4ba2e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004ea2 0%, #4ba2e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004ea2 0%, #4ba2e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea2', endColorstr='#4ba2e5',GradientType=0 ); /* IE6-9 */
  border-bottom-style: none;
}

#fuelcompass .sidenav-line ul li.fuelcompass_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#fuelcompass .contentsfirst ul {
  list-style: none;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#fuelcompass .contentsfirst ul img {
  max-width: 100%;
}

#fuelcompass .contentsfirst ul li:nth-child(1) {
  width: 40%;
  text-align: center;
  padding-right: 15px;
  box-sizing: border-box;
}

#fuelcompass .contentsfirst ul li:nth-child(2) {
  width: 60%;
}

#fuelcompass .contentsfirst ul li h5 {
  color: #009b8b;
  font-size: 22px;
  font-weight: normal;
  font-feature-settings: "palt";
  margin-top: 0;
  margin-bottom: 5px;
}

#fuelcompass .contentsfirst ul li h5 + p {
  margin: 0;
}

#fuelcompass .contentsfirst ul + h5 {
  color: #004EA2;
  font-size: 14px;
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  font-feature-settings: "palt";
  border: 1px dotted #B0B0B0;
  box-sizing: border-box;
  padding: 5px;
}

#fuelcompass .contentsfirst ul + h5 i {
  color: #004EA2;
}

#fuelcompass #listwrap ul {
  list-style: none;
}

#fuelcompass #listwrap ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}

/*---------------tatsujin----------------*/
#tatsujin .sidenav-line ul li.tatsujin a {
  background-image: url(/img/nav_pointer-blue.png);
}

#tatsujin .contentsfirst h3 {
  margin-bottom: 30px;
}

#tatsujin .contentsfirst ul {
  color: #767676;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

#tatsujin .iteminfo table tr:nth-child(1) th {
  background-color: #CCCCCC;
}

#tatsujin .iteminfo table tr:nth-child(2) th {
  background-color: #ECECEC;
}

#tatsujin .iteminfo table td {
  width: 50%;
}

/*---------------SR network----------------*/
#srnetwork .sidenav-line ul li.srnetword_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#srnetwork .contentswrap h3 {
  color: #009946;
  border-bottom: 2px solid #009946;
  margin-bottom: 20px;
}

#srnetwork .contentssecond {
  background-color: #00A54F;
  margin-bottom: 50px;
}

#srnetwork .contentssecond h3 {
  color: #FFFFFF;
  border-bottom-style: none;
  font-size: 24px;
}

#srnetwork .contentssecond h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #00A54F;
}

#srnetwork .contentssecond p {
  margin: 0;
  font-size: 14px;
}

#srnetwork .contentssecond section {
  background-color: #ffffff;
  width: 680px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

#srnetwork .contentssecond section div:first-child {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding-right: 20px;
}

#srnetwork .contentssecond section div:last-child {
  float: right;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
}

#srnetwork .spec tr:first-child th {
  background-color: #dcdcdc;
}

#srnetwork .spec td {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

#srnetwork .spec td ul {
  padding-left: 1rem;
}

#srnetwork .spec td ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/*---------------SR tenko----------------*/
#srtenko .sidenav-line ul li:nth-child(8) a {
  background-image: url(/img/nav_pointer-blue.png);
}

#srtenko #listwrap ul {
  width: 90%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-left: 50px;
  list-style-type: decimal;
}

#srtenko #listwrap ul li {
  padding-bottom: 10px;
}

#srtenko #flow section {
  background-color: #EEEEEE;
  width: 668px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px #dedede;
  box-shadow: 2px 2px 5px #dedede;
}

#srtenko #flow section h5 {
  font-weight: bold;
  color: #004EA2;
  font-size: 16px;
  margin: 0;
}

#srtenko #flow section ul li {
  list-style: decimal;
  padding-bottom: 10px;
}

#srtenko #flow section .blockwrap {
  overflow: hidden;
}

#srtenko #flow section .blockwrap .block:nth-child(2n+1) {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

#srtenko #flow section .blockwrap .block:nth-child(2n) {
  width: 50%;
  float: right;
  box-sizing: border-box;
}

#srtenko #flow section figure {
  margin: 0;
}

#srtenko #flow section figure img {
  height: 70px;
  width: auto;
}

#srtenko #flow section figure.monitor img {
  height: auto;
}

#srtenko #flow section figcaption {
  font-size: 12px;
}

#srtenko .arrow {
  text-align: center;
  margin-bottom: 20px;
}

#srtenko .listannotation {
  font-size: 12px;
  padding-left: 20px;
  margin-top: 0;
}

#srtenko .taikin ul {
  margin-bottom: 0px;
}

#srtenko #diagram {
  position: relative;
}

#srtenko #diagram h5,
#srtenko #screen h5 {
  font-size: 16px;
  text-align: center;
  color: #004EA2;
  border-bottom: 2px solid #004EA2;
  padding-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

#srtenko #diagram ul {
  margin-bottom: 0px;
}

#srtenko #diagram ul li:nth-child(2) {
  padding-bottom: 24px;
}

#srtenko #diagram .acquisition {
  position: absolute;
  top: 170px;
  left: 290px;
}

#srtenko #screen ul li {
  height: 283px;
}

#srtenko #description article {
  width: 90%;
  margin: 0 auto;
}

#srtenko #description article h5 {
  font-size: 14px;
  color: #004EA2;
  margin-bottom: 0;
}

#srtenko #description article p {
  font-size: 14px;
}

#srtenko #description article ul li {
  font-size: 14px;
}

/*---------------M12P----------------*/
#m12p .sidenav-line ul li.m12p_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#m12p #listwrap ul {
  width: 90%;
  margin: 0 auto;
}

#m12p #listwrap ul li {
  margin-bottom: 10px;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

#m12p #lineup article {
  width: 90%;
  margin: 0 auto;
}

#m12p #lineup article h5 {
  font-size: 16px;
  border-bottom: 1px solid #767676;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #004EA2;
}

#m12p .iteminfo table tr:first-child th {
  background-color: #dcdcdc;
}

#m12p .iteminfo table tr td {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
}

/*---------------sensor1----------------*/
#sensor1 .sidenav-line ul li.sensor1_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#sensor1 #sensormap p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#sensor1 #characteristic h5 {
  width: 90%;
  border-bottom: 1px solid #767676;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
}

#sensor1 #characteristic p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#sensor1 #listwrap ul {
  list-style: none;
  padding-right: 15px;
}

#sensor1 #listwrap ul li {
  margin-bottom: 10px;
}

#sensor1 .iteminfo table tr:first-child th {
  background-color: #dcdcdc;
}

#sensor1 .iteminfo table tr td {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

/*---------------sensor3----------------*/
#sensor3 .sidenav-line ul li.sensor3_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#sensor3 #sensormap p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#sensor3 #characteristic h5 {
  width: 90%;
  border-bottom: 1px solid #767676;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
}

#sensor3 #characteristic p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#sensor3 #characteristic ul {
  margin-left: 20px;
}

#sensor3 #characteristic ul li {
  margin-bottom: 10px;
}

#sensor3 #listwrap ul {
  list-style: none;
}

#sensor3 #listwrap ul li {
  margin-bottom: 10px;
}

#sensor3 .iteminfo table tr:first-child th {
  background-color: #dcdcdc;
}

#sensor3 .iteminfo table tr th {
  width: 20%;
}

#sensor3 .iteminfo table tr td {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

#sensor3 .iteminfo table tr td.textleft {
  text-align: left;
}

/*---------------vrsensor----------------*/
#vrsensor .sidenav-line ul li.vrsensor_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#vrsensor #sensormap p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#vrsensor #characteristic h5 {
  width: 90%;
  border-bottom: 1px solid #767676;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
}

#vrsensor #characteristic p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

#vrsensor #characteristic ul {
  margin-left: 20px;
}

#vrsensor #characteristic ul li {
  margin-bottom: 10px;
}

#vrsensor #listwrap ul {
  list-style: none;
}

#vrsensor .iteminfo table tr:first-child th {
  background-color: #dcdcdc;
}

#vrsensor .iteminfo table tr th {
  width: 20%;
}

#vrsensor .iteminfo table tr td {
  width: 60%;
  padding-left: 10px;
  padding-right: 10px;
}

#vrsensor .iteminfo table tr td.textleft {
  text-align: left;
}

/*sr_webanalysis*/
#sr_web_analysis .spec td {
  text-align: left;
}

#sr_web_analysis .spec td ul {
  padding-left: 1rem;
}

#sr_web_analysis .spec td ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

/*===============================================
●smart.css  画面の横幅が1150px以下
===============================================*/
@media screen and (max-width: 1150px) {
  /*---------------wrapper----------------*/
  .br_1150 {
    display: block;
  }
  .product-img img {
    max-width: 90%;
  }
  .product_img_wrap {
    width: 90%;
  }
  .contentswrap {
    width: 90%;
  }
  .contentswrap img {
    width: 90%;
    text-align: center;
  }
  .nobackcolor img {
    width: 90%;
  }
  .catchwrap h3 {
    width: 90%;
  }
  .heading {
    width: 90%;
    margin: 0 auto;
  }
  #srconnect #constitution ul {
    width: 80%;
  }
  .buttonwrap ul {
    text-align: center;
  }
  .buttonwrap ul li {
    display: block;
  }
  .buttonwrap ul li:first-child {
    margin-bottom: 30px;
  }
  .iteminfo table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*SR Connect*/
  #srconnect #structure .iconwrap {
    display: block;
  }
  #srconnect #structure .sprit_l {
    margin-bottom: 10px;
    display: block;
  }
  #srconnect #structure .sprit_r {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  #srconnect #structure .sprit_l .sprit_lr dd,
  #srconnect #structure .sprit_r dd {
    justify-content: center;
  }
  #srconnect #structure .sprit_r dd figure {
    width: 15%;
  }
  #srconnect #structure .sprit_l .sprit_lr dd figure {
    width: 32%;
  }
  #srconnect #structure .sprit_l .sprit_ll {
    width: 100%;
    margin-bottom: 20px;
  }
  #srconnect #structure .sprit_l .sprit_lr {
    width: 100%;
  }
  #srconnect #structure .sprit_l .sprit_ll dd,
  #srconnect #structure .sprit_l .sprit_lr dd {
    justify-content: center;
  }
  #srconnect #structure .sprit_l .sprit_ll dd figure,
  #srconnect #structure .sprit_l .sprit_lr dd figure {
    width: 81px;
    margin: 0 5px;
  }
  /*SR Pocket2*/
  #srpocket2 .iconwrap {
    display: block;
  }
  #srpocket2 .sprit_l {
    margin-bottom: 10px;
    display: block;
  }
  #srpocket2 .sprit_r {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  #srpocket2 .sprit_l .sprit_lr dd,
  #srpocket2 .sprit_r dd {
    justify-content: center;
  }
  #srpocket2 .sprit_r dd figure {
    width: 15%;
  }
  #srpocket2 .sprit_l .sprit_lr dd figure {
    width: 32%;
  }
  #srpocket2 .sprit_l .sprit_ll {
    width: 100%;
    margin-bottom: 20px;
  }
  #srpocket2 .sprit_l .sprit_lr {
    width: 100%;
  }
  #srpocket2 .sprit_l .sprit_ll dd,
  #srpocket2 .sprit_l .sprit_lr dd {
    justify-content: center;
  }
  #srpocket2 .sprit_l .sprit_ll dd figure,
  #srpocket2 .sprit_l .sprit_lr dd figure {
    width: 81px;
    margin: 0 5px;
  }
  /*SR Dlite*/
  #srdlite .iconwrap {
    display: block;
  }
  #srdlite .sprit_l {
    margin-bottom: 10px;
    display: block;
  }
  #srdlite .sprit_r {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  #srdlite .sprit_l .sprit_lr dd,
  #srdlite .sprit_r dd {
    justify-content: center;
  }
  #srdlite .sprit_r dd figure {
    width: 15%;
  }
  #srdlite .sprit_l .sprit_lr dd figure {
    width: 32%;
  }
  #srdlite .sprit_l .sprit_ll {
    width: 100%;
    margin-bottom: 20px;
  }
  #srdlite .sprit_l .sprit_lr {
    width: 100%;
  }
  #srdlite .sprit_l .sprit_ll dd,
  #srdlite .sprit_l .sprit_lr dd {
    justify-content: center;
  }
  #srdlite .sprit_l .sprit_ll dd figure,
  #srdlite .sprit_l .sprit_lr dd figure {
    width: 81px;
    margin: 0 5px;
  }
  /*srvdigitacho-n*/
  .table-2block ul {
    width: 90%;
  }
  .contentswrap img {
    max-width: 90%;
    width: auto;
  }
  /*srforkliftn*/
  #srforkliftn .liftmap div {
    width: 40%;
    background-color: hsla(0, 0%, 100%, 0.5);
    box-sizing: border-box;
    padding: 10px;
  }
  #srforkliftn .liftmap {
    background-position: center;
  }
  #srforkliftn .contentwrap2 {
    width: 90%;
  }
  #srforkliftn .contentwrap2 section {
    width: 48%;
  }
  #srforkliftn .contentwrap2 section h5,
  #srforkliftn .contentwrap2 section p {
    width: 90%;
  }
  #srforkliftn .contentwrap2 section img {
    max-width: 100%;
  }
  /*fuelcompass*/
  #fuelcompass .contentsfirst ul li:nth-child(2) {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  #fuelcompass .contentsfirst ul li h5 {
    margin-top: 0;
  }
  #fuelcompass .span2 ul li div:nth-child(1) {
    width: 90%;
  }
  #fuelcompass #listwrap ul {
    padding-right: 10px;
  }
  /*srnetword*/
  #srnetwork .contentssecond section {
    width: 90%;
  }
  /*sr-tenko*/
  #srtenko #listwrap ul {
    width: auto;
  }
  #srtenko #flow section {
    width: 90%;
  }
  #srtenko #listwrap ul {
    padding-right: 10px;
  }
  #srtenko #diagram .acquisition {
    top: 50%;
    left: 45%;
  }
  .contentswrap .acquisition img {
    width: 50%;
  }
  /*m12p*/
  #m12p #listwrap ul {
    width: auto;
    padding-right: 10px;
  }
  .iteminfo table {
    width: 90%;
    margin-bottom: 0;
  }
  .tablearea {
    overflow-x: scroll;
    margin-bottom: 30px;
    background-color: #FFFFFF;
  }
  /*1jiku*/
  .iteminfo table {
    margin-bottom: 30px;
  }
  /*vrsensor*/
  #vrsensor #characteristic ul {
    padding-right: 10px;
  }
}
/*===============================================
●smart.css  画面の横幅が890px以下
===============================================*/
@media screen and (max-width: 890px) {
  /*---------------wrapper----------------*/
  .product_img_wrap {
    display: block;
    padding: 30px 0px 15px;
  }
  .product_img_wrap figure:first-child {
    padding-right: 0;
    width: 80%;
    margin: 0 auto 10px;
  }
  .product_img_wrap figure:last-child {
    padding-left: 0;
    width: 60%;
    margin: 0 auto;
  }
  /*SR Pocket2*/
  #srpocket2 .sprit_l {
    display: block;
  }
  #srpocket2 .sprit_l .sprit_ll {
    margin-bottom: 10px;
  }
  #srpocket2 .sprit_l .sprit_ll,
  #srpocket2 .sprit_l .sprit_lr {
    width: calc(100% - 10px);
  }
  #srpocket2 .sprit_r dd figure {
    padding: 0 5px;
    margin: 0;
  }
  #srpocket2 .element figure {
    margin: 0 auto;
  }
  #srpocket2 .sprit_r dd figure {
    width: 30%;
  }
  #srpocket2 .sprit_r {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  #srpocket2 .iconwrap + figure {
    margin-bottom: 30px;
  }
  #srpocket2 .iconwrap + figure img {
    width: 80%;
  }
  #srpocket2 .element.support p {
    text-align: left;
    width: 80%;
    line-height: 1.6;
    font-size: 20px;
  }
  #srpocket2 .element.support p br {
    display: none;
  }
  /*SR Dlite*/
  #srdlite .sprit_l {
    display: block;
  }
  #srdlite .sprit_l .sprit_ll {
    margin-bottom: 10px;
  }
  #srdlite .sprit_l .sprit_ll,
  #srdlite .sprit_l .sprit_lr {
    width: calc(100% - 10px);
  }
  #srdlite .sprit_r dd figure {
    padding: 0 5px;
    margin: 0;
  }
  #srdlite .element figure {
    margin: 0 auto;
  }
  #srdlite .sprit_r dd figure {
    width: 30%;
  }
  #srdlite .sprit_r {
    width: calc(100% - 10px);
    margin: 0 5px;
  }
  #srdlite .iconwrap + figure {
    margin-bottom: 30px;
  }
  #srdlite .iconwrap + figure img {
    width: 80%;
  }
  #srdlite .element.support p {
    text-align: left;
    width: 80%;
    line-height: 1.6;
    font-size: 20px;
  }
  #srdlite .element.support p br {
    display: none;
  }
  /*---------------FuelCompass----------------*/
  #fuelcompass .contentsfirst ul {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  #fuelcompass .contentsfirst ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  #fuelcompass .contentsfirst ul li:nth-child(1) img {
    width: 100%;
    vertical-align: bottom;
  }
  #fuelcompass .contentsfirst ul li:nth-child(2) {
    padding-right: 0;
    width: 100%;
  }
  #fuelcompass .contentsfirst ul li h5 {
    line-height: 1.4;
  }
  #fuelcompass .contentsfirst ul + h5 {
    padding: 10px;
    box-sizing: border-box;
  }
}
/*===============================================
●smart.css  画面の横幅が800px以下
===============================================*/
@media screen and (max-width: 800px) {
  /*SR Pocket2*/
  #srpocket2 .quality .japan,
  #srpocket2 .quality .iso {
    display: block;
  }
  #srpocket2 .quality .japan figure,
  #srpocket2 .quality .iso figure {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  #srpocket2 .quality .japan figure img,
  #srpocket2 .quality .iso figure img {
    width: 30%;
  }
  #srpocket2 .quality .japan div,
  #srpocket2 .quality .iso div {
    width: 100%;
  }
  /*SR Dlite*/
  #srdlite .quality .japan,
  #srdlite .quality .iso {
    display: block;
  }
  #srdlite .quality .japan figure,
  #srdlite .quality .iso figure {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  #srdlite .quality .japan figure img,
  #srdlite .quality .iso figure img {
    width: 30%;
  }
  #srdlite .quality .japan div,
  #srdlite .quality .iso div {
    width: 100%;
  }
}
/*===============================================
●style.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  #srconnect #constitution ul {
    padding-left: 0;
    margin: 0 auto;
  }
  .iteminfo table td img {
    max-width: 100px;
  }
  .buttonwrap ul {
    display: block;
    margin-bottom: 30px;
  }
  .buttonwrap p a {
    display: block;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #srconnect #constitution h5 {
    width: 90%;
  }
  .itemnamewrap h3 {
    line-height: 1.6em;
    width: 100%;
  }
  .itemnamewrap h3 span {
    font-size: 0.8em;
  }
  .nobackcolor h3 {
    line-height: 1.6em;
    width: auto;
  }
  .catchwrap h3 {
    font-size: 20px;
  }
  .contentswrap {
    width: 90%;
  }
  .contentswrap h3 {
    width: auto;
  }
  .table-2block ul {
    width: 100%;
  }
  .table-2block ul li:nth-child(2n+1) {
    float: none;
  }
  .table-2block ul li:nth-child(2n) {
    float: none;
  }
  .table-2block ul li {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .contentswrap img {
    max-width: 90%;
    width: auto;
    height: auto;
  }
  .span2 ul li {
    vertical-align: top;
  }
  .buttonwrap ul li a {
    display: block;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  /*SR Connect*/
  #srconnect .confirmation_screen_wrap section {
    width: 100%;
    float: none;
  }
  #srconnect .confirmation_screen_wrap section:nth-child(1),
  #srconnect .confirmation_screen_wrap section:nth-child(2) {
    margin-bottom: 30px;
  }
  #srconnect .confirmation_screen_wrap section figure {
    text-align: center;
    margin: 0;
  }
  #srconnect .isoarea figure img:nth-child(1) {
    max-width: 50%;
  }
  #srconnect .isoarea figure img:nth-child(2) {
    max-width: 20%;
  }
  #srconnect .madein h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #srconnect .madein div {
    padding: 30px;
    overflow: auto;
  }
  #srconnect .madein div figure {
    width: 40%;
    float: none;
    margin: 0 auto;
    padding-right: 0px;
  }
  #srconnect .madein div p {
    width: 100%;
    float: none;
  }
  #srconnect .constitution figure {
    margin-left: 0;
    margin-right: 0;
  }
  #srconnect .yajirushi p {
    padding-right: 10px;
  }
  #srconnect #structure figure {
    margin-left: 10px;
    margin-right: 10px;
  }
  #srconnect #structure .sprit_l .sprit_ll dd figure,
  #srconnect #structure .sprit_l .sprit_lr dd figure {
    width: calc(33% - 10px);
  }
  #srconnect #structure .iconwrap img {
    max-width: 100%;
  }
  #srconnect .videolink a br {
    display: block;
  }
  #srconnect .videolink a span {
    line-height: 1.4;
  }
  /*SR Pocket2*/
  #srpocket2 .product-img-area {
    display: block;
    text-align: center;
    padding: 20px 20px 10px;
  }
  #srpocket2 .product-img-area figure {
    width: 100%;
  }
  #srpocket2 .product-img-area figure:first-child {
    padding: 10px;
  }
  #srpocket2 .product-img-area figure:last-child {
    padding: 10px;
  }
  #srpocket2 .product-img img {
    max-width: 95%;
  }
  #srpocket2 .listarea h4 {
    line-height: 1.2;
  }
  #srpocket2 .listarea ul {
    padding-left: 10px;
  }
  #srpocket2 .listarea ul li {
    line-height: 1.6;
    text-indent: -15px;
    padding-left: 15px;
    text-align: left;
  }
  #srpocket2 .element figure {
    margin: 0 auto 5px;
  }
  #srpocket2 .sprit_l .sprit_ll dd figure,
  #srpocket2 .sprit_l .sprit_lr dd figure {
    width: calc(33% - 10px);
  }
  #srpocket2 .iconwrap img {
    max-width: 100%;
  }
  #srpocket2 .element h4 {
    line-height: 1.2;
  }
  #srpocket2 .listarea {
    width: 95%;
    background-position: 75% 85%;
    background-size: auto 70%;
  }
  #srpocket2 .listarea .annotation {
    text-align: left;
  }
  #srpocket2 .method .mountain {
    display: block;
  }
  #srpocket2 .method .mountain figure {
    width: 100%;
  }
  #srpocket2 .method .mountain figure:first-child {
    margin-bottom: 25px;
  }
  #srpocket2 .method .graph {
    display: block;
  }
  #srpocket2 .method .graph .graph_l,
  #srpocket2 .method .graph .graph_r {
    width: 100%;
  }
  #srpocket2 .element ul {
    padding-left: 20px;
  }
  #srpocket2 .element.introduction figure {
    margin-bottom: 30px;
  }
  #srpocket2 .iconwrap + figure {
    margin-bottom: 30px;
  }
  #srpocket2 .product-img-area figure.item_img {
    padding-top: 40px;
  }
  #srpocket2 .product-img-area figure.item_fukidasi {
    top: 35%;
    width: 40%;
  }
  #srpocket2 .quality .japan figure img,
  #srpocket2 .quality .iso figure img {
    width: 40%;
  }
  /*SR Dlite*/
  #srdlite .product-img-area {
    display: block;
    text-align: center;
    padding: 20px 20px 10px;
  }
  #srdlite .product-img-area figure {
    width: 100%;
  }
  #srdlite .product-img-area figure:first-child {
    padding: 10px;
  }
  #srdlite .product-img-area figure:last-child {
    padding: 10px;
  }
  #srdlite .product-img img {
    max-width: 95%;
  }
  #srdlite .listarea h4 {
    line-height: 1.2;
  }
  #srdlite .listarea ul {
    padding-left: 10px;
  }
  #srdlite .listarea ul li {
    line-height: 1.6;
    text-indent: -15px;
    padding-left: 15px;
    text-align: left;
  }
  #srdlite .element figure {
    margin: 0 auto 5px;
  }
  #srdlite .sprit_l .sprit_ll dd figure,
  #srdlite .sprit_l .sprit_lr dd figure {
    width: calc(33% - 10px);
  }
  #srdlite .iconwrap img {
    max-width: 100%;
  }
  #srdlite .element h4 {
    line-height: 1.2;
    font-size: 20px;
  }
  #srdlite .listarea {
    width: 95%;
    background-position: 75% 85%;
    background-size: auto 70%;
  }
  #srdlite .listarea .annotation {
    text-align: left;
  }
  #srdlite .method .mountain {
    display: block;
  }
  #srdlite .method .mountain figure {
    width: 100%;
  }
  #srdlite .method .mountain figure:first-child {
    margin-bottom: 25px;
  }
  #srdlite .method .graph {
    display: block;
  }
  #srdlite .method .graph .graph_l,
  #srdlite .method .graph .graph_r {
    width: 100%;
  }
  #srdlite .element ul {
    padding-left: 20px;
  }
  #srdlite .element.introduction figure {
    margin-bottom: 30px;
  }
  #srdlite .iconwrap + figure {
    margin-bottom: 30px;
  }
  #srdlite .product-img-area figure.item_img {
    padding-top: 30px;
  }
  #srdlite .product-img-area figure.item_fukidasi {
    top: 38%;
    right: 5px;
    width: 40%;
  }
  #srdlite .quality .japan figure img,
  #srdlite .quality .iso figure img {
    width: 40%;
  }
  /*srforklift*/
  .span2 ul.yes_no {
    padding-left: 10px;
    padding-right: 10px;
  }
  .span2 ul li {
    width: 48%;
  }
  .block2center li:nth-child(2) {
    padding-left: 4%;
  }
  #srforkliftn .firstcontents li p {
    line-height: 1.6em;
  }
  #srforkliftn .liftmap div {
    position: relative;
    padding: 10px;
  }
  #srforkliftn .liftmap div:nth-child(1) {
    top: auto;
    left: auto;
  }
  #srforkliftn .liftmap div:nth-child(2) {
    top: auto;
    right: auto;
  }
  #srforkliftn .liftmap div:nth-child(3) {
    top: auto;
    left: auto;
  }
  #srforkliftn .liftmap div:nth-child(4) {
    top: auto;
    right: auto;
  }
  #srforkliftn .liftmap div {
    width: auto;
  }
  #srforkliftn .liftmap {
    height: auto;
  }
  #srforkliftn .liftmap {
    background-image: none;
  }
  #srforkliftn .contentwrap2 {
    width: 100%;
  }
  #srforkliftn .contentwrap2 section:nth-child(2n+1) {
    float: none;
  }
  #srforkliftn .contentwrap2 section {
    width: 90%;
    margin: 0 auto;
  }
  #srforkliftn .contentwrap2 section img {
    max-width: 100%;
  }
  #srforkliftn .contentwrap2 section h5,
  #srforkliftn .contentwrap2 section p {
    width: 90%;
  }
  #srforkliftn .contentwrap2 section:nth-child(2n) {
    float: none;
  }
  #srforkliftn .spec {
    margin-top: 20px;
  }
  .specannotation p {
    line-height: 1.6em;
  }
  /*fuelcompass*/
  #fuelcompass .contentsfirst ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #fuelcompass .contentsfirst ul li:nth-child(1) {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #fuelcompass .contentsfirst ul li:nth-child(2) {
    float: none;
    width: 100%;
  }
  #fuelcompass .contentsfirst ul li h5 {
    text-align: center;
  }
  #fuelcompass #listwrap ul {
    padding-left: 25px;
  }
  /*tatsujin2*/
  #tatsujin .contentsfirst ul {
    width: 90%;
    padding-left: 0.8em;
  }
  #tatsujin .contentsfirst ul li {
    text-indent: -0.7em;
    padding-left: 1.5em;
  }
  /*srnetowrk*/
  #srnetwork .contentssecond section div:first-child {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  #srnetwork .contentssecond section div:last-child {
    float: none;
    width: 100%;
  }
  #srnetwork .contentssecond h3 {
    line-height: 1.4em;
  }
  #srnetwork .contentssecond h5 {
    line-height: 1.4em;
  }
  #srnetwork .spec td {
    text-align: left;
  }
  .contentswrap .acquisition img {
    display: none;
  }
  #srtenko #flow section .blockwrap .block:nth-child(2n+1) {
    float: none;
    width: 100%;
  }
  #srtenko #flow section .blockwrap .block:nth-child(2n) {
    float: none;
    width: 100%;
  }
  #srtenko #flow section figure {
    margin-bottom: 30px;
  }
  /*1jiku*/
  #sensor1 #listwrap ul {
    padding-right: 10px;
  }
  #sensor1 #listwrap ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*3jiku*/
  #sensor3 #characteristic ul {
    margin-left: 0;
    padding-right: 10px;
  }
  #sensor3 #listwrap ul li {
    padding-right: 10px;
  }
  #sensor3 #listwrap ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*vrsensor*/
  #vrsensor #characteristic ul {
    margin-left: 0;
  }
  #vrsensor #listwrap ul {
    padding-left: 0px;
    padding-left: 30px;
  }
  #vrsensor #listwrap ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*---------------SR-WEB解析システム----------------*/
  #sr_web_analysis .product-img h3 {
    font-size: 24px;
  }
  #sr_web_analysis #efficiency h3 {
    line-height: 1.4;
  }
  #sr_web_analysis .line3 section {
    float: none;
    width: 100%;
  }
  #sr_web_analysis .line3 section img {
    max-width: 100%;
  }
  #sr_web_analysis .line2 section {
    float: none;
    width: 100%;
  }
  #sr_web_analysis .line2 {
    margin: 0 auto;
    width: 95%;
  }
  #sr_web_analysis .line2 section img {
    max-width: 100%;
  }
  #sr_web_analysis .contentswrap h3 {
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .moresafe h4 {
    padding-left: 0;
  }
  .moresafe p {
    width: 90%;
  }
  #sr_web_analysis #efficiency h4 + p {
    width: 90%;
  }
}
body.forklift-master .mainwrap__shell .iteminfo .product-img {
  width: 90%;
  margin: 0 auto 20px;
}
body.forklift-master .mainwrap__shell .iteminfo .product-img img {
  width: 100%;
  max-width: 720px;
}
body.forklift-master .mainwrap__shell .iteminfo .contentsfirst h3 {
  margin-bottom: 30px;
}
body.forklift-master .mainwrap__shell .iteminfo .contentsfirst ul {
  color: #767676;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  body.forklift-master .mainwrap__shell .iteminfo .contentsfirst ul {
    width: 90%;
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  body.forklift-master .mainwrap__shell .iteminfo .contentsfirst ul li {
    font-size: 14px;
    text-indent: -0.7em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 641px) {
  body.forklift-master .mainwrap__shell .iteminfo .contentsfirst ul li {
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
}
body.forklift-master .mainwrap__shell .iteminfo .contentsfirst ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
body.forklift-master .mainwrap__shell .iteminfo .contentsfirst__img {
  width: 95%;
  margin: 0 auto;
}
body.forklift-master .mainwrap__shell .iteminfo .contentsfirst__img img {
  width: 100%;
  max-width: 100%;
}
body.forklift-master .mainwrap__shell .iteminfo .tool .item figure {
  width: 85%;
  margin: 0 auto 20px;
}
body.forklift-master .mainwrap__shell .iteminfo .tool .item figure img {
  width: 100%;
}
body.forklift-master .mainwrap__shell .iteminfo .tool .item .item-read p {
  font-size: 13px;
  line-height: 1.6;
  width: 85%;
}
body.forklift-master .mainwrap__shell .iteminfo .tool .item .item-read p:not(:last-of-type) {
  margin-bottom: 5px;
}
body.forklift-master .mainwrap__shell .iteminfo .tool .item .item-read__list p {
  padding-left: 1em;
  text-indent: -1em;
}
body.forklift-master .mainwrap__shell .iteminfo .trial {
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px 0;
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap {
  border: 2px solid #004EA2;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title {
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: center;
}
@media screen and (min-width: 641px) {
  body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title {
    justify-content: center;
  }
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title figure {
  width: 40px;
  margin: 0;
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title figure img {
  width: 100%;
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title h3 {
  color: #004EA2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 18.8px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap .title h3 {
    width: calc(100% - 45px);
  }
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap ul {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 20px;
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap ul li {
  font-size: 12px;
  list-style: 1.6;
}
@media screen and (min-width: 641px) {
  body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap ul li {
    font-size: 14px;
  }
}
body.forklift-master .mainwrap__shell .iteminfo .trial .trial-wrap ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
body.forklift-master .mainwrap__shell .iteminfo .install {
  padding: 10px;
}
body.forklift-master .mainwrap__shell .iteminfo .install figure {
  margin: 0;
}
body.forklift-master .mainwrap__shell .iteminfo .install figure img {
  width: 100%;
  max-width: 100%;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .product-img {
  width: 90%;
  margin: 0 auto 20px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .product-img img {
  width: 100%;
  max-width: 720px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro h3 {
  margin-bottom: 30px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list {
  width: 95%;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list {
    width: 90%;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl {
  background-color: #E2F0D9;
  border-radius: 10px;
  padding: 15px 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dt {
  color: #00B050;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd figure {
  margin: 0;
  width: 20px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd figure svg {
  fill: #7F7F7F;
  width: 100%;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd ul {
  margin: 0;
  padding: 0;
  width: calc(100% - 30px);
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  list-style: none;
  color: #7F7F7F;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .intro-list dl dd ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point {
  margin-bottom: 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point * {
  box-sizing: border-box;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point__triangle {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point__triangle:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #00B050 transparent transparent transparent;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.35));
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point__triangle span {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  display: block;
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: center;
    width: 90%;
    margin: 0 auto 10px;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first .point-images-first-element {
  border-radius: 20px;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #00B050;
  padding: 10px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first .point-images-first-element {
    width: calc(50% - 5px);
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first .point-images-first-element:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first .point-images-first-element figure {
  width: 100%;
  margin: 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-first .point-images-first-element figure img {
  width: 100%;
  max-width: 100%;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second {
  border-radius: 20px;
  width: 85%;
  margin: 0 auto;
  border: 1px solid #00B050;
  padding: 10px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    width: 90%;
  }
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second .point-images-second-element {
    width: calc(50% - 5px);
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second .point-images-second-element:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second .point-images-second-element:not(:last-of-type) {
    margin-bottom: 0;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second .point-images-second-element figure {
  width: 100%;
  margin: 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .intro .point .point-images-second .point-images-second-element figure img {
  width: 100%;
  max-width: 100%;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .catch {
  line-height: 1.2;
  margin-bottom: 30px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .catch span {
  font-size: 0.7em;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap {
  margin-bottom: 30px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap * {
  box-sizing: border-box;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element {
  background-color: #EEEEEE;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element:not(:last-of-type) {
  margin-bottom: 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element h4 {
  margin-bottom: 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element .read {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: #3B3838;
  width: 90%;
  margin: 0 auto 20px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element figure {
  margin: 0 auto;
  width: 90%;
  border: 1px solid #00B050;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .calculation-wrap .calculation-element figure img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info {
  border-radius: 10px;
  border: 2px solid rgba(0, 78, 162, 0.6);
  padding: 5px 0 10px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: center;
    padding: 10px;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info * {
  box-sizing: border-box;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info figure {
  width: 100px;
  margin: 0 auto 5px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info figure {
    margin-bottom: 0;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info figure img {
  width: 100%;
  vertical-align: middle;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info__read {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info__read {
    width: calc(100% - 110px);
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info__read p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .calculation .other-info__read p:not(:last-of-type) {
  margin-bottom: 5px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap {
  background-color: #EEEEEE;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap h4 {
  margin-bottom: 10px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .read {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: #3B3838;
  width: 90%;
  margin: 0 auto 20px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area {
  position: relative;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area * {
  box-sizing: border-box;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .paper {
  background-image: url("../wordpress/wp-content/themes/datatec/asset/img/product/improvement-criteria-master/paper.png");
  background-size: 100% 100%;
  width: 150px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 800px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .paper {
    position: absolute;
    top: -50px;
    right: 0;
    transform-origin: center;
    transform: rotate(15deg);
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .paper p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #00B050;
  line-height: 1.4;
  font-weight: bold;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table {
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table {
    border: 1px solid #000;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line {
  background-color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 640px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line {
    border: 1px solid #000;
  }
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line:not(:last-of-type) {
    border-bottom: 1px solid #000;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt {
  padding: 10px;
}
@media screen and (max-width: 640px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt {
    border-bottom: 1px solid #000;
    background-color: #E2F0D9;
  }
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt {
    border-right: 1px solid #000;
    width: 230px;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt p {
  margin: 0;
  line-height: 1.4;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt p:not(:last-of-type) {
  margin-bottom: 2px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt p.index {
  font-weight: bold;
  font-size: 14px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dt p.annotation {
  font-size: 12px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd {
  padding: 10px;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd {
    width: calc(100% - 230px);
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd ul {
  padding-left: 20px;
  margin: 0;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd ul li p span {
  color: red;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .table .table-line dd ul li p:not(:last-of-type) {
  margin-bottom: 2px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .dot span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000000;
  margin: 0 auto;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .notice .notice-wrap .table-area .dot span:not(:last-of-type) {
  margin-bottom: 5px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li {
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li {
    width: calc(50% - 10px);
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  color: #004EA2;
  font-size: 20px;
  align-items: center;
  border: 1px solid #004EA2;
  padding: 10px 20px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li a {
    transition: 0.3s;
  }
}
@media screen and (min-width: 641px) {
  body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li a:hover {
    background-color: #004EA2;
    color: #FFFFFF;
  }
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li a i {
  width: 20px;
}
body.improvement-criteria-master .mainwrap__shell .iteminfo .button-area ul li a p {
  width: calc(100% - 30px);
  font-size: 14px;
  margin: 0;
}

#sradvance .sidenav-line ul li.sradvance_sidemenu a {
  background-image: url(/img/nav_pointer-blue.png);
}

#sradvance .iteminfo #intro {
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto 40px;
  padding: 50px 20px;
  box-sizing: border-box;
}
#sradvance .iteminfo #intro * {
  box-sizing: border-box;
}
#sradvance .iteminfo #intro .img_line {
  margin-bottom: 10px;
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro .img_line {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
#sradvance .iteminfo #intro .img_line .guide {
  position: absolute;
  top: -25px;
  left: 0;
  background-color: #004EA2;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro .img_line .img_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
#sradvance .iteminfo #intro .img_line .img_wrap .product_logo {
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro .img_line .img_wrap .product_logo {
    width: calc(40% - 10px);
  }
}
#sradvance .iteminfo #intro .img_line .img_wrap .product_logo img {
  width: 100%;
}
#sradvance .iteminfo #intro .img_line .img_wrap .product_img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro .img_line .img_wrap .product_img {
    width: calc(60% - 10px);
  }
}
#sradvance .iteminfo #intro .img_line .img_wrap .product_img img {
  width: 100%;
}
#sradvance .iteminfo #intro .youtube {
  width: 100%;
  margin: 0 auto;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
#sradvance .iteminfo #intro ul {
  width: 90%;
  margin: 0 auto 30px;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro ul {
    margin-bottom: 50px;
  }
}
#sradvance .iteminfo #intro ul li {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  color: #5b8abd;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #intro ul li {
    font-size: 18px;
  }
}
#sradvance .iteminfo #intro ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#sradvance .iteminfo #contents01 {
  margin-bottom: 30px;
}
#sradvance .iteminfo #contents01 * {
  box-sizing: border-box;
}
#sradvance .iteminfo #contents01 h4 {
  width: 90%;
  background-color: #dcdcdc;
  font-size: 14px;
  margin: 0 auto 10px;
  padding: 20px;
  font-weight: bold;
  color: rgb(0, 78, 162);
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents01 h4 {
    font-size: 20px;
    width: 95%;
  }
}
#sradvance .iteminfo #contents01 figure {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents01 figure {
    width: 95%;
  }
}
#sradvance .iteminfo #contents01 figure img {
  max-width: 100%;
}
#sradvance .iteminfo #contents02 {
  margin-bottom: 50px;
}
#sradvance .iteminfo #contents02 * {
  box-sizing: border-box;
}
#sradvance .iteminfo #contents02 h4 {
  width: 90%;
  background-color: #dcdcdc;
  font-size: 14px;
  margin: 0 auto 10px;
  padding: 20px;
  font-weight: bold;
  color: rgb(0, 78, 162);
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents02 h4 {
    font-size: 20px;
    width: 95%;
  }
}
#sradvance .iteminfo #contents02 figure {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents02 figure {
    width: 95%;
  }
}
#sradvance .iteminfo #contents02 figure:not(:last-of-type) {
  margin-bottom: 10px;
}
#sradvance .iteminfo #contents02 figure img {
  max-width: 100%;
}
#sradvance .iteminfo #contents03 {
  margin-bottom: 30px;
}
#sradvance .iteminfo #contents03 figure {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents03 figure {
    width: 95%;
  }
}
#sradvance .iteminfo #contents03 figure.img_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents03 figure.img_pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #sradvance .iteminfo #contents03 figure.img_sp {
    display: none;
  }
}
#sradvance .iteminfo #contents03 figure img {
  max-width: 100%;
}
#sradvance .about_opensource {
  margin-bottom: 50px;
}
#sradvance .about_opensource .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
#sradvance .about_opensource .title .square {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #242424;
  margin-bottom: 2px;
}
#sradvance .about_opensource .title h3 {
  width: calc(100% - 20px);
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #sradvance .about_opensource .title h3 {
    font-size: 18px;
  }
}
#sradvance .about_opensource ul {
  padding: 0;
}
#sradvance .about_opensource ul li {
  list-style: none;
  line-height: 1.6;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #sradvance .about_opensource ul li {
    font-size: 14px;
  }
}
#sradvance .about_opensource ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sradvance .about_opensource ul li a {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #sradvance .about_opensource ul li a:hover {
    text-decoration: underline;
  }
}/*# sourceMappingURL=single-product.css.map */