#main.topic {
  margin: 4.5rem 0rem;
}

@media screen and (min-width: 768px) {
  #main.topic {
    margin: 6rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic {
    margin: 7.5rem 0rem;
  }
}

#main.topic > .inner {
  margin: 0 auto;
  max-width: 42rem;
  padding: 0rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner {
    max-width: 76.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic > .inner {
    padding: 0rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner {
    padding: 0rem 2.5rem;
  }
}

#main.topic > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 5rem;
  }
}

#main.topic > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box1 {
    margin-bottom: 0;
    width: calc(100% - 20rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 {
    width: calc(100% - 25rem);
  }
}

#main.topic > .inner > .box1 > .box1 > .phd {
  height: auto;
  width: 100%;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box1 > .phd {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .phd {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box1 > .phd {
    padding: 1rem 2rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .phd {
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
}

#main.topic > .inner > .box1 > .box2 {
  height: auto;
  position: relative;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 {
    width: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 {
    width: 25rem;
  }
}

#main.topic > .inner > .box1 > .box2 > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 1.125rem 0rem;
  border-bottom: 0.2rem solid #303030;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lnk {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lnk {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lnk {
    padding: 1.5rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lnk {
    padding: 1.875rem 0rem;
  }
}

#main.topic > .inner > .box1 > .box2 > .lnk > .ico {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.35s;
}

#main.topic > .inner > .box1 > .box2 > .lnk.hov {
  transition: opacity 0.35s;
}

#main.topic > .inner > .box1 > .box2 > .lnk.hov:hover {
  opacity: 0.5;
}

#main.topic > .inner > .box1 > .box2 > .lnk.active > .ico {
  transform: translateY(-50%) rotate(180deg);
}

#main.topic > .inner > .box1 > .box2 > .lst {
  padding: 1.125rem 0.75rem;
  background-color: #ffffff;
  display: none;
  height: auto;
  left: -0.75rem;
  position: absolute;
  top: 100%;
  z-index: 2;
  width: calc(100% + 1.5rem);
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lst {
    padding: 1.5rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lst {
    padding: 1.875rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lst {
    left: -1rem;
    width: calc(100% + 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lst {
    left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}

#main.topic > .inner > .box1 > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
}

#main.topic > .inner > .box1 > .box2 > .lst > .itm:not(:last-of-type) {
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lst > .itm:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}

#main.topic > .inner > .box1 > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box1 > .box2 > .lst > .itm > .lnk {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box2 > .lst > .itm > .lnk {
    font-size: 1.6rem;
  }
}

#main.topic > .inner > .box1 > .box2 > .lst > .itm > .lnk.hov {
  transition: opacity 0.35s;
}

#main.topic > .inner > .box1 > .box2 > .lst > .itm > .lnk.hov:hover {
  opacity: 0.5;
}

#main.topic > .inner > .box3 {
  height: auto;
  width: 100%;
  padding: 1.5rem 0rem;
  border-top: 0.2rem solid #303030;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box3 {
    padding: 2rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box3 {
    padding: 2.5rem 0rem;
  }
}

#main.topic > .inner > .box3 > .lst {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 50rem;
}

#main.topic > .inner > .box3 > .lst > [class^=itm] {
  height: auto;
  width: 33.333%;
}

#main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  #main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt {
    font-size: 1.6rem;
  }
}

#main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk.lnk.hov, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt.lnk.hov {
  transition: opacity 0.35s;
}

#main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk.lnk.hov:hover, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt.lnk.hov:hover {
  opacity: 0.5;
}

#main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk.txt, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt.txt {
  opacity: 0.75;
}

#main.topic > .inner > .box3 > .lst > [class^=itm] > .lnk > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm] > .txt > .ico {
  margin-right: .25em;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm1 > .lnk.lnk.hov > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm].itm1 > .txt.lnk.hov > .ico {
  transition: transform 0.35s;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm1 > .lnk.lnk.hov:hover > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm].itm1 > .txt.lnk.hov:hover > .ico {
  transform: translateX(-0.25em);
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm2 > .lnk, #main.topic > .inner > .box3 > .lst > [class^=itm].itm2 > .txt {
  text-align: center;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .lnk, #main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .txt {
  text-align: right;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .lnk > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .txt > .ico {
  margin-left: .25em;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .lnk.lnk.hov > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .txt.lnk.hov > .ico {
  transition: transform 0.35s;
}

#main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .lnk.lnk.hov:hover > .ico, #main.topic > .inner > .box3 > .lst > [class^=itm].itm3 > .txt.lnk.hov:hover > .ico {
  transform: translateX(0.25em);
}

#main.topic.lst > .inner > .box2.type1 {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin: -0.75rem -0.75rem 2.25rem;
  width: calc(100% + 1.5rem);
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 {
    margin: -1rem -1rem 3rem;
    width: calc(100% + 2rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 {
    margin: -1.25rem -1.25rem 3.75rem;
    width: calc(100% + 2.5rem);
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] {
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] {
    padding: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] {
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] {
    width: 33.333%;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk {
  height: auto;
  width: 100%;
  display: block;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par {
  left: 0;
  position: absolute;
  top: 0;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par > .txt {
  height: auto;
  width: auto;
  padding: 0.75rem 0.75rem;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  background-color: #000000;
  color: #ffffff;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par > .txt {
    padding: 1rem 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par > .txt {
    padding: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par > .txt {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk > .par > .txt {
    font-size: 1.28rem;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk.hov > .img {
  transition: opacity 0.35s;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box1 > .lnk.hov:hover > .img {
  opacity: 0.5;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin: -0.375rem -0.375rem 0.375rem;
  width: calc(100% + 0.75rem);
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst {
    margin: -0.5rem -0.5rem 0.5rem;
    width: calc(100% + 1rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst {
    margin: -0.625rem -0.625rem 0.625rem;
    width: calc(100% + 1.25rem);
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm {
  height: auto;
  width: auto;
  padding: 0.375rem 0.375rem;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm {
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm {
    padding: 0.625rem 0.625rem;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  padding: 0.375rem 0.375rem;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  border: 0.1rem solid #000000;
  color: #000000;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk {
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk {
    padding: 0.625rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk {
    font-size: 1.28rem;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk.hov {
  transition: background-color 0.35s;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .lst > .itm > .lnk.hov:hover {
  background-color: #000000;
  color: #ffffff;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  font-weight: 500;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd.lnk.hov {
  transition: opacity 0.35s;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .phd.lnk.hov:hover {
  opacity: 0.5;
}

#main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .shd {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .shd {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type1 > [class^=box] > .box2 > .shd {
    font-size: 1.28rem;
  }
}

#main.topic.lst > .inner > .box2.type2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  padding: 7.5rem 0rem;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type2 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type2 {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type2 {
    padding: 10rem 0rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type2 {
    padding: 12.5rem 0rem;
  }
}

#main.topic.lst > .inner > .box2.type2 > .par {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.topic.lst > .inner > .box2.type2 > .par {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.lst > .inner > .box2.type2 > .par {
    font-size: 1.92rem;
  }
}

#main.topic.itm > .inner > .box2 {
  height: auto;
  width: 100%;
}

#main.topic.itm > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 {
    margin-bottom: 5rem;
  }
}

#main.topic.itm > .inner > .box2 > .box1 > .lst {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.375rem -0.375rem 1.125rem;
  width: calc(100% + 0.75rem);
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst {
    margin: -0.5rem -0.5rem 1.5rem;
    width: calc(100% + 1rem);
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst {
    margin: -0.625rem -0.625rem 1.875rem;
    width: calc(100% + 1.25rem);
  }
}

#main.topic.itm > .inner > .box2 > .box1 > .lst > .itm {
  height: auto;
  width: auto;
  padding: 0.375rem 0.375rem;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm {
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm {
    padding: 0.625rem 0.625rem;
  }
}

#main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  padding: 0.375rem 0.375rem;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  border: 0.1rem solid #17184b;
  color: #17184b;
  display: block;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    padding: 0.5rem 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    padding: 0.625rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk {
    font-size: 1.28rem;
  }
}

#main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk.hov {
  transition: background-color 0.35s;
}

#main.topic.itm > .inner > .box2 > .box1 > .lst > .itm > .lnk.hov:hover {
  background-color: #000000;
  color: #ffffff;
}

#main.topic.itm > .inner > .box2 > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .phd {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .phd {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .phd {
    font-size: 2.25rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .phd {
    font-size: 2.4rem;
    line-height: 2;
  }
}

#main.topic.itm > .inner > .box2 > .box1 > .phd.lnk.hov {
  transition: opacity 0.35s;
}

#main.topic.itm > .inner > .box2 > .box1 > .phd.lnk.hov:hover {
  opacity: 0.5;
}

#main.topic.itm > .inner > .box2 > .box1 > .shd {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box1 > .shd {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box1 > .shd {
    font-size: 1.28rem;
  }
}

#main.topic.itm > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 80rem;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 {
    margin-bottom: 5rem;
  }
}

#main.topic.itm > .inner > .box2 > .box2:after {
  clear: both;
  content: '';
  display: block;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

#main.topic.itm > .inner > .box2 > .box2 h1, #main.topic.itm > .inner > .box2 > .box2 h2, #main.topic.itm > .inner > .box2 > .box2 h3, #main.topic.itm > .inner > .box2 > .box2 h4, #main.topic.itm > .inner > .box2 > .box2 h5, #main.topic.itm > .inner > .box2 > .box2 h6, #main.topic.itm > .inner > .box2 > .box2 p, #main.topic.itm > .inner > .box2 > .box2 ul, #main.topic.itm > .inner > .box2 > .box2 ol, #main.topic.itm > .inner > .box2 > .box2 blockquote, #main.topic.itm > .inner > .box2 > .box2 hr {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  clear: both;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 h1, #main.topic.itm > .inner > .box2 > .box2 h2, #main.topic.itm > .inner > .box2 > .box2 h3, #main.topic.itm > .inner > .box2 > .box2 h4, #main.topic.itm > .inner > .box2 > .box2 h5, #main.topic.itm > .inner > .box2 > .box2 h6, #main.topic.itm > .inner > .box2 > .box2 p, #main.topic.itm > .inner > .box2 > .box2 ul, #main.topic.itm > .inner > .box2 > .box2 ol, #main.topic.itm > .inner > .box2 > .box2 blockquote, #main.topic.itm > .inner > .box2 > .box2 hr {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 h1, #main.topic.itm > .inner > .box2 > .box2 h2, #main.topic.itm > .inner > .box2 > .box2 h3, #main.topic.itm > .inner > .box2 > .box2 h4, #main.topic.itm > .inner > .box2 > .box2 h5, #main.topic.itm > .inner > .box2 > .box2 h6, #main.topic.itm > .inner > .box2 > .box2 p, #main.topic.itm > .inner > .box2 > .box2 ul, #main.topic.itm > .inner > .box2 > .box2 ol, #main.topic.itm > .inner > .box2 > .box2 blockquote, #main.topic.itm > .inner > .box2 > .box2 hr {
    margin-bottom: 2.5rem;
  }
}

#main.topic.itm > .inner > .box2 > .box2 h1 {
  color: #000000;
  font-size: 1.5em;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 h2 {
  color: #000000;
  font-size: 1.4em;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 h3 {
  color: #000000;
  font-size: 1.3em;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 h4 {
  color: #000000;
  font-size: 1.2em;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 h5 {
  color: #000000;
  font-size: 1.1em;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 h6 {
  color: #000000;
  font-weight: 700;
}

#main.topic.itm > .inner > .box2 > .box2 ul li {
  margin: .5em 0 .5em 1.5em;
  list-style: disc;
  width: calc(100% - 1.5em);
}

#main.topic.itm > .inner > .box2 > .box2 ol li {
  margin: .5em 0 .5em 1.5em;
  list-style: decimal;
  width: calc(100% - 1.5em);
}

#main.topic.itm > .inner > .box2 > .box2 blockquote {
  background-color: #faf7e8;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 blockquote {
    padding: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 blockquote {
    padding: 2.5rem;
  }
}

#main.topic.itm > .inner > .box2 > .box2 a {
  color: #17184b;
  text-decoration: underline;
  transition: opacity 0.35s;
}

#main.topic.itm > .inner > .box2 > .box2 a:hover {
  opacity: 0.5;
}

#main.topic.itm > .inner > .box2 > .box2 strong {
  color: #000000;
  font-family: 700;
}

#main.topic.itm > .inner > .box2 > .box2 em {
  font-style: italic;
}

#main.topic.itm > .inner > .box2 > .box2 img, #main.topic.itm > .inner > .box2 > .box2 iframe {
  height: auto;
  width: auto;
  max-width: 100%;
}

#main.topic.itm > .inner > .box2 > .box2 hr {
  border: 0.1rem solid #f0f0f0;
}

#main.topic.itm > .inner > .box2 > .box2 .alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignleft {
    margin: 2rem 2rem 2rem 0;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignleft {
    margin: 2.5rem 2.5rem 2.5rem 0;
  }
}

#main.topic.itm > .inner > .box2 > .box2 .aligncenter {
  display: block;
  margin: 1.5rem auto;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 .aligncenter {
    margin: 2rem auto;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 .aligncenter {
    margin: 2.5rem auto;
  }
}

#main.topic.itm > .inner > .box2 > .box2 .alignright {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignright {
    margin: 2rem 0 2rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignright {
    margin: 2.5rem 0 2.5rem 2.5rem;
  }
}

#main.topic.itm > .inner > .box2 > .box2 .alignnone {
  margin: 1.5rem 0;
}

@media screen and (min-width: 768px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignnone {
    margin: 2rem 0;
  }
}

@media screen and (min-width: 1200px) {
  #main.topic.itm > .inner > .box2 > .box2 .alignnone {
    margin: 2.5rem 0;
  }
}

#main.topic.itm > .inner > .box2 > .box2 .wp-caption-text {
  text-align: center;
}

/*# sourceMappingURL=topic.css.map */