@charset "UTF-8";
.single_article_con .inner {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .single_article_con .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .single_article_con .inner {
    width: calc(100% - 40px);
  }
}
.single_article_con .inner .main_img {
  width: 660px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .single_article_con .inner .main_img {
    width: 93.5%;
    margin-bottom: 15px;
  }
}
@media (max-width: 700px) {
  .single_article_con .inner .main_img {
    margin-bottom: 10px;
    width: 100%;
  }
}
.single_article_con .inner .main_img img {
  width: 100%;
  height: 358px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 900px) {
  .single_article_con .inner .main_img img {
    height: 39.778vw;
  }
}
@media (max-width: 480px) {
  .single_article_con .inner .main_img img {
    height: 47.778vw;
    border-radius: 12px;
  }
}
.single_article_con .inner .cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .single_article_con .inner .cat_wrap {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .single_article_con .inner .cat_wrap {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .single_article_con .inner .cat_wrap {
    gap: 4px 15px;
  }
}
.single_article_con .inner .cat_wrap .cat_b {
  color: #00868e;
  text-decoration: none;
}
.single_article_con .inner .main_ttl_con {
  position: relative;
}
.single_article_con .inner .main_ttl_con:after {
  margin-top: 45px;
  display: block;
  content: "";
  background: #00bac6;
  width: 100%;
  height: 2px;
}
@media (max-width: 480px) {
  .single_article_con .inner .main_ttl_con:after {
    margin-top: 22px;
  }
}
.single_article_con .inner .main_ttl_con .main_ttl_deco {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single_article_con .inner .main_ttl_con .main_ttl_deco:before {
  display: block;
  content: "";
  background: #00bac6;
  width: 100%;
  height: 2px;
}
.single_article_con .inner .main_ttl_con .main_ttl_deco:after {
  display: block;
  content: "";
  background: #00bac6;
  width: 100%;
  height: 2px;
}
.single_article_con .inner .main_ttl_con .main_ttl_deco .deco_i {
  width: 40px;
  flex: 0 0 40px;
  margin: 0 auto;
}
.single_article_con .inner .main_ttl_con .main_ttl_deco .deco_i img {
  width: 100%;
}
.single_article_con .inner .main_ttl_con h1.ttl {
  font-weight: 500;
  color: #00868e;
  text-align: center;
  font-size: 27px;
}
@media (max-width: 480px) {
  .single_article_con .inner .main_ttl_con h1.ttl {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.single_article_con .inner .main_ttl_con .sub {
  font-size: 20px;
  text-align: center;
  width: 485px;
  margin: 0 auto;
}
@media (max-width: 590px) {
  .single_article_con .inner .main_ttl_con .sub {
    width: 100%;
  }
}
.single_article_con .inner .main_ttl_con .sub .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .single_article_con .inner .main_ttl_con .sub .sp_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .single_article_con .inner .main_ttl_con .sub {
    line-height: 1.5;
  }
}
.single_article_con .inner h2.ttl {
  color: #00868e;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}
.single_article_con .inner h2.ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .single_article_con .inner h2.ttl .sp_only {
    display: block;
  }
}
@media (max-width: 480px) {
  .single_article_con .inner h2.ttl {
    font-size: 21px;
    line-height: 1.5;
  }
}
.single_article_con .inner h2.ttl:before {
  margin-bottom: 15px;
  display: block;
  content: "";
  background: #ccc;
  width: 100%;
  height: 2px;
}
.single_article_con .inner h2.ttl:after {
  margin-top: 15px;
  display: block;
  content: "";
  background: #ccc;
  width: 100%;
  height: 2px;
}
.single_article_con .inner p.txt1 {
  margin: 30px auto 40px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 480px) {
  .single_article_con .inner p.txt1 {
    font-size: 17px;
  }
}
.single_article_con .inner .block_b1 {
  margin: 30px auto 40px;
}
.single_article_con .inner .block_b1 .b1_img {
  width: 660px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .single_article_con .inner .block_b1 .b1_img {
    width: 100%;
  }
}
.single_article_con .inner .block_b1 .b1_img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .single_article_con .inner .block_b1 .b1_img img {
    border-radius: 12px;
  }
}
.single_article_con .inner .block_b1 .b1_txt {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 480px) {
  .single_article_con .inner .block_b1 .b1_txt {
    font-size: 17px;
  }
}
.single_article_con .inner .block_b2 {
  margin: 30px auto 40px;
}
.single_article_con .inner .block_b2 .b2_wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 1100px) {
  .single_article_con .inner .block_b2 .b2_wrap {
    gap: 12px;
  }
}
@media (max-width: 550px) {
  .single_article_con .inner .block_b2 .b2_wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.single_article_con .inner .block_b2 .b2_wrap .b2_img {
  width: 487px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .single_article_con .inner .block_b2 .b2_wrap .b2_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.single_article_con .inner .block_b2 .b2_wrap .b2_img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1100px) {
  .single_article_con .inner .block_b2 .b2_wrap .b2_img img {
    border-radius: 16px;
  }
}
.single_article_con .inner .block_b2 .b1_txt {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 480px) {
  .single_article_con .inner .block_b2 .b1_txt {
    font-size: 17px;
  }
}
.single_article_con .inner .block_b2 .b2_txt {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 480px) {
  .single_article_con .inner .block_b2 .b2_txt {
    font-size: 17px;
  }
}
.single_article_con .inner .table_sec {
  margin: 40px auto;
}
.single_article_con .inner .table_sec:before {
  display: block;
  margin-bottom: 50px;
  content: "";
  background: #00bac6;
  width: 100%;
  height: 2px;
}
.single_article_con .inner .table_sec:after {
  display: block;
  margin-top: 50px;
  content: "";
  background: #00bac6;
  width: 100%;
  height: 2px;
}
@media (max-width: 480px) {
  .single_article_con .inner .table_sec:after {
    margin-top: 38px;
  }
}
.single_article_con .inner .table_sec h2.table_ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
}
.single_article_con .inner .table_sec h2.table_ttl .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .single_article_con .inner .table_sec h2.table_ttl .sp_only {
    display: block;
  }
}
.single_article_con .inner .table_sec h2.table_ttl:before {
  position: absolute;
  top: 10px;
  background-image: url(../img/table-sec-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  left: 0;
  width: 11.7px;
  height: 18.2px;
}
.single_article_con .inner .table_sec .table_con .event-info-table {
  width: 100%;
  border-collapse: collapse;
}
.single_article_con .inner .table_sec .table_con .event-info-table th,
.single_article_con .inner .table_sec .table_con .event-info-table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
  border-left: none;
  border-right: none;
}
.single_article_con .inner .table_sec .table_con .event-info-table th {
  width: 20%;
  background-color: #e0f7f8;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.single_article_con .inner .table_sec .table_con .event-info-table td {
  background-color: #fff;
}
.single_article_con .inner .table_sec .table_con .event-info-table td a {
  color: #0aa;
  text-decoration: underline;
}
.single_article_con .inner .table_sec .table_con .event-info-table td a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .single_article_con .inner .table_sec .table_con .event-info-table th,
.single_article_con .inner .table_sec .table_con .event-info-table td {
    display: block;
    width: 100%;
  }
  .single_article_con .inner .table_sec .table_con .event-info-table th {
    border-bottom: none;
  }
  .single_article_con .inner .table_sec .table_con .event-info-table tr {
    display: block;
  }
  .single_article_con .inner .table_sec .table_con .event-info-table td {
    border-bottom: none;
  }
}

.ftr_main {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 480px) {
  .ftr_main {
    margin-top: 90px;
  }
}
.ftr_main:before {
  position: absolute;
  background-image: url(../img/pickup-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 85px;
  content: "";
  z-index: 2;
  top: -85px;
  left: calc(50% - 463px);
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .ftr_main:before {
    transform: translateX(0);
    left: 45px;
  }
}
@media (max-width: 480px) {
  .ftr_main:before {
    width: 80px;
    height: 69px;
    top: -69px;
    left: 30px;
  }
}

.img_caption {
  text-align: center;
  margin-bottom: 30px;
  color: #4d4d4d;
}

.up_date {
  text-align: right;
  padding: 20px 0 0;
  color: #4d4d4d;
}

.article_pager {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .article_pager {
    margin-top: 10px;
  }
}

.pager_item {
  display: flex;
  align-items: center;
  width: 50%;
  text-decoration: none;
  color: inherit;
  gap: 15px;
}

.pager_item.next {
  text-align: right;
  border-left: none;
}
@media (max-width: 1100px) {
  .pager_item.next {
    padding-right: 20px;
  }
}
.pager_item.next .pager_inner {
  padding: 10px 10px 10px 20px;
  justify-content: space-between;
}

.pager_item.prev {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1100px) {
  .pager_item.prev {
    padding-left: 20px;
  }
}
.pager_item.prev .pager_label {
  text-align: left;
}
.pager_item.prev .pager_inner {
  padding: 10px 20px 10px 10px;
}

.pager_label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .pager_label {
    font-size: 14px;
  }
}

.pager_inner {
  width: 450px;
  border: 1px solid #ccc;
  display: flex;
  gap: 18px;
  transition: 0.4s;
}
@media (max-width: 1100px) {
  .pager_inner {
    width: 310px;
  }
}
@media (max-width: 800px) {
  .pager_inner {
    width: 267px;
  }
}
@media (max-width: 600px) {
  .pager_inner {
    min-width: auto;
    width: 165px;
    height: 80px;
  }
}
.pager_inner:hover {
  opacity: 0.8;
}

.pager_thumb {
  width: 125px;
}
@media (max-width: 800px) {
  .pager_thumb {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .pager_thumb {
    display: none;
  }
}

.pager_thumb img {
  width: 100%;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 800px) {
  .pager_thumb img {
    height: 70px;
  }
}

.pager_title {
  line-height: 1.5;
  align-content: center;
  text-align: left;
}
@media (max-width: 600px) {
  .pager_title {
    font-size: 14px;
  }
}

.article_pager .arrow {
  position: relative;
  top: 19px;
}
@media (max-width: 800px) {
  .article_pager .arrow {
    display: none;
  }
}

.arrow img {
  width: 40px;
  height: auto;
}

.more_btn {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .more_btn {
    margin-top: 30px;
  }
}
.more_btn a {
  color: #000 !important;
  display: block !important;
  text-decoration: none !important;
  transition: 0.4s;
}
.more_btn:hover a {
  color: #fff !important;
}

/* 両方あるとき（デフォルト） */
.article_pager {
  display: flex;
  justify-content: space-between;
}

/* 前 or 次どちらか一つしかない場合 → 中央寄せ */
.article_pager:has(.pager_item:only-child) {
  justify-content: center;
}

/* 中央寄せ時の幅調整 */
.article_pager:has(.pager_item:only-child) .pager_item {
  width: 60%;
  justify-content: center;
}

/* 中央寄せ時の幅調整 */
@media (max-width: 600px) {
  .article_pager:has(.pager_item:only-child) .pager_item.prev {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .article_pager:has(.pager_item:only-child) .pager_item.next {
    padding-right: 0;
  }
}
.article_pager:has(.pager_item:only-child) .pager_item.next .pager_label {
  text-align: left;
}

.tax_cat_ttl_con {
  margin: 0 auto;
  margin-bottom: 24px;
  background: #00bac6;
  border-radius: 9999px;
  max-width: 380px;
}
@media (max-width: 480px) {
  .tax_cat_ttl_con {
    padding-top: 0px;
    width: 80%;
  }
}
.tax_cat_ttl_con h2.cat_main {
  padding: 3px 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 800px) {
  .tax_cat_ttl_con h2.cat_main {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .tax_cat_ttl_con h2.cat_main {
    font-size: 13px;
  }
}
.tax_cat_ttl_con h2.cat_main:before {
  position: absolute;
  top: 0;
  content: "";
  left: 14px;
  width: 20px;
  height: 20px;
  background-image: url(../img/tax-cat-ttl-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .tax_cat_ttl_con h2.cat_main:before {
    width: 15px;
    height: 15px;
  }
}
.tax_cat_ttl_con h2.cat_main:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 47px;
  height: 100%;
  background: #00868e;
  border-radius: 9999px 0 0 9999px;
}
@media (max-width: 480px) {
  .tax_cat_ttl_con h2.cat_main:after {
    width: 38px;
  }
}
.tax_cat_ttl_con .sub {
  padding-top: 21px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.tax_cat_ttl_con .sub:after {
  display: block;
  width: 38px;
  height: 3px;
  margin: 0 auto;
  background: #00bac6;
  content: "";
}

.attention_wrap {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 900px) {
  .attention_wrap {
    gap: 3%;
  }
}
@media (max-width: 800px) {
  .attention_wrap {
    display: block;
  }
}
.attention_wrap .attention_b {
  width: 317px;
  height: 388px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .attention_wrap .attention_b {
    width: 31.33%;
    height: 100%;
  }
}
@media (max-width: 800px) {
  .attention_wrap .attention_b {
    width: 100%;
    max-height: 180px;
    margin-bottom: 12px;
  }
}
@media (max-width: 675px) {
  .attention_wrap .attention_b {
    max-height: 100%;
  }
}
@media (max-width: 900px) {
  .attention_wrap .attention_b:nth-child(1), .attention_wrap .attention_b:nth-child(2), .attention_wrap .attention_b:nth-child(3) {
    margin-bottom: 3%;
  }
}
@media (max-width: 800px) {
  .attention_wrap .attention_b:nth-child(1), .attention_wrap .attention_b:nth-child(2), .attention_wrap .attention_b:nth-child(3) {
    margin-bottom: 12px;
  }
}
.attention_wrap .attention_b:hover a {
  background: #ececec;
}
.attention_wrap .attention_b:hover a .rank_thumb img {
  transform: scale(1.1);
}
.attention_wrap .attention_b a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a {
    display: flex;
  }
}
.attention_wrap .attention_b a .rank_thumb {
  width: 100%;
  height: 195px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 900px) {
  .attention_wrap .attention_b a .rank_thumb {
    height: 17.711vw;
  }
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a .rank_thumb {
    height: auto;
    min-width: 50%;
    max-height: 180px;
    border-radius: 4px 0 0 4px;
  }
}
@media (max-width: 675px) {
  .attention_wrap .attention_b a .rank_thumb {
    max-height: 100%;
  }
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb {
    width: 125px;
    flex: 0 0 125px;
    display: flex;
    flex-direction: column;
  }
}
.attention_wrap .attention_b a .rank_thumb img {
  width: 100%;
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a .rank_thumb img {
    height: 100%;
    border-radius: 4px 0 0 4px;
  }
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb img {
    border-radius: 4px 0 0 0;
  }
}
.attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only {
  position: relative;
  display: inline-block;
  background: #00bac6;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding-left: 18px;
  font-weight: 500;
  display: none;
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only {
    display: block;
    border-radius: 0 0 0 4px;
    height: 100%;
    padding: 10px;
    padding-left: 18px;
  }
}
@media (max-width: 480px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only {
    line-height: 1.35;
  }
}
@media (max-width: 420px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only {
    padding: 5px;
    padding-left: 15px;
    text-align: left;
  }
}
.attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only:before {
  position: absolute;
  width: 10px;
  height: 100%;
  content: "";
  background: #00868e;
  left: 0;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only:before {
    top: 0;
    border-radius: 0 0 0 4px;
  }
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only span.pc_only {
    display: none;
  }
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_thumb .cat_ttl.sp_only br.sp_only {
    display: block;
  }
}
.attention_wrap .attention_b a .rank_desc {
  padding: 16px 20px;
  transition: 0.4s;
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a .rank_desc {
    padding: 15px;
    min-width: 50%;
  }
}
@media (max-width: 480px) {
  .attention_wrap .attention_b a .rank_desc {
    padding: 10px 15px;
  }
}
.attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only {
  position: relative;
  display: inline-block;
  background: #00bac6;
  padding: 0 6px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding-left: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only .tab_only {
  display: none;
}
@media (max-width: 1040px) {
  .attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only .tab_only {
    display: block;
  }
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only .tab_only {
    display: none;
  }
}
@media (max-width: 1040px) {
  .attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only {
    padding: 3px 6px;
    padding-left: 18px;
    line-height: 1.35;
  }
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only {
    display: none;
  }
}
.attention_wrap .attention_b a .rank_desc .cat_ttl.pc_only:before {
  position: absolute;
  width: 10px;
  height: 100%;
  content: "";
  background: #00868e;
  top: 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.attention_wrap .attention_b a .rank_desc h3.r_ttl {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .attention_wrap .attention_b a .rank_desc h3.r_ttl {
    margin-top: 0;
  }
}
.attention_wrap .attention_b a .rank_desc p.r_txt {
  font-size: 14px;
}
@media (max-width: 800px) {
  .attention_wrap .attention_b a .rank_desc .tag_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
}

.ttl_con {
  padding-top: 65px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .ttl_con {
    padding-top: 50px;
  }
}
.ttl_con h2.main {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 15px;
}
.ttl_con h2.main:before {
  position: absolute;
  background-image: url(../img/ttl-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 65px;
  height: 65px;
  z-index: -1;
}
.ttl_con .sub {
  padding-top: 21px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.ttl_con .sub:after {
  display: block;
  width: 38px;
  height: 3px;
  margin: 0 auto;
  background: #00bac6;
  content: "";
}

.related_inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .related_inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .related_inner {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1100px) {
  .related_inner .attention_wrap.related_articles {
    gap: 2%;
  }
}
@media (max-width: 1100px) {
  .related_inner .attention_wrap.related_articles .attention_b {
    width: 32%;
  }
}
@media (max-width: 800px) {
  .related_inner .attention_wrap.related_articles .attention_b {
    width: 100%;
  }
}
.related_inner .attention_wrap.related_articles .attention_b a {
  text-decoration: none !important;
}
@media (max-width: 800px) {
  .related_inner .attention_wrap.related_articles .attention_b a {
    display: flex !important;
  }
}
.related_inner .attention_wrap.related_articles .attention_b a .cat_ttl.cat1:before {
  background: #00868e;
}
.related_inner .attention_wrap.related_articles .attention_b a .cat_ttl.cat2:before {
  background: #fbcc3b;
}
.related_inner .attention_wrap.related_articles .attention_b a .cat_ttl.cat3:before {
  background: #de5451;
}
.related_inner .attention_wrap.related_articles .attention_b a .cat_ttl.cat4:before {
  background: #2b7ac8;
}
.related_inner .attention_wrap.related_articles .attention_b a .rank_desc .tag_wrap .tag {
  color: #00868e !important;
}/*# sourceMappingURL=single_article.css.map */