.edw-article h2 {
  text-align: left !important;
  margin-top: 100px !important;
  margin-bottom: 54px !important;
}
.edw-article h3 {
  margin-top: 58px !important;
  margin-bottom: 18px !important;
}
.edw-article h4 {
  margin-top: 42px !important;
  margin-bottom: 10px !important;
}
.edw-article p:not(.edw-article__index-title,.edw-category,.edw-product__title,.edw-product__text,.edw-writer__head,.edw-writer__name,.edw-writer__text,.edw-writer__position),
.edw-article__figcaption {
  margin-top: 26px !important;
  margin-bottom: 10px !important;
  font-size: 16px;
  line-height: 1.8;
}
.edw-article .edw-article__img p {
  margin-top: 8px !important;
  font-size: 14px;
}
.edw-article .edw-article__img,
.ricoh-theta-tour-image {
  margin-top: 64px;
}
.edw-link-icon {
  display: inline-block !important;
  margin-right: 10px;
  height: 20px;
  vertical-align: middle;
  width: auto !important;
}
.edw-form {
  margin-top: 80px;
}
.edw-article__bold {
  font-weight: 600 !important;
}
.edw-article__interview {
  font-weight: bold !important;
}
.edw-article__interview::before {
  content: "——";
}

@media screen and (max-width: 640px) {
  .edw-article h2 {
    margin-top: 64px !important;
    margin-bottom: 40px !important;
  }

  .edw-article p:not(.edw-article__index-title,.edw-category,.edw-product__title,.edw-product__text,.edw-writer__head,.edw-writer__name,.edw-writer__text,.edw-writer__position),
  .edw-article__figcaption {
    font-size: 15px;
  }
}

/* 目次 */
.edw-article__index {
  padding: 32px;
  margin-top: 48px;
  border: 2px solid #c9c9c9;
}
.edw-article__index-title {
  font-size: 20px;
  font-weight: 700;
}
.edw-article__index-list {
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
.edw-article__index-list li {
  font-size: 16px;
  margin-top: 8px;
}
.edw-article__index-list li a {
  color: #cf142b;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}

.edw-article__index-list li a::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 3px;
  vertical-align: -4px;
  content: "";
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><rect fill="none" x="-0.12954" y="0.03171" width="24" height="24"/><path fill="%23cf142b" d="M15.74546,6.83962l-3.88,3.88-3.88-3.88a.997.997,0,0,0-1.41,1.41l4.59,4.59a.99587.99587,0,0,0,1.41,0l4.59-4.59a.99587.99587,0,0,0,0-1.41A1.01728,1.01728,0,0,0,15.74546,6.83962Z"/><path fill="%23cf142b" d="M15.74546,12.7993l-3.88,3.88-3.88-3.88a.997.997,0,0,0-1.41,1.41l4.59,4.59a.99587.99587,0,0,0,1.41,0l4.59-4.59a.99587.99587,0,0,0,0-1.41A1.01728,1.01728,0,0,0,15.74546,12.7993Z"/></g></svg>')
}

@media screen and (max-width: 640px) {
  .edw-article__index {
    padding: 24px;
  }
  .edw-article__index-list {
    margin-top: 20px;
  }
  .edw-article__index-list li {
    font-size: 15px;
    margin-top: 12px;
  }
  .edw-article__index-list li a {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* 製品エリア */
.edw-product {
  margin: 40px 0;
  display: flex;
  padding: 17px;
  border: 3px solid #e8e8e8;
  gap: 30px;
}
.edw-product__img img {
  width: 32%;
}
.edw-category {
  font-weight: bold;
  padding: 6px 0;
  width: 140px !important;
  text-align: center !important;
  margin-top: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #cf142b;
  border: 1px solid #cf142b;
}
.edw-product__title {
  margin-top: 12px !important;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.edw-product__text {
  margin-top: 8px !important;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.edw-btn {
  margin-top: 14px;
  width: 240px;
  height: 40px;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #cf142b;
  font-weight: bold;
  border-radius: 30px;
  position: relative;
}
.edw-btn::after  {
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-image: url(/-/Media/Ricoh/Common/cmn_v3/img/svg/arrow-right-white-color.svg);
  background-size: cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .edw-product {
    flex-direction: column;
  }
  .edw-product__img img {
    width: 100%;
  }
}

/* 動画 */
.edw-movie .is-sp {
  display: none !important;
}
.edw-movie {
  padding: 55px 15px 60px;
  background-color: #eef2f6;
}
.edw-movie__title {
  line-height: 1.5;
  text-align: center;
}
.edw-movie__en {
  margin-top: 5px !important;
  color: #cf142b;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
}
.edw-movie__text {
  margin-top: 20px !important;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #000;
  text-align: center;
}
.edw-movie__img {
  position: relative;
  display: block !important;
  max-width: 490px;
  margin: 20px auto 0;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
  opacity: 1;
}
.edw-movie__img::after {
  position: absolute;
  top: 31%;
  left: 39%;
  content: "";
  width: 22%;
  padding-bottom: 22%;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/empowering-digital-workplaces/img/icon_youtube.png);
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .edw-movie .is-sp {
    display: block !important;
  }
}

/* 略歴エリア */
.edw-writer {
  margin: 40px 0;
  padding: 28px;
  background-color: #f0f0f0;
}
.edw-writer__head {
  margin-top: 0 !important;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.edw-writer__name {
  margin-top: 4px !important;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.edw-writer__position {
  margin-top: 2px !important;
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.edw-writer__text {
  margin-top: 12px !important;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .edw-writer {
    margin: 40px 0px;
    padding: 16px 20px;
    background-color: #f0f0f0;
  }
  .edw-writer__head {
    font-size: 13px;
  }
  .edw-writer__name {
    font-size: 18px;
  }
  .edw-writer__text {
    font-size: 13px;
    line-height: 1.6;
  }
}