.download-form-container{
    padding: 0;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/stratasys/background_image.jpg);
    background-position-y: top;
    background-repeat: no-repeat;
	z-index: -1;
}
.page-header{
    position: relative;
    height: 160px;
    min-width: 1040px;
    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: 470px;
    padding: 20px 10px 30px;
    margin: 0 40px 0 0;

}
.document-item h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 42px;
	text-align: center;
}
#docitem.document-item h2 {
	text-align: left;
}
.document-item h3{
    font-size: 24px;
    font-weight: bold;
    color: #cf0a2c;
    margin-bottom: 20px;
}
.document-item p{
    font-size: 16px;
    line-height: 32px;
}
.download-form-flex{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
li{
    list-style: none;
}
.product-image{
    display: flex;
    margin: auto;
    height: 370px;
    margin-bottom: 48px;
}
/*-------------------------------------------------*/
/*form*/
/*-------------------------------------------------*/
.form-container{
    width: 480px;
    padding: 33px 33px 58px;
    background-color: #f3f3f3;
    margin-bottom: 165px;
}
.form-container .form-item-header{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	display: flex;
	align-items: center;
}
/*.form-container .form-item-header::after{
    content: '※必須';
    color: #cf0a2c;
    font-size: 14px;
    font-weight: 400;
    margin-left: 17px;
}
.form-container .opp.form-item-header::after{
    content: none;
}*/
span.hissu {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	background: #cf0a2c;
	padding: 3px 5px;
	margin-left: 17px;
	border-radius: 3px;
	font-weight: normal;
}
.form-container .note{
    width: 400px;
    margin-top: 13px;
    padding-bottom: 40px;
    border-bottom: solid 1px grey;
    line-height: 20px;
}
.form-container p{
    font-size: 14px;
}
.form-container li{
    margin-top: 20px;
}
.form-container .form-txt-box{
    width: 400px;
}
.form-container input{
    padding: 8px;
    font-size: 16px;
    border: solid 1px #bfbfbf;
    border-radius: 5px;
}
.form-container .under-line{
    border-bottom: solid 1px black;
    padding-bottom: 2px;
}
.form-container .name-flex{
    display: flex;
}
.form-container .customer-name{
    width: 184px;
    margin-right: 30px;
}
.form-container .confirmation-button{
    width: 350px;
    padding: 20px;
    font-size: 20px;
    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% - 13px) center;
    letter-spacing: 2px;
    margin: 0 auto;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*margin-bottom: 20px;*/
	padding: 8px 51px 8px 13px;
	font-size: 16px;
	line-height: 1.1em;
	border-radius: 5px;
	border: solid 1px #bfbfbf;
	background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/download_form/menu_icon.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #fff;
}

/*input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding-left: 44px;
    position: relative;
    width: 18em;
    margin: 60px auto 0;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #bfbfbf;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #cf0a2c;
    border-bottom: 3px solid #cf0a2c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding-left: 32px;
    position: relative;
    width: 18em;
    margin: 10px 0;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #bfbfbf;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 3px solid #cf0a2c;
    border-bottom: 3px solid #cf0a2c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}*/
textarea {
	width: 100%;
	height: 150px;
}
input[type="submit"] {
	cursor: pointer;
	display: block;
	margin-top: 40px !important;
}
input[type="submit"] + input[type="button"] {
	margin-top: 20px;
	border: none;
	background: transparent;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
input[type="submit"] + input[type="button"]:hover {
	text-decoration: none;
}
.formErrorContent {
	color: #ff0000;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.6;
}
.readMore {
	transition: 0.7s;
}
#readMoreToggle {
	cursor: pointer;
	color: #cf0a2c;
	background: #fff;
	margin: 15px auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	border: 2px solid #cf0a2c;
	border-radius: 5px;
	width: 300px;
	transition: 0.5s;
}
#readMoreToggle:hover {
	border: 2px solid #cf0a2c;
	color: #fff;
	background: #cf0a2c;
}
.submit {
	text-align: center;
}
.submit input[type="submit"]:disabled {
	background: #999;
}
.pp .autoConfirmVal {
	display: none!important;
}
.pp {
	margin: 40px auto 0;
	text-align: center;
}
@media (max-width: 768px){
    .download-form-container{
        padding-top: 14vw;
    }
    .page-header{
        height: 100%;
        min-width: auto;
    }
    .header-container p{
        font-size: 3vw;
    }
    .header-container h1{
        font-size: 6vw;
    }
    .page-header{
        height: 30vw;
    }
    .download-container{
        height: 100%;
        min-width: auto;
    }
    .download-form-flex{
        display: block;
    }
    .document-item{
        width: 96vw;
    }
    .document-item .product-image{
        height: 65vw;
    }
    .form-container .note{
        width: 98%;
    }


    .form-container{
        width: 98%;
    }
    .form-container .form-txt-box{
        width: 98%;
    }
    .form-container .name-flex{
        width: 98%;
        flex-wrap: wrap;
    }
    .form-container .customer-name{
        margin-bottom: 10px;
        width: 60%;
    }
    .form-container .confirmation-button{
        width: 98%;
        min-width: 245px;
    }
    select{
        width: 98%;
    }

}




.document-card {
	border: 2px solid #ccc;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.document-card figure {
	width: 120px;
}
.document-card img {
	width: 100%;
}
.document-card .txt {
	width: calc(100% - 140px);
}
.document-card .txt h2 {
	font-size: 18px;
	margin-bottom: 0;
}


.detail-list {
	margin-top: 75px;
	margin-bottom: 20px;
}
.detail-list li {
	font-size: 25px;
	padding: 35px 25px 20px;
}
.detail-list li::after {
	content: none;
}
.detail-list li img {
	margin-top: 10px;
}

li.text-center.op_ser_tokuten small {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #333;
    line-height: 1.6;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 15px;
}

figure + .benefit-cont {
	margin-top: 20px;
}

.benefit-cont dt {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.benefit-cont dt span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #cf0a2c;
	padding: 3px 5px;
	border-radius: 3px;
	min-width: 60px;
	text-align: center;
}
.benefit-cont dd {
	font-size: 14px;
	line-height: 1.8;
}
.benefit-cont dd ul {
	margin: 3px 0;
}
.benefit-cont dd li {
	text-indent: -1em;
	margin-left: 1em;
}
.benefit-cont dd + dt {
	margin-top: 15px;
}

.form-container.inquiry {
	width: 100%;
}
.form-container.inquiry .note {
	width: 100%;
}
.inquiry-form > li,
.inquiry-form .readMore > li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.inquiry .form-item-header {
	width: 30%;
}
.inquiry .form-item-content {
	width: 67%;
}
.inquiry .form-item-content .form-txt-box {
	width: 100%;
}