/*===================================================================
news
==================================================================*/

#news {
  background-color: #FDF6E8;
  width: 570px;
}

.container {
  padding: 0 25px;
  box-sizing: border-box;
}

#news {
  padding: 118px 0 120px;
  color: #2B3F72;
}

.news-item {
  padding-top: 37px;
  text-align: center;
  margin: 0 auto;
}

.news-area {
  padding-bottom: 38px;
  margin-top: 48px;
}

.news-content p{
  font-size: 13px;
  padding: 12px 0;
  line-height: 200%;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.news-item a {
  color: #2B3F72;
}

.news-list-t time {
  font-size: 13px;
  line-height: 100%;
  margin-right: 10px;
}

figure.p-news-article__thumbnail {
  margin-bottom: 40px;
}

.label {
  font-size: 11px;
  background-color: #2B3F72;
  color: #fff;
  text-align: center;
  margin: 0em !important;
  line-height: 100%;
  padding: 3px 4px;
}

.news-list p {
  display: inline-block;
  font-weight: 500;
  display: block;
  display: flex;
  justify-content: space-between;

}

br {
  display: block;
  content: "";
  margin: 10px 0;
}

.news-list-t.flex {
  justify-content: flex-start !important;
}

.news-title{
  font-size: 18px;
  padding: 14px 0;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1em;
}

h2.wp-block-heading{
  border-left: 4px solid #D86F46;
  padding: 12px 6px 12px;
  line-height: 160%;
  margin-bottom: 10px;
  font-size: 18px;
  background-color: #fff;
  color: #D86F46;
  font-family: 'Noto Sans JP',
  sans-serif;
  margin: 12px 0;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.news-main-txt{
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
}

#news a{
  color: #D86F46;
  text-decoration: underline;
  font-size: 13px;
}

h3.wp-block-heading{
  font-size: 15px;
  color: #D86F46;
  line-height: 160%;
  font-family: 'Noto Sans JP',
  sans-serif;
}

h3.wp-block-heading{
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #D86F46, #D86F46 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 12px 0;
}

/* p{
  padding: 12px 0;
} */

#news ul>li{
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}
#news ol>li{
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}

#news ul>li::before{
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2B3F72;
  border-radius: 60px;
  margin-right: 7px;
      margin-top: 10px;
      flex-shrink: 0;
}
#news ul>li.orange::before{
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #D86F46;
  border-radius: 60px;
  margin-right: 7px;
      margin-top: 10px;
      flex-shrink: 0;
}

.wp-block-group__inner-container{
  background-color: #fff;
  background-image: linear-gradient(to right, #D86F46, #D86F46 6px, transparent 6px),linear-gradient(to bottom, #D86F46, #D86F46 6px, transparent 6px),linear-gradient(to left,#D86F46, #D86F46 6px, transparent 6px),linear-gradient(to top, #D86F46, #D86F46 6px, transparent 6px);
  background-size: 10px 2px,
  2px 10px,
  10px 2px,
  2px 10px;
  background-position: left top,
  right top,
  right bottom,
  left bottom;
  background-repeat: repeat-x,
  repeat-y,
  repeat-x,
  repeat-y;
  padding: 30px 27px;
  margin: 52px 0;
}



ul>li+::marker {
  color: #D86F46;
}

ol {
  counter-reset: li;
}

ol>li:before {
  display: block;
  color: #2B3F72;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  margin-right: 7px;
}

li.check{
position: relative;
padding-left: 23px;
line-height: 100%;
margin: 12px 0;
}

#news ul>li.check:before,
#news ul>li.check:after {
  content: "";
  display: block;
  position: absolute;
  top:50%;
}

#news ul>li.check:before {
  display: block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 0px;
  left:0;
  top:2px;

}

#news ul>li.check:after {
  border-left: 2px solid #D86F46;
  border-bottom: 2px solid #D86F46;
  width: 12px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 3px;
  border-radius: 1px;
}

.orange-text{
 color:#D86F46 ;
padding-bottom: 0px !important;
}

span.under {
  background: linear-gradient(transparent 50%, #F9E5A3 50%);
}

@media (max-width: 570px) {

  #news {
    background-color: #FDF6E8;
    width: 100%;
    padding: 110px 0 40px;
  }

}
