.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: 400px;
    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: 30px auto 0px;
    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){
    .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;
	}
}

/*200624*/
.document-item.effect-fade.web_flex {
    padding: 20px 30px 30px;
    width: 100%;
	margin-top: 100px;
}
.document-item.effect-fade.web_flex:first-child{
	margin-top: 60px;
}
.document-item.effect-fade.web_flex:last-child{
	margin-bottom: 80px;
}
.web_smn_ttl {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
	text-align: left;
}
.document-item.effect-fade.web_flex p {
    font-size: 16px;
    font-weight: inherit;
    text-align: left;
    margin: 0 0 30px;
	line-height: 30px;
}
span.web_smn_data {
    color: #999999;
    margin-top: 5px;
    display: block;
}
.document-item.effect-fade.web_flex:nth-child(even){
	margin-right: 0;
}
.document-item.effect-fade.web_flex .ks_name{
	margin: 10px 0 0;
}
.w_sem_flex--{
	display: flex;
}
.w_sem_flex-- .img_ws {
    width: 75%;
    margin-right: 30px;
}
.dl_siryo {
    padding: 10px 15px;
    text-align: center;
    font-size: 120%;
    color: #CF0A2C;
    width: 70%;
    margin: 0 auto;
    border: 3px #CF0A2C solid;
}
.ws_text--- {
    width: 90%;
    margin-top: 0!important;
}
.web_ossm {
    line-height: 1.7;
    margin-bottom: 30px;
}
.img_ws img {
    margin-bottom: 8px;
}
.web_smn_ttl span {
    display: inline-block;
    font-size: 85%;
    margin-top: 7px;
}
.web_ossm {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 25px;
}
.web_ossm ul li {
    font-size: 16px;
    font-weight: initial;
    margin-bottom: 3px;
    padding-left: 1em;
}
.web_ossm span {
    margin-bottom: 5px;
    display: block;
}
ul.flex-container.only_tokuten {
    display: block;
    margin: 0 auto;
}
.detail-list li {
    position: relative;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #cf0a2c;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin: 0 auto;
}
.w_sem_flex-- li.text-center::after{
	display: none!important;
}
.area-link:hover {
    opacity: 0.7;
}
.area-link .benefits-button:hover {
    opacity: 1 !important;
}

@media (max-width: 768px){
	.document-item.effect-fade.web_flex{
		width: 320px;
		margin-right: 0!important;
	}
	.download-flex{
		display: block;
	}
	div.checkbtn label{
		width: 240px;
    margin: 20px auto 0;
	}
	.web_smn_ttl {
    font-size: 20px;
	margin-bottom: 15px;	
}
	.w_sem_flex-- {
    display: block;
	}
	.web_smn_ttl span {
    font-size: 16px;
}
	.detail-list li {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}
	.detail-list {
    margin-bottom: 20px;
}
	.ws_text---{
		width: 100%;
	}
	.web_ossm ul li {
    padding-left: 0;
}
	.benefits-button {
    width: 100%;
}
	.w_sem_flex-- .img_ws {
    width: 100%;
}
	.img_ws img {
    margin-bottom: 5px;
}
}

/*セミナー視聴ボタンをリンクしない*/
a.benefits-button.none_link {
    background-color: #fff;
    color: #cf0a2c;
    border: #cf0a2c solid 3px;
	pointer-events: none;
}
a.benefits-button.none_link:hover{
	opacity: 1;
}