@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%; */
    width: 77.08%; 
    }
   #aff-contents .p-page-ttl__main {
    margin: 0 auto 60px;
      width: 51.45%; }
  #aff-contents .p-page-ttl__lead {
    margin: 60px auto 50px;
    width: 78.75%;
    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, 
    #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(215, 237, 225, 1) 5px, rgba(215, 237, 225, 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 #Point02, 
    #aff-contents #Point03 {
      margin-bottom: 100px;
  }
    #aff-contents #Point04, 
    #aff-contents #Point05 {
      margin-bottom: 140px;
  }
    #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: 50px;
      }
      #aff-contents #Point04, 
      #aff-contents #Point05 {
        margin-bottom: 70px;
      }
      #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; }
  }


  /* Point01, Point02 */
  #aff-contents .p-point__content.how h2.ttl,
  #aff-contents .p-point__content.type 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.how h2.ttl::before,
  #aff-contents .p-point__content.type h2.ttl::before {
      content: '';
      width: 50px;
      height: 50px;
      left: 0;
      top: -25px;
      position: absolute;
      background: url(/j/pr/aff/2308/img/spe_1_03/flag.svg) no-repeat; 
  }
  #aff-contents .p-point__content.how h2.ttl span,
  #aff-contents .p-point__content.type h2.ttl span {
      background:linear-gradient(transparent 80%, #61b98b 80%);
  }
  @media screen and (max-width: 768px) {
    #aff-contents .p-point__content.how h2.ttl,
    #aff-contents .p-point__content.type h2.ttl {
        margin: 25px auto 25px;
        padding-left: 30px;
        font-size: 1.6rem;
    }
    #aff-contents .p-point__content.how h2.ttl::before,
    #aff-contents .p-point__content.type h2.ttl::before {
        width: 30px;
        height: 30px;
        left: 0;
        top: -15px;
    }
  }

  /* Point01 */
  #aff-contents .p-point__content.how .box-green {
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #61b98b;
    position: relative;
  }
  #aff-contents .p-point__content.how .box-green h3 {
    margin: 0 0 15px;
    width: 36.47%;
    border: none;
    background: none;
  }
  #aff-contents .p-point__content.how .inner {
    margin: 0 auto;
    width: 72.97%;
  }
  #aff-contents .p-point__content.how p.cap {
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.125rem; /* 18pt */
    line-height: 1.33; /* 24pt */
    font-weight: 700;
    color: #61b98b;
  }
  @media screen and (max-width: 768px) {
    #aff-contents .p-point__content.how .box-green {
      padding: 20px;
    }
    #aff-contents .p-point__content.how .box-green h3 {
      width: 65.65%; /* x1.8 */
    }
  }


  /* Point02 */
  #aff-contents .p-point__content.type .card-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  #aff-contents .p-point__content.type .card {
    width: 27.29%;
  }
  #aff-contents .p-point__content.type h3 {
    margin: 20px 0 15px 0;
    font-size: 1.5rem; /* 24pt */
    line-height: 1.33;
    font-weight: 700;
    color: #61b98b;
    border: none;
    background: none;
  }
  #aff-contents .p-point__content.type .box-large h3 {
    margin: 0 auto 50px;
    width: 740px;
  }
  #aff-contents .p-point__content.type .box-large p {
    margin: 30px auto 0;
    width: 740px;
  }
  #aff-contents .p-point__content.type .box-large .authority {
    margin-top: 1em;
  }
  #aff-contents .p-point__content.type .box-large .authority a {
    color: #1a90c3;
    word-break: break-all;
    background: none;
  }
  @media screen and (max-width: 768px) {
    #aff-contents .p-point__content.type .card-list {
      width: 100%;
      display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    #aff-contents .p-point__content.type .card {
      margin-bottom: 40px;
      width: 100%;
    }
    #aff-contents .p-point__content.type .card:last-child {
      margin-bottom: 0;
    }
    #aff-contents .p-point__content.type .card .ph-box {
      margin: 0 auto;
      width: 70%;
    }

    #aff-contents .p-point__content.type .box-large h3 {
      margin: 0 auto 20px;
      width: 100%;
    }
    #aff-contents .p-point__content.type .box-large p {
      margin: 10px auto 0;
      width: 100%;
    }
  }

  /* Point03 */
  #aff-contents .p-point__content.interview h2.ttl {
    margin-bottom: 60px;
    width: 100%;
    background: none;
  }
  #aff-contents .p-point__content.interview .person-list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: row;
  }
  #aff-contents .p-point__content.interview .person {
      width: 44.59%;
  }
  #aff-contents .p-point__content.interview .name01 {
    margin: 20px 0 15px 0;
    width: 37.27%;
  }
  #aff-contents .p-point__content.interview .name02 {
    margin: 20px 0 15px 0;
    width: 45.45%;
  }

  #aff-contents .p-point__content.type .card-list2, 
  #aff-contents .p-point__content.interview .card-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  #aff-contents .p-point__content.type .card-list2 .card,
  #aff-contents .p-point__content.interview .card {
    width: 27.29%;
  }

  #aff-contents .p-point__content.type h3.cl2,
  #aff-contents .p-point__content.interview h3 {
      margin: 0 auto 20px;
      font-size: 1.875rem; /* 30pt */
      line-height: 1.6;
      color: #61b98b;
      text-align: center;
    background: none;
    border: none;
  }
  #aff-contents .p-point__content.type .card-list2 .card .ph-box,
  #aff-contents .p-point__content.interview .card .ph-box {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #aff-contents .p-point__content.type .card-list2 .card h4,
  #aff-contents .p-point__content.interview .card h4 {
    margin: 10px auto;
    font-size: 1.125rem; /* 18pt */
    line-height: 1.33; /* 24pt */
    font-weight: 700;
    text-align: center;
    font-weight: 700;
    background: none;
    border: none;
  }
  #aff-contents .p-point__content.interview .iv {
      font-weight: 700;
  }
  #aff-contents .p-point__content.interview .isa {
      color: #9f5223;
      font-weight: 700;
  }
  #aff-contents .p-point__content.interview .mano {
      color: #396ab1;
      font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    #aff-contents .p-point__content.interview h2.ttl {
      margin-bottom: 30px;
    }
    #aff-contents .p-point__content.interview .person-list {
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
    }
    #aff-contents .p-point__content.interview .person {
      width: 100%;
    }
    #aff-contents .p-point__content.interview .person:last-child {
      margin-top: 30px;
    }
    #aff-contents .p-point__content.interview .person .ph-box {
      margin: 0 auto;
      width: 70%;
    }

    #aff-contents .p-point__content.type .card-list2, 
    #aff-contents .p-point__content.interview .card-list {
      width: 100%;
      display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    #aff-contents .p-point__content.type .card-list2 .card,
    #aff-contents .p-point__content.interview .card {
      margin-bottom: 40px;
      width: 100%;
    }
    #aff-contents .p-point__content.type .card-list2 .card:last-child,
    #aff-contents .p-point__content.interview .card:last-child {
      margin-bottom: 0;
    }
    #aff-contents .p-point__content.type .card-list2 .card .ph-box,
    #aff-contents .p-point__content.interview .card .ph-box {
      margin: 0 auto;
      width: 70%;
    }

  }

  /* Point04 */
  #aff-contents .p-point__content.competition .box-green {
    padding: 30px;
    border: 1px solid #61b98b;
    position: relative;
  }
  #aff-contents .p-point__content.competition h3 {
    margin: 0 0 15px 0;
    width: 45.44%;
    border: none;
    background: none;
  }
  #aff-contents .p-point__content.competition .inner {
    margin-top: 80px;
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  #aff-contents .p-point__content.competition .ph-box {
      width: 52.97%;
  }
  #aff-contents .p-point__content.competition .text-box {
      width: 43%;
  }
  #aff-contents .p-point__content.competition .ill-box {
      width: 100%;
  }
  #aff-contents .p-point__content.competition p.cap {
    font-size: 1.125rem; /* 18pt */
    line-height: 1.33; /* 24pt */
    font-weight: 700;
    color: #61b98b;
  }
  #aff-contents .p-point__content.competition .authority {
    margin-top: 1em;
  }

  @media screen and (max-width: 768px) {
    #aff-contents .p-point__content.competition .box-green {
      padding: 20px;
    }
    #aff-contents .p-point__content.competition .box-green h3 {
      width: 81.79%; /* x1.8 */
    }
    #aff-contents .p-point__content.competition .inner {
      margin-top: 40px;
      margin-bottom: 40px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
    }
    #aff-contents .p-point__content.competition .ph-box {
      width: 100%;
      margin-bottom: 15px;
    }
    #aff-contents .p-point__content.competition .text-box {
      width: 100%;
    }
  }


/* Point05 = 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.0%;
  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/2308/img/spe_1_03/column_parts01.svg);
}
#aff-contents .p-point__content .column .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2308/img/spe_1_03/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 .tile {
  margin-bottom: 35px;
  width: 47%;
}
#aff-contents .p-point__content .column p {
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}
#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 .inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content .column .inner .tile {
    margin-bottom: 30px;
    width: 100%;
  }
}

/* Point06 = Topics */
#aff-contents .p-point__content .topics {
  padding: 35px;
  background-color: #dff1e8;
}
#aff-contents .p-point__content .topics h2 {
  margin: -8% auto 0;
  padding: 0;
  width: 17.0%;
  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: #61b98b;
  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/2308/img/spe_1_03/topics_parts01.svg);
}
#aff-contents .p-point__content .topics .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2308/img/spe_1_03/topics_parts02.svg);
}

#aff-contents .p-point__content .topics p {
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}
#aff-contents .p-point__content .topics .ph-box {
  margin-top: 60px;
}
#aff-contents .p-point__content .topics h3 {
  margin: 60px 0 15px;
  padding: 0;
  width: 57.94%;
  background: none;
  border: none;
}
#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 .inner .text-box {
  width: 48.52%;
}
#aff-contents .p-point__content .topics .inner .ph-box {
  margin-top: 0;
  width: 45.88%;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .topics {
    padding: 20px;
  }
  #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 .ttl::before {
    left: 0;
    background-image: url(/j/pr/aff/2308/img/spe_1_03/topics_parts01_sp.svg);
  }
  #aff-contents .p-point__content .topics .ttl::after {
    right: 0;
    background-image: url(/j/pr/aff/2308/img/spe_1_03/topics_parts02_sp.svg);
  }
  #aff-contents .p-point__content .topics .ph-box {
    margin-top: 40px;
  }
  #aff-contents .p-point__content .topics h3 {
    margin: 40px 0 15px;
    width: 92.7%; /* x1.6 */
  }
  #aff-contents .p-point__content .topics .inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #aff-contents .p-point__content .topics .inner .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .topics .inner .ph-box {
    margin-top: 20px;
    width: 100%;
  }
}
