@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(252, 229, 238, 1) 5px,
    rgba(252, 229, 238, 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/2403/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/2403/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;
  text-align: left;
  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/2403/img/common/flag.svg) no-repeat;
}
#aff-contents .p-point__content h2.ttl span {
  background: linear-gradient(transparent 80%, #f193b7 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 p a,
#aff-contents .p-point__content .list-box 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 .text-box p .bold {
  font-weight: 700;
}
#aff-contents .p-point__content .text-box p + p {
  margin-top: 1em;
}
#aff-contents .p-point__content .text-box .mb1 {
  margin-bottom: 1em;
}
#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: #966b41;
}
#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 */
  margin: 1em 0 0;
  font-size: 0.875rem; /* 14pt */
}
#aff-contents .p-point__content .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 監修 */
#aff-contents .p-point__content .supervise {
  margin-left: calc(10px + 27%);
  margin-bottom: 0;
  font-size: 1.25rem; /* 20pt */
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  color: #e32770;
}
#aff-contents .p-point__content .supervision {
  position: relative;
  z-index: 5;
}
#aff-contents .p-point__content .supervision .wrap {
  margin-bottom: 60px;
  padding: 20px;
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  background-color: #fce5ee;
  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 .ph-box {
  width: 21.42%;
}
#aff-contents .p-point__content .supervision .text-box {
  width: 72.85%;
}
#aff-contents .p-point__content .supervision .text-box .post {
  margin: 0.5em 0 0;
  width: 78.43%;
}
#aff-contents .p-point__content .supervision .text-box p {
  margin-top: 20px;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
}
#aff-contents .p-point__content .supervision .text-box p a {
  color: #1a90c3;
}

@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .supervise {
    margin-left: 10px;
  }

  #aff-contents .p-point__content .supervision .wrap {
    margin-bottom: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #aff-contents .p-point__content .supervision .ph-box {
    margin: 0 auto 20px;
    width: 70%;
  }
  #aff-contents .p-point__content .supervision .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .supervision .text-box .post {
    margin: 0;
    width: 100%;
  }
  #aff-contents .p-point__content .supervision .text-box p {
    margin-top: 10px;
  }
}

#aff-contents .p-point__content h3 {
  margin: 20px 0 20px;
  font-size: 1.875rem; /* 30pt */
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  color: #e32770;
}
#aff-contents .p-point__content.interview .quest {
  margin: 0 0 30px;
  padding-left: 40px;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
}
#aff-contents .p-point__content.interview .quest::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 0.7em;
  left: 0;
  background-color: #333;
}
#aff-contents .p-point__content.interview p span {
  padding-right: 1em;
  font-weight: 700;
}
#aff-contents .p-point__content.interview p.smd span {
  color: #e32770;
}
#aff-contents .p-point__content.interview p.imr span {
  color: #966b41;
}

#aff-contents .p-point__content .text-box p.catch,
#aff-contents .p-point__content .catch {
  margin: 0 0 30px;
  padding-left: 40px;
  font-size: 1.25rem; /* 20pt */
  line-height: 1.6;
  font-weight: 700;
  position: relative;
}
#aff-contents .p-point__content .catch::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 0.7em;
  left: 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content h3 {
    font-size: 1.6rem;
  }
}

/* === point1 === */
#aff-contents .p-point__content .inner.ph0102 .ph-box {
  width: 29.05%;
}
#aff-contents .p-point__content .inner.ph0102 h4 {
  margin: 20px 0 0;
  font-size: 1.375rem; /*22pt*/
  color: #966b41;
  font-weight: 700;
}
#aff-contents .p-point__content .inner.ph0102 h5 {
  margin: 0.5em 0;
  font-size: 1rem;
  color: #966b41;
  font-weight: 700;
}
#aff-contents .p-point__content .inner.ph0102 p {
  margin: 0;
}

/* === point2 === */
#aff-contents .p-point__content .person {
  width: 100%;
  flex-direction: row-reverse;
}
#aff-contents .p-point__content .inner.person .text-box {
  width: 33.78%;
}
#aff-contents .p-point__content .inner.person .ph-box {
  width: 60%;
}
#aff-contents .p-point__content .inner.person .person_name {
  width: calc(100% - 10px);
  position: relative;
  z-index: 10;
}
#aff-contents .p-point__content .inner.person .person_name::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  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 .inner.person .person_name .wrap {
  align-items: center;
  background-color: #fce5ee;
}

#aff-contents .p-point__content .half .ph-box {
  width: 47.29%;
}
#aff-contents .p-point__content .ph0203 .ph-box {
  width: 33.78%;
}
#aff-contents .p-point__content .ph0203 .ph-box:last-child {
  width: 60.81%;
}

@media screen and (max-width: 768px) {
  /* === point1 === */
  #aff-contents .p-point__content .inner.ph0102,
  #aff-contents .p-point__content .inner.half {
    flex-direction: column;
  }
  #aff-contents .p-point__content .inner.ph0102 .ph-box {
    margin-bottom: 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .inner.ph0102 .ph-box:last-child {
    margin-bottom: 0;
  }
  #aff-contents .p-point__content .inner.ph0102 h4 {
    margin: 10px 0 0;
  }

  /* === point2 === */
  #aff-contents .p-point__content .person {
    flex-direction: column;
  }
  #aff-contents .p-point__content .inner.person .text-box {
    width: 100%;
  }
  #aff-contents .p-point__content .inner.person .ph-box {
    margin-bottom: 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .inner.half,
  #aff-contents .p-point__content .inner.ph0203 {
    flex-direction: column;
  }
  #aff-contents .p-point__content .inner.ph0203 .ph-box,
  #aff-contents .p-point__content .inner.ph0203 .ph-box:last-child,
  #aff-contents .p-point__content .inner.half .ph-box {
    margin: 0 auto 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .inner.ph0201 .ph-box:last-child,
  #aff-contents .p-point__content .inner.half .ph-box:last-child {
    margin-bottom: 0;
  }
}

/* Point03 = column */
#aff-contents .p-point__content .column {
  padding: 35px 35px 0;
  background-color: #fce9f1;
}
#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.2;
  color: #966b41;
  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/2403/img/spe_1_04/column_parts01_2l.svg);
}
#aff-contents .p-point__content .column .ttl::after {
  right: 0;
  background-image: url(/j/pr/aff/2403/img/spe_1_04/column_parts02_2l.svg);
}
#aff-contents .p-point__content .column p {
  margin-bottom: 1em;
  font-size: 1.125rem; /* 18pt */
  line-height: 1.61; /* 29pt */
  text-align: left;
  text-align: justify;
  word-break: break-all;
}
#aff-contents .p-point__content .column p span {
  padding: 0 0.3em;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  background-color: #e32770;
}

#aff-contents .p-point__content .questioner {
  margin-bottom: 40px;
  width: 47.76%;
  position: relative;
  z-index: 5;
}
#aff-contents .p-point__content .questioner .wrap {
  width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  background-color: #f7bed4;
  position: relative;
}
#aff-contents .p-point__content .questioner .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(248, 201, 219, 1) 5px,
    rgba(248, 201, 219, 1) 7px
  );
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
#aff-contents .p-point__content .source {
  width: 50.74%;
}
#aff-contents .p-point__content .source p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem; /* 14pt */
  line-height: 1.33;
}

#aff-contents .p-point__content .column .white-box {
  margin-bottom: 25px;
  padding: 27px 25px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
#aff-contents .p-point__content .column .question {
  margin: 0 0 30px;
  padding: 10px;
  width: 100%;
  min-height: 60px;
  background-color: #f8c9db;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#aff-contents .p-point__content .column .question h3 {
  margin: 0;
  padding: 0 0 0 65px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.6;
  text-align: left;
}
#aff-contents .p-point__content .column .question::before {
  position: absolute;
  top: -26px;
  left: 15px;
  content: "";
  width: 44px;
  height: 77px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#aff-contents .p-point__content .column .question.q1::before {
  background-image: url(/j/pr/aff/2403/img/spe_1_04/q1.png);
}
#aff-contents .p-point__content .column .question.q2::before {
  background-image: url(/j/pr/aff/2403/img/spe_1_04/q2.png);
}
#aff-contents .p-point__content .column .question.q3::before {
  background-image: url(/j/pr/aff/2403/img/spe_1_04/q3.png);
}
#aff-contents .p-point__content .column .question.q4::before {
  background-image: url(/j/pr/aff/2403/img/spe_1_04/q4.png);
}
#aff-contents .p-point__content .column .choices {
  margin: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aff-contents .p-point__content .column p.button {
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0.2em 0;
  width: 100%;
  height: 30px;
  font-size: 1.125rem;
  color: #e32770;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e32770;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aff-contents .p-point__content .column p.button a {
  width: 100%;
  color: #e32770;
}
#aff-contents .p-point__content .column p.button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background-color: #ffffff;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #aff-contents .p-point__content .questioner {
    margin-bottom: 20px;
    width: 100%;
  }
  #aff-contents .p-point__content .source {
    margin-bottom: 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .column .white-box {
    margin-bottom: 25px;
    padding: 17px 15px;
  }
  #aff-contents .p-point__content .column .question {
    margin: 0 0 20px;
    padding: 10px;
    min-height: 40px;
    border-radius: 15px;
  }
  #aff-contents .p-point__content .column .question::before {
    position: absolute;
    top: -26px;
    left: 15px;
    content: "";
    width: 44px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  #aff-contents .p-point__content .column p.button {
    margin-top: 20px;
  }
}

/* ===== Answer ===== */
#aff-contents .p-point__content .column .answer-box {
  margin-top: 120px;
}
#aff-contents .p-point__content .column .answer-box #Answer1,
#aff-contents .p-point__content .column .answer-box #Answer2,
#aff-contents .p-point__content .column .answer-box #Answer3 {
  margin-bottom: 80px;
}
#aff-contents .p-point__content .column .answer-box h3 {
  margin: 0 0 20px;
  padding: 10px;
  width: 100%;
  min-height: 60px;
  font-size: 1.5rem;
  color: #e32770;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #f8c9db;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aff-contents .p-point__content .column .answer-box .answer {
  margin: 0 0 30px;
  width: 100%;
}
#aff-contents .p-point__content .column .answer-box h4 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  color: #e32770;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
#aff-contents .p-point__content .column .answer-box .explained {
  margin: 30px 0 20px;
  padding: 20px;
  width: 100%;
  background-color: #f4f0ec;
}
#aff-contents .p-point__content .column .answer-box #Answer2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#aff-contents .p-point__content .column .answer-box #Answer2 li {
  margin-bottom: 30px;
  width: 45.6%;
}
#aff-contents
  .p-point__content
  .column
  .answer-box
  #Answer2
  li:nth-child(n + 3),
#aff-contents .p-point__content .column .answer-box #Answer2 li p {
  margin-bottom: 0;
}

#aff-contents .p-point__content .column .answer-box #Answer4 ul {
  margin: 0 auto;
  width: 88.58%;
}
#aff-contents .p-point__content .column .answer-box #Answer4 li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#aff-contents .p-point__content .column .answer-box #Answer4 li:last-child,
#aff-contents .p-point__content .column .answer-box #Answer4 li p {
  margin-bottom: 0;
}

#aff-contents .p-point__content .column .answer-box #Answer4 li .ph-box {
  width: 25.45%;
}
#aff-contents .p-point__content .column .answer-box #Answer4 li .text-box {
  width: 68.72%;
}
#aff-contents .p-point__content .column .answer-box #Answer4 p.item {
  margin: 0 0 10px;
  font-size: 1.125rem;
  color: #966b41;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
#aff-contents .p-point__content .column .chara {
  margin: 30px 0;
  width: 100%;
  text-align: center;
}

@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;
    word-wrap: auto-phrase;
  }
  #aff-contents .p-point__content .column .ttl::before {
    left: 0;
    background-image: url(/j/pr/aff/2403/img/spe_1_04/column_parts01_2l.svg);
  }
  #aff-contents .p-point__content .column .ttl::after {
    right: 0;
    background-image: url(/j/pr/aff/2403/img/spe_1_04/column_parts02_2l.svg);
  }

  #aff-contents .p-point__content .column .inner {
    align-items: center;
    flex-direction: column;
  }
  #aff-contents .p-point__content .questioner,
  #aff-contents .p-point__content .source {
    margin-bottom: 30px;
    width: 100%;
  }

  #aff-contents .p-point__content .column h3 {
    font-size: 1.5rem;
  }
  #aff-contents .p-point__content .column ul li {
    margin-bottom: 30px;
    width: 100%;
  }
  #aff-contents .p-point__content .column ul li:last-child,
  #aff-contents .p-point__content .column ul li p {
    margin-bottom: 0;
  }

  #aff-contents .p-point__content .column .answer-box #Answer2 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #aff-contents .p-point__content .column .answer-box #Answer2 li {
    margin-bottom: 30px;
    width: 100%;
  }

  #aff-contents .p-point__content .column .answer-box #Answer4 ul {
    margin: 0 auto;
    width: 100%;
  }
  #aff-contents .p-point__content .column .answer-box #Answer4 li {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #aff-contents .p-point__content .column .answer-box #Answer4 li .ph-box {
    margin: 0 auto;
    width: 60%;
  }
  #aff-contents .p-point__content .column .answer-box #Answer4 li .text-box {
    width: 100%;
  }

  #aff-contents .p-point__content .column .answer-box #Answer2 li:last-child,
  #aff-contents .p-point__content .column .answer-box #Answer4 li:last-child {
    margin-bottom: 0;
  }

  #aff-contents .p-point__content .column .answer-box #Answer4 p.item {
    margin: 10px 0 10px;
  }
  #aff-contents .p-point__content .column .text-box p:last-child {
    margin-bottom: 0;
  }
}
