@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");

@media screen and (min-width: 48em) {
  .pure-u-md-1-3 {
    width: calc(100% / 3);
  }
  .pure-u-md-2-3 {
    width: calc(200% / 3);
  }
  .pure-u-md-7-12 {
    width: 58.333333333%;
  }
}

.sh-gradient-wrapper {
  padding-bottom: 40px;
}
.sh-page-title {
}
.sh-page-title p {
}

.sh-equipment-gradient-top {
}
.sh-contents {
}

.sh-equipment-link-buttons {
  margin: 0 auto 60px;
}

.sh-equipment-link-buttons ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

.sh-equipment-link-buttons ul li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sh-equipment-link-buttons ul li a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 6px;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #000;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border:2px groove #fff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(51%, #e5e5e5), to(#e5e5e5));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #e5e5e5 51%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sh-equipment-link-buttons ul li a.ls-wide {
  letter-spacing: 1em;
  text-indent: 1em;
}

.sh-equipment-link-buttons ul li a.ls-narrow {
  letter-spacing: normal;
}

.sh-equipment-link-buttons ul li a:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #c7c6c7;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom {
  margin-top: 10px;
  margin-bottom: 100px;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
  width: 90%;
  margin: 0 auto;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a {
  padding: 10px 4px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.ls-wide {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.ls-narrow {
  letter-spacing: normal;
}

html.no-touch .sh-equipment-link-buttons ul li a:hover,
.sh-equipment-link-buttons ul li.current a {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  background: #a1a1a1;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), color-stop(50%, #898a8a), color-stop(51%, #515151), to(#6d6b6c));
  background: linear-gradient(to bottom, #a1a1a1 0%, #898a8a 50%, #515151 51%, #6d6b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#6d6b6c',GradientType=0 );
}

html.no-touch .sh-equipment-link-buttons ul li a:hover:after,
.sh-equipment-link-buttons ul li.current a:after {
  background: #fbf1c3;
  background: linear-gradient(180deg, #333 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(135deg, #786617 0%, #fbf1c3 50%, #fbf1c3 51%, #786617 100%);
}

.sh-equipment-img {
  margin-bottom:40px;
}
body.sh-equipment-ecology .sh-equipment-img {
  margin-bottom: 0px;
}
body.sh-equipment-security .sh-equipment-img {
  margin-bottom: 0px;
}
body.sh-equipment-structure .sh-structure-box1 .sh-equipment-img {
  margin-bottom: 0px;
}

.sh-equipment-img.MB0 {
  margin-bottom: 0;
}
.sh-equipment-img.MB15 {
	margin-bottom: 15px;
}
.sh-equipment-img.MB30 {
  margin-bottom: 30px;
}
.sh-equipment-img.MB60_30 {
	margin-bottom: 60px;
}

.sh-equipment-img .pure-g.rows2 {
  margin: 0 -20px;
}
.sh-equipment-img .pure-g.rows2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.sh-equipment-img .pure-g.rows3 {
  margin: 0 -12.5px;
}
.sh-equipment-img .pure-g.rows3 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12.5px;
}
.sh-equipment-img .pure-g.rows3-2 {
  margin: 0 -30px;
}
.sh-equipment-img .pure-g.rows3-2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.sh-equipment-img .pure-g ,
.sh-equipment-img .pure-g.rows4,
.sh-equipment-img .pure-g.rows5 {
  margin: 0 -10px;
}
.sh-equipment-img .pure-g.rows4.MB60 {
	margin-bottom: 60px;
}
.sh-equipment-img .pure-g.rows5.MB20 {
  margin-bottom: 20px;
}
.sh-equipment-img .pure-g > div ,
.sh-equipment-img .pure-g.rows4 > div,
.sh-equipment-img .pure-g.rows5 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.sh-equipment-img .pure-g.rows4-2 {
  margin: 0 -12px;
}
.sh-equipment-img .pure-g.rows4-2 > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.sh-equipment-img .pure-g.rows2 > div,
.sh-equipment-img .pure-g.rows3 > div,
.sh-equipment-img .pure-g.rows3-2 > div,
.sh-equipment-img .pure-g.rows4 > div,
.sh-equipment-img .pure-g.rows4-2 > div,
.sh-equipment-img .pure-g.rows5 > div {
	padding-top:10px;
	padding-bottom:20px;
  margin-bottom: 0;
}


.sh-equipment-img .pure-g.rows2-in-3 > div:first-child {
	padding-right: 17.5px;
}
.sh-equipment-img .pure-g.rows2-in-3 > div:last-child {
	padding-left: 17.5px;
}

.sh-equipment-structure .sh-equipment-img .pure-g.rows4 > div {
  padding-top:0;
  padding-bottom:40px;
}


h4.sh-equipment-heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 33px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}




.sh-equipment-info h5 {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom:3px;
  font-size:26px;
  font-family: "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
/*  border-bottom: 1px solid #1d7150;*/
  color : #877438;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.sh-equipment-info h5:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 1em;
  background: #877438;
}
.sh-equipment-info h5 span {
  font-size: 70%;
  color: #333;
  padding-left: 20px;
  position: relative;
  top: -3px;
}
.sh-equipment-heading sup{
	font-size: 40%;
	top: 0;
}
.sh-equipment-info.MB10 {
	margin-bottom:10px !important;
}
.sh-equipment-info.MB10 h5 {
  margin-bottom: 0px;
}
.sh-equipment-info h5.MB3 {
	margin-bottom: 3px;
}

.sh-equipment-equipment .sh-equipment-info h5 {
}
.sh-equipment-security .sh-equipment-info h5 {
}
.sh-equipment-structure .sh-equipment-info h5 {
}


.sh-img-text-box {
}
.sh-img-text-box.MB50 {
  margin-bottom: 50px;
}

.sh-img-text-box > div {
  margin-bottom: 15px;
}
.sh-img-text-box > div.MB20 {
  margin-bottom: 20px;
}

.sh-equipment-title ,
.sh-img-text-box .sh-equipment-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-title.MB15 {
  margin-bottom: 15px;
}
.sh-equipment-title.MB20 {
	margin-bottom: 20px;
}
.sh-equipment-title.LH12 {
  line-height: 1.2;
}
.sh-equipment-title2,
.sh-img-text-box .sh-equipment-title2 {
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  color: #877438;
  text-align: left;
}
.sh-equipment-title2.__bgcolor1 {
  color: #877438;
  background: linear-gradient(to right, #ededed, #fff 100%);
  padding: 5px 10px;
}
.sh-equipment-title3,
.sh-img-text-box .sh-equipment-title3 {
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  text-align: left;
  font-feature-settings: 'palt';
}
.sh-equipment-title3.__color4 {
  color: #867438;
}
.sh-equipment-title4 {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  color: #877438;
  border-bottom: 1px solid #877438;
  text-align: left;
}
.sh-equipment-title5 {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  text-align: left;
}
.sh-equipment-title5 span:nth-child(1) {
  font-size: 22px;
}
.sh-equipment-title5 span:nth-child(2) {
  font-size: 28px;
}


.sh-equipment-text ,
.sh-img-text-box .sh-equipment-text {
  text-align: left;
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  line-height:1.5;
}
.sh-equipment-text2 {
  text-align: left;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-img-text-box .sh-equipment-text2 {
  text-align: left;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  line-height:1.2;
  margin-bottom:10px;
}
.sh-equipment-text3 {
  text-align: left;
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-text4 {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  border: 1px solid #999;
  padding: 15px 15px;
  text-align: left;
}
.sh-equipment-text5 {
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}

.sh-equipment-text span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #333;
}
.sh-equipment-text.TC {
  text-align: center;
}
.sh-equipment-title sup,
.sh-equipment-text sup {
	top: 0;
}

.sh-equipment-image-caption1 {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  color: #333;
  position: absolute;
  bottom: 5px;
  right: 5px;
/*	text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;*/
}
.sh-equipment-image-caption1.sh-position1 {
  right: 23%;
}
.sh-equipment-image-caption1.sh-position2 {
  right: inherit;
  left: 5px;
}
.sh-equipment-image-caption2 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
/*	text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;*/
}
.sh-equipment-image-caption3 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  text-align: left;
}
.sh-equipment-image-caption3.TR {
  text-align: right;
  margin-top: 5px;
}

.sh-equipment-textshadow {
  text-shadow: 0 0 3px #fff, 1px 0 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, -1px 0 3px #fff;
}


.sh-color1 {
  color: #1d7150;
}
.sh-color2 {
  color: #005bac;
}
.sh-color3 {
  color: #4653a2;
}
.sh-uline1 {
  border-bottom: 1px solid #1d7150;
}

.sh-equipment-equipment-box1 {
  padding: 30px 40px 10px;
  background: url(images/equipment/bg_01.jpg) no-repeat center top #d4e8ef;
  background-size: 100% auto;
}
.sh-equipment-equipment-box2 {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.sh-equipment-equipment-box2 > p:first-child {
  max-width: 460px;
  width: 41.81818181818182%;
}
.sh-equipment-equipment-box2 > p:last-child {
  font-feature-settings: 'palt';
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-equipment-box2 > p:last-child span {
  display: inline-block;
}
.sh-equipment-equipment-box3 {
  padding-top: 20px;
  background-color: #020204;
  display: flex;
}
.sh-equipment-equipment-box4 {
  box-sizing: border-box;
  width: 50%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  color: #fff;
  padding-left: 40px;
}
.sh-equipment-equipment-box4:last-child {
  position: relative;
}
.sh-equipment-equipment-box4:last-child::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - 15px);
  background-color: #fff;
  left: 0;
  top: 0;
}
.sh-equipment-equipment-box4 .__title {
  padding-right: 40px;
  margin-bottom: 1px;
}
.sh-equipment-equipment-box4 .__title p {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 20px;
}
.sh-equipment-equipment-box4 .__title p b {
  font-size: 25px;
}
.sh-equipment-equipment-box5 {
  overflow: hidden;
  position: relative;
}
.sh-equipment-equipment-box5 > p:first-child {
  position: absolute;
  width: 42.86%;
  left: 0;
  top: 15px;
  z-index: 2;
}
.sh-equipment-equipment-box5 > div:last-child {
  width: 480px;
  float: right;
}
.sh-equipment-equipment-box5 .sh-equipment-image-caption1 {
  color: #fff;
  right: 10px;
}


.sh-equipment-electrified-box1 {
  background-color: #f0ece3;
  border: 1px solid #877438;
  padding: 10px;
  color: #333;
}
.sh-equipment-electrified-box1.__pad {
  padding: 15px 20px;
}
.sh-equipment-electrified-box1 .sh-equipment-image-caption3 {
  color: #333;
}
.sh-equipment-electrified-box1 > div.BT {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed #867438;
}

.sh-equipment-security-box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}
.sh-equipment-security-box1 > div:first-child {
  width: 180px;
  flex-shrink: 0;
  flex-grow: 0;
}
.sh-equipment-security-box1 > div:last-child {
  max-width: 1050px;
}
.sh-equipment-security-box2 {
  display: flex;
  justify-content: space-between;
}
.sh-equipment-security-box2 > div:first-child {
  width: 61.328125%;
}
.sh-equipment-security-box2 > div:last-child {
  box-sizing: border-box;
  width: 35.546875%;
  background-color: #eae3d3;
  padding: 30px 20px;
}
.sh-equipment-security-box3:first-child {
  padding-bottom: 20px;
  border-bottom: 1px dashed #877438;
}
.sh-equipment-security-box3:last-child {
  padding-top: 20px;
}
.sh-equipment-security-box3 .sh-img-text-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.sh-equipment-security-box3 .sh-img-text-box > div:first-child {
  max-width: 225px;
  width: 54.2168675%;
  margin-bottom: 0;
}
.sh-equipment-security-box3 .sh-img-text-box > div:last-child {
  max-width: 155px;
  width: 37.35%;
  margin-bottom: 0;
}
.sh-equipment-security-box3 .sh-img-text-box .sh-equipment-image-caption1 {
  position: static;
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}
.sh-equipment-security-box4 > div:not(:last-child) .sh-img-text-box > div:first-child {
  text-align: center;
}
.sh-equipment-security-box4 > div:not(:last-child) .sh-img-text-box > div:first-child > img {
  max-width: 180px;
}

.sh-equipment-service-box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 12px;
}
.sh-equipment-service-box1 > div:first-child {
  width: 201px;
  flex-shrink: 0;
  flex-grow: 0;
}
.sh-equipment-service-box2 {
  background-color: #eae3d3;
  padding: 10px;
}
.sh-equipment-service-box2 .sh-equipment-title2 {
  font-size: 24px;
  color: #910000;
  text-align: center;
}



.sh-equipment-equipment .sh-equipment-info h5 {
}
.sh-equipment-equipment .sh-equipment-text {
	line-height: 1.35;
}

.sh-contents-comment {
  margin-bottom:30px;
  background:none;
  border:none;
}
.sh-contents-comment-text {
  font-size: 14px;
}

.sh-flex-reverse {
	flex-direction: row-reverse;
}

.sh-equipment-bnr a:hover {
	opacity: 0.9;
}

.sh-PR {
	position: relative;
}

.MT20_0 {
  margin-top: 20px;
}
.MT30_0 {
	margin-top: 30px;
}
.MT40_0 {
	margin-top: 40px;
}
.MB20_40 {
  margin-bottom: 20px;
}
.MT20_60 {
  margin-top: 20px;
}
.MT50_60 {
  margin-top: 50px;
}

.PT150 {
  padding-top: 150px;
}

sub {
  bottom: 0;
	vertical-align: baseline;
}

.LS1 {
  letter-spacing: 0.1em;
}


@media screen and (max-width: 1280px) {
  .sh-equipment-equipment-box3 {
    max-width: 640px;
    margin-inline: auto;
    flex-direction: column;
    padding-bottom: 20px;
    gap: 40px;
  }
  .sh-equipment-equipment-box4 {
    width: 100%;
    padding-right: 40px;
  }
  .sh-equipment-equipment-box4:last-child::before {
    display: none;
  }
}

@media screen and (max-width: 1010px) {
  .sh-equipment-link-buttons ul li a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .sh-equipment-link-buttons ul li a.ls-wide {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
	  width: 95%;
	}
}

@media screen and (min-width:768px) and ( max-width:900px) {
	.sh-equipment-link-buttons ul li a {
		font-size: 1.6vw;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a {
		font-size: 1.3vw;
	}
}

@media screen and (min-width: 768px) {
  .pure-g.sh-equipment-security-box4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .pure-g.sh-equipment-security-box4 > div {
    width: 100% !important;
  }
  .pure-g.sh-equipment-security-box4 > div:last-child {
    grid-row: 1 / 3;
    grid-column: 4 / 5;
  }
}

@media screen and (max-width: 767px) {
	.sh-gradient-wrapper {
		padding-bottom: 0;
	}
	.sh-equipment-gradient-top {
		padding-top: 20px;
	}
	.sh-equipment-link-buttons {
    margin-top:20px;
    margin-left: 5px;
    margin-right: 5px;
      margin-bottom: 40px;
	}
	.sh-equipment-link-buttons ul li {
		width: 50%;
	}
	.sh-equipment-link-buttons ul li:nth-child(odd) {
		clear: both;
	}
	.sh-equipment-link-buttons ul li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 4px;
		font-size: 15px;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	.sh-equipment-link-buttons ul li a.ls-wide {
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	.sh-equipment-link-buttons ul li a.smp-small {
		font-size: 14px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom {
		margin-bottom:0;
		padding-bottom:20px;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul {
		width: 100%;
	}
	.sh-equipment-link-buttons.sh-equipment-link-buttons__bottom ul li a.smp-small {
		font-size: 13px;
	}

  .sh-equipment-img .pure-g.rows2 {
    margin: 0 -10px;
  }
  .sh-equipment-img .pure-g.rows2 > div {
    padding: 0 10px;
  }
	.sh-equipment-img .pure-g.rows3 {
		margin: 0 -10px;
	}
	.sh-equipment-img .pure-g.rows3 > div {
	  padding: 10px 10px 30px;
	}
  .sh-equipment-img .pure-g.rows4-2 {
    margin: 0 -10px;
  }
  .sh-equipment-img .pure-g.rows4-2 > div {
    padding: 0 10px;
  }
  .sh-equipment-structure .sh-equipment-img .pure-g.rows4 > div {
    padding-bottom: 30px;
  }

	.sh-equipment-img {
	  margin-bottom:20px;
	}
  .sh-img-text-box {
    margin-bottom: 20px;
  }
  .sh-equipment-img .pure-g.rows4 > div.smp-NoMB ,
	.smp-NoMB > .sh-img-text-box ,
	.smp-NoMB > .sh-img-text-box > div {
		margin-bottom: 0;
		padding-bottom: 0;
	}
  .sh-equipment-img .pure-g.rows4-2 > div.smp-NoMB {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  h4.sh-equipment-heading {
    text-align: left;
    font-size: 26px;
    margin-bottom: 40px;
  }
	.sh-equipment-info h5 {
		font-size: 22px;
	}
	.sh-equipment-info h5 span {
	  padding-left: 0px;
	  top: 0px;
	  display: block;
	}


	.sh-equipment-title ,
	.sh-img-text-box .sh-equipment-title {
	  font-size: 20px;
	}
  .sh-equipment-title2,
  .sh-img-text-box .sh-equipment-title2 {
    font-size: 20px;
  }
  .sh-equipment-title3,
  .sh-img-text-box .sh-equipment-title3 {
    font-size: 18px;
  }
  .sh-equipment-title4 {
    font-size: 23px;
  }
  .sh-equipment-title5 {
    font-size: 20px;
  }
  .sh-equipment-title5 span:nth-child(1) {
    font-size: 20px;
  }
  .sh-equipment-title5 span:nth-child(2) {
    font-size: 23px;
  }


  .sh-equipment-text ,
  .sh-img-text-box .sh-equipment-text {
    font-size: 16px;
  }
  .sh-equipment-text.TC {
    text-align: left;
  }
  .sh-equipment-text2 ,
  .sh-img-text-box .sh-equipment-text2 {
    font-size: 14px;
  }
  .sh-equipment-text5 {
    font-size: 20px;
    text-align: left;
  }
  .sh-equipment-image-caption1.smp-static {
    position: static;
    text-align: right;
  }

  .sh-equipment-equipment-box1 {
    padding: 30px 15px 20px;
  }
  .sh-equipment-equipment-box2 {
    flex-direction: column;
  }
  .sh-equipment-equipment-box2 > p:first-child {
    width: 90%;
    margin-inline: auto;
  }
  .sh-equipment-equipment-box2 > p:last-child {
    font-size: 24px;
  }
  .sh-equipment-equipment-box3 {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .sh-equipment-equipment-box4 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sh-equipment-equipment-box4 .__title {
    padding-right: 0
  }
  .sh-equipment-equipment-box4 .__title p {
    font-size: 18px;
  }
  .sh-equipment-equipment-box4 .__title p b {
    font-size: 20px;
  }
  .sh-equipment-equipment-box5 > p:first-child {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .sh-equipment-equipment-box5 > div:last-child {

  }

  .sh-equipment-security-box1 {
    flex-direction: column;
  }
  .sh-equipment-security-box1 > div:first-child {
    margin-inline: auto;
  }
  .sh-equipment-security-box2 {
    flex-direction: column;
    gap: 20px;
  }
  .sh-equipment-security-box2 > div:first-child,
  .sh-equipment-security-box2 > div:last-child {
    width: 100%;
    max-width: 768px;
  }
  .sh-equipment-security-box4 > div:last-child .sh-img-text-box > div:first-child > img {
    max-width: 290px;
  }

  .sh-equipment-service-box1 {
    display: block;
    overflow: hidden;
  }
  .sh-equipment-service-box1 > div:first-child {
    width: 36%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .sh-equipment-service-box2 .sh-equipment-title2 {
    font-size: 20px;
  }


	.PR10 {
		padding-right:0;	
	}
	.PL10 {
		padding-left:0;	
	}
	.PB20-smp {
		padding-bottom: 20px;
	}
  .MT20_0,
  .MT30_0, 
  .MT40_0 {
    margin-top: 0;
  }
  .MB20_40 {
    margin-bottom: 40px;
  }
  .MT20_60 {
    margin-top: 60px;
  }
  .MT50_60 {
    margin-top: 60px;
  }
  .PT150 {
    padding-top: 20px;
  }
  .TR.smp-TL {
    text-align: left;
  }
  .__smp-w60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .__smp-w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sh-img-text-box.smp-MB0 {
    margin-bottom: 0;
  }
  .__smp-PT10 {
    padding-top: 10px;
  }
  .__smp-PT20 {
    padding-top: 20px;
  }
  .__smp-PT30 {
    padding-top: 30px;
  }
  .__smp-PT40 {
    padding-top: 40px;
  }
  .__smp-PB10 {
    padding-bottom: 10px;
  }
  .__smp-PB20 {
    padding-bottom: 20px;
  }
  .__smp-PB30 {
    padding-bottom: 30px;
  }
  .__smp-PB40 {
    padding-bottom: 40px;
  }
  .__smp-TS {
    text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
  }
  .__smp-TL {
    text-align: left;
  }
  .__smp-MLR0 {
    margin-left: 0;
    margin-right: 0;
  }
}


@media screen and (max-width: 400px) {
}




