@import url("/css/1.0.0/base.css");

/* 検索結果ページング：前へ=左（角マーク左＝戻る）／次へ=右（角マーク右＝進む）。DT/SP 共通。
   デザイナー df393c3 は「次へ」しか用意しておらず前後が同一デザインだったため差別化。 */
section.ptn35-search-result .result-block .button.paging {
  display: flex;
  align-items: center;
}
section.ptn35-search-result .result-block .button.paging .c-button {
  width: auto;
}
section.ptn35-search-result .result-block .button.paging .c-button-prev {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0.75rem 0.75rem 0.75rem 0; /* TL TR BR BL。次へ(下右尖り)の鏡像＝下左(BL)を尖らせる */
}
section.ptn35-search-result .result-block .button.paging .c-button-prev::before {
  right: auto;
  left: 0.6rem; /* 基底 ::before の right:0.6rem(DT) と同値＝次へと左右対称 */
  transform: scaleX(-1); /* 基底の角ブラケット(右下)を水平反転→左下向きに。border/サイズは基底を継承(BP毎にスケール) */
}
/* モバイルはデザインの min-width:240px だと前後2つが収まらないので内容幅に。 */
@media screen and (max-width: 833px) {
  section.ptn35-search-result .result-block .button.paging .c-button {
    min-width: 0;
  }
  section.ptn35-search-result .result-block .button.paging .c-button-prev::before {
    left: 0.9rem; /* 基底 ::before の right:0.9rem(SP) と同値 */
  }
}

@media screen and (min-width: 834px) {
  section.ptn35-search-form .container {
    padding-top: 11.5rem;
    padding-bottom: 4.0rem;
  }
  section.ptn35-search-form .c-form-block {
    margin-bottom: 8.0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn35-search-form .container {
    padding-bottom: 12.0rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn35-search-result .container {
    padding-bottom: 15.0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn35-search-result .container {
    padding-bottom: 15.0rem;
  }
}

@media screen and (min-width: 834px) {
  section.ptn35-search-result .c-section-title {
  }
  section.ptn35-search-result .result-block {
    max-width: 120.0rem;
    margin: 0 auto;
    margin-top: 4.0rem;
  }
  section.ptn35-search-result .result-block .select-order {
    width: fit-content;
    margin-left: auto;
    margin-top: -3.0rem;
  }
  section.ptn35-search-result .result-block .result-info {
    margin-top: 2.0rem;
  }
  section.ptn35-search-result .result-block .page-info {
    text-align: right;
    margin: 0.5rem 0;
  }
  section.ptn35-search-result .result-block .button {
    margin-bottom: 2.5rem;
  }
  section.ptn35-search-result .result-block .button:last-child {
    margin-bottom: 0rem;
  }
  section.ptn35-search-result .result-block ul.list {
    margin: 0 0 2.5rem 0;
    border-top: solid 1px #999;
  }
  section.ptn35-search-result .result-block ul.list li {
  }
  section.ptn35-search-result .result-block ul.list li a {
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 1.0rem 0;
    border-bottom: solid 1px #999;
    line-height: 1.5;
    transition: opacity 200ms 0s ease;
  }
  section.ptn35-search-result .result-block ul.list li a:hover {
    opacity: 0.6;
  }
  section.ptn35-search-result .result-block ul.list .title {
    display: block;
    padding: 0.5rem 5.0rem 0.5rem 1.0rem;
    width: 100%;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  section.ptn35-search-result .result-block ul.list .author {
    display: block;
    padding: 0.5rem 1.0rem;
    width: 20%;
    flex-shrink: 0;
  }
  section.ptn35-search-result .result-block ul.list .go {
    display: block;
    padding: 0.5rem 1.0rem;
    width: 20%;
    flex-shrink: 0;
  }
  section.ptn35-search-result .result-block ul.list .desc {
    display: block;
    padding: 0.5rem 1.0rem;
    width: 65%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 833px) {
  section.ptn35-search-result .c-section-title {
  }
  section.ptn35-search-result .result-block {
    margin-top: 4.0rem;
  }
  section.ptn35-search-result .result-block .select-order {
    width: 100%;
  }
  section.ptn35-search-result .result-block .select-order select {
    width: 100%;
  }
  section.ptn35-search-result .result-block .result-info {
    margin-top: 2.0rem;
  }
  section.ptn35-search-result .result-block .page-info {
    text-align: right;
    margin: 5.0rem 0 1.0rem 0;
  }
  section.ptn35-search-result .result-block .button {
    margin-bottom: 2.5rem;
  }
  section.ptn35-search-result .result-block .button:last-child {
    margin-bottom: 0rem;
  }
  section.ptn35-search-result .result-block ul.list {
    margin: 3.5rem 0;
    border-bottom: solid 1px #999;
    padding-bottom: 1.5rem;
  }
  section.ptn35-search-result .result-block ul.list li {
  }
  section.ptn35-search-result .result-block ul.list li a {
    display: block;
    text-decoration: none;
    line-height: 1.5;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  section.ptn35-search-result .result-block ul.list .title {
    display: block;
    width: 100%;
    border-top: solid 1px #999;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium, 'Noto Sans JP';
    line-height: 1.5;
  }
  section.ptn35-search-result .result-block ul.list .author {
    display: block;
    text-align: right;
  }
  section.ptn35-search-result .result-block ul.list .go {
    display: block;
    text-align: right;
  }
  section.ptn35-search-result .result-block ul.list .go::before {
    content: " ／ ";
    display: inline-block;
    margin: 0 1.5rem;
  }

  section.ptn35-search-result .result-block ul.list .desc {
    display: block;
  }
}

@media screen and (min-width: 834px) {
  section.ptn35-category .container {
    padding-bottom: 1.0rem;
  }
  section.ptn35-category .c-category-buttons {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn35-category .container {
    padding-bottom: 5.0rem;
  }
}
