@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body, td, th {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif, Meiryo;
  color: #222222;
}
body {
  background-color: #EDEAE5;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #008800;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
  color: #008800;
}
.works_list_flex {
  display: flex;
  gap: 50px;
  width: 100%;
  margin-bottom: 25px;
  padding: 0px;
}
.works_list {
  width: calc((100% - 50px) / 2);
  padding: 0px;
}
@media screen and (max-width: 660px) { /* スマホ・タブレット用 */
  .works_list_flex {
    flex-direction: column;
  }
  .works_list {
    width: 100%;
  }
}
.works_list_title {
  display: inline-block;
  margin: 8px 5px 8px 0px;
  padding: 1px 5px 1px 5px;
  background-color: #517D4C;
  color: #FFFFFF;
}
.works_list_name {
  font-size: 1.2rem;
}
.works_list_more {
  display: block;
  margin: 0px 20px 12px auto;
}
.works_list_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.works_list_navi div {
  width: 150px;
  text-align: center;
  white-space: nowrap;
}