@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (min-width: 751px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul li {
  list-style-type: none;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.ptblr10 {
  padding: 10px;
}

.ptblr20 {
  padding: 20px;
}

.ptblr30 {
  padding: 30px;
}

.ptblr40 {
  padding: 40px;
}

.pc {
  display: none !important;
}

.sp {
  display: inherit !important;
}

html {
  font-size: 62.5%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fbfbfb;
}
html body {
  max-width: 750px;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
  position: relative;
  font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue", "Arial", "Noto", "Droid Sans", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px #9D9D9D;
          box-shadow: 0px 0px 15px -5px #9D9D9D;
}
@media screen and (min-width: 753px) {
  html body {
    margin: 20px auto;
  }
}
html body div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body p {
  font-size: 1.4rem;
  line-height: 1.4;
}
html body dt, html body dd, html body th, html body td, html body li {
  font-size: 1.4rem;
}
html body ul {
  margin-left: 0;
  padding-left: 0;
}

.cate-label {
  border-left: 12px solid #9D9D9D;
  white-space: nowrap;
  height: 100%;
}
.cate-label.cate01 {
  border-left: 12px solid #BCE0DC;
}
.cate-label.cate02 {
  border-left: 12px solid #F2C2B8;
}
.cate-label.cate03 {
  border-left: 12px solid #C0E18A;
}
.cate-label.cate04 {
  border-left: 12px solid #D76475;
}
.cate-label.cate05 {
  border-left: 12px solid #F4F1E0;
}
.cate-label .cate-cont {
  color: #747474;
  line-height: 1;
  padding: 0 6px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

main {
  padding-bottom: 50px;
}
main .main-v {
  position: relative;
}
main .main-v .txt {
  width: 100%;
  padding: 15px 20px 10px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
main .main-v .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main-v .txt .article-info .time {
  line-height: 1;
}
main .main-v .txt .article-info .time time {
  color: #747474;
  font-size: 1.2rem;
}
main .main-v .txt .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
}
main .main-v .txt .title a {
  color: #2C2C2C;
}
main .main-v .txt .title + .article-info {
  margin: 0 0 10px;
}
main .main-v .txt .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 10px;
}
main .main-v .txt .tag-favorite.cate01 {
  border-top: 1px solid #BCE0DC;
}
main .main-v .txt .tag-favorite.cate02 {
  border-top: 1px solid #F2C2B8;
}
main .main-v .txt .tag-favorite.cate03 {
  border-top: 1px solid #C0E18A;
}
main .main-v .txt .tag-favorite.cate04 {
  border-top: 1px solid #D76475;
}
main .main-v .txt .tag-favorite.cate05 {
  border-top: 1px solid #F4F1E0;
}
main .main-v .txt .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .main-v .txt .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .main-v .txt .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .main-v .txt .tag-favorite .favorite {
  color: #747474;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .main-v .txt .tag-favorite .favorite.active {
  color: #FFE200;
}
main .main-v.detail {
  border-bottom: 16px solid #EDEDED;
}
main .main-v.detail .img {
  border-bottom: 1px solid #f1f1f1;
}
main .main-v.detail .txt {
  position: relative;
}
main .main-v.detail .txt .title {
  font-size: 1.8rem;
}
main .section-title-01 {
  font-size: 2rem;
  margin-bottom: 25px;
}
main .section-title-01 span {
  font-size: 1.2rem;
  margin-left: 10px;
}
main .standard-title {
  font-size: 2rem;
  padding-left: 20px;
  padding-right: 20px;
}
main .standard-title span {
  font-size: 1.2rem;
  margin-left: 10px;
}
main .standard-title span.slash {
  font-size: 2rem;
  line-height: 1;
  vertical-align: 10%;
  margin-right: 10px;
  margin-left: 0;
}
main .list-type01 {
  margin: 20px 0 40px;
}
main .list-type01 .inner {
  padding: 0 20px;
}
main .list-type01 .inner .article-list {
  border-top: 1px solid #efefef;
}
main .list-type01 .inner .article-list .list-item {
  border-bottom: 1px solid #efefef;
}
main .list-type01 .inner .article-list .list-item:last-child {
  margin-bottom: 0;
}
main .list-type01 .inner .article-list .list-item .box {
  position: relative;
}
main .list-type01 .inner .article-list .list-item .box > a {
  display: grid;
  width: 100%;
  padding: 16px 0;
}
main .list-type01 .inner .article-list .list-item .box > a:active {
  background-color: rgba(72, 161, 34, 0.5);
}
main .list-type01 .inner .article-list .list-item .box > a:has(> .img) {
  grid-template-columns: 70% 30%;
}
@media screen and (min-width: 753px) {
  main .list-type01 .inner .article-list .list-item .box > a:has(> .img) {
    grid-template-columns: 80% 20%;
  }
}
main .list-type01 .inner .article-list .list-item .box > a .img {
  margin-left: 10px;
  aspect-ratio: 16/10;
  max-width: 100px;
  justify-self: end;
}
@media screen and (min-width: 753px) {
  main .list-type01 .inner .article-list .list-item .box > a .img {
    max-width: 120px;
  }
}
main .list-type01 .inner .article-list .list-item .box > a .img img {
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .list-type01 .inner .article-list .list-item .box > a .txt {
  width: 100%;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .article-info .cate-label {
  margin-right: 4px;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .article-info .cate-label .cate-cont {
  font-size: 1.2rem;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .article-info .time {
  line-height: 1;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .article-info .time time {
  color: #747474;
  font-size: 1.2rem;
}
main .list-type01 .inner .article-list .list-item .box > a .txt .title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 120px);
  z-index: 3;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  left: 120px;
  bottom: 0;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite .favorite {
  color: #efefef;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .list-type01 .inner .article-list .list-item .box .tag-favorite .favorite.active {
  color: #FFE200;
}
main .list-type02 {
  margin: 20px 0 40px;
}
main .list-type02 .inner {
  padding: 0;
}
main .list-type02 .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
}
main .list-type02 .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
}
main .list-type02 .inner .article-box {
  overflow-x: auto;
}
main .list-type02 .inner .article-box .article-list .list-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
main .list-type02 .inner .article-box .article-list .list-item > a {
  width: 100%;
}
main .list-type02 .inner .article-box .article-list .list-item > a .img {
  margin-bottom: 20px;
}
main .list-type02 .inner .article-box .article-list .list-item > a .img img {
  border-radius: 3px;
  margin: auto;
}
main .list-type02 .inner .article-box .article-list .list-item > a .txt {
  width: 100%;
}
main .list-type02 .inner .article-box .article-list .list-item > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 14px;
}
main .list-type02 .inner .article-box .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type02 .inner .article-box .article-list .list-item > a .txt .article-info .time time {
  color: #747474;
}
main .list-type02 .inner .article-box .article-list .list-item > a .txt .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  border-top: 1px dotted #efefef;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite .favorite {
  color: #efefef;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .list-type02 .inner .article-box .article-list .list-item .tag-favorite .favorite.active {
  color: #FFE200;
}
main .list-type03 {
  margin: 20px 0 40px;
}
main .list-type03.cate01 .inner .section-title span {
  background-color: #BCE0DC;
}
main .list-type03.cate01 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type03.cate01 .inner .article-list .list-item > a .txt .article-info .time time {
  border-left: 1rem solid #BCE0DC;
}
main .list-type03.cate02 .inner .section-title span {
  background-color: #F2C2B8;
}
main .list-type03.cate02 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type03.cate02 .inner .article-list .list-item > a .txt .article-info .time time {
  border-left: 1rem solid #F2C2B8;
}
main .list-type03.cate03 .inner .section-title span {
  background-color: #C0E18A;
}
main .list-type03.cate03 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type03.cate03 .inner .article-list .list-item > a .txt .article-info .time time {
  border-left: 1rem solid #C0E18A;
}
main .list-type03.cate04 .inner .section-title span {
  background-color: #D76475;
}
main .list-type03.cate04 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type03.cate04 .inner .article-list .list-item > a .txt .article-info .time time {
  border-left: 1rem solid #D76475;
}
main .list-type03.cate05 .inner .section-title span {
  background-color: #F4F1E0;
}
main .list-type03.cate05 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type03.cate05 .inner .article-list .list-item > a .txt .article-info .time time {
  border-left: 1rem solid #F4F1E0;
}
main .list-type03 .inner {
  padding: 0 20px;
}
main .list-type03 .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
}
main .list-type03 .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
  color: #fff;
  padding: 4px 10px;
}
main .list-type03 .inner .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .list-type03 .inner .article-list .list-item {
  width: 47%;
  margin-bottom: 20px;
}
main .list-type03 .inner .article-list .list-item .img {
  margin-bottom: 14px;
}
main .list-type03 .inner .article-list .list-item .img img {
  border-radius: 3px;
}
main .list-type03 .inner .article-list .list-item .txt {
  width: 100%;
}
main .list-type03 .inner .article-list .list-item .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
}
main .list-type03 .inner .article-list .list-item .txt .article-info .time {
  line-height: 1;
}
main .list-type03 .inner .article-list .list-item .txt .article-info .time time {
  color: #747474;
  padding-left: 4px;
}
main .list-type03 .inner .article-list .list-item .txt .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
}
main .list-type03 .inner .article-list .list-item .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  border-top: 1px solid #ddd;
}
main .list-type03 .inner .article-list .list-item .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type03 .inner .article-list .list-item .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type03 .inner .article-list .list-item .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type03 .inner .article-list .list-item .tag-favorite .favorite {
  color: #efefef;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .list-type03 .inner .article-list .list-item .tag-favorite .favorite.active {
  color: #FFE200;
}
main .list-type04 {
  padding: 40px 0 20px;
  margin-bottom: 40px;
}
main .list-type04.cate01 {
  background-color: #BCE0DC;
}
main .list-type04.cate01 .inner .section-title span {
  color: #BCE0DC;
}
main .list-type04.cate02 {
  background-color: #F2C2B8;
}
main .list-type04.cate02 .inner .section-title span {
  color: #F2C2B8;
}
main .list-type04.cate03 {
  background-color: #C0E18A;
}
main .list-type04.cate03 .inner .section-title span {
  color: #C0E18A;
}
main .list-type04.cate04 {
  background-color: #D76475;
}
main .list-type04.cate04 .inner .section-title span {
  color: #D76475;
}
main .list-type04.cate05 {
  background-color: #F4F1E0;
}
main .list-type04.cate05 .inner .section-title span {
  color: #F4F1E0;
}
main .list-type04 .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 0 20px;
  color: #fff;
}
main .list-type04 .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
  background-color: #fff;
  padding: 4px 10px;
}
main .list-type04 .inner {
  padding: 0;
}
main .list-type04 .inner .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .list-type04 .inner .article-list .list-item {
  width: 47%;
  margin-bottom: 10px;
  padding: 10px;
}
main .list-type04 .inner .article-list .list-item > a {
  width: 100%;
}
main .list-type04 .inner .article-list .list-item > a .box {
  position: relative;
}
main .list-type04 .inner .article-list .list-item > a .box .img {
  margin-bottom: 14px;
}
main .list-type04 .inner .article-list .list-item > a .box .img img {
  border-radius: 3px;
}
main .list-type04 .inner .article-list .list-item > a .box .txt {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .article-info .time {
  line-height: 1;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .article-info .time time {
  color: #747474;
  padding-left: 4px;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #2C2C2C;
  font-weight: normal;
  line-height: 1.4;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .title span {
  line-height: 2.4rem;
  background-color: white;
  padding: 4px 6px;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  border-top: 1px dotted #efefef;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite .favorite {
  color: #efefef;
}
main .list-type04 .inner .article-list .list-item > a .box .txt .tag-favorite .favorite.active {
  color: #FFE200;
}
main .list-type04 .inner .article-list .list-item > a time {
  color: #fff;
}
main .list-type05 {
  margin: 20px 0 40px;
}
main .list-type05.cate01 .inner .section-title span {
  background-color: #BCE0DC;
}
main .list-type05.cate01 .inner .article-list .list-item a .txt .article-info .time {
  line-height: 1;
}
main .list-type05.cate01 .inner .article-list .list-item a .txt .article-info .time time {
  border-left: 1rem solid #BCE0DC;
}
main .list-type05.cate02 .inner .section-title span {
  background-color: #F2C2B8;
}
main .list-type05.cate02 .inner .article-list .list-item a .txt .article-info .time {
  line-height: 1;
}
main .list-type05.cate02 .inner .article-list .list-item a .txt .article-info .time time {
  border-left: 1rem solid #F2C2B8;
}
main .list-type05.cate03 .inner .section-title span {
  background-color: #C0E18A;
}
main .list-type05.cate03 .inner .article-list .list-item a .txt .article-info .time {
  line-height: 1;
}
main .list-type05.cate03 .inner .article-list .list-item a .txt .article-info .time time {
  border-left: 1rem solid #C0E18A;
}
main .list-type05.cate04 .inner .section-title span {
  background-color: #D76475;
}
main .list-type05.cate04 .inner .article-list .list-item a .txt .article-info .time {
  line-height: 1;
}
main .list-type05.cate04 .inner .article-list .list-item a .txt .article-info .time time {
  border-left: 1rem solid #D76475;
}
main .list-type05.cate05 .inner .section-title span {
  background-color: #F4F1E0;
}
main .list-type05.cate05 .inner .article-list .list-item a .txt .article-info .time {
  line-height: 1;
}
main .list-type05.cate05 .inner .article-list .list-item a .txt .article-info .time time {
  border-left: 1rem solid #F4F1E0;
}
main .list-type05 .inner {
  padding: 0 20px;
}
main .list-type05 .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
}
main .list-type05 .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
}
main .list-type05 .inner .article-list .list-item {
  margin-bottom: 20px;
}
main .list-type05 .inner .article-list .list-item .box {
  position: relative;
}
main .list-type05 .inner .article-list .list-item .box > a {
  display: grid;
  width: 100%;
  grid-template-columns: 120px 1fr;
}
main .list-type05 .inner .article-list .list-item .box > a .img {
  margin-right: 20px;
}
main .list-type05 .inner .article-list .list-item .box > a .img img {
  border-radius: 3px;
}
main .list-type05 .inner .article-list .list-item .box > a .txt {
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #efefef;
}
main .list-type05 .inner .article-list .list-item .box > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
}
main .list-type05 .inner .article-list .list-item .box > a .txt .article-info .time {
  line-height: 1;
}
main .list-type05 .inner .article-list .list-item .box > a .txt .article-info .time time {
  color: #747474;
  padding-left: 4px;
}
main .list-type05 .inner .article-list .list-item .box > a .txt .title {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #2C2C2C;
  font-weight: normal;
  line-height: 1.4;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 120px);
  z-index: 3;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  left: 120px;
  bottom: 0;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite .favorite {
  color: #efefef;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .list-type05 .inner .article-list .list-item .box .tag-favorite .favorite.active {
  color: #FFE200;
}
main .list-type06 {
  margin: 20px 0 40px;
}
main .list-type06 .inner {
  padding: 0 20px;
}
main .list-type06 .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
}
main .list-type06 .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
}
main .list-type06 .inner .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
main .list-type06 .inner .tag-list .list-item {
  margin: 0 0 10px 0;
}
main .list-type06 .inner .tag-list .list-item a {
  background-color: #2C2C2C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1rem;
  display: block;
}
main .list-type07 {
  margin: 20px 0 40px;
}
main .list-type07 .inner {
  padding: 0 20px;
}
main .list-type07 .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
}
main .list-type07 .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
}
main .list-type07 .inner .article-list {
  padding-right: 40px;
  background: url(../img/common/icon-arrow.png) no-repeat right 10px center;
  background-size: 20px;
}
main .list-type07 .inner .article-list:last-child {
  background: none;
}
main .list-type07 .inner .article-list .list-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #efefef;
  max-width: 76vw;
}
main .list-type07 .inner .article-list .list-item > a .txt {
  width: 100%;
}
main .list-type07 .inner .article-list .list-item > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
}
main .list-type07 .inner .article-list .list-item > a .txt .article-info .time {
  line-height: 1;
}
main .list-type07 .inner .article-list .list-item > a .txt .article-info .time time {
  color: #747474;
  font-weight: bold;
}
main .list-type07 .inner .article-list .list-item > a .txt .title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: normal;
  line-height: 1.4;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  border-top: 1px dotted #efefef;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite .favorite {
  color: #efefef;
}
main .list-type07 .inner .article-list .list-item > a .txt .tag-favorite .favorite.active {
  color: #FFE200;
}
main .pickup-list {
  margin: 0 0 40px;
}
main .pickup-list .inner {
  padding: 0;
}
main .pickup-list .inner .section-title {
  font-size: 2rem;
  margin-bottom: 25px;
  padding: 0 0 0 20px;
}
main .pickup-list .inner .section-title span {
  font-size: 1.2rem;
  margin-left: 10px;
}
main .pickup-list .inner .article-box .article-list {
  border-bottom: 16px solid #EDEDED;
}
main .pickup-list .inner .article-box .article-list .list-item a {
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .pickup-list .inner .article-box .article-list .list-item a .img {
  margin-bottom: 0;
}
main .pickup-list .inner .article-box .article-list .list-item a .img img {
  width: 100%;
  aspect-ratio: 16/10;
}
main .pickup-list .inner .article-box .article-list .list-item a .txt {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .pickup-list .inner .article-box .article-list .list-item a .txt .title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 4px 20px;
  color: #fff;
  background-color: rgba(44, 44, 44, 0.7);
}
main .pickup-list .inner .article-box .article-list .list-item a .txt .pickup-time {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #747474;
  font-size: 1.2rem;
  color: #fff;
  display: inline;
  padding: 8px 20px;
  background-color: #3b871a;
  width: 130px;
  text-align: center;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) {
  border-top: 1px solid #eee;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a {
  padding: 10px;
  display: grid;
  width: 100%;
  grid-template-columns: 30% 70%;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .img {
  margin-bottom: 0;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .img img {
  border-radius: 3px;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .txt {
  position: relative;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .txt .title {
  color: #2C2C2C;
  background-color: unset;
  padding: 0;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .txt .pickup-time {
  color: #747474;
  font-size: 1.2rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: unset;
  background-color: unset;
  padding: 0;
  text-align: left;
}
main .pickup-list .inner .article-box .article-list .list-item:nth-child(n+2) a .txt li {
  font-size: 1.1rem;
}
main .link-list {
  margin: 20px 0 40px;
}
main .link-list .inner {
  padding: 0 20px;
}
main .link-list .inner .article-list {
  border-top: 1px solid #efefef;
}
main .link-list .inner .article-list .list-item {
  border-bottom: 1px solid #efefef;
}
main .link-list .inner .article-list .list-item:last-child {
  margin-bottom: 0;
}
main .link-list .inner .article-list .list-item .box {
  position: relative;
}
main .link-list .inner .article-list .list-item .box > a {
  display: block;
  width: 100%;
  padding: 18px 0;
}
main .link-list .inner .article-list .list-item .box > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #9D9D9D;
  border-right: solid 1px #9D9D9D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
}
main .link-list .inner .article-list .list-item .box > a:active {
  background-color: rgba(72, 161, 34, 0.5);
  border-radius: 4px;
}
main .link-list .inner .article-list .list-item .box > a:has(> .img) {
  grid-template-columns: 70% 30%;
}
main .link-list .inner .article-list .list-item .box > a .img {
  margin-left: 10px;
  max-width: 100px;
  aspect-ratio: 16/10;
}
main .link-list .inner .article-list .list-item .box > a .img img {
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .link-list .inner .article-list .list-item .box > a .txt {
  width: 100%;
}
main .link-list .inner .article-list .list-item .box > a .txt .title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
}
main .link-list .inner .article-list .list-item .box > a .txt .title + .article-info {
  font-size: 1.1rem;
  color: #747474;
}
main .shortcode-box {
  border: 2px solid black;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto;
  width: 60%;
}
main .shortcode-box > a {
  display: grid;
  width: 100%;
}
main .shortcode-box > a:active {
  background-color: rgba(72, 161, 34, 0.5);
}
main .shortcode-box > a:has(> .img) {
  grid-template-columns: 75% 25%;
}
main .shortcode-box > a .img {
  margin-left: 10px;
  max-width: 100px;
  aspect-ratio: 1/1;
}
main .shortcode-box > a .img img {
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .shortcode-box > a .txt {
  width: 100%;
}
main .shortcode-box > a .txt .title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
main .shortcode-box > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .shortcode-box > a .txt .article-info .caption {
  margin-bottom: 8px;
}
main .shortcode-box > a .txt .article-info .caption p {
  font-size: 1.2rem;
  color: black;
}
main .shortcode-box > a .txt .article-info .time {
  line-height: 1;
}
main .shortcode-box > a .txt .article-info .time time {
  color: #747474;
  font-size: 1.2rem;
}
main .list-type-podcast {
  margin: 20px 0 40px;
}
main .list-type-podcast .inner {
  padding: 0 20px;
}
main .list-type-podcast .inner .article-list {
  border-top: 1px solid #efefef;
}
main .list-type-podcast .inner .article-list .list-item {
  border-bottom: 1px solid #efefef;
}
main .list-type-podcast .inner .article-list .list-item:last-child {
  margin-bottom: 0;
}
main .list-type-podcast .inner .article-list .list-item .box {
  position: relative;
}
main .list-type-podcast .inner .article-list .list-item .box > a {
  display: grid;
  width: 100%;
  padding: 10px 0;
}
main .list-type-podcast .inner .article-list .list-item .box > a:active {
  background-color: rgba(72, 161, 34, 0.5);
}
main .list-type-podcast .inner .article-list .list-item .box > a:has(> .img) {
  grid-template-columns: 75% 25%;
}
main .list-type-podcast .inner .article-list .list-item .box > a .img {
  margin-left: 10px;
  max-width: 100px;
  aspect-ratio: 1/1;
}
main .list-type-podcast .inner .article-list .list-item .box > a .img img {
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt {
  width: 100%;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4px;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .article-info .cate-label {
  margin-right: 4px;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .article-info .cate-label .cate-cont {
  font-size: 1.2rem;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .article-info .time {
  line-height: 1;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .article-info .time time {
  color: #747474;
  font-size: 1.2rem;
}
main .list-type-podcast .inner .article-list .list-item .box > a .txt .title {
  font-size: 1.5rem;
  color: #2C2C2C;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: calc(100% - 120px);
  z-index: 3;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 6px;
  left: 120px;
  bottom: 0;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite .favorite {
  color: #efefef;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .list-type-podcast .inner .article-list .list-item .box .tag-favorite .favorite.active {
  color: #FFE200;
}
main .scroller-status {
  padding-top: 20px;
}
main .scroller-status p {
  text-align: center;
}
main .scroller-status .loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
main .scroller-status .loader-ellips__dot {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
main .scroller-status .loader-ellips__dot:nth-child(1), main .scroller-status .loader-ellips__dot:nth-child(2) {
  left: 0;
}
main .scroller-status .loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
main .scroller-status .loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
            transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}
main .scroller-status .loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
}
main .scroller-status .loader-ellips__dot:nth-child(2), main .scroller-status .loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
          animation-name: slide;
}
main .scroller-status .loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  animation-direction: reverse;
}
main .article-contents {
  padding: 20px 0 0;
}
main .article-contents .entry-content {
  border-bottom: 16px solid #EDEDED;
  padding: 0 20px 40px;
}
main .article-contents .wp-block-post-title {
  padding: 10px 20px 40px;
}
main .article-contents .article-infobox {
  border-bottom: 16px solid #EDEDED;
  padding: 20px 20px 10px;
}
main .article-contents .article-infobox .article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .article-contents .article-infobox .article-info .cate-label {
  height: 100%;
}
main .article-contents .article-infobox .article-info .cate-label .cate-cont {
  font-size: 1.2rem;
}
main .article-contents .article-infobox .article-info .time {
  line-height: 1;
}
main .article-contents .article-infobox .article-info .time time {
  color: #747474;
  font-size: 1.2rem;
}
main .article-contents .article-infobox .tag-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .article-contents .article-infobox .tag-favorite .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .article-contents .article-infobox .tag-favorite .tag-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
main .article-contents .article-infobox .tag-favorite .tag-list li a {
  padding: 2px 0;
  display: block;
  color: #2C2C2C;
}
main .article-contents .article-infobox .tag-favorite .favorite {
  color: #9D9D9D;
  font-size: 1.8rem;
  padding: 2px 10px;
}
main .article-contents .article-infobox .tag-favorite .favorite.active {
  color: #FFE200;
}
main .search-box {
  background: #eee;
  padding: 20px;
}
main .search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 1.6rem;
}
main .search-box form label {
  width: 100%;
}
main .search-box form label input {
  outline: none;
  background-color: #fff;
  line-height: 1;
}
main .search-box form label input.txt {
  width: 100%;
  height: 100%;
  line-height: 1;
}
main .search-box form button {
  white-space: nowrap;
  background-color: #fff;
}
main .search-box form button img {
  width: 26px;
}
main .error-contents {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .error-contents h1 {
  color: #3b871a;
  text-align: center;
  font-size: 3rem;
}
main .error-contents h1 span {
  font-size: 7rem;
}
main .error-contents .error-icon01 {
  position: absolute;
  top: 33%;
  right: 10%;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/common/icon-inco01.png) no-repeat center center;
  background-size: contain;
}
main .error-contents .error-icon02 {
  position: absolute;
  top: 70%;
  right: 10%;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/common/icon-inco02.png) no-repeat center center;
  background-size: contain;
}
main .error-contents .error-icon03 {
  position: absolute;
  top: 70%;
  left: 10%;
  width: 100px;
  height: 100px;
  display: block;
  background: url(../img/common/icon-inco03.png) no-repeat center center;
  background-size: contain;
}
main .error-contents .link-bannerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .error-contents .link-bannerbox a {
  display: block;
  padding: 0 10px;
}
main .error-contents .link-bannerbox a img {
  height: 50px;
}

.wpulike {
  padding: 0;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}

.wpulike .wp_ulike_general_class {
  width: unset;
  height: unset;
  display: block;
}

.wpulike-default button.wp_ulike_btn {
  background-color: #F4F1E0;
  min-width: 50px;
  min-height: 50px;
  border-radius: 0;
  border-left: 1px solid #EDEADD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpulike-default button.wp_ulike_btn:focus,
.wpulike-default button.wp_ulike_btn:hover {
  color: #616161;
  background: #F4F1E0;
  text-decoration: none;
}

.wpulike-default .wp_ulike_put_image:after {
  content: "";
  display: block;
  background: url(../img/common/icon-heart.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  -webkit-filter: none;
          filter: none;
  background: url(../img/common/icon-heart-ac.svg) no-repeat;
  background-size: contain;
}

.entry-content > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin-top: 1.6rem;
}

.entry-content {
  font-size: 1.4rem;
}
.entry-content > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin-top: 1.6rem;
}
.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
  margin-top: 3.2rem;
}
.entry-content > h1 + *, .entry-content > h2 + *, .entry-content > h3 + *, .entry-content > h4 + *, .entry-content > h5 + *, .entry-content > h6 + * {
  margin-top: 2.4rem;
}
.entry-content h1 {
  font-size: 2.6rem;
}
.entry-content h2 {
  font-size: 2.4rem;
}
.entry-content h3 {
  font-size: 2.2rem;
}
.entry-content h4 {
  font-size: 2rem;
}
.entry-content h5 {
  font-size: 1.8rem;
}
.entry-content h6 {
  font-size: 1.6rem;
  font-weight: bold;
}
.entry-content p, .entry-content a {
  line-height: 1.8;
  font-size: 1.6rem;
}
.entry-content cite {
  line-height: 1.4;
  font-size: 1.6rem;
}
.entry-content ul li, .entry-content ol li {
  font-size: 1.6rem;
  line-height: 1.8;
}
.entry-content dl dt, .entry-content dl dd {
  font-size: 1.6rem;
}
.entry-content dl dd {
  line-height: 1.8;
}
.entry-content .wp-block-uagb-image--align-center img {
  margin: auto;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content .user-config-info .mb20 {
  margin-bottom: 20px !important;
}
.entry-content .user-config-info .account-info {
  margin-bottom: 30px;
}
.entry-content .user-config-info .password-info {
  margin-bottom: 20px;
}
.entry-content .user-config-info .password-info p {
  margin-bottom: 20px;
}
.entry-content .user-config-info h3 {
  margin-bottom: 16px;
  font-size: 2rem;
}
.entry-content .user-config-info .dl-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .user-config-info .dl-half dt {
  width: 40%;
  color: #555;
}
.entry-content .user-config-info .dl-half dd {
  width: 60%;
}
.entry-content .user-config-info .dl-half dd input {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 6px;
}
.entry-content .user-config-info .dl-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.entry-content .user-config-info .dl-full dt {
  width: 100%;
  margin-bottom: 6px;
  color: #555;
}
.entry-content .user-config-info .dl-full dd {
  width: 100%;
}
.entry-content .user-config-info .dl-full dd input {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 6px;
}
.entry-content .user-config-info .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}
.entry-content .user-config-info .form-submit input {
  width: 50%;
  font-size: 1.6rem;
  border-radius: 4px;
  padding: 10px;
  border: none;
  background-color: #ccc;
}
.entry-content .user-config-info .log-out {
  margin-top: 25px;
}
.entry-content .user-config-info .log-out p {
  text-align: center;
}
.entry-content .user-config-info .log-out p a {
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #df8492;
  color: #fff;
}
.entry-content .user-config-info .log-out p + p {
  margin-top: 20px;
}

.wp-block {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 5px;
  background-color: white;
}
.wp-block__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.wp-block__content {
  color: #333;
}
.wp-block__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.wp-block__image {
  max-width: 100%;
  height: auto;
}

.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.wp-block-paragraph {
  margin-bottom: 1.5rem;
}

.wp-block-image {
  text-align: center;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-button {
  text-align: center;
}
.wp-block-button .wp-block-button__link {
  padding: 0.75rem 1.5rem;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.wp-block-quote {
  padding: 10px 20px;
  margin: 1.5rem 0;
  font-style: italic;
  color: black;
  background-color: #eee;
}

.wp-block-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block-list li {
  margin-bottom: 0.5rem;
}

.wp-block-code .code {
  font-size: 1.6rem;
  line-height: 1.8;
}

.wp-block-button .wp-block-button__link {
  font-size: 1.6rem;
  border-radius: 30px;
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: 1.6rem;
  border-radius: 30px;
}

.wp-block-file * + .wp-block-file__button {
  padding: 6px 16px;
}

.wp-block-details summary {
  background-color: #eee;
  padding: 10px;
  border-radius: 4px;
  line-height: 1.8;
  font-size: 1.6rem;
}
.wp-block-details *:nth-child(n+2) {
  padding: 10px 20px 0;
  line-height: 1.8;
  font-size: 1.6rem;
}

.wp-block-table {
  overflow: scroll;
  padding-bottom: 15px;
}
.wp-block-table table {
  width: 100%;
  min-width: 100%;
  white-space: nowrap;
}
.wp-block-table table thead {
  border-bottom: none;
}
.wp-block-table table thead tr {
  background-color: #f0f0f0;
}
.wp-block-table table tfoot {
  border-top: none;
}
.wp-block-table table th {
  border: 1px solid #ddd;
  font-size: 1.6rem;
}
.wp-block-table table td {
  border: 1px solid #ddd;
  font-size: 1.6rem;
}
.wp-block-table table.has-fixed-layout {
  table-layout: auto;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: inherit;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: #ddd;
}

.wp-element-caption {
  margin-top: 10px;
}

/* テーブルのオーバーフローを設定 */
.scroll-hint {
  overflow-x: auto;
  white-space: nowrap;
}

/* スクロールバーのスタイル */
.scroll-hint::webkit-scrollbar {
  height: 6px;
}

.scroll-hint::webkit-scrollbar-thumb {
  background-color: #888;
}

.scroll-hint::webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#reaction-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0px;
  right: 50px;
  border-radius: 10px 0 0 0;
  background: #F4F1E0;
}

.reaction-wrapper {
  position: relative;
}

.reaction-main {
  font-size: 32px;
  padding: 0px 9px 8px;
  border-radius: 9999px;
  border: none;
  background: #F4F1E0;
  cursor: pointer;
}
.reaction-main .emoji {
  font-size: 20px;
}

.reaction-menu {
  position: absolute;
  right: -40px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  background: white;
  padding: 6px 10px;
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.reaction-menu .reaction-option {
  width: 30px;
}

.reaction-menu.hidden {
  display: none;
}

.reaction-option {
  background: none;
  border: none;
  cursor: pointer;
}

#fly-zone {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.flying {
  position: fixed;
  -webkit-animation: fly 1s ease-out forwards;
          animation: fly 1s ease-out forwards;
  z-index: 9999;
}

.flying.big {
  width: 48px;
}

.flying.large {
  width: 64px;
}

.flying.xlarge {
  width: 80px;
}

@-webkit-keyframes fly {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-150px) scale(1.5);
            transform: translateY(-150px) scale(1.5);
  }
}

@keyframes fly {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-150px) scale(1.5);
            transform: translateY(-150px) scale(1.5);
  }
}
#counter-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  width: 220px;
  overflow-x: scroll;
}

.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
}
.counter-item .emoji {
  width: 14px;
  margin-right: 6px;
}

.reaction-option {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.reaction-option:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.reaction-icon,
.emoji-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.counter-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-right: 6px;
}/*# sourceMappingURL=style.css.map */