section .pchide {
  display: none;
}

.article.comic .heading-area {
  background: #dfecff;
  height: 750px;
}

.article.comic .cate-title {
  font-size: 50px;
  margin-top: 190px;
  font-weight: bold;
}
.article .heading-area .cate-subtitle {
  font-size: 36px;
  margin-top: 80px;
}
.article.comic .breadcrumbs,
.article.oshiete .breadcrumbs {
  background: transparent;
}

.article .btn-gray2 {
  position: relative;
  display: block;
  color: #fff;
  width: 370px;
  height: 80px;
  background: #888;
  margin: 70px 0 0 auto;
}
.article .btn-gray2:after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  rotate: 45deg;
  width: 15px;
  height: 15px;
  top: calc(50% - 8px);
  right: 5%;
}
.article .btn-gray2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 100%;
  height: 100%;
}

/* comic/index.php */

.article .onayami-area {
  margin: 90px 0;
  text-align: center;
}
.article .onayami-area p {
  font-size: 24px;
  line-height: 1.5em;
}

.article .onayami-area ul {
  margin: 60px 0;
}
.article .onayami-area ul li {
  font-size: 28px;
  color: #0c436f;
  font-weight: bold;
}

.article .onayami-area ul li:not(:last-child) {
  margin-bottom: 45px;
}

.article .characters {
  background: #efefef;
  padding: 100px 0;
}

.article .characters .title,
.article .mokuji .title {
  font-size: 40px;
  font-weight: bold;
}

.article .characters .character-list {
  display: flex;
  margin-top: 90px;
}
.article .characters .character-list .character {
  width: calc(100% / 6 - 40px);
  text-align: center;
}
.article .characters .character-list .character:not(:last-child) {
  margin-right: 40px;
}
.article .characters .character-list .character .type {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article .characters .character-list .character .furigana {
  font-size: 14px;
  margin-top: 20px;
}
.article .characters .character-list .character .name {
  font-size: 30px;
  margin-top: 10px;
  font-weight: bold;
}
.article .characters .character-list .character .comment {
  font-size: 20px;
  margin-top: 30px;
  text-align: left;
  line-height: 1.5em;
}

.article .mokuji {
  padding: 100px 0;
}
.article .mokuji .subtitle {
  font-size: 30px;
  font-weight: bold;
  margin-top: 80px;
}
.article .mokuji-area {
  display: flex;
  flex-wrap: wrap;
}
.article .mokuji-area .mokuji-info {
  width: calc(100% / 3 - 100px / 3);
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article .mokuji-area .mokuji-info:not(:nth-child(3n)) {
  margin-right: 50px;
}
.article .mokuji-area .mokuji-info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.article .mokuji-area .mokuji-info .link-area {
  display: block;
  width: 100%;
  height: auto;
}
.article .mokuji-area .mokuji-info p {
  font-size: 16px;
  margin-top: 20px;
}
.article .mokuji-area .mokuji-info .mokuji-tags {
  margin-top: 15px;
  font-size: 15px;
}

/* example */

#oshiete-top-mv,
#example-top-mv,
#column-top-mv {
  position: relative;
  height: 540px;
  z-index: 2;
}
#oshiete-top-mv .oshiete-top-mv-bg,
#example-top-mv .example-top-mv-bg,
#column-top-mv .column-top-mv-bg {
  position: absolute;
  background: url(/homelounge/totikatuyo/example/img/example-top-mv.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
  width: 74%;
  height: 538px;
  margin-left: auto;
  top: 0;
  right: 0;
}
#oshiete-top-mv .oshiete-top-mv-bg {
  background: url(/homelounge/totikatuyo/oshiete/img/oshiete-top-mv.png) no-repeat;
  background-size: cover;
  background-position: left top;
}
#column-top-mv .column-top-mv-bg {
  background: url(/homelounge/totikatuyo/column/img/column-top-mv.png) no-repeat;
  background-size: cover;
  background-position: left top;
}

#oshiete-top-mv .title,
#example-top-mv .title,
#column-top-mv .title {
  position: absolute;
  top: 65px;
  left: -65px;
  width: 13em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  background: rgba(139, 88, 94, 0.7);
  padding: 55px 55px 55px 65px;
  z-index: 1;
  letter-spacing: 0.25em;
}
#oshiete-top-mv .title {
  width: 16em;
}
#oshiete-top-mv .title span,
#example-top-mv .title span,
#column-top-mv .title span {
  display: block;
  font-size: 22px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  padding-top: 30px;
  letter-spacing: 0.25em;
}
#newArticleArea {
  padding: 0;
  margin-top: 60px;
}
#newArticleArea .swiper-wrapper {
}
#newArticleArea .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}

#articles-list {
  position: relative;
  padding: 115px 0;
}
#column-category {
  display: none;
}
#column-category {
  position: relative;
  padding: 115px 0;
}
#questions-list {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
#questions-list .title,
#consultation .title,
#oshiete-category .title,
#articles-list .title,
#feature .title,
.other-contents-area .title,
#column-category .title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: normal;
  color: #545350;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  letter-spacing: 0.1em;
}
#articles-month .title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: normal;
  color: #545350;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 0.2em;
}
#questions-list .title span,
#consultation .title span,
#oshiete-category .title span,
#articles-list .title span,
#articles-month .title span,
#feature .title span {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.45em;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}
#feature {
  position: relative;
  z-index: 1;
}
#consultation {
  position: relative;
  z-index: 1;
  background-color: #eeeded;
  padding: 30px 0 0;
}
#consultation:before {
  position: absolute;
  display: block;
  content: "";
  background: #eeeded;
  width: 100%;
  top: 0;
  right: 5%;
  height: 100%;
  z-index: -1;
}
#feature .bg-area {
  background: #eeeded;
  width: calc(100% - 75px);
  padding-top: 60px;
  padding-bottom: 130px;
  margin-top: -60px;
}

#consultation .breadcrumbsArea .breadcrumbs,
#feature .breadcrumbsArea .breadcrumbs {
  background: transparent;
}

#consultation .worries_area {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

#consultation .worries_area_title {
  width: 810px;
  height: 77px;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8b585e;
  margin: 60px auto 34px auto;
}

#consultation .sub_title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 19px;
}

#consultation .small_text {
  font-size: 14px;
  margin-bottom: 83px;
}

#consultation .consultation-area,
#feature .feature-area,
#feature .new-article-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#consultation .consultation-area {
  background-color: #fff;
}
#consultation .title {
  font: bold;
  color: #8b585e;
  margin-top: 100px;
}
#feature .feature-area {
  margin-top: 88px;
}

#consultation .consultation-info {
  max-width: 1200px;
  width: 90%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: 0 auto;
}
#consultation .consultation-info .swiper {
  padding: 0;
  margin: 0 0 auto 0;
  width: 100%;
}
#feature .feature-area picture,
#feature .new-article-area picture {
  width: 52.5%;
  aspect-ratio: 63/34;
  overflow: hidden;
  object-fit: cover;
}
#consultation .consultation-info picture {
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
  margin-left: 0;
}
#consultation .consultation-info picture img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#feature .feature-area picture img,
#feature .new-article-area picture img {
  width: 100%;
  height: auto;
}
#consultation .consultation-info .text {
  width: calc(100% - 630px);
}
#feature .feature-area .text,
#feature .new-article-area .text {
  width: calc(100% - 52.5%);
}
#consultation .consultation-info .text,
#feature .feature-area .text,
#feature .new-article-area .text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-direction: column;
}

#consultation .consultation-info .text {
  color: #545350;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  width: 60%;
  height: 100%;
  padding-left: 50px;
  line-height: 2;
  align-items: start;
}

#consultation .consultation-info .text_p {
  margin: 19px 0 0 0;
}

#consultation .consultation-info .text .date {
  width: 110px;
  height: 34px;
  color: #fff;
  background-color: #ae9a73;
  text-align: center;
  font: bold;
}

#feature .new-article-area .text h3,
#feature .feature-area .text h3 {
  font-size: 25px;
  text-align: center;
  line-height: 1.6em;
  font-family: "Noto Serif JP", sefif;
  color: #545350;
  margin-top: 10px;
}

#feature .new-article-area .text h3 span,
#feature .feature-area .text h3 span {
  font-size: 20px;
  display: block;
}

#feature .new-article-area .new_title {
  max-width: 86%;
  margin: 0 auto;
}
#feature.column .new-article-area .new_title {
  max-width: none;
  padding: 0 30px;
}

#feature .new-article-area .text .new-article-update {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  background: #8b585e;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1px;
  margin-top: 15px;
}

#feature .new-article-area picture {
  order: 2;
}
#feature .new-article-area .text {
  position: relative;
  margin: 0 auto 0 0;
  order: 1;
}
#feature.column .new-article-area picture,
#feature.column .new-article-area .text {
  order: initial;
}
#oshiete-category .btn-red1 {
  width: 310px;
  height: 54px;
}
#feature .btn-red1 {
  width: 21.3vw;
  min-width: 230px;
  padding: 17px 0;
}
#oshiete-category .btn-red1,
#feature .btn-red1 {
  margin-top: 30px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8b585e url(../img/oshiete-more-icon.svg) no-repeat;
  background-position: right 25px top calc(50% - 1px);
  background-size: 27px;
  font-size: 18px;
  margin-bottom: 15px;
  transition: all 0.2s;
  border: #8b585e solid 1px;
}
#feature .top-text-area {
  margin-top: 50px;
}
#feature .top-text-area .title span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: normal;
  color: #8b585e;
  padding-bottom: 20px;
  border-bottom: #8b585e 1px solid;
}
#feature.column .top-text-area {
  margin-bottom: 90px;
}
#feature.column .top-text-area .title span {
  letter-spacing: 0.15em;
  padding-bottom: 0;
  margin-bottom: 0;
}
#feature .top-text-area .text {
  font-size: 18px;
  color: #666;
  line-height: 2;
  text-align: center;
}
#consultation .swiper--columnAndCarousel.swiper--noCarousel .swiper-slide {
  width: 180px;
}
#oshiete-category .btn-red2,
#consultation .btn-red2 {
  width: 100%;
  height: 54px;
  margin-top: 30px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border: 1px solid #333;
  background: url(../img/btn-arr-r.svg) no-repeat;
  background-position: right 25px top calc(50% - 1px);
  background-size: 16px;
  font-size: 18px;
  min-width: 220px;
  transition: all 0.2s;
}
#consultation .btn-red2 {
  font-family: "Noto Sans JP", sans-serif;
  background: url(/homelounge/totikatuyo/oshiete/img/Q&A_arr.png) no-repeat;
  background-position: right 15px top calc(50% - 1px);
}

#oshiete-category,
#articles-month,
.other-contents-area,
#articles-list.column.item,
#column-category {
  position: relative;
  padding: 280px 0 130px;
  margin: -140px 0 0;
  overflow: hidden;
}
.other-contents-area {
  padding-top: 100px;
  margin-top: 0;
}
#oshiete-category:before,
#articles-month:before,
.other-contents-area:before,
#column-category:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #e3dedf;
  z-index: -1;
}

#articles-month .bg-area,
.other-contents-area .bg-area,
#column-category .bg-area {
  background: #fff;
  margin-left: 75px;
}
#oshiete-category:after,
#articles-month:after,
#questions-list:after,
#articles-list:after,
#articles-list.column.item:after,
#column-category:after {
  position: absolute;
  content: "";
  top: 130px;
  right: -80px;
  width: 510px;
  height: 340px;
  background: url(/homelounge/totikatuyo/example/img/example-illust01.png) no-repeat right top;
  background-size: 100%;
  max-width: 40%;
}
.oshietePage #questions-list:after{
  display: none;
}
/* #oshiete-category:after,
#questions-list:after {
    background: url(../oshiete/img/oshiete-top-illust01.png) no-repeat right top;
    right: 80px;
    z-index: 1;
    width: 455px;
    height: 282px;
    background-size: contain;
} */
#articles-list:after {
  background: url(/homelounge/totikatuyo/example/img/example-illust02.png) no-repeat right top;
}
#articles-list.column {
  padding: 90px 0 95px;
}
#articles-list.column:after {
  content: none;
}
#articles-list.column.item:after,
#column-category:after {
  width: 420px;
  height: 250px;
  top: 170px;
  background: url(/homelounge/totikatuyo/column/img/column-illust01.png) no-repeat right top;
  background-size: 100%;
}
#articles-list.column.item:after {
  top: 55px;
  left: auto;
  z-index: 1;
}
#questions-list:after,
#articles-list:after {
  top: -65px;
  left: 35px;
}
#articles-list:after {
  background-size: 120%;
}

#oshiete-category .section_inner-wrap,
#articles-month .section_inner-wrap,
.other-contents-area .section_inner-wrap,
#column-category .section_inner-wrap {
  position: relative;
  padding: 100px 0 90px 0px;
  overflow: hidden;
}
#oshiete-category .section_inner-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 75px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

#oshiete-category .questions {
  display: flex;
  flex-wrap: wrap;
}
#oshiete-category .questions li:not(:nth-child(3n)) {
  margin-right: 70px;
}
#oshiete-category .questions li .btn-red1 {
  width: 340px;
}

#oshiete-category .questions li:nth-child(-n + 3) .btn-red1 {
  margin-top: 0;
}

#articles-month .articles-list-area {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
#articles-list .articles-list-area {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
#articles-month .articles-list-area .article-info {
  width: calc(100% / 3 - 70px / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#articles-list .articles-list-area .membershipBlock {
  width: calc(100% / 3 - 70px / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 35px;
  margin-top: 30px;
}
#articles-month .articles-list-area .article-info:not(:nth-child(3n)) {
  margin-right: 35px;
}
#articles-list .membershipBlock:nth-child(3n) {
  margin-right: 0;
}
#articles-month .articles-list-area .article-info:not(:nth-child(-n + 3)) {
  margin-top: 35px;
}
#articles-month .articles-list-area .article-info picture img,
#articles-list .articles-list-area .article-info picture img {
  display: block;
  width: 100%;
}
#articles-month .articles-list-area .article-info .cate-type,
#articles-list .articles-list-area .article-info .cate-type {
  margin-top: 15px;
  font-size: 12px;
  background: #8b585e;
  color: #fff;
  padding: 7px 15px 4px;
  display: inline-block;
  line-height: 1.2;
}
#articles-list.column .articles-list-area .article-info .cate-type {
  margin-right: 7px;
}
#articles-month .articles-list-area .article-info .text,
#articles-list .articles-list-area .article-info .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  font-weight: bold;
}
#articles-month .articles-list-area .article-tag,
#articles-list .articles-list-area .article-tag {
  margin-top: 15px;
}
#articles-month .articles-list-area .article-tag a,
#articles-list .articles-list-area .article-tag a {
  font-size: 13px;
  color: #9d9d9c;
  margin-right: 0.5em;
}

#questions-list .title {
  font-size: 40px;
  color: #8b585e;
  margin-bottom: 21px;
}
#questions-list .sub_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
#questions-list .subtitle {
  font-size: 28px;
  border-left: 10px solid #65353b;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  padding-left: 12px;
}
.open-box {
  position: relative;
}
input[type="checkbox"].on-off {
  position: absolute;
  top: 100%;
  display: block;
  opacity: 0;
}
.open-label {
  width: 210px;
  height: 45px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  position: relative;
  line-height: 1;
  margin: 30px auto 0 auto;
  /* TODO 閉じるときに画像のみ反転 */
  /* background: url(/homelounge/totikatuyo/oshiete/img/overFlow.png) no-repeat 90%; */
  background: url(/homelounge/totikatuyo/img/icon_arw.svg) no-repeat 90%;
  background-size: 12px 8px !important;
}
.open-label:active {
  box-shadow: 0 0 0 0;
}
.open-label:hover {
  color: #fff;
  background: #333 url(/homelounge/totikatuyo/img/icon_arw_white.svg) no-repeat 90%;
}
.open-label::after {
  content: "もっと見る";
}
.on-off:checked ~ .open-label::after {
  content: "閉じる";
  rotate: -180deg;
}
.on-off:checked ~ .open-label {
  rotate: 180deg;
  background-position: 20px center;
}

.open {
  padding: 1em;
  border-radius: 8px;
  height: 700px;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
}
.on-off:checked ~ .open {
  padding: 1.5em 1em;
  height: auto;
}
.open::before {
  content: "";
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 1) 100%
  );
  position: absolute;
  top: 600px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.on-off:checked ~ .open::before {
  background: none;
  z-index: -1;
}

#questions-list .popular-questions,
#questions-list .other-questions:first-child {
  margin-top: 50px;
}
#questions-list .popular-questions .qItem {
  cursor: pointer;
}
#questions-list .popular-questions .qItem:not(:first-child) {
  margin-top: 40px;
}
#questions-list .popular-questions .qItem.oshiete-icon-w1 {
  background-image: url(/homelounge/totikatuyo/oshiete/img/oshiete-icn-w1.png);
}
#questions-list .popular-questions .qItem.oshiete-icon-m1 {
  background-image: url(/homelounge/totikatuyo/oshiete/img/oshiete-icn-m1.png);
}
#questions-list .popular-questions .qItem.oshiete-icon-w3 {
  background-image: url(/homelounge/totikatuyo/oshiete/img/oshiete-icn-w3.png);
}
#questions-list .popular-questions .qItem.oshiete-icon-m1,
#questions-list .popular-questions .qItem.oshiete-icon-w1,
#questions-list .popular-questions .qItem.oshiete-icon-w3 {
  background-size: 11%;
  background-repeat: no-repeat;
  background-position: 3.4% center;
}

#questions-list .popular-questions .qItem:after,
#questions-list .other-questions .qItem:after {
  position: absolute;
  content: "";
  display: block;
  background: url(/homelounge/totikatuyo/oshiete/img/btn-arr-r3.png) no-repeat;
  width: 55px;
  height: 55px;
}

#questions-list .popular-questions .qItem:after {
  background-size: 55px;
  top: 80px;
  right: 2.5%;
}
#questions-list .other-questions .qItem {
  position: relative;
  color: #545350;
  border: #333333 1px solid;
  border-radius: 30px;
  cursor: pointer;
}
#questions-list .other-questions .qItem:after {
  width: 37px;
  height: 37px;
  bottom: 15px;
  right: 5.5%;
  background-size: 37px;
}
#questions-list .popular-questions .qItem:hover::after,
#questions-list .other-questions .qItem:hover::after {
  background: url(/homelounge/totikatuyo/oshiete/img/btn-arr-hover-right.jpg) no-repeat;
}
#questions-list .other-questions .qItem:hover::after {
  bottom: 15px;
  right: 5.5%;
  background-size: 37px;
}
#questions-list .popular-questions .qItem.limited-member::before,
#questions-list .other-questions .qItem.limited-member::before {
  background-image: url(/homelounge/assets/images/common/swpier/icon_member.svg) !important;
  background-repeat: no-repeat;
  content: "" !important;
  height: 100%;
  transform: translate(0, -50%);
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
#questions-list .popular-questions .qItem.limited-member::before {
  max-height: 68px;
  max-width: 68px;
  width: 14.34%;
  top: 50%;
  right: 25px;
}
#questions-list .other-questions .qItem.limited-member::before {
  width: 70px;
  height: 70px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0, 0);
}
#questions-list .popular-questions .qItem.limited-member::after,
#questions-list .other-questions .qItem.limited-member::after {
  content: none;
}
#questions-list .popular-questions .qItem.limited-member::after,
#questions-list .other-questions .qItem.limited-member::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  background: rgba(13, 29, 51, 0.2);
  border-radius: 30px;
  z-index: 2;
}

#questions-list .popular-questions .qItem {
  position: relative;
  font-size: 18px;
  line-height: 34px;
  min-height: 140px;
  color: #545350;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}
#questions-list .popular-questions .qItem a,
#questions-list .other-questions .qItem a {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: 100%;
  min-height: 200px;
  padding: 0 130px 0 200px;
  line-height: 1.5;
  z-index: 2;
}
#questions-list .popular-questions .qItem a {
  justify-content: center;
}

#questions-list .qItem .q {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  color: #8b585e;
  padding-left: 55px;
  border-bottom: #b3b3b3 dotted 4px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
#questions-list .popular-questions .qItem .q {
  color: #333;
  background: url(/homelounge/totikatuyo/oshiete/img/icn_q_03.png) no-repeat left 3px;
  background-size: 39px;
}
#questions-list .other-questions .qItem .q {
  color: #333;
  background: url(/homelounge/totikatuyo/oshiete/img/icn_q_03.png) no-repeat left 0;
  background-size: 34px;
  padding-left: 45px;
  padding-bottom: 15px;
  border-bottom: #333333 dotted 4px;
  font-size: 20px;
  line-height: 1.24;
}
#questions-list .qItem .qText {
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

#questions-list .popular-questions .qItem a {
  padding: 30px 9.7% 30px 18.4%;
}

#questions-list .other-questions .qItem a {
  padding: 35px 11% 60px 11%;
  line-height: 1.7;
}

#column-category .column-category-list .text {
  margin-top: 15px;
  font-weight: bold;
}
#column-category .column-category-list picture img,
#column-category .column-category-list picture img {
  width: 100%;
  height: auto;
}

@media not screen and (max-width: 768px) {
  #questions-list .popular-questions .qItem,
  #questions-list .other-questions .qItem a,
  #exampleArticleList .articles-list-area .article-info .mb_link,
  #articles-month .articles-list-area .article-info .mb_link {
    transition: all 0.3s;
  }
  #questions-list .popular-questions .qItem:hover,
  #questions-list .popular-questions .qItem.limited-member:hover,
  #questions-list .other-questions .qItem.limited-member:hover {
    opacity: 0.7 !important;
  }
  #questions-list .popular-questions .qItem a:hover,
  #questions-list .popular-questions .qItem.limited-member a:hover,
  #questions-list .other-questions .qItem.limited-member a:hover {
    opacity: 1;
  }
  #column-category .column-category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35px;
  }
  #column-category .column-category-list li {
    width: 31.6%;
  }
  #column-category .column-category-list .link {
    font-size: 2rem;
    transition: all 0.3s;
  }
  #columnArticleList .article-info a {
    transition: all 0.3s;
  }
  #column-category .title {
    margin-bottom: 80px;
  }
  #feature.column .top-text-area .text .pc-only {
    display: block;
  }
  #feature.column .top-text-area .text .sp-only {
    display: none;
  }
}

/* override */
#questions-list .popular-questions .swiper--basicAndCommon,
#questions-list .other-questions .swiper--basicAndCommon {
  padding: 0;
  margin-top: 25px;
}
#questions-list .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper {
  display: block;
}
#questions-list .swiper--columnAndCarousel.swiper--noCarousel .swiper-slide {
  width: 100%;
}
#questions-list
  .swiper--columnAndCarousel
  .swiper-slide[data-membership="true"]
  .columnAndCarousel__content:before {
  background-image: none;
}
#questions-list .other-questions .swiper--basicAndCommon,
#questions-list
  .other-questions
  .swiper--basicAndCommon
  .swiper-slide:nth-child(n + 4) {
  margin-top: 0;
}

#article-contact-area .contact-flow-title {
  font-size: 4rem;
}

@media not screen and (max-width: 768px) {
  #oshiete-category .btn-red2:hover,
  #consultation .btn-red2:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #333333 url(/homelounge/totikatuyo/oshiete/img/right.png) no-repeat;
    background-position: right 15px top calc(50% - 1px);
    background-size: 8px;
    opacity: 1;
  }
  #oshiete-category .btn-red1:hover,
  #feature .btn-red1:hover {
    color: #333333;
    border: 1px solid #333333;
    background: #fff url(../img/btn-arr-r.svg) no-repeat;
    background-position: right 25px top calc(50% - 1px);
    background-size: 8px 12px;
    opacity: 1;
  }
  #questions-list .popular-questions .qItem.limited-member,
  #questions-list
    .other-questions
    .swiper--columnAndCarousel.swiper--noCarousel
    .swiper-slide {
    transition: all 0.3s;
  }
  #questions-list .other-questions .qItemWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.4%;
  }
  #questions-list .other-questions .qItemWrap.js-effect {
    margin-top: 40px;
  }
  #questions-list
    .other-questions
    .swiper--columnAndCarousel.swiper--noCarousel
    .swiper-slide {
    width: 30.9%;
    height: auto;
    display: flex;
  }
}

@media screen and (min-width: 1450px) {
  #oshiete-top-mv .oshiete-top-mv-bg,
  #example-top-mv .example-top-mv-bg,
  #column-top-mv .column-top-mv-bg {
    background-size: contain;
  }
}
@media screen and (max-width: 1030px) {
  #feature .new-article-area .text h3,
  #feature .feature-area .text h3 {
    font-size: 20px;
  }
  #feature .new-article-area .text h3 span,
  #feature .feature-area .text h3 span {
    font-size: 18px;
  }
  #feature .btn-red1 {
    margin-top: 15px;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #feature .new-article-area .text .new-article-update {
    height: 20px;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  section .pchide {
    display: block;
  }
  .article.comic .heading-area {
    background: #dfecff;
    height: 350px;
  }
  .article .heading-area .cate-title {
    padding: 0 20px;
    font-size: 20px;
    margin-top: 50px;
  }
  .article .heading-area .cate-subtitle {
    padding: 0 20px;
    font-size: 18px;
    margin-top: 40px;
  }
  .article .btn-gray2 {
    width: 100%;
    height: 40px;
    margin: 20px 0 0;
  }
  .article .btn-gray2 a {
    font-size: 14px;
  }
  #questions-list .title {
    font-size: 20px;
    margin-top: 10px;
  }
  #questions-list .subtitle {
    font-size: 20px;
    padding-left: 12px;
    margin-top: 40px;
  }
  #questions-list .popular-questions {
    margin-top: 15px;
  }
  #questions-list .other-questions:first-child {
    margin-top: 25px;
  }
  #questions-list .popular-questions .qItem.oshiete-icon-m1,
  #questions-list .popular-questions .qItem.oshiete-icon-w1,
  #questions-list .popular-questions .qItem.oshiete-icon-w3 {
    background-size: 70px;
    background-position-y: 50%;
  }
  #questions-list .popular-questions .qItem {
    min-height: auto;
  }
  #questions-list .popular-questions .qItem a,
  #questions-list .other-questions .qItem a {
    font-size: 13px;
    padding: 14px 52px 14px 100px;
    min-height: auto;
  }
  #questions-list .popular-questions .qItem.limited-member::before,
  #questions-list .other-questions .qItem.limited-member::before {
    max-height: 30px;
    max-width: 30px;
    width: 16.54%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    right: 14px;
    bottom: 10px;
    top: auto;
  }
  #questions-list .other-questions .qItem.limited-member::before {
    bottom: 15px;
    left: auto;
  }

  #questions-list .other-questions .qItem.limited-member::after {
    bottom: 0;
  }
  #questions-list .popular-questions .qItem:after,
  #questions-list .other-questions .qItem:after {
    width: 27px;
    height: 27px;
    background-size: 100%;
    top: auto;
    bottom: 20px;
  }
  #questions-list .popular-questions [data-membership="false"].qItem:hover::after{
    width: 27px;
    height: 27px;
    background-size: 100%;
    top: auto;
    bottom: 20px;
  }
  #questions-list .other-questions [data-membership="false"].qItem:hover::after {
    width: 27px;
    height: 27px;
    background-size: 100%;
    top: auto;
    right: 4.4%;
    bottom: 20px;
  }
  #questions-list .popular-questions .qItem:not(:first-child) {
    margin-top: 15px;
  }
  #questions-list .other-questions .qItem:after {
    top: auto;
    right: 4.4%;
    margin: auto;
  }
  #questions-list .other-questions .qItem:hover::after {
    top: auto;
    /* right: 4.4%; */
    margin: auto;
  }
  #questions-list .other-questions .qItem a {
    min-height: auto;
    padding: 14px 52px 14px 20px;
  }
  #questions-list .qItem .q,
  #questions-list .other-questions .qItem .q {
    font-size: 15px;
    padding-left: 30px;
    padding-bottom: 10px;
  }
  #questions-list .popular-questions .qItem .q,
  #questions-list .other-questions .qItem .q {
    background-size: 22px;
    background-position: left 1px;
  }
  #questions-list .other-questions .qItem .q {
    background-position: left top;
    padding-bottom: 15px;
  }
  #questions-list .other-questions .qItemWrap.js-effect,
  #questions-list
    .other-questions
    .swiper--columnAndCarousel.swiper--noCarousel
    .swiper-slide:not(:first-child) {
    margin-top: 15px;
  }

  /* comic-index.php */
  #articles-month .bg-area,
  .other-contents-area .bg-area,
  #column-category .bg-area {
    margin-left: 10px;
  }
  .article .onayami-area {
    text-align: left;
    margin: 45px 20px;
  }
  .article .onayami-area p {
    font-size: 14px;
  }
  .article .onayami-area ul li {
    font-size: 15px;
  }
  .article .onayami-area ul {
    margin: 30px 0;
  }
  .article .onayami-area ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .article.comic .mokuji,
  .article.comic .characters {
    padding: 50px 20px;
  }
  .article.comic .mokuji .title,
  .article.comic .characters .title {
    font-size: 20px;
  }
  .article .characters .character-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .article .characters .character-list .character {
    width: calc(100% / 2 - 35px / 2);
  }
  .article .characters .character-list .character:not(:last-child) {
    margin-right: 0;
  }
  .article .characters .character-list .character:nth-child(2n + 1) {
    margin-right: 35px;
  }
  .article .characters .character-list .character:nth-child(-n + 4) {
    margin-bottom: 35px;
  }
  .article .characters .character-list .character .type {
    font-size: 18px;
    margin-top: 15px;
  }
  .article .characters .character-list .character:nth-child(-n + 4) .type {
    height: 1em;
  }
  .article .characters .character-list .character .name {
    font-size: 28px;
  }
  .article .characters .character-list .character .comment {
    font-size: 14px;
    margin-top: 30px;
  }
  .article .mokuji .subtitle {
    font-size: 17px;
    margin-top: 35px;
  }
  .article .mokuji-area .slider-mokuji {
    width: 100%;
  }
  .article .mokuji-area .mokuji-info {
    width: 100%;
    margin-top: 20px;
  }
  .article .mokuji-area .mokuji-info:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .article .mokuji-area .slider-mokuji .mokuji-info {
    margin-right: 20px;
  }
  .article .mokuji-area .slick-dots {
    display: block;
    border: 1px solid #333;
    width: 30%;
    margin-left: auto;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }
  .article .mokuji-area .slider-mokuji-nav {
    width: 40%;
    height: 50px;
    border: 1px solid #333;
    text-align: center;
    margin: 20px 0 0 auto;
  }
  .article .mokuji-area .slider-mokuji-nav .slick-prev {
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: transparent;
    background: url(../img/slide-arrow.png) no-repeat center center;
    background-size: 11px;
  }
  .article .mokuji-area .slider-mokuji-nav .slick-next {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: transparent;
    background: url(../img/slide-arrow.png) no-repeat center center;
    background-size: 11px;
    rotate: 180deg;
  }
  .article .mokuji-area .slider-mokuji-nav .slick-slide {
    display: flex;
    align-items: center;
    height: 46px;
  }
  .article .mokuji-area .slider-mokuji-nav .slick-slide:not(.slick-active) {
    color: transparent;
  }
  .article .mokuji-area .slider-mokuji-nav .slick-slide span {
    font-size: 20px;
    margin-bottom: 4px;
    margin-right: 3px;
  }

  /* example/index.php*/
  #oshiete-top-mv,
  #example-top-mv,
  #column-top-mv {
    display: block;
    width: 100%;
  }
  #oshiete-top-mv {
    height: 445px;
  }
  #example-top-mv {
    height: 485px;
  }
  #column-top-mv {
    height: 485px;
  }
  #oshiete-top-mv .section_inner,
  #example-top-mv .section_inner,
  #column-top-mv .section_inner {
    padding: 0;
  }
  #consultation::before {
    height: 0;
    background-color: #eeeded;
  }

  #consultation .worries_area_title {
    width: 335px;
    font-size: 18px;
    margin-top: 12px;
  }
  #consultation .sub_title,
  .small_text {
    text-align: left;
    font-size: 16px;
  }
  #consultation .small_text {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }

  #oshiete-top-mv .title,
  #example-top-mv .title,
  #column-top-mv .title {
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    padding: 28px 28px 28px 32px;
    letter-spacing: 0.25em;
  }
  #oshiete-top-mv .title,
  #example-top-mv .title,
  #column-top-mv .title {
    width: 93%;
    top: 20px;
  }
  #oshiete-top-mv .title span,
  #example-top-mv .title span,
  #column-top-mv .title span {
    font-size: 14px;
    margin-top: 15px;
    padding-top: 15px;
  }
  #oshiete-top-mv .oshiete-top-mv-bg,
  #example-top-mv .example-top-mv-bg,
  #column-top-mv .column-top-mv-bg {
    width: 100%;
    height: 100%;
  }
  #oshiete-top-mv .oshiete-top-mv-bg {
    background: url(/homelounge/totikatuyo/oshiete/img/oshiete-top-mv-sp.png) no-repeat;
    background-size: 70%;
    background-position: right top 128px;
  }
  #example-top-mv .example-top-mv-bg {
    background: url(/homelounge/totikatuyo/example/img/example-top-mv-sp.png) no-repeat;
    background-size: 50.3%;
    background-position: right top 128px;
    padding-top: 118%;
  }
  #column-top-mv .column-top-mv-bg {
    background: url(/homelounge/totikatuyo/column/img/column-top-mv-sp.png) no-repeat;
    background-size: 50.3%;
    background-position: right top 128px;
    padding-top: 118%;
  }
  #consultation .title,
  #articles-list .title,
  #articles-month .title,
  .other-contents-area .title,
  #column-category .title,
  #feature .title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  @media screen and (max-width: 768px){

  .columnPage #feature .bg-area,
  .examplePage #feature .bg-area{
    z-index: 1;
    padding: 15% 0 75px;
  }

  }
  #articles-list .title span,
  #articles-month .title span,
  #feature .title span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #consultation .swiper--columnAndCarousel.swiper--noCarousel .swiper-slide {
    width: 100%;
  }
  #consultation,
  #feature {
    z-index: 1;
    padding: 0 0 40px;
  }
  #consultation .consultation-area {
    margin-top: 30px;
  }
  #feature .feature-area {
    margin-top: 90px;
  }
  #feature .feature-area,
  #feature .new-article-area {
    flex-direction: column;
  }
  #feature .feature-area picture,
  #feature .new-article-area picture {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: auto;
  }
  #feature .feature-area picture img {
    height: auto;
  }
  #feature .feature-area .text,
  #feature .new-article-area .text {
    width: 100%;
    height: auto;
    display: flex;
    padding: 20px;
  }
  #feature .new-article-area .text h3,
  #feature .feature-area .text h3 {
    font-size: 16px;
  }
  #feature .new-article-area .text h3 span,
  #feature .feature-area .text h3 span {
    font-size: 14px;
  }
  #feature .new-article-area .text .new-article-update {
    font-size: 12px;
  }
  #feature .btn-red1 {
    width: 80%;
    height: 40px;
    margin-top: 15px;
    border-radius: 20px;
    background: #8b585e url(../img/btn-arr-w.svg) no-repeat;
    background-position: right 14px top calc(50% - 1px);
    background-size: 14px;
    font-size: 14px;
  }
  #articles-month {
    padding: 280px 0 65px;
  }
  #articles-month:after {
    content: none;
    /* top: 10%;
        right: -40px;
        width: 56%;
        height: 150px;
        z-index: 2; */
  }
  #articles-month .bg-area .section_inner-wrap {
    background: url(/homelounge/totikatuyo/example/img/example-illust01.png) no-repeat right -22% top
      1%;
    background-size: 60%;
  }
  #oshiete-category .section_inner-wrap,
  #articles-month .section_inner-wrap,
  #column-category .section_inner-wrap {
    padding: 47% 0 45px 0px;
  }
  #column-category .section_inner-wrap {
    padding-top: 30%;
  }
  .other-contents-area .section_inner-wrap {
    padding: 50px 0 45px 0px;
  }
  #oshiete-category .section_inner-wrap:before,
  #articles-month .section_inner-wrap:before {
    left: 10px;
  }
  #articles-list .articles-list-area {
    margin-top: 0;
  }
  #articles-month .articles-list-area .article-info,
  #articles-list .articles-list-area .membershipBlock {
    width: 100%;
  }
  #articles-month .articles-list-area .article-info:not(:first-child),
  #articles-list .membershipBlock:not(:first-child) {
    margin-top: 20px;
  }
  #articles-month .articles-list-area,
  #articles-list .membershipBlock {
    margin-top: 20px;
  }
  #articles-month .articles-list-area .article-info:first-child{
    margin-top: 0;
  }
  #articles-month .articles-list-area .article-info:not(:nth-child(3n)),
  #articles-list .membershipBlock:nth-child(3n) {
    margin-right: 0;
  }
  #questions-list,
  #articles-list,
  #column-category {
    position: relative;
    padding: 57px 0;
  }
  #articles-list.column.item {
    position: relative;
    padding-top: 55%;
  }
  #articles-list.column.item:after,
  #column-category:after {
    max-width: 60%;
    right: -33px;
    top: 45px;
  }
  /* #column-category .section_inner-wrap{
        padding-top: 45%;
        background: url(../column/img/column-illust01.png) no-repeat right -22% top 1%;
        background-size: 60%;
    } */
  #articles-list.column {
    background: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #articles-list {
    padding-top: 45%;
    background: url(/homelounge/totikatuyo/example/img/example-illust02.png) no-repeat left -73% top
      0.5%;
    background-size: 73%;
  }
  #feature .bg-area {
    width: calc(100% - 10px);
    padding-bottom: 70px;
    padding-top: 0;
  }
  #consultation,
  #feature .bg-area {
    padding-bottom: 0;
  }
  #consultation .section_inner {
    background-color: #eeeded;
  }
  #oshiete-top-mv .title {
    font-size: 20px;
  }
  #consultation:before,
  #feature:before {
    right: 10px;
  }
  #consultation .consultation-info {
    width: 100%;
    padding: 15px;
  }
  #consultation .consultation-info picture {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #consultation .consultation-info .text_p {
    margin: 18px 0 15px 0;
  }
  #consultation .consultation-info .swiper {
    margin-top: 15px;
    margin-bottom: 36px;
  }
  #consultation .consultation-info picture img {
    width: 100%;
    height: 100%;
  }
  #consultation .consultation-info .text {
    font-size: 16px;
    width: 100%;
    padding: 0;
    height: auto;
  }

  #oshiete-category .questions li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  #oshiete-category .questions li:nth-child(-n + 3) .btn-red1 {
    margin-top: 10px;
  }
  #oshiete-category .btn-red1,
  #feature .btn-red1 {
    margin-top: 10px;
    font-size: 16px;
  }
  #oshiete-category,
  #articles-month {
    padding: 140px 0 65px;
    margin: -70px 0 0;
  }
  #column-category {
    padding: 100px 0 65px;
    margin: 0;
  }
  .other-contents-area {
    padding: 65px 0 40px;
  }
  #articles-month {
    padding: 140px 0 65px;
    margin: 0;
  }
  #oshiete-category:after,
  #articles-list:after {
    background: url(/homelounge/totikatuyo/oshiete/img/oshiete-top-illust01.png) no-repeat;
    right: -30px;
    background-size: 100%;
    top: -55px;
    width: 70%;
    z-index: 1;
  }
  #questions-list:after,
  #articles-list:after {
    content: none;
  }
  #oshiete-category:after {
    top: 55px;
  }
  #questions-list .title,
  #consultation .title,
  #oshiete-category .title,
  #articles-list .title,
  #articles-month .title,
  .other-contents-area .title,
  #column-category .title,
  #feature .title {
    font-size: 2.1rem;
    margin-bottom: 25px;
    margin-top: 17px;
  }
  #consultation .title {
    margin: 47px auto 19px auto;
  }
  #feature.column .title,
  #feature .title {
    order: 1;
  }
  #feature.column .new-article-area picture,
  #feature .feature-area picture {
    order: 3;
  }
  #feature.column .new-article-area .text,
  #feature .feature-area .text {
    order: 2;
  }
  #feature.column .new-article-area .new_title {
    padding: 0;
  }
  #articles-list .title {
    position: relative;
    z-index: 10;
  }
  #questions-list .title span,
  #consultation .title span,
  #oshiete-category .title span,
  #articles-list .title span,
  #articles-month .title span,
  #feature .title span {
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
  }
  #oshiete-category .btn-red2,
  #consultation .btn-red2 {
    width: 50%;
    height: 40px;
    margin-top: 15px;
    border-radius: 20px;
    background-size: 8px;
    font-size: 16px;
    margin: 0 auto;
  }

  #article-contact-area .contact-flow-title {
    font-size: 2.1em;
  }
  #article-contact-area .contact-flow-title .en-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  #newArticleArea {
    margin-top: 30px;
  }
  #column-category .column-category-list .text {
    font-size: 1.8rem;
  }
  #column-category .column-category-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  #feature.column .top-text-area .title span {
    font-size: 17px;
    line-height: 1.8em;
  }
  #feature .top-text-area .text {
    font-size: 14px;
    line-height: 1.7;
  }
  #feature.column .top-text-area .text .pc-only {
    display: none;
  }
  #feature.column .top-text-area .text .sp-only {
    display: block;
  }
  #feature.column .top-text-area .title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  #oshiete-top-mv {
    height: 435px;
  }
  #oshiete-top-mv .oshiete-top-mv-bg,
  #example-top-mv .example-top-mv-bg,
  #column-top-mv .column-top-mv-bg {
    background-size: 85.3%;
  }
}

/* 有識者コラム 記事一覧 */
#columnArticleList .articlesArea .membershipBlock.limited .mb_link:before {
  content: none;
}
#columnArticleList .articles-list-area .membershipBlock:not(.limited) .icon {
  display: none;
}
#columnArticleList .swiper-slide {
  height: auto;
}
#columnArticleList .article-tag {
  margin-bottom: 20px;
}
#columnArticleList .author-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 1.3rem;
  color: #666666;
  margin-top: var(--15px);
}
#columnArticleList .author-info .author-icon {
  flex-basis: 35px;
}
#columnArticleList .author-info .author-icon img {
  max-width: 100%;
}
#columnArticleList .author-info .author {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
#columnArticleList .author-info span {
  display: inline-block;
}
#columnArticleList .author-info .name {
  margin-right: 1em;
}
@media not screen and (max-width: 768px) {
  #columnArticleList .membershipBlock:nth-child(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #columnArticleList .membershipBlock:not(:first-child) {
    margin-top: 40px;
  }
  #columnArticleList .author-info {
    font-size: 1.3rem;
    margin-top: 3.47vw;
  }
  #columnArticleList .author-info .author-icon {
    flex-basis: 30px;
  }
}
