@charset "UTF-8";
#dm-site .solution-item .lead-txt {
  font-size: 22px;
  margin-bottom: 50px;
}
#dm-site .solution-item .txt-box {
  padding: 20px 15px;
}
#dm-site .solution-item h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#dm-site .solution-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#dm-site .solution-item .txt-box p {
  line-height: 1.4;
}
#dm-site .solution-item li {
  width: 30%;
  margin-top: 30px;
  border: solid 1px #EFEFEF;
}
#dm-site .solution-item img {
  width: 100%;
}
#dm-site .solution-item .left {
  background: none;
}
#dm-site .solution-item .tags span {
  display: inline-block;
  background-color: #000;
  font-size: 12px;
  padding: 4px 6px;
  margin: 0 5px 10px 0;
  color: #fff;
}
@media (max-width: 768px) {
  #dm-site .solution-item li, #dm-site .solution-item img {
    width: 100%;
  }
  #dm-site .solution-item h2 {
    font-size: 27px;
  }
}
#dm-site .flex.afterbox:after {
  content: "";
  width: 302px;
  display: block;
  height: 0;
  margin-top: 30px;
}
#dm-site .only-sp {
  display: none !important;
}
#dm-site .only-pc {
  display: block !important;
}
@media screen and (max-width: 787px) {
  #dm-site .only-pc {
    display: none !important;
  }
  #dm-site .only-sp {
    display: block !important;
  }
  #dm-site img.sp {
    margin: 0 auto;
    width: 90%;
  }
}
#dm-site .start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
#dm-site .start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 800px;
}
#dm-site .movie-box {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
#dm-site .movie-box p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  text-align: center;
}
#dm-site .movie-box p iframe {
  width: 58vw;
  height: 33vw;
}
#dm-site .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);
}
#dm-site 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;
  overflow: hidden;
}
#dm-site .tittle-image {
  display: flex;
  margin: 0 auto 50px;
}
#dm-site h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#dm-site h2 span {
  font-size: 1.3rem;
}
#dm-site li {
  list-style: none;
}
#dm-site .header-deco01 {
  display: block;
  margin: 20px auto 0;
}
#dm-site .booth-inner {
  font-size: 10px;
  max-width: 124em;
  margin: 0 auto 7em;
  overflow: visible;
}
#dm-site .booth-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 7em;
}
#dm-site .booth-flex.booth-flex-left {
  justify-content: flex-start;
}
#dm-site .booth {
  margin-right: 8em;
  margin-bottom: 4.2em;
  position: relative;
}
#dm-site .booth a {
  position: relative;
}
#dm-site .booth:last-child {
  margin-right: 0;
}
#dm-site .booth-image {
  display: block;
  margin: auto;
}
#dm-site .speech-bubble-flex {
  display: flex;
}
#dm-site .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;
}
#dm-site .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;
}
#dm-site .corp-speech-bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1.5em;
  min-width: 60em;
  max-width: 100%;
  color: #333;
  font-size: 1.6em;
  background: #eee;
  background: #FFF;
  border: solid 0.3em #cf0a2c;
  border-radius: .5em;
  box-sizing: border-box;
}
#dm-site .corp-speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -2.3em;
  left: 17%;
  margin-left: -1.5em;
  border: 1.2em solid transparent;
  border-top: 1.2em solid #FFF;
  z-index: 2;
}
#dm-site .corp-speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -2.9em;
  left: 17%;
  margin-left: -1.7em;
  border: 1.4em solid transparent;
  border-top: 14px solid #cf0a2c;
  z-index: 1;
}
#dm-site .tips02 .corp-speech-bubble {
  border: solid 0.3em #dfa83a;
}
#dm-site .tips02 .corp-speech-bubble::after {
  border-top: 1.4em solid #dfa83a;
}
#dm-site .tips03 .corp-speech-bubble {
  border: solid 0.3em #4296cc;
}
#dm-site .tips03 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .tips03 .corp-speech-bubble::after {
  border-top: 1.4em solid #4296cc;
  left: 83%;
}
#dm-site .tips04 .corp-speech-bubble {
  border: solid 0.3em #cf0a2c;
}
#dm-site .tips04 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .tips04 .corp-speech-bubble::after {
  border-top: 1.4em solid #cf0a2c;
  left: 83%;
}
#dm-site .tips05 .corp-speech-bubble {
  border: solid 0.3em #cf0a2c;
}
#dm-site .tips05 .corp-speech-bubble::before {
  left: 17%;
}
#dm-site .tips05 .corp-speech-bubble::after {
  border-top: 1.4em solid #cf0a2c;
  left: 17%;
}
#dm-site .tips06 .corp-speech-bubble {
  border: solid 0.3em #4296cc;
}
#dm-site .tips06 .corp-speech-bubble::before {
  left: 17%;
}
#dm-site .tips06 .corp-speech-bubble::after {
  border-top: 1.4em solid #4296cc;
  left: 17%;
}
#dm-site .tips07 .corp-speech-bubble {
  border: solid 0.3em #4296cc;
}
#dm-site .tips07 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .tips07 .corp-speech-bubble::after {
  border-top: 1.4em solid #4296cc;
  left: 83%;
}
#dm-site .tips08 .corp-speech-bubble {
  border: solid 0.3em #dfa83a;
}
#dm-site .tips08 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .tips08 .corp-speech-bubble::after {
  border-top: 1.4em solid #dfa83a;
  left: 83%;
}
#dm-site .tips09 .corp-speech-bubble {
  border: solid 0.3em #71c347;
}
#dm-site .tips09 .corp-speech-bubble::before {
  left: 17%;
}
#dm-site .tips09 .corp-speech-bubble::after {
  border-top: 1.4em solid #71c347;
  left: 17%;
}
#dm-site .tips10 .corp-speech-bubble {
  border: solid 0.3em #71c347;
}
#dm-site .tips10 .corp-speech-bubble::before {
  left: 20%;
}
#dm-site .tips10 .corp-speech-bubble::after {
  border-top: 1.4em solid #71c347;
  left: 20%;
}
#dm-site .tips11 .corp-speech-bubble {
  border: solid 0.3em #b16384;
}
#dm-site .tips11 .corp-speech-bubble::before {
  left: 17%;
}
#dm-site .tips11 .corp-speech-bubble::after {
  border-top: 1.4em solid #b16384;
  left: 17%;
}
#dm-site .tips12 .corp-speech-bubble {
  border: solid 0.3em #cf0a2c;
}
#dm-site .tips12 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .tips12 .corp-speech-bubble::after {
  border-top: 1.4em solid #cf0a2c;
  left: 83%;
}
#dm-site .booth-deco {
  position: absolute;
}
#dm-site .deco01 {
  bottom: 0;
  right: 99%;
}
#dm-site .deco02 {
  top: 47%;
  left: 84%;
}
#dm-site .deco03 {
  top: 44%;
  right: 94%;
}
#dm-site .deco04 {
  top: 3%;
  right: 99%;
}
#dm-site .deco05 {
  top: 36%;
  left: -15%;
  width: 28%;
}
#dm-site .deco06 {
  right: 100%;
  bottom: 33%;
}
#dm-site .deco07-1 {
  top: 43%;
  left: -35%;
}
#dm-site .deco07-2 {
  top: 51%;
  left: 92%;
}
#dm-site .deco08 {
  top: 103%;
  left: 39%;
}
#dm-site .deco12 {
  right: 100%;
  bottom: 33%;
}
#dm-site .customers01 {
  top: 0;
  right: 98%;
}
#dm-site .customers02 {
  bottom: 17%;
  right: 98%;
}
#dm-site .customers03 {
  top: 53%;
  right: 93%;
}
#dm-site .customers04 {
  top: 19%;
  right: 102%;
}
#dm-site .customers05 {
  top: 29%;
  right: 100%;
}
#dm-site .customers06-1 {
  top: -4%;
  right: 105%;
}
#dm-site .customers06-2 {
  top: 7%;
  right: -58%;
}
#dm-site .customers07 {
  left: 119%;
  top: 10%;
}
#dm-site .customers08 {
  left: 116%;
  top: 56%;
}
#dm-site .deco12 {
  right: 100%;
  bottom: 33%;
}
#dm-site .booth-button {
  width: 18em;
  padding: 1em;
  font-size: 1.3em;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #cf0a2c;
  border-radius: 2em;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/top/link_deco_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3em) center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  z-index: 1;
  min-height: 4em;
}
#dm-site .booth-button.button02 {
  background-color: #dfa83a;
}
#dm-site .booth-button.button03 {
  background-color: #b16384;
}
#dm-site .booth-button.button04 {
  background-color: #cf0a2c;
}
#dm-site .booth-button.button05 {
  background-color: #74bac4;
}
#dm-site .booth-button.button12 {
  background-color: #cf0a2c;
}
#dm-site .booth-button.button06 {
  background-color: #4296cc;
}
@media (max-width: 768px) {
  #dm-site {
    /*---------------------蜷ｹ縺榊�縺�-------------------------*/
    /*--------菴咲ｽｮ---------*/
    /*--------蜷ｹ縺榊�縺怜ｰｻ蟆ｾ菴咲ｽｮ---------*/
  }
  #dm-site section.main {
    padding: 13vw 0;
  }
  #dm-site .tittle-image {
    /*height: 15vw;*/
    margin-top: 25px;
  }
  #dm-site .booth-button {
    width: 100%;
    min-height: auto;
  }
  #dm-site .booth {
    margin: 0 9vw 42px;
  }
  #dm-site .booth:last-child {
    margin: 0 9vw 42px;
  }
  #dm-site .booth-inner {
    /*width: 97vw;*/
  }
  #dm-site .flex.search-menu {
    justify-content: center;
  }
  #dm-site section.topics .inner {
    width: 90vw;
  }
  #dm-site section.search .menu {
    margin-bottom: 25px;
  }
  #dm-site .topics {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  #dm-site .topics .flex {
    margin: 20px 0 30px;
  }
  #dm-site section.topics ul li a time {
    margin-left: 0px;
  }
  #dm-site section.topics p {
    width: 100%;
    margin-bottom: 20px;
    margin: 0 auto;
  }
  #dm-site .corp-speech-bubble {
    min-width: 23em;
    font-size: 13px;
  }
  #dm-site .speech-bubble-container01 {
    left: -19%;
  }
  #dm-site .speech-bubble-container02 {
    left: -16%;
  }
  #dm-site .speech-bubble-container03 {
    left: -19%;
  }
  #dm-site .speech-bubble-container04 {
    left: -19%;
  }
  #dm-site .speech-bubble-container05 {
    left: -19%;
  }
  #dm-site .speech-bubble-container06 {
    left: -19%;
  }
  #dm-site .speech-bubble-container07 {
    left: -19%;
  }
  #dm-site .speech-bubble-container08 {
    left: -19%;
  }
  #dm-site .speech-bubble-container09 {
    left: -13%;
  }
  #dm-site .speech-bubble-container10 {
    left: -16%;
  }
  #dm-site .speech-bubble-container11 {
    left: -13%;
  }
  #dm-site .speech-bubble-container12 {
    left: -13%;
  }
  #dm-site .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container03 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container03 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container04 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container04 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container05 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container05 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container06 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container06 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container07 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container07 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container08 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container08 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container09 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container09 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container10 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container10 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container11 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container11 .corp-speech-bubble::after {
    left: 50%;
  }
  #dm-site .speech-bubble-container12 .corp-speech-bubble::before {
    left: 50%;
  }
  #dm-site .speech-bubble-container12 .corp-speech-bubble::after {
    left: 50%;
  }
}
#dm-site section.intro {
  text-align: center;
  padding: 50px 0 100px;
}
#dm-site .intro h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
#dm-site .intro h2 {
  margin-bottom: 20px;
}
#dm-site .intro .copy {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}
#dm-site .intro ul {
  width: 600px;
  text-align: left;
  margin: 30px auto 0;
}
#dm-site .intro ul li {
  margin-bottom: 10px;
}
#dm-site .intro .btn-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
#dm-site .intro .btn-list li {
  width: 49%;
  text-align: center;
  margin-left: 20px;
}
#dm-site .intro .btn-list li:first-child {
  margin-left: 0;
}
#dm-site .intro .btn-list a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border: 2px solid #ccc;
  color: #000;
}
@media (max-width: 768px) {
  #dm-site section.intro {
    text-align: center;
    padding: 30px 10px 50px;
  }
  #dm-site .intro h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #dm-site .intro h2 {
    font-size: 18px;
  }
  #dm-site .intro .copy {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  #dm-site .intro ul {
    width: 100%;
  }
  #dm-site .intro .btn-list li {
    width: 100%;
  }
}
#dm-site .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;
}
#dm-site .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) {
  #dm-site .page-header {
    display: block;
    background-image: url(/-/Media/Ricoh/Sites/co_jp/3dp/digitalexpo/img/stratasys/BGimage_05.jpg);
  }
  #dm-site .page-header .header-container {
    position: static;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
}
#dm-site .header-container {
  position: absolute;
}
#dm-site .page-header h1 {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin: 5px 0;
}
#dm-site .by_use .page-header h1 {
  text-align: center;
}
#dm-site .page-header p {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#dm-site .no_link:hover {
  opacity: 1;
  cursor: default;
}
#dm-site .Coming_Soon_link button:hover {
  opacity: 1;
  cursor: default;
}
@media (max-width: 768px) {
  #dm-site .page-header {
    height: 30vw;
  }
  #dm-site .header-container {
    position: static;
  }
  #dm-site .page-header {
    height: auto;
    padding: 20px 10px;
    margin-top: 14vw;
  }
  #dm-site .by_use .page-header h1 {
    font-size: 34px;
  }
  #dm-site .booth-flex.booth-flex-left {
    justify-content: center;
  }
  #dm-site .booth_sp_none {
    display: none;
  }
  #dm-site .start p {
    width: 94%;
  }
}
#dm-site .hp_img {
  position: relative;
}
#dm-site .new_icon {
  position: absolute;
  width: 65px;
  top: -35px;
}
#dm-site button.booth-button.button01 {
  background-color: #71c347;
}
#dm-site .booth10 .corp-speech-bubble {
  border: solid 3em #74bac4;
}
#dm-site .booth10 .corp-speech-bubble::after {
  border-top: 14em solid #74bac4;
  left: 83%;
}
#dm-site .booth10 .corp-speech-bubble::before {
  left: 83%;
}
#dm-site .booth01 .corp-speech-bubble {
  border: solid 3em #71c347;
}
#dm-site .booth01 .corp-speech-bubble::after {
  border-top: 1.4em solid #71c347;
}
#dm-site .booth-button.button10 {
  background-color: #74bac4;
}
#dm-site h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#dm-site .top_02_ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#dm-site .top_02_ttl p {
  padding: 10px 25px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 21px;
  font-size: 24px;
  margin-bottom: 50px;
}
#dm-site img.header-deco01.mb-50 {
  margin-bottom: 50px;
}
#dm-site img.booth-deco.ctm01 {
  top: 40px;
  left: -30px;
}
#dm-site img.booth-deco.ctm02 {
  top: 160px;
  left: -25px;
}
#dm-site img.booth-deco.ctm03 {
  top: 153px;
  left: -33px;
}
#dm-site img.booth-deco.ctm04 {
  top: 154px;
  left: 3px;
}
#dm-site img.booth-deco.ctm05 {
  top: 64px;
  left: -77px;
}
#dm-site img.booth-deco.ctm06 {
  top: 85px;
  left: -70px;
}
#dm-site img.booth-deco.ctm07 {
  top: -10px;
  left: -40px;
}
#dm-site img.booth-deco.ctm08 {
  top: 30px;
  right: -100px;
}
#dm-site img.booth-deco.ctm09 {
  top: 20px;
  right: 250px;
}
#dm-site img.booth-deco.ctm10 {
  top: 150px;
  left: -30px;
}
#dm-site .booth-flex.mb-120 {
  margin-bottom: 120px;
}
#dm-site .list-chart {
  width: 100%;
  position: relative;
	margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart {
    width: 100%;
  }
}
#dm-site .list-chart__box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-right: 40px;
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart__box {
    padding-right: 0;
    align-items: baseline;
  }
}
#dm-site .list-chart__item {
  width: 20%;
  height: 160px;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#dm-site .list-chart__item:before,
#dm-site .list-chart__item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: auto;
  z-index: 10;
  border-width: 110px 0 110px 40px;
}
#dm-site .list-chart__item:last-child:before {
  display: none;
}
#dm-site .list-chart__item:before {
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
#dm-site .list-chart__item:after {
  right: -40px;
  border-style: solid;
}
#dm-site .list-chart__item--wide {
  width: 570px;
}
#dm-site .list-chart__item--middle {
  width: 260px;
}
#dm-site .list-chart__item--min {
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dm-site .list-chart__item--wide:after {
  border-color: transparent transparent transparent #1287ae;
}
#dm-site .list-chart__item--middle:after {
  border-color: transparent transparent transparent #39afd6;
}
#dm-site .list-chart__item--min:nth-of-type(3):after {
  border-color: transparent transparent transparent #126188;
}
#dm-site .list-chart__item--min:nth-of-type(4):after {
  border-color: transparent transparent transparent #2f4d6b;
}
#dm-site .list-chart__item--min:nth-of-type(5):after {
  border-color: transparent transparent transparent #123445;
}
#dm-site .list-chart__item--bg01 {
  background: -moz-linear-gradient(left, #39afd6 0%, #5cd2f9 100%);
  background: -webkit-linear-gradient(left, #39afd6 0%, #5cd2f9 100%);
  background: linear-gradient(to right, #5cd2f9 0%, #39afd6 100%);
}
#dm-site .list-chart__item--bg02 {
  background: -moz-linear-gradient(left, #1287ae 0%, #35abd2 100%);
  background: -webkit-linear-gradient(left, #1287ae 0%, #35abd2 100%);
  background: linear-gradient(to right, #35abd2 0%, #1287ae 100%);
}
#dm-site .list-chart__item--bg03 {
  background: -moz-linear-gradient(left, #126188 0%, #1287ae 100%);
  background: -webkit-linear-gradient(left, #126188 0%, #1287ae 100%);
  background: linear-gradient(to right, #1287ae 0%, #126188 100%);
}
#dm-site .list-chart__item--bg04 {
  background: -moz-linear-gradient(left, #2f4d6b 0%, #126188 100%);
  background: -webkit-linear-gradient(left, #2f4d6b 0%, #126188 100%);
  background: linear-gradient(to right, #126188 0%, #2f4d6b 100%);
}
#dm-site .list-chart__item--bg05 {
  background: -moz-linear-gradient(left, #123445 0%, #345667 100%);
  background: -webkit-linear-gradient(left, #123445 0%, #345667 100%);
  background: linear-gradient(to right, #345667 0%, #123445 100%);
}
#dm-site .list-chart__item:nth-of-type(2) .list-chart__item--inner,
#dm-site .list-chart__item:nth-of-type(3) .list-chart__item--inner,
#dm-site .list-chart__item:nth-of-type(4) .list-chart__item--inner,
#dm-site .list-chart__item:nth-of-type(5) .list-chart__item--inner {
  transform: translateX(30px);
}
#dm-site .list-chart__item--ttl {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 4px;
}
#dm-site .list-chart__item--ttl.dot-frame:before {
  content: "";
  width: 100px;
  height: 58px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px dotted red;
}
#dm-site .list-chart__item--ttl--ico {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}
#dm-site .list-chart__item--box {
  display: flex;
  justify-content: space-around;
}
#dm-site .list-chart__item--list {
  background: #fff;
  padding: 10px;
  width: 100px;
  text-align: center;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  margin-right: 10px;
}
#dm-site .list-chart__item--list:last-of-type {
  margin-right: 0;
}
#dm-site .list-chart__item--list span {
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  display: block;
}
#dm-site .scm {
  display: inline-block;
  padding: 9px 55px;
  background: #cf0a2c;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
#dm-site .list-chart__popup {
  position: absolute;
  top: 100%;
  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;
  z-index: 200;
}
/*#dm-site .list-chart__description:last-of-type .list-chart__popup {
  top: unset;
  top: -50%;
}*/
#dm-site .list-chart__popup--bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #eee;
  background: #FFF;
  border: solid 3px #cf0a2c;
  border-radius: .5em;
  box-sizing: border-box;
  background: -moz-linear-gradient(left, #d7eff1 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #d7eff1 0%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #d7eff1 100%);
}
#dm-site .list-chart__description {
  justify-content: space-between;
  /* padding-bottom: 66px; */
  position: relative;
	display: flex;
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart__description {
    display: block;
    width: 30%;
    padding-bottom: 0;
  }
}
#dm-site .list-chart__description:last-of-type {
  padding-bottom: 0;
  /* padding-top: 24px; */
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart__description:last-of-type {
    padding-top: 0;
  }
}
#dm-site .list-chart__description--item {
  /*min-width: 337px;*/
  display: flex;
  position: relative;
  /* margin-bottom: 18px; */
}
@media screen and (max-width: 787px) {
  #dm-site .list-chart__description--item {
    min-width: inherit;
    width: auto !important;
  }
}
#dm-site .list-chart__description--item:nth-of-type(3) {
  /* width: 378px; */
}
#dm-site .list-chart__description--item:nth-of-type(6) {
  width: 484px;
}
#dm-site .list-chart__description:last-of-type .list-chart__description--item {
  /* min-width: inherit; */
}
#dm-site .list-chart__description--item.org-wide {
  width: 47.7em;
}
#dm-site .list-chart__description--figure {
  box-sizing: border-box;
  background: -moz-linear-gradient(left, #d7eff1 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #d7eff1 0%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #d7eff1 100%);
  border-radius: 10px;
  margin: 0 auto;
}
#dm-site .list-chart__description--figure a {
	padding: 8px 5px;
}
@media screen and (max-width: 767px) {
  #dm-site .list-chart__description--figure {
    padding: 10px 10px;
  }
	#dm-site .list-chart__description--figure a {
		padding: 0;
	}
  #dm-site a.js-target16-2 img.sp, #dm-site a.js-target17-2 img.sp, #dm-site a.js-target14-2 img.sp, #dm-site a.js-target15-2 img.sp {
    margin-top: 10px;
  }
}
#dm-site .list-chart__description--figure13, #dm-site .list-chart__popup13 .list-chart__popup--bubble {
  border: 1px solid #f19149;
}
#dm-site .list-chart__description--figure13 a {
	display: block;
	width: 100%;
}
#dm-site .list-chart__description--figure13 a img {
	width: 100%;
}
#dm-site .list-chart__description--figure14, #dm-site .list-chart__popup14 .list-chart__popup--bubble,
#dm-site .list-chart__description--figure14, #dm-site .list-chart__popup14-2 .list-chart__popup--bubble {
  border: 1px solid #ff0000;
}
#dm-site .list-chart__description--figure.list-chart__description--figure14 a {
  display: block !important;
  width: 33.333%;
}
#dm-site .list-chart__description--figure.list-chart__description--figure14 a img {
  width: 100%;
}
#dm-site .list-chart__description--figure15, #dm-site .list-chart__popup15 .list-chart__popup--bubble,
#dm-site .list-chart__description--figure15, #dm-site .list-chart__popup15-2 .list-chart__popup--bubble {
  border: 1px solid #00b6b9;
}
#dm-site .list-chart__description--figure15 a {
	display: block;
	width: 50%;
}
#dm-site .list-chart__description--figure15 a img {
	width: 100%;
}

#dm-site .list-chart__description--figure16, #dm-site .list-chart__popup16 .list-chart__popup--bubble,
#dm-site .list-chart__description--figure16, #dm-site .list-chart__popup16-2 .list-chart__popup--bubble {
  border: 1px solid #38b762;
}
#dm-site .list-chart__description--figure16 a {
	display: block;
	width: 50%;
}
#dm-site .list-chart__description--figure16 a img {
	width: 100%;
}

#dm-site .list-chart__description--figure17, #dm-site .list-chart__popup17 .list-chart__popup--bubble,
#dm-site .list-chart__description--figure17, #dm-site .list-chart__popup17-2 .list-chart__popup--bubble {
  border: 1px solid #a53796;
}
#dm-site .list-chart__description--figure17 a {
	display: block;
	width: 33.333%;
}
#dm-site .list-chart__description--figure17 a img {
	width: 100%;
}
#dm-site .list-chart__description--figure18, #dm-site .list-chart__popup18 .list-chart__popup--bubble {
  border: 1px solid #f19149;
}
#dm-site .list-chart__popup19 .list-chart__popup--bubble {
  border: 1px solid #666;
}
#dm-site .list-chart__description--figure20, #dm-site .list-chart__popup20 .list-chart__popup--bubble, #dm-site .list-chart__description--figure.list-chart__description--figure19.whiz, #dm-site .list-chart__description--figure19 {
  border: 1px solid #666;
}
#dm-site .list-chart__description--figure19 a {
	display: block;
	width: 100%;
}
#dm-site .list-chart__description--figure19 a img {
	width: 100%;
}

#dm-site .list-chart__description--figure.list-chart__description--figure15.f15_3, #dm-site .list-chart__popup--bubble.list-chart__popup--bubble15, #dm-site .list-chart__popup--bubble.list-chart__popup--bubble15-2 {
  border: 0.1em solid #00b6b9;
}
#dm-site .list-chart__popup--bubble.list-chart__popup--bubble19 {
  border: 0.1em solid #666;
}
#dm-site .list-chart__popup15 {
  left: 48%;
}
#dm-site .list-chart__popup16-2 {
  left: 39%;
}
#dm-site .list-chart__popup17 {
  left: 0%;
}
#dm-site .list-chart__popup17-2 {
  left: 18%;
}
#dm-site .list-chart__popup18 {
  left: 57%;
}
#dm-site .list-chart__description--figure {
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#dm-site .list-chart__popup--bubble span {
  display: block;
}
#dm-site .list-chart__popup--inner {
  margin-bottom: 1.2em;
}
#dm-site .list-chart__popup--inner h4 {
	font-weight: bold;
	margin-bottom: 8px;
}
#dm-site .list-chart__popup--inner span {
	text-indent: -0.5em;
	margin-left: 0.5em;
}
#dm-site .list-chart__description--arrow {
  position: absolute;
  width: 120em;
  z-index: 101;
  top: 20.4em;
  left: 20em;
}
#dm-site .list-chart__description--figure13 + .list-chart__description--arrow {
  left: 100%;
  top: -10.7em;
}
#dm-site .list-chart__description--figure14 + .list-chart__description--arrow {
  left: 30%;
  top: -15.2em;
}
#dm-site .list-chart__description--figure15 + .list-chart__description--arrow {
  left: 0px;
  top: 100%;
}
#dm-site .list-chart__description--figure16 + .list-chart__description--arrow {
  left: 2%;
  top: 20.5em;
}
#dm-site .list-chart__description--figure17 + .list-chart__description--arrow {
  left: 58%;
  top: 99%;
}
#dm-site .list-chart__description--figure18 + .list-chart__description--arrow {
  left: 50%;
}
#dm-site .list-chart__description--figure19 + .list-chart__description--arrow {
  left: -594px;
  top: -32.4em;
}
#dm-site .area-link.top_hover:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  #dm-site img.booth-deco.ctm05 {
    left: -112px;
  }
  #dm-site img.booth-deco.ctm07 {
    left: -60px;
  }
}
#dm-site .new_icon.over {
  width: 50px;
  top: -17px;
  left: -10px;
}
#dm-site .new_icon.gnav {
  width: 60px;
  top: -25px;
  left: 30px;
}
@media (max-width: 768px) {
  #dm-site .new_icon.gnav {
    width: 50px;
    left: 36px;
    top: -20px;
  }
  #dm-site .new_icon.over {
    width: 40px;
    top: -15px;
    left: -12px;
  }
}
#dm-site .booth_p-- {
  line-height: 24px;
  margin-top: 15px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 14px;
  width: 180px;
  color: #333333;
}
#dm-site .p_red {
  color: #E10021;
}
#dm-site span.fukidashi img {
  width: 35px;
  padding-right: 3px;
}
@media (max-width: 768px) {
  #dm-site .booth_p-- {
    width: 236px;
  }
}
#dm-site .list-chart__description--figure17 + .list-chart__description--arrow {
  top: 30%;
  left: 15%;
}
@media (max-width: 768px) {
  #dm-site .list-chart__description--figure.list-chart__description--figure13.js-target13,
  #dm-site .list-chart__description--figure.list-chart__description--figure19,
  #dm-site .list-chart__description--figure.list-chart__description--figure14 {
    left: 0;
  }
  #dm-site .list-chart__description--figure.list-chart__description--figure20 {
    right: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #dm-site .list-chart__description--figure.list-chart__description--figure19 {
    left: 20px;
  }
  #dm-site .list-chart__description--figure14 + .list-chart__description--arrow {
    left: 62%;
  }
}
#dm-site .top__bnr {
  margin: 0 auto 60px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5px;
}
#dm-site img.pc-hide {
  display: none;
}
@media (max-width: 768px) {
  #dm-site img.pc-hide {
    display: inline;
  }
  #dm-site img.sp-hide {
    display: none;
  }
    #dm-site .list-chart__description--figure{
      display:block;
      margin-bottom: 10px
    }
	#dm-site .list-chart__description--item {
		display: block;
	}
	#dm-site .list-chart__description--item a {
	  display:block !important;
	  width:100% !important;
		margin-bottom: 5px;
	}
}
#dm-site .solution-item .mt70 {
  margin-top: 70px;
}
#dm-site .solution-item.mb70 {
  margin-bottom: 70px;
}
#dm-site .list-chart__description--arrow {
  top: 100%;
}
#dm-site .list-chart__description--item.org-wide {
  width: 435px;
}
#dm-site .list-chart__description--figure16 + .list-chart__description--arrow {
  left: -16%;
  top: 100%;
}
#dm-site .list-chart__description--item:nth-of-type(3) {
  /* width: 51.6em; */
}
#dm-site .list-chart__description--figure14 + .list-chart__description--arrow {
  left: 35%;
  top: -15.2em;
}
#dm-site .list-chart__description--figure15 + .list-chart__description--arrow {
  left: -6.2em;
  top: 100%;
}
#dm-site .list-chart__description--figure13 + .list-chart__description--arrow {
  left: 127%;
  top: -10.7em;
}
