@charset 'UTF-8';
.fontfam {
  font-weight: bold;
  font-family: 'Kiwi Maru', 'M PLUS 1p', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

main {

  max-width: 100%;
  width: 100%;
margin:5% auto 10% auto;
}
/* ==== news ==== */
.news {
  position: relative;
}

.news:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  clip-path: inset(0 0 round 1.5px 1.5px);
  border-top: solid 3px #ffdcc5;
  z-index: 1;
}

.news .ttl {
  margin: 0 auto 50px;
  padding: 25px 0;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

.news .ttl:before,
.news .ttl:after {
  position: absolute;
  bottom: 0;
  width: calc(50% - 40px);
  height: 3px;
  content: "";
  clip-path: inset(0 0 round 1.5px 1.5px);
  border-top: solid 3px #ffdcc5;
  z-index: 1;
}

.news .ttl:before {
  left: 0;
}
.news .ttl:after {
  right: 0;
}
.news h1,
.news h2 {
  /*  font-size: 2.8rem; */
  font-size: 180%;
  font-weight: 500;
  color: #ff6700;
  position: relative;
}
.news .ttl h1:before,
.news .ttl h2:before {
  position: absolute;
  left: calc(50% - 21px);
  bottom: -42px;
  width: 42px;
  height: 21px;
  content: "";
  background-image: url(/images/top2022/arrow_dwn01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.article__contents {margin:0 auto;}
.news > ul > li {list-style: none;position: relative;}
.news > ul > li >.info-data > a
{display:flex;
  align-items: flex-start;
  justify-content: left;
  border-bottom:1px dotted #333333;
  padding:1em;
  text-decoration: none!important;
  position: relative;}
.news > ul > li > .info-data > a:link p.date,.news > ul > li > .info-data > a:visited p.date{min-width:15%;color:#e99d40!important;}
.news > ul > li > .info-data > a:link p.infomm,
.news > ul > li > .info-data > a:visited p.infomm{color:#333333!important;}
.info-data::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/top2022/info-icon.png) no-repeat center / cover;
}
.more-info {
  text-align: center;
}
a.btn-news-list {
  font-size: 1.4em;
  padding:0.5em 4em;
  background: #e99d40;
  margin: 40px auto 40px;
  border-radius: 40px;
  display: inline-block;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
}

/* --------------------------------------------------------
	media query
-------------------------------------------------------- */
@media screen and (max-width: 1200px) {



/* ==== news ==== */
.news {width:96%}
.news > ul > li >.info-data > a{flex-wrap: wrap;}
.news > ul > li > .info-data > a p.date{min-width:100%;}
.news > ul > li > .info-data > a p.infomm{width:calc(100% - 40px);}
}