section {
  padding: 10em 0;
}
section.gray {
  color: #ffffff;
  background-color: #303642;
}
section.gray * {
  color: #ffffff;
}
section.lightGray {
  background-color: #e6e6e6;
}

section.event,
section.page {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
}
@media screen and (max-width: 1200px) {
  section.event,
  section.page {
    padding: 20px;
  }
}

.product section.page {
  max-width: 1000px;
}

.commSiteWidth {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.commProductsRead {
  text-align: center;
  font-size: 180%;
  margin-bottom: 3em;
}
.commProductsRead.nomargin {
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  .commProductsRead {
    font-size: 150%;
    padding: 0 20px;
  }
}

.tac {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .tac {
    padding: 0 20px;
  }
}

.commProductsImg {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .commProductsImg {
    padding: 0 20px;
  }
}

.commYoutubeResponsive {
  width: 100%;
  aspect-ratio: 16/9;
}
.commYoutubeResponsive iframe {
  width: 100%;
  height: 100%;
}

.youtubeWrap {
  width: 100%;
  display: flex;
  padding-top: 6em;
  margin-bottom: 6em;
}
.youtubeWrap.single {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .youtubeWrap {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }
}
.youtubeWrap .item {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .youtubeWrap .item {
    width: 100%;
    margin-right: 0;
  }
}
.youtubeWrap .item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .youtubeWrap .item:last-of-type {
    padding-top: 3em;
  }
}
.youtubeWrap .item .en,
.youtubeWrap .item .ja {
  text-align: center;
}
.youtubeWrap .item .en {
  color: #3cb4e5;
  font-size: 300%;
  line-height: 1;
  margin-bottom: 0.3em;
}
.youtubeWrap .item .ja {
  font-size: 160%;
  margin-bottom: 1.3em;
}

.pdfDownload {
  display: flex;
  justify-content: center;
}
.pdfDownload a {
  width: 100%;
  max-width: 275px;
  display: flex;
  color: #ffffff;
  background-color: #3cb4e5;
  position: relative;
  justify-content: center;
  padding: 1em 2em;
}
.pdfDownload a img {
  margin-left: 0.3em;
  max-width: 22px;
}

/* product */
/* RAY-Face */
.rayFaceFeature {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rayFaceFeature {
    padding: 0 20px;
  }
}
.rayFaceFeature .item {
  padding: 2em 0;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayFaceFeature .item:nth-of-type(3n) {
  margin-right: 0;
}
.rayFaceFeature .item:last-of-type {
  width: calc((100% - 80px) / 3 * 2 + 40px);
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayFaceFeature .item:last-of-type {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .rayFaceFeature .item {
    width: 100%;
    margin-right: 0;
  }
}
.rayFaceFeature .item ul {
  margin-bottom: 1em;
}
.rayFaceFeature .item ul li {
  list-style-type: disc;
  margin-left: 1.3em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.rayFaceFeature .item ul li:last-of-type {
  margin-bottom: 0;
}
.rayFaceFeature .item ul li span {
  font-size: 12px;
}
.rayFaceFeature .item .title {
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rayFaceFeature .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayFaceFeature .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayFaceFeature .item .image {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: auto;
}
.rayFaceFeature .item .image > div {
  position: relative;
}
.rayFaceFeature .item .image.two img {
  margin-right: 20px;
  width: calc((100% - 20px) / 2);
}
.rayFaceFeature .item .image.two img:last-of-type {
  margin-right: 0;
}
.rayFaceFeature .item .image.three .text {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -3em;
}

.rayFaceSize {
  background-image: url(../img/top/img_woman.jpg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right bottom;
}
@media screen and (max-width: 1200px) {
  .rayFaceSize {
    background-size: 100%;
  }
}
.rayFaceSize .inner {
  display: flex;
  flex-direction: row;
  padding-bottom: 30vh;
  justify-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .rayFaceSize .inner {
    flex-direction: column;
    padding: 0 20px;
  }
}
.rayFaceSize .inner .item {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .rayFaceSize .inner .item {
    padding-bottom: 3em;
  }
}
.rayFaceSize .inner .item img {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1200px) {
  .rayFaceSize .inner .item:last-of-type {
    padding-bottom: 8em;
  }
}
.rayFaceSize .inner .title {
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.rayFaceSize .inner .title span {
  font-size: 12px;
}
.rayFaceSize .inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 27em;
}
.rayFaceSize .inner dl dt {
  width: 30%;
}
.rayFaceSize .inner dl dd {
  width: 70%;
}

.solutionDevice {
  display: flex;
  justify-content: center;
  margin-bottom: 6em;
}
@media screen and (max-width: 1200px) {
  .solutionDevice {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }
}
.solutionDevice img {
  max-width: 300px;
}
.solutionDevice img:nth-of-type(2n) {
  max-width: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .solutionDevice img:nth-of-type(2n) {
    max-width: 80px;
    padding: 20px 0;
  }
}

.solutionDentalAvatar {
  position: relative;
  margin-bottom: 10em;
}
.solutionDentalAvatar span {
  position: absolute;
  right: 1em;
  top: 0;
  font-size: 12px;
}
.solutionDentalAvatar h3 {
  text-align: center;
  color: #3cb4e5;
  font-size: 200%;
  margin-bottom: 0.7em;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar h3 {
    padding: 0 20px;
  }
}
.solutionDentalAvatar .bodyText {
  text-align: center;
  margin-bottom: 3.7em;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .bodyText {
    padding: 0 20px;
  }
}
.solutionDentalAvatar .mainImage {
  text-align: center;
  margin-bottom: 3.7em;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .mainImage {
    padding: 0 20px;
  }
}
.solutionDentalAvatar .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .inner {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }
}
.solutionDentalAvatar .inner .autoMatching {
  display: flex;
}
.solutionDentalAvatar .inner .body {
  text-align: center;
  font-size: 160%;
}
.solutionDentalAvatar .inner .notice {
  text-align: center;
  font-size: 12px;
  padding: 1em 0 3em 0;
}
.solutionDentalAvatar .inner .item {
  position: relative;
  margin-bottom: 2em;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .inner .item {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5em;
  }
}
.solutionDentalAvatar .inner .item:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 5%;
  right: -23%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-image: url(../img/products/RAY-Face/iconArrowRight.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .inner .item:before {
    transform: rotate(90deg) translate(0%, 50%);
    left: 50%;
    right: auto;
    bottom: -10%;
  }
}
.solutionDentalAvatar .inner .item:last-of-type {
  margin-right: 0;
}
.solutionDentalAvatar .inner .item:last-of-type:before {
  content: none;
}
@media screen and (max-width: 1200px) {
  .solutionDentalAvatar .inner .item:last-of-type {
    margin-bottom: 0;
  }
}
.solutionDentalAvatar .inner .icons {
  display: flex;
  justify-content: center;
}
.solutionDentalAvatar .inner .icons .icon {
  padding: 0.5em;
}
.solutionDentalAvatar .inner .icons .icon .title {
  text-align: center;
  color: #3cb4e5;
  font-size: 160%;
}

.solutionRayFace h3 {
  text-align: center;
  color: #3cb4e5;
  font-size: 200%;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.solutionRayFace .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner {
    padding: 0 20px;
  }
}
.solutionRayFace .inner .autoMatching {
  display: flex;
  margin-bottom: 6em;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching {
    flex-direction: column;
  }
}
.solutionRayFace .inner .autoMatching .item {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching .item {
    margin-right: 0;
  }
}
.solutionRayFace .inner .autoMatching .item:last-of-type {
  margin-right: 0;
}
.solutionRayFace .inner .autoMatching .item.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching .item.flex img {
    max-width: 200px;
  }
}
.solutionRayFace .inner .autoMatching .item.flex .desc {
  padding-top: 0.7em;
}
.solutionRayFace .inner .autoMatching .item.arrow {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.solutionRayFace .inner .autoMatching .item.arrow img {
  width: 100px;
  transform: scale(1.3);
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching .item.arrow img {
    transform: scale(1);
  }
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching .item.arrow {
    transform: rotate(90deg) translate(-8%, 0) scale(0.9);
    justify-content: center;
  }
}
.solutionRayFace .inner .autoMatching .item .image {
  display: flex;
  margin-bottom: 0.7em;
  flex-direction: row;
  align-items: flex-start;
}
.solutionRayFace .inner .autoMatching .item .image > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solutionRayFace .inner .autoMatching .item .image > div .desc {
  padding-top: 0.7em;
}
.solutionRayFace .inner .autoMatching .item .image > div:nth-of-type(2n) img {
  width: 50px;
  margin-top: 100px;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .autoMatching .item .image > div:nth-of-type(2n) img {
    width: 75px;
    margin-top: 40px;
    padding: 0 7px;
  }
}
.solutionRayFace .inner .autoMatching .item .title {
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.3em;
}
.solutionRayFace .inner .autoMatching .item .title span {
  color: #3cb4e5;
  font-size: 12px;
}
.solutionRayFace .inner .autoMatching .item .body {
  margin-bottom: 2em;
}
.solutionRayFace .inner .autoMatching .item .body .notice {
  font-size: 12px;
}
.solutionRayFace .inner .feature {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .feature {
    padding: 0 20px;
    flex-direction: column;
  }
}
.solutionRayFace .inner .feature .item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .feature .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
}
.solutionRayFace .inner .feature .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .solutionRayFace .inner .feature .item:last-of-type {
    margin-bottom: 0;
  }
}
.solutionRayFace .inner .feature .item .image {
  margin-bottom: 0.7em;
}
.solutionRayFace .inner .feature .item .title {
  color: #3cb4e5;
  font-size: 130%;
  margin-bottom: 0.3em;
}
.solutionRayFace .inner .feature .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  padding-left: 0.7em;
}
.solutionRayFace .inner .feature .item .body .notice {
  font-size: 12px;
}

/* scan */
.productLineup .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  padding-top: 3em;
}
@media screen and (max-width: 1200px) {
  .productLineup .inner {
    flex-direction: column;
  }
}
.productLineup .inner .item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.productLineup .inner .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .productLineup .inner .item {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.productLineup .inner .logo {
  margin-bottom: 1em;
  padding: 20px;
  width: 100%;
  max-width: 500px;
}
.productLineup .inner .image {
  margin-bottom: 1em;
  overflow: hidden;
}
.productLineup .inner .image a:hover img {
  transform: scale(1.1);
}
.productLineup .inner ul li {
  position: relative;
  padding-left: 1em;
}
.productLineup .inner ul li:before {
  content: "";
  transform: translate(0%, -50%);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}

/* rayscan seriese */
.rayscanHeader {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background: #000;
  background-image: url(../img/products/RAYSCAN2/RAY_web_font_change_02.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader {
    background-size: 50%;
  }
}
.rayscanHeader .inner {
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rayscanHeader .inner * {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
}
.rayscanHeader .inner .left {
  min-width: 40%;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .left {
    width: 100%;
  }
}
.rayscanHeader .inner .right {
  position: relative;
  padding-left: 3em;
}
.rayscanHeader .inner .right .seal {
  position: absolute;
  top: 20px;
  right: -60px;
  max-width: 80px;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .right .seal {
    right: 0;
    max-width: 60px;
  }
}
.rayscanHeader .inner .right h1 {
  margin: 0 !important;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .right {
    padding-left: 0;
    padding-top: 3em;
  }
}
.rayscanHeader .inner .model {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .model {
    padding-top: 1em;
  }
}
.rayscanHeader .inner .size {
  margin-bottom: 1em;
}
.rayscanHeader .inner .size span {
  font-weight: bold;
  color: #3cb4e5;
  border: 1px solid #3cb4e5;
  border-radius: 100px;
  padding: 0 0.7em;
  font-size: 130%;
  display: inline-block;
}
.rayscanHeader .inner .logo {
  margin-bottom: 1.7em;
}
.rayscanHeader .inner .desc {
  font-size: 150%;
  line-height: 1.6;
  margin-bottom: 2.3em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .desc {
    font-size: 110%;
  }
}
.rayscanHeader .inner .price .label {
  color: #3cb4e5;
  font-size: 130%;
}
.rayscanHeader .inner .price .body {
  line-height: 1;
  font-size: 330%;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .price .body {
    font-size: 250%;
  }
}
.rayscanHeader .inner .price .body span {
  font-size: 14px;
  padding-left: 1em;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .price .body span {
    display: block;
    padding-left: 0;
    padding-top: 1em;
  }
}
.rayscanHeader .inner .price .notice {
  color: #d3d3d3;
}
@media screen and (max-width: 1200px) {
  .rayscanHeader .inner .price .notice {
    margin-bottom: 2em;
  }
}

.rayScan3dFeature {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature {
    padding: 0 20px;
    justify-content: center;
  }
}
.rayScan3dFeature .item {
  padding: 2em 0;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayScan3dFeature .item:nth-of-type(3n) {
  margin-right: 0;
}
.rayScan3dFeature .item:nth-of-type(2) {
  width: calc((100% - 80px) / 3 * 2 + 40px);
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
}
.rayScan3dFeature .item:nth-of-type(3), .rayScan3dFeature .item:nth-of-type(4) {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item:nth-of-type(3), .rayScan3dFeature .item:nth-of-type(4) {
    width: 100%;
    margin-right: 0;
  }
}
.rayScan3dFeature .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }
}
.rayScan3dFeature .item span {
  font-size: 12px;
  padding-left: 0.7em;
}
.rayScan3dFeature .item .title {
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
}
.rayScan3dFeature .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayScan3dFeature .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayScan3dFeature .item .flex {
  display: flex;
  margin-bottom: 0.3em;
}
.rayScan3dFeature .item .flex .subTitle {
  font-weight: 500;
  font-size: 120%;
}
.rayScan3dFeature .item .flex .notice {
  font-size: 12px;
}
.rayScan3dFeature .item .flex > div {
  max-width: 280px;
  margin-right: 20px;
}
.rayScan3dFeature .item .flex > div:last-of-type {
  margin-right: 0;
}
.rayScan3dFeature .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  padding-top: 1em;
}
.rayScan3dFeature .item .image > div {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item .image > div {
    width: 100%;
  }
}
.rayScan3dFeature .item .image .oversize {
  max-width: 250px;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item .image.two {
    flex-direction: column;
  }
}
.rayScan3dFeature .item .image.two img {
  width: 100%;
}
.rayScan3dFeature .item .image.two img:last-of-type {
  margin-right: 0;
}
.rayScan3dFeature .item .image.cap > div {
  margin-right: 20px;
}
.rayScan3dFeature .item .image.cap > div:last-of-type {
  margin-right: 0;
}
.rayScan3dFeature .item .image.cap .text {
  height: 2em;
  line-height: 1.2;
  position: absolute;
  transform-origin: center center;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -2.5em;
}
@media screen and (max-width: 1200px) {
  .rayScan3dFeature .item .image.cap .text {
    font-size: 12px;
    white-space: nowrap;
  }
}

.rayScan3dSize .title {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
}
@media screen and (max-width: 1200px) {
  .rayScan3dSize .title {
    padding: 20px 20px 0 20px;
    max-width: 500px;
  }
}
.rayScan3dSize .title span {
  font-size: 12px;
}
.rayScan3dSize .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rayScan3dSize .inner {
    padding: 0 20px;
    flex-direction: column;
    max-width: 500px;
  }
}

.rayPremiereFeature {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rayPremiereFeature {
    padding: 0 20px;
    max-width: 500px;
  }
}
.rayPremiereFeature .item {
  padding: 2em 0;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayPremiereFeature .item:nth-of-type(3n) {
  margin-right: 0;
}
.rayPremiereFeature .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayPremiereFeature .item {
    width: 100%;
    margin-right: 0;
  }
}
.rayPremiereFeature .item .title {
  color: #3cb4e5;
  font-size: 160%;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rayPremiereFeature .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayPremiereFeature .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayPremiereFeature .item .flex {
  display: flex;
  margin-bottom: 0.3em;
}
.rayPremiereFeature .item .flex .subTitle {
  font-weight: bold;
  font-size: 120%;
}
.rayPremiereFeature .item .flex .notice {
  font-size: 12px;
}
.rayPremiereFeature .item .flex > div {
  max-width: 280px;
  margin-right: 20px;
}
.rayPremiereFeature .item .flex > div:last-of-type {
  margin-right: 0;
}
.rayPremiereFeature .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  padding-top: 1em;
}
.rayPremiereFeature .item .image > div {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .rayPremiereFeature .item .image > div {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .rayPremiereFeature .item .image.two {
    flex-direction: column;
  }
}
.rayPremiereFeature .item .image.two img {
  width: 100%;
}
.rayPremiereFeature .item .image.two img:last-of-type {
  margin-right: 0;
}
.rayPremiereFeature .item .image.cap > div {
  margin-right: 20px;
}
.rayPremiereFeature .item .image.cap > div:last-of-type {
  margin-right: 0;
}
.rayPremiereFeature .item .image.cap .text {
  height: 2em;
  line-height: 1.2;
  position: absolute;
  transform-origin: center center;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -2.5em;
}
@media screen and (max-width: 1200px) {
  .rayPremiereFeature .item .image.cap .text {
    font-size: 12px;
    white-space: nowrap;
  }
}

.rayPremiereGuideBeam,
.rayPremiereGetCTImage {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .rayPremiereGuideBeam,
  .rayPremiereGetCTImage {
    padding: 2em 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.rayPremiereGuideBeam .title,
.rayPremiereGetCTImage .title {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
}
@media screen and (max-width: 1200px) {
  .rayPremiereGuideBeam .title,
  .rayPremiereGetCTImage .title {
    padding: 20px 20px 0 20px;
  }
}
.rayPremiereGuideBeam .title span,
.rayPremiereGetCTImage .title span {
  font-size: 12px;
}
.rayPremiereGuideBeam li,
.rayPremiereGetCTImage li {
  list-style: disc;
  margin-left: 1.7em;
}
.rayPremiereGuideBeam .inner,
.rayPremiereGetCTImage .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.rayPremiereGuideBeam .inner .item,
.rayPremiereGetCTImage .inner .item {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .rayPremiereGuideBeam .inner .item,
  .rayPremiereGetCTImage .inner .item {
    width: 100%;
    max-width: 500px;
  }
  .rayPremiereGuideBeam .inner .item:last-of-type,
  .rayPremiereGetCTImage .inner .item:last-of-type {
    padding-top: 1em;
  }
}
@media screen and (max-width: 1200px) {
  .rayPremiereGuideBeam .inner,
  .rayPremiereGetCTImage .inner {
    padding: 0 20px;
    flex-direction: column;
  }
}

.rayscanSFeature {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature {
    padding: 0 20px;
    max-width: 500px;
  }
}
.rayscanSFeature .item {
  padding: 2em 0;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayscanSFeature .item:first-of-type {
  width: 100%;
  margin-right: 0;
}
.rayscanSFeature .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item {
    width: 100%;
    margin-right: 0;
  }
}
.rayscanSFeature .item .title {
  font-weight: 500;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rayscanSFeature .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayscanSFeature .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayscanSFeature .item .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .flex:first-of-type {
    margin-bottom: 2em;
  }
}
.rayscanSFeature .item .flex .subTitle {
  font-weight: bold;
  font-size: 120%;
}
.rayscanSFeature .item .flex .notice {
  font-size: 12px;
}
.rayscanSFeature .item .flex .desc {
  padding-top: 0.7em;
}
.rayscanSFeature .item .flex > div {
  margin-right: 20px;
}
.rayscanSFeature .item .flex > div:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .flex > div {
    margin-right: 0;
  }
}
.rayscanSFeature .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 1em;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .image {
    flex-direction: column;
  }
}
.rayscanSFeature .item .image > div {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .image > div {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .image.two {
    flex-direction: column;
  }
}
.rayscanSFeature .item .image.two img {
  width: 100%;
}
.rayscanSFeature .item .image.two img:last-of-type {
  margin-right: 0;
}
.rayscanSFeature .item .image.cap > div {
  margin-right: 20px;
}
.rayscanSFeature .item .image.cap > div:last-of-type {
  margin-right: 0;
}
.rayscanSFeature .item .image.cap .text {
  height: 2em;
  line-height: 1.2;
  position: absolute;
  transform-origin: center center;
  transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
  left: 50%;
  bottom: -2.5em;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature .item .image.cap .text {
    font-size: 12px;
    white-space: nowrap;
  }
}

.rayscanSFeature2 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature2 {
    padding: 0 20px;
    flex-direction: column;
  }
}
.rayscanSFeature2 .item {
  padding: 2em 0;
  width: auto;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayscanSFeature2 .item:first-of-type img {
  max-width: 448px;
}
.rayscanSFeature2 .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature2 .item {
    width: 100%;
    margin-right: 0;
  }
  .rayscanSFeature2 .item img {
    width: 100%;
  }
}
.rayscanSFeature2 .item .title {
  font-weight: 500;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.rayscanSFeature2 .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayscanSFeature2 .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayscanSFeature2 .item .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rayscanSFeature2 .item .flex .subTitle {
  font-weight: bold;
  font-size: 120%;
}
.rayscanSFeature2 .item .flex .notice {
  font-size: 12px;
}
.rayscanSFeature2 .item .flex .desc {
  padding-top: 0.7em;
}
.rayscanSFeature2 .item .flex > div {
  margin-right: 20px;
}
.rayscanSFeature2 .item .flex > div:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature2 .item .flex > div {
    margin-right: 0;
  }
}
.rayscanSFeature2 .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 1em;
}
.rayscanSFeature2 .item .image > div {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature2 .item .image > div {
    width: 100%;
  }
}

.rayscanSFeature3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature3 {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }
}
.rayscanSFeature3 .item {
  padding: 2em 0;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rayscanSFeature3 .item:nth-of-type(3n) {
  margin-right: 0;
}
.rayscanSFeature3 .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature3 .item {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }
}
.rayscanSFeature3 .item .desc {
  text-align: center;
  padding-top: 0.7em;
}
.rayscanSFeature3 .item .desc span {
  font-size: 12px;
}
.rayscanSFeature3 .item .title {
  font-weight: 500;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.rayscanSFeature3 .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayscanSFeature3 .item .title span {
  color: #3cb4e5;
  font-size: 12px;
  margin-left: 0.5em;
}
.rayscanSFeature3 .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: auto;
  padding-top: 1em;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature3 .item .image {
    text-align: center;
  }
}
.rayscanSFeature3 .item .image img {
  max-height: 189px;
}
.rayscanSFeature3 .item .image > div {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .rayscanSFeature3 .item .image > div {
    width: 100%;
  }
}

.rayiOSFeature {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .rayiOSFeature {
    flex-direction: column;
    padding: 0 20px;
  }
}
.rayiOSFeature .left {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .rayiOSFeature .left {
    flex-direction: column;
  }
}
.rayiOSFeature .left .item {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .rayiOSFeature .left .item {
    width: 100%;
  }
}
.rayiOSFeature .left .item .image {
  padding-right: 1em;
  min-width: 80px;
}
.rayiOSFeature .left .item .title {
  font-size: 130%;
  color: #3cb4e5;
  font-weight: 500;
}
.rayiOSFeature .left .item .desc {
  padding-right: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .rayiOSFeature .left .item .desc {
    padding-right: 0;
  }
}
.rayiOSFeature .right img {
  min-width: 175px;
  max-width: 100px;
}

.rayPremiereSpec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #3cb4e5;
  margin-top: 6em;
  padding-top: 1em;
}
@media screen and (max-width: 1200px) {
  .rayPremiereSpec {
    padding: 0 20px;
    max-width: 500px;
  }
}
.rayPremiereSpec .item {
  padding: 2em 0;
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.rayPremiereSpec .item:nth-of-type(3n) {
  margin-right: 0;
}
.rayPremiereSpec .item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .rayPremiereSpec .item {
    width: 100%;
    margin-right: 0;
  }
}
.rayPremiereSpec .item .title {
  font-weight: 500;
  color: #3cb4e5;
  font-size: 160%;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.rayPremiereSpec .item .title img {
  width: 150px;
  padding-left: 0.7em;
}
.rayPremiereSpec .item .title span {
  font-size: 12px;
}
.rayPremiereSpec .item .flex {
  display: flex;
  margin-bottom: 0.3em;
}
.rayPremiereSpec .item .flex .subTitle {
  font-weight: bold;
  font-size: 120%;
}
.rayPremiereSpec .item .flex .notice {
  font-size: 12px;
}
.rayPremiereSpec .item .flex > div {
  max-width: 280px;
  margin-right: 20px;
}
.rayPremiereSpec .item .flex > div:last-of-type {
  margin-right: 0;
}
.rayPremiereSpec .item .image {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: auto;
  padding-top: 1em;
  align-items: flex-start;
}
.rayPremiereSpec .item .image > div:last-of-type {
  padding-left: 2em;
}
.rayPremiereSpec .item .image img {
  height: 200px;
}
.rayPremiereSpec .item .image .desc {
  padding-top: 0.7em;
  font-weight: 500;
}
.rayPremiereSpec .item .image span {
  display: block;
  font-weight: 400;
}
.rayPremiereSpec dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 30em;
}
.rayPremiereSpec dl dt,
.rayPremiereSpec dl dd {
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.rayPremiereSpec dl dt {
  width: 40%;
  font-weight: 500;
}
.rayPremiereSpec dl dt span {
  font-size: 12px;
}
.rayPremiereSpec dl dd {
  width: 60%;
}
.rayPremiereSpec.overMill .item:last-of-type dt {
  width: 55%;
}
.rayPremiereSpec.overMill .item:last-of-type dd {
  width: 45%;
}

.rayiOSsolution .inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .rayiOSsolution .inner {
    padding: 0 20px;
  }
}/*# sourceMappingURL=products.css.map */