/* ------------------------------------------------------------- */
/* start motion
/* ------------------------------------------------------------- */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 800px;
}
.movie-box {
	background:rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.movie-box p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
    width: 100%;
    text-align: center;
}
.movie-box p iframe{
    width: 58vw;
    height: 33vw;
}

.close {
    display: block;
    padding: 10px 70px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin: 1vw auto 0;
    color: white;
    font-size: 24px;
    background-color: rgba(206, 206, 206, 0.1);
}
/* ------------------------------------------------------------- */
/* main
/* ------------------------------------------------------------- */
section.main{
    padding: 43px 0;
    /* height: 1523px; */
    background-image: url("/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/top/background_image.jpg");
    background-repeat: no-repeat;
}
.tittle-image{
    display: flex;
    margin: 0 auto 50px;

}
h2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
li{
    list-style: none;
}
.header-deco01{
    display: block;
    margin: 20px auto 0;
}
.booth-inner{
    width: 1240px;
    margin: 0 auto 70px;
}
.booth-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.booth-flex.booth-flex-left {
    justify-content: flex-start;
}
.booth{
    margin-right: 80px;
    margin-bottom: 42px;
    position: relative;
}
.booth a{
    position: relative;
}
.booth:last-child{
    margin-right: 0;
}

.booth-image{
    display: block;
    margin: auto;
}
.speech-bubble-flex{
    display: flex;
}
/*--------------booth内吹き出し------------------*/
.speech-bubble-container-left{
    position: absolute;
    top: -45%;
    left: 3%;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.speech-bubble-container-right{
    position: absolute;
    top: -45%;
    left: -178%;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.corp-speech-bubble{
    position: relative;
	display: inline-block;
    margin: 1.5em 0;
	padding:15px;
	min-width:600px;
	max-width:100%;
    color: #333;
	font-size: 16px;
	background: #eee;
	background: #FFF;
	border: solid 3px #cf0a2c;
	border-radius:.5em;
	box-sizing: border-box;
}
.corp-speech-bubble::before{
    content: "";
	position: absolute;
	bottom: -23px;
	left: 17%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.corp-speech-bubble::after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 17%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #cf0a2c;
    z-index: 1;
}

/*--02--*/
.tips02 .corp-speech-bubble{
	border: solid 3px #dfa83a;
}
.tips02 .corp-speech-bubble::after{
    border-top: 14px solid #dfa83a;
}
/*--03--*/
.tips03 .corp-speech-bubble{
    border: solid 3px #4296cc;
}
.tips03 .corp-speech-bubble::before{
    left: 83%;
}
.tips03 .corp-speech-bubble::after{
    border-top: 14px solid #4296cc;
    left: 83%;
}
/*--04--*/
.tips04 .corp-speech-bubble{
	border: solid 3px #cf0a2c;
}
.tips04 .corp-speech-bubble::before{
    left: 83%;
}
.tips04 .corp-speech-bubble::after{
    border-top: 14px solid #cf0a2c;
    left: 83%;
}
/*--05--*/
.tips05 .corp-speech-bubble{
	border: solid 3px #cf0a2c;
}
.tips05 .corp-speech-bubble::before{
    left: 17%;
}
.tips05 .corp-speech-bubble::after{
    border-top: 14px solid #cf0a2c;
    left: 17%;
}
/*--06--*/
.tips06 .corp-speech-bubble{
	border: solid 3px #4296cc;
}
.tips06 .corp-speech-bubble::before{
    left: 17%;
}
.tips06 .corp-speech-bubble::after{
    border-top: 14px solid #4296cc;
    left: 17%;
}
/*--07--*/
.tips07 .corp-speech-bubble{
	border: solid 3px #4296cc;
}
.tips07 .corp-speech-bubble::before{
    left: 83%;
}
.tips07 .corp-speech-bubble::after{
    border-top: 14px solid #4296cc;
    left: 83%;
}
/*--08--*/
.tips08 .corp-speech-bubble{
	border: solid 3px #dfa83a;
}
.tips08 .corp-speech-bubble::before{
    left: 83%;
}
.tips08 .corp-speech-bubble::after{
    border-top: 14px solid #dfa83a;
    left: 83%;
}
/*--09--*/
.tips09 .corp-speech-bubble{
	border: solid 3px #71c347;
}
.tips09 .corp-speech-bubble::before{
    left: 17%;
}
.tips09 .corp-speech-bubble::after{
    border-top: 14px solid #71c347;
    left: 17%;
}

/*--10--*/
.tips10 .corp-speech-bubble{
	border: solid 3px #71c347;
}
.tips10 .corp-speech-bubble::before{
    left: 20%;
}
.tips10 .corp-speech-bubble::after{
    border-top: 14px solid #71c347;
    left: 20%;
}

/*--11--*/
.tips11 .corp-speech-bubble{
    border: solid 3px #b16384;
}
.tips11 .corp-speech-bubble::before{
    left: 17%;
}
.tips11 .corp-speech-bubble::after{
    border-top: 14px solid #b16384;
    left: 17%;
}

/*--12--*/
.tips12 .corp-speech-bubble{
	border: solid 3px #cf0a2c;
}
.tips12 .corp-speech-bubble::before{
    left: 83%;
}
.tips12 .corp-speech-bubble::after{
    border-top: 14px solid #cf0a2c;
    left: 83%;
}


/*-------------booth内背景------------------*/
.booth-deco{
    position: absolute;
}

.deco01{bottom: 0;right: 99%;}
.deco02{top: 47%;left: 84%;}
.deco03{top: 44%;right: 94%;}
.deco04{top: 3%;right: 99%;}
.deco05{top: 36%;left: -15%;width: 28%;}
.deco06{right: 100%;bottom: 33%;}
.deco07-1{top: 43%;left: -35%;}
.deco07-2{top: 51%;left: 92%;}
.deco08{top: 103%;left: 39%;}
.deco12{right: 100%;bottom: 33%;}

.customers01{top: 0;right: 98%;}
.customers02{bottom: 17%;right: 98%;}
.customers03{top: 53%;right: 93%;}
.customers04{top: 19%;right: 102%;}
.customers05{top: 29%;right: 100%;}
.customers06-1{top: -4%;right: 105%;}
.customers06-2{top: 7%;right: -58%;}
.customers07{left: 119%;top: 10%;}
.customers08{left: 116%;top: 56%;}
.deco12{right: 100%;bottom: 33%;}
/*------------*/
/*button*/
/*------------*/
.booth-button{
    width: 180px;
    padding: 10px;
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #cf0a2c;
    border-radius: 20px;
    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;
    z-index: 1;
	min-height: 40px;
}

.booth-button.button02{background-color: #dfa83a;}
.booth-button.button03{background-color: #b16384;}
.booth-button.button04{background-color: #cf0a2c;}
.booth-button.button05{background-color: #74bac4;}
.booth-button.button12{background-color: #cf0a2c;}
.booth-button.button06{background-color: #4296cc;}

/* ------------------------------------------------------------- */
/* search
/* ------------------------------------------------------------- */
section.search{
    padding: 103px 0 100px;
    background-color: #eeeeee;
}
section.search .search-menu{
    margin-top: 40px;
}
section.search .menu{
    padding: 10px;
    background-color: white;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}
section.search .menu p{
    font-size: 14px;
    color: black;
}
section.search .menu .menu-header{
    font-size: 20px;
    margin-top: 9px;
}
section.search .menu .menu-header .txt-red{
    color: #c00000;
    font-weight: bold;
} 
section.search .menu .menu-block{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 0 8px 15px;
    color: #000;
    text-align: center;
	font-weight: bold;
}
section.search .menu .menu-bg{
    background-color: #fde6b7;
    padding: 6px 10px 13px;
    margin-top: 8px;
	min-height: 142px;
}
section.search .menu ul{
    padding: 18px 0;
}
section.search .menu li{
    color: black;

}
.experiment-design{
    /*background-color: #a6a6a6;*/
}
.jig{
    /*background-color: #a6a6a6;
    margin-top: 19px;*/
}
.production-final-part{
    /*background-color: #a6a6a6;*/
}

/* ------------------------------------------------------------- */
/* Topics                                                        */
/* ------------------------------------------------------------- */
section.topics{
    margin: 50px 0 94px;
}
section.topics .inner{
    width: 800px;
}
section.topics ul {
	margin-top: 46px;
    border-top: 1px solid #eeeeee;
}
section.topics ul li {	
	border-bottom: 1px solid #eeeeee;
}
section.topics ul li span {
	height: 60px;
	align-items: center;
	color: #222;
}
section.topics ul li span time {
	margin-left: 52px;
    font-weight: bold;
    font-size: 13px;
}
section.topics p {
	margin-left: 74px;
}

@media (max-width: 768px){ 
    section.main{
        padding: 13vw 0;
    }
    .tittle-image{
        height: 15vw;
        margin-top: 20px;
    }
    .booth-button{
        width: 100%;
		min-height: auto;
    }
    .booth{
        margin: 0 9vw 42px;
    }
    .booth:last-child{
        margin: 0 9vw 42px;
    }
    .booth-inner{
        width: 97vw;
    }
    .flex.search-menu{
        justify-content: center;
    }
    section.topics .inner{
        width: 90vw;
    }
    section.search .menu{
        margin-bottom: 25px;
    }
    .topics {
        padding-top: 60px;
        padding-bottom: 10px;    
    }
    .topics .flex{

        margin: 20px 0 30px;
    }
    section.topics ul li a time {
        margin-left: 0px;
    }
    section.topics p {
        width: 100%;
        margin-bottom: 20px;
        margin: 0 auto;
    }  

/*---------------------吹き出し-------------------------*/
    .corp-speech-bubble{
        min-width: 23em;
        font-size: 13px;
    }
/*--------位置---------*/    
    .speech-bubble-container01{left: -19%;}
    .speech-bubble-container02{left: -16%;}
    .speech-bubble-container03{left: -19%;}
    .speech-bubble-container04{left: -19%;}
    .speech-bubble-container05{left: -19%;}
    .speech-bubble-container06{left: -19%;}
    .speech-bubble-container07{left: -19%;}
    .speech-bubble-container08{left: -19%;}
    .speech-bubble-container09{left: -13%;}
    .speech-bubble-container10{left: -16%;}
    .speech-bubble-container11{left: -13%;}
    .speech-bubble-container12{left: -13%;}
/*--------吹き出し尻尾位置---------*/
    .corp-speech-bubble::before{left: 50%;}
    .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container03 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container03 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container04 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container04 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container05 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container05 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container06 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container06 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container07 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container07 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container08 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container08 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container09 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container09 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container10 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container10 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container11 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container11 .corp-speech-bubble::after{left: 50%;}
    .speech-bubble-container12 .corp-speech-bubble::before{left: 50%;}
    .speech-bubble-container12 .corp-speech-bubble::after{left: 50%;}












}

.youtube_btn a {
    margin: 0 auto 100px;
    width:450px;
    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){ 
.youtube_btn a {
    width: 100%;
}
}

section.intro	{
	text-align: center;
	padding: 50px 0 100px;
}
.intro h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.intro h2 {
	margin-bottom: 20px;
}
.intro .copy {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.6;
}
.intro ul {
	width: 600px;
	text-align: left;
	margin: 30px auto 0;
}
.intro ul li {
	margin-bottom: 10px;
}
.intro .btn-list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.intro .btn-list li {
	width: 49%;
	text-align: center;
}
.intro .btn-list a {
	display: block;
	width: 100%;
	padding: 15px 10px;
	border: 2px solid #ccc;
	color: #000;
}
@media (max-width: 768px){
	section.intro	{
		text-align: center;
		padding: 30px 10px 50px;
	}
	.intro h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.intro h2 {
		font-size: 18px;
	}
	.intro .copy {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: left;
	}
	.intro ul {
		width: 100%;
	}
	.intro .btn-list li {
		width: 100%;
	}
}



.page-header{
    position: relative;
    height: 170px;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/stratasys/BGimage_05.jpg); 
    display: flex;
    justify-content: center;
    align-items: center; 
	background-size: cover;
}
.by_use .page-header{
    background-image: url("/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/by_use/BGimage_01.jpg"); 
}
@media all and (-ms-high-contrast:none){
	.page-header{
		display: block;
		background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/stratasys/BGimage_05.jpg);
	}
	.page-header .header-container{
		position: static;
		text-align: center;
		width: 100%;
		padding: 20px 0;
	}
}
.header-container{
    position: absolute;
}
.page-header h1{
    font-size: 55px;
    font-weight: bold;
    color: #fff;	
    margin: 5px 0;
}
.by_use .page-header h1{
    text-align: center;
}
.page-header p{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.no_link:hover {
	opacity: 1;
	cursor: default;
}
.Coming_Soon_link button:hover {
    opacity: 1;
	cursor: default;
}

@media (max-width: 768px){
    .page-header{
        height: 30vw;
    }

.header-container {
    position: static;
}

.page-header {
    height: auto;
    padding: 20px 10px;
	margin-top: 14vw;
}

.by_use .page-header h1 {
    font-size: 34px;
}

.booth-flex.booth-flex-left {
    justify-content: center;
}
.booth_sp_none {
	display:none;
}
.start p {
    width: 94%;
}
}
.hp_img {
    position: relative;
}
.new_icon {
    position: absolute;
    width: 65px;
    top: -35px;
}
button.booth-button.button01 {
    background-color: #71c347;
}
.booth10 .corp-speech-bubble{
	border: solid 3px #74bac4;
}
.booth10 .corp-speech-bubble::after {
	border-top: 14px solid #74bac4;
	left: 83%;
}
.booth10 .corp-speech-bubble::before{
	left: 83%;
}
.booth01 .corp-speech-bubble{
	border: solid 3px #71c347;
}
.booth01 .corp-speech-bubble::after{
	border-top: 14px solid #71c347;
}

.booth-button.button10 {
    background-color: #74bac4;
}
img.pc-hide {
	display:none;
}
@media (max-width: 768px){
img.pc-hide {
	display:inline;
}
img.sp-hide {
	display:none;
}
}


section.topics ul li span time {
    margin: 0;
    width: 12%;
}
section.topics ul li span {
    height: auto;
    padding: 1rem 0;
    align-items: flex-start;
}
section.topics p {
    width: 88%;
    margin: 0;
}
@media (max-width: 768px){
section.topics ul li span {
    margin: 0 !important;
}
section.topics ul li span time {
    width:100%;
}
section.topics p {
    width: 100%;
margin: .5rem 0 0 0;
}
}