.panel-print{
    background-color:#e4edfd ;
}

.panel-print .panel_arrow:before{
    background-color: #1c57b5;
}

.panel-print .panel_focus{
    border-color: #1c57b5;
}

.flag-new::after{
  content: "NEW";
  font-weight: initial;
  font-size: 11px;
  display: inline-block;
  color: white;
  background-color: #F79413;
  height: 14px;
  line-height: 15px;
  width: 40px;
  text-align: center;
  margin-left: 8px;
}

/* リニューアルここから */
.filter-wrap {
margin-bottom: 20px;
}
.filter-btn {
    /* margin-right: 10px; */
    display: inline-block;
    width: 110px;
    height: 110px;
    /* padding: 5px 10px; */
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.filter-btn.active {
    background: #e4edfd;
}
#colum-list {
    display: flex;
    flex-wrap: wrap;
    gap: 19.2px;
}
.article-card {
padding: 10px;
margin-bottom: 15px;
width: 32%;
}
.article-card img {
max-width: 100%;
height: auto;
}
.article-card a {
    text-decoration: none!important;
}
.article-card a:hover {
    text-decoration: none!important;
}
.article-card a img {
    opacity: 1;
}
.article-card a:hover img {
    opacity: 0.7;
}
.article-card h3 {
    color: #333;
}
.category-tag {
display: inline-block;
margin-top: 5px;
font-size: 0.8em;
color: #fff;
background: #333;
padding: 2px 6px;
border-radius: 4px;
}
.keyword-tag {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #b4b4b4;
    /* background: #333; */
    padding: 2px 6px;
    border-radius: 4px;
    position: relative;
    padding-left: 15px;
}
.keyword-tag::before {
    content: '';
    width: 9px;
    height: 12px;
    background-image: url(/j3a/images/feature/new-column/icon-sharp.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 4px;
}
#search-input {
padding: 8px;
margin-right: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}

#pagination {
margin-top: 20px;
text-align: center;
}

#pagination button {
margin: 0 5px;
padding: 5px 10px;
border: none;
background: #eee;
cursor: pointer;
border-radius: 4px;
}

#pagination button.active {
background: #333;
color: #fff;
}

/* tab */
/* コンポーネント */
:root {
--green01: #18b16b;
--green02: #a4f0cc;
}


/* tab */
[data-tab-content]{
display: none
}

[data-tab-content].active{
display: block;
}
.someTabs {
    border-radius: 35px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
}
nav.tabs__nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 840px;
    padding: 0;
    margin: 0 0 1rem;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #ddd;
}
.tabs__body {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
a.tabs__item {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: normal;
}
a.tabs__item.active {
    position: relative;
    z-index: 1;
    font-weight: bold;
}
.Tabs__presentation-slider {
position: absolute;
bottom: -2.5px;
left: 0;
width: 100%;
height: 5px;
transform-origin: 0 0;
transition: transform 0.55s;
/* background: linear-gradient( 45deg , #bdb9ff, #67b8ff); */
background: #00baff;
}
.tabs__item:first-child.active ~ .Tabs__presentation-slider {
transform: translateX(0) scaleX(0.33333333);
background: #00baff;
}
.tabs__item:nth-child(2).active ~ .Tabs__presentation-slider {
transform: translateX(33.33333%) scaleX(0.33333333);
background: #f9c700;
}
.tabs__item:nth-child(3).active ~ .Tabs__presentation-slider {
transform: translateX(66.66666%) scaleX(0.33333333);
background: #00c3b3;
}


@keyframes fadeIn {
0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
}
}
.tabs__content.active {
    animation: fadeIn 0s ease 0s 1 normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* アコーディオン */
.lp-accordion {
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
  background-color: #f8d16f;
  padding: 20px 0 10px 0;
  border-radius: 4px;
}
.lp-accordion-item {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 957px;
    background-color: #e4edfd;
    border-radius: 50px;
    position: relative;
    box-shadow: 3px 3px 3px 0 rgba(28, 87, 184,0.2);
}
.lp-accordion-item::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/j3a/images/feature/new-column/material-search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    left: 50px;
}
.lp-accordion-header {
  position: relative;
  padding: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 auto;
  width: calc(100% - 12px);
}
.lp-accordion-header::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #1c57b8;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 1.2rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.lp-accordion-header::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #1c57b8;
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.lp-accordion-item.active .lp-accordion-header::after {
  content: '';
  transform: rotate(-180deg);
}
.lp-accordion-item.active .lp-accordion-header::before {
  content: '';
  transform: rotate(360deg);
}
.lp-accordion-content {
  max-height: 0;
  overflow: hidden;
  transform: translateY(0px);
  transition: max-height 0.3s ease, padding 0.3s ease;
  transition: .3s;
      width: 900px;
    margin: 0 auto;
}
.lp-accordion-item.active .lp-accordion-content {
    max-height: 100%;
    transform: translateY(10px);
}
.filter-wrap {
    margin-bottom: 20px;
    border-radius: 35px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.keyword-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 840px;
    margin: 0 auto;
}
.keyword-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 20px;
    padding-right: 10px;
    border-radius: 20px;
    position: relative;
}
.keyword-btn::before {
    content: '';
    width: 9px;
    height: 12px;
    background-image: url(/j3a/images/feature/new-column/icon-sharp.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 9px;
}
.keyword-btn.active {
    background: #e4edfd;
}
/* リニューアルここまで */