@charset "utf-8";

/* common
------------------------------------*/
#container>article {
  margin-bottom: 60px;
}

.pc {
  display: block;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ft_right {
  text-align: right;
}

.eventReport .flexNowrap {
  display: flex;
  align-items: flex-start;
}

.eventReport .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.eventReport header .tlt_header {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .5em;
}

.eventReport header .tlt_header small {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  letter-spacing: .25em;
}

.eventReport #container>article h1 {
  margin-bottom: 20px;
}

.eventReport #container>article h1 span {
  border-bottom: 2px #0e3a86 solid;
  padding: 5px 0 15px 40px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.eventReport #container article p.txt_heading {
  margin-bottom: 30px;
  font-size: 16px;
}

.eventReport #container article h4 {
  font-size: 19px;
  font-weight: bold;
  color: #0046ad;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.eventReport #container article h4:before {
  content: '';
  background: #8dbce5;
  width: 17px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 0;
}

.eventReport img {
  vertical-align: top;
  width: 100%;
}

.eventReport a {
  outline: none;
  transition: all .2s ease-in;
  display: block;
}

.eventReport .box_event-report a:hover {
  text-decoration: none !important;
  opacity: 0.5 !important;
}

.eventReport #container article ul.ul_dot,
.eventReport #container article ul.ul_dot li {
  list-style: disc;
  margin: 0 0 .5em 1.5em;
  line-height: 1.5;
}

.eventReport #container article .img_hero {
  margin-bottom: 40px;
}

aside nav.eventNav ul li a {
  background: transparent !important;
  color: #000 !important;
}

aside nav.eventNav ul li a:before {
  background: url(/museum/common/images/sprite.png) -120px -70px !important;
  background-size: 500px auto !important;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
}

aside nav.eventNav ul li a:hover {
  background: #4fc7e4 !important;
  color: #fff !important;
  text-decoration: none !important;
  line-height: inherit !important;
}

aside nav.eventNav ul li a:hover:before {
  background: url(/museum/common/images/sprite.png) -120px -50px !important;
  background-size: 500px auto !important;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
}

/*------------------------------------
eventReport
------------------------------------*/
/* box_event-report
------------------------------------*/

.eventReport #container article ul.box_event-report {
  width: 650px;
  margin: 0 auto;
}

.eventReport #container article .box_event-report li {
  border: solid 1px #b9c5e5;
  list-style: none;
  margin: 0 0 30px;
}

.eventReport #container article .box_event-report .wrap {
  padding: 20px 20px 30px;
  background-color: #fff;
}

.eventReport #container article .box_event-report .tlt_schedule_event {
  color: #0e3a86;
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.eventReport .list_category {
  color: #0e3a86;
  margin-bottom: 10px;
  border: none !important;
  display: block !important;
  padding: 0 !important;
}

.eventReport #container article p.txt_entry-date {
  margin-bottom: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: normal !important;
  font-size: 14px !important;
}

.eventReport #container article p.txt_lead {
  margin-bottom: 20px !important;
}

.eventReport #container article .btn_more {
  background-color: #0046ad;
  color: #fff;
  width: 220px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding: 12px 0px;
  letter-spacing: 0.1vw;
}

.eventReport #container article .arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}

.eventReport #container article .arrow::before,
.eventReport #container article .arrow::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 1px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.eventReport #container article .link::before {
  right: 42px;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 0;
}


.eventReport #container article .link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 42px;
  top: 1px;
  width: 6px;
  height: 6px;
}


.eventReport #container article ul {
  list-style: disc;
  margin: 0 0 30px 1.5em;
}

.eventReport #container article ul,
.eventReport #container article li {
  list-style: none;
  margin: 0;
}

.eventReport #container article .box_img_er {
  width: 600px !important;
  margin: 0 auto 20px;
}

.eventReport #container article .box_img_er_wide {
  width: 100% !important;
  margin: 0 auto 20px;
}

.eventReport #container article .p_report,
.eventReport #container article .p_yutube {
  width: 600px !important;
  margin: 0 auto;
}

.eventReport #container article .link_box a.icon_arrow {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  display: block;
  line-height: 20px;
}

.eventReport #container article .link_box a.icon_arrow:hover {
  color: #000;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px !important;
}


.eventReport #container article .link_box a.icon_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #008DB0;
  display: inline-block;
  z-index: 300;
}

.eventReport #container article .link_box a.icon_arrow:after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(50% - 3.5px);
  width: 5px;
  height: 5px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  z-index: 301;
}


.eventReport #container article .box_know-more a {
  padding-right: 50px;
}



.eventReport .box_sns {
  margin-bottom: 50px;
}

.eventReport .box_sns .txt_sns {
  text-align: center;
  font-size: 16px;
}

.eventReport .box_sns .txt_sns:before {
  content: "/";
  color: #0e3a86;
  display: inline-block;
  font-size: 20px;
  transform: rotate(-45deg);
  padding: 0 15px;
}

.eventReport .box_sns .txt_sns:after {
  content: '/';
  color: #0e3a86;
  display: inline-block;
  font-size: 20px;
  transform: rotate(10deg);
  padding: 0 15px;
}

.eventReport .box_sns .flex {
  justify-content: center;
}

.eventReport .box_sns img {
  width: 40px;
  margin: 0 10px;
}

.eventReport #container article .box_links {
  justify-content: space-around;
  margin-bottom: 10px;
}

.eventReport #container article h5 {
  font-size: 19px;
  padding-left: 60px;
  line-height: 40px;
  border-bottom: 2px solid #CBC9C9;
  margin-bottom: 20px;
  position: relative;
}

.eventReport #container article h5:before {
  content: "";
  background: unset;
  background-image: url(/museum/event/2021/img/icon_h5.png);
  background-size: cover;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

.eventReport .box_know-more .flex {
  justify-content: center;
  align-items: center;
}

.eventReport .box_know-more .flex:hover {
  opacity: 0.5;
}

.eventReport .box_know-more img {
  width: 255px;
  margin-right: 40px;
}

.eventReport a.link_know-more:link {
  text-decoration: none;
}

.eventReport .box_know-more .icon_arrow,
.eventReport .box_schedule .icon_arrow {
  position: relative;
}

.eventReport .box_know-more .icon_arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0046ad;
  display: inline-block;
  z-index: 300;
}

.eventReport .box_know-more .icon_arrow:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  font-weight: bold;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  z-index: 301;
}

.eventReport .box_links a {
  font-size: 16px;
  display: inline-block;
  border-radius: 11px;
  padding: 15px 12px;
  text-decoration: none;
  width: 200px;
  text-align: center;
  color: #fff;
  background-color: #0046ad;
  border: 1px #0e3a86 solid;
}

.eventReport .box_links a:hover {
  background-color: #fff;
  color: #0046ad;
  opacity: 1 !important;
  transition: background-color 1s;
}

.eventReport .box_links a:link {
  text-decoration: none;
}

.eventReport a.cursou-no {
  color: #CBC9C9;
  border: 1px #CBC9C9 solid;
  background-color: #fff;
  pointer-events: none;
}

/* report navi
------------------------------------*/

/* aside nav.event-report_nav ul li a:hover,
aside nav.event-report_nav ul li a.active,
aside nav.event-report-archives_nav ul li a:hover,
aside nav.event-report-archives_nav ul li a.active {
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: inherit;
} */

aside nav.event-report_nav ul li a.active {
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: inherit;
}

aside nav.event-report-archives_nav ul li a.active,
aside nav.event-report_nav ul li a:hover,
aside nav.event-report-archives_nav ul li a:hover {
  background: #4fc7e4;
  color: #fff;
  text-decoration: none;
  line-height: inherit;
}

aside nav.event-report_nav ul li a:hover:before,
aside nav.event-report_nav ul li a.active:before,
aside nav.event-report-archives_nav ul li a:hover:before,
aside nav.event-report-archives_nav ul li a.active:before {
  background: url(/museum/common/images/sprite.png) -120px -70px !important;
  background-size: 500px auto !important;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
}

aside nav.event-report_nav ul li a:hover:before,
aside nav.event-report-archives_nav ul li a:hover:before,
aside nav.event-report-archives_nav ul li a.active:before {
  background: url(/museum/common/images/sprite.png) -120px -50px !important;
  background-size: 500px auto !important;
  width: 16px !important;
  height: 16px !important;
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  top: 18px !important;
}

@media screen and (min-width: 641px) {
  .eventReport .box_know-more .flex {
    justify-content: center;
    align-items: center;
  }

}

/* SP
------------------------------------*/

@media screen and (max-width: 640px) {

  .pc {
    display: none;
  }

  .eventReport #container article h1 {
    font-size: 18px;
  }

  .eventReport #container article h1 span {
    padding: 0 0 10px 25px;
  }

  .eventReport #container article h4 {
    font-size: 16px;
  }

  .eventReport #container article h4:before {
    top: 12px;
  }

  .eventReport #container article ul.box_event-report {
    width: 100%;
  }

  .eventReport #container article .box_img_er,
  .eventReport #container article .p_report {
    width: 90% !important;
  }

  .eventReport #container article .p_yutube {
    width: 100% !important;
  }

  .eventReport #container article .box_know-more a {
    width: 100% !important;
    padding-right: 10vw !important;
  }


  .eventReport #container article .link_box a.icon_arrow:after {
    top: 7.5px !important;
  }

  .eventReport #container article .box_sns {
    margin-bottom: 50px !important;
  }

  .eventReport .box_know-more img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .eventReport .box_know-more .link_know-more {
    margin: 0 auto 20px;
  }

  .eventReport #container article .box_links {
    width: 90%;
    margin: 0 auto 20px;
  }

  .eventReport #container article .box_links li {
    width: 48%;
  }

  .eventReport #container article .box_links .link_01 {
    margin-right: 4%;
    order: 1;
  }

  .eventReport #container article .box_links .link_02 {
    width: 100%;
    margin-top: 15px;
    order: 3;
  }

  .eventReport #container article .box_links .link_03 {
    order: 2;
  }

  .eventReport #container article .box_links li a {
    width: 100%;
    padding: 0;
    line-height: 40px;
  }


}

@media screen and (max-width: 362px) {
  .eventReport #container article .box_know-more .icon_arrow:after {
    top: 45%;
  }
}
