/* Style for PCs */
@media screen and (min-width: 1025px) {
  .newslist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .newslist li {
    width: 23%;
    height: auto;
    display: block;
    margin: 0 1% 40px;
  }
  .newslist li .nwbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .newslist li .nwimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .newslist li .nwimg a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li .nwimg a:hover {
    opacity: 0.6;
  }
  .newslist li .nwcc {
    padding: 20px 5px 10px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
    display: block;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0.8em 0 0;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .newslist li p.nwbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
    color: var(--color-999);
    border: 1px solid var(--color-999);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li p.nwbn a:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .newsmm .slide_dots {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .newsmm .slide_dots li {
    content: ○;
    text-indent: -9999px;
  }
  .square-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    object-fit: cover; /* トリミング効果 */
    display: block;
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .newslist {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .newslist li {
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 40px;
  }
  .newslist li .nwbase {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .newslist li .nwimg {
    width: 100%;
    height: auto;
    display: block;
  }
  .newslist li .nwimg a {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li .nwimg a:hover {
    opacity: 0.6;
  }
  .newslist li .nwcc {
    padding: 20px 5px 10px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
    display: block;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0.8em 0 0;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 1em;
  }
  .newslist li p.nwbn a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
    color: var(--color-999);
    border: 1px solid var(--color-999);
    border-radius: 5px;
    background-image: url(../img/header/ic-ar_hr_c.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .newslist li p.nwbn a:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
  }
  .square-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    object-fit: cover; /* トリミング効果 */
    display: block;
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  .newslist {
    margin-bottom: 30px;
  }
  .newslist li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted var(--color-999);
    margin: 0 0 25px 0;
  }
  .newslist li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin: 0 0 0px 0;
  }
  .newslist li .nwimg {
    width: 20%;
    height: auto;
    display: block;
  }
  .newslist li .nwcc {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .newslist li .nwcc p.nwdate {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: var(--color-1st);
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .newslist li .nwcc h3 a {
    color: var(--color-black);
    text-decoration: none;
    display: block;
  }
  .newslist li .nwcc h3 a:hover {
    color: var(--color-1st);
    text-decoration: underline;
  }
  .newslist li .nwcc ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist li .nwcc ul li {
    width: fit-content !important;
    font-size: 0.7em;
    line-height: 1.5em;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    margin: 0 0.5em 0 0 !important;
  }
  .newslist li .nwcc ul li a {
    color: var(--color-666);
  }
  .newslist li .nwcc ul li a:hover {
    color: var(--color-black);
  }
  .newslist li p.nwbn {
    display: none !important;
  }
  .newslist li p.nwbn a {
    display: none !important;
  }
  .newslist li p.nwbn a:hover {
    display: none !important;
  }
  .square-thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    object-fit: cover; /* トリミング効果 */
    display: block;
  }
}