
@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo-outer {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}


.h-photo {
  border: 2px solid #95d2f3;
  box-sizing: border-box;
  padding: 10px 16px;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo {
    width: 87%;
    margin: auto;
    padding: 11px 11px 2px;
  }
}

.h-photo .photoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.h-photo .photoblock img {
  max-width: 100%;
}

.h-photo .photoblock > .prim {
  width: calc((100% - 12px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock > .prim {
    width: auto;
    margin: 0 0 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock > .prim.-left > .wide {
    margin-left: 9px;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock > .prim.-right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock > .prim > .wide {
    width: 66%;
    max-width: 260px;
  }
}

.h-photo .photoblock > .prim > .narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  html:not(.-noresponsive) .h-photo .photoblock > .prim > .narrow {
    width: calc(100% - (66% + 9px));
    max-width: 128px;
  }
}

.h-photo #block01,
.h-photo #block01 .SHR-slide-body,
.h-photo #block02,
.h-photo #block02 .SHR-slide-body,
.h-photo #block05,
.h-photo #block05 .SHR-slide-body,
.h-photo #block06,
.h-photo #block06 .SHR-slide-body {
  width: 128px;
  height: 128px;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .h-photo #block01, html:not(.-noresponsive)
  .h-photo #block01 .SHR-slide-body, html:not(.-noresponsive)
  .h-photo #block02, html:not(.-noresponsive)
  .h-photo #block02 .SHR-slide-body, html:not(.-noresponsive)
  .h-photo #block05, html:not(.-noresponsive)
  .h-photo #block05 .SHR-slide-body, html:not(.-noresponsive)
  .h-photo #block06, html:not(.-noresponsive)
  .h-photo #block06 .SHR-slide-body {
    width: 128px !important;
    height: 128px !important;
  }
}

.h-photo #block03,
.h-photo #block03 .SHR-slide-body,
.h-photo #block04,
.h-photo #block04 .SHR-slide-body {
  width: 260px;
  height: 260px;
}

@media screen and (min-width: 769px) {
  html:not(.-noresponsive) .h-photo #block03, html:not(.-noresponsive)
  .h-photo #block03 .SHR-slide-body, html:not(.-noresponsive)
  .h-photo #block04, html:not(.-noresponsive)
  .h-photo #block04 .SHR-slide-body {
    width: 260px !important;
    height: 260px !important;
  }
}