@charset "UTF-8";
/**************************************/
.topics {
  width: calc(100% - 240px);
  max-width: 1390px;
  margin: 0 auto; }
  .topics .tab_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 65px; }
    .topics .tab_list li {
      margin: 0 10px 10px 0; }
      .topics .tab_list li:last-of-type {
        margin: 0 0 10px 0; }
      .topics .tab_list li a {
        transition: .3s;
        background-color: #B1AEAE;
        text-decoration: none;
        width: 114px;
        height: 36px;
        display: block;
        text-align: center;
        color: #fff;
        font: 1.5rem/36px "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
        .topics .tab_list li a.current {
          background-color: #7B7B7B; }
  .topics .topics_list {
    margin: 0 auto 100px; }
    .topics .topics_list li {
      border-bottom: 1px solid #DBDBD8; }
    .topics .topics_list span.cat {
      background-color: #7B7B7B;
      text-decoration: none;
      width: 114px;
      height: 36px;
      display: block;
      text-align: center;
      color: #fff;
      font: 1.5rem/36px "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
    .topics .topics_list a {
      transition: .3s;
      padding: 30px 0 15px;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      position: relative; }
    .topics .topics_list time {
      font: 1.7rem/36px "Noto Sans JP", serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      display: block; }
    .topics .topics_list p {
      font: 1.7rem/1.6em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      position: relative;
      width: calc(100% - 130px);
      position: relative; }
      .topics .topics_list p span {
        padding: 0 70px 0 0;
        display: block;
        background: url("../images/index/awwor.svg") right 5px center no-repeat;
        background-size: 40px 6px; }

@media (hover: hover) {
  .topics .tab_list li a:hover {
    opacity: 0.5; }
  .topics .topics_list a:hover {
    background-color: #fff; } }
@media (max-width: 1280px) {
  .topics {
    width: calc(100% - 100px); } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .topics {
    width: calc(100% - 60px); }
    .topics .tab_list {
      margin: 0 0 45px; }
      .topics .tab_list li {
        margin: 0 10px 10px 0; }
        .topics .tab_list li a {
          width: 100px;
          height: 36px; }
    .topics .topics_list {
      margin: 0 auto 100px; }
      .topics .topics_list li {
        border-bottom: 1px solid #DBDBD8; }
      .topics .topics_list span.cat {
        width: 100px;
        height: 36px;
        font: 1.4rem/36px "Noto Sans JP", serif;
        font-weight: 400; }
      .topics .topics_list a {
        padding: 30px 0 15px; }
      .topics .topics_list time {
        font: 1.6rem/36px "Noto Sans JP", serif;
        font-weight: 700; }
      .topics .topics_list p {
        font: 1.6rem/1.6em "Noto Sans JP", serif;
        font-weight: 400;
        width: calc(100% - 115px); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .topics {
    width: calc(100% - 50px);
    max-width: 325px;
    margin: 0 auto; }
    .topics .tab_list {
      margin: 0 0 40px; }
      .topics .tab_list li a {
        width: 85px;
        height: 25px;
        display: block;
        text-align: center;
        color: #fff;
        font: 1.4rem/25px "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
    .topics .topics_list {
      margin: 0 auto 50px; }
      .topics .topics_list a {
        padding: 20px 0; }
      .topics .topics_list span.cat {
        width: 100px;
        height: 26px;
        font: 1.4rem/26px "Noto Sans JP", serif;
        font-weight: 400; }
      .topics .topics_list time {
        position: absolute;
        top: -30px;
        left: 110px;
        font: 1.4rem/1em "Noto Sans JP", serif;
        font-weight: 700; }
      .topics .topics_list p {
        margin: 10px 0 0;
        font: 1.5rem/1.6em "Noto Sans JP", serif;
        font-weight: 400;
        width: 100%; }
        .topics .topics_list p span {
          padding: 0 50px 0 0;
          background-size: 30px; } }
/*max-width:480px*/
/***************************************/
.pagination {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    font: 1.6rem/1em "Noto Sans JP", serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 20px 20px; }
  .pagination a:hover {
    opacity: 0.5; }
  .pagination span {
    text-decoration: underline; }

@media (max-width: 480px) {
  .pagination {
    max-width: 300px;
    margin: 0 auto 60px; }
    .pagination a, .pagination span {
      margin: 0 10px 10px; } }
/*max-width:480px*/
/***************************************/
.topics_single {
  width: calc(100% - 240px);
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .topics_single .ttl {
    width: 400px; }
    .topics_single .ttl p.top {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      border-bottom: 1px solid #CCCCCA;
      padding: 0 0 20px;
      margin: 0 0 20px; }
      .topics_single .ttl p.top span {
        background-color: #7B7B7B;
        text-decoration: none;
        width: 114px;
        height: 36px;
        display: block;
        text-align: center;
        color: #fff;
        font: 1.5rem/36px "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05em; }
      .topics_single .ttl p.top time {
        padding: 0 0 0 15px;
        font: 1.6rem/36px "Noto Sans JP", serif;
        font-weight: 700;
        letter-spacing: 0.05em;
        display: block; }
    .topics_single .ttl p.ttl_txt {
      font: 2.5rem/2em "Noto Serif JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
  .topics_single .honbun {
    width: calc(100% - 460px);
    max-width: 900px; }
  .topics_single .back {
    transition: .3s;
    font: 1.6rem/63px "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    display: block;
    margin: 60px 0 0;
    text-align: center;
    max-width: 340px;
    width: 100%;
    border-radius: 50px;
    height: 64px;
    background-color: #E2E2DC;
    border: 1px solid #E2E2DC;
    position: relative; }
    .topics_single .back:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/awwor.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 51/7;
      width: 100%;
      max-width: 30px;
      height: auto;
      top: 50%;
      left: auto;
      right: 30px;
      transform: translate(-50%, 0%); }

.topics_single .honbun {
  font: 1.7rem/2.2em "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.04em; }
  .topics_single .honbun p {
    margin: 0 0 30px; }

@media (hover: hover) {
  .topics_single .honbun a:hover {
    text-decoration: underline;
    color: darkorange; }
  .topics_single .back:hover {
    background-color: #F8F7F5; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .topics_single {
    width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto;
    display: block; }
    .topics_single .ttl {
      max-width: 100%;
      width: 100%;
      margin: 0 0 50px; }
    .topics_single .honbun {
      width: 100%;
      max-width: 900px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .topics_single {
    width: calc(100% - 60px); }
    .topics_single .honbun {
      font: 1.6rem/2.2em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.04em; }
      .topics_single .honbun p {
        margin: 0 0 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .topics_single {
    width: calc(100% - 50px);
    max-width: 325px; }
    .topics_single .ttl {
      margin: 0 0 30px; }
      .topics_single .ttl p.top {
        padding: 0 0 15px;
        margin: 0 0 10px; }
        .topics_single .ttl p.top span {
          width: 100px;
          height: 26px;
          font: 1.4rem/26px "Noto Sans JP", serif;
          font-weight: 400; }
        .topics_single .ttl p.top time {
          padding: 0 0 0 15px;
          font: 1.4rem/26px "Noto Sans JP", serif;
          font-weight: 700;
          letter-spacing: 0.05em;
          display: block; }
      .topics_single .ttl p.ttl_txt {
        font: 2rem/2em "Noto Serif JP", serif;
        font-weight: 500;
        letter-spacing: 0.05em; }
    .topics_single .back {
      font: 1.5rem/48px "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.08em;
      margin: 40px auto 0;
      max-width: 268px;
      width: 100%;
      border-radius: 50px;
      height: 50px; }
      .topics_single .back:before {
        right: 10px; }

  .topics_single .honbun {
    font: 1.5rem/2.2em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.04em; }
    .topics_single .honbun p {
      margin: 0 0 30px; } }
/*max-width:480px*/
/***************************************/
.topics_single .honbun .pic_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px; }
  .topics_single .honbun .pic_flex li {
    width: calc((100% - 15px)/2);
    margin: 0 0 15px; }
    .topics_single .honbun .pic_flex li img {
      width: 100%;
      display: block;
      margin-bottom: 0; }
    .topics_single .honbun .pic_flex li p {
      text-align: center;
      font: 1.5rem/1.8em "Noto Sans JP", serif;
      font-weight: 400;
      letter-spacing: 0.05e;
      margin: 5px 0 0 !important; }
.topics_single .honbun img {
  display: block;
  margin: 0 0 60px; }
.topics_single .honbun a {
  text-decoration: underline; }
.topics_single .honbun b, .topics_single .honbun strong {
  font-weight: 600; }
.topics_single .honbun .caption {
  margin: 0 0 60px;
  width: fit-content; }
  .topics_single .honbun .caption img {
    display: block;
    margin: 0; }
  .topics_single .honbun .caption p {
    text-align: center;
    font: 1.5rem/1.8em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.05e;
    margin: 5px 0 0 !important; }
.topics_single .honbun .normal_list {
  margin: 0 0 60px; }
  .topics_single .honbun .normal_list li {
    position: relative;
    padding: 0 0 0 1.6rem; }
    .topics_single .honbun .normal_list li:before {
      position: absolute;
      content: "・";
      left: 0; }
    .topics_single .honbun .normal_list li:last-of-type {
      margin-bottom: 0; }
.topics_single .honbun .num_list {
  margin: 0 0 60px;
  counter-reset: hoge; }
  .topics_single .honbun .num_list li {
    position: relative;
    padding: 0 0 0 2.0rem; }
    .topics_single .honbun .num_list li:before {
      position: absolute;
      counter-increment: hoge;
      content: counter(hoge) ".";
      left: 0; }
    .topics_single .honbun .num_list li:nth-of-type(n+10) {
      padding: 0 0 0 2.8rem; }

@media (max-width: 480px) {
  .topics_single .honbun .pic_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; }
    .topics_single .honbun .pic_flex li {
      width: 100%;
      margin: 0 0 15px; }
      .topics_single .honbun .pic_flex li img {
        width: 100%;
        display: block;
        margin-bottom: 0; }
      .topics_single .honbun .pic_flex li p {
        text-align: center;
        font: 1.5rem/1.8em "Noto Sans JP", serif;
        font-weight: 400;
        letter-spacing: 0.05e;
        margin: 5px 0 0 !important; } }
/*max-width:480px*/
