.special__cont p {
  margin: 0 0 14px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .special__cont p {
    margin: 0 0 16px;
    font-size: 1rem;
  }
}

.special__icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 769px) {
  .special__icon__list {
    margin-bottom: 16px;
  }
}

.special__icon__item {
  margin: 0 14px 14px 0;
  max-width: 80px;
}

@media (min-width: 769px) {
  .special__icon__item {
    margin: 0 8px 0 0;
    max-width: none;
    width: 128px;
  }
}

.special__icon__item a {
  display: block;
  max-width: 64px;
}

@media (min-width: 769px) {
  .special__icon__item a {
    margin-bottom: 4px;
    max-width: none;
  }
}

.special__icon__item p {
  margin: 0;
}

.special__icon__item strong {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .special__icon__item strong {
    line-height: 15px;
    margin-bottom: 2px;
    font-size: 0.9375rem;
  }
}

.special__icon__item span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .special__icon__item span {
    font-size: 0.8125rem;
  }
}

.special__icon__alldl {
  background: -webkit-repeating-linear-gradient(135deg, #87543f, #87543f 5px, #73402a 5px, #73402a 10px);
  background: repeating-linear-gradient(-45deg, #87543f, #87543f 5px, #73402a 5px, #73402a 10px);
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  width: 54vw;
}

@media (min-width: 769px) {
  .special__icon__alldl {
    margin: 0 auto 0 0;
  }
}

.special__icon__alldl a {
  display: block;
  height: 100%;
  padding: 6px 0;
}

.special__icon__alldl p {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
  position: relative;
}

.special__icon__alldl p:before {
  background: url(../../../../assets/img/page/special/download/ico_dl.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 14px;
  width: 13px;
  position: absolute;
  top: 4px;
  left: 0;
}

.special__head {
  background: -webkit-repeating-linear-gradient(135deg, #5fbf4e, #5fbf4e 5px, #44af35 5px, #44af35 10px);
  background: repeating-linear-gradient(-45deg, #5fbf4e, #5fbf4e 5px, #44af35 5px, #44af35 10px);
  margin: 0 0 14px;
  padding: 5px;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .special__head {
    margin: 0 0 16px;
    padding: 6px;
    border-radius: 10px;
  }
}

.special__head__inner {
  background: #fff;
  padding: 12px;
}

@media (min-width: 769px) {
  .special__head__inner {
    padding: 16px;
  }
}

.special__head__ttl {
  font-weight: 900;
  line-height: 23px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 769px) {
  .special__head__ttl {
    line-height: 30px;
    font-size: 1.5rem;
  }
}

.special__article + .special__article {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .special__article + .special__article {
    margin-top: 60px;
  }
}

.special__select {
  display: block;
  margin: 0 auto 24px;
  width: auto;
}

@media (min-width: 769px) {
  .special__select {
    display: inline-block;
    margin: 0;
    width: 400px;
  }
}

.special__select select {
  border-radius: 4px;
  font-weight: bold;
  padding: 6px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .special__select select {
    border-radius: 6px;
    padding: 8px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    font-size: 0.875rem;
  }
}

.special__nav__attr {
  margin-bottom: 14px;
}

@media (min-width: 769px) {
  .special__nav__attr {
    margin-bottom: 16px;
  }
}

.special__nav__attr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special__nav__attr__item {
  border: 2px #c7e7c2 solid;
  color: #c7e7c2;
  font-weight: 900;
  height: 32px;
  line-height: 28px;
  text-align: center;
  width: calc(50% + 1px);
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .special__nav__attr__item {
    height: 48px;
    line-height: 44px;
    font-size: 1rem;
  }
}

.special__nav__attr__item.-active {
  background: #44af35;
  border: 2px #44af35 solid;
  color: #fff;
  position: relative;
  z-index: 1000;
}

@media (min-width: 769px) {
  .special__nav__attr__item:hover {
    background: #44af35;
    border: 2px #44af35 solid;
    color: #fff;
    position: relative;
    z-index: 1000;
  }
}

.special__nav__attr__item:first-of-type {
  margin-right: -2px;
}

.special__nav__attr__item a {
  display: block;
  height: 100%;
}

.omoide__tweet {
  display: block;
  width: 200px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .omoide__tweet {
    width: 216px;
    margin: 0;
  }
}

.omoide__season {
  margin-top: 40px;
}

.omoide__season__ttl {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
  color: #44af35;
  border-bottom: 4px dotted;
  padding-bottom: 10px;
  padding-left: 32px;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .omoide__season__ttl {
    padding-left: 45px;
    font-size: 1.25rem;
  }
}

.omoide__season__ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27px;
  height: 19px;
  background: url(../../../../assets/img/page/special/omoide/ico_camera.svg) 0 0/100%;
}

@media (min-width: 769px) {
  .omoide__season__ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 26px;
  }
}

.omoide__season__phlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px -4px;
}

.omoide__season__phlist__item {
  position: relative;
  width: calc(50% - 8px);
  margin: 4px;
}

@media (min-width: 769px) {
  .omoide__season__phlist__item {
    width: calc(25% - 8px);
  }
}

.omoide__season__phlist__item.-new:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 44px;
  height: 16px;
  background: url(../../../../assets/img/page/special/omoide/ico_new.svg) 0 0/100%;
}

@media (min-width: 769px) {
  .report__head.c-visible_wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.report__head__txt {
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 23px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 769px) {
  .report__head__txt {
    line-height: 28px;
    width: 436px;
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .report__head__noimg .report__head__txt {
    width: 100%;
  }
}

.report__head__img {
  margin-bottom: 4px;
  width: 50vw;
}

@media (min-width: 769px) {
  .report__head__img {
    margin-bottom: 0;
    width: 300px;
  }
}

.report__head__cap p {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  .report__head__cap {
    width: 436px;
    font-size: 0.875rem;
  }
}

.report__faq {
  letter-spacing: -0.03em;
  margin-top: 30px;
}

@media (min-width: 769px) {
  .report__faq {
    margin-top: 60px;
  }
}

.report__faq + .report__faq {
  margin-top: 16px;
}

@media (min-width: 769px) {
  .report__faq + .report__faq {
    margin-top: 60px;
  }
}

.intline {
  background-image: -webkit-radial-gradient(circle farthest-side, #44af35 50%, transparent 50%, transparent 100%);
  background-image: radial-gradient(circle farthest-side, #44af35 50%, transparent 50%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 4px 2px;
  background-position: bottom left;
  color: #44af35;
  font-weight: bold;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .intline {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }
}

.answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 14px 0;
}

@media (min-width: 769px) {
  .answer {
    margin: 0 0 16px 0;
    font-size: 0.9375rem;
  }
}

.answer img {
  border: 1px solid #44af35;
  height: 40px;
  width: 40px;
}

@media (min-width: 769px) {
  .answer img {
    height: 80px;
    width: 80px;
  }
}

.answer p {
  margin: 0;
}

.answer strong {
  font-weight: 900;
}

.intvoice.-narrow {
  width: calc(100% - (40px + 14px));
}

@media (min-width: 769px) {
  .intvoice.-narrow {
    width: calc(100% - (80px + 16px));
  }
}
