/* ------------------------------------------------------------- */
/* 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 87px;
	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: fixed;
		width: 100%;
	}
	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;
}
}



.top_bnr {
    margin-bottom: 4rem;
}
.link-list-flex.link-list-flex-center {
    justify-content: center;
}
.link-list-flex.link-list-flex-center li:first-child {
    margin-right: 20px;
}
@media (max-width: 768px) {

.link-list-flex.link-list-flex-center li:first-child {
    margin: 0 0 20px 0;
}

}


.bnr_product3d .box {
    border: 1px solid #999;
    padding: 1rem 3rem;
    width: 80%;
    display:flex;
    align-items:center;
    margin: 0 auto 10px;
    justify-content:space-between;
    /*justify-content:center;*/
}
.bnr_product3d .box img {
    width: auto;
    height: 150px;
}
.bnr_product3d a {
    color: #333;
}
.bnr_product3d .ttl {
    font-size: 2rem;
    font-weight:bold;
}
.bnr_product3d .btn {
    color:#fff;
    background: #cf0a2c;
    display:inline-block;
    padding: 8px 3rem 8px 2rem;
    border-radius: 2px;
    position:relative;
    margin-top: 1rem;
}
.bnr_product3d .btn:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
    vertical-align: middle;
    border-color: rgba(255, 255, 255, 1);
    content: '';
}
.bnr_product3d {
    margin: -100px auto 100px;
}
.bnr_product3d_col2 {
    display: flex;
}

.bnr_product3d_col2 .bnr_product3d .box {
    width: 96%;
}

.bnr_product3d_col2 .bnr_product3d .ttl {
    font-size: 1.4rem;
}
@media (max-width: 768px) {
	.bnr_product3d .box {
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
	}

	.bnr_product3d .ttl {
		font-size: 1.2rem;
	}
	.bnr_product3d .btn {
		position: absolute;
		bottom: 20px;
		width: 80%;
		box-sizing: border-box;
		left: 10%;
	}
	.bnr_product3d .txt {
		width: 100%;
		text-align: center;
	}

	.bnr_product3d .box img {
		width: 70%;
		height: auto;
		margin: 10px auto 40px;
	}
	
.bnr_product3d {
    margin: 0 auto 20px;
}
.bnr_product3d_col2 {
    display: block;
}
}







