@charset "utf-8";
  .archive__wrap {
display: flex;
flex-direction: row-reverse;
justify-content: right;
margin-top: 68px;
}
.archive__main {
width: 100%;
margin: 0 60px;
}
.archive__main h1 {
margin: 60px 0;
font-size: 40px;
font-size: 4rem;
text-align: center;
}
.archive__main h1 span {
display: block;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
}
.archive__filter h1 {
margin: 60px 0;
font-size: 40px;
font-size: 4rem;
text-align: center;
}
.archive__filter h1 span {
display: block;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
} .archive__cards {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 60px auto;
}
.card {
display: block;
width: 30%;
min-width: 240px;
margin: 20px 1.5%;
padding: 20px;
box-shadow: 0px 0px 20px 2px #B9B9B9;
text-decoration: none;
color: inherit;
transition: 0.3s;
}
.card:hover {
box-shadow: 0px 0px 20px 4px #999;
opacity: 0.85;
transition: 0.3s;
} .card__thumb {
position: relative;
width: 100%;
overflow: hidden;
background: #E1E1E1;
}
.card__thumb img {
width: 100%;
height: auto;
}
.card img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
object-position: center top;
}
.card__noimage {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: 16 / 9;
font-size: 14px;
font-size: 1.4rem;
color: #999;
background: #E1E1E1;
} .card__date {
display: block;
margin-top: 12px;
font-size: 14px;
font-size: 1.4rem;
color: #666;
margin-bottom: 8px;
}
.card__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 12px;
}
.card__tag {
display: inline-block;
padding: 2px 12px;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
color: #302015;
text-align: center;
}
.card h2 {
margin: 12px 0;
font-size: 20px;
font-size: 2rem;
font-weight: bold;
text-align: center;
} .archive__notion {
width: 100%;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
} .archive__filter {
position: relative;
padding: 20px;
background-color: #E1E1E1;
}
.archive__filter .search__wrap {
display: flex;
flex-direction: column;
gap: 60px;
width: 380px;
margin: 0 auto;
padding: 40px;
box-shadow: 0px 0px 20px 2px #B9B9B9;
background-color: #fff;
}
.archive__filter .search__box {
margin-bottom: 40px;
}
.archive__filter .search__box h3 {
margin-bottom: 20px;
padding: 4px 20px;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 16px;
font-size: 1.6rem;
background-color: #302015;
white-space: nowrap;
}
.archive__filter .search__box .search__terms {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 20px;
margin-top: 8px;
font-size: 16px;
font-size: 1.6rem;
}
.archive__filter .search__box .search__terms label {
display: flex;
align-items: center;
gap: 8px;
}
.archive__filter input[type=checkbox] {
width: 16px;
height: 16px;
vertical-align: middle;
}
.archive__filter .search__terms__tag {
display: inline-block;
padding: 2px 12px;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
color: #302015;
}
.archive__filter .search__button {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
margin-top: 40px;
}
.archive__filter .search__button .linkBtn {
margin: 0;
padding: 8px 20px;
font-size: 32px;
font-size: 3.2rem;
border: none;
} @media only screen and (max-width:1400px) {
.card {
width: 47%;
}
}
@media only screen and (max-width:1100px) {
.archive__cards {
width: 94%;
}
.card {
width: 100%;
max-width: 100%;
}
}
@media only screen and (max-width:640px) {
.archive__wrap {
display: block;
margin-top: 100px;
}
.archive__main {
margin: 0;
}
.archive__main h1 {
font-size: 32px;
font-size: 3.2rem;
}
.archive__filter h1 {
font-size: 32px;
font-size: 3.2rem;
}
.archive__filter {
padding-bottom: 40px;
}
.archive__filter .search__wrap {
width: 94%;
margin: auto;
padding: 40px;
}
.archive__filter input[type=checkbox] {
width: 24px;
height: 24px;
}
.accordion__title {
padding: 10px 20px;
text-align: center;
font-size: 14px;
font-size: 1.4rem;
color: #fff;
background-color: #302015;
}
.accordion__title img {
width: 32px;
margin-left: 12px;
vertical-align: text-bottom;
}
.accordion__content {
display: none;
}
} .list {
margin: 160px 0 120px;
}
.list h1 {
text-align: center;
font-size: 40px;
font-size: 4rem;
text-transform: capitalize;
}
.list h1 span {
display: block;
font-size: 12px;
font-size: 1.2rem;
text-align: center;
}
.list__wrap {
width: 94%;
max-width: 880px;
margin: 60px auto;
}
.list__wrap dl {
display: flex;
align-items: center;
gap: 40px;
padding: 20px 40px;
font-size: 16px;
font-size: 1.6rem;
border-top: solid 1px #B9B9B9;
transition: 0.3s;
}
.list__wrap dl:last-of-type {
border-bottom: solid 1px #B9B9B9;
}
.list dl dt {
white-space: nowrap;
}
.list dl dd {
display: flex;
align-items: center;
}
.list dl dd .news__tag {
display: inline-block;
width: 88px;
margin-right: 20px;
text-align: center;
font-weight: bold;
}
.news__article {
display: block;
width: 400px;
}
.list dl:hover {
background-color: #302015;
transition: 0.3s;
}
.list dl:hover dt,
.list dl:hover .news__article {
color: #fff;
transition: 0.3s;
} .list .list__pagination {
margin: 80px;
}
.list .pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin: 20px auto;
}
.list .page-numbers li a {
display: block;
padding: 5px 16px;
text-align: center;
font-weight: bold;
border: solid 1px #212226;
}
.list .page-numbers li span {
display: block;
padding: 5px 16px;
text-align: center;
color: #fff;
background-color: #212226;
border: solid 1px #212226;
}
.list .page-numbers li a.prev,
.list .page-numbers li a.next {
background: none;
border: none;
}
.list .page-numbers a.next,
.list .page-numbers a.prev {
color: #212226;
}
.list .page-numbers a.next .arrow {
top: -20px;
right: -20px;
}
.list .page-numbers a.prev .arrow {
top: 20px;
left: -20px;
transform: rotate(90deg);
}
@media only screen and (max-width:640px) {
.list ul li {
-webkit-line-clamp: 3;
}
.list dl dt {
white-space: nowrap;
}
.list dl,
.list dl dd {
display: block;
}
.list dl dd .news__tag {
width: 160px;
text-align: center;
font-weight: bold;
color: #302015;
}
} .news {
margin: 160px auto 120px;
}
.news__wrap {
width: 94%;
max-width: 900px;
margin: 0 auto 80px;
padding: 40px;
box-shadow: 0px 0px 20px 2px #B9B9B9;
}
.news__title {
padding: 20px;
}
.news__date {
font-size: 16px;
font-size: 1.6rem;
}
.news__title h1 {
font-size: 20px;
font-size: 2rem;
font-weight: bold;
}
.news__content {
padding: 40px 20px;
font-size: 16px;
font-size: 1.6rem;
border-top: solid 1px #b9b9b9;
}
.news__content figure {
margin: 20px 0;
}
.news__content table {
width: 100%;
}
.news__content table td{
font-size: 16px;
font-size: 1.6rem;
padding: 10px 20px;
border: solid 1px #302015;
}
.news__content table td:first-child {
text-align: center;
font-weight: bold;
background-color: #e1e1e1;
}
.news__content a {
font-weight: bold;
color: #004C94;
text-decoration: underline;
}
.news .linkBtn div {
font-size: 28px;
font-size: 2.8rem;
}
@media only screen and (max-width:640px) {
.news__content table td{
display: block;
width: 100%;
}
.news .linkBtn {
width: 94%;
max-width: 94%;
}
}