@charset "utf-8";

#container.sec {
background: #EEEFF2;
}

/*------------news一覧---------------*/
#news_wrap {
background: #EEEFF2;
}

section#news_wrap {
padding: 100px 0 50px;
}

.pager {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
column-gap: 50px;
}

.prev, .next {
width: 24px;
height: 24px;
}

.next {
transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
.news_list.sec {
flex-wrap: wrap;
justify-content: flex-start;
gap:5%;
}
}


/*------------news detail---------------*/
.c_inner.news_detail {
width: calc(100% - 40px);
max-width: 1100px;
margin: 0 auto 40px;
}

h3.news_detail_title {
font-weight: 600;
font-size: clamp(1.125rem, 0.946rem + 0.89vw, 1.75rem);
line-height: 1.8;
margin-bottom: 10px;
}

.news_date {
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
color: #808080;
font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
text-align: left;
}

hr {
border-top: 1px solid #808080;
margin: 20px 0;
}


.main_txt h4 {
font-size: clamp(1.125rem, 1.054rem + 0.36vw, 1.375rem);
font-weight: 600;
margin: 60px 0 10px;
}

.main_txt h5,
.main_txt h6 {
font-size: clamp(1rem, 0.964rem + 0.18vw, 1.125rem);
font-weight: 600;
margin: 30px 0 10px;
}

.main_txt h4,
.main_txt h5,
.main_txt h6 {
line-height: 1.6
}


.main_txt p,
.main_txt li {
font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
line-height: 1.8;

}
.main_txt p {
margin-bottom: 12px;
}

.main_txt li {
list-style-type: disc;
margin-left: 1.5em;
margin-bottom: 5px;
}

.main_txt a {
color: #CC002C;
text-decoration: underline;
display: inline-block;
transition: .3s all;
}

.main_txt a:hover {
text-decoration: none;
}

.news_img {
max-width: 800px;
margin: 30px auto !important;
}

.annotation {
color: #4D4D4D;
font-size: clamp(0.75rem, 0.714rem + 0.18vw, 0.875rem) !important;
}

.res_table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
border: none;
margin: 20px auto 60px;
}
.res_table th,
.res_table td {
display: block;
width: 100%;
border: none;
font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
padding: 12px;
vertical-align: top;
text-align: left;
box-sizing: border-box;
line-height: 1.8;
}
.res_table th {
font-weight: 700;
color: #000;
background: #D6D7D9;
}



.news_back {
display: block;
height: 60px;
line-height: 60px;
width: 65vw;
max-width: 400px;
background: #000;
color: #fff;
outline: none;
text-align: center;
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.125rem);
margin: 50px auto;
position: relative;
border: 1px solid #000;
transition: 0.3s all;
}

.news_more:hover {
opacity: .6;
}

.bt {
font-weight: bold;
}

.ct {
text-align: center;
}

.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

@media screen and (min-width: 768px) {
.res_table th,
.res_table td {
display: table-cell;
border-bottom: 1px solid #D6D7D9;
}
.res_table th {
border-bottom: 1px solid #fff;
white-space: nowrap;
width: 25%;
}

.res_table tr:first-child th,
.res_table tr:first-child td{
border-top: 1px solid #D6D7D9;
}

.main_txt h4 {
margin: 80px 0 10px;
}

.main_txt h5,
.main_txt h6 {
margin: 60px 0 10px;
}


}
    
    

@media screen and (min-width: 1024px) {
.c_inner.news_detail {
margin: 50px auto 150px;
}

}


