.page_columns * {
  box-sizing: border-box;
}

.columnstop_cont * {
  box-sizing: border-box;
}

.sns_blc[class] {
  position: relative;
  right: inherit;
  top: inherit;
  width: inherit;
}

.page_box.page_box--blog .page_box {
  background: none;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: inherit;
}

.columnstop_mainv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 0 24px;
  width: 1140px;
  margin: 0 auto;
}

.columnstop_mainv__img {
  width: 100%;
  max-width: 385px;
}

.page_index::before {
  background-image: url(../../columns/files/text_category.svg);
}

.page_index ul li {
  margin-bottom: 13px;
}

.page_index2 {
  width: 100%;
  background-color: #fff;
}

.page_index2__wrap {
  width: 1140px;
  margin: 0 auto;
  padding: 8px 0;
}

.page_index2__ul {
  position: relative;
}

/* .page_index2__inner[class]{
  position: absolute;
  top: 29px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background: #E8F1F2;
  width: 100%;
  border: 4px solid #FFFFFF;
  border-radius: 12px;
  padding: 2em 1.5em;
  z-index: 2;
} */

.page_index2__inner[class] {
  display: flex;
}

.page_index2__item {
  display: block;
}
.page_index2__item--first {
  display: none;
}

.page_index2__item a {
  font-size: 13px;
}

/* .page_index2__item:nth-child(n+2){
  margin-left: 35px;
  position: relative;
} */

/* .page_index2__item:nth-child(n+2)::before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -18px;
  top: 0;
  background-color: #0093CB;
} */
.page_index2__item {
  position: relative;
}
.page_index2__item:nth-child(n + 2) {
}
.page_index2__item:nth-child(n + 2)::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 12px;
  top: 0;
  background-color: #cdcdcd;
}

.page_index2__item--first::before {
  content: none;
}

.page_index2__item a {
  color: #363b43;
  padding-left: 2em;
}
.page_index2__item:nth-child(1) a {
  padding-left: 0;
}

.columnstop-cat {
  width: 1140px;
  margin: 0 auto 24px;
  display: flex;
}

.columnstop-cat__left {
  flex-basis: 382px;
}
.columnstop-cat__label {
  font-size: 16px;
}
.columnstop-cat__right {
  flex-basis: calc(100% - 382px);
  border-left: 4px solid #00c0ff;
  padding-left: 20px;
}

.columnstop-cat.hint {
  background: none;
}
.columnstop-cat.interview {
  background: none;
}
.columnstop-cat.point {
  background: none;
}
.columnstop-cat.story {
  background: none;
}
.columnstop-cat.notice {
  background: none;
}
.columnstop-cat__catch {
  margin-bottom: 0;
  font-size: 16px;
}

.columnstop-cat.hint .columnstop-cat__right {
  border-color: #ff8f00;
  background: none;
}
.columnstop-cat.interview .columnstop-cat__right {
  border-color: #82cf00;
  background: none;
}
.columnstop-cat.point .columnstop-cat__right {
  border-color: #00c0ff;
  background: none;
}
.columnstop-cat.story .columnstop-cat__right {
  border-color: #ff6d97;
  background: none;
}
.columnstop-cat.notice .columnstop-cat__right {
  border-color: #006697;
  background: none;
}
.columnstop-cat__catch {
  margin-bottom: 0;
  font-size: 16px;
}

.read_box {
  margin-top: 20px;
}

.catch {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.h1_title {
  text-align: center;
  padding-top: 0;
}

.columnstop_cont {
  padding-bottom: 120px;
}

.top_columns_box {
  padding: 40px 0 60px;
}

.top_columns_box--recommend {
  background-color: #fff;
}

.top_columns_inner {
  width: 1140px;
  margin: 0 auto;
}

.top_columns_list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 33px;
  list-style: none;
}

.top_columns_list__item {
  flex-basis: calc((100% - 66px) / 3);
  padding: 20px 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 3px solid #fff;
  transition: all 0.3s;
}

.top_columns_list__item:hover {
  border-color: #ff8f00;
}

.top_columns_list__link {
  color: #363b43;
}
.top_columns_list__link:hover {
  color: #363b43;
}

.top_columns_box--new-arrivals .top_columns_list__item {
  flex-basis: calc((100% - 99px) / 4);
}

.top_columns_list__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cat {
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 12px;
  display: inline;
  display: inline-block;
  color: #fff;
  margin: 1.1em 0 1em;
  box-sizing: border-box;
}

.top_ranking__text .cat {
  margin-top: 0;
}

/* .story {
  background-color: #006899;
}
.point {
  background-color: #00C0FF;
}
.notice {
  background-color: #FF9800;
}
.interview {
  background-color: #82CF00;
} */

.cat-3,
.point {
  background-color: #00c0ff;
}
.cat-1,
.hint {
  background-color: #ff8f00;
}
.cat-2,
.interview {
  background-color: #82cf00;
}
.cat-4,
.story {
  background-color: #ff6d97;
}
.cat-5,
.notice {
  background-color: #006697;
}

.top_columns_list__title {
  font-size: 16px;
}
.top_columns_list__day {
  font-size: 12px;
  margin-bottom: 0;
}

.top_ranking {
  width: 1140px;
  margin: 0 auto;
}

.top_columns_heading {
  font-size: 28px;
  border-left: 9px solid #64d9ff;
  padding-left: 0.9em;
  letter-spacing: 1px;
}

.top_ranking__wrap {
  margin-top: 20px;
}

.top_ranking__hwrap {
  /* display: flex; */
  display: none;
}

.top_ranking__column {
  display: flex;
  gap: 20px 40px;
}

.top_ranking__heading {
  font-size: 18px;
  flex-basis: 50%;
}
.top_ranking__heading:nth-child(2) {
  padding-left: 20px;
}

.top_ranking__heading2 {
  border-left: 3px solid #64d9ff;
  padding-left: 0.5em;
  margin-bottom: 1em;
  font-size: 18px;
}

.top_ranking__inner {
  counter-reset: item;
  margin-top: 16px;
  /* flex-basis: calc((100% - 40px) / 2); */
  flex-basis: 50%;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
}

.top_ranking__item {
  position: relative;
}

.top_ranking__item:nth-child(n + 3) {
  margin-top: 30px;
}

.top_ranking__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #00c0ff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.top_ranking__item:nth-child(1)::before {
  border-color: #a9862a transparent transparent transparent;
}

.top_ranking__item:nth-child(2)::before {
  border-color: #8c99a7 transparent transparent transparent;
}

.top_ranking__item:nth-child(3)::before {
  border-color: #ab5c23 transparent transparent transparent;
}

.top_ranking__item::after {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 4px;
  top: 3px;
  color: #fff;
  font-weight: bold;
}

.top_ranking__link {
  display: flex;
}

.top_ranking__img {
  width: 102px;
  height: 102px;
}

.top_ranking__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_ranking__text {
  padding-left: 24px;
  text-align: left;
  flex-basis: calc(100% - 102px);
}

.top_ranking__title {
  margin-top: 8px;
  color: #363b43;
  transition: all 0.3s;
}

.top_ranking__link:hover .top_ranking__title {
  color: #ff8f00;
}

.twocolumn {
  display: flex;
  width: 1140px;
  margin: 0 auto;
}

.bloglist {
  flex-basis: calc(100% - 25% - 40px);
}
.bloglist__item {
  padding-bottom: 26px;
  border-bottom: 1px solid #ececec;
}
.bloglist__item:nth-child(n + 2) {
  margin-top: 26px;
}
.bloglist__item:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: none;
}
.bloglist__link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bloglist__link .img {
  flex-basis: 23.9%;
  position: relative;
}
.bloglist__new {
  position: absolute;
  left: 0;
  top: 0;
}
.bloglist__new::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ff6e97 transparent transparent transparent;
}
.bloglist__new::after {
  content: "NEW";
  display: inline-block;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 6px;
  color: #fff;
  z-index: 3;
  font-size: 11px;
}
.bloglist__link .cat {
  margin-top: 0;
}
.bloglist__text {
  flex-basis: 71.8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bloglist__title {
  font-size: 22px;
  margin-bottom: 3px;
}
.bloglist__day {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 13px;
}

.bloglist-right {
  flex-basis: 25%;
  margin-left: 40px;
}

.bloglist-right__box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
  padding: 20px 0 0;
}

@media screen and (max-width: 990px) {
  .bloglist-right__box {
    border-radius: 0px;
  }
}

.bloglist-right__heading {
  margin-left: 7%;
  border-left: 3px solid #64d9ff;
  padding-left: 0.5em;
  font-size: 18px;
}
.bloglist-right__box:nth-child(n + 2) {
  margin-top: 2em;
}

.bloglist-right__link {
  display: flex;
}

.bloglist-right__img {
  flex-basis: 61px;
  height: 61px;
}

.bloglist-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bloglist-right__item {
  position: relative;
}

.bloglist-right__item:nth-child(n + 2) {
  margin-top: 10%;
}

.bloglist-right__item--rank::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #00c0ff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.bloglist-right__item--rank:nth-child(1)::before {
  border-color: #a9862a transparent transparent transparent;
}

.bloglist-right__item--rank:nth-child(2)::before {
  border-color: #8c99a7 transparent transparent transparent;
}

.bloglist-right__item--rank:nth-child(3)::before {
  border-color: #ab5c23 transparent transparent transparent;
}

.bloglist-right__item--rank::after {
  counter-increment: item2;
  content: counter(item2);
  position: absolute;
  left: 4px;
  top: 3px;
  color: #fff;
  font-weight: bold;
}

.bloglist-right__text {
  margin-left: 7%;
  flex-basis: calc(100% - 61px - 7%);
}

.bloglist-right__title {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  color: #363b43;
  transition: all 0.3s;
}
.bloglist-right__link:hover .bloglist-right__title {
  color: #ff8f00;
}
.bloglist-right-popular {
  display: flex;
  margin-top: 1em;
}
.bloglist-right-popular * {
  box-sizing: border-box;
}
.bloglist-right-popular__heading {
  flex-basis: 50%;
  text-align: center;
  background-color: #afc3d0;
  color: #fff;
  padding: 0.5em;
  cursor: pointer;
}
.bloglist-right-popular__heading:nth-child(1) {
}
.bloglist-right-popular__heading:nth-child(2) {
}
.bloglist-right-popular__heading.active2 {
  background-color: #fff;
  border-top: 3px solid #afc3d0;
  color: #58626c;
  padding-top: calc(0.5em - 5px);
}
.bloglist-right__search {
  margin-top: 2em;
}

@media screen and (max-width: 990px) {
  .bloglist-right__search {
    width: 90%;
    margin: 2em auto 0;
  }
}

.bloglist-right__search .m_search {
  position: relative;
}
.bloglist-right__search .s_btn {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 22px;
  height: 22px;
}
.bloglist-right__search .m_search .search_input {
  flex-basis: 100%;
  padding-right: 2.5em;
  padding-left: 0.8em;
  border-radius: 6px;
}

.panel2 {
  display: none;
  text-align: center;
}
.panel2.active2 {
  display: block;
}

.bloglist-right__column {
  margin-top: 0.5em;
  padding: 20px;
}

.bloglist-right__column--rank {
  /* background-color: #fff; */
  padding: 10% 7%;
  counter-reset: item2;
  margin-top: 0;
  /* border-radius: 0 0 6px 6px; */
}

.bloglist-right__textlink {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.bloglist-right-cat {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
}

.bloglist-right-cat__item {
  padding: 0.5em 0;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  color: #363b43;
  transition: all 0.3s;
}
.bloglist-right-cat__item:hover {
  color: #ff8f00;
}
.bloglist-right-cat__item:nth-child(1) {
  padding-top: 0;
}
.bloglist-right-cat__item:nth-last-child(1) {
  border-bottom: none;
}

.blogcont {
  flex-basis: calc(100% - 25% - 40px);
}

.blogcont-top {
}

.blogcont-top__meta {
  display: flex;
  justify-content: space-between;
}

#st-1 {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  direction: ltr;
  display: block;
  opacity: 1;
  text-align: right;
  z-index: 94034;
}
#st-1.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
#st-1.st-hidden {
  opacity: 0;
}
#st-1.st-hide {
  display: none;
}
#st-1 .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}
#st-1 .st-btn:last-child {
  margin-right: 0;
}
#st-1 .st-btn > svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}
#st-1 .st-btn > img {
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}
#st-1 .st-btn > span {
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.5px;
  min-width: 60px;
  opacity: 1;
  padding: 0 6px;
  position: relative;
  vertical-align: top;
}

@media screen and (max-width: 680px) {
  #mobile-share .st-has-labels .st-btn,
  #mobile-share2 .st-has-labels .st-btn {
    min-width: 44px !important;
  }

  #mobile-share .st-has-labels .st-btn > span,
  #mobile-share2 .st-has-labels .st-btn > span {
    display: none;
  }
}

#st-1.st-has-labels .st-btn {
  min-width: 120px;
}
#st-1.st-has-labels .st-btn.st-remove-label {
  min-width: 50px;
}
#st-1.st-has-labels .st-btn.st-remove-label > span {
  display: none;
}
#st-1.st-has-labels .st-btn.st-hide-label > span {
  display: none;
}
#st-1 .st-total {
  color: #555;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  margin-right: 0;
  max-width: 80px;
  padding: 4px 8px;
  text-align: center;
}
#st-1 .st-total.st-hidden {
  display: none;
}
#st-1 .st-total > span {
  font-size: 16px;
  line-height: 17px;
  display: block;
  padding: 0;
}
#st-1 .st-total > span.st-shares {
  font-size: 9px;
  line-height: 9px;
}
#st-1.st-justified {
  display: flex;
  text-align: center;
}
#st-1.st-justified .st-btn {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#st-1 .st-btn:hover {
  opacity: 0.8;
  top: -4px;
}
#st-1 .st-btn[data-network="facebook"] {
  background-color: #4267b2;
}
#st-1 .st-btn[data-network="facebook"] img {
}
#st-1 .st-btn[data-network="facebook"] > span {
  color: #fff;
}
#st-1 .st-btn[data-network="twitter"] {
  background-color: #55acee;
}
#st-1 .st-btn[data-network="twitter"] img {
}
#st-1 .st-btn[data-network="twitter"] > span {
  color: #fff;
}
#st-1 .st-btn[data-network="line"] {
  background-color: #00c300;
}
#st-1 .st-btn[data-network="line"] img {
}
#st-1 .st-btn[data-network="line"] > span {
  color: #fff;
}
#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
}
#st-1 .st-btn[data-network="whatsapp"] img {
}
#st-1 .st-btn[data-network="whatsapp"] > span {
  color: #fff;
}
#st-1 .st-btn[data-network="snapchat"] > span {
  color: #333;
}

#st-1 .st-btn[data-network="line"],
#st-2 .st-btn[data-network="line"] {
  display: inline-block !important;
}

#st-1 .st-btn[data-network="whatsapp"],
#st-2 .st-btn[data-network="whatsapp"] {
  display: none !important;
}

@media screen and (max-width: 680px) {
  #st-1 .st-btn[data-network="whatsapp"],
  #st-2 .st-btn[data-network="whatsapp"] {
    display: inline-block !important;
  }
}

.blogcont-top__cat {
  margin-top: 0;
  margin-bottom: 0;
}

.blogcont-top__title {
  text-align: left;
  padding-top: 0;
  margin-top: 20px;
  padding-bottom: 20px;
}

.h1_title:has(+ .sns_blc) {
  padding-right: 0px;
  @media screen and (max-width: 990px) {
    padding-right: 0px;
  }
}

.blog__new {
  position: relative;
  padding-left: 94px;
}

.blog__new::before {
  content: "";
  background-image: url(../files/icon_new.svg);
  background-repeat: no-repeat;
  width: 79px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 5px;
}

.page_box--blog {
  padding: 40px 40px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.mv_box {
  margin-top: 40px;
}

.mv_box p {
  text-align: center;
}

.mv_box p img {
  width: 100%;
}

.mt-be-columns {
  flex-wrap: wrap;
}

.mt-be-column {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mt-be-column h2,
.mt-be-column h3 {
  margin-right: auto;
}

.mt-be-column.text_block p {
  width: 100%;
}

.re-head {
  margin-right: auto;
}

h3.re-head {
  font-size: 21px;
  margin-bottom: 20px;
}

h3.re-head + p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 50px;
}
.column_box {
  margin-bottom: 25px;
  padding: 50px 40px;
  background-color: #f3f8f9;
  border: 9px solid #e8f1f2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.c_comment {
  margin-bottom: 120px;
  background-color: #363b43;
  border: none;
  margin-top: 3.5rem;
}

.c_comment p,
.c_comment h3 {
  color: #fff;
}

.c_comment h3 {
  font-size: 21px;
  margin-bottom: 30px;
}
.c_comment h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}

.c_comment .mt-be-column span {
  font-size: 24px;
}

.page_box.page_box--blog .page_index {
  float: none;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  position: relative;
}

.blogcont-index,
.page_box.page_box--blog .page_index {
  border: 4px solid #c7f1ff;
  border-radius: 12px;
  padding: 1em 1.1em;
  position: relative;
  box-sizing: border-box;
}

.page_box.page_box--blog .page_index li a::before {
  content: "";
  background: none;
  border-radius: 0;
  width: inherit;
  height: inherit;
  display: inline-block;
  position: inherit;
  left: inherit;
  top: inherit;
  transition: all 0.25s;
}

.blogcont-index::before,
.page_box.page_box--blog .page_index::before {
  content: "";
  position: inherit;
  color: #86939f;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  background: #fff url(../../shared/img/parts/index.png) no-repeat center center/100%;
  font-size: 1.9em;
  height: 20px;
  width: 60px;
  left: 0;
  right: auto;
  top: 0;
  margin-bottom: 10px;
}
.blogcont-index,
.page_box.page_box--blog .page_index {
  margin: 40px 0 40px;
}
.blogcont-index li:nth-child(n + 2),
.page_box.page_box--blog .page_index li:nth-child(n + 2) {
  margin-top: 10px;
}
.blogcont-index li a,
.page_box.page_box--blog .page_index li a {
  position: relative;
  color: #363b43;
}

.blogcont-index li a::after,
.page_box.page_box--blog .page_index li a::after {
  content: "";
  background: #00c0ff url(../../shared/img/icon/arrow_b.svg) no-repeat center center/contain;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 0.25s;
}
.blogcont-index li ul li a::after,
.page_box.page_box--blog .page_index li ul li a::after {
  left: 1.8em;
}
.blogcont-index li ul li ul li a::after,
.page_box.page_box--blog .page_index li ul li ul li a::after {
  left: 3.5em;
}
.blogcont-index li ul,
.page_box.page_box--blog .page_index li ul {
  margin-top: 0.5em;
}
.blogcont-index li ul li a,
.page_box.page_box--blog .page_index li ul li a {
  padding-left: 3.7em;
}
.blogcont-index li ul li ul li a,
.page_box.page_box--blog .page_index li ul li ul li a {
  padding-left: 5.6em;
}
/* .blogcont-index li ul li a::after{
  content: none;
} */

.blogcont-index li a{
  padding-left: 2em;
  display: block;
}

.blogcont-index ul {
  counter-reset: item;
}
.blogcont-index li a:before {
  counter-increment: item;
  content: counter(item) ".";
}

.blogcont__lead {
  margin-bottom: 60px;
}

.color-red {
  color: #d21900;
}

.cnt_block p {
  margin-bottom: 2.5em;
}

.company-info {
  display: flex;
  gap: 20px 32px;
}

.company-info__img {
  flex-basis: 183px;
  height: 183px;
  border-radius: 50%;
  border: 5px solid #64daff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-info__img img {
  width: 146px;
}

.company-info__article {
  flex-basis: calc(100% - 183px - 32px);
}

.company-info__name[class] {
  color: #363b43;
  font-weight: bold;
  margin-bottom: 0.8em;
  font-size: 24px;
}

.blog_h3_title {
  border-left: 2px solid #64d9ff;
  padding: 12.5px 0 12.5px 16.5px;
  line-height: 31px;
  margin-top: 58px;
}

.staff {
  display: flex;
  gap: 14px;
  margin-bottom: 45px;
}
.staff__icon {
  flex-basis: 62px;
}
.staff__information p {
  margin-bottom: 0;
}
.staff__count {
  color: #00c0ff;
  font-weight: bold;
  font-size: 29px;
}

.point__heading {
  width: 100px;
}

.point__ul {
  margin-top: 20px;
}
.point__ul li {
  position: relative;
  padding-left: 46px;
}
.point__ul li:nth-child(n + 2) {
  margin-top: 14px;
}
.point__ul li::before {
  content: "";
  background-image: url(../files/img_20230810_15.svg);
  width: 30px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -4px;
}

.centerimg {
  width: 470px;
  margin: 27px auto 0;
}
.centerimg img {
  border-radius: 10px;
}

.img-cap {
  font-size: 14px;
  margin: 6px 0 0 5px;
}

.h3heading2 {
  font-size: 18px;
  color: #7e4500;
  font-weight: normal;
  margin-bottom: 0.8em;
}

.voice__block {
  display: flex;
  gap: 24px;
}

.voice__block:nth-child(n + 2) {
  margin-top: 50px;
}

.voice__icon {
  flex-basis: 206px;
  position: relative;
}

.voice__icon:after {
  position: absolute;
  content: "";
  right: -0.2em;
  top: 2em;
  background: url(../files/part_voice.png) no-repeat right top / contain;
  width: 4.5em;
  height: 2em;
}

.voice__icon img {
  border: 9px solid #ff8f00;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.voice__article {
  flex-basis: calc(100% - 24px - 206px);
}

.voice__heading {
  font-size: 18px;
  color: #7e4500;
  font-weight: normal;
  margin-bottom: 10px;
}

.voice__name[class] {
  font-size: 18px;
  margin-bottom: 10px;
}

.voice__text[class] {
  margin-bottom: 0;
}

.cont-imgtext {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.cont-imgtext__img {
  flex-basis: 207px;
}
.cont-imgtext__img-cap {
  margin-top: 10px;
  font-size: 14px;
}
.cont-imgtext__text {
  flex-basis: calc(100% - 207px - 30px);
}

.cont-imgtext__text p {
  margin-bottom: 0;
}

.more-article[class] {
  margin-bottom: 20px;
}

.article-link li {
  position: relative;
  padding-left: 30px;
}

.article-link li:nth-child(n + 2) {
  margin-top: 12px;
}

.article-link li::before {
  content: "";
  background: #00c0ff url(../../shared/img/icon/arrow_r.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.article-link li a {
  text-decoration: underline;
}

.bdrs10 {
  border-radius: 10px;
}

.blogwriter {
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

.blogwriter:has(.blogwriter__label_bubble) {
  padding: 0 2em 1.2em;
  /* border: 1px solid #c7c7c7;
  border-radius: 10px; */
  border: none;
  margin-top: 40px;
  margin-bottom: 30px;
  position:relative;
  z-index: 2;
}
.blogwriter:has(.blogwriter__label_bubble):before {
  content:"";
  display: inline-block;
  width: 100%;
  height: calc(100% - 2em);
  border: 1px solid #c7c7c7;
  border-radius: 10px; 
  position: absolute;
  left: 0;
  bottom: 0; 
  z-index: -1;
}

.blogwriter__label {
  font-size: 20px;
  background: #c2f0ff;
  border-radius: 8px 8px 0 0;
  padding: 0.4em calc(14/20 * 2em);
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.blogwriter__label_bubble {
  font-size: 18px;
  display: inline-block;
  background: #c2f0ff;
  padding: 0.4em 0.8em 0.4em 1em;
  border-radius: 3em;
  margin-left: -15px;
  margin-bottom: 0.8em;
  position: relative;
}
.blogwriter__label_bubble::before {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	background-color: #c2f0ff;
	clip-path: polygon(10% 0%, 100% 0%, 0% 100%);
  position: absolute;
  left: 7.5em;
  bottom: -11px; 
}

.blogwriter__inner {
  display: flex;
  padding: 1.5em 2em;
}

.blogwriter__label_bubble + .blogwriter__inner {
  padding: 0;
}

.blogwriter__photo {
  flex-basis: 135px;
}

.blogwriter__photo > p {
  margin-bottom: 0;
}

.blogwriter__photo img {
  border-radius: 50%;
}

.blogwriter__article {
  flex-basis: calc(100% - 175px);
  margin-left: 40px;
  margin-top: 8px;
  position: relative;
}

.blogwriter__article_center {
  align-self: center;
}

.blogwriter__allname {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding-right: 85px;
}

.blogwriter__name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}

.blogwriter__kana {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 0.5em;
}

.blogwriter__position {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.blogwriter__position > p {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
.blogwriter__position:has(.blogwriter__logo) {
  display: flex;
  align-items: center;
}
.blogwriter__position:has(+ .blogwriter__position_sub) {
  margin-bottom: 0;
}

.blogwriter__position_sub {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.blogwriter__logo {
  margin-right: 10px;
  flex-shrink: 0;
}

.blogwriter__logo img {
  max-width: 66px;
  height: auto;
}

.blogwriter__position_dept {
  font-size: 14px;
  display: inline-block;
  line-height: 1.3;
  background: #e6f0f1;
  padding: 0.2em 0.8em;
  margin-bottom: 0.6em;
}

.blogwriter__inner:has(.blogwriter__text) {
  flex-wrap: wrap;
}

.blogwriter__text {
  font-size: 14px;
  width: 100%;
  border-top: 1px solid #d3dee6;
  padding-top: 1.5em;
  margin-top: 1em;
  margin-bottom: 0;
}

.blogwriter__sns {
  display: flex;
  gap: 15px;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.blogwriter__sns img {
  width: 35px;
  height: 35px;
}


.blog-bottom {
  margin-top: 60px;
}

.blog-bottom__heading {
}

.blog-bottom__inner {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.blog-bottom__item {
  flex-basis: calc((100% - 40px) / 2);
  display: flex;
  align-items: flex-start;
}

.blog-bottom__img {
  width: 61px;
  height: 61px;
}
.blog-bottom__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-bottom__text {
  flex-basis: calc(100% - 61px - 7%);
  margin-left: 7%;
}

.blog-bottom__title {
  font-size: 14px;
  margin: 0;
}
.columnstop_bg {
  width: 1140px;
  margin: 0 auto;
}
.read_box {
  padding-top: 25px;
  margin-bottom: 20px;
}
.read_box > .l_read {
  width: 62%;
  margin-bottom: 0;
}
.read_box .page_index {
  margin-top: 75px;
  padding: 2em 1.5em;
  width: 35%;
}
.pankuzu--sp {
  display: none;
}
.asset-image-full {
  width: 100%;
}
.top_columns_link {
  text-align: right;
  margin-top: 30px;
}
.top_columns_linktext {
  font-size: 16px;
  color: #363b43;
  text-decoration: none !important;
}
.pagenav {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.pagenav > span {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #86939f;
  border-radius: 5px;
  height: 40px;
}
.pagenav span::before {
  margin-right: 0px;
}
.pagenav span a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.pagenav span a span {
  color: #86939f;
}
.pagenav span a:hover {
  background: #ff8f00;
}
.pagenav span a:hover span {
  color: #ffffff;
}
.pagenav span.next,
.pagenav span.before {
  width: 70px;
}
.pagenav span.current,
.pagenav span.link {
  width: 45px;
}
.pagenav span.current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #86939f;
  color: #ffffff;
}

.mt-be-columns.text_img_block {
  flex-direction: column !important;
}
.mt-be-column.text_block {
  width: 100% !important;
  max-width: inherit !important;
}
.mt-be-column.img_block {
  margin: 20px 0 !important;
  width: 100% !important;
  max-width: inherit !important;
}
.column507 h3.re-head {
  font-size: 21px;
  margin-bottom: 20px;
}
.column507 h3.re-head + p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 50px;
}
.column507 .c_comment h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
}
.column507 .c_comment h3 {
  font-size: 21px;
  margin-bottom: 30px;
}
.column507 .c_comment p,
.column507 .c_comment h3 {
  color: #fff;
}

element.style {
  width: 33%;
}
.column507 .c_comment .mt-be-column {
  margin: auto;
}
.column507 .c_comment .mt-be-column span {
  font-size: 24px;
}
.column507-list-title {
  margin-bottom: 1rem;
}
.column507-lists {
  position: relative;
  font-size: 16px;
  margin: 1rem;
}
.column507-list {
  padding-left: 8px;
}
.column507-list::before {
  content: "★";
  position: absolute;
  font-size: 16px;
  left: -16px;
}
.column507-list:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 800px) {
  .column507 .c_comment {
    margin-top: 2rem;
  }
  .column507 .c_comment .mt-be-column {
    gap: 1rem;
  }
  .column507 .c_comment .mt-be-column {
    width: 100% !important;
  }
}

.column507 .c_comment {
  margin-bottom: 120px;
}
.column507 .c_comment {
  background-color: #363b43;
  border: none;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .top_columns_inner,
  .top_ranking,
  .page_index2__wrap,
  .columnstop_bg,
  .columnstop_mainv,
  .columnstop-cat {
    width: 86%;
  }
}
@media screen and (max-width: 990px) {
  .pankuzu--sp {
    display: block;
    bottom: inherit;
    top: 0;
  }
  .pankuzu--sp ul {
    overflow-x: auto;
    display: flex;
  }
  .pankuzu--sp ul li {
    white-space: nowrap;
  }
  .columnstop_bg {
    width: auto;
    margin: 0 auto;
  }
  .read_box {
    display: block;
    width: 94%;
    margin: 0 auto 45px;
  }
  .read_box > .l_read {
    width: auto;
    float: none;
  }
  .read_box .page_index {
    float: none;
    width: auto;
    margin: 3.5em 0 0 0;
  }
  .catch {
    width: 100%;
  }
  .top_ranking__hwrap {
    display: flex;
  }
  .top_columns_box {
    padding: 30px 0 40px;
  }
  .top_columns_box--new-arrivals .top_columns_list__item {
    flex-basis: calc((100% - 33px) / 2);
  }
  .top_columns_heading {
    font-size: 20px;
  }
  .page_index2__inner[class] {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: #e8f1f2;
    width: 100%;
    border: 4px solid #ffffff;
    border-radius: 12px;
    padding: 2em 1.5em;
    z-index: 2;
  }
  .page_index2__item--first {
    display: block;
  }
  .page_index2__item {
    position: relative;
  }
  .page_index2__item:nth-child(n + 2) {
    margin-top: 6px;
  }
  .page_index2__item::before {
    content: "";
    background: #00c0ff url(../img/icon/arrow_b.svg) no-repeat center center/contain;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    transition: all 0.25s;
  }
  .page_index2__item:nth-child(n + 2)::before {
    content: "";
    background: #00c0ff url(../img/icon/arrow_b.svg) no-repeat center center/contain;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    transition: all 0.25s;
  }
  .page_index2__item:nth-child(1) a {
    padding-left: 2em;
  }

  .page_index2__item--first::before {
    content: none;
  }
  .top_ranking__heading {
    text-align: center;
    cursor: pointer;
    background-color: #58626c;
    color: #fff;
    padding: 0.5em;
    text-align: center;
  }
  .top_ranking__heading:nth-child(1) {
    border-radius: 6px 0 0 0;
  }
  .top_ranking__heading:nth-child(2) {
    padding-left: 0.5em;
    border-radius: 0 6px 0 0;
  }
  .top_ranking__heading2 {
    display: none;
  }
  .top_ranking__heading.active {
    background-color: #fff;
    color: #58626c;
  }
  .top_ranking__inner {
    flex-basis: 100%;
    border-radius: 0 0 6px 6px;
    margin-top: 0;
  }
  .top_ranking__img {
    width: 78px;
    height: 78px;
  }
  .top_ranking__text {
    flex-basis: calc(100% - 78px);
  }
  .top_ranking__item::before {
    border-width: 30px 30px 0 0;
  }
  .top_ranking__item::after {
    top: 0px;
    left: 3px;
    font-size: 12px;
  }
  .panel {
    display: none;
    text-align: center;
  }
  .panel.active {
    display: block;
  }
  .twocolumn {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .bloglist__link .img {
    flex-basis: 47.8%;
  }
  .bloglist__text {
    flex-basis: 47.8%;
  }
  .bloglist__title {
    font-size: 16px;
  }
  .bloglist-right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .bloglist-right__box:nth-child(1) {
    order: 2;
    margin-top: 2em;
  }
  .bloglist-right__box:nth-child(2) {
    order: 3;
  }
  .bloglist-right__box:nth-child(3) {
    order: 1;
  }
  .bloglist-right__column--rank {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page_box--blog {
    padding: 30px 20px;
    margin-bottom: 0;
  }
  .blogcont-top__title {
    width: 100%;
  }
  .blogcont-index {
    margin: 30px 0 30px;
  }
  .blogwriter {
    /* padding-left: 1.5em;
    padding-right: 1.5em; */
  }
  .blogwriter:has(.blogwriter__label_bubble) {
    padding: 0 1em 0.8em;
    margin-top: 60px;
  }
  .blogwriter:has(.blogwriter__label_bubble):before {
    height: calc(100% - 1.7em);
  }
  .blogwriter__label {
    font-size: 18px;
    padding: 0.4em calc(14/18 * 1.2em);
  }
  .blogwriter__label_bubble {
    font-size: 15px;
    padding: 0.5em 0.5em 0.5em 0.8em;
    border-radius: 6px;
    margin-left: 110px;
    margin-bottom: 0.8em;
    display: block;
  }
  .blogwriter__label_bubble::before {
    width: 12px;
    height: 17px;
    clip-path: polygon(0% 0%, 100% 16%, 100% 100%);
    position: absolute;
    left: -11px;
    bottom: 10px; 
  }

  .blogwriter__inner {
    padding: 1.1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .blogwriter__photo {
    width: 110px;
    flex-basis: 110px;
  }
  .blogwriter:has(.blogwriter__label_bubble) .blogwriter__photo {
    width: 90px;
    flex-basis: 90px;
    position: absolute;
    left: 8px;
    transform: translateY(-100%);
  }
  .blogwriter__article {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .blogwriter__position {
    font-size: 12px;
  }
  .blogwriter__position > p {
    font-size: 15px;
  }
  .blogwriter__position_sub {
    font-size: 14px;
  }
  .blogwriter__logo {
    margin-right: 5px;
  }
  .blogwriter__logo img {
    max-width: 50px;
  }
  .blogwriter__position_dept {
    font-size: 13px;
    display: block;
    padding: 0.3em 0.5em;
  }
  .blogwriter__name {
    font-size: 20px;
  }
  .blogwriter__kana {
    font-size: 13px;
  }
  .blogwriter__sns {
    gap: 10px;
    bottom: -3px;
  }
  .blogwriter__sns img {
    width: 32px;
    height: 32px;
  }
  .blogwriter__text {
    font-size: 14px;
    padding-top: 1em;
  }
  .blog-bottom__item {
    flex-basis: 100%;
  }
  .blog-bottom__img {
    width: 78px;
  }
  .blog-bottom__text {
    flex-basis: calc(100% - 78px - 7%);
  }
  .columnstop-cat {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .columnstop-cat__left {
    flex-basis: 100%;
  }
  .columnstop-cat__right {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .columnstop_mainv {
    padding: 60px 8% 36px;
  }
  .top_columns_list__item,
  .top_columns_box--new-arrivals .top_columns_list__item {
    flex-basis: 100%;
  }
  .read_box {
    width: 86%;
    padding-top: 50px;
  }
  .read_box--cat {
    padding-top: 0;
    margin-bottom: 0;
  }
  .columnstop_mainv__img {
    max-width: inherit;
  }
  .blogcont-top__meta {
    flex-wrap: wrap;
  }
  .blogcont-top__day {
    flex-basis: 100%;
    margin-top: 12px;
  }
  .column_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .company-info {
    flex-direction: column;
    align-items: center;
  }
  .company-info__img {
    flex-basis: inherit;
    width: 183px;
    height: 183px;
  }
  .company-info__article {
    flex-basis: 100%;
  }
  .centerimg {
    width: 100%;
  }
  .voice__block {
    flex-direction: column;
    align-items: center;
  }
  .voice__icon {
    flex-basis: 120px;
    width: 120px;
  }
  .voice__icon:after {
    top: inherit;
    bottom: 0.4em;
    right: 0.2em;
    transform: rotate(60deg);
  }
  .voice__article {
    flex-basis: 100%;
  }
  .cont-imgtext {
    flex-direction: column;
    align-items: center;
  }
  .cont-imgtext__img-cap[class] {
    margin-bottom: 0;
  }
  .blog__new {
    padding-left: 45px;
  }

  .blog__new::before {
    content: "";
    background-image: url(../files/icon_new.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

ol.number {
  counter-reset: item;
  list-style-type: none;
}
ol.number li {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  @media screen and (max-width: 680px) {
    font-size: 15px;
  }
}
ol.number li::before {
  width: 1.8em;
  display: inline-block;
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}

ul.disc li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  @media screen and (max-width: 680px) {
    font-size: 15px;
  }
}

ul.disc li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

ul.disc li ul {
  padding-left: 1em;
  list-style: circle;
}
ul.disc li ul li {
  position: relative;
  font-size: 16px;
  padding-left: 0;
  @media screen and (max-width: 680px) {
    font-size: 15px;
  }
}

ul.disc li ul li::before {
  content: none;
}

/* シェアボタン表示 2024/02/21 追加 */
@media screen and (min-width: 681px) {
  #st-2 .st-btn[data-network="line"],
  #st-2 .st-btn[data-network="whatsapp"] {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {
  #mobile-share .st-has-labels .st-btn > span,
  #mobile-share2 .st-has-labels .st-btn > span {
    display: none;
  }
}

@media screen and (min-width: 681px) {
  #st-1 .st-btn[data-network="line"],
  #st-1 .st-btn[data-network="whatsapp"] {
    display: none !important;
  }
}

/* 翻訳時調整 */
.translated-ltr .page_table th {
  word-break: break-all;
}


/* 2024/07/04 */
.st-btn {
    min-width: 44px !important;
}

.st-btn > span {
    display: none !important;
}

.st-btn > img {
	height: 24px !important;
    width: 24px !important;
    top: 4px !important;
}

/* 2024/12/10 */
.blog_section .cnt_block p{
  margin-bottom: 1.3em;
}
.blog_section ul.disc li {
  font-size: 1.1em;
}
.blogcont-index li a:before,
.page_box.page_box--blog .blog_section .page_index li a:before {
  content: none !important;
}
.banner a{
 display: block;
}
.banner a:hover img,
.floating_banner a:hover img{
  opacity: 0.6;
}
.banner a:hover,
.floating_banner a:hover{
  background-color: #fff;
}

/* 2025/09/30 */
.img-shadow {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

@media (min-width: 751px) {
  a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none;
      color: #363b43;
  }
}
