@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

.AdDetails {
  background: var(--color-mainBg);
  padding-bottom: 20px;
}
.AdDetails__mainColumn {
  grid-column: span 10;
}

.AdDetails__sideColumn {
  grid-column: col-start 11 / span 2;
}

.AdDetails__twoTierIcon {
  height: auto;
  display: inline-block;
  background: var(--color-subLightGreen);
  color: #fff;
  border-radius: 3px;
  padding: 0 4px;
  text-align: center;
  line-height: 20px;
  font-size: var(--FontSizeSubDefault);
  margin-right: 5px;
}
.AdDetails__twoTierIcon:visited {
  color: #fff;
}

/* =============
シェアモーダル
=============*/
.AdShareModal__main {
  height: auto;
}

.AdShareModal__inner {
  height: 100%;
  padding: 20px 5% 60px;
  overflow: scroll;
}

/* =============
シェア
=============*/
.AdShare__tit {
  width: 100%;
  font-size: var(--FontSizeHeadline);
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.AdShare__titEmp {
  color: var(--color-main);
}

.AdShare__read {
  text-align: center;
  font-size: var(--FontSizeDefault);
  line-height: 1.5em;
  margin-bottom: 30px;
}

.AdShare__readEmp {
  color: var(--color-attention);
}

.AdShare__urlCopy {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 1em;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 1px solid var(--color-gray1);
  padding: 10px 30px 10px 10px;
}

.AdShare__urlCopyBox {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  height: auto;
  font-size: var(--FontSizeDefault);
  font-weight: bold;
  height: 1em;
  color: var(--color-font);
}
.AdShare__urlCopyBox::-webkit-scrollbar {
  display: none;
}

.AdShare__urlCopyBtn {
  width: 100%;
  height: 100%;
  padding: 0 5px 0 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: transparent;
  border-radius: 10px;
}
.AdShare__urlCopyBtn .fa-copy {
  font-size: 18px;
  color: var(--color-gray1);
}

.AdShare__btnBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  gap: 20px;
  justify-content: center;
}

.AdShare__btn {
  display: block;
  margin-bottom: 5px;
}
.AdShare__btn img {
  width: 100%;
  height: auto;
}

.AdShare__btnName {
  font-weight: bold;
  text-align: center;
  font-size: var(--FontSizeDefault);
}

.AdDetails__adShare {
  width: 90%;
  height: auto;
  margin: 8px auto;
  padding: 20px 5%;
  background: #fff;
  border-radius: 10px;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}
