#dm-site {
  /*.header-container{
  	position: absolute;
  }*/
  /*210512-------------------------*/
}
#dm-site .download-container {
  padding: 0;
  /*height: 1165px;*/
  min-width: 760px;
}
#dm-site .page-header {
  position: relative;
  height: 160px;
  background-position-y: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#dm-site .page-header h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
#dm-site .page-header p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#dm-site .document-item {
  width: 31.25%;
  /*height: 380px;*/
  padding: 20px 10px 90px;
  background-color: #fff;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 56px;
  /*margin-right: 32px;*/
  position: relative;
}
#dm-site .document-item:nth-of-type(3n) {
  margin-right: 0;
}
#dm-site .document-item img {
  width: 100%;
}
#dm-site .download-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
#dm-site .document-item p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#dm-site .document-item p.one-row {
  margin-bottom: 2.3em;
}
#dm-site .benefits-button {
  width: 250px;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #cf0a2c;
  border-radius: 40px;
  margin: 23px auto 0px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/download/download_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
}
@media (max-width: 768px) {
  #dm-site .download-flex {
    justify-content: center;
  }
  #dm-site .header-container p {
    font-size: 3vw;
  }
  #dm-site .header-container h1 {
    font-size: 6vw;
  }
  #dm-site .page-header {
    height: 30vw;
  }
  #dm-site .download-container {
    min-width: auto;
    padding-top: 14vw;
  }
  #dm-site .document-item {
    width: 100%;
    margin-right: 0;
  }
  #dm-site .document-item img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
#dm-site div.checkbtn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
#dm-site div.checkbtn input {
  position: absolute;
  left: -9999px;
}
#dm-site div.checkbtn label {
  display: block;
  position: relative;
  /*margin: 20px 20px 0;*/
  margin: 0 20px 0;
  padding: 8px 30px 8px 35px;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: #999;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s;
  font-weight: bold;
}
#dm-site div.checkbtn label::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  bottom: 5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: background-color .2s;
}
#dm-site div.checkbtn label:hover, #dm-site input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#dm-site div.checkbtn input:checked + label {
  background-color: #cf0a2c;
}
#dm-site div.checkbtn input:checked + label::before {
  background-color: #fff;
}
#dm-site .checkbtn--all {
  width: 180px;
  margin-top: 60px;
}
#dm-site div.checkbtn--all label {
  margin: 0;
}
#dm-site .all-dwl {
  width: 400px;
  margin: 0 auto 100px;
}
#dm-site .all-dwl input {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  border: 2px solid #cf0a2c;
  background: #fff;
  border-radius: 5px;
  color: #cf0a2c;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  transition: 0.5s;
}
#dm-site .all-dwl input:hover {
  background: #cf0a2c;
  color: #fff;
}
#dm-site .all-dwl input:disabled {
  cursor: default;
  pointer-events: none;
  border-color: #999;
  color: #999;
}
#dm-site .download-flex--single {
  justify-content: center;
}
#dm-site .inner.complete {
  padding: 50px 0 100px;
}
#dm-site .thanks-msg {
  line-height: 1.6;
  text-align: center;
  font-size: 18px;
}
#dm-site .questionnaire {
  margin-top: 50px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
}
#dm-site .questionnaire .btn {
  margin: 30px auto 0;
  width: 300px;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #cf0a2c;
  border-radius: 40px;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/top/link_deco_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
}
@media (max-width: 768px) {
  #dm-site .thanks-msg {
    text-align: left;
  }
  #dm-site .questionnaire {
    margin-top: 30px;
    text-align: left;
  }
  #dm-site .questionnaire .btn {
    width: 100%;
  }
  #dm-site .all-dwl {
    width: 100%;
  }
  #dm-site .all-dwl input {
    font-size: 16px;
  }
}
#dm-site .move {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 30px;
}
#dm-site .move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#dm-site h2.thanks_ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 42px;
  text-align: center;
}
#dm-site .document-item .item-desc {
  margin-top: 15px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}
