.dt-list-gallery {
  padding-top: 0;
}

.dt-footnote {
  max-width: 1162px;
  margin: -60px auto 0;
  font-size: 14px;
  line-height: 1.5;
}

.c_list-card .c_list-card_item {
  height: auto;
  min-height: 590px;
}

.c_list-card .c_list-card_item.c_list-card_item-auto {
  min-height: initial;
  min-height: auto;
}

.dt-list-youtube .c_section-h .c_section-h_inner {
  position: relative;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item {
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item:hover {
  opacity: .7;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video .c_list-card_item_image_wrap {
  position: relative;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video .c_list-card_item_image_wrap:after {
  content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  background: url(../images/icon_movie01.png) center center no-repeat;
  background-size: 60px auto;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video .c_list-card_item_body {
  position: relative;
  padding: 30px 50px !important;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video .c_list-card_item_body .c_list-card_item_title {
  font-family: "AvenirNextLTPro-Medium", Arial;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: bold;
  color: #222222;
  text-transform: inherit;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video:hover .c_list-card_item_body .c_list-card_item_title {
  margin-left: 5px;
}

.dt-list-youtube .c_section-h .c_section-h_inner .c_list-card .c_list-card_item.is_video .c_list-card_item_body .c_list-card_item_title:before {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 2px solid #33507b;
  border-bottom: 2px solid #33507b;
  margin: -5px 0 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.dt-list-youtube .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 6000;
}

.dt-list-youtube .contents {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dt-basic-panorama .section_bg {
  position: relative;
  min-height: 600px;
}

.dt-basic-panorama .section_bg .c_section_inner-b {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.dt-basic-panorama .section_bg .section_bg_inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.dt-basic-panorama .section_bg .section_bg_inner_sp {
  display: none;
}

.dt-basic-panorama .section_bg .c_section_inner-b .u_h2_title-a {
  color: #fff;
  margin-bottom: 20px;
}

.dt-basic-panorama .section_bg .c_section_inner-b .txt_lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.dt-basic-panorama .section_bg .c_section_inner-b .u_p-g {
  color: #fff;
  line-height: 1.5;
  padding-left: 5.46875%;
  padding-right: 5.46875%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.68;
}

.dt-basic-slide-image-section {
  height: 580px;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.dt-basic-slide-image-section .inner {
  max-width: 1162px;
  margin: 0 auto;
}

.dt-basic-slide-image-section .inner .u_h2_title-a {
  text-align: left;
  margin-bottom: 35px;
}

.dt-basic-slide-image-section .inner .u_separators-c {
  margin-bottom: 45px;
}

.dt-basic-slide-image-section .inner .c_block_image {
  position: absolute;
  left: 615px;
  top: 0;
  width: 920px;
  transform: skew(-18deg);
}

.dt-basic-slide-image-section .inner .c_block_image ul {
  overflow: hidden;
}

.dt-basic-slide-image-section .inner .c_block_image ul li {
  width: 25%;
  height: 580px;
  float: left;
  overflow: hidden;
  position: relative;
}

.dt-basic-slide-image-section .inner ul li img {
  float: none;
  position: absolute;
  right: -95px;
  top: 0;
  height: 100%;
  max-width: inherit;
  width: auto;
  transition: 2s;
  transition-delay: 0s;
  transform: skew(18deg) translateX(60px);
  backface-visibility: hidden;
  overflow: hidden;
}

.dt-basic-slide-image-section .inner ul li:nth-child(1) img {
  transition-delay: 0s;
}

.dt-basic-slide-image-section .inner .c_text_wrap {
  width: 410px;
}

.dt-basic-slide-image-section .inner .js_next {
  margin: 30px 0 0;
}

.dt-menu-anchor-menu .black {
  height: 90px;
}

.dt-menu-anchor-menu .black ul {
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  background: #020208;
  z-index: 100;
  transition: top .5s ease;
}

.dt-menu-anchor-menu .black ul.fix {
  position: fixed;
}

.dt-menu-anchor-menu .black ul.out {
  top: -90px;
}

.dt-menu-anchor-menu .black ul li {
  display: inline-block;
  position: relative;
}

.dt-menu-anchor-menu .black ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dt-menu-anchor-menu .black ul li a {
  display: block;
  font-size: 18px;
  line-height: 90px;
  padding: 0 70px;
  color: #fff;
  font-family: 'AvenirNextLTPro-Medium', Arial;
  font-style: italic;
  letter-spacing: 0.025em;
}

/* header v2 */
#l_header .l_structure-a {
  border-bottom: 1px solid #f0f2f4;
  box-sizing: content-box;
}

#l_header::after {
  content: "";
  display: table;
  clear: both;
}

.dt-highlight-basic .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dt-highlight-basic .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dt-highlight-basic .bg .sp {
  display: none;
}

.dt-highlight-basic .c_hero_top_link_wrap {
  height: 70px;
}

.dt-highlight-basic .c_hero_top_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #DDE2E6;
}

.dt-highlight-basic .c_hero_top_link.is_fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.dt-highlight-basic .c_hero_top_link button {
  margin: 0 30px;
  cursor: default;
}

.dt-highlight-basic .c_hero_top_link button:after {
  content: ':';
}

.dt-highlight-basic .c_hero_top_link button.no_title:after {
  display: none;
}

.dt-highlight-basic .c_hero_top_link ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dt-highlight-basic .c_hero_top_link ul li {
  margin: 0 30px;
	color: #272727;
}

.dt-highlight-basic .c_hero_top_link ul li a {
  position: relative;
	display: block;
  padding: 10px 0;
	color: #272727;
  font-size: 16px;
  font-size: 1.6rem;
}

.dt-highlight-basic .c_hero_top_link ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #272727;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.dt-highlight-basic .c_hero_top_link ul li.is_current a:after,
.dt-highlight-basic .c_hero_top_link ul li a:hover:after {
  width: 100%;
}

.dt-list-card-links.is_color-gray,
.dt-list-card-and-location .is_color-gray {
  background: #f0f2f4;
}

.dt-list-card-links .c_section-i,
.dt-list-card-and-location .c_section-i {
  min-width: 1182px;
  width: 1182px;
  margin: 0 auto;
  background-color: transparent;
}

.dt-list-card-links .c_section-i > [class*="c_section"],
.dt-list-card-and-location .c_section-i > [class*="c_section"] {
  padding-left: 0;
  padding-right: 0;
}

.dt-list-card-links .c_section-i,
.dt-list-card-and-location .c_section-i {
  padding-top: 40px;
  padding-bottom: 40px;
}


.dt-basic-variable-phrase {
  position: relative;
  padding-bottom: 220px;
  font-size: 2rem;
}
.dt-basic-variable-phrase .c_section_inner-b {
  position: relative;
}
.dt-basic-variable-phrase .introInner {
  position: relative;
}
.dt-basic-variable-phrase .c_block_image {
  position: relative;
}
.dt-basic-variable-phrase .u_h2_title-a {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  font-weight: normal;
  transform: translateY(-50%);
}
.dt-basic-variable-phrase .u_h2_title-a span {
  display: none;
  font-weight: bold;
}
.dt-basic-variable-phrase .u_h2_title-a span.active {
  display: inline-block;
}
.dt-basic-variable-phrase .technology {
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.dt-basic-variable-phrase .technology .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  padding: 0 210px;
  letter-spacing: 0.175em;
  margin-bottom: 25px;
}
.dt-basic-variable-phrase .technology .ttl:before, .dt-basic-variable-phrase .technology .ttl:after {
  content: '';
  display: block;
  width: 185px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
}
.dt-basic-variable-phrase .technology .ttl:before {
  left: 0;
}
.dt-basic-variable-phrase .technology .ttl:after {
  right: 0;
}
.dt-basic-variable-phrase .technology ul {
  text-align: center;
}
.dt-basic-variable-phrase .technology ul li {
  display: inline-block;
  color: #fff;
  position: relative;
  padding-right: 45px;
  margin-right: 45px;
  letter-spacing: -0.005em;
}
.dt-basic-variable-phrase .technology ul li span {
  font-style: italic;
}
.dt-basic-variable-phrase .technology ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.dt-basic-variable-phrase .technology ul li:last-child:after {
  display: none;
}
.dt-basic-variable-phrase .technology ul li:after {
  content: '';
  display: block;
}
.dt-basic-variable-phrase .technology ul li:after {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #fff;
}
.dt-basic-variable-phrase .u_p-h {
  padding-top: 95px;
  line-height: 1.89;
  font-size: 19px;
  font-size: 1.9rem;
}
.dt-basic-variable-phrase .js_next {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
}

.dt-basic-panorama .more {
  text-align: center;
}
.dt-basic-panorama .more a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 20px;
  background-color: rgba(0, 160, 220, 0.8);
  color: #FFFFFF;
  font-size: 14px;
}
.dt-basic-panorama .more a:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 40%;
  right: 15px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotateZ(-45deg);
  pointer-events: none;
}

.dt-basic-highlight-spec {
  max-width: 1162px;
  margin: 0 auto;
}
.dt-basic-highlight-spec ul {
  display: flex;
}
.dt-basic-highlight-spec ul li {
  width: 100%;
  height: 40px;
  margin: 25px 0;
  border-left: 1px solid #DCDCDC;
  box-sizing: border-box;
  text-align: center;
}
.dt-basic-highlight-spec ul li:first-child {
  border-left: none;
}
.dt-basic-highlight-spec ul li .text {
  width: 100%;
  margin-bottom: 5px;
  color: #292929;
  font-family: "AvenirNextLTPro-Medium", Arial;
  font-size: 20px;
  font-size: 2rem;
}
.dt-basic-highlight-spec ul li .text sup {
  font-size: 60%;
}
.dt-basic-highlight-spec ul li .text .unit {
  margin-left: 5px;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
}
.dt-basic-highlight-spec ul li .caption {
  width: 100%;
  color: #999999;
  font-family: "AvenirNextLTPro-Regular", Arial;
  font-size: 12px;
  font-size: 1.2rem;
}
.dt-basic-highlight-spec .annotation {
  padding: 0 5px;
  color: #BBBBBB;
  text-align: right;
  line-height: 1.2;
  font-family: "AvenirNextLTPro-Regular", Arial;
  font-size: 12px;
  font-size: 1.2rem;
}


.c_box-detail > .description {
  margin: 2em 0;
  line-height: 1.8;
}


.c_section_popup .c_section_popup_colum .c_section_popup_colum_item > .description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}


.sg-footer-area {
  position: relative;
}


@media screen and (min-width: 1400px) {
  .dt-basic-slide-image-section .inner .c_block_image {
    left: inherit;
    right: -130px;
  }
}

@media screen and (min-width: 768px) {
  .dt-basic-slide-image-section .inner .c_block_image.start ul li img {
    transform: skew(18deg) translateX(0);
  }
  .dt-basic-next-move-link-two-layers .c_list-nav ul li a:hover {
    opacity: 1;
  }

  .dt-list-card-links .c_section-i,
  .dt-list-card-and-location .c_section-i, {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .dt-history-year .c_heritage_column_item-h {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .dt-highlight-basic .c_hero_top_link_wrap {
    height: 50px;
  }

  .dt-highlight-basic .c_hero_top_link {
    position: relative;
    height: 50px;
    display: block;
  }

  .dt-highlight-basic .c_hero_top_link button {
    display: block;
    width: 100%;
    padding: 14px 0;
    text-align: left;
    cursor: pointer;
  }

  .dt-highlight-basic .c_hero_top_link button,
  .dt-highlight-basic .c_hero_top_link ul li {
    font-weight: bold;
    color: #272727;
    font-size: 20px;
    font-size: 2rem;
  }

  .dt-highlight-basic .c_hero_top_link button:after,
  .dt-highlight-basic .c_hero_top_link ul li:after {
    content: "\F102";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "store-iconfont";
    pointer-events: none;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    color: #272727;
  }

  .dt-highlight-basic .c_hero_top_link button:after {
    content: "\F104";
    right: 28px;
  }

  .dt-highlight-basic .c_hero_top_link button.no_title:after {
    display: inline;
  }

  .dt-highlight-basic .c_hero_top_link ul {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #DDE2E6;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .dt-highlight-basic .c_hero_top_link ul:before{
    content: '';
    display: block;
    border-top: 1px solid #272727;
    padding: 20px 0 0;
    margin: 0 20px;
  }

  .dt-highlight-basic .c_hero_top_link ul:after{
    content: '';
    display: block;
    padding: 20px 0 0;
  }

  .dt-highlight-basic .c_hero_top_link ul li {
    position: relative;
    margin: 0 20px;
    text-align: left;
  }

  .dt-highlight-basic .c_hero_top_link ul li a {
    font-weight: bold;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .dt-highlight-basic .c_hero_top_link ul li.is_current:after {
    opacity: 0.2;
  }

  .dt-highlight-basic .c_hero_top_link ul li a:after {
    display: none;
  }

  .dt-highlight-basic .c_hero_top_link.is_open ul {
    max-height: 100vh;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  .dt-highlight-basic .c_hero_top_link.is_open ul + button:after {
    content: '\F103';
  }


  .dt-list-card-links .c_section-i,
  .dt-list-card-and-location .c_section-i {
    min-width: 100%;
    width: 100%;
    padding-left: 5.46875%;
    padding-right: 5.46875%;
  }


  .dt-basic-variable-phrase .u_h2_title-a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .dt-basic-variable-phrase .technology {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
  }
  .dt-basic-variable-phrase .technology .ttl {
    padding: 0 120px;
    margin-bottom: 15px;
  }
  .dt-basic-variable-phrase .technology .ttl:before, .dt-basic-variable-phrase .technology .ttl:after {
    width: 90px;
  }
  .dt-basic-variable-phrase .technology ul li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .dt-footnote {
    min-width: 100%;
    width: 100%;
    margin: -50px auto 0;
    padding: 20px 5.46875%;
    font-size: 12px;
  }

  .dt-basic-slide-image-section .inner {
    padding-left: 5.46875%;
    padding-right: 5.46875%;
  }
}

@media screen and (max-width: 767px) {
  .dt-highlight-basic .bg {
    position: static;
  }

  .dt-highlight-basic .bg img,
  .dt-highlight-basic .bg video {
    height: 260px;
    object-fit: cover;
  }

  .dt-highlight-basic .bg .pc {
    display: none;
  }

  .dt-highlight-basic .bg .sp {
    display: inline-block;
    height: auto;
  }

  .dt-highlight-basic .c_hero_inner-a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 20px;
  }

  .dt-footnote {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5.46875%;
    font-size: 10px;
  }

  .dt-basic-panorama .section_bg .section_bg_inner {
    display: none;
  }

  .dt-basic-panorama .section_bg .section_bg_inner_sp {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }

  .dt-basic-panorama .section_bg .c_section_inner-b {
    bottom: 0px;
  }

  .dt-basic-panorama .section_bg .c_section_inner-b .txt_lead {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .dt-basic-panorama .section_bg .c_section_inner-b .u_p-g {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .dt-basic-slide-image-section .inner .u_h2_title-a {
    text-align: center;
    margin-bottom: 30px;
  }

  .dt-basic-slide-image-section .inner .u_separators-c {
    display: none;
  }

  .dt-basic-slide-image-section .inner .c_block_image {
    position: relative;
    left: 0;
    width: 300px;
    margin: 0 auto;
  }

  .dt-basic-slide-image-section .inner .c_block_image ul li {
    height: 175px;
  }

  .dt-basic-slide-image-section .inner ul li img {
    right: 32px;
  }

  .dt-basic-slide-image-section .inner .c_text_wrap {
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 2;
    padding-top: 35px;
  }

  .dt-basic-slide-image-section .inner .js_next {
    margin: 15px auto;
  }

  .dt-menu-anchor-menu .black {
    height: 58px;
  }

  .dt-menu-anchor-menu .black ul.out {
    top: -58px;
  }

  .dt-menu-anchor-menu .black ul li:before {
    height: 8px;
  }

  .dt-menu-anchor-menu .black ul li a {
    font-size: 9px;
    line-height: 58px;
    padding: 0 25px;
  }


  .dt-basic-variable-phrase {
    padding: 0 0 95px;
  }
  .dt-basic-variable-phrase .u_h2_title-a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    top: inherit;
    bottom: -5px;
  }
  .dt-basic-variable-phrase .c_block_image img {
    margin: auto;
  }
  .dt-basic-variable-phrase .technology {
    position: static;
    color: #000000;
    padding: 25px 5.46875% 0;
  }
  .dt-basic-variable-phrase .technology .ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    font-size: 8px;
    font-size: 0.8rem;
  }
  .dt-basic-variable-phrase .technology .ttl span {
    display: inline-block;
    background: #fff;
    padding: 0 24px;
    position: relative;
    z-index: 1;
  }
  .dt-basic-variable-phrase .technology .ttl:before {
    display: none;
  }
  .dt-basic-variable-phrase .technology .ttl:after {
    background-color: #000;
    width: 100%;
    top: 5px;
  }
  .dt-basic-variable-phrase .technology ul {
    margin-top: -10px;
    text-align: left;
  }
  .dt-basic-variable-phrase .technology ul li {
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
  }
  .dt-basic-variable-phrase .technology ul li:after {
    display: none;
  }
  .dt-basic-variable-phrase .u_p-h {
    padding-top: 36px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    padding-left: 6%;
    padding-right: 6%;
  }
  .dt-basic-variable-phrase .js_next {
    bottom: 10px;
  }

  .dt-basic-panorama .more {
    margin-bottom: 30px;
  }
  .dt-basic-panorama .more a {
    padding: 5px 25px;
    font-size: 1rem;
  }
  .dt-basic-panorama .more a:before {
    width: 3px;
    height: 3px;
    right: 10px;
    top: 40%;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotateZ(-45deg);
    pointer-events: none;
  }

  .dt-basic-highlight-spec ul {
    flex-wrap: wrap;
  }
  .dt-basic-highlight-spec ul li {
    width: 50%;
    height: 30px;
    margin: 15px 0;
  }
  .dt-basic-highlight-spec ul li .text {
    margin-bottom: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .dt-basic-highlight-spec ul li .text .unit {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .dt-basic-highlight-spec ul li .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .dt-basic-highlight-spec .annotation {
    font-size: 10px;
    font-size: 1rem;
  }

  .c_section_popup .c_section_popup_colum .c_section_popup_colum_item > .description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
