@charset "utf-8";



#sec_01>div>p{
  text-align: center;
}
#sec_01 h2{
  font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
  font-weight: 700;
  margin-bottom: .5em;
}
#sec_01 h3{
  color: var(--c_red);
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 700;
}


#sec_01 .txt_area{
  width: 55%;
}

#sec_01 .img_area{
  width: 40%;
}

#sec_01 .menu_num{
  background: var(--c_brn);
  display: inline-block;
  color: #fff;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding: .25em .75em;
  margin-bottom: .5em;
}




@media (max-width: 799px){


#sec_01 .txt_area,
#sec_01 .img_area{
  width: 100%;
}

#sec_01 .img_area{
  max-width: 460px;
  margin: 0 auto 2em;
}



}






