/**
 * filename: topic.css
 * version: 2.0
 **/
/**
 * filename: shared.css
 * version: 2.0
 **/
/*** #banner ***/
#banner.topic.archive, #banner.topic.taxonomy {
  height: auto;
  width: 100%;
}
#banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
  height: auto;
  width: 100%;
  padding: 4.5rem 1.5rem;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
    padding: 5.25rem 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
    padding: 6rem 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
    padding: 7.5rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
    padding: 9rem 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner, #banner.topic.taxonomy > .inner {
    padding: 12rem 8rem;
  }
}
#banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box1, #banner.topic.taxonomy > .inner > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
#banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #181615;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box1 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#banner.topic.archive > .inner > .box1 > .box1 > .hdr1::before, #banner.topic.taxonomy > .inner > .box1 > .box1 > .hdr1::before {
  background-color: #238759;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
#banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box2, #banner.topic.taxonomy > .inner > .box1 > .box2 {
    margin-bottom: 0;
  }
}
#banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 3.125rem;
  line-height: 1.08;
  color: #605a58;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.25rem;
    line-height: 1.14;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.375rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.5rem;
    line-height: 1.26;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.625rem;
    line-height: 1.32;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box2 > .hdr1, #banner.topic.taxonomy > .inner > .box1 > .box2 > .hdr1 {
    font-size: 3.75rem;
    line-height: 1.38;
  }
}
#banner.topic.archive > .inner > .box1 > .box3, #banner.topic.taxonomy > .inner > .box1 > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box3, #banner.topic.taxonomy > .inner > .box1 > .box3 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box3, #banner.topic.taxonomy > .inner > .box1 > .box3 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box3, #banner.topic.taxonomy > .inner > .box1 > .box3 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box3, #banner.topic.taxonomy > .inner > .box1 > .box3 {
    width: calc(50% - 2rem);
  }
}
#banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1 > .box3 > .par1, #banner.topic.taxonomy > .inner > .box1 > .box3 > .par1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box1, #banner.topic.taxonomy > .inner > .box1 {
    margin-bottom: 12rem;
  }
}
#banner.topic.archive > .inner > .box2, #banner.topic.taxonomy > .inner > .box2 {
  height: auto;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner.topic.archive > .inner > .box2 > .lst1, #banner.topic.taxonomy > .inner > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm], #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm], #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] {
    width: auto;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 4rem;
    position: relative;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type), #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 8rem;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
  right: -1.5rem;
  background-color: #d3cdca;
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 0.1rem;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    right: -1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    right: -2rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    right: -2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    right: -3rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    right: -4rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm]:not(:last-of-type)::after {
    display: block;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 {
    display: block;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm], #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm] {
  height: auto;
  width: auto;
  display: block;
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm], #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm] {
    width: 100%;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
  margin-right: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.44;
  color: #181615;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.04rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.12rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.16rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm1 {
    margin-bottom: 1rem;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 0.875rem;
  line-height: 1.44;
  color: #605a58;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.91rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.945rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 0.98rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.015rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1 > [class^=elm].elm2 {
    font-size: 1.05rem;
    line-height: 1.84;
  }
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.5s;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm1 {
  transition: color 0.5s;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov > .elm2 {
  transition: color 0.5s;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.7;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm1 {
  color: #238759;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover > .elm2 {
  color: #238759;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm].current > .lnk1 > .elm1, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm].current > .lnk1 > .elm1 {
  color: #238759;
}
#banner.topic.archive > .inner > .box2 > .lst1 > [class^=itm].current > .lnk1 > .elm2, #banner.topic.taxonomy > .inner > .box2 > .lst1 > [class^=itm].current > .lnk1 > .elm2 {
  color: #238759;
}

/*** #main ***/
#main.topic.archive, #main.topic.taxonomy {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive, #main.topic.taxonomy {
    margin-top: 8rem;
  }
}
#main.topic.archive > .inner, #main.topic.taxonomy > .inner {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner, #main.topic.taxonomy > .inner {
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner, #main.topic.taxonomy > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner, #main.topic.taxonomy > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner, #main.topic.taxonomy > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner, #main.topic.taxonomy > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner, #main.topic.taxonomy > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.topic.archive > .inner > .box1, #main.topic.taxonomy > .inner > .box1 {
  height: auto;
  width: 100%;
  border-bottom: 0.1rem solid #d3cdca;
  border-top: 0.1rem solid #d3cdca;
}
#main.topic.archive > .inner > .box1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box], #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box]:not(:last-of-type) {
  border-bottom: 0.1rem solid #d3cdca;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 {
    padding: 4rem 4rem;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    width: calc(20% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    width: calc(20% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    width: calc(20% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    width: calc(20% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
    margin-bottom: 0;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 {
  height: auto;
  width: 100%;
  color: #605a58;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1.new, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1.new {
  position: relative;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1.new::before, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1.new::before {
  background-color: #238759;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
    font-size: 1.08rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
    font-size: 1.12rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
    font-size: 1.16rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1.en {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.08rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.12rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.16rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    width: calc(80% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    width: calc(80% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    width: calc(80% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    width: calc(80% - 2rem);
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 {
    margin-bottom: 1rem;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1 {
  color: #605a58;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en), #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.44;
  color: #181615;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.84;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 {
    margin-top: 2rem;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.44;
  color: #605a58;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
    font-size: 1.04rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
    font-size: 1.08rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
    font-size: 1.12rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
    font-size: 1.16rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .box2 > .par1 {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov {
  transition: background 0.5s;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov > .box2 > .box1 > .hdr1 {
  transition: color 0.5s;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov:hover, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov:hover {
  background-color: #e1dddb;
}
#main.topic.archive > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box2 > .box1 > .hdr1, #main.topic.taxonomy > .inner > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box2 > .box1 > .hdr1 {
  color: #238759;
}
#main.topic.archive > .inner > .box1 > .box0, #main.topic.taxonomy > .inner > .box1 > .box0 {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
  height: auto;
  width: 100%;
  padding: 6rem 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
    padding: 7rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
    padding: 8rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
    padding: 10rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
    padding: 12rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 {
    padding: 16rem 4rem;
  }
}
#main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box1 > .box0 > .box1 > .par1, #main.topic.taxonomy > .inner > .box1 > .box0 > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.topic.single {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single {
    margin-bottom: 16rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner {
  margin: 0 auto;
  max-width: 40rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner {
    max-width: 56rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner {
    max-width: 74rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner {
    max-width: 99rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner {
    max-width: 120rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.topic.single > .inner > .box1 {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem;
  border-bottom: 0.1rem solid #d3cdca;
  border-top: 0.1rem solid #d3cdca;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 {
    padding: 4rem 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    width: calc(20% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    width: calc(20% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    width: calc(20% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    width: calc(20% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 {
    margin-bottom: 0;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 {
  height: auto;
  width: 100%;
  color: #605a58;
}
#main.topic.single > .inner > .box1 > .box1 > .box1 > .par1.new {
  position: relative;
}
#main.topic.single > .inner > .box1 > .box1 > .box1 > .par1.new::before {
  background-color: #238759;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
#main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
    font-size: 1.08rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
    font-size: 1.12rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
    font-size: 1.16rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1.en {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.08rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.12rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.16rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box1 > .par1 > .elm1:not(.en) {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 {
    width: calc(80% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 {
    width: calc(80% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 {
    width: calc(80% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 {
    width: calc(80% - 2rem);
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.375rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 {
    margin-bottom: 1rem;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1 {
  color: #605a58;
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1.en {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .lst1 > [class^=itm] > .elm1:not(.en) {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.44;
  color: #181615;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
    font-size: 1.3rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.68;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.76;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box1 > .box2 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.84;
  }
}
#main.topic.single > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 1.5rem;
  min-height: 50vh;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 {
    padding: 0rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 {
    padding: 0rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 {
    padding: 0rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 {
    padding: 0rem 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1, #main.topic.single > .inner > .box1 > .box2 > .box1 h2, #main.topic.single > .inner > .box1 > .box2 > .box1 h3, #main.topic.single > .inner > .box1 > .box2 > .box1 h4, #main.topic.single > .inner > .box1 > .box2 > .box1 h5, #main.topic.single > .inner > .box1 > .box2 > .box1 h6, #main.topic.single > .inner > .box1 > .box2 > .box1 p {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 h1:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h2:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h3:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h4:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h5:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 h6:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 p:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1, #main.topic.single > .inner > .box1 > .box2 > .box1 h2, #main.topic.single > .inner > .box1 > .box2 > .box1 h3, #main.topic.single > .inner > .box1 > .box2 > .box1 h4, #main.topic.single > .inner > .box1 > .box2 > .box1 h5, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 {
  font-weight: 500;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 {
  font-size: 1.6em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h2 {
  font-size: 1.5em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h3 {
  font-size: 1.4em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h4 {
  font-size: 1.3em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h5 {
  font-size: 1.2em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h6 {
  font-size: 1.1em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 ul, #main.topic.single > .inner > .box1 > .box2 > .box1 ol, #main.topic.single > .inner > .box1 > .box2 > .box1 img {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:first-child) {
    margin-top: 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 ul:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 ol:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 img:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 ul li:not([class^=itm]) {
  list-style: disc;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.topic.single > .inner > .box1 > .box2 > .box1 ol li {
  list-style: decimal;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.topic.single > .inner > .box1 > .box2 > .box1 img:not(.img1) {
  height: auto;
  width: 100%;
  display: block;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 blockquote, #main.topic.single > .inner > .box1 > .box2 > .box1 hr {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 hr:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
  padding: 0.75rem 0.75rem;
  background-color: #ffffff;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote {
    padding: 2rem 2rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 hr {
  border: solid #d3cdca;
  border-width: 0.1rem 0 0 0;
  width: 66.666%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 strong, #main.topic.single > .inner > .box1 > .box2 > .box1 p strong, #main.topic.single > .inner > .box1 > .box2 > .box1 li strong, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote strong, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption strong {
  font-weight: bold;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 em, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 em, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 em, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 em, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 em, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 em, #main.topic.single > .inner > .box1 > .box2 > .box1 p em, #main.topic.single > .inner > .box1 > .box2 > .box1 li em, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote em, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption em {
  font-style: italic;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 s, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 s, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 s, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 s, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 s, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 s, #main.topic.single > .inner > .box1 > .box2 > .box1 p s, #main.topic.single > .inner > .box1 > .box2 > .box1 li s, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote s, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption s {
  text-decoration: line-through;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 sup, #main.topic.single > .inner > .box1 > .box2 > .box1 p sup, #main.topic.single > .inner > .box1 > .box2 > .box1 li sup, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote sup, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption sup {
  font-size: 0.8em;
  vertical-align: super;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 sub, #main.topic.single > .inner > .box1 > .box2 > .box1 p sub, #main.topic.single > .inner > .box1 > .box2 > .box1 li sub, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote sub, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption sub {
  font-size: 0.8em;
  vertical-align: sub;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 h2 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 h3 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 h4 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 h5 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 h6 a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 p a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 li a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote a:not(.lnk1), #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption a:not(.lnk1) {
  color: #238759;
  font-weight: 500;
  transition: opacity 0.5s;
  word-wrap: break-word;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 p a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 li a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote a:not(.lnk1)::after, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption a:not(.lnk1)::after {
  content: "\f360";
  display: inline-block;
  font: var(--fa-font-solid);
  margin: 0 0.25em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 h1 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 h2 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 h3 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 h4 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 h5 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 h6 a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 p a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 li a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 blockquote a:not(.lnk1):hover, #main.topic.single > .inner > .box1 > .box2 > .box1 figcaption a:not(.lnk1):hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
  gap: 0.75rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
    gap: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
    gap: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
    gap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.is-layout-flex) {
    gap: 2rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
  gap: 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
    gap: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
    gap: 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
    gap: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.is-layout-flex) {
    gap: 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-columns:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 :where(.wp-block-columns.has-background) {
  padding: 0;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-button {
  display: block;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-button > .wp-block-button__link {
  border-radius: 3em;
  display: block;
  font-weight: 500;
  line-height: 1;
  padding: 1em 1em;
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-button > .wp-block-button__link:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-button.is-style-outline > .wp-block-button__link {
  border: 0.2rem solid;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator {
  border: solid #d3cdca;
  border-width: 0.1rem 0 0 0;
  height: auto;
  width: 66.666%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-separator:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
  margin: 0.75rem 0rem;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
    margin: 0.875rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
    margin: 1rem 0rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
    margin: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
    margin: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image .wp-element-caption, #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-embed .wp-element-caption {
    margin: 2rem 0rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table {
  height: auto;
  width: 100%;
  border: 0.2rem solid #d3cdca;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table thead {
  border-bottom: 0.2rem solid #d3cdca;
  color: #181615;
  font-weight: 500;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table thead tr th {
  padding: 0.25em;
  text-align: left;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table thead tr th:not(:last-child) {
  border-right: 0.1rem solid #d3cdca;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tbody tr:not(:last-child) {
  border-bottom: 0.2rem solid #d3cdca;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tbody tr td {
  padding: 0.25em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tbody tr td:not(:last-child) {
  border-right: 0.1rem solid #d3cdca;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tfoot {
  border-top: 0.2rem solid #d3cdca;
  font-weight: 500;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tfoot tr td {
  padding: 0.25em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table table tfoot tr td:not(:last-child) {
  border-right: 0.1rem solid #d3cdca;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #e1dddb;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text {
  display: flex;
  justify-content: space-between;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
  height: auto;
  width: calc(50% - 1.5rem);
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__media {
    width: calc(50% - 4rem);
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
  height: auto;
  width: calc(50% - 1.5rem);
  padding: 0;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text .wp-block-media-text__content {
    width: calc(50% - 4rem);
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-media-text.is-stacked-on-mobile {
  flex-wrap: wrap;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file {
  font-size: 1em;
  text-align: center;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file a {
  display: inline-block;
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file a:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file * + .wp-block-file__button {
  margin-left: 1em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-block-file__embed {
  margin-bottom: 1em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-file .wp-block-file__button {
  border-radius: 3em;
  font-weight: 500;
  line-height: 1;
  padding: 1em 1em;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-video video {
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-audio audio {
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
  margin: 0rem 0rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
    margin: 0rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
    margin: 0rem 0rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
    margin: 0rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
    margin: 0rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image img {
    margin: 0rem 0rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image a > img {
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .wp-block-image a:hover > img {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 > .wp-block-embed iframe {
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 {
  height: auto;
  width: 100%;
  background-color: #181615;
  align-items: center;
  border: 0.2rem solid #181615;
  display: flex;
  flex-wrap: wrap;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box1 {
  border-width: 0 0.2rem 0 0;
  border: solid #181615;
  width: 25%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box1 > .lnk1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box1 > .lnk1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box1 > .lnk1 > .img1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box1 > .lnk1 > .img1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
  padding: 0rem 1.5rem;
  height: auto;
  width: 75%;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
    padding: 0rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
    padding: 0rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
    padding: 0rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 {
    padding: 0rem 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .par1 {
    font-size: 1.5rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov {
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.25rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.5rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov {
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.dictionary-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.artist-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.creator-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:first-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink:not(:last-child), #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink:not(:last-child) {
    margin-bottom: 8rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 {
  height: auto;
  width: 100%;
  background-color: #181615;
  align-items: center;
  border: 0.2rem solid #181615;
  display: flex;
  flex-wrap: wrap;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box1 {
  border-width: 0 0.2rem 0 0;
  border: solid #181615;
  width: 30%;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box1 > .lnk1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box1 > .lnk1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box1 > .lnk1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box1 > .lnk1 > .img1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box1 > .lnk1 > .img1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box1 > .lnk1 > .img1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
  padding: 0rem 1.5rem;
  height: auto;
  width: 70%;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
    padding: 0rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
    padding: 0rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
    padding: 0rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 {
    padding: 0rem 4rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.375rem;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: calc(50% - 0.75rem);
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    width: calc(50% - 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 {
    margin-bottom: 1rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .lst1 > [class^=itm], #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .lst1 > [class^=itm] {
    font-size: 1.5rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .par1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .par1 {
    margin-bottom: 2rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov {
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr1 > .lnk1.hov:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.25rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 {
    font-size: 1.5rem;
  }
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov {
  transition: opacity 0.5s;
}
#main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product1-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product2-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.product3-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover, #main.topic.single > .inner > .box1 > .box2 > .box1 .myblock.craft-postlink > .box1 > .box2 > .hdr2 > .lnk1.hov:hover {
  opacity: 0.7;
}
#main.topic.single > .inner > .box0 {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box0 > .box1 {
  height: auto;
  width: 100%;
  padding: 6rem 1.5rem;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box0 > .box1 {
    padding: 7rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box0 > .box1 {
    padding: 8rem 2rem;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box0 > .box1 {
    padding: 10rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box0 > .box1 {
    padding: 12rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box0 > .box1 {
    padding: 16rem 4rem;
  }
}
#main.topic.single > .inner > .box0 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 560px) {
  #main.topic.single > .inner > .box0 > .box1 > .par1 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box0 > .box1 > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #main.topic.single > .inner > .box0 > .box1 > .par1 {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box0 > .box1 > .par1 {
    font-size: 1.45rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box0 > .box1 > .par1 {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}

/*** #tail ***/
#tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 560px) {
  #tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 990px) {
  #tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #tail.topic.archive > .inner > .box1, #tail.topic.taxonomy > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
#tail.topic.archive > .inner > .box1 > .lst1, #tail.topic.taxonomy > .inner > .box1 > .lst1 {
  display: flex;
  height: auto;
  justify-content: space-between;
  margin: 0 auto;
  width: 50%;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm], #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  align-items: center;
  color: #181615;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1 > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 > .elm1 {
  align-items: center;
  border: 0.2rem solid #181615;
  border-radius: 50%;
  display: flex;
  height: 5em;
  justify-content: center;
  position: relative;
  width: 5em;
  z-index: 1;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1 > .elm2, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 > .elm2, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1 > .elm2, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  margin-right: -1.5em;
  position: relative;
  z-index: 2;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov {
  transition: color 0.5s;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov > .elm1 {
  transition: background 0.5s;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov:hover, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov:hover, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov:hover, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov:hover {
  color: #238759;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov:hover > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov:hover > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.hov:hover > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.hov:hover > .elm1 {
  background-color: #e1dddb;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .lnk1.elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm1 > .elm1.elm1 {
  opacity: 0.7;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
  height: auto;
  width: auto;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  line-height: 1.8;
  align-items: center;
  color: #181615;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 560px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
    font-size: 1.17rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 740px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
    font-size: 1.215rem;
    line-height: 2;
  }
}
@media screen and (min-width: 990px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
    font-size: 1.26rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 1200px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
    font-size: 1.305rem;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1600px) {
  #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 {
    font-size: 1.35rem;
    line-height: 2.3;
  }
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1 > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1 > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 > .elm1 {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.2rem solid #181615;
  border-radius: 50%;
  display: flex;
  height: 5em;
  justify-content: center;
  width: 5em;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1 > .elm2, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 > .elm2, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1 > .elm2, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  margin-left: -1.5em;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov {
  transition: color 0.5s;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov > .elm1 {
  transition: background 0.5s;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov:hover, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov:hover, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov:hover, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov:hover {
  color: #238759;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov:hover > .elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov:hover > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.hov:hover > .elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.hov:hover > .elm1 {
  background-color: #e1dddb;
}
#tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.elm1, #tail.topic.archive > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .lnk1.elm1, #tail.topic.taxonomy > .inner > .box1 > .lst1 > [class^=itm].itm2 > .elm1.elm1 {
  opacity: 0.7;
}

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