/** @format */

@charset "UTF-8";
body.single main div.wp-post-single_wrap .component__movie__glid {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap .component__movie__glid {
    flex-direction: column;
  }
}
body.single main div.wp-post-single_wrap .component__movie__glid .col {
  width: calc(33.3333% - 26.66666px);
  margin-right: 40px;
}
body.single
  main
  div.wp-post-single_wrap
  .component__movie__glid
  .col:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap .component__movie__glid .col {
    width: 100%;
    margin-bottom: 11.429vw;
    margin-right: 0;
  }
}
body.single main div.wp-post-single_wrap .component__movie__glid .col .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #bec4d1;
  position: relative;
  margin-bottom: 10px;
}
body.single
  main
  div.wp-post-single_wrap
  .component__movie__glid
  .col
  .thumb
  iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.single
  main
  div.wp-post-single_wrap
  .component__movie__glid
  .col
  .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 61px;
  height: 43px;
  background-image: none;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  body.single
    main
    div.wp-post-single_wrap
    .component__movie__glid
    .col
    .thumb::after {
    width: 5.083vw;
    height: 3.583vw;
  }
}
@media screen and (max-width: 767px) {
  body.single
    main
    div.wp-post-single_wrap
    .component__movie__glid
    .col
    .thumb::after {
    width: 17.429vw;
    height: 12.286vw;
  }
}
body.single
  main
  div.wp-post-single_wrap
  .component__movie__glid
  .col
  .thumb
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single main div.wp-post-single_wrap .component__movie__large {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
body.single main div.wp-post-single_wrap .component__movie__large .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #bec4d1;
  position: relative;
  margin-bottom: 10px;
}
body.single
  main
  div.wp-post-single_wrap
  .component__movie__large
  .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 109px;
  height: 76px;
  background: url(../images/application/icon_movie_l.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  body.single
    main
    div.wp-post-single_wrap
    .component__movie__large
    .thumb::after {
    width: 9.083vw;
    height: 6.333vw;
  }
}
@media screen and (max-width: 767px) {
  body.single
    main
    div.wp-post-single_wrap
    .component__movie__large
    .thumb::after {
    width: 17.429vw;
    height: 12.286vw;
  }
}
body.single main div.wp-post-single_wrap .component__movie__large .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single main div.wp-post-single_wrap .btn_more {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
body.single main div.wp-post-single_wrap .btn_more a {
  display: block;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a {
    border-top: 1px #e4007f solid;
    border-right: 1px #e4007f solid;
    border-bottom: 1px #333 solid;
    border-left: 1px #333 solid;
    display: block;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a .link_cover {
    padding: 0;
  }
}
body.single main div.wp-post-single_wrap .btn_more a .link_cover p.text {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single main div.wp-post-single_wrap .btn_more a .link_cover p.text span {
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a .link_cover p.text span {
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap .btn_more a .link_cover p.text span {
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a:hover .link_cover img {
    opacity: 1;
  }
  body.single main div.wp-post-single_wrap .btn_more a:hover::before {
    width: 100%;
    height: 100%;
  }
  body.single main div.wp-post-single_wrap .btn_more a:hover::after {
    width: 100%;
    height: 100%;
  }
}
body.single main div.wp-post-single_wrap .btn_more a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/application/btn_top_line_color.png);
  top: 0;
  right: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  transform: translate(15px, -15px);
}
@media screen and (max-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a::before {
    content: none;
  }
}
body.single main div.wp-post-single_wrap .btn_more a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/application/btn_btm_line_color.png);
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  transform: translate(-15px, 15px);
}
@media screen and (max-width: 1024px) {
  body.single main div.wp-post-single_wrap .btn_more a::after {
    content: none;
  }
}
body.single main div.wp-post-single_wrap .btn_more a:hover::before {
  transform: translate(0, 0);
}
body.single main div.wp-post-single_wrap .btn_more a:hover::after {
  transform: translate(0, 0);
}
body.single main div.wp-post-single_wrap h1 {
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap h1 {
    font-size: 2rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap h1.head2_small {
    text-align: left;
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
body.single main div.wp-post-single_wrap h2 {
  padding: 20px 0;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap h2 {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
body.single main div.wp-post-single_wrap h3 {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap h3 {
    font-size: 1rem;
    font-size: 4.571vw;
  }
}
body.single main div.wp-post-single_wrap h4 {
  padding: 20px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap h4 {
    font-size: 1rem;
  }
}
body.single main div.wp-post-single_wrap p {
  padding: 10px 0;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap p {
    line-height: 1.5;
  }
}
body.single main div.wp-post-single_wrap ol {
  margin: 0;
  padding: 20px 0;
  padding-left: 0;
  list-style: decimal inside;
}
body.single main div.wp-post-single_wrap ol li {
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  body.single main div.wp-post-single_wrap ol li {
    text-indent: -1em;
  }
}
body.single main div.wp-post-single_wrap ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  padding-left: 0;
}
body.single main div.wp-post-single_wrap ul li {
  line-height: 1.875;
  list-style: none;
  padding-left: 1em;
  text-indent: 0;
  position: relative;
}
body.single main div.wp-post-single_wrap ul li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "・";
}
body.single main div.wp-post-single_wrap a {
  text-decoration: underline;
}
body.single main div.wp-post-single_wrap a[href$=".pdf"] {
  display: inline;
  position: relative;
}
body.single main div.wp-post-single_wrap a[href$=".pdf"]::after {
  border-top: none;
  border-right: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: -40px;
  content: "";
  width: 28px;
  height: 31px;
  background: url(../images/application/icon_pdf.png) no-repeat;
  background-size: contain;
  transform: none;
}
body.single main div.wp-post-single_wrap table {
  margin-top: 40px;
}
body.single main div.wp-post-single_wrap table tr:nth-child(odd) {
  background-color: rgba(190, 196, 209, 0.1);
}
body.single main div.wp-post-single_wrap .wp-block-columns {
  margin-top: 40px;
}
body.single main div.wp-post-single_wrap .wp-block-columns .wp-block-image {
  margin-top: 0;
}
body.single main div.wp-post-single_wrap .wp-block-image {
  margin-top: 40px;
}

.digitalAd__news-child .meta_info {
  display: flex;
  gap: 20px;
}

/*慕尼黑上海电子展 特設ページ */
.special_page_container {
  width: 86.46%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .special_page_container {
    width: 76.1%;
  }
}

tw {
  display: inline-block;
}

.special_page_mv {
  background-color: #1c1c1b;
  color: #fff;
  font-weight: 600;
  padding-top: 82.5px;
  margin-bottom: 0;
}
.special_page_mv .special_page_container {
  padding-top: 90px;
  padding-left: 1.8%;
  padding-right: 3.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(56px, 7.37%, 77px);
}
.special_page_mv .textContents {
  flex: 1;
  margin-top: -2%;
}
.special_page_mv .titleBox,
.special_page_mv h2 {
  color: #d8006b;
  white-space: nowrap;
}
.special_page_mv p {
  font-size: clamp(14px, 1.5625vw, 30px);
}
.special_page_mv .titleBox {
  font-size: clamp(23px, 2.379vw, 46px);
  line-height: 1.2;
}
.special_page_mv .titleBox p {
  text-align: left;
  font-size: 1em;
}
@media (max-width: 900px) {
  .special_page_mv .titleBox p {
    text-align: left;
  }
}
.special_page_mv .titleBox h1 {
  font-size: 1.41em;
}
.special_page_mv .text_data {
  margin: 1em 0 1.1667em;
}
.special_page_mv .text_summary {
  line-height: 1.7;
}
.special_page_mv h2 {
  font-size: clamp(26px, 2.76vw, 53px);
  text-align: left;
}
.special_page_mv .imgBox {
  width: 59.4%;
}
.special_page_mv .imgBox img {
  width: 100%;
  height: auto;
}
.special_page_mv + .breadcrumb {
  padding-top: 60px;
  margin-bottom: 0;
  background-color: #e7eaf4;
}
@media (max-width: 1024px) {
  .special_page_mv {
    padding-top: 70px;
  }
  .special_page_mv .special_page_container {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 86%;
  }
  .special_page_mv .textContents {
    padding-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .special_page_mv {
    background-color: #000;
  }
  .special_page_mv p {
    font-size: clamp(14px, 3.986vw, 44px);
  }
  .special_page_mv .special_page_container {
    width: 71%;
    padding: 0;
    position: relative;
    display: block;
    padding-top: 0;
  }
  .special_page_mv .textContents {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .special_page_mv .titleBox {
    font-size: clamp(16px, 5.797vw, 62px);
    text-align: left;
  }
  .special_page_mv .titleBox h1 {
    text-align: left;
    font-size: 1.5625em;
  }
  .special_page_mv .text_data {
    margin-bottom: 2em;
  }
  .special_page_mv .text_summary {
    letter-spacing: 0.08em;
    margin-bottom: 0.8em;
  }
  .special_page_mv .text_summary_2 {
    margin-top: 0.8em;
    letter-spacing: 0.08em;
  }
  .special_page_mv h2 {
    font-size: clamp(20px, 7.246vw, 80px);
  }
  .special_page_mv .imgBox {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    display: block;
  }
}

.special_page_theme_section .content_title,
.upcoming_events_section .content_title {
  text-align: center;
  font-size: clamp(25px, 2.6vw, 50px);
}
.special_page_theme_section .content_title span,
.upcoming_events_section .content_title span {
  color: #fff;
  background-color: #1c1c1b;
  display: inline-block;
  margin: 0 auto;
  padding: 0.1em 1.75em 0.2em;
  border-radius: 20px;
  line-height: 1.3;
}
.special_page_theme_section .theme_content p.text_sub {
  font-size: 32px;
  font-size: clamp(17px, 2.6vw, 32px);
  line-height: 41px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .special_page_theme_section,
  .upcoming_events_section {
    padding: 76px 0;
  }
  .special_page_theme_section .content_title,
  .upcoming_events_section .content_title {
    font-size: clamp(20px, 5.072vw, 56px);
  }
  .special_page_theme_section .content_title span,
  .upcoming_events_section .content_title span {
    border-radius: 10px;
  }
}

.special_page_theme_section {
  padding: 86px 0 150px;
  margin-bottom: 0;
  background-color: #e7eaf4;
  font-weight: 600;
}
.special_page_theme_section p,
.special_page_theme_section h3 {
  font-size: clamp(16px, 1.667vw, 32px);
}
@media (max-width: 900px) {
  .special_page_theme_section {
    padding: 76px 0;
  }
  .special_page_theme_section p,
  .special_page_theme_section h3 {
    font-size: clamp(14px, 3.26vw, 36px);
  }
}
.special_page_theme_section .theme_content {
  margin-bottom: clamp(82px, 8.5vw, 163px);
  text-align: center;
}
.special_page_theme_section .theme_content .content_title {
  margin-bottom: 1.3em;
}
.special_page_theme_section .theme_content h3 {
  font-size: clamp(34px, 3.594vw, 70px);
  margin-bottom: 0.2em;
}
.special_page_theme_section .theme_content h3 span {
  color: #d8006b;
  display: inline-block;
}
.special_page_theme_section .theme_content p {
  font-size: clamp(24px, 2.55vw, 50px);
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 900px) {
  .special_page_theme_section .theme_content {
    margin-bottom: clamp(75px, 21vw, 300px);
  }
  .special_page_theme_section .theme_content .content_title {
    margin-bottom: 1em;
  }
  .special_page_theme_section .theme_content h3 {
    font-size: clamp(19px, 6.88vw, 72px);
    line-height: 1.315;
  }
  .special_page_theme_section .theme_content p {
    font-size: clamp(14px, 4.71vw, 52px);
  }
}
.special_page_theme_section .booth_content {
  position: relative;
  color: #fff;
  background-color: #d8006b;
  padding: 9.59em 8.593em;
  margin-bottom: clamp(80px, 8.33vw, 160px);
  text-align: center;
}
.special_page_theme_section .booth_content .content_title {
  position: absolute;
  top: -0.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.special_page_theme_section .booth_content p span {
  display: inline-block;
  text-align: center;
}
@media (max-width: 900px) {
  .special_page_theme_section .booth_content {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4.833em 6.093em;
    margin-bottom: clamp(45px, 13.4vw, 148px);
  }
}
.special_page_theme_section .exhibit_content {
  text-align: center;
  line-height: 1.875;
  width: 80.5%;
  margin: 0 auto;
}
.special_page_theme_section .exhibit_content + .exhibit_content {
  margin-top: 160px;
}
@media (max-width: 900px) {
  .special_page_theme_section .exhibit_content + .exhibit_content {
    margin-top: 60px;
  }
}
.special_page_theme_section .exhibit_content .content_title {
  margin-bottom: 1.36em;
}
.special_page_theme_section .exhibit_content p {
  margin-bottom: 1.6em;
}
@media (max-width: 900px) {
  .special_page_theme_section .exhibit_content {
    width: 99.5%;
  }
  .special_page_theme_section .exhibit_content p span {
    display: inline-block;
  }
  .special_page_theme_section .exhibit_content p br {
    display: none;
  }
}

.exhibition_details_section {
  padding-top: clamp(84px, 6.975vw, 168px);
}
@media (max-width: 900px) {
  .exhibition_details_section {
    padding-top: clamp(60px, 11.95vw, 132px);
  }
}

.exhibition_details_title {
  font-size: clamp(27px, 3.02vw, 58px);
}
.exhibition_details_title h2 {
  display: inline-flex;
  position: relative;
  padding-right: 2.586em;
  font-size: 1em;
  line-height: 1.3;
}
.exhibition_details_title h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 2.586em;
  background: url(../images/special_page/section_title_bk.png) right center/100%
    100%;
}
.exhibition_details_title h2 span {
  color: #fff;
  font-weight: 400;
  padding-left: clamp(132px, 13.23vw, 254px);
  background-color: #e6007d;
  vertical-align: middle;
  padding-bottom: 0.1em;
}
.exhibition_details_title p {
  padding-left: clamp(132px, 13.23vw, 254px);
  color: #e6007d;
  font-size: clamp(20px, 1.875vw, 72px);
  letter-spacing: 0.01em;
}
@media (max-width: 900px) {
  .exhibition_details_title {
    font-size: clamp(20px, 5.797vw, 50px);
  }
  .exhibition_details_title h2 span {
    padding-left: clamp(52px, 18.66vw, 206px);
  }
  .exhibition_details_title p {
    padding-left: clamp(52px, 18.66vw, 206px);
  }
}

.exhibition_details_section {
  margin-bottom: 0;
}
.exhibition_details_section .point_contents {
  display: flex;
  gap: 10.2%;
  margin-bottom: 154px;
}
.exhibition_details_section .point_contents .point_content_data {
  margin-top: 2.165em;
  padding-left: clamp(132px, 13.23vw, 254px);
  flex: 1;
  font-size: clamp(16px, 1.667vw, 32px);
  line-height: 1.5;
}
.exhibition_details_section
  .point_contents
  .point_content_data.point_content_data_2 {
  margin-top: 2.165em;
  padding-left: 0;
  flex: 1;
  font-size: clamp(16px, 1.667vw, 32px);
  line-height: 1.5;
}
.exhibition_details_section .point_content_data_details {
  margin-top: 1.4em;
  display: flex;
  gap: 50px;
}

.exhibition_details_section .point_contents .point_content_data p + p {
  margin-top: 1.4em;
}
.exhibition_details_section .point_contents .imgBox {
  padding-right: clamp(109px, 11.35vw, 218px);
  width: 38%;
  margin-top: 60px;
}
@media (max-width: 900px) {
  .exhibition_details_section .point_contents {
    flex-direction: column;
    margin-bottom: clamp(50px, 9.1vw, 100px);
  }
  .exhibition_details_section .point_contents .point_content_data {
    padding-left: clamp(32px, 8.66vw, 206px);
    padding-right: 6.3vw;
    font-size: clamp(14px, 3.26vw, 36px);
    font-weight: 600;
    margin-bottom: max(42px, 7.6vw);
  }
  .exhibition_details_section .point_contents .imgBox {
    padding-left: clamp(52px, 18.66vw, 206px);
    padding-right: 6.3vw;
    width: 100%;
    margin-top: 0;
  }
}
.exhibition_details_section .semiconductor_contents {
  margin-bottom: 76px;
}
.exhibition_details_section
  .semiconductor_contents
  .exhibition_details_title
  h2
  span {
  padding-right: 0.5em;
}
.exhibition_details_section .semiconductor_contents .img_contentBox {
  width: 91.98%;
  margin: 146px auto 0;
  text-align: center;
}
@media (max-width: 900px) {
  .exhibition_details_section .semiconductor_contents {
    margin-bottom: clamp(40px, 9.057vw, 100px);
  }
}
.exhibition_details_section .map_contents {
  padding: 190px 0 210px;
  background-color: #eceef6;
}
.exhibition_details_section .map_contents .text_content {
  padding-left: clamp(132px, 13.23vw, 254px);
}
.exhibition_details_section .map_contents h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  margin-top: 2em;
  line-height: 1.5;
  font-weight: 600;
}
.exhibition_details_section .map_contents h3 + p {
  font-size: clamp(14px, 1.042vw, 20px);
  margin-bottom: 1.6em;
}
.exhibition_details_section .map_contents dl {
  font-size: clamp(14px, 2.899vw, 32px);
  display: none;
}
.exhibition_details_section .map_contents dl dt {
  font-size: 1.4375em;
  font-weight: 600;
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}
.exhibition_details_section .map_contents dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em;
  height: 1em;
  background-color: #d8006b;
}
.exhibition_details_section .map_contents .imgBox {
  width: 74.63%;
  margin: 46px auto 0;
  display: block;
}
.exhibition_details_section .map_contents .imgBox img {
  width: 100%;
}
@media (max-width: 900px) {
  .exhibition_details_section .map_contents {
    padding: 96px 0 60px;
  }
  .exhibition_details_section .map_contents .text_content {
    padding-left: clamp(52px, 18.66vw, 206px);
  }
  .exhibition_details_section .map_contents h3 {
    margin-top: 0.5em;
    font-size: clamp(19px, 6.88vw, 76px);
  }
  .exhibition_details_section .map_contents h3 + p {
    font-size: clamp(14px, 2.899vw, 32px);
  }
  .exhibition_details_section .map_contents dl {
    display: block;
    width: 80.23%;
    margin-bottom: 0.8em;
  }
  .exhibition_details_section .map_contents .imgBox {
    width: 100vw;
    margin-top: 60px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.upcoming_events_section {
  padding: 100px 0;
  margin: 0;
  background: url(../images/special_page/bk_deco.png) right 10.99% center/auto
    100% no-repeat;
  background-color: #ebebf5;
}
.upcoming_events_section .upcoming_events_contents {
  margin-top: 76px;
}
.upcoming_events_section ul {
  width: 74.63%;
  margin: 46px auto 0;
  display: flex;
  gap: 20px;
}
.upcoming_events_section ul li {
  flex: 1;
  border: 5px solid #e6007d;
  border-radius: 24px;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.042vw, 20px);
}
.upcoming_events_section ul li h3 {
  font-size: clamp(22px, 2.29vw, 44px);
  background-color: #e6007d;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.upcoming_events_section ul li .pcoming_events_summary {
  width: 87.6%;
  padding: 68px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  font-weight: 600;
}
.upcoming_events_section ul li h4.head2_big {
  font-weight: bold;
  font-size: clamp(28px, 5.797vw, 60px);
  line-height: 27.67px;
  letter-spacing: 12px;
}
.upcoming_events_section ul li h4 {
  font-size: 1.5em;
}
.upcoming_events_section ul li .data {
  background-color: #1c1c1b;
  color: #fff;
  padding: 0 1.2em;
  border-radius: 9999px;
  margin-top: 40px;
}
.upcoming_events_section ul li .data + h4 {
  margin-top: 36px;
}
@media (max-width: 900px) {
  .upcoming_events_section {
    padding: 68px 0;
    background-size: 100% auto;
    background-position: top right -22.4vw;
  }
  .upcoming_events_section .upcoming_events_contents {
    margin-top: 36px;
  }
  .upcoming_events_section ul {
    flex-direction: column;
    width: 87.5%;
  }
  .upcoming_events_section ul li {
    font-size: clamp(12px, 2.5vw, 28px);
  }
  .upcoming_events_section ul li h3 {
    font-size: clamp(18px, 4.347vw, 48px);
  }
  .upcoming_events_section ul li .pcoming_events_summary {
    padding: 50px 0;
  }
  .upcoming_events_section ul li h4 {
    font-size: 1.38em;
  }
  .upcoming_events_section ul li .data {
    margin-top: 0.5em;
  }
}
@media (max-width: 450px) {
  .upcoming_events_section ul {
    flex-direction: column;
    width: 90.5%;
  }
  .upcoming_events_section ul li .pcoming_events_summary {
    width: 90%;
  }
} /*# sourceMappingURL=single.css.map */

@media (max-width: 900px) {
}

.exhibition_details_section .point_contents .imgBox {
  padding-right: 0;
}

