@media screen and (min-width: 768px) {
  #main main.e-toyota.news article section h1 {
    padding: 72px 0 68px 0;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    letter-spacing: calc(150em / 1000);
  }
  #main main.e-toyota.news article section nav.tags {
    margin-bottom: 60px;
  }
  #main main.e-toyota.news article section nav.tags ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
  #main main.e-toyota.news article section nav.tags ul li a {
    padding: 0 24px;
    height: 34px;
    display: block;
    border: 1px solid #41c3e1;
    border-radius: 17px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #41c3e1;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.news article section nav.tags ul li a:hover {
    background: #41c3e1;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.news article section nav.tags ul li a.active {
    background: #41c3e1;
    color: #ffffff;
  }
  #main main.e-toyota.news article section ul.news_list {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 26px;
  }
  #main main.e-toyota.news article section ul.news_list > li {
    width: calc(25% - 20px);
  }
  #main main.e-toyota.news article section ul.news_list > li a {
    display: block;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  #main main.e-toyota.news article section ul.news_list > li a p.thumb {
    margin-bottom: 14px;
    width: 100%;
    height: 100%;
    aspect-ratio: 140/79;
    border-radius: 30px;
    overflow: hidden;
  }
  #main main.e-toyota.news article section ul.news_list > li a p.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  #main main.e-toyota.news article section ul.news_list > li a ul.tags {
    margin-bottom: 3px;
  }
  #main main.e-toyota.news article section ul.news_list > li a ul.tags li {
    padding-right: 0.5em;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #41c3e1;
  }
  #main main.e-toyota.news article section ul.news_list > li a h3 {
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.news article section ul.news_list > li a:hover {
    opacity: 0.6;
  }
  #main main.e-toyota.news article section ul.news_list > li a:hover p.thumb img {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  #main main.e-toyota.news article section p.more {
    display: none;
  }
  #main main.e-toyota.news article section p.more button {
    margin: 0 auto;
    width: 278px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(150em / 1000);
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #main main.e-toyota.news article section p.more button:hover {
    background: #41c3e1;
    color: #ffffff;
  }
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
  #main main.e-toyota.news article section.main_content ul.news_list > li {
    width: calc(33.3% - 18px);
  }
}
@media screen and (max-width: 767px) {
  #main main.e-toyota.news article section h1 {
    margin-top: 65px;
    margin-bottom: 28px;
    text-align: center;
    line-height: 33px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: calc(150em / 1000);
  }
  #main main.e-toyota.news article section nav.tags {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  #main main.e-toyota.news article section nav.tags ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
  #main main.e-toyota.news article section nav.tags ul li {
    display: flex;
    flex-grow: 1;
  }
  #main main.e-toyota.news article section nav.tags ul li a {
    padding: 0 24px;
    width: 100%;
    height: 24px;
    display: block;
    border: 1px solid #41c3e1;
    border-radius: 12px;
    box-sizing: border-box;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #41c3e1;
  }
  #main main.e-toyota.news article section nav.tags ul li a.active {
    background: #41c3e1;
    color: #ffffff;
  }
  #main main.e-toyota.news article section ul.news_list {
    margin: 0 25px 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px 10px;
  }
  #main main.e-toyota.news article section ul.news_list > li {
    width: calc(50% - 10px);
  }
  #main main.e-toyota.news article section ul.news_list > li a {
    display: block;
  }
  #main main.e-toyota.news article section ul.news_list > li a p.thumb {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    aspect-ratio: 140/79;
    border-radius: 15px;
    overflow: hidden;
  }
  #main main.e-toyota.news article section ul.news_list > li a p.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #main main.e-toyota.news article section ul.news_list > li a ul.tags {
    margin-bottom: 4px;
  }
  #main main.e-toyota.news article section ul.news_list > li a ul.tags li {
    padding-right: 0.5em;
    display: inline-block;
    line-height: 13px;
    font-size: 10px;
    color: #41c3e1;
  }
  #main main.e-toyota.news article section ul.news_list > li a h3 {
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
  }
  #main main.e-toyota.news article section p.more {
    display: none;
  }
  #main main.e-toyota.news article section p.more button {
    margin: 0 auto;
    width: 175px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #41c3e1;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    line-height: 26px;
    font-size: 11px;
    font-weight: bold;
    color: #41c3e1;
    letter-spacing: calc(150em / 1000);
  }
}