/*----------------------------------------------------------------------------*/
/* 	SAVIORS｜茨城セイバーズ お知らせ  NEWS page			  CSS    */
/*----------------------------------------------------------------------------*/

#main-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#main-area h1 {
  display: none;
  text-indent: -99999px; /* テキスト非表示 */
}
@media only screen and (min-width: 992px) {
  /*■ PC Layout  ■ */
  header {
    position: fixed;
  }
}

/* ■Category guide section ------------------------------------------*/

#guide {
  margin: 0 auto 0 auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#guide .left {
  width: 90%;
}
#guide .left dl {
  margin: 0 auto 20px auto;
  width: 85%;
  border-left: 3px solid #444;
}
#guide .left dt {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  padding-left: 15px;
}
#guide .left dd {
  margin: 0 auto 0 auto;
  font-size: 12px;
  line-height: 1.7em;
  font-display: swap;
  color: #444;
  padding-left: 15px;
}
#guide .right {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
#guide .right ul {
  margin: 0 auto 0 auto;
  width: 95%;
}
#guide .right ul li {
  float: left;
  margin: 0 1% 7px 1%;
  width: 48%;
}
#guide .right ul li a {
  display: block;
  padding: 10px;
  padding-left: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  /* padding: 5px 10px 5px 10px; */
  padding: 10px 20px 12px 20px;
  background: url("../images/bg/titlesym03.svg") no-repeat;
  background-size: 38px 38px;
  background-size: 19px 19px; /* 50% */
  background-position: left 15px center;
  background-color: #0c3484; /* svs-blue  */
}
#guide .right ul li a span {
  font-size: 12px;
  padding-left: 5px;
}
#guide ul li a:hover {
  /* padding: 5px 10px 5px 10px; */
  padding: 10px 20px 12px 20px;
  background-color: #f3f3f3;
  color: #555;
}

@media screen and (min-width: 992px) {
  #guide {
    margin: 50px auto 0 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*			align-items: top;	*/
    width: 80%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  #guide .left {
    width: 17%;
  }
  #guide .left dl {
    margin: 0 auto 0 auto;
    width: 100%;
    padding-bottom: 30px;
    border-left: 5px solid #0c3484; /* svs-blue */
  }
  #guide .left dt {
    font-size: 26px;
    font-weight: normal;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    color: #333;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  #guide .left dd {
    margin: 0px auto 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #666;
    padding-left: 30px;
  }
  #guide .right {
    width: 83%;
  }
  #guide .right ul {
    margin: 0 auto 0 5%;
    width: 70%;
  }
  #guide .right ul li {
    float: left;
    margin: 0 20px 20px auto;
    width: auto;
  }
  #guide .right ul li a {
    display: block;
    width: auto;
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    padding: 10px 20px 12px 20px;
    background: url("../images/bg/titlesym03.svg") no-repeat;
    background-size: 38px 38px;
    background-size: 19px 19px; /* 50% */
    background-position: left 10px top 0;
    background-color: #0c3484; /* svs-blue  */
  }
  #guide .right ul li a span {
    font-size: 13px;
    padding-left: 10px;
  }
  #guide .right ul li a:hover {
    display: block;
    /*			padding-left:40px;*/
    text-align: center;
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #222;
    padding: 10px 20px 12px 20px;
    background: url("../images/bg/titlesym03.svg") no-repeat;
    background-size: 19px 19px; /* 50% */
    background-position: left 10px top 5px;
    background-color: #f3f3f3;
  }
  #guide .right ul li a.active {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    padding: 10px 40px 10px 50px;
    background: url("../images/bg/titlesym03.svg") no-repeat;
    background-size: 19px 19px; /* 50% */
    background-position: left 10px top 5px;
    background-color: #ccc;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  /*◇ PC-M */

  #guide {
    margin: 30px auto 20px 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    padding-top: 0;
    padding-bottom: 10px;
  }
  #guide .left {
    width: 20%;
  }
  #guide .right {
    width: 80%;
  }
  #guide .right ul {
    margin: 0 auto 0 5%;
    width: 80%;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1400px) {
  /*◇ PC-S */

  #guide {
    margin: 30px auto 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    padding-top: 0;
    padding-bottom: 10px;
  }
  #guide .left {
    width: 20%;
  }
  #guide .left dt {
    font-size: 20px;
    padding-top: 0px;
    padding-left: 30px;
  }
  #guide .left dd {
    font-size: 14px;
  }
  #guide .right {
    width: 80%;
  }
  #guide .right ul {
    margin: 0 auto 0 5%;
    width: 80%;
  }
}

/* ■ MainConents #section01 	NEWS一覧 */

#section01 {
  margin: 10px auto 0 auto;
  width: 100%;
  padding-bottom: 20px;
  background-image: url("../images/bg/brline01.svg"),
    url("../images/bg/brline02.svg");
  background-size: contain, contain;
  background-position: center top 25%, center top 33%;
  background-repeat: no-repeat, no-repeat;
}
#section01 h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
#sec01 {
  margin: 0 auto 0 auto;
  padding-top: 10px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 65%,
    #d9d9d9 65%,
    #f5f5f5 100%
  ); /* ★ */
}
#sec01 #sec01sym01 {
  display: none;
}
#section01 h2 {
  display: block;
  margin: 0 auto 10px auto;
  width: 90%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(
    90deg,
    #221815 80%,
    #909090 100%
  ); /* smm2-base-black,02 */
}
#infct {
  margin: 10px auto 0 auto;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.98); /*  White  透過98% */
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0px 1px 2px 1px #aaa;
  -webkit-box-shadow: 0px 1px 2px 1px #aaa;
  -moz-box-shadow: 0px 1px 2px 1px #aaa;
  position: relative;
}
#infct section {
  margin: 0 auto 20px auto;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dotted #bdc3c7; /* Siver */
}
#infct section .item {
  width: 85%;
  width: 100%;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: bold;
  font-family: "NotoSans", "NotoSansCJKjp", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    helvetica, arial, sans-serif;
  font-display: swap;
  color: #222;
}
#infct section .item h3 {
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  padding-left: 5%;
}
#infct section .item h3 a {
  color: #0c3484; /* svs-blue  */
}
#infct section .item h3 a:hover {
  color: #b27c04; /* Gold02 */
}
#infct section .item dl,
dt,
dd {
  display: block;
}
#infct section .item dl {
  margin: 0 auto 8px auto;
  width: 100%;
  padding-left: 5%;
  display: flex;
  gap: 0;
}
#infct section .item dt.date {
  margin-right: 10px;
  color: #b27c04; /* Gold02 */
}
#infct section .item dd.category {
  display: block;
  float: left;
  width: auto;
  text-align: center;
  color: #fff;
}
#infct section .item dd.category .match {
  padding: 3px 8px 3px 8px;
  background-color: #d03c1b; /* svs-red01 */
}
#infct section .item dd.category .community {
  padding: 3px 8px 3px 8px;
  background-color: #0c3484; /* svs-blue  */
}
#infct section .item dd.category .team {
  padding: 3px 8px 3px 8px;
  background-color: #aaa; /* gvss-gray */
}
#infct section .item dd.category .academy {
  padding: 3px 8px 3px 8px;
  background-color: #57ab34; /* gvss-green */
}
#infct section .item dd.category .topics {
  padding: 3px 8px 3px 8px;
  background-color: #ffb71a; /* svs-orange  */
}
#infct section .item .comment {
  margin: 0 auto 15px auto;
  line-height: 1.7em;
  color: #222;
  padding: 0 3% 0 5%;
}
#infct section .item .comment a {
  color: #0c3484; /* svs-blue  */
}
#infct section .item .comment a:hover {
  color: #b27c04; /* Gold02 */
}
#infct section .newsimg {
  /* thumbnail */
  width: 100%;
}
#infct section .newsimg a {
  display: block;
  margin: 0 auto 0 auto;
  width: 160px; /* 50% */
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#infct section .newsimg a img {
  display: block;
  margin: 0 auto 0 auto;
}
#infct .nlall {
  display: block;
  margin: 20px auto 45px auto;
  position: relative;
}
#infct .nlall a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  background: url("../images/icon/btn-sym01.png") no-repeat;
  background-size: 8px 8px;
  background-position: 15px 17px;
}
#infct .nlall a:hover {
  display: block;
  color: #d03c1b; /* svs-red01 */
  background: url("../images/icon/btn-sym01.png") no-repeat;
  background-size: 8px 8px;
  background-position: 170px 17px;
  background-color: #0c3484; /* svs-blue  */
}

@media only screen and (max-width: 360px) {
}

@media only screen and (min-width: 992px) {
  /* ◆PC Layout */

  #section01 {
    margin: 30px auto 0 auto;
    width: 100%;
    padding-bottom: 0px;
    background-image: url("../images/bg/brline01.svg"),
      url("../images/bg/brline02.svg");
    background-size: contain, contain;
    background-position: center top 25%, center top 33%;
    background-repeat: no-repeat, no-repeast;
  }
  #sec01 {
    margin: 0 auto 0 auto;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
    background: linear-gradient(
      90deg,
      transparent 0%,
      transparent 10%,
      #d9d9d9 10%,
      #f5f5f5 40%,
      transparent 40%,
      transparent 100%
    ); /* ★ */
  }
  #sec01 #sec01sym01 {
    display: block;
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 9;
  }
  #section01 h2 {
    display: block;
    margin: 0 auto 0 auto;
    width: 70%;
    font-size: 20px;
    font-weight: normal;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-top: 13px;
    padding-bottom: 15px;
    background: linear-gradient(
      90deg,
      #0c3484 98%,
      #ffffff 98%,
      #ffffff 99%,
      #d03c1b 99%,
      #d03c1b 100%
    );
    background: linear-gradient(
      90deg,
      #d03c1b 1%,
      #ffffff 1%,
      #ffffff 2%,
      #0c3484 2%,
      #0c3484 100%
    );
  }
  #infct {
    margin: 20px auto 0 auto;
    width: 70%;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: rgba(255, 255, 255, 0.95); /*  White  透過95% */
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 1px 3px 1px #aaa;
    -webkit-box-shadow: 0px 1px 3px 1px #aaa;
    -moz-box-shadow: 0px 1px 3px 1px #aaa;
    position: relative;
  }
  #infct section {
    margin: 0 auto 30px auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
  }
  #infct section .item {
    width: 82%;
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    line-height: 1.8em;
    color: #222;
    border-bottom: 1px dotted #bdc3c7; /* Siver */
  }
  #infct section .item h3 {
    width: auto;
    text-align: left;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    line-height: 1.8em;
    padding-left: 0;
  }
  #infct section .item h3 a {
    color: #0c3484; /* svs-blue  */
  }
  #infct section .item dl,
  dt,
  dd {
    display: block;
  }
  #infct section .item dl {
    margin: 0 auto 15px auto;
    width: 100%;
    padding-left: 0;
  }
  #infct section .item dt.date {
    float: left;
    width: 15%;
    color: #b27c04; /* Gold02 */
  }
  #infct section .item dd.category {
    display: block;
    float: left;
    width: auto;
    font-size: 13px;
    color: #fff;
  }
  #infct section .item dd.category .match {
    padding: 5px 20px 5px 20px;
  }
  #infct section .item dd.category .community {
    padding: 5px 20px 5px 20px;
  }
  #infct section .item dd.category .team {
    padding: 5px 20px 5px 20px;
  }
  #infct section .item dd.category .academy {
    padding: 5px 20px 5px 20px;
  }
  #infct section .item dd.category .topics {
    padding: 5px 20px 5px 20px;
  }
  #infct section .item .comment {
    margin: 0 auto 20px auto;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    line-height: 1.8em;
    color: #222;
    padding: 0;
  }
  #infct section .newsimg {
    /* thumbnail */
    width: 15%;
  }
  #infct section .newsimg a {
    display: block;
    margin: 0 0 0 auto;
    width: 160px; /* 50% */
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  #infct section .newsimg a img {
    display: block;
    margin: 0 auto 0 auto;
  }
  #infct01 .nlall {
    display: block;
    margin: 45px auto 60px auto;
    position: relative;
  }
  #infct01 .nlall a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    background: url("../images/icon/btn-sym01.png") no-repeat;
    background-size: 8px 8px;
    background-position: 15px 17px;
  }
  #infct01 .nlall a:hover {
    display: block;
    color: #fff;
    background: url("../images/icon/btn-sym01.png") no-repeat;
    background-size: 8px 8px;
    background-position: 170px 17px;
    background-color: #0c3484; /* svs-blue  */
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  /*◇ PC-M */
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  /*◇ PC-S */

  #section01 {
    margin: 10px auto 0 auto;
    background: linear-gradient(
      90deg,
      white 0%,
      white 5%,
      #f5f5f5 5%,
      #f5f5f5 40%,
      white 40%,
      white 100%
    ); /* ★ */
  }
  #sec01 {
    margin: 10px auto 0 auto;
  }
  #section01 h2 {
    display: block;
    margin: 0 auto 0 auto;
    width: 64%;
    width: 72%;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-top: 11px;
    padding-bottom: 13px;
  }
  #section01 #sec01title01 {
    margin: 0 auto 0 15%;
    width: 90%;
    margin: 0 auto 0 auto;
    width: 100%;
    padding-bottom: 0px;
  }
  #section01 #sec01title01 h2 {
    font-size: 25px;
  }
  #section01 h3 {
    margin: 15px auto 0px auto;
    width: 75%;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

/* ■ MainConents #newssection  */

#newssection {
  margin: 10px auto 0 auto;
  width: 100%;
  padding-bottom: 50px;
  background: linear-gradient(
    90deg,
    white 0%,
    white 65%,
    #f5f5f5 65%,
    #f5f5f5 100%
  ); /* ★ */
}
#newssection h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
#newssec {
  margin: 10px auto 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
#newssec #newssecsym01 {
  display: none;
}
#newssection #newssectitle01 {
  margin: 0 auto 0 auto;
  width: 90%;
}
#newssection #newssectitle01 h2 {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #001489; /* bluek deep blue */
  padding-top: 20px;
  padding-left: 15px;
}
#newssec #news h3 {
  display: block;
  margin: 40px 0 20px;
  padding: 0.25em 0 0.5em 1em;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #0c3484; /* svs-blue  */
  line-height: 30px;
  border-left: 7px solid #0c3484; /* svs-blue  */
}
#newssection #newssectitle01 p {
  width: 100%;
  font-size: 12px;
  color: #333;
  line-height: 22px;
  padding-top: 10px;
  padding-left: 20px;
}
#newssec #news {
  margin: 0 auto 0 auto;
  width: 100%;
  padding: 0 4%;
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.95); /*  White  透過98% */
}
#newssec #news .category01 {
  /* NEWS & RELEASE カテゴリー */
  margin: 10px auto 10px auto;
  width: 40%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #fff;
  padding: 7px;
  background-color: #dad1bb; /* smm2-beigegray  */
}
#newssec #news h1 {
  display: block;
  margin: 20px auto 10px auto;
  padding: 0.5em 0 0.75em 0.5em;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #333;
  line-height: 1.3em;
  border-left: 5px solid #0c3484; /* svs-blue  */
  border-bottom: 1px solid #bdc3c7; /* Siver */
}
#newssec #news h2 {
  /* 見出し2は全体的に背景色をつけて、文字を白抜きにする */
  display: block;
  margin: 20px auto 20px auto;
  padding: 0.75em 0 0.75em 1em;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1.3em;
  background-color: #0c3484; /* svs-blue  */
}
#newssec #news p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
#newssec #news dl,
dt,
dd {
  display: block;
}
#newssec #news .wp-block-separator {
  border-top: 1px solid;
  margin: 30px auto;
}
#newssec #news .wp-block-list {
  margin: 0 auto 0 auto;
  width: 100%;
  list-style-type: disc;
  list-style-position: inside;
}
#newssec #news .wp-block-list li {
  margin: 0 auto 10px auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
#newssec #news .wp-block-list li::marker {
  color: #d03c1b; /* svs-red01 */
}
/* リストの入れ子の時の対応 */
#newssec #news .wp-block-list li ul {
  margin: 10px auto 0 auto;
  width: 95%;
  list-style-type: circle;
  list-style-position: inside;
}
#newssec #news .wp-block-list li ul li {
  margin: 0 auto 8px auto;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
#newssec #news .wp-block-list li ul li::marker {
  color: #0c3484; /* svs-blue  */
}
#newssec #news dl.newsitem {
  margin: 0 auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 16px;
  padding-bottom: 20px;
}
#newssec #news dl.newsitem dt {
  font-size: 12px;
  font-weight: bold;
  color: #0c3484; /* svs-blue  */
  line-height: 1.7em;
  color: #222;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#newssec #news dl.newsitem dt::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 8px;
  background: url("../images/icon/logo-icon01.png") no-repeat;
  background-size: contain;
}
#newssec #news dl.newsitem dd {
  font-size: 12px;
  line-height: 1.7em;
  color: #222;
  padding-left: 0px;
}
#newssec #news dl.newsitem dd.date {
  color: #0c3484; /* svs-blue  */
}
#newssec #news dl.newsitem dd span {
  font-weight: bold;
}
#newssec #news .newsdt-img {
  margin: 20px auto 0 auto;
}
#newssec #news .newsdt-img img {
  display: block;
  margin: 0 auto;
  width: max-content;
  height: auto;
  aspect-ratio: 321 / 241;
  overflow: hidden;
  object-fit: cover;
  object-position: center top;
}
#newssec .listbk {
  /* 一覧に戻る */
  display: block;
  margin: 20px auto 0 45%;
  width: 180px;
  height: 30px;
}

@media only screen and (max-width: 360px) {
}

@media only screen and (min-width: 768px) {
  #newssection {
    margin: 50px auto 0 auto;
    width: 100%;
    padding-bottom: 50px;
    background-color: #fff;
    background: linear-gradient(
      90deg,
      transparent 0%,
      transparent 10%,
      #d9d9d9 10%,
      #f5f5f5 40%,
      transparent 40%,
      transparent 100%
    ); /* ★ */
  }
  #newssec {
    margin: 30px auto 0 auto;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
  }
  #newssec #newssecsym01 {
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 9;
  }
  #newssection #newssectitle01 {
    margin: 0px auto 0 17%;
    width: 80%;
    padding-bottom: 0px;
  }
  #newssection #newssectitle01 h2 {
    font-size: 36px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    color: #001489; /* bluek deep blue */
    padding-left: 5.5%;
    padding-bottom: 30px;
  }
  #newssection #newssectitle01 p {
    width: 100%;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 80px;
  }
  #newssec #news {
    margin: 30px auto 0 15%;
    padding: 1px 0;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.97); /*  White  透過95% */
    position: relative;
  }
  #newssec #news .__inner {
    width: auto;
    margin: 5px;
    padding: 2% 4%;
    padding-bottom: 50px;
    border: solid 1px #ddd;
  }
  /* #newssec #news:after {
    content: "";
    border: solid 1px #ddd;
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  } */
  #newssec #news p.category01 {
    /* NEWS & RELEASE カテゴリー */
    margin: 20px auto 30px 10%;
    width: 20%;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    padding: 12px;
    background-color: #dad1bb; /* smm2-beigegray  */
  }
  #newssec #news dl.newsitem {
    margin: 0 auto 0 auto;
    width: 100%;
  }
  #newssec #news dl.newsitem dt {
    font-size: 18px;
    line-height: 27px;
    color: #222;
  }
  #newssec #news dl.newsitem dd {
    font-size: 17px;
    line-height: 1.7em;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #222;
  }
  #newssec #news .newsdt-img {
    margin: 30px auto 30px auto;
    width: auto;
  }
  #newssec .listbk {
    /* 一覧に戻る */
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 200px;
    height: 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  /*◇ PC-S */

  #newssec #news h4 {
    display: block;
    margin: 30px auto 0 10%;
    width: 25%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0 8px 0;
  }
  #newssec #news dl.newsitem dt {
    font-size: 15px;
  }
  #newssec #news dl.newsitem dd {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1020px) and (max-width: 1400px) {
  /*◇ PC-S */

  #newssection {
    background: linear-gradient(
      90deg,
      white 0%,
      white 5%,
      #f5f5f5 5%,
      #f5f5f5 40%,
      white 40%,
      white 100%
    ); /* ★ */
  }
  #newssec {
    margin: 50px auto 0 auto;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
  }
  #newssection #newssectitle01 {
    margin: 0px auto 0 10%;
    width: 85%;
    padding-bottom: 0px;
  }
  #newssection #newssectitle01 h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  #newssec #news {
    margin: 0 auto 0 auto;
    width: 80%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

/* Tablet Layout ◇ */
@media only screen and (min-width: 767px) and (max-width: 1020px) {
  #newssection {
    margin: 20px auto 0 auto;
    width: 100%;
    padding-bottom: 0px;
    background: linear-gradient(
      90deg,
      #f5f5f5 0%,
      #f5f5f5 30%,
      white 30%,
      white 100%
    ); /* ★ */
  }
  #newssec {
    margin: 30px auto 0 auto;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
  }
  #newssection #newssectitle01 {
    margin: 0 auto 0 17%;
    width: 80%;
    padding-bottom: 0;
  }
  #newssection #newssectitle01 h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    color: #519d9e; /* WA-green */
    padding-left: 0;
    padding-bottom: 0;
  }
  #newssec #news {
    margin: 0 auto 0 auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.95); /*  White  透過98% */
  }
  #newssec #news {
    margin: 0 auto 0 auto;
    width: 90%;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.9); /*  White  透過95% */
    position: relative;
  }
  #newssec #news p.category01 {
    /* NEWS & RELEASE カテゴリー */
    margin: 10px auto 10px 5%;
  }
  #newssec #news h1 {
    font-size: 17px;
  }
  #newssec #news h4 {
    display: block;
    margin: 30px auto 0 10%;
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 8px 0;
  }
  #newssec #news dl.newsitem dt {
    font-size: 16px;
  }
  #newssec #news dl.newsitem dd {
    font-size: 15px;
  }
  #newssec .listbk {
    /* 一覧に戻る */
    display: block;
    position: absolute;
    bottom: 30px;
    left: -60px;
    width: 200px;
    height: 45px;
  }
}
