@charset "UTF-8";

.news_link{
    color: rgb(55, 52, 255);
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
}
.table_text a{
    color: rgb(55, 52, 255);
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
}

.news_table{
  margin: 0 auto;
}
.news_table p{
	font-size: 16px;
	line-height: 1.5;
}

.table_inner{
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #3e3e3e;
  background-color: #f3f2eb;
}
.table_inner:nth-of-type(odd){
  background-color: #f7f5f0;
}

.table_img_container{
  /* padding-left: 40px; */
  width: 30%;
}

.table_img{
	/* max-width: 260px; */
	border: 1px solid #999;
	box-sizing: border-box;
}
.table_img img{
	object-fit: cover;
    aspect-ratio: 5 / 3;
}

.table_ttl p{
	font-size: 18px;
	padding: 30px 0;
	font-weight: 600;
}

.table_text{
  width: 61%;
  /* padding-right: 40px; */
}

.table_date{
	font-weight: 700;
	font-size: 20px;
	color: rgb(33 37 26 / 50%);
	margin-bottom: 10px;
}

.table_read{
	font-size: 16px;

	font-weight: 300;
}

.bg_deco{
    position: absolute;
    z-index: -5;
}

.moon{max-width: 530px;left: -5%;width: 26vw;top: -5%;}
.sky, .ground{
    max-width: 1134px;
    width: 54vw;
}
.grass{bottom: -5vw;right: 0;max-width: 400px;width: 20vw;}
.sky{
    top: 0;
    right: 0;
}
.ground{
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
}

.topbtn{
    display:block;
    width: 170px;
    padding:10px 20px 10px 30px;
    text-align:center;
    color:#333;
    margin: 5px auto;
    cursor:pointer;
    position: relative;
    text-decoration: none;
}
.topbtn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #333 #333;
    transform: rotate(45deg);
    transition: .3s;
}
.topbtn:hover::after{
    left: 10px;
}

@media(max-width:1560px){
	.news_table p{
    letter-spacing: 0.05em;
    line-height: 1.5;
	}
}
@media(max-width:768px){
	.news_table p{
    letter-spacing: 0.05em;
    line-height: 1.5;
	font-size: 14px;
	}
	.table-read p{
	padding: 0;
	}
	.table_img_container{
	min-width: 170px;
	}
	
}

@media(max-width:600px){
	.table_inner{
		flex-wrap: wrap;
	}
	.table_ttl{
		width: 100%;
		padding: 0 20px;
	}
	.table_read{
		width: 100%;
		padding: 0 20px;
	}
	.table_read p{
		padding: 0;
	}
	.news_table p{
		padding: 0;
		}
		
	.table_inner {
		padding: 30px 20px;
}
	.table_text{
		width: 100%;
	}

	.table_img_container{
		/* padding-left: 20px; */
		width: 80%;
		min-width: 120px;
		margin: 0 auto 10px;
		}
	.table_img{
		margin: 0 auto;
		max-width: none;
	}
	}

@media(max-width:550px){
}

@media(max-width:450px){
	.table_read p {
		font-size: 14px;
	}
	.table_ttl p {
		font-size: 16px;
	}
}