.download-container{
    padding: 0;
    /*height: 1165px;*/
    min-width: 760px;
    background: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/stratasys/background_image.jpg) center top;
}
.page-header{
    position: relative;
    height: 160px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/download/BGimage_06.jpg);
    background-position-y: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.header-container{
    position: absolute;
}*/
.page-header h1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.page-header p{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.document-item {
    width: 320px;
    /*height: 380px;*/
    padding: 20px 10px 30px;
    background-color: #fff;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 56px;
	margin-right: 40px;
}
.document-item:nth-of-type(3n) {
	margin-right: 0;
}

.download-flex {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 30px;
}

.document-item p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin-top: 20px;
}
.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){
    .download-flex{
        justify-content: center;
    }
    .header-container p{
        font-size: 3vw;
    }
    .header-container h1{
        font-size: 6vw;
    }
    .page-header{
        height: 30vw;
    }
    .download-container{
        height: 100%;
        min-width: auto;
        padding-top: 14vw;
    }



}


div.checkbtn input {
  position: absolute;
  left: -9999px;
}

div.checkbtn label {
  display: block;
  position: relative;
  margin: 20px 20px 0;
  padding: 20px 30px 20px 62px;
  border: 3px solid #fff;
  border-radius: 100px;
  color: #fff;
  background-color: #999;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s;
  font-weight: bold;
}

div.checkbtn label::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 32px;
  border: 3px solid #fff;
  border-radius: 100px;
  transition: background-color .2s;
}

div.checkbtn label:hover, input:focus + label {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

div.checkbtn input:checked + label {
  background-color: #cf0a2c;
}

div.checkbtn input:checked + label::before {
  background-color: #fff;
}

.checkbtn--all {
	width: 180px;
	margin-top: 60px;
}
div.checkbtn--all label {
	margin: 0;
}

.all-dwl {
	width: 400px;
	margin: 0 auto 100px;
}
.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;
}
.all-dwl input:hover {
	background: #cf0a2c;
	color: #fff;
}
.all-dwl input:disabled {
	cursor: default;
	pointer-events: none;
	border-color: #999;
	color: #999;
}

.download-flex--single {
	justify-content: center;
}
.inner.complete {
	padding: 50px 0 100px;
}
.thanks-msg {
	line-height: 1.6;
	text-align: center;
	font-size: 18px;
}
.questionnaire {
	margin-top: 50px;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
}
.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){ 
	.thanks-msg {
		text-align: left;
	}
	.questionnaire {
		margin-top: 30px;
		text-align: left;
	}
	.questionnaire .btn {
		width: 100%;
	}
	.all-dwl {
		width: 100%;
	}
	.all-dwl input {
		font-size: 16px;
	}
}


.move{
position:relative;
width:100%;
padding-top:56.25%;
margin-top: 30px;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

h2.thanks_ttl {
    font-size: 30px;
    font-weight: bold;
	margin-top: 30px;
    margin-bottom: 42px;
	text-align: center;
}


.document-item.effect-fade.spec {
    position: relative;
	border: 4px solid #cf142b;
}
.document-item.effect-fade.spec img {
    margin: 10px 0 15px;
}
.document-item.effect-fade.spec .spec-fk {
    position: absolute;
    top: -71px;
    background: #cf142b;
    right: -20px;
    padding: 12px 15px 17px;
    color: #fff;
    border-radius: 15px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
}

.document-item.effect-fade.spec .spec-fk:after {
  border-style: solid;
    border-width: 21px 11px 0px 6px;
    border-color: #cf142b transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 22%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
}