@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; */
  margin: 0 auto 20px;
  width: 100%;
}
#aff-contents .p-page-ttl__main {
  margin: 0 auto 60px;
  width: 77.08%; /*740px*/
  height: auto;
  line-height: 1;
}
#aff-contents .p-page-ttl__lead {
  /*  margin: 60px auto 50px; */
  margin: 0 auto 50px;
  width: 77.08%; /*740px*/
  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 {
    /*    margin: 0 auto 30px; */
  }
  #aff-contents .p-page-ttl__main {
    /*    margin: 30px auto 5px; */
    margin: 0 auto 30px;
  }
  #aff-contents .p-page-ttl__lead {
    /*    margin: 30px auto 20px; */
    margin: 0 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(101, 148, 35, 0.15) 5px,
    rgba(101, 148, 35, 0.15) 7px
  );
  position: relative;
  margin: 100px 0;
  /*  margin: 60px 0 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/2401/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/2401/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,
#aff-contents #Point04 {
  margin-bottom: 140px;
}
#aff-contents .p-point__content h2,
#aff-contents .p-point__content h3,
#aff-contents .p-point__content h4,
#aff-contents .p-point__content h5 {
  border: none;
  background: none;
}
#aff-contents .p-point__content h2.ttl {
  margin: 25px auto 30px;
  padding-left: 50px;
  font-size: 2.125rem;
  font-weight: 700;
  position: relative;
}
#aff-contents .p-point__content h2.ttl::before {
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: -25px;
  position: absolute;
  background: url(/j/pr/aff/2401/img/common/flag.svg) no-repeat;
}
#aff-contents .p-point__content h2.ttl span {
  background: linear-gradient(transparent 80%, #e4cfb1 80%);
}

@media screen and (max-width: 768px) {
  #aff-contents #Point01,
  #aff-contents #Point02,
  #aff-contents #Point03,
  #aff-contents #Point04 {
    margin-bottom: 70px;
  }
  #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 .box-large {
  margin: 0 auto 80px;
  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: #1a90c3;
  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 40px;
    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 .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 p.cap,
#aff-contents .p-point__content .text-box p.cap {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.875rem; /* 14pt */
  line-height: 1.33;
  color: #aa8246;
}
#aff-contents .p-point__content .text-box p.cap {
  margin: 0;
}
#aff-contents .p-point__content .text-box p.note {
  margin: 0.5em 0 0;
  font-size: 0.75rem; /* 12pt */
}
#aff-contents .p-point__content .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#aff-contents .p-point__content h2 {
  margin: 0 0 30px;
  font-size: 1.875rem; /* 30pt */
  line-height: 1.6;
  font-weight: 700;
  color: #c9a063;
}
#aff-contents .p-point__content h3 {
  margin: 0 0 20px;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.6;
  font-weight: 700;
  color: #333;
}
#aff-contents .p-point__content h4,
#aff-contents .p-point__content h5 {
  margin: 0;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.6;
  font-weight: 700;
  color: #aa8246;
}

/* Point01,02,04,05,06,07 */
#aff-contents .p-point__content .ph-small {
  margin: 0 auto;
  width: 85.13%; /* 630 / 740px */
  position: relative;
}
#aff-contents .p-point__content .ph-left {
  flex-direction: row;
  align-items: flex-end;
}
#aff-contents .p-point__content .ph-right {
  flex-direction: row-reverse;
  align-items: flex-end;
}

#aff-contents .p-point__content .ph-small.ph-left .text-box,
#aff-contents .p-point__content .ph-small.ph-right .text-box {
  width: 25.39%;
}
#aff-contents .p-point__content .ph-small.ph-left .ph-box,
#aff-contents .p-point__content .ph-small.ph-right .ph-box {
  width: 71.42%;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .ph-small {
    width: 100%;
  }
  #aff-contents .p-point__content .ph-left,
  #aff-contents .p-point__content .ph-right {
    flex-direction: column;
  }
  #aff-contents .p-point__content .ph-small.ph-left .text-box,
  #aff-contents .p-point__content .ph-small.ph-right .text-box,
  #aff-contents .p-point__content .ph-small.ph-left .ph-box,
  #aff-contents .p-point__content .ph-small.ph-right .ph-box {
    margin-bottom: 10px;
    width: 100%;
  }
}

#aff-contents .p-point__content .leader {
  margin: 0 0 30px;
  font-size: 1.875rem; /* 30pt */
  line-height: 1.6;
  font-weight: 700;
  color: #659423;
}

#aff-contents .p-point__content .plate {
  width: 100%;
  background-color: #fffdd9;
  position: relative;
}
#aff-contents .p-point__content .plate .plate_inner {
  padding: 24px;
  width: 100%;
  text-align: center;
  position: relative;
}
#aff-contents .p-point__content .plate::before,
#aff-contents .p-point__content .plate::after,
#aff-contents .p-point__content .plate .plate_inner::before,
#aff-contents .p-point__content .plate .plate_inner::after {
  border-radius: 4px;
  background-color: #aa8246;
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
}
#aff-contents .p-point__content .plate::before {
  bottom: 10px;
  left: 10px;
}
#aff-contents .p-point__content .plate::after {
  bottom: 10px;
  right: 10px;
}
#aff-contents .p-point__content .plate .plate_inner::before {
  top: 10px;
  left: 10px;
}
#aff-contents .p-point__content .plate .plate_inner::after {
  top: 10px;
  right: 10px;
}
#aff-contents .p-point__content .plate h2 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  font-size: 1.875rem; /* 30pt */
  line-height: 1.3;
  font-weight: 700;
  color: #659423;
  background-image: url(/j/pr/aff/2401/img/spe_1_02/dotline.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#aff-contents .p-point__content .plate h4 {
  margin: 0;
  font-size: 1.5rem; /* 24pt */
  line-height: 1.3;
  font-weight: 700;
  color: #aa8246;
}
#aff-contents .p-point__content .plate .place {
  margin: 0;
  font-size: 1.25rem; /* 20pt */
  line-height: 1.3;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .plate .plate_inner {
    padding: 16px;
  }
  #aff-contents .p-point__content .plate::before {
    bottom: 7px;
    left: 7px;
  }
  #aff-contents .p-point__content .plate::after {
    bottom: 7px;
    right: 7px;
  }
  #aff-contents .p-point__content .plate .plate_inner::before {
    top: 7px;
    left: 7px;
  }
  #aff-contents .p-point__content .plate .plate_inner::after {
    top: 7px;
    right: 7px;
  }
  #aff-contents .p-point__content .plate h2 {
    font-size: 1.75rem; /* 28pt */
  }
}

/* Ribbon */
#aff-contents .p-point__content .local1 {
  margin-bottom: 40px;
  padding: 35px 30px 30px;
  position: relative;
  background-color: #e8efde;
}
#aff-contents .p-point__content .local1 .inner {
  align-items: flex-end;
}
#aff-contents .p-point__content .local1 .ph-box {
  width: 73.53%;
}
#aff-contents .p-point__content .local1 .text-box {
  width: 23.53%;
}

#aff-contents .p-point__content .local2 {
  margin-bottom: 40px;
  padding: 35px 30px 30px;
  position: relative;
  background-color: #e8efde;
}
#aff-contents .p-point__content .local1 .ribbon,
#aff-contents .p-point__content .local2 .ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.7%;
  height: auto;
  transform: translateY(-50%);
  z-index: 20;
}
#aff-contents .p-point__content .local2 .half {
  width: 46.32%;
}
#aff-contents .p-point__content .local2 .half .cap {
  margin: 10px 0 0;
}
#aff-contents .p-point__content .local2 .single {
  margin-top: 30px;
  margin-right: auto;
  width: 73.52%;
}
#aff-contents .p-point__content .local2 .single .inner {
  align-items: flex-end;
}
#aff-contents .p-point__content .local2 .single .ph-box {
  width: 63%;
}
#aff-contents .p-point__content .local2 .single .text-box {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .local1 .ribbon,
  #aff-contents .p-point__content .local2 .ribbon {
    width: 48%;
  }
  #aff-contents .p-point__content .local1,
  #aff-contents .p-point__content .local2 {
    margin-bottom: 40px;
    padding: 18px 15px 15px;
    position: relative;
    background-color: #e8efde;
  }

  #aff-contents .p-point__content .local1 .inner,
  #aff-contents .p-point__content .local2 .inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #aff-contents .p-point__content .local1 .ph-box {
    margin-bottom: 10px;
    width: 100%;
  }
  #aff-contents .p-point__content .local1 .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .local2 .half {
    margin-bottom: 20px;
    width: 100%;
  }
  #aff-contents .p-point__content .local2 .half:last-child {
    margin-bottom: 0;
  }

  #aff-contents .p-point__content .local2 .single {
    margin-top: 20px;
    margin-right: auto;
    width: 100%;
  }
  #aff-contents .p-point__content .local2 .single .inner {
    align-items: center;
  }
  #aff-contents .p-point__content .local2 .single .ph-box {
    width: 100%;
  }
  #aff-contents .p-point__content .local2 .single .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .local2 .single .cap {
    margin: 10px 0 0;
  }
}

/* 監修 */
#aff-contents .p-point__content .supervise {
  margin: 0 0 10px 25%;
  font-size: 1.25rem; /* 20pt */
  line-height: 1.2;
  color: #659423;
  font-weight: 700;
}
#aff-contents .p-point__content .supervision {
  position: relative;
  z-index: 5;
}
#aff-contents .p-point__content .supervision .wrap {
  padding: 20px;
  width: calc(100% - 10px);
  background-color: #edf2e5;
  position: relative;
}
#aff-contents .p-point__content .supervision .wrap::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 .prof {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
#aff-contents .p-point__content .supervision .ph-box {
  width: 23.43%;
  max-width: 150px;
}
#aff-contents .p-point__content .supervision .text-box {
  width: 75.8%;
}
#aff-contents .p-point__content .supervision .post {
  width: 31.5%;
}
#aff-contents .p-point__content .supervision .text-box p {
  margin-top: 10px;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .supervise {
    margin: 0 0 10px 0;
  }
  #aff-contents .p-point__content .supervision .wrap {
    margin-bottom: 50px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  #aff-contents .p-point__content .supervision .prof {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #aff-contents .p-point__content .supervision .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .supervision .post {
    margin-bottom: 10px;
    width: 50%;
  }
  #aff-contents .p-point__content .supervision .ph-box {
    margin: 0 auto 10px;
    width: 70%;
    max-width: 150px;
  }
  #aff-contents .p-point__content .supervision .post h5 {
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
  #aff-contents .p-point__content .supervision .text-box p {
    margin-top: 10px;
  }
}

#aff-contents .p-point__content .comment {
}
#aff-contents .p-point__content .comment .inner {
  align-items: center;
}
#aff-contents .p-point__content .comment .ph-box {
  width: 20.27%;
  max-width: 150px;
}
#aff-contents .p-point__content .comment .text-box {
  padding: 20px;
  width: 75%;
  background-color: #659423;
  border-radius: 5px;
  position: relative;
}
#aff-contents .p-point__content .comment .text-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -29px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 30px solid #659423;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#aff-contents .p-point__content .comment .text-box p {
  margin: 0;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  color: #fff;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .comment .inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #aff-contents .p-point__content .comment .ph-box {
    margin-bottom: 30px;
    width: 70%;
    max-width: 150px;
  }
  #aff-contents .p-point__content .comment .text-box {
    padding: 15px;
    width: 100%;
    background-color: #659423;
    border-radius: 5px;
    position: relative;
  }
  #aff-contents .p-point__content .comment .text-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 30px solid #659423;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
