/*
 * filename: post.css
 * version: 1.1
 */
#main[class^=post_] {
  margin: 0 auto;
  max-width: 48rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
  }
}
#main[class^=post_] > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 {
    margin-bottom: 0;
    width: calc(100% - 30rem);
  }
}
#main[class^=post_] > .sec1 > .inner {
  height: auto;
  width: 100%;
  padding: 0 4rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner {
    padding: 0 4rem;
  }
}
#main[class^=post_] > .sec1 > .inner > .box9 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  padding: 2rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 {
    margin: 0 auto;
    max-width: 90rem;
    padding: 4rem;
  }
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm] {
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  padding: 0 2.25rem;
  position: relative;
  text-align: center;
  width: 9rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm] {
    font-size: 1.35rem;
    padding: 0 2rem;
    width: 12rem;
  }
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].nolnk {
  opacity: 0.5;
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:after {
  background: url("../images/ico_arrow_left_02.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:after {
    height: 4rem;
    width: 2rem;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk) {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk)::after {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk):hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm1:not(.nolnk):hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:after {
    height: 4rem;
    width: 2rem;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk) {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk)::after {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk):hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm2:not(.nolnk):hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm3 {
  padding: 0;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm3 {
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box9 > .lst > [class^=itm].itm3:hover {
    opacity: 0.5;
  }
}
#main[class^=post_] > .sec1 > .inner > .box0 {
  height: auto;
  width: 100%;
}
#main[class^=post_] > .sec1 > .inner > .box0 > .par {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec1 > .inner > .box0 > .par {
    font-size: 2.25rem;
  }
}
#main[class^=post_] > .sec2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 {
    width: 30rem;
  }
}
#main[class^=post_] > .sec2 > .inner {
  height: auto;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner {
    padding: 0 4rem 0 0;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 {
    border-radius: 1.5rem;
    margin-bottom: 6rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  background-color: #f4b1b1;
  color: #ffffff;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 > .phd {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 > .lst {
    padding: 1.5rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm {
    font-size: 1.35rem;
    transition: 0.35s;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm:before {
  content: '\f0da';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm:before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm:hover {
    opacity: 0.5;
  }
}
#main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm.current {
  color: #806c5d;
}
#main[class^=post_] > .sec2 > .inner > .box1 > .lst > .itm.current:before {
  color: #806c5d;
}
#main[class^=post_] > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 {
    border-radius: 1.5rem;
    margin-bottom: 6rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box2 > .phd {
  height: auto;
  width: 100%;
  background-color: #ffe45f;
  color: #ffffff;
  font-family: "Jun 501", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 > .phd {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box2 > .par {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 > .par {
    font-size: 1.35rem;
    padding: 1.5rem;
    transition: 0.35s;
  }
}
#main[class^=post_] > .sec2 > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 > .lst {
    padding: 1.5rem;
  }
}
#main[class^=post_] > .sec2 > .inner > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 > .lst > .itm {
    font-size: 1.35rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main[class^=post_] > .sec2 > .inner > .box2 > .lst > .itm:hover {
    opacity: 0.5;
  }
}
#main[class^=post_] > .sec2 > .inner > .box2 > .lst > .itm.current {
  color: #806c5d;
}

#main.post_lst > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  background-color: #f8c484;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box1 {
    border-radius: 1.5rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
  }
}
#main.post_lst > .sec1 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-family: "Jun 501", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box1 > .phd {
    font-size: 2.25rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 {
    display: flex;
    flex-wrap: wrap;
    margin: -2rem -2rem 4rem -2rem;
    width: calc(100% + 4rem);
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] {
    margin-bottom: 4rem;
    padding: 2rem;
    width: 50%;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner {
    border-radius: 0.75rem;
    height: 100%;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk {
    margin-bottom: 1.5rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk:hover {
    opacity: 0.5;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .img {
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .img {
    margin-bottom: 1.5rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .phd {
  display: block;
  font-family: "Jun 501", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  margin: 0 auto 0.75rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 2.25rem);
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .phd {
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .shd {
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.05rem;
  height: auto;
  letter-spacing: 0.05em;
  margin: 0 auto 1.5rem;
  text-align: center;
  width: calc(100% - 2.25rem);
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .shd {
    font-size: 1.2rem;
    margin: 0 auto 1.5rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .par {
  color: #a38a77;
  display: block;
  font-size: 1.05rem;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 auto;
  width: calc(100% - 2.25rem);
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lnk > .par {
    font-size: 1.2rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 {
  height: auto;
  width: auto;
  left: -0.75rem;
  position: absolute;
  top: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 {
    left: 0;
    top: 3.5rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 > .itm {
  height: auto;
  width: 100%;
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 > .itm:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 > .itm > .lnk {
  height: auto;
  width: 100%;
  background-color: #8ed2f4;
  color: #ffffff;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0.5rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 > .itm > .lnk {
    font-size: 1.35rem;
    padding: 0.75rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst1 > .itm > .lnk:hover {
    opacity: 0.5;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 0.1rem solid #ccad95;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 {
    border-top: 0.2rem solid #ccad95;
    padding: 1.5rem 1.125rem;
  }
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 > .itm {
  height: auto;
  width: auto;
}
#main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 > .itm > .lnk {
  height: auto;
  width: auto;
  color: #a38a77;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 > .itm > .lnk {
    font-size: 1.2rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.post_lst > .sec1 > .inner > .box2 > [class^=box] > .inner > .lst2 > .itm > .lnk:hover {
    opacity: 0.5;
  }
}

#main.post_itm > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 {
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 4rem;
  }
}
#main.post_itm > .sec1 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 > .phd {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
#main.post_itm > .sec1 > .inner > .box1 > .shd {
  height: auto;
  width: 100%;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 > .shd {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}
#main.post_itm > .sec1 > .inner > .box1 > .lst {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main.post_itm > .sec1 > .inner > .box1 > .lst > .itm {
  height: auto;
  width: auto;
}
#main.post_itm > .sec1 > .inner > .box1 > .lst > .itm:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 > .lst > .itm:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
#main.post_itm > .sec1 > .inner > .box1 > .lst > .itm > .lnk {
  height: auto;
  width: auto;
  color: #a38a77;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 > .lst > .itm > .lnk {
    font-size: 1.2rem;
    transition: 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box1 > .lst > .itm > .lnk:hover {
    opacity: 0.5;
  }
}
#main.post_itm > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  padding: 0.75rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 {
    border-radius: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 4rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1:after {
  clear: both;
  content: '';
  display: block;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h1 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h1 {
    font-size: 3.75rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h2 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h2 {
    font-size: 3rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h3 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h3 {
    font-size: 2.625rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h4 {
  height: auto;
  width: 100%;
  clear: both;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h4 {
    font-size: 2.25rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h5 {
  height: auto;
  width: 100%;
  clear: both;
  font-family: "Shin Go Bold", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h5 {
    font-size: 2.025rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 h6 {
  height: auto;
  width: 100%;
  clear: both;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem 0;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 h6 {
    font-size: 1.8rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 p {
  height: auto;
  width: 100%;
  color: #a38a77;
  clear: both;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 1.5rem auto;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 p {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 ul {
  clear: both;
  height: auto;
  margin: 1.5rem 0 1.5rem 1.5rem;
  list-style: disc;
  width: calc(100% - 1.5rem);
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 ol {
  clear: both;
  height: auto;
  margin: 1.5rem 0 1.5rem 1.5rem;
  list-style: decimal;
  width: calc(100% - 1.5rem);
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 li {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 li {
    font-size: 1.35rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 blockquote {
  height: auto;
  width: 100%;
  clear: both;
  background-color: #fff6e9;
  border: 0.1rem solid #e6c2a8;
  margin: 1.5rem 0;
  padding: 0.75rem;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 strong {
  font-weight: 700;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 em {
  font-style: italic;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 img {
  height: auto;
  width: auto;
  max-width: 100%;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 ins {
  text-decoration: underline;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 del {
  text-decoration: line-through;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 a {
  color: #f8c484;
  text-decoration: underline;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 a {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box1 a:hover {
    opacity: 0.5;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 code {
  font-style: italic;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 hr {
  border: 0.1rem solid #b39782;
  clear: both;
  margin: 3rem 0;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .alignleft {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .aligncenter {
  display: block;
  margin: 1.5rem auto;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .alignright {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .alignnone {
  margin: 1.5rem auto;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .wp-caption {
  max-width: 100%;
}
#main.post_itm > .sec1 > .inner > .box2 > .box1 .wp-caption-text {
  text-align: center;
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
  border-top: 0.2rem solid #b39782;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box2 {
    margin-top: 4rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 > .par {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk {
  height: auto;
  width: auto;
  display: block;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk {
    font-size: 1.35rem;
    transition: 0.35s;
    line-height: 2;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk:not(:last-of-type) {
  margin-right: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk:hover {
  opacity: 0.5;
}
#main.post_itm > .sec1 > .inner > .box2 > .box2 > .par > .lnk > .ico {
  color: #f8c484;
  margin-right: .5em;
}
