@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 {
  max-width: 1180px;
}

.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: 20%;
  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 : #1f2b64;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.sh-equipment-info h5:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  margin-left: 1em;
  background: #1f2b64;
}
.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;
}

p.sh-equipment-title {
  text-align: left;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  line-height: 1.5;
}
.sh-img-text-box .sh-equipment-title {
  margin-bottom: 10px;
}

.sh-equipment-font33 {
  font-size: 33px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font26 {
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font24 {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font22 {
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font20 {
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font18 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font16 {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font14 {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}
.sh-equipment-font13 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
}

.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;
}


.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;
}

.LH13 {
  line-height: 1.3;
}
.LH2 {
  line-height: 2;
}

.sh-equipment-image-caption1 {
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP' ,serif;
  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;*/
}
.__bottom0 {
  bottom: 0px;
}
.__left5 {
  right: initial;
  left: 5px;
}
.__center {
  right: initial;
  left: 52%;
}

.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: #fff;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
}
.sh-color1_noshadow {
  color: #fff;
}
.sh-color2 {
  color: #00668b;
}
.sh-color3 {
  color: #1f2b64;
}


.__2img img {
  width: 50%;
  float: left;
}


.sh-equipment-ecology-bgbox1 {
  padding: 60px 30px;
  background: url(images/ecology/bg_01.jpg) no-repeat top center #000304;
  color: #fff;
}
.sh-equipment-ecology-bgbox2 {
  max-width: 1200px;
  background: url(images/ecology/bg_02.jpg) no-repeat bottom right;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  background-size: 35%;
}

.sh-equipment-ecology-box1 > div:first-child {
  margin-bottom: 30px;
}
.sh-equipment-ecology-box1-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.sh-equipment-ecology-box1-inner > div {
  width: 47.83%;
  max-width: 47.83%;
}
.sh-equipment-ecology-box1-inner > div > p:first-child {
  padding: 5px 5px;
  background-color: #00668b;
  color: #fff;
  text-align: center;
}
.sh-equipment-ecology-box2 {
  background: #fff;
  padding: 10px 10px;
  color: initial;
}
.sh-equipment-ecology-box2 > div {
  border: 1px solid #00668b;
  padding: 30px 29px;
}
.sh-equipment-ecology-box3 {
  display: flex;
  flex-direction: column;
}
.sh-equipment-ecology-box3-inner {
  display: flex;
  column-gap: 20px;
}
.sh-equipment-ecology-box3-inner > div {
  width: 48.2143%;
  max-width: 270px;
}
.sh-equipment-ecology-box4 {
  display: flex;
  flex-direction: column;
}
.sh-equipment-ecology-box5 > p:last-child {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sh-ecology-titlebox {
  display: flex;
  align-items: center;
  border-top: 1px solid #ad901d;
  border-bottom: 1px solid #ad901d;
}
.sh-ecology-titlebox > p:first-child {
  padding: 3px 40px;
  background-color: #ad901d;
  color: #fff;
}
.sh-ecology-titlebox > p:last-child {
  padding: 0px 20px;
  color: #ad901d;
}
.sh-ecology-titlebox.__color2 {
  border-top: 1px solid #6ba684;
  border-bottom: 1px solid #6ba684;
}
.sh-ecology-titlebox.__color2 > p:first-child {
  background-color: #6ba684;
}
.sh-ecology-titlebox.__color2 > p:last-child {
  color: #6ba684;
}
.sh-ecology-titlebox.__color3 {
  border-top: 1px solid #6098a6;
  border-bottom: 1px solid #6098a6;
}
.sh-ecology-titlebox.__color3 > p:first-child {
  background-color: #6098a6;
}
.sh-ecology-titlebox.__color3 > p:last-child {
  color: #6098a6;
}
.sh-ecology-titlebox2 {
  padding: 10px 5px;
  color: #ad901d;
  border: 1px solid #ad901d;
  text-align: center;
}


.sh-equipment-comfort-box1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh-equipment-comfort-box1 > div {
  width: 90% ;
}
.sh-equipment-comfort-box2 > div:last-child {
  max-width: 235px;
}
.sh-equipment-comfort-box3 > div:first-child > p:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.sh-equipment-comfort-box3 > div:last-child > p:nth-child(2) {
  background: #d9dbe5;
  padding: 20px 20px;
}
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(8) ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(6) ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(4) {
  display: flex;
  align-items: stretch;
}
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(8) span:first-child ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(6) span:first-child ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(4) span:first-child {
  background-color: #1f2b64;
  color: #fff;
  width: 10%;
  max-width: 35px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  box-sizing: border-box;
}
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(8) span:last-child ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(6) span:last-child ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(4) span:last-child {
  background-color: #eff0f4;
  color: #1f2b64;
  width: 90%;
  padding: 1px 5px 0 15px;
}
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(9) ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(7) ,
.sh-equipment-comfort-box4 > div:first-child > p:nth-child(5) {
  padding-left: 10%;
}
.sh-equipment-comfort-box5 {
  background: #eff0f4;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh-equipment-comfort-box5 > div {
  background: #fff;
  padding: 20px 10px;
}
.sh-comfort-textbox {
  background: #1f2b64;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.sh-equipment-security-box1 >div:last-child {
  background-color: #f6f4f7;
  border: 1px solid #231815;
  padding: 20px 20px;
}
.sh-equipment-security-box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 80px;
}
.sh-equipment-security-box2-inner {
  display: flex;
  justify-content: space-between;
}
.sh-equipment-security-box2-inner > div:first-child {
  width: 74.354%;
}
.sh-equipment-security-box2-inner > div:first-child:has(+ .__mw239) {
  width: 58.870%;
}
.sh-equipment-security-box2-inner > div:last-child {
  width: 23.06452%;
  max-width: 143px;
}
.sh-equipment-security-box2-inner > div:last-child.__mw239 {
  width: 38.54839%;
  max-width: 239px;
}
.sh-equipment-security-box3-inner > div:last-child {
  background-color: #d9dbe5;
  padding: 30px 2.963%;
}
.sh-security-img1 {
  width: 16%;
  max-width: 140px;
  position: absolute;
  top: -50px;
  right: 0px;
}
.sh-security-img2 {
  max-width: 374px;
  margin-left: auto;
  margin-right: auto;
}

.sh-security-titlebox > span:first-child ,
.sh-structure-titlebox > span:first-child ,
.sh-comfort-titlebox > span:first-child {
  display: inline-block;
  padding-right: 3.5%;
}
.sh-security-titlebox > span:nth-child(2) ,
.sh-structure-titlebox > span:last-child ,
.sh-comfort-titlebox > span:last-child {
  position: relative;
  top: -3.5px;
}
.sh-security-titlebox:has(+ .sh-security-img1) {
  width: 100%;
}

.sh-equipment-structure-box1 {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: wrap;
}

.sh-border {
  border-bottom: 1px solid #1f2b64;
}
.sh-border2 {
  border-top: 1px solid #1f2b64;
  border-bottom: 1px solid #1f2b64;
}



.sh-equipment-equipment .sh-equipment-info h5 {
}
.sh-equipment-text ,
.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;
}
.MT20_60 {
  margin-top: 20px;
}
.MT50_60 {
  margin-top: 50px;
}
.MB20_40 {
  margin-bottom: 20px;
}
.MB60_30 {
  margin-bottom: 60px;
}

.PT150 {
  padding-top: 150px;
}

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

.LS1 {
  letter-spacing: 0.1em;
}



@media screen and (min-width: 768px) {
  .sh-equipment-ecology-box1 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-ecology-box1 > div:first-child {
    width: 56.8966%;
    max-width: 660px;
    margin-bottom: 0;
  }
  .sh-equipment-ecology-box1 > div:last-child {
    width: 39.6552%;
    max-width: 460px;
  }

  .sh-equipment-ecology-bgbox2 > div {
    width: 72%;
  }

  .sh-equipment-ecology-box3 {
    flex-direction: row;
  }
  .sh-equipment-ecology-box3 > div:nth-child(1) {
    width: 6.897%;
    max-width: 80px;
  }
  .sh-equipment-ecology-box3 > div:nth-child(2) {
    width: 31.0345%;
    max-width: 360px;
    padding-left: 20px;
    padding-right: 3.44827%;
  }
  .sh-equipment-ecology-box3 > div:nth-child(3) {
    width: 6.897%;
    max-width: 80px;
  }
  .sh-equipment-ecology-box3 > div:nth-child(4) {
    width: 50%;
    max-width: 580px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .sh-equipment-ecology-box4 {
    flex-direction: row;
    justify-content: space-between;
  }
  .sh-equipment-ecology-box4 > div {
    width: 29.32%;
    max-width: 340px;
  }
  .sh-equipment-ecology-box4 > div:nth-child(2)::before ,
  .sh-equipment-ecology-box4 > div:nth-child(3)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #636262;
    position: absolute;
    top: 0;
    left: -10.2941176%;
  }

  .sh-equipment-ecology-box5 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-ecology-box5 > p:first-child {
    width: 61.207%;
    max-width: 710px;
  }
  .sh-equipment-ecology-box5 > p:last-child {
    width: 35.345%;
    max-width: 410px;
  }

  .sh-equipment-comfort-box1 {
    flex-wrap: nowrap;
  }
  .sh-equipment-comfort-box1 > div {
    max-width: 400px;
    width: 31.25% ;
  }
  .sh-equipment-comfort-box2 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-comfort-box2 > div:first-child {
    width: 78%;
  }
  .sh-equipment-comfort-box2 > div:last-child {
    width: 20%;
  }
  .sh-equipment-comfort-box3 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-comfort-box3 > div:first-child {
    width: 65.625% ;
    max-width: 840px;
  }
  .sh-equipment-comfort-box3 > div:last-child {
    width: 31.25% ;
    max-width: 400px;
  }
  .sh-equipment-comfort-box4 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-comfort-box4 > div:first-child {
    max-width: 510px;
    width: 39.84375% ;
  }
  .sh-equipment-comfort-box4 > div:last-child {
    max-width: 730px;
    width: 58.87097% ;
  }
  .sh-equipment-comfort-box5 {
    flex-wrap: nowrap;
  }
  .sh-equipment-comfort-box5 > div {
    padding: 20px 20px;
    max-width: 360px;
    width: 32.2581% ;
  }

  .sh-equipment-security-box1 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-security-box1 >div:first-child {
    width: 65.625%;
    max-width: 840px;
  }
  .sh-equipment-security-box1 >div:last-child {
    width: 26.5625%;
    max-width: 340px;
    padding: 30px 29px;
  }
  .sh-equipment-security-box2 {
    margin-bottom: 110px;
  }
  .sh-equipment-security-box2 >div {
    width: 48.4375%;
    max-width: 620px;
  }
  .sh-equipment-security-box3 {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-security-box3 >div:first-child {
    width: 44.140625%;
    max-width: 565px;
  }
  .sh-equipment-security-box3 >div:last-child {
    width: 52.734375%;
    max-width: 675px;
  }
  .sh-security-img1 {
    width: 12%;
    right: 20px;
    top: initial;
    bottom: -15px;
  }
  .sh-equipment-security-box3-inner {
    display: flex;
    justify-content: space-between;
  }
  .sh-equipment-security-box3-inner > div:first-child {
    width: 35.5556%;
    max-width: 240px;
  }
  .sh-equipment-security-box3-inner > div:last-child {
    width: 55.40741%;
    max-width: 374px;
  }
  .sh-security-titlebox:has(+ .sh-security-img1) {
    width: 87%;
  }

  .sh-equipment-structure-box1 >div {
    width: 31.25% ;
    max-width: 400px;
  }

}

@media screen and (min-width: 1200px) {
  .sh-equipment-ecology-bgbox1 {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }
}

@media screen and (min-width:768px) and ( max-width:1150px) {
  .sh-security-img1 {
    right: 0px;
  }
}

@media screen and (min-width:768px) and ( max-width:1050px) {
  .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%;
	}

  .sh-equipment-ecology-box1 {
    flex-wrap: wrap;
  }
  .sh-equipment-ecology-box1 > div:first-child {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .sh-equipment-ecology-box1 > div:last-child {
    width: 100%;
    max-width: 100%;
  }

  .sh-equipment-comfort-box4 {
    flex-wrap: wrap;
  }
  .sh-equipment-comfort-box4 > div:first-child {
    max-width: 100%;
    width: 100%;
  }
  .sh-equipment-comfort-box4 > div:last-child {
    width: 100%;
    margin: 20px auto 0;
  }
}

@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 (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-font33 {
    font-size: 26px;
  }
  .sh-equipment-font26 {
    font-size: 22px;
  }
  .sh-equipment-font24 {
    font-size: 20px;
  }
  .sh-equipment-font22 {
    font-size: 20px;
  }
  .sh-equipment-font20 {
    font-size: 18px;
  }
  .sh-equipment-font18 {
    font-size: 16px;
  }
  .sh-equipment-font16 {
    font-size: 14px;
  }

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


  .sh-equipment-ecology-bgbox1 {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(images/ecology/smp/bg_01_smp.jpg);
    background-size: 100%;
  }
  .sh-equipment-ecology-bgbox2 {
    padding-bottom: 60px;
    background-size: 45%;
    padding-top: 0px;
  }
  .sh-equipment-ecology-bgbox2 > div > p:nth-child(3) {
    width: 68%;
    text-shadow: 0 0 3px #fff, 1px 0 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, -1px 0 3px #fff;
  }

  .sh-equipment-ecology-box2 > div {
    padding-left: 19px;
    padding-right: 19px;
  }

  .sh-equipment-ecology-box3 > div:nth-child(1) ,
  .sh-equipment-ecology-box3 > div:nth-child(3) {
    margin-bottom: 20px;
  }
  .sh-equipment-ecology-box3 > div:nth-child(2) {
    margin-bottom: 50px;
  }
  .sh-equipment-ecology-box3-inner {
    margin-bottom: 20px;
  }
  .sh-equipment-ecology-box4 > div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sh-equipment-ecology-box4 > div:nth-child(2) ,
  .sh-equipment-ecology-box4 > div:nth-child(3) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #636262;
  }
  .sh-equipment-ecology-box5 > p:first-child {
    margin-bottom: 20px;
  }

  .sh-ecology-titlebox {
    align-items: stretch;
  }
  .sh-ecology-titlebox > p:first-child {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
  }
  .sh-ecology-titlebox > p:last-child {
    display: flex;
    align-items: center;
    width: 80%;
  }

  .sh-equipment-comfort-box1 > div {
    margin-left: auto;
    margin-right: auto;
  }
  .sh-equipment-comfort-box1 > div:nth-child(-n+2) {
    margin-bottom: 30px;
  }
  .sh-equipment-comfort-box2 > div:first-child {
    margin-bottom: 10px;
  }
  .sh-equipment-comfort-box2 > div:last-child {
    margin-left: auto;
    margin-right: auto;
  }
  .sh-equipment-comfort-box3 > div:first-child {
    margin-bottom: 30px;
  }
  .sh-equipment-comfort-box4 > div:first-child > p:nth-child(8) span:first-child ,
  .sh-equipment-comfort-box4 > div:first-child > p:nth-child(6) span:first-child ,
  .sh-equipment-comfort-box4 > div:first-child > p:nth-child(4) span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sh-equipment-comfort-box4 > div:last-child {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sh-equipment-comfort-box5 {
    row-gap: 20px;
  }

  .sh-equipment-security-box1 >div:first-child {
    margin-bottom: 30px;
  }
  .sh-equipment-security-box3 >div:first-child {
    margin-bottom: 30px;
  }
  .sh-equipment-security-box3-inner > div:first-child {
    margin-bottom: 30px;
  }



	.PR10 {
		padding-right:0;	
	}
	.PL10 {
		padding-left:0;	
	}
	.PB20-smp {
		padding-bottom: 20px;
	}
  .MT20_0,
  .MT30_0, 
  .MT40_0 {
    margin-top: 0;
  }
  .MT20_60 {
    margin-top: 60px;
  }
  .MT50_60 {
    margin-top: 60px;
  }
  .MB20_40 {
    margin-bottom: 40px;
  }
  .MB60_30 {
    margin-bottom: 30px;
  }
  .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: 450px) {
  .sh-equipment-ecology-bgbox2 {
    padding-bottom: 120px;
    background-size: 55%;
  }
  .sh-equipment-ecology-bgbox2 > div > p:nth-child(3) {
    width: 100%;
  }

  .sh-security-img1 {
    width: 24%;
  }
}




