@charset "UTF-8";
.section-news__content-wrapper{
    margin: 80px auto;
    background-color: #ffffff;
    width: min(calc(100% - 60px), 1140px);
    padding: 40px;
    border-radius: 30px;

}
.section-news__content-tittle {
  font-size: 2.5rem;
  margin-bottom: 5rem;
  border-bottom: 2px dotted var(--secondary-color);
  padding-bottom: .5rem;
  border-bottom: 7px dotted #E7B880;
}
.section-news__tag{
  display: flex;
}
.section-news__tag small{
  display: block;
  background-color: #f3d7b0;
  color: #825A2D;
  font-size: 1.4rem;
  border-radius: 1000px;
  padding: 2px 10px;
  margin-right: 10px;
}
/*記事内のタグのcss*/
.section-news__content-wrapper a{
  color: #C65C3F;
}
.section-news__content-wrapper a:hover{
  color: #a24227;
}
.section-news__content-wrapper p,
.section-news__content-wrapper table,
.section-news__content-wrapper img,
.section-news__content-wrapper iframe{
  margin: 20px auto;
}
.section-news__content-wrapper .rounded-button {
  margin: 50px auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 10px 50px 12px;
  background-color: #DF8E2D; 
  color: #fff; 
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none; 
  border: none; 
  border-radius: 30px; 
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.rounded-button:hover {
    opacity: 0.8;
}

.rounded-button::before {
  content: "▶︎";              
  display: inline-block;
  width: 2.0em;              
  height: 2.0em;                 
  line-height: 2.0em;            
  margin-right: 1.5em;          
  background-color: #FEFBF3;       
  color: #d1a95f;                  
  border-radius: 50%;         
  text-align: center;          
  font-size: 0.6em;             
}

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