@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: .3s;
  cursor: pointer;
}

.linkStyle01:hover{
  opacity: .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;
  }
}

/* ------------------↑↑↑ユーティリティ置き場↑↑↑---------------------- */

.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;
  }
}

.trend68__pht{
  max-width: 600px;
  margin: 0 auto;
}

.trend68__pht--800px{
  max-width: 800px;
}

.trend68__pht--1000px{
  max-width: 1000px;
}

.trend68__pht figure > img{
  width: 100%;
}

.trend68 .trend68__2column{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.trend68 .trend68__2column > .trend68__texts{
  width: calc(50% - 8px);
}

.trend68 .trend68__2column > figure{
  width: calc(50% - 8px);
  height: auto;
}

.trend68 .trend68__2column > figure > img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.trend68 .trend68__pht2column figure {
  width: calc(100% / 2 - 30px);
  height: auto;
}

.trend68 .trend68__pht2column--wide figure {
  width: calc(100% / 2 - 8px);
  height: auto;
}

.trend68 .trend68__pht2column.maxWidth600 figure {
  width: calc(100% / 2 - 24px);
  height: auto;
  min-height: 320px;
}

.trend68 .trend68__pht2column figure  > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.trend68 .trend68__pht2column--wide figure  > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trend68 .trend68__pht2column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trend68 .trend68__pht2column--center{
  justify-content: center;
  align-items: flex-start;
}

.trend68 .trend68__pht2column--center > figure{
  width: 50%;
}

.trend68 .trend68__pht2column--center > .trend68__texts{
  width: calc(50% - 20px);
}

.trend68 .trend68__pht2column--gray{
  background-color: #F7F7F7;
  padding: 32px 24px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .trend68 .trend68__pht2column figure {
    width: 100%;
  }

  .trend68 .trend68__pht2column--center > .trend68__texts{
    width: 100%;
  }

  .trend68 .trend68__2column > .trend68__texts{
    width: 100%;
  }

  .trend68 .trend68__2column > figure{
    width: 100%;
    height: auto;
  }
}

/* ------3カラム--------- */

.trend68 .trend68__pht3column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trend68 .trend68__pht3column figure {
  width: calc(100% / 3 - 4px);
  height: auto;
}

.trend68 .trend68__pht3column figure > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .trend68 .trend68__pht3column figure {
    width: 100%;
  }
}


.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;
  }
}

/* -------jirei03専用------- */

/* -----1段目----- */

.jirei03-pht01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items:stretch;
}

.jirei03-pht01__left , .jirei03-pht01__right{
  width: calc(100% / 2 - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jirei03-pht01__left img , .jirei03-pht01__right img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.jirei03-pht01__right-content:nth-child(1){
  display: flex;
  align-items: center;
}

.jirei03-pht01__right-content:nth-child(2){
  display: flex;
  flex-direction: column;
    align-items:stretch;
}

.jirei03-pht01__right-content:nth-child(1) img{
  max-width: 190px;
  margin-right: 24px;
  max-height: 190px;
}

@media screen and (max-width: 640px) {
  .jirei03-pht01__left , .jirei03-pht01__right{
    width: 100%;
  }

  .jirei03-pht01__right-content:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .jirei03-pht01__right-content:nth-child(1) figure{
    width: 50%;
  }

  .jirei03-pht01__right-content:nth-child(1) p{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .jirei03-pht01__right-content:nth-child(1) img{
    width: 100%;
  }
}

/* -----2段目----- */

.jirei03-pht02__ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jirei03-pht02__ul-li{
  width: calc(100% / 3 - 4px);
}

.jirei03-pht02__ul-li img{
  height: 202px;
  width: 100%;
  object-fit: cover;
}

.jirei03-pht02__ul-li:nth-child(1){
  max-width: 240px;
}

.jirei03-pht02__ul-li:nth-child(1) img{
  max-width: 240px;
}

@media screen and (max-width: 640px) {
  .jirei03-pht02__ul-li{
    width: calc(100% / 2 - 2px);
  }

  .jirei03-pht02__ul-li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .jirei03-pht02__ul-li:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .jirei03-pht02__ul-li:nth-child(1){
    max-width: 100%;
  }

  .jirei03-pht02__ul-li:nth-child(1) figure{
    width: 50%;
  }

  .jirei03-pht02__ul-li:nth-child(1) p{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* -----3段目----- */

.jirei03-pht03__ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.jirei03-pht03__ul-li:nth-child(1){
  width: calc(36%);
}

.jirei03-pht03__ul-li:nth-child(2){
  width: calc(64% - 12px);
}

.jirei03-pht03__ul-li img{
  height: 366px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .jirei03-pht03__ul-li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .jirei03-pht03__ul-li:nth-child(1){
    width: 100%;
  }

  .jirei03-pht03__ul-li:nth-child(2){
    width: 100%;
  }
}