@charset "utf-8";
.h1Wrap {
  margin-bottom: 2rem;
}
h1 {
  font-size: 1.625rem;
  font-weight: bold;
  position: absolute;
  padding-left: 3%;
  width: 60.5%;
  word-break: break-all;
}
h2 {
  font-size: 1.375rem;
  font-weight: bold;
  padding: 1.25rem;
  margin-bottom: 1.8rem;
  background: #005792;
  border-radius: 10px;
  color: #fff;
}
h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.itemWrap:not(.deluxe) h3 {
  font-size: 1.25rem;
}
.itemWrap.deluxe h3 {
  font-size: 1.375rem;
}
h3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) '.';
  font-family: 'lato', sans-serif;
  color: #005792;
  padding-right: 1rem;
}
.itemWrap.deluxe h3::after {
  background-color: #005792;
  border-radius: 5px;
  bottom: -10px;
  content: '';
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
h3 .small {
  display: inline-block;
  font-size: 1rem;
}
h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
h4::before {
  content: '';
  width: 10px;
  min-width: 10px;
  height: 5px;
  display: inline-block;
  background-color: #005792;
  border-radius: 10px;
  margin-right: 0.625rem;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.articleSec.singleParts h4 {
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
  color: #005792;
  border-bottom: solid 3px #005792;
}
.articleSec.singleParts h4::before {
  display: none;
}
span.bold {
  font-weight: 700;
  background: linear-gradient(transparent 50%, rgb(255 235 59 / 30%) 50%);
}
.marker {
  background: linear-gradient(transparent 50%, rgb(255 235 59 / 30%) 50%);
}
.timeWrap time {
  display: block;
  text-align: right;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.h1Wrap p:not(:last-child) {
  margin-bottom: 1rem;
}
.h1Wrap .mW {
  display: flex;
  position: relative;
  align-items: center;
}
.prFirst::after {
  content: 'PR';
  position: absolute;
  color: #005792;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  right: 10px;
  top: 10px;
  padding: 0px 10px;
  margin-right: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.tagList li {
  margin-right: 0.625rem;
}
.tagList li a {
  color: #005792;
  font-weight: bold;
}
.tagList li a:hover {
  opacity: 0.6;
}
.lML > section > section .itemWrap {
  margin-bottom: 5rem;
}
.lML {
  margin-bottom: 8rem;
}
.itemWrap {
  padding: 2rem 16px;
  border-radius: 10px;
}
.itemWrap:not(.deluxe) {
  border: 3px solid #c7c7c7;
}
.itemWrap.deluxe {
  border: 3px solid #005792;
}
.itemWrap > figure {
  margin-bottom: 3rem;
}
.itemWrap > figure img {
  width: 100%;
  object-fit: contain;
}
.itemWrap figcaption,
.deluxePicture > div {
  text-align: right;
  font-size: 0.8rem;
}
.itemWrap figcaption a,
.deluxePicture > div a {
  text-decoration: underline;
  color: #005792;
  background-image: url(../img/icon-external.svg);
  background-repeat: no-repeat;
  padding-right: 1em;
  background-size: 0.75em;
  background-position: right;
}
.introductionWrap {
  margin-bottom: 2rem;
}
.officialBtn {
  display: flex;
  justify-content: center;
  margin: 3rem;
}
.officialBtn a {
  margin: auto;
  background-color: #005792;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.deluxe .officialBtn a {
  width: 100%;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fd5f00;
}
.officialBtn.dentalClinic a {
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fd5f00;
}
.deluxe .officialBtn a img,
.officialBtn.dentalClinic a img {
  width: 20px;
  display: block;
  margin-left: 2rem;
  margin-bottom: 0.125rem;
}
.officialBtn a:hover {
  -webkit-animation: buttonHover 0.3s forwards;
  animation: buttonHover 0.3s forwards;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}
.recommendColumn {
  margin-top: -6em;
}
.recommendColumn a {
  color: #005792;
  text-decoration: underline;
}

.deluxePicture ul {
  display: flex;
  justify-content: space-between;
}
.deluxePicture li {
  width: 49%;
}
.deluxePicture ul li img {
  aspect-ratio: 3.5 / 2.4;
  object-fit: cover;
  width: 100%;
}
.deluxePoint {
  padding: 1.5rem 2.5rem;
  border-radius: 10px;
  border: solid 3px #fd5f00;
  background: rgb(246 246 233 / 50%);
  margin-top: 1.5rem;
}
.deluxePoint > div {
  color: #fd5f00;
  font-size: 1.375rem;
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
}
.deluxePoint > div::before,
.deluxePoint > div::after {
  background-color: #fd5f00;
  border-radius: 5px;
  content: '';
  height: 2px;
  width: 25px;
}
.deluxePoint > div::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.deluxePoint > div::after {
  margin-left: 10px;
  transform: rotate(-50deg);
}
.deluxePoint > ul li {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.deluxePoint > ul li span {
  width: calc(100% - 16px);
  padding-left: 10px;
}
.deluxePoint > ul li::before {
  content: '';
  background: url('../img/point-check.png') no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: contain;
  position: relative;
  bottom: 1px;
}
.deluxePoint > ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.infoSec {
  margin: 4rem 2rem 0;
}
.tabLeWrap {
  width: 100%;
}
.tabLeWrap > ul > li {
  display: flex;
  border-bottom: 1px solid #707070;
}
.tabLeWrap > ul > li > * {
  padding: 0.8rem;
}
.tabLeWrap > ul > li > span {
  font-weight: bold;
  width: 20%;
  min-width: 90px;
}
.tabLeWrap > ul > li > div {
  width: 80%;
}
.tabLeWrap > ul > li > div .map {
  padding-top: 0.8rem;
}
.tabLeWrap > ul > li > div iframe {
  width: 100%;
  height: 15rem;
}
.tabLeWrap .url {
  text-decoration: underline;
}
.tabLeWrap > ul > li .googlemap {
  font-size: 0.75rem;
  color: #005792;
  margin-left: 0.5em;
}
.tabLeWrap > ul > li .maproot {
  display: none;
}

.tabLeWrap > ul > li .maproot:before,
.tabLeWrap > ul > li .googlemap:before {
  content: '[';
}

.tabLeWrap > ul > li .maproot:after,
.tabLeWrap > ul > li .googlemap:after {
  content: ']';
}
.consultationhours table {
  width: 100%;
}
.consultationhours > div {
  width: 100%;
  overflow-x: auto;
}
.consultationhours > div table {
  width: 100%;
  white-space: nowrap;
}
.consultationhours table tr {
  border-bottom: solid 1px #c7c7c7;
}
.consultationhours table th {
  padding: 0.8rem;
}
.consultationhours table tr:first-child th {
  text-align: center;
}
.consultationhours table td {
  color: #005792;
  text-align: center;
  padding: 0.8rem;
}
.consultationhours ul {
  padding: 0.8rem 0.8rem 0;
}
.one,
.two {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
}
.one li,
.two li {
  margin-top: 1.25rem;
}
.two li {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
.deluxeBtn a {
  width: 100%;
  max-width: 340px;
  font-size: clamp(0.938rem, 0.731rem + 0.43vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  background: #005792;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.deluxeBtn img {
  width: 20px;
  display: block;
  margin-right: 0.625rem;
  margin-bottom: 0.125rem;
}
.deluxeBtn a:hover {
  -webkit-animation: buttonHover 0.3s forwards;
  animation: buttonHover 0.3s forwards;
}
.snsWrap {
  display: flex;
  justify-content: end;
}
.snsWrap > div {
  font-size: 0.8rem;
  text-align: center;
}
.snsWrap > *:not(:last-child) {
  margin-bottom: 0.7rem;
}
.snsWrap figure {
  margin: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snsWrap figure:nth-last-of-type(2) {
  background: #333;
  background: #f2f3f7;
  border-radius: 50px;
}
.snsWrap figure img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.reference {
  font-size: 0.75rem;
}
.reference a {
  color: #005792;
  text-decoration: underline;
}
.singleParts ul li {
  margin-bottom: 20px;
  display: flex;
}
.singleParts ul li a {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.singleParts ul li a:hover {
  opacity: 0.6;
}
.singleParts ul li a figure {
  width: 35%;
  min-width: 35%;
  border: 1px solid #707070;
  padding: 0.6rem;
  display: grid;
  margin-right: 20px;
}
.singleParts ul li a figure img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
.singleParts ul li a > div {
  height: 100%;
  display: grid;
}
.singleParts ul li a dl dt {
  font-size: 18px;
  font-weight: bold;
}
.singleParts ul li a time {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 0.9rem;
  align-items: flex-end;
}

.related-clinic-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.related-clinic-list > li {
  width: 48%;
  display: flex;
}

.related-clinic-list a {
  display: block;
  width: 100%;
  background: #f2f3f7;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 2.5rem;
}

.related-clinic-list .cat {
  background: #005792;
  border-radius: 10px 0;
  color: #fff;
  width: 30%;
  padding: 0.2rem 0;
  text-align: center;
}

.related-clinic-list dl {
  padding: 1rem;
}

.related-clinic-list dl dt {
  border-bottom: 3px solid #fff;
  padding-bottom: 1rem;
  font-weight: bold;
}
.related-clinic-list dl dt span {
  line-height: 1.6;
  height: calc(4.8em);
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.related-clinic-list dl dd {
  font-size: 0.8rem;
  display: none;
}

.related-clinic-list .tag {
  padding: 0 1rem 1rem;
}

.related-clinic-list .tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.related-clinic-list .tag ul li {
  font-size: 0.8rem;
  border-radius: 20px;
  margin-left: 0.5rem;
  font-weight: bold;
  color: #005792;
}

.mainWithEyecatch h1 {
  font-size: clamp(1.125rem, 0.675rem + 1.92vw, 1.875rem);
  position: relative;
  width: auto;
  padding-left: 0;
  margin-bottom: 1rem;
}

.singleTime {
  text-align: right;
}

.singleTime time {
  font-size: 0.9rem;
}

.singleEyecatch img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 1rem 0 2rem;
  display: block;
}

.mainWithEyecatch .tagList {
  margin-bottom: 16px;
  display: flex;
  position: relative;
  align-items: center;
}

.mainWithEyecatch .introductoryWrap {
  margin: 2rem 0 4rem;
}
.more {
  margin-top: 3.125rem;
}

.priceLink {
  margin: 1.875rem auto;
  text-align: center;
}

.priceLink a {
  font-size: 16px;
  color: #005792;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 1.75rem;
  background-image: url('../img/icon-clinic.svg');
  background-repeat: no-repeat;
  background-size: 21px;
  transition: 0.2s;
}
.priceLink a:hover {
  opacity: 0.6;
}

.priceLink a .i-br {
  text-decoration: underline;
  background-image: url('../img/icon-external.svg');
  background-repeat: no-repeat;
  padding-right: 0.85em;
  background-size: 0.75em;
  background-position: right;
}

/* SLS用 */
.slsmW {
  width: 100%;
  max-width: calc(1200px + 32px);
  margin: auto;
  padding: 0 16px;
}

.slsLowerMain .lML a {
  color: #005792;
}

.slsMainCapture {
  position: relative;
}

.slsMainCapture::after {
  content: 'PR';
  position: absolute;
  color: #005792;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  right: 10px;
  top: 10px;
  padding: 0px 10px;
  margin-right: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}

.prSingle::after {
  content: 'PR';
  position: absolute;
  color: #fff;
  font-weight: 800;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  right: 5px;
  top: 5px;
  padding: 5px 15px;
  text-align: center;
  background-color: #005792;
  border-radius: 4px;
}

.prSingle {
  position: relative;
}

.slsListInner img {
  width: 100%;
}

.slsLowerMain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.slsCaptionBox h1 {
  position: relative;
  padding: 0 0 2rem;
  font-size: 26px;
  width: auto;
}

.slsListCaptiuon h2 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 10px;
  border-left: 7px solid #005792;
  border-radius: unset;
  background: #f5f5f5;
  padding: 10px;
  color: #3c3c3c;
}

.slsButtonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slsTopList {
  margin-bottom: 40px;
}

.slsTopList > section {
  border: 1px solid #dddddd;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

.slsTopList a {
  display: block;
}

.slsTopList h3 {
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: 8px solid #005792;
  font-size: 24px;
  color: #005792;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.5em;
  display: block;
  text-align: start;
}

.slsTopList h3::before {
  counter-increment: none;
  content: none;
}

.slsTopList .slsListInner {
  position: relative;
  min-height: 190px;
}

.slsTopList .slsListInner .slsListTxt {
  width: 100%;
}

.slsTopList .slsListInner .slsListTxt p {
  margin-bottom: 10px;
}

.slsTopList .slsListInner .listCap {
  width: 48%;
}

.slsTopList .slsListInner .listCap img {
  width: 100%;
  aspect-ratio: 3 / 2.7;
  object-fit: cover;
  object-position: top;
}

.slsListButton {
  display: block;
  text-align: center;
}

.slsListButton.site {
  background-color: #005792;
  border-color: #005792;
  color: #ffffff;
  padding: 8px 0px;
}

.slsListButton.detail {
  width: 48%;
  padding: 8px 0px;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
}

.slsQuotation {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  text-align: end;
}

.slsQuotation a {
  display: inline;
  text-decoration: underline;
}

.slsSiteUrl a {
  text-decoration: underline;
}

/* SLS下層 */
.slsSingle h1 {
  position: relative;
  border-bottom: 8px solid #005792;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding: 0 0 4px;
  line-height: 1.5em;
  width: 100%;
  text-align: start;
}

.slsSingleImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.slsSingleEyecatch {
  width: 100%;
}

.slsSingleCaption {
  color: #ffffff;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  background: #005792;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  font-size: 20px;
  padding: 15px 0;
  text-align: center;
  line-height: 1.2;
}

.slsSingleCaption:hover {
  opacity: 0.9;
}

.slsSingleCaptionUrl {
  font-size: 19px;
  font-weight: bold;
}

.slsContents h2,
h2.slsInfo,
.slsRelated dt {
  background: none;
  position: relative;
  padding: 0 10px 0px 10px;
  font-size: 20px;
  border-left: 10px solid #005792;
  color: #3c3c3c;
  text-align: start;
  border-radius: 0;
  margin-bottom: 2rem;
}

.slsExternalIcon {
  width: 20px;
  vertical-align: middle;
  margin-left: 5px;
  fill: #005792;
}

.slsContents section {
  margin-bottom: 30px;
}

.slsInfoBox {
  width: 100%;
  margin: 30px 0 55px;
}

.slsInfoBox th {
  min-width: 130px;
  background: #f5f5f5;
  box-sizing: border-box;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  padding: 20px 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.slsInfoBox td {
  box-sizing: border-box;
  vertical-align: middle;
  word-break: break-all;
  overflow: hidden;
  padding: 20px 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

dl.slsRelated {
  margin-top: 40px;
}

dl.slsRelated dt {
  font-weight: 600;
}

dl.slsRelated dd {
  margin: 15px 0 0;
}

.slsRelated dd ul li {
  margin-bottom: 10px;
}

.reviewsList dl {
  border-radius: 10px;
  padding: 1rem 1.5rem;
  border: 1px solid #c7c7c7;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}

.reviewsList dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.reviewsList .positive dt {
  color: #069e52;
}

.reviewsList .negative dt {
  color: #c33535;
}

/* SLS用ここまで */

@media screen and (max-width: 768px) {
  h1 {
    font-size: clamp(1rem, 0.554rem + 2.23vw, 1.625rem);
    width: 65%;
  }
  h2,
  .itemWrap.deluxe h3,
  .deluxePoint > div {
    font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.375rem);
  }
  h3 .i-br {
    display: inline;
  }
  .itemWrap:not(.deluxe) h3 {
    font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
  }
  h4 {
    font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  }
  .articleSec.singleParts h4 {
    margin-bottom: 20px;
  }
  .tagList li a {
    font-size: 0.875rem;
  }
  .itemWrap {
    padding: 2rem 0;
  }
  .lML > section > section:last-child .itemWrap {
    padding-bottom: 0;
  }

  .lML > section > section:not(:last-child) .itemWrap {
    margin-bottom: 0;
  }
  .itemWrap:not(.deluxe),
  .itemWrap.deluxe {
    border: none;
  }
  .two {
    flex-wrap: wrap;
  }
  .deluxePoint {
    padding: 1.5rem 0.938rem;
  }
  .deluxePoint > div {
    justify-content: center;
  }
  .deluxePoint > ul li {
    font-size: clamp(1rem, 0.941rem + 0.29vw, 1.125rem);
  }
  .infoSec {
    margin: 3.125rem 0 0;
  }
  .tabLeWrap > ul > li {
    display: block;
  }
  .tabLeWrap > ul > li > span {
    padding: 0.625rem 0.625rem 0;
    display: block;
    width: 100%;
  }
  .tabLeWrap > ul > li > div {
    width: 100%;
    padding: 0.625rem;
  }

  .tabLeWrap > ul > li .maproot {
    display: inline;
    margin-left: 0.5em;
    font-size: 0.75rem;
    color: #005792;
    font-weight: normal;
  }
  .consultationhours table th {
    padding: 0.625rem;
  }
  .consultationhours table td {
    color: #005792;
    text-align: center;
    padding: 0.625rem;
  }
  .consultationhours ul {
    padding: 0.625rem 0.625rem 0;
  }
  .tabLeWrap .tel {
    text-decoration: underline;
  }
  .snsWrap {
    padding: 0.8rem 0.625rem 0;
  }
  .snsWrap > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  .officialBtn.dentalClinic {
    margin: 3rem auto;
  }

  .recommendColumn {
    margin-top: -8em;
    margin-bottom: 3em;
  }

  .singleParts ul li a {
    display: block;
  }
  .singleParts ul li a figure {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .singlePartsul li a > div {
    display: block;
  }
  .singleParts ul li {
    margin-bottom: 40px;
  }
  .singleParts ul li a > div {
    display: block;
  }
  .singleParts ul li a dl dt {
    margin: 10px 0 5px;
  }

  .related-clinic-list > li {
    width: 100%;
  }

  .related-clinic-list .cat {
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
    padding: 2% 0;
  }
  .related-clinic-list dl dt {
    font-size: clamp(1rem, 0.404rem + 2.54vw, 1.625rem);
  }
  .related-clinic-list .tag ul li {
    font-size: clamp(0.75rem, 0.392rem + 1.53vw, 1.125rem);
  }

  /* SLS用 */
  .slsLowerMain {
    margin-top: 1rem;
  }

  .slsCaptionBox h1 {
    font-size: 18px;
  }

  .slsListCaptiuon h2 {
    font-size: 18px;
    padding: 5px 10px;
  }

  .slsTopList .slsListInner {
    padding-bottom: 0px;
  }

  .slsTopList .slsListInner .slsListTxt {
    width: auto;
    font-size: 14px;
    line-height: 1.5em;
  }

  .slsTopList .slsListInner .slsListTxt p {
    margin-bottom: 10px;
  }

  .slsTopList .slsListInner .listCap {
    margin: 20px auto 20px;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
  }

  .slsTopList .slsListInner .listCap img {
    width: 200px;
    display: block;
    margin: 0 auto 20px;
  }

  .slsListButton.site {
    position: relative;
  }

  .slsListButton.detail {
    width: 100%;
    position: relative;
  }
  /* SLS用ここまで */
}
