@charset "utf-8";

.form-container{
    width: 100%;
    padding: 33px 33px 58px;
    background-color: #f3f3f3;
    margin-bottom: 165px;
}

.form-container.inquiry {
	width: 100%;
}

.sct_bg01 { padding: 8px 0; background: #f3f3f3; }


/*tab*/

.tab-area{
  width:auto;
  margin:0 auto;
}

.tab-content{
  display:none;
}

/*ラジオボタン*/
.tab-btn{
  border-width: thick;
  align-items: center;
  display: flex;
}

input[type="radio"]{
  vertical-align: middle;
}

/* 見積り問い合わせ切り替え用*/
/*
.changeBlock {
  border: 2px solid #999999;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  display: inline-block; 
  margin-right: 120px; 
}

.changeSwitch {
  display: flex;
}

.changeBlock input[type="radio"] {
  display: none;
}

.changeBlock label {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.changeBlock input[type="radio"] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #999999;
  left: 0;
  top: 0;
}

.changeBlock input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4bbdcd;
  border: 2px solid #999999;
  left: 0;
  top: 0;
}
*/

.or-btn{
  border-width: thick;
  align-items: center;
  display: flex;
}

.orBlock {
  margin-bottom: 15px; 
}

.NewOrRepeat {
  display: flex;
}

.orBlock input[type="radio"] {
  display: none;
}

.orBlock label {
  position: relative;
  padding-left: 25px;
}

.orBlock input[type="radio"] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #999999;
  left: 0;
  top: 0;
}

.orBlock input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4bbdcd;
  top: 4px;
  left: 4px;
}

.tooltip_right input[type="radio"] + label::before {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0.7em;
  content: "";
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #999999;
  border-radius: 50%;
}

.tooltip_right input[type="radio"]:checked + label::after {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.63em;
  left: 4px;
  content: "";
  box-sizing: border-box;
  background-color: #4bbdcd;
  border-radius: 50%;
}

/*ラジオボタン選択判定用テキストボックス*/
#noselect {
  width: -1%;
  padding: 0px 0px;
  opacity: 0;
  font-size: 0px; 
}

#noCustomer {
  width: -1%;
  padding: 0px 0px;
  opacity: 0;
  font-size: 0px; 
}

.noselect-box{
  margin-top: -25px;
}

#noTriggerChances{
  width: -1%;
    padding: 0px 0px;
    opacity: 0;
    font-size: 0px; 
}

#TriggerChances + .formError {
  margin-bottom: 100px;
}
    
.noChance-box{
  margin-top: -25px;
}

label[for="TriggerChances4"] {
  white-space: nowrap;
  }

/*見積依頼データ選択判定用テキストボックス*/
#filesNmALL {
  width: -1%;
  padding: 0px 0px;
  opacity: 0;
  font-size: 0px; 
}

.filesNmALL-box{
  pointer-events: none;
  margin-top: -25px;
}

/* --------------------- download_form.css(START) --------------------- */
.download-form-container{
    padding: 0;
    background-image: none;
    background-position-y: top;
    background-repeat: no-repeat;
	z-index: -1;
}
.mb20 {
	margin-bottom: 20px;
}
.page-header{
    position: relative;
    height: 200px;
    min-width: 1040px;
    margin-top: 0px;
    background-image: url("/up/img/mv-841380c3ffcc6f70ae948f473e02c9c7.png");
    background-position-y: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.download-form-container {
    padding: 0;
    background-image: url("/up/img/container_bg-afee0d88579e4ecc4b9047185b37c5ee.jpg");
    background-position-y: top;
    background-repeat: no-repeat;
    z-index: -1;
    margin-bottom: 100px;
}
.header-container{
    position: absolute;
}
.page-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
}
.page-header h1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    position: relative;
}
.page-header p{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
}
.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;
}

.inner.complete {
	padding: 50px 0 100px;
}
.thanks-msg {
	line-height: 1.6;
	text-align: center;
	font-size: 18px;
}
/*-------------------------------------------------*/
/*form*/
/*-------------------------------------------------*/
.form-container{
    width: 480px;
    padding: 33px 33px 150px;
    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-item-header-cont{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display:flex;
    flex-flow: column;
}
.form-item-header-plus{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    display:flex;
    flex-flow: column;
}
/*.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;
	line-height: 1.6;
}
.form-container a {
  font-size: 14px;
  line-height: 1.6;
}
::placeholder {
  color: 999;
  font-size: 14px;
line-height: 1.6;
}
.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;
}*/
.attention {
    padding-top: 10px;
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.attention a{
  text-decoration: underline;
  font-size: 13px;
}
.pp + .pp {
    margin-top: 10px !important;
}
textarea {
	width: 100%;
	height: 90px;
}
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;
}
.fm_set_btn span {
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    text-align: center;
	  margin-left: 10px;
    padding: 10px 16px 9px;
}


.flex_fileUP {
    display: flex;
    margin-top: 10px;
    font-size: 14px;
    align-items: center;
}

@media screen and (max-width: 768px) {
.fm_clear_btn {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0px;
  margin-top: 5px;
  padding: 10px 11px 9px 4px;
}

#form-item-header-plus-est{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: -10px;
  display:flex;
  flex-flow: column;
}

#form-item-header-plus-file{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: -20px;
  display:flex;
  flex-flow: column;
}

.changeBlock{
  margin-bottom: 10px;
}

}

@media screen and (min-width: 769px) {
  .fm_clear_btn {
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px 20.5px 9px 4px;
  }

  .inquiry-form > li.companyName {
    margin-bottom: -25px;
  }
}

.fm_clear_btn span {
  color: #000;
}

.fm_clear_btn:hover {
  background-color: #000;
  color: #fff;
}

.form-container .btn-circle:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.fm_set_btn span:hover {
  background-color: #000;
  color: #fff;
}
input.nml[type=text] {
    padding: 7px 8px;
    font-size: 16px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fc_c12 {
    color: #cf142b !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.form-container .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 5px;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.428571429;
    border-radius: 15px;
    border-width: 2px;
}
p.fm_set_txt {
    display: table-cell;
}

label.input-group-btn {
    float:left
}

input.nml[type=text] {
    padding: 10px;
    width: 480px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
@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: 300px;
    }
    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 {
  max-width:1050px;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.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: 38%;
}
.inquiry .form-item-content {
	width: 59%;
}
.inquiry .form-item-content .form-txt-box {
	width: 100%;
}

@media (max-width: 768px) {
    .inquiry .form-item-header {
        width: 100%;
    }
    .inquiry .form-item-content {
        width: 100%;
    }
	
input.nml[type=text] {
    width: 100%;
}

p.fm_set_txt {
    display: block;
}

label.input-group-btn {
    display: block;
}

.fm_set_btn span {
    margin: 5px 0 0;
}

.form-container .customer-name {
    width: 100%;
    margin-right: 0;
}	
	
	
	
}
.pp_wrap_txt {
    display: inline-block;
    /* text-align: left; */
}
.pp_wrap_txt p {
    text-align: left;
}
.pp_wrap_txt .pp {
    text-align: left;
}
.pp_wrap {
    text-align: center;
}

.sp-only {
	display:none;
}
#ftitle {
	text-align:center;
}


textarea#purposesOther:disabled {
    background: transparent;
    display:none;
}
textarea#purposesOther {
    background: #fde4e4;
    display: block;
}

text#purposesOther{
  background: #ffffff;
}

.sendbtn a {
	width: 350px;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    letter-spacing: 2px;
    margin: 0 auto;	
	box-sizing: border-box;
}

.add.btn {
  background: none;
  border: none;
  color: #0070C0;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  padding: 5px;
  margin: 5px;
  text-align: center;
  outline: none;
}

.btn a {
	width: 350px;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    letter-spacing: 2px;
    margin: 0 auto;	
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.sp-only {
		display:inline;
	}
	.btn a {
		width: 100%;
		}
}
/* --------------------- download_form.css(END) --------------------- */


/* --------------------- common.css(START) --------------------- */
/* ------------------------------------------------------------- */
/* layout / parts                                                */
/* ------------------------------------------------------------- */
html.wf-loading {
	opacity: 0;
	transition: all .3s ease;
}
html.wf-active {
	opacity: 1;
}
.pc{ display:block !important; }	
.sp{ display:none !important; }
body {
	font-family:'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	color:#222;
	background: #fff;
	line-height: 2;
	letter-spacing : 0;
	line-height: 1.2;
}
body.lock {
	overflow: hidden;
}
section {
  padding: 100px 0;
}
.outer   { width: 100%; }
.inner   { width: 1040px; margin: 0 auto; }

/*-----------------画像--------------------*/
img {
  max-width:100%;
}
img.fit-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
  vertical-align: bottom;
}
img.fit-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
figure img {
	width: 100%;
}
/*-----------------flex--------------------*/
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.nowrap   { flex-wrap: nowrap; }
.flex.right    { justify-content: flex-end; }
.flex.center   { justify-content: center; }
.flex.left     { justify-content: flex-start; }
.flex.vertical { flex-direction: column; align-items: flex-start; }
.flex.al-center { align-items: center; }
.v-center      { display: flex; justify-content: center; align-items: center; }

/*-----------------Link--------------------*/
a { text-decoration: none; transition: all 0.2s ease; }
a:hover { opacity: 0.7; }
a.btn {display: block;}
button { text-decoration: none; transition: all 0.2s ease; }
button:hover { opacity: 0.7; }

/* ------------------------------------------------------------- */
/* header                                                        */
/* ------------------------------------------------------------- */
header #logo-container{
	padding: 20px 0;
}
header a {
	color: #fff;
	text-decoration: none; transition: all 0.2s ease;
}
header a:hover {
    transition: all 0.5s ease;
	opacity: 0.5; 
}
header .logo_flex{
	display: flex;
	align-items: center;
}
header .header-tittle{
	padding-left: 30px;
}
header .logo{
	height: 100%;
}
header .nv-btn{
	display: none;	
}
.logo_flex button{
	display: none;
}
header .header-flex{
	display: flex;
	justify-content: center;
}
header .questionnair{
	position: relative;
}
header .header-button{
	background-color: #222;
	font-size: 14px;
}
header .header-flex a{
	display: block;
	margin: 3px 0;
	font-size: 14px;
	padding: 18px 80px;
	border-left:  solid 1px rgba(255, 255, 255, 0.2);
	color: #fff;
	transition: all 0.2s ease;
	text-decoration: none;
}
header .header-flex li:last-of-type a{
	border-right:  solid 1px rgba(255, 255, 255, 0.2);
}
header .header-flex a:hover{
	color: #222;
} 

header .header-flex li { text-decoration: none; transition: all 0.2s ease; }
header .header-flex li:hover { background-color: #c9c9c9;}

/*header .header-flex li:nth-child(4){
	border-right: solid 1px rgba(255,255,255,0.2);
	position: relative;
}
header .header-flex li:nth-child(4)::before{
	position: absolute;
	top: -62px;
    right: 112px;
	content: url('/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/Speech_bubble.png');
}*/
/* ------------------------------------------------------------- */
/* lower common                                                  */
/* ------------------------------------------------------------- */
.text-center {
  text-align:center;
}
.bubble {
    position: absolute;
    top: -58px;
    left: 0;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #cf0a2c;
    border-radius: 50%;
    box-sizing: border-box;
}
.bubble:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 18px solid #cf0a2c;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:767px) { 
  .bubble {
    top:-28px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    
  }
  .bubble:after {
    bottom: -4px;
    right: -4px;
    margin-top: -12px;
    border: 8px solid transparent;
    border-left: 6px solid #cf0a2c;
  }
}

.link-list li {
	width: 31%;
	margin-bottom: 40px;
	position: relative;
}
.link-list li a {
	display: block;
	height: 210px;
}
.link-list li figure {
	width: 100%;
	height: 210px;
}
.link-list p{
	position: absolute;
	top: 162px;
    width: 100%;
	padding: 15px 25px;
	background: rgba(207,10,44,0.7);
	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;
	color: #fff;
	font-weight: bold;
}

.description-list li {
	width: 31%;
	margin-bottom: 40px;
	position: relative;
}
.description-list li a {
	display: block;
	height: 210px;
}
.description-list li figure {
	width: 100%;

}
.description-list p{
	padding: 15px 0 0;
  line-height:1.5;
  letter-spacing: 0.05em;
}
.detail-list {
  margin-bottom:80px;
}
.detail-list li {
  position:relative;
  border: 2px solid #cf0a2c;
  padding: 35px 35px 30px;
  margin-top:60px;
  background: #fff;
  font-size: 27px;
  font-weight: bold;
  color: #cf0a2c;
  line-height:1.4;
  letter-spacing: 0.01em;
}
.detail-list li:after {
    background-color: #cf0a2c;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -13px;
    top: 19px;
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 15px,transparent 15px,transparent 30px);
    z-index: -1;
}
.deadline {
  margin-top: 10px;
}
.deadline span{
  background: #cf0a2c;
  padding:5px;
  text-align: center;
  color:#fff;
  font-size:13px;
  display: block;
  width:170px;
  border-radius:3px;
  font-weight: 400;
  margin: 0 auto;
}

@media (max-width: 768px) {
	/* ------------------------------------------------------------- */
	/* layout / parts                                                */
	/* ------------------------------------------------------------- */
	.pc{ display:none !important; }	
	.sp{ display:block !important; }
	body {
		font-size: 14px;
		overflow-x: hidden;
		max-width: 100%;
	}
	article  { overflow-x: hidden; }
	.outer   { width: 100%; }
	.inner   { width: 94%;}
	section  { padding: 30px 0; }

	/*-----------------parts--------------------*/
	.h-slash {
		font-size: 24px;
	}
	.h-slash::before {
		position: relative;
    top: 8px;
	}

	/* ------------------------------------------------------------- */
	/* header                                                        */
	/* ------------------------------------------------------------- */
	header{
		top: 0;
	}
	header #logo-container{
		height: 14vw;
		padding: 0;
		background-color: white;
		width: 100%;
		border-bottom: solid  1px #222;
	}
	header .nv-btn{
		display: block;
		height: 14vw;
		border-left: solid 1px #222;
	}
	header .logo_flex button{
		margin-left: auto;
	}
	header .inner{
		width: 100%;
	}
	header .header-tittle{
		width: 40vw;
		padding: 10px;
		margin-left: 10px;
		padding-bottom: 8px;
	}
	header .logo{
		height: 10vw;
		padding: 5px 0px 5px 10px;
	}
	header .header-flex{
		display: block;
	}
	header .header-flex li:nth-child(4)::before{
		content: none;
	}
	header .header-flex a{
		margin: 0;
		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;
		border-bottom: solid 1px rgba(255,255,255,0.2);
		font-size: 3vw;
	}
	header .header-flex a:nth-child(4){
		border-right: none
	}
	header {
		z-index: 1000;
		position: absolute;
    width: 100%;
    background-color: white;
	}
	header .header-button{
		position: relative;
		top: 100%;
		transition: all .3s ease;
		transform: scaleY(0);
		transform-origin: top;
	}
	header .header-button.active{
		transform: scaleY(1);
	}
	.logo_flex button{
		display: block;
	}
	/* ------------------------------------------------------------- */
	/* lower common                                                  */
	/* ------------------------------------------------------------- */

	.link-list li {
    width: 100%;
    margin-bottom: 20px;
	}
	.link-list li p{
	width: 100%;
	top: 164px;
	}
	.description-list li {
    width: 100%;
    margin-bottom: 20px;
	}
  .description-list.col-2 li {
    width:100%;
  }
	.description-list li p{
	width: 100%;
	top: 164px;
	}
  .detail-list li {
    padding: 25px 15px 15px;
    font-size:6vw;
  }
  
}





/* ------------------------------------------------------------- */
/* footer                                                        */
/* ------------------------------------------------------------- */
/* ============================================================ Global Footer */
.cp-TopPageFooter.l-footer_container .ft_cnct_lst_more a {
	color: #000;
  }
  .cp-TopPageFooter.l-footer_container .ft_ut .ft_ut_inr .ft_pg_top a {
	color: #000 !important;
  }
#gl_footer {
	padding-bottom: 40px;
	border-top: 2px solid #dedede;
	border-bottom: 4px solid #cf142b;
	background: #f3f3f3;
  }
  
  /* ============================== Footer Relation */
  .ft_rlt {
	background: #f3f3f3;
  }
  
  #gl_footer .ft_rlt {
	max-width: 1008px;
	margin: 0 auto;
	padding: 0 8px;
  }
  
  #gl_footer .ft_rlt .ft_rlt_inr {
	padding: 16px 0;
	border-bottom: 1px solid #c9c9c9;
  }
  
  #gl_footer .ft_rlt .ft_rlt_inr .ft_rlt_ttl {
	font-size: 20px;
	font-weight: bold;
  }
  
  /* ============================== Footer Bread Crumb  */
  #gl_footer .ft_brd_crmb {
	max-width: 1024px;
	margin: 0 auto;
  }
  
  #gl_footer .ft_brd_crmb p {
	margin-top: 0;
  }
  
  #gl_footer .ft_brd_crmb ul,
  #gl_footer .ft_brd_crmb ol,
  #gl_footer .ft_brd_crmb ul li,
  #gl_footer .ft_brd_crmb ol li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst {
	overflow: hidden;
	margin: 0 8px;
	padding: 16px 0;
	border-bottom: 1px solid #c9c9c9;
  }
  
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li {
	float: left;
	margin-right: 6px;
	font-size: 14px;
  }
  
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li:after {
	content: ">";
  }
  
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li.act:after {
	content: "";
  }
  
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li a,
  #gl_footer .ft_brd_crmb .ft_brd_crmb_lst li span {
	padding: 0 6px 0 0;
  }
  
  /* ============================== Footer Local Navigation */
  #gl_footer .ft_lc_nv {
	max-width: 1024px;
	margin: 0 auto;
  }
  
  #gl_footer .ft_lc_nv .ft_lc_nv_lst {
	overflow: hidden;
	margin: 0 8px;
	padding: 24px 0 16px;
	list-style: none;
	border-bottom: 1px solid #c9c9c9;
  }
  
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li {
	float: left;
	width: 33.333%;
	margin-top: 0;
	margin-bottom: 8px;
  }
  
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li a,
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li span {
	display: inline-block;
	padding-left: 24px;
	background: url('/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/icon_s_right_01.png') 0 -0.2em no-repeat;
  }
  
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li.act a,
  #gl_footer .ft_lc_nv .ft_lc_nv_lst li.act span {
	color: #333;
  }
  
  /* ============================== Footer Direct Navigation */
  #gl_footer .ft_dr_nv {
	max-width: 1008px;
	margin: 0 auto;
	padding: 0 8px;
  }
  
  #gl_footer .ft_dr_nv .ft_dr_nv_inr {
	padding: 24px 0 16px;
	border-bottom: 1px solid #c9c9c9;
  }
  
  #gl_footer .ft_dr_nv .ft_dr_nv_inr .ft_dr_nv_ttl {
	font-size: 20px;
	font-weight: bold;
  }
  
  /* ============================== Footer Utility */
  #gl_footer .ft_ut {
	width: 100%;
  }
  
  #gl_footer> *+ .ft_ut {
	margin-top: -1px;
	border-top: 1px solid #c9c9c9;
  }
  
  #gl_footer .ft_ut p {
	margin-top: 0;
  }
  
  #gl_footer .ft_ut ul,
  #gl_footer .ft_ut ol,
  #gl_footer .ft_ut ul li,
  #gl_footer .ft_ut ol li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  #gl_footer .ft_ut .ft_ut_inr {
	overflow: hidden;
	max-width: 1008px;
	margin: 0 auto;
	padding: 24px 8px 0;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
	float: left;
	overflow: hidden;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li {
	float: left;
	margin-bottom: 8px;
	border-right: 1px solid #dedede;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:first-child {
	border-left: 1px solid #dedede;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a {
	display: block;
	padding: 0 16px;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_pg_top {
	float: right;
	padding: 0 8px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
  }
  
  #gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
	display: block;
	padding: 0 8px 0 32px;
	background: url('/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/icon_s_up_01.png') 0 50% no-repeat;
  }
  
  /* ============================== Footer Connect */
  #gl_footer .ft_cnct {
	max-width: 1008px;
	margin: 16px auto 0;
	padding: 0 8px;
  }
  
  #gl_footer .ft_cnct p {
	margin-top: 0;
  }
  
  #gl_footer .ft_cnct ul,
  #gl_footer .ft_cnct ol,
  #gl_footer .ft_cnct ul li,
  #gl_footer .ft_cnct ol li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  #gl_footer .ft_cnct .ft_cnct_ttl {
	float: left;
	margin-right: 40px;
	font-weight: bold;
	overflow: hidden;
  }
  
  #gl_footer .ft_cnct .ft_cnct_lst {
	overflow: hidden;
  }
  
  #gl_footer .ft_cnct .ft_cnct_lst li {
	display: inline-block;
	margin: 0 16px 8px 0;
  }
  
  #gl_footer .ft_cnct .ft_cnct_lst li img {
	vertical-align: bottom;
  }
  
  #gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more {
	vertical-align: middle;
	font-size: 14px;
  }
  
  /* ============================== Footer Copy */
  #gl_footer .ft_copy {
	max-width: 1008px;
	margin: 16px auto 0;
	padding: 0 8px;
	color: #999;
	font-size: 12px;
  }
  
  /* ============================================================ Media Queries */
  @media (max-width: 640px) {
	#gl_footer {
	  padding-bottom: 16px;
	  border-bottom: 8px solid #cf142b;
	}
	/* ============================== Footer Bread Crumb */
	#gl_footer .ft_brd_crmb .ft_brd_crmb_lst {
	  border-bottom: 1px solid #dedede;
	}
	#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li {
	  margin-right: 3px;
	}
	#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li a,
	#gl_footer .ft_brd_crmb .ft_brd_crmb_lst li span {
	  padding: 0 3px 0 0;
	}
	/* ============================== Footer Local Navigation */
	#gl_footer .ft_lc_nv {
	  border: none;
	}
	#gl_footer .ft_lc_nv .ft_lc_nv_lst {
	  padding: 0;
	  border-bottom: none;
	}
	#gl_footer .ft_lc_nv .ft_lc_nv_lst li {
	  float: none;
	  width: 100%;
	  margin-bottom: 0;
	  padding: 0;
	  border-bottom: 1px solid #dedede;
	}
	#gl_footer .ft_lc_nv .ft_lc_nv_lst li a,
	#gl_footer .ft_lc_nv .ft_lc_nv_lst li span {
	  display: block;
	  padding: 16px 32px 16px 8px;
	  background: url('/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/icon_s_up_01.png') 100% 50% no-repeat;
	  -webkit-background-size: 32px 32px;
			  background-size: 32px 32px;
	}
	/* ============================== Footer Direct Navigation */
	#gl_footer .ft_dr_nv {
	  display: none;
	}
	/* ============================== Footer Utility */
	#gl_footer> *+ .ft_ut {
	  margin-top: 0;
	  border: none;
	}
	#gl_footer .ft_ut .ft_ut_inr {
	  width: 100%;
	  padding: 0;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst {
	  float: none;
	  margin: 0 8px;
	  padding: 24px 0 4px;
	  border-left: none;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li {
	  margin-bottom: 20px;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:first-child {
	  border-left: none;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li:last-child {
	  border: none;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_ut_lst li a {
	  padding: 0 8px;
	  font-size: 14px;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_pg_top {
	  float: none;
	  border: none;
	  border-top: 1px solid #c9c9c9;
	  border-bottom: 1px solid #dedede;
	  text-align: right;
	}
	#gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
	  display: inline-block;
	  padding: 12px 8px 12px 32px;
	  font-size: 14px;
	  text-align: right;
	  background-image: url('/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/icon_l_up_01.png');
	  -webkit-background-size: 32px 32px;
			  background-size: 32px 32px;
	}
	/* ============================== Footer Connect */
	#gl_footer .ft_cnct {
	  margin-top: 24px;
	}
	#gl_footer .ft_cnct .ft_cnct_ttl {
	  float: none;
	  margin-right: 0;
	}
	#gl_footer .ft_cnct .ft_cnct_lst {
	  margin-top: 12px;
	}
	#gl_footer .ft_cnct .ft_cnct_lst li {
	  margin: 0 12px 6px 0;
	}
	#gl_footer .ft_cnct .ft_cnct_lst li.ft_cnct_lst_more {
	  display: block;
	}
	/* ============================== Footer Copy */
	#gl_footer .ft_copy {
	  margin-top: 12px;
	  text-align: center;
	}
  }


	/* ============================== flex-container */
.flex-container {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify; 
    -webkit-box-pack: justify; 
    flex-pack: justify;
}
.flex-item {
    width: 48%;
}
.flex-item img {
  height:auto;
}
.col-2 li {
  width:48%;
}
@media (max-width: 768px) {
  .flex-container {
    display:block;
  }
  .flex-item {
    width:100%;
  }
}

	/* ============================== bg-gray */
.bg-gray {
  background-color: #eeeeee;
}

	/* ============================== text-content */
.text-content {
  font-size:16px;
  line-height:30px;
  margin-bottom:23px;
}
.text-content:last-of-type {
  margin-bottom:0;
}
.text-content__smal {
  font-size:13px;
  display:block;
  text-align:left;
  margin-top:10px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  line-height:1.6;
}

/*-----------------200603--------------------*/
.flex-item_3d {
    width: 100%;
}

.mb10 {
	margin-bottom: 10px;
}

.mt-im {
	margin-top: -81px!important;
}

.mainyoto {
	color: #000!important;
}

.mt-100 {
	margin-top: 100px;
}

.textbox01 {
	width: 60%;
    margin: 0 auto;
    line-height: 2;
    font-size: 19px;
}

.linkcr a {
	color: #000;
}

.mt30 {
	margin-top: 30px;
}
@media screen and (min-width:768px) { 
.booth:nth-of-type(4n) {
    margin-right: 0;
}
.booth {
    width: 250px;
}
}

@media (max-width: 768px) {
.mt-100 {
    margin-top: 30px;
}
}


/*200721終了対応*/
body {
	position: relative;
}
.expo_overLay {
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	z-index:99901;
}
.expo_overLay .text {
	position:fixed;
	z-index:99902;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color: #fff;
	font-size: 40px;
	font-size: 1.6vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	padding: 3vw 2vw;
	border: 1px solid #fff;
	border-radius: 5px;
	background:rgba(255,255,255,0.3);
}
.expo_overLay .text span {
	font-size: 1.2vw;
}
.expo_overLay .text .btn a {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    position: relative;
}
.expo_overLay .text .btn a:before {
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-right: .7rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
    vertical-align: middle;
    border-color: #fff;
    content: '';
    display:inline-block;
}
.expo_overLay .text .btn a:hover {
    opacity: 1;
    background: #fff;
    color: rgba(0,0,0,.7);
}
.expo_overLay .text .btn a:hover:before {
    border-color: rgba(0,0,0,.7);
}
.expo_overLay .text .btn {
    margin-top: 15px;
}
@media (max-width: 768px) {
.expo_overLay .text {
    font-size: 18px;
    padding: 8vw 2vw;
    width: 90%;
}
.expo_overLay .text span {
    font-size: 14px;
}
.expo_overLay .text .btn a {
	font-size: 1rem;
}
}

.fc_07c {
    color: #0070C0 !important;
}
.form-container .list li {
    font-size: 14px;
    margin: 0 0 10px !important;
    line-height: 1.4;
    text-indent: -.9rem;
    padding-left: .9rem;
}
ul.lst_horizontal {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
ul.lst_horizontal li {
    margin: 0 0 10px 0;
    /*width: 33%;*/
}
ul.lst_horizontal li + li input {
    margin-left: 1.2rem;
}
.fm_set_btn span:hover {
	cursor: pointer;
}
/* --------------------- common.css(END) --------------------- */




/* ============================== Radio,Checkbox */
input.nml[type=checkbox] + input[type=hidden] + label { position: relative; display: inline-block; cursor: pointer; }

@media (min-width: 1px) {
	input.nml[type=checkbox] + input[type=hidden] + label { padding-left: 34px; }
	input.nml[type=checkbox] + input[type=hidden] + label::before { display: block; width: 24px; height: 24px; margin-top: -12px;
		position: absolute; top: 0.7em; left: 0;
		content: "";
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	input.nml[type=checkbox] + input[type=hidden] + label::before { border: 2px solid #999999;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	/* checked */
	input.nml[type=checkbox]:checked + input[type=hidden] + label::before { border: 2px solid #4bbdcd; }
	input.nml[type=checkbox]:checked + input[type=hidden] + label::after { display: block;
		position: absolute; top: 0.7em;
		content: "";
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	input.nml[type=checkbox]:checked + input[type=hidden] + label::after { width: 12px; height: 6px; margin-top: -4px;
		left: 6px;
		border-left: 3px solid #4bbdcd;
		border-bottom: 3px solid #4bbdcd;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

/* ============================== */
	textarea[disabled] {
		background-color: #eeeeee;
		opacity: 1;
		cursor: not-allowed;
	}
}