@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;
  width: 100%;
}
/*
#aff-contents .p-page-ttl__main {
  margin: 0 auto 60px;
  width: 70.7%;
}
*/
#aff-contents .p-page-ttl__lead {
  margin: 60px auto 50px;
  width: 91.77%;
  text-align: center;
}
#aff-contents .p-page-ttl__lead p.memo {
  margin: 30px auto 0;
  padding: 0 0 0 1em;
  width: 740px;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  text-indent: -1em;
  text-align: justify;
  word-break: break-all;
}
#aff-contents .p-page-ttl__txt {
  font-weight: bold;
  font-size: 1.125em;
}
@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,
  #aff-contents .p-page-ttl__main {
    margin: 0 auto 30px;
  }
  #aff-contents .p-page-ttl__lead {
    margin: 30px auto 20px;
  }
  #aff-contents .p-page-ttl__lead p.memo {
    margin: 30px auto 0;
    padding: 0 0 0 1em;
    width: 100%;
    font-size: 0.65rem;
  }
  #aff-contents .p-page-ttl__txt {
    font-size: 0.8125em;
  }
}

/* 今週の見どころ */
#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/2309/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/2309/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 {
  margin-bottom: 100px;
}
#aff-contents #Point02 {
  margin-bottom: 160px;
}
#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 {
    margin-bottom: 50px;
  }
  #aff-contents #Point02 {
    margin-bottom: 80px;
  }
  #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;
  }
}

/* === 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 70px;
  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_03/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 40px;
    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.prize h3 {
  margin-bottom: 30px;
  width: 100%;
  font-size: 1.625rem; /* 26pt */
  line-height: 1;
  color: #007440;
  font-weight: 700;
  border: none;
  background: none;
}

#aff-contents .p-point__content.prize h4 {
  margin: 0 auto 30px;
  border: none;
  background: none;
}
#aff-contents .p-point__content.prize.prize01 h4 {
  width: 71.63%;
}
#aff-contents .p-point__content.prize.prize02 h4,
#aff-contents .p-point__content.prize.prize03 h4 {
  width: 74.73%;
}
#aff-contents .p-point__content.prize.prize01 .cap,
#aff-contents .p-point__content.prize.prize02 .cap,
#aff-contents .p-point__content.prize.prize03 .cap {
  margin: 0;
  padding: 1em;
  width: 100%;
  background-color: #007440;
  line-height: 1.33;
  color: #fff;
}
#aff-contents .p-point__content.prize .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#aff-contents .p-point__content.prize .inner .ph-box {
  width: 67.56%;
}
#aff-contents .p-point__content.prize .inner .txt-box {
  width: 29.73%;
}
#aff-contents .p-point__content.prize.prize03 .inner {
  margin: 0 11.42%;
  width: 77.16%;
}
#aff-contents .p-point__content.prize.prize03 .inner .ph-box {
  width: 57.8%;
}
#aff-contents .p-point__content.prize.prize03 .inner .txt-box {
  width: 38.52%;
}

#aff-contents .p-point__content.prize .inner .txt-box p {
  margin: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.33; /* 24pt */
  font-weight: 700;
  color: #007440;
}

#aff-contents .p-point__content.prize p.authority {
  margin-top: 2em;
}
#aff-contents .p-point__content.prize p.authority a {
  color: #1a90c3;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.prize.prize01 h4 {
    width: 85.95%; /* x1.2 */
  }
  #aff-contents .p-point__content.prize.prize02 h4,
  #aff-contents .p-point__content.prize.prize03 h4 {
    width: 89.67%; /* x1.2 */
  }
  #aff-contents .p-point__content.prize.prize01 .cap,
  #aff-contents .p-point__content.prize.prize02 .cap,
  #aff-contents .p-point__content.prize.prize03 .cap {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    background: none;
    line-height: 1.33;
    color: #007440;
  }

  #aff-contents .p-point__content.prize .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content.prize .inner .ph-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #aff-contents .p-point__content.prize .inner .txt-box {
    width: 100%;
  }
  #aff-contents .p-point__content.prize.prize03 .inner {
    margin: 0 15%;
    width: 70%;
  }
  #aff-contents .p-point__content.prize.prize03 .inner .ph-box {
    width: 100%;
  }
  #aff-contents .p-point__content.prize.prize03 .inner .txt-box {
    width: 100%;
  }

  #aff-contents .p-point__content.prize p.authority {
    margin-top: 0;
  }
}

#aff-contents .p-point__content.prize .interview p {
  margin-bottom: 0;
}

#aff-contents .p-point__content.prize span.akaike {
  margin-right: 0.5em;
  color: #663399;
  font-weight: 700;
}
#aff-contents .p-point__content.prize span.suzuki {
  margin-right: 0.5em;
  color: #265e49;
  font-weight: 700;
}

/* Point02  */
#aff-contents .p-point__content.prize_sub h2 {
  margin-bottom: 30px;
  width: 41.21%;
  border: none;
  background: none;
}
#aff-contents .p-point__content.prize_sub h3 {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.3;
  font-weight: 700;
  border: none;
  background: none;
}
#aff-contents .p-point__content.prize_sub h4 {
  width: 100%;
  font-size: 1.25rem; /* 20pt */
  line-height: 1.3;
  color: #007440;
  font-weight: 700;
  border: none;
  background: none;
}
#aff-contents .p-point__content.prize_sub h5 {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  border: none;
  background: none;
}
#aff-contents .p-point__content.prize_sub .ph-box {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.prize_sub h2 {
    margin-bottom: 15px;
    width: 61.815%; /* x1.5 */
  }
  #aff-contents .p-point__content.prize_sub h3,
  #aff-contents .p-point__content.prize_sub h5 {
    margin-bottom: 10px;
  }
  #aff-contents .p-point__content.prize_sub .ph-box {
    margin-bottom: 20px;
  }

  #aff-contents .p-point__content.prize_sub .ph-box.ph02,
  #aff-contents .p-point__content.prize_sub .ph-box.ph03,
  #aff-contents .p-point__content.prize_sub .ph-box.ph06 {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

/* Point03 = Topics */
#aff-contents .p-point__content .topics {
  padding: 35px 35px 0;
  background-color: #cce3d9;
}
#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_03/topics_parts01.svg);
}
#aff-contents .p-point__content .topics .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2309/img/spe_1_03/topics_parts02.svg);
}
#aff-contents .p-point__content .topics .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#aff-contents .p-point__content .topics .inner:last-child {
  align-items: flex-end;
}
#aff-contents .p-point__content .topics .ph-box {
  width: 37.31%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#aff-contents .p-point__content .topics .txt-box {
  width: 59.7%;
}
#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 {
  padding-top: 1em;
  padding-bottom: 35px;
}

#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 0;
  }
  #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;
    font-size: 1.25rem; /* 20pt */
    line-height: 1.2;
  }

  #aff-contents .p-point__content .topics .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content .topics .inner:last-child {
    flex-direction: column-reverse;
  }
  #aff-contents .p-point__content .topics .ph-box {
    width: 100%;
  }
  #aff-contents .p-point__content .topics .txt-box {
    padding-top: 1em;
    width: 100%;
  }
  #aff-contents .p-point__content .topics .inner:last-child .ph-box {
    width: 70%;
    margin: 0 15%;
  }

  #aff-contents .p-point__content .topics p.authority {
    padding-top: 0;
    padding-bottom: 1em;
  }
}

#aff-contents .p-point__content .award {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#aff-contents .p-point__content .award h3 {
  background-color: none;
  border: none;
  margin-bottom: 40px;
}
#aff-contents .p-point__content .award .ph-box {
  margin-bottom: 30px;
}
#aff-contents .p-point__content .award p.authority {
  margin: 0;
  padding: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  text-align: center;
}
#aff-contents .p-point__content .award p.authority a {
  color: #1a90c3;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .award h3 {
    margin-bottom: 30px;
  }
  #aff-contents .p-point__content .award .ph-box {
    width: 70%;
    margin: 0 15% 20px;
  }
}
