@charset "utf-8";


.sec_contents .news_list{
    gap: 1.5em;
    justify-content: space-between;
}

.sec_contents .news_list li{
    width: calc(100% / 4 - 1.5em);
    margin:0;
}

.sec_contents .news_list .thumb{
  margin-bottom:0.15em;
  width: 100%;
  border: 1px #ccc solid;
}
.sec_contents .news_list figure{
	aspect-ratio: 6 / 4.5;
}
.sec_contents .news_list .thumb img{
	object-fit: cover;
	width: 100%;
	height:100%;
}
.sec_contents .news_list dt{
  font-weight: bold;
  line-height: 1.5;
}
.sec_contents .news_list dd{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

#post_navi,
#list_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}
#post_navi li,
#list_navi li{
	margin: 0 .5em;
}

#post_navi li {
    margin: 0 0.5em;
    font-size: 0.9em;
    display: inline;
}

.news_body{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.news_body h1,.news_body dt{
  text-align: left;
}
.news_body h1{
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  margin-bottom: .25em;
}

.news_body figure{
  width: 100%;
  max-width: 560px;
  margin: 1.5em auto;
}



.kanren_box {
    background-color: var(--c_gray);
}

.kanren_box h3 {
    font-size: clamp(1.25rem, 1.128rem + 0.61vw, 1.625rem);
    text-align: center;
    border-bottom: solid 1px #ccc;
    letter-spacing: 0.3em;
}

.kanren_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kanren_list li {
  width: calc(100% / 3 - 1.5em);
    border-bottom: solid 1px #ccc;
    padding: 1rem 0;
}

.kanren_list li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #666;
    align-items: center;
}

.kanren_list li .thumb {
    width: 35%;
    max-width: 240px;
}

.kanren_list li .thumb img {
    width: 100%;
    aspect-ratio: 6 / 5;
    object-fit: cover;
}

/*
.kanren_box .kanren_list .news_text dt {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
}
*/

.kanren_list .news_text dd {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.kanren_list li .news_text {
    width: 60%;
}

.kanren_list li .news_text .day {
    border: solid 1px;
    display: inline;
    padding: 2px 7px;
    color: #a8a8a8;
    font-size: 80%;
}


.kanren_list li .news_text dt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.25rem 0;
    margin: 0;
    font-size: 15px;
}

.kanren_box .btn{
  margin: 1em auto 0;
  text-align: center;
}

.kanren_box .btn_more01 a{
    margin: 1.5em auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12em;
    border: 2px solid var(--c_pink);
    text-align: center;
    color: #fff;
    background-color: var(--c_pink);
    transition: .3s;
    position: relative;
}
.kanren_box .btn_more01 a:after{
	content: '\f105';
    font-family: 'FAsolid';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: .5em;
    transform: translateY(-50%);
}

@media (max-width: 899px){


.sec_contents .news_list li{
  width: calc(100% / 2 - 1.5em);
}



.kanren_list li {
  width: 100%;
  margin: 0 0 0.75em 0;
  padding: 0 0 1rem 0;
}

.kanren_list{
    gap: .75em;
}

.kanren_list li .thumb{width: 25%;}

.kanren_list li .news_text{width: 72%;}

.kanren_list li .thumb img{aspect-ratio: 6 / 4;}

.sec_contents .news_list figure{aspect-ratio: 6 / 4;}

}


@media (max-width: 599px){


.sec_contents .news_list li{
  width: calc(100% / 2 - 1em);
  /*margin: 1em .5em;*/
}


.sec_contents .news_list dt{line-height: 1.4;}

.kanren_list li .thumb{width: 35%;}

.kanren_list li .news_text{width: 62%;}

.kanren_list li .thumb img{aspect-ratio: 6 / 5;}

}



@media (max-width: 399px){
	.sec_contents .news_list dd{font-size: 13px;line-height: 1.4;}

}
