@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.woff") format("woff");
  font-weight: 400;
}

.topics-inner {
  position: relative;
  z-index: 5;
}

.topics-inner + .topics-inner {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .topics-inner + .topics-inner {
    margin-top: 52px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.topics-pagination {
    margin-top: 30px;
  }
}

.topics-inner.topics-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topics-inner.topics-pagination ul a {
  display: block;
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 16px 0;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination ul a {
    border-radius: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination ul a {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.topics-pagination ul a {
    width: 100px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination ul a:hover {
    background-color: #e9eff7;
  }
}

.topics-inner.topics-pagination ul a span {
  position: relative;
  font-weight: bold;
  display: inline-block;
  color: #777;
}

.topics-inner.topics-pagination ul a span::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  background: url("/common/img/topics/topics-arrow.svg") center center/auto no-repeat;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination ul a span::after {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.topics-pagination ul a span::after {
    width: 20px;
    height: 20px;
  }
}

.topics-inner.topics-pagination .topics-prev {
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination .topics-prev span {
    right: -15px;
  }
}

.topics-inner.topics-pagination .topics-prev span::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination .topics-prev span::after {
    right: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.topics-pagination .topics-prev span::after {
    right: 130%;
  }
}

.topics-inner.topics-pagination .topics-next {
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination .topics-next span {
    left: -15px;
  }
}

.topics-inner.topics-pagination .topics-next span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media print, screen and (min-width: 768px) {
  .topics-inner.topics-pagination .topics-next span::after {
    left: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.topics-pagination .topics-next span::after {
    left: 130%;
  }
}

.topics-list {
  line-height: 1.6;
}

.topics-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .topics-list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .topics-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topics-list li + li {
  margin-top: 30px;
}

.topics-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .topics-date {
    margin-bottom: 10px;
  }
}

.topics-time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #777;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .topics-time {
    width: 100px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-time {
    font-size: 14px;
    margin-right: 10px;
  }
}

.topics-tag {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid  #142c4b;
  color: #142c4b;
  cursor: default;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
}

@media print, screen and (min-width: 768px) {
  .topics-tag {
    font-size: 12px;
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-tag {
    font-size: 11px;
    height: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-contents {
    margin-left: 20px;
    font-size: 15px;
    max-width: calc(100% - 210px);
  }
}

.topics-contents a {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.topics-contents a:hover {
  color: #0e7fe8;
}

.topics-menu {
  position: relative;
  z-index: 6;
}

@media print, screen and (min-width: 768px) {
  .topics-menu {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-menu {
    margin-bottom: 30px;
  }
}

.topics-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 12px 30px 0 rgba(4, 0, 0, 0.1);
  box-shadow: 0 12px 30px 0 rgba(4, 0, 0, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .topics-menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .topics-menu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topics-menu-item {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .topics-menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 767px) {
  .topics-menu-item {
    width: calc(100% / 2);
  }
}

.topics-menu-item a {
  display: block;
  text-align: center;
  color: #aaa;
  font-weight: bold;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .topics-menu-item a {
    font-size: 15px;
    padding: 21px 0;
  }
}

@media only screen and (max-width: 767px) {
  .topics-menu-item a {
    font-size: 14px;
    padding: 12px 0;
  }
}

.topics-menu-item a:hover {
  color: #222;
}

.topics-menu-item.current a {
  background-color: #142c4b;
  color: #fff;
}

.topics-menu-select {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: auto;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .topics-menu-select {
    margin-bottom: 80px;
  }
}

.topics-menu-select-item {
  position: relative;
}

.topics-menu-select-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #a4a4a4 transparent transparent transparent;
}

.topics-menu-select-item .topics-menu-select-btn {
  display: block;
  text-align: center;
  height: 60px;
  margin: auto;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  line-height: 60px;
  background-color: #fff;
}

.topics-menu-select-item.active .topics-menu-select-btn {
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}

.topics-menu-select-item a {
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.topics-menu-select-item a:hover {
  background-color: #f5f6f8;
}

.topics-menu-select-subitem {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: #fff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.topics-menu-select-subitem li {
  border-top: 1px solid #d9d9d9;
}

.topics-menu-select-subitem li a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

@media print, screen and (min-width: 768px) {
  .topics-sub h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub h1 {
    font-size: 22px;
  }
}

.topics-sub h2 {
  padding-left: 0;
  border-left: none;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .topics-sub h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub h2 {
    font-size: 20px;
  }
}

.topics-sub h3 {
  border-left: 3px solid #a2d827;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .topics-sub h3 {
    font-size: 27px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub h3 {
    font-size: 19px;
    padding-left: 15px;
  }
}

.topics-sub main {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .container .topics-text-main {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .container .topics-text-main {
    margin-bottom: 30px;
  }
}

.topics-sub-headline {
  margin-bottom: 20px;
  background-color: #f2f6fb;
}

@media print, screen and (min-width: 768px) {
  .topics-sub-headline {
    height: 325px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub-headline {
    height: 200px;
  }
}

.topics-sub-headline .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #f2f6fb;
}

.topics-sub-headline h1 {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .topics-sub-headline h1 {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub-headline h1 {
    margin-top: 55px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-inner + .topics-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-inner + .topics-inner {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-date {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-date {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption {
    margin-bottom: 40px;
  }
}

.topics-sub .topics-caption.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption.col-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-caption.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption.col-2 .topics-caption-inner {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption.col-2 .topics-caption-inner:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption.col-2 .topics-caption-inner:nth-child(2n+1):nth-last-child(-n+2),
  .topics-sub .topics-caption.col-2 .topics-caption-inner:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0;
  }
}

.topics-sub .topics-caption figure {
  max-width: 600px;
  margin: auto;
}

.topics-sub .topics-caption figcaption {
  text-align: left;
  font-size: 12px;
  color: #777;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption figcaption {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-caption figcaption {
    margin-top: 5px;
  }
}

.topics-sub .topics-caption img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-caption-inner + .topics-caption-inner {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-caption-inner + .topics-caption-inner {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-caption + .topics-caption {
    margin-top: 30px;
  }
}

.topics-sub .topics-list-area-item {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-list-area-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-list-area-item {
    font-size: 13px;
  }
}

.topics-sub .topics-list-area-item > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topics-sub .topics-list-area-item + .topics-list-area-item .topics-list-area-name, .topics-sub .topics-list-area-item + .topics-list-area-item .topics-list-area-content {
  border-top: none;
}

.topics-sub .topics-list-area-name {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  color: #142c4b;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-list-area-name {
    width: 240px;
    padding: 20px 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-list-area-name {
    width: 75px;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-list-area-name + .topics-list-area-content {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-list-area-name + .topics-list-area-content {
    margin-left: 15px;
  }
}

.topics-sub .topics-list-area-content {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-list-area-content {
    width: calc(100% - 270px);
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-list-area-content {
    width: calc(100% - 90px);
    padding: 15px 0;
  }
}

.topics-sub .topics-list-area-content-date, .topics-sub .topics-list-area-content-place {
  font-size: 14px;
  font-weight: bold;
}

.topics-sub .topics-list-area-content dd + dt {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .topics-sub .topics-btn-inner {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-sub .topics-btn-inner {
    margin-top: 50px;
  }
}

.topics-select-area {
  z-index: 6;
}

.topics-inner .text-right {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.free .topics-caption-inner {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topics-inner.free .topics-caption-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topics-inner.free .topics-caption-inner + .topics-caption-inner {
  margin-left: 0;
}

@media print, screen and (min-width: 768px) {
  .topics-inner.free .topics-caption-inner + .topics-caption-inner {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .topics-inner.free .col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topics-inner.free .col-image figure {
  max-width: 100%;
}

.topics-inner.free .col-image img {
  max-width: 100%;
  width: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .topics-tag span {
    top: 2px;
    position: relative;
  }
  *::-ms-backdrop, :root .topics-pagination span {
    top: 3px;
  }
  *::-ms-backdrop, :root .topics-pagination span::after {
    top: calc(50% - 3px) !important;
  }
}
