@charset "UTF-8";
#aff-contents .p-page-header {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto -80px;
}
#aff-contents .p-page-header__item {
  width: 115px;
  margin-right: 12px;
}
#aff-contents .p-page-header__item:last-child {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-page-header {
    max-width: 100%;
    margin: 0 auto -20px;
  }
  #aff-contents .p-page-header__item {
    width: 12%;
    margin-right: 3%;
  }
  #aff-contents .p-page-header__item:last-child {
    width: 17.7%;
  }
}

#aff-contents .p-page-ttl {
  margin: 0 auto 60px;
  width: 960px;
  text-align: center;
}
#aff-contents .p-page-ttl__series {
  /*      margin: 0 auto; */
  margin: 0 auto 50px;
  width: 10.8%;
  text-align: center;
}
#aff-contents .p-page-ttl__visual {
  margin: 0 auto 70px 0;
  width: 100%;
}
#aff-contents .p-page-ttl__main {
  margin: 0 auto 60px;
  width: 83.3%;
}
#aff-contents .p-page-ttl__lead {
  margin: 60px auto 50px;
  width: 66.66%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-page-ttl {
    margin-bottom: 20px;
    width: 100%;
  }
  #aff-contents .p-page-ttl__series {
    /*      margin: 0 auto; */
    margin: 0 auto 20px;
  }
  #aff-contents .p-page-ttl__visual {
    margin: 0 auto 30px 0;
  }
  #aff-contents .p-page-ttl__main {
    margin: 0 auto 30px;
  }
  #aff-contents .p-page-ttl__lead {
    margin: 30px auto 20px;
  }
}

/* 今週の見どころ */
#aff-contents .p-intro {
  margin: 0 auto 40px;
  width: 100%;
}
#aff-contents .p-intro .check-point {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(217, 234, 226, 1) 5px,
    rgba(217, 234, 226, 1) 7px
  );
  position: relative;
  margin: 100px 0;
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 1;
}
#aff-contents .p-intro .check-point::before {
  position: absolute;
  top: -27px;
  background: url(/j/pr/aff/2308/img/table_border.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 54px;
}
#aff-contents .p-intro .check-point::after {
  position: absolute;
  bottom: -27px;
  background: url(/j/pr/aff/2308/img/table_border.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 54px;
}

#aff-contents .p-intro .point {
  margin: -80px auto 30px;
  width: 29.4%;
  z-index: 5;
}
#aff-contents .p-intro ul {
  margin: 0 auto;
  text-align: left;
}
#aff-contents .p-intro li {
  font-size: 1.3125rem;
  line-height: 2.2;
  /*      line-height: 1.8; */
  padding-left: 1em;
  list-style: none;
}
#aff-contents .p-intro li a {
  position: relative;
  padding-right: 10px;
  text-decoration: underline;
}
#aff-contents .p-intro li a:before {
  content: ">";
  /* width: 6px;
      height: 6px; */
  left: -1em;
  /* top: calc(50% - 3px); */
  position: absolute;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-intro .check-point::before,
  #aff-contents .p-intro .check-point::after {
    background-size: cover;
  }
  #aff-contents .p-intro .point {
    margin: -40px auto 20px;
  }
  #aff-contents .p-intro ul {
    width: 90%;
  }
  #aff-contents .p-intro li {
    font-size: 1.125rem;
    line-height: 1.85;
  }
}

/* 見どころ詳細 */
#aff-contents .p-point__content {
  margin: 0 auto 40px;
  width: 100%;
}
#aff-contents #Point01,
#aff-contents #Point03 {
  margin-bottom: 160px;
}
#aff-contents #Point02,
#aff-contents #Point04 {
  margin-bottom: 100px;
}
#aff-contents .p-point__content h2.ttl {
  margin-bottom: 40px;
  padding: 0;
  border: none;
  position: relative;
  background: none;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #aff-contents #Point01,
  #aff-contents #Point02,
  #aff-contents #Point03 {
    margin-bottom: 80px;
  }
  #aff-contents #Point04 {
    margin-bottom: 50px;
  }
  #aff-contents .p-point__content h2.ttl {
    margin-bottom: 25px;
  }
}
#aff-contents .p-point__content .box-large {
  margin: 0 auto 40px;
  width: 100%;
}
#aff-contents .p-point__content .box-medium {
  margin: 0 auto 80px;
  width: 740px;
  text-align: justify;
  word-break: break-all;
}
#aff-contents .p-point__content .text-box p a {
  color: #aa8546;
  background: none;
}
#aff-contents .p-point__content picture + p {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .box-large {
    margin: 0 auto 20px;
    width: 100%;
  }
  #aff-contents .p-point__content .box-medium {
    margin: 0 auto 40px;
    width: 90%;
  }
  #aff-contents .p-point__content picture {
    margin: 0 auto;
    width: 100%;
  }
  #aff-contents .p-point__content picture + p {
    margin-top: 3%;
  }
  #aff-contents p {
    font-size: 1.125rem;
  }
}

/* 監修 */
#aff-contents .p-point__content .supervise {
  margin-left: 290px;
  margin-bottom: 0.2rem;
  font-size: 1.25rem; /* 20pt */
  font-weight: 700;
  color: #007440;
}
#aff-contents .p-point__content .supervision {
  margin-bottom: 90px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
}
#aff-contents .p-point__content .supervision .ph-box {
  width: 260px;
  position: absolute;
  left: 0;
  z-index: 30;
}
#aff-contents .p-point__content .supervision {
  position: relative;
  z-index: 20;
}
#aff-contents .p-point__content .supervision .text-box {
  width: calc(100% - 130px);
  padding: 20px 20px 20px 160px;
  background-color: #d9eae2;
  position: relative;
}
#aff-contents .p-point__content .supervision .text-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 5px,
    rgba(255, 240, 0, 1) 5px,
    rgba(255, 240, 0, 1) 7px
  );
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
#aff-contents .p-point__content .supervision .text-box p.post {
  margin-top: 20px;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .supervise {
    margin-left: 0;
    margin-bottom: 0.2rem;
    font-size: 1.25rem; /* 20pt */
    font-weight: 700;
    color: #007440;
    text-align: center;
  }
  #aff-contents .p-point__content .supervision {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #aff-contents .p-point__content .supervision .ph-box {
    margin: 0 auto;
    width: 40%;
    position: relative;
    left: auto;
    top: auto;
  }
  #aff-contents .p-point__content .supervision .text-box {
    margin-top: -50px;
    padding: 60px 15px 15px;
    width: 100%;
  }
  #aff-contents .p-point__content .supervision .text-box picture {
    display: block;
    margin-right: 45%;
    width: 55%;
    /*
    margin-right: 34.3%;
    width: 66.6%;
*/
  }
  #aff-contents .p-point__content .supervision .text-box p.post {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

/* === point - Base === */
#aff-contents .p-point__content a[href^="http://"],
    #aff-contents .p-point__content a[href^="https://"]
{
  background: none;
}
#aff-contents .p-point__content .ph-box p.cap {
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.33; /* 24pt */
  font-weight: 700;
  color: #007440;
}
#aff-contents .p-point__content .text-box p {
  margin: 0;
  padding: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  text-align: justify;
  word-break: break-all;
}
#aff-contents .p-point__content .text-box p.note {
  margin: 0.5em 0 0;
  font-size: 0.75rem; /* 12pt */
}
#aff-contents .p-point__content .ph-small {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
/*
    @media screen and (max-width: 768px) {
      #aff-contents .p-point__content .ph-box p.cap,
      #aff-contents .p-point__content .text-box p {
        font-size: 1.125rem;;
      }
    }
*/

/* Point01, Point03 */
#aff-contents .p-point__content h2.ttl {
  margin: 25px auto 30px;
  padding-left: 50px;
  font-size: 2.125rem;
  font-weight: 700;
  position: relative;
  border: none;
  background: none;
}
#aff-contents .p-point__content h2.ttl::before {
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: -25px;
  position: absolute;
  background: url(/j/pr/aff/2309/img/spe_1_02/flag.svg) no-repeat;
}
#aff-contents .p-point__content h2.ttl span {
  background: linear-gradient(transparent 80%, #80b99f 80%);
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content h2.ttl {
    margin: 25px auto 25px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
  #aff-contents .p-point__content h2.ttl::before {
    width: 30px;
    height: 30px;
    left: 0;
    top: -15px;
  }
}
#aff-contents .p-point__content h3 {
  margin: 0 0 40px;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.33;
  font-weight: 700;
  color: #007440;
  border: none;
  background: none;
}
#aff-contents .p-point__content .gen {
  color: #265e49;
  font-weight: 700;
}
#aff-contents .p-point__content .kou {
  color: #663399;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
}

#aff-contents .p-point__content.interview .ph01 {
  margin: 0 auto;
  width: 52.7%;
}
#aff-contents .p-point__content.interview .ph02 {
  position: relative;
  margin: 0 auto;
  width: 77%;
}
#aff-contents .p-point__content.interview .ph02 picture {
  margin-right: 15.8%;
  width: 84.2%;
}
#aff-contents .p-point__content.interview .ph02 p.cap {
  width: 35.08%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#aff-contents .p-point__content.interview .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
#aff-contents .p-point__content.interview .ph03,
#aff-contents .p-point__content.interview .ph04 {
  margin-bottom: 80px;
}

#aff-contents .p-point__content.interview .ph03,
#aff-contents .p-point__content.interview .ph04,
#aff-contents .p-point__content.interview .ph05,
#aff-contents .p-point__content.interview .ph06,
#aff-contents .p-point__content.interview .ph07,
#aff-contents .p-point__content.interview .ph08 {
  width: 47.29%;
}
#aff-contents .p-point__content.interview .ph09 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.interview .ph03,
  #aff-contents .p-point__content.interview .ph04,
  #aff-contents .p-point__content.interview .ph05,
  #aff-contents .p-point__content.interview .ph07 {
    margin-bottom: 40px;
  }
  #aff-contents .p-point__content.interview .ph01,
  #aff-contents .p-point__content.interview .ph02,
  #aff-contents .p-point__content.interview .ph03,
  #aff-contents .p-point__content.interview .ph04,
  #aff-contents .p-point__content.interview .ph05,
  #aff-contents .p-point__content.interview .ph06,
  #aff-contents .p-point__content.interview .ph07,
  #aff-contents .p-point__content.interview .ph08 {
    width: 100%;
  }
  #aff-contents .p-point__content.interview .ph02 picture {
    margin-right: 0;
    width: 100%;
  }
  #aff-contents .p-point__content.interview .ph02 p.cap {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

/* Point03 = wood */
#aff-contents .p-point__content.scale .box-medium.lead {
  margin-bottom: 0;
}
#aff-contents .p-point__content .editorial {
  font-size: 0.625rem; /* 10pt */
  line-height: 1.4;
}

#aff-contents .p-point__content .notes,
#aff-contents .p-point__content .wood,
#aff-contents .p-point__content .card,
#aff-contents .p-point__content .explained {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#aff-contents .p-point__content .notes {
/*
  margin-left: 5.21%;
  width: 94.79%;
*/
  padding: 10px 0;
  width: 100%;
  align-items: stretch;
}
#aff-contents .p-point__content .notes p {
  width: 53%;
  font-size: 0.625rem; /*10pt*/
  line-height: 1.4;
}
#aff-contents .p-point__content .notes p a {
  color: #1a90c3;
}
#aff-contents .p-point__content .notes .scales {
/*  width: 45.93%; */
  width: 44%;
}
#aff-contents .p-point__content .notes.scaler1 {
  align-items: flex-end;
}
#aff-contents .p-point__content .notes.scaler1 p {
  margin-left: 5.21%;
  margin-bottom: 25px;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.22;
  padding-left: 1em;
  text-indent: -1em;
}
#aff-contents .p-point__content .notes.scaler2 {
  align-items: flex-start;
}
#aff-contents .p-point__content .notes.scaler2 p {
  margin-top: 25px;
}

#aff-contents .p-point__content .wood h3 {
  margin: 0;
  padding: 28px 0;
  font-size: 1.875rem; /*30pt*/
  font-weight: 700;
  color: #353535;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-align: left;
  writing-mode: vertical-rl;
}
#aff-contents .p-point__content .wood h4 {
  margin: 0;
  padding: 0 0 8px;
  font-size: 1.625rem; /*26pt*/
  font-weight: 700;
  color: #353535;
  line-height: 1.61;
  background: none;
  border: none;
}

#aff-contents .p-point__content .wood ul {
  width: 910px;
  width: 94.79%;
}
#aff-contents .p-point__content .wood,
#aff-contents .p-point__content .wood li {
  border-bottom: #333 dashed 1px;
}
#aff-contents .p-point__content .wood li:last-child {
  border-bottom: none;
}

#aff-contents .p-point__content .card .info {
  padding: 15px 0;
  width: 53.84%;
}
#aff-contents .p-point__content .card .scale-box {
  width: 43.95%;
}

#aff-contents .p-point__content .explained .ph-box {
  width: 22.44%;
}
#aff-contents .p-point__content .explained .txt-box {
  width: 71.42%;
  text-align: justify;
  word-break: break-all;
}
#aff-contents .p-point__content .explained .txt-box p {
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .notes,
  #aff-contents .p-point__content .wood,
  #aff-contents .p-point__content .card {
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content .notes {
    margin-left: 0;
    padding: 10px 0;
    width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
#aff-contents .p-point__content .notes p,
#aff-contents .p-point__content .notes .scales {
  width: 100%;
}
#aff-contents .p-point__content .notes.scaler1 p,
#aff-contents .p-point__content .notes.scaler2 p {
  margin-top: 10px;
  margin-bottom: 10px;
}


  #aff-contents .p-point__content .wood h3 {
  padding: 0;
  writing-mode: horizontal-tb;
}
#aff-contents .p-point__content .wood ul {
  width: 100%;
}
#aff-contents .p-point__content .wood,
#aff-contents .p-point__content .wood li {
  margin-bottom: 40px;
  border-bottom: none;
}
#aff-contents .p-point__content .wood.broadleaf,
#aff-contents .p-point__content .wood li:last-child {
  margin-bottom: 0;
}

#aff-contents .p-point__content .card .info {
  padding: 15px 0;
  width: 100%;
}
#aff-contents .p-point__content .card .scale-box {
  width: 100%;
}

}

/* Point02 = column */
#aff-contents .p-point__content .column {
  padding: 35px;
  background-color: #f2eace;
}
#aff-contents .p-point__content .column h2 {
  margin: -8% auto 0;
  padding: 0;
  width: 17%;
  background: none;
  border: none;
}
#aff-contents .p-point__content .column .ttl {
  margin: 0.5em 0 1em;
  font-size: 2.25rem; /* 36pt */
  line-height: 1;
  color: #aa8246;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#aff-contents .p-point__content .column .ttl::before,
#aff-contents .p-point__content .column .ttl::after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  width: 12px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#aff-contents .p-point__content .column .ttl::before {
  left: 0;
  background-image: url(/j/pr/aff/2309/img/spe_1_02/column_parts01.svg);
}
#aff-contents .p-point__content .column .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2309/img/spe_1_02/column_parts02.svg);
}

#aff-contents .p-point__content .column .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
#aff-contents .p-point__content .column .inner .txt-box {
  width: 57.46%;
}
#aff-contents .p-point__content .column .inner .ph-box {
  width: 35.82%;
}
#aff-contents .p-point__content .column .inner .list-box {
  padding: 25px;
  width: 100%;
  background-color: #fff;
}
#aff-contents .p-point__content .column p {
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}
#aff-contents .p-point__content .column li {
  position: relative;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  padding-left: 1em;
}
#aff-contents .p-point__content .column li::before {
  position: absolute;
  content: "・";
  color: #aa8246;
  font-size: 1rem;
  left: 0;
}

#aff-contents .p-point__content .column p.cap {
  margin-top: 15px;
  color: #aa8246;
  font-weight: 700;
}
#aff-contents .p-point__content .column p.link {
  font-size: 0.875rem; /* 14pt */
  line-height: 1.57; /* 22pt */
}
#aff-contents .p-point__content .column p.link a {
  background: none;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .column {
    padding: 20px;
  }
  #aff-contents .p-point__content .column h2 {
    margin: -12% auto 0;
    padding: 0;
    width: 32%;
  }
  #aff-contents .p-point__content .column .ttl {
    margin: 0.5em 0 1.5em;
    font-size: 1.25rem; /* 20pt */
    line-height: 1.2;
  }
  #aff-contents .p-point__content .column .ttl::before {
    left: 0;
    background-image: url(/j/pr/aff/2309/img/spe_1_02/column_parts01_2l.svg);
  }
  #aff-contents .p-point__content .column .ttl::after {
    right: 0;
    background-image: url(/j/pr/aff/2309/img/spe_1_02/column_parts02_2l.svg);
  }

  #aff-contents .p-point__content .column .inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content .column .inner .txt-box {
    margin-bottom: 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .column .inner .ph-box {
    width: 100%;
  }
  #aff-contents .p-point__content .column .inner .list-box {
    padding: 15px;
  }
}

/* Point04 = Topics */
#aff-contents .p-point__content .topics {
  padding: 35px;
  background-color: #cce3d9;
  position: relative;
  background-image: url(/j/pr/aff/2309/img/spe_1_02/pt04_ph02.png);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 40.13% auto;
}
#aff-contents .p-point__content .topics h2 {
  margin: -8% auto 0;
  padding: 0;
  width: 17%;
  background: none;
  border: none;
}
#aff-contents .p-point__content .topics .ttl {
  margin: 0.5em 0 1em;
  font-size: 2.25rem; /* 36pt */
  line-height: 1;
  color: #007440;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#aff-contents .p-point__content .topics .ttl::before,
#aff-contents .p-point__content .topics .ttl::after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  width: 12px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#aff-contents .p-point__content .topics .ttl::before {
  left: 0;
  background-image: url(/j/pr/aff/2309/img/spe_1_02/topics_parts01.svg);
}
#aff-contents .p-point__content .topics .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2309/img/spe_1_02/topics_parts02.svg);
}
/*
#aff-contents .p-point__content .topics .pop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40.13%;
}
*/
#aff-contents .p-point__content .topics .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
#aff-contents .p-point__content .topics .txt-box {
  margin-bottom: 1em;
  width: 54.47%;
}
#aff-contents .p-point__content .topics .ph-box {
  width: 42.53%;
}
#aff-contents .p-point__content .topics p {
  margin: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}
#aff-contents .p-point__content .topics p.authority {
  margin-right: 160px;
}
#aff-contents .p-point__content .topics p.authority a {
  color: #1a90c3;
}
#aff-contents .p-point__content .topics p.attention {
  font-size: 0.875rem; /* 18pt */
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .topics {
    padding: 20px 20px 90px;
background-size: 50% auto;
  }
  #aff-contents .p-point__content .topics h2 {
    margin: -12% auto 0;
    padding: 0;
    width: 32%;
  }
  #aff-contents .p-point__content .topics .ttl {
    margin: 0.5em 0 1.5em;
    padding-left: 0.8em;
    font-size: 1.25rem; /* 20pt */
    line-height: 1.2;
  }
  #aff-contents .p-point__content .topics .ttl::before {
    left: 0;
    background-image: url(/j/pr/aff/2309/img/spe_1_02/topics_parts01_2l.svg);
  }
  #aff-contents .p-point__content .topics .ttl::after {
    right: 0;
    background-image: url(/j/pr/aff/2309/img/spe_1_02/topics_parts02_2l.svg);
  }
  /*
  #aff-contents .p-point__content .topics .pop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27%;
  }
  */
  #aff-contents .p-point__content .topics .inner {
    justify-content: center;
    flex-direction: column;
  }
  #aff-contents .p-point__content .topics .txt-box {
    margin-bottom: 1em;
    width: 100%;
  }
  #aff-contents .p-point__content .topics .ph-box {
    margin: 0 auto 1em;
    width: 70%;
  }
  #aff-contents .p-point__content .topics p.authority {
    margin-right: 0;
  }
}
