@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: 100%;
  height: auto;
  line-height: 1;
}
#aff-contents .p-page-ttl__lead {
  /*  margin: 60px auto 50px; */
  margin: 0 auto 50px;
  width: 98.33%;
  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;
  }
  #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(217, 226, 240, 1) 5px,
    rgba(217, 226, 240, 1) 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/2311/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/2311/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 {
  margin-bottom: 100px;
}
#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/2311/img/common/flag.svg) no-repeat;
}
#aff-contents .p-point__content h2.ttl span {
  background: linear-gradient(transparent 80%, #809fcb 80%);
}

@media screen and (max-width: 768px) {
  #aff-contents #Point01,
  #aff-contents #Point02 {
    margin-bottom: 50px;
  }
  #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 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: #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 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 p.cap {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.875rem; /* 14pt */
  line-height: 1.33;
}
#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;
}
#aff-contents .p-point__content .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/*
    @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 - .crisis  */
#aff-contents .p-point__content.crisis h2 {
  margin-bottom: 60px;
}
#aff-contents .p-point__content.crisis h3,
#aff-contents .p-point__content.crisis .ph-box {
  margin-bottom: 40px;
}
#aff-contents .p-point__content.crisis .inner .card {
  width: 45.95%;
}
#aff-contents .p-point__content.crisis .bubble.text-box {
  padding: 0 8.5% 60px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#aff-contents .p-point__content.crisis .bubble.text-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt01_k01b.png);
  z-index: -2;
}
#aff-contents .p-point__content.crisis .bubble.text-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 340 / 142;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt01_k01a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

#aff-contents .p-point__content.crisis h3 {
  font-size: 1.625rem; /* 26pt */
  line-height: 1.33;
  color: #aa8246;
}
#aff-contents .p-point__content.crisis .inner .card h3 {
  color: #004098;
}
#aff-contents .p-point__content.crisis .icon {
  width: 29.41%;
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.crisis h2 {
    margin-bottom: 30px;
  }
  #aff-contents .p-point__content.crisis h3,
  #aff-contents .p-point__content.crisis .ph-box {
    margin-bottom: 20px;
  }
  #aff-contents .p-point__content.crisis .inner {
    flex-wrap: wrap;
  }
  #aff-contents .p-point__content.crisis .inner .card {
    margin-bottom: 40px;
    width: 100%;
  }
  #aff-contents .p-point__content.crisis .bubble.text-box {
    padding: 0 6.5% 30px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #aff-contents .p-point__content.crisis .bubble.text-box::before {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k01b_sp.png);
  }
  #aff-contents .p-point__content.crisis .bubble.text-box::after {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k01a_sp.png);
  }
}

/* Point02 - .prohibition  */
#aff-contents .p-point__content.prohibition .inner {
  align-items: flex-end;
}
#aff-contents .p-point__content.prohibition .inner .text-box {
  width: calc(100% - 100px);
}
#aff-contents .p-point__content.prohibition .inner .icon {
  width: 100px;
}

#aff-contents .p-point__content.prohibition .inner.bubble01 .text-box {
  padding: 0 8.5% 30px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#aff-contents .p-point__content.prohibition .inner.bubble01 .text-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt02_k03b.png);
  z-index: -2;
}
#aff-contents .p-point__content.prohibition .inner.bubble01 .text-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 640 / 120;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt02_k03a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

#aff-contents .p-point__content.prohibition .inner.bubble02 {
  flex-direction: row-reverse;
}
#aff-contents .p-point__content.prohibition .inner.bubble02 .text-box {
  padding: 0 0 30px 8.5%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#aff-contents .p-point__content.prohibition .inner.bubble02 .text-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt02_k04b.png);
  z-index: -2;
}
#aff-contents .p-point__content.prohibition .inner.bubble02 .text-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 640 / 120;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt02_k04a.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

#aff-contents .p-point__content.prohibition .line-box {
  padding: 30px;
  border: 2px solid #aa8246;
}
#aff-contents .p-point__content.prohibition .line-box.inner .ph-box {
  width: 73.23%;
}
#aff-contents .p-point__content.prohibition .line-box.inner .text-box {
  width: 23.53%;
}

#aff-contents .p-point__content.prohibition h3,
#aff-contents .p-point__content.prohibition h4 {
  margin-bottom: 40px;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.33;
  color: #aa8246;
}
#aff-contents .p-point__content.prohibition .box-large h3 {
  margin-left: 110px;
  margin-right: 110px;
  margin-bottom: 20px;
}
#aff-contents .p-point__content.prohibition h4 {
  color: #c12720;
}
#aff-contents .p-point__content.prohibition .box-large h4 {
  margin-left: 110px;
  margin-right: 110px;
}
#aff-contents .p-point__content.prohibition .line-box.inner p.cap {
  font-size: 0.875rem; /* 14pt */
  line-height: 1.33;
}
#aff-contents .p-point__content.prohibition .bubble02.inner p:first-child {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.prohibition .line-box.inner {
    padding: 20px;
    flex-wrap: wrap;
  }
  #aff-contents .p-point__content.prohibition .line-box.inner .ph-box {
    margin-bottom: 20px;
    width: 100%;
  }
  #aff-contents .p-point__content.prohibition .line-box.inner .text-box {
    width: 100%;
  }

  #aff-contents .p-point__content.prohibition .inner {
    flex-wrap: wrap;
  }
  #aff-contents .p-point__content.prohibition .inner .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content.prohibition .inner.bubble01 .text-box {
    padding: 0 6% 30px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  #aff-contents
    .p-point__content.prohibition
    .inner.bubble01
    .text-box::before {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k01b_sp.png);
  }
  #aff-contents .p-point__content.prohibition .inner.bubble01 .text-box::after {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k01a_sp.png);
  }

  #aff-contents .p-point__content.prohibition .inner.bubble02 .text-box {
    padding: 0 0 30px 6%;
  }
  #aff-contents
    .p-point__content.prohibition
    .inner.bubble02
    .text-box::before {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k02b_sp.png);
  }
  #aff-contents .p-point__content.prohibition .inner.bubble02 .text-box::after {
    background-image: url(/j/pr/aff/2311/img/spe_1_01/pt00_k02a_sp.png);
  }
  #aff-contents .p-point__content.prohibition h3 {
    margin-bottom: 20px;
  }
  #aff-contents .p-point__content.prohibition .box-large h3,
  #aff-contents .p-point__content.prohibition .box-large h4 {
    margin-left: 5%;
    margin-right: 5%;
  }
}

/* Point03 - disease  */
#aff-contents .p-point__content.disease .inner .ph-box {
  width: 47.29%;
}
#aff-contents .p-point__content.disease .inner .text-box {
  width: 48.64%;
}
#aff-contents .p-point__content.disease .alert {
  margin: 40px auto 0;
  padding: 0.5em 1em 0.5em 6.5em;
  text-indent: -5.5em;
  font-size: 0.875rem; /* 14pt */
  line-height: 1.33;
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff0000;

}

#aff-contents .p-point__content.disease .inner.insect {
  flex-wrap: wrap;
}
#aff-contents .p-point__content.disease .inner.insect .card {
  margin-top: 40px;
  width: 45.94%;
}
#aff-contents .p-point__content.disease .inner.insect .ph-box,
#aff-contents .p-point__content.disease .inner.insect .text-box {
  width: 100%;
}
#aff-contents .p-point__content.disease .inner.insect .ph-box img {
  width: auto;
  max-width: 100%;
}

#aff-contents .p-point__content.disease .inner.bubble01 .ph-box {
  width: 27.56%;
}
#aff-contents .p-point__content.disease .inner.bubble01 .text-box {
  margin-top: 60px;
  padding: 0 8.5% 30px 0;
  width: 72.43%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#aff-contents .p-point__content.disease .inner.bubble01 .text-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt03_k04b.png);
  z-index: -2;
}
#aff-contents .p-point__content.disease .inner.bubble01 .text-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 536 / 160;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt03_k04a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

#aff-contents .p-point__content.disease .inner.bubble02 {
  flex-direction: row-reverse;
}
#aff-contents .p-point__content.disease .inner.bubble02 .ph-box {
  width: 27%;
}
#aff-contents .p-point__content.disease .inner.bubble02 .text-box {
  margin-top: 60px;
  padding: 0 0 30px 8.5%;
  width: 72.43%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#aff-contents .p-point__content.disease .inner.bubble02 .text-box::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt03_k09b.png);
  z-index: -2;
}
#aff-contents .p-point__content.disease .inner.bubble02 .text-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  aspect-ratio: 536 / 160;
  background-image: url(/j/pr/aff/2311/img/spe_1_01/pt03_k09a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

#aff-contents .p-point__content.disease h3 {
  margin-bottom: 40px;
  font-size: 1.625rem; /* 26pt */
  line-height: 1.33;
  color: #aa8246;
}
#aff-contents .p-point__content.disease h4 {
  margin-bottom: 20px;
  font-size: 1.25rem; /* 20pt */
  font-weight: 700;
}
#aff-contents .p-point__content.disease .bubble01.inner p:first-child,
#aff-contents .p-point__content.disease .bubble02.inner p:first-child {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content.disease .inner {
    flex-wrap: wrap;
  }
  #aff-contents .p-point__content.disease .inner .ph-box,
  #aff-contents .p-point__content.disease .inner .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content.disease .inner .ph-box {
    margin-bottom: 10px;
  }
  #aff-contents .p-point__content.disease .alert {
    margin: 20px auto 0;
    text-align: left;
  }
  #aff-contents .p-point__content.disease .alert div {
    padding: 0.5em;
  }

  #aff-contents .p-point__content.disease .inner.bubble01,
  #aff-contents .p-point__content.disease .inner.bubble02 {
    align-items: flex-end;
  }
  #aff-contents .p-point__content.disease .inner.bubble01 .text-box,
  #aff-contents .p-point__content.disease .inner.bubble02 .text-box {
    margin-top: 0;
  }
  #aff-contents .p-point__content.disease h3 {
    margin-bottom: 20px;
  }
  #aff-contents .p-point__content.disease h4 {
    margin-bottom: 10px;
  }
}

/* modal */
#inline-wrap01,
#inline-wrap02,
#inline-wrap03,
#inline-wrap04 {
  position: relative;
  margin: 10px auto;
  max-width: 700px;
  max-height: 700px;
  background: #fff;
  padding: 20px;
}
#inline-wrap01 .image img,
#inline-wrap02 .image img,
#inline-wrap03 .image img,
#inline-wrap04 .image img {
  margin: 0 auto;
  width: auto;
  max-width: 600px;
  max-height: 600px;
}
#inline-wrap01 .image,
#inline-wrap02 .image,
#inline-wrap03 .image,
#inline-wrap04 .image,
#inline-wrap01 .popup-modal-dismiss,
#inline-wrap02 .popup-modal-dismiss,
#inline-wrap03 .popup-modal-dismiss,
#inline-wrap04 .popup-modal-dismiss {
  text-align: center;
}
#inline-wrap01 p,
#inline-wrap02 p,
#inline-wrap03 p,
#inline-wrap04 p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #inline-wrap01,
  #inline-wrap02,
  #inline-wrap03,
  #inline-wrap04 {
    max-width: 700px;
    max-height: auto;
  }
  #inline-wrap01 .image img,
  #inline-wrap02 .image img,
  #inline-wrap03 .image img,
  #inline-wrap04 .image img {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    max-height: auto;
  }
  #inline-wrap01 p,
  #inline-wrap02 p,
  #inline-wrap03 p,
  #inline-wrap04 p {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
}
#inline-wrap01 .popup-modal-dismiss a,
#inline-wrap02 .popup-modal-dismiss a,
#inline-wrap03 .popup-modal-dismiss a,
#inline-wrap04 .popup-modal-dismiss a {
  margin: 0 auto;
  padding: 0.1em 2em;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #333;
  border-radius: 14px;
  text-decoration: none;
}
.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
