@charset "UTF-8";

.ali-C {
  text-align: center;
}

.ali-L {
  text-align: left;
}

.ali-R {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.inline-b {
  display: inline-block;
}

.border-000 {
  border-bottom: #000 1px solid;
}

.white-space-n-pc {
  white-space: nowrap;
}

.wid100Per {
  width: 100%;
  max-width: 100%;
}

.maxWidth600 {
  max-width: 600px;
  margin: 0 auto;
}

.maxWidth800 {
  max-width: 800px;
  margin: 0 auto;
}

.maxWidth1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.linkStyle01 {
  text-decoration: underline !important;
  transition: 0.3s;
  cursor: pointer;
}

.linkStyle01:hover {
  opacity: 0.8;
}

/* .listStyle01{
  padding: 0.5em 0.5em 0.5em 2em;
} */

.listStyle01 > li {
  position: relative;
  padding-left: 16px;
}

.listStyle01 > li::before {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 10px;
  left: 0;
  border-radius: 9999px;
  background: #333;
}

@media screen and (min-width: 641px) {
  .PcNodisplay {
    display: none !important;
  }

  .SpNodisplay {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .PcNodisplay {
    display: block !important;
  }

  .SpNodisplay {
    display: none !important;
  }

  .white-space-n-pc {
    white-space: initial;
  }
}

@media screen and (max-width: 640px) {
  .img-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .img-scroll-wrapper figure {
    min-width: 1000px;
    margin: 0;
  }
}

/* ------------------↑↑↑ユーティリティ置き場↑↑↑---------------------- */

.trend-link-icon {
  height: 20px;
  width: 20px;
  display: inline-flex;
  position: relative;
  top: 2px;
}

.trend-link-icon > img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.c-link-post .c-link-post__box .c-link-post__ttl {
  font-size: 19px;
}

.ttl-before {
  display: inline-block;
  background-color: #444;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

.ttl-after {
  display: inline-block;
  background-color: #e58b00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

@media screen and (max-width: 640px) {
  .ttl-after {
    margin-top: 30px;
  }
}

.ul.first-catch {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
  margin-top: 8px;
}

.first-catch--orange {
  color: #ff6a00 !important;
}

ul.first-catch li {
  list-style: none;
  line-height: 1.6;
  font-size: 1.8rem;
}

ul.first-catch li .first-catch__head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.08em;
}

ul.first-catch li .first-catch__text {
  display: table-cell;
  vertical-align: top;
}

table.TableStyle01 {
  border: solid 3px #ccc;
  background-color: #fff;
  width: 100%;
  margin: 20px auto;
}
table.TableStyle01 th,
table.TableStyle01 td {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
/* table.TableStyle01 th  {width:270px; background-color:#f5f5f5;} */
table.TableStyle01 th {
  width: 270px;
  background-color: #f2f2f2;
}
table.TableStyle01 .Tablestyle--gray-td {
  background-color: #f1f1f2;
  text-align: center;
  vertical-align: middle;
}
table.TableStyle01 .Tablestyle__head {
  font-size: 20px;
  width: 30%;
}

table.TableStyle01 .Tablestyle__sub-head {
  font-size: 16px;
  width: 20%;
}

@media screen and (max-width: 640px) {
  table.TableStyle01 td {
    padding: 10px 6px;
  }

  table.TableStyle01 .Tablestyle__head {
    font-size: 16px;
    width: initial;
  }

  table.TableStyle01 .Tablestyle__sub-head {
    font-size: 14px;
    width: initial;
  }
}

/* --------------------------------------- */

.jirei01 .trendnews__mv {
  height: auto;
  width: 100%;
}

.jirei01 .trendnews__mv img {
  height: 100%;
  width: 100%;
}

.jirei01 .trendnews-about {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews-about {
    flex-direction: column;
  }
}

.jirei01 .trendnews-about > .trendnews-profile {
  width: calc(40% - 24px);
  padding: 48px;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews-about > .trendnews-profile {
    width: 100%;
    padding: 16px 24px;
  }

  .jirei01 .trendnews-about > .trendnews-profile p {
    margin: initial !important;
  }
}

.jirei01 .trendnews-about > .trendnews__link-box {
  width: 60%;
  margin: 30px 0 60px;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews-about > .trendnews__link-box {
    width: 100%;
    margin: 16px 0 48px;
  }
}

.jirei01 {
  width: 100% !important;
  display: block !important;
}

.jirei01 figure p {
  line-height: 1.6 !important;
}

.jirei01 .profile__item {
  display: block !important;
}

.jirei01 .profile__item span {
  font-size: 20px;
}

.jirei01 .profile__item figure {
  height: auto;
  width: 100%;
}

.jirei01
  .trendnews-profile__list--single
  .trendnews-profile__item
  figure
  > img {
  height: auto;
  width: 100%;
}

.jirei01 .trendnews-profile__item p {
  font-weight: normal;
  margin: auto;
  display: block;
  padding-top: 24px;
}

.jirei01 .trendnews__link-box .trendnews__link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 56px 24px;
  gap: 56px 24px;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__link-box .trendnews__link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 56px 16px;
    gap: 56px 16px;
  }
}

.jirei01 .trendnews__link-box h3 {
  font-size: 18px;
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.jirei01 .trendnews__link-box figure,
.trendnews__link-box figure a {
  height: 100%;
  width: 100%;
}

.jirei01 .trendnews__link-box figure img {
  height: 100%;
  width: 100%;
}

.jirei01 .trendnews__pht-grid01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__pht-grid01 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px;
  }
}

.jirei01 .trendnews__pht-grid01--sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
}

.jirei01 .trendnews__pht-grid,
.trendnews__pht-grid--sub p {
  line-height: 1.5 !important;
  margin-top: 4px;
}

.jirei01 .trendnews__comment {
  padding: 32px 40px 24px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment {
    padding: 20px;
    background-color: #f7f7f7;
  }
}

.jirei01 .trendnews__comment-box {
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment-box {
    max-width: 960px;
    margin: 48px auto 24px;
    width: 93%;
  }

  .jirei01 .trendnews__comment-box .trendnews__ttl--01 {
    font-size: 24px;
  }
}

.jirei01 .trendnews__comment-flex01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment-flex01 {
    flex-direction: column;
  }
}

.jirei01 .trendnews__comment-flex01 figure {
  width: 23%;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment-flex01 figure {
    width: 100%;
    padding: 16px 24px;
  }
}

.jirei01 .trendnews__comment-flex01 figure p {
  font-weight: normal;
  margin: auto;
  display: block;
  padding-top: 16px;
  margin-top: 0 !important;
  line-height: 1.6 !important;
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment-flex01 figure p {
    padding-top: 12px;
  }
}

.jirei01 .trendnews__comment-text {
  width: calc(77% - 24px);
}

@media screen and (max-width: 640px) {
  .jirei01 .trendnews__comment-text {
    width: 100%;
  }
}
