@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    background-color: #eee;
}
#container{
    width: 100vw;
    margin: auto;
    background-color: #fff;
}
#sp_menu{
    display: block;
}

#news_box .news_list {
  border-bottom: 1px dotted #ccc;
  display: block;
}
#news_box .news_list dt {
    width: fit-content;
    padding: 5px;
}
#news_box .news_list dd {
    flex: 1;
    padding: 5px 1em;
}
#top_title{
    width: 100%;
    height: 100px;
}
#top_title img{
    height: 100%;
}
/*コンテンツエリア*/
#contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 30px;
}
#contents .cont_item{
    font-size: 1.8rem;
    width: 90%;
    padding: 20px;


}
#contents .cont_item2{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
#contents .cont_item3{
    font-size: 1.8rem;
    width: 90%;
    padding: 20px;
    background-color: brown;
}
#contents .cont_item2{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}