@charset "UTF-8";
#contents .section:nth-of-type(1) {
  background: url(../img/background-img01-01-pc.png) left top/30% no-repeat, url(../img/background-img01-02-pc.png) right top/30% no-repeat;
}

@media (max-width: 480px) {
  #contents .section:nth-of-type(1) {
    background: url(../img/background-img01-01-sp.png) left top/40% no-repeat, url(../img/background-img01-02-sp.png) right top/40% no-repeat;
  }
}

#contents .section:nth-child(2n) {
  background: #edf5e6;
}

.in_content_box .content_inner.separate_48 {
  padding: 0;
}

.in_content_box .content_inner.separate_48 .sep {
  width: 48%;
}

@media (max-width: 480px) {
  .in_content_box .content_inner.separate_48 .sep {
    width: 100%;
    margin-bottom: 0;
  }
}

.in_content_box .content_inner ul li {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  position: relative;
}

.in_content_box .content_inner ul li::before {
  width: 20px;
  height: 20px;
  background: url(../img/check.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media (max-width: 480px) {
  .in_content_box .content_inner ul li {
    font-size: 1.4rem;
    padding: 0 0 0 23px;
  }
  .in_content_box .content_inner ul li::before {
    width: 18px;
    height: 18px;
  }
}

.contents_set {
  margin: 50px 0;
}

.contents_set:nth-of-type(1) {
  background: url(../img/contents1-img01-pc.png) no-repeat top 10px center;
}

.contents_set:nth-of-type(2) {
  background: url(../img/contents1-img02-pc.png) no-repeat top 10px center;
}

.contents_set:nth-of-type(3) {
  background: url(../img/contents1-img03-pc.png) no-repeat top 10px center;
}

.contents_set_inner {
  margin: 0 auto;
  width: 1020px;
}

.contents_set_inner:after {
  content: "";
  display: block;
  clear: both;
}

.contents_set_detail {
  width: 450px;
  height: 430px;
  padding: 40px 0;
}

.contents_set:nth-of-type(even) .contents_set_detail {
  float: right;
}

.contents_set_title {
  color: #55b55c;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 20px;
  padding: 40px 0 0;
  max-width: 1020px;
  position: relative;
}

.contents_set_title::before {
  width: 36px;
  height: 38px;
  background: url(../img/icon02-pc.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .contents_set_title {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto 20px;
  }
  .contents_set_title::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contents_set p {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .contents_set p {
    margin-bottom: 20px;
  }
}

.contents_set .btn_base {
  margin: 0;
}

@media (max-width: 480px) {
  .contents_set .btn_base {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .contents_set {
    padding: 0 0 55%;
  }
  .contents_set:not(:last-child) {
    margin: 30px 0 40px;
  }
  .contents_set:nth-of-type(1) {
    background: url(../img/contents1-img01-sp.png) no-repeat bottom center/100%;
  }
  .contents_set:nth-of-type(2) {
    background: url(../img/contents1-img02-sp.png) no-repeat bottom center/100%;
  }
  .contents_set:nth-of-type(3) {
    background: url(../img/contents1-img03-sp.png) no-repeat bottom center/100%;
  }
  .contents_set_inner {
    width: 100%;
    padding: 0 15px;
  }
  .contents_set_detail {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .contents_set:nth-of-type(even) .contents_set_detail {
    float: none;
  }
  .contents_set_head:after {
    content: "";
    display: block;
    clear: both;
  }
  .contents_set_head_inner {
    margin: 0 0 15px;
    padding: 10px 20px 20px;
    width: 70%;
  }
  .contents_set:nth-of-type(even) .contents_set_head_inner {
    float: right;
  }
  .contents_set_main {
    font-size: 0.95rem;
    line-height: 1.3;
  }
  .contents_set_message {
    font-size: 0.85rem;
    line-height: 1.8;
  }
  .contents_set:nth-of-type(even) .contents_set_message {
    padding: 0;
  }
  .contents_set:nth-of-type(odd) .contents_set_message {
    padding: 0;
  }
}

.icon_list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .icon_list {
    display: block;
  }
}

.icon_list .icon_list_set {
  width: calc(94% / 3);
  padding: 30px 20px;
  background: #edf5e6;
  position: relative;
}

.icon_list .icon_list_set:not(:nth-child(3n)) {
  margin-right: 3%;
}

.icon_list .icon_list_set .icon {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.icon_list .icon_list_set .icon_list_set_title {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}

.icon_list .icon_list_set .icon_list_set_title span {
  color: #55b55c;
  font-size: 2rem;
}

.icon_list .icon_list_set p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .icon_list .icon_list_set {
    width: auto;
    margin-bottom: 15px;
    padding: 20px;
    border-right: none;
  }
  .icon_list .icon_list_set:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .icon_list .icon_list_set .icon {
    margin-bottom: 5px;
  }
  .icon_list .icon_list_set .icon img {
    max-width: 100%;
    zoom: 0.7;
  }
  .icon_list .icon_list_set .icon_list_set_title {
    margin-bottom: 10px;
  }
}

.flow .flow_set {
  margin-bottom: 60px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flow .flow_set .flow_set_image {
  line-height: 1;
  width: 30%;
}

.flow .flow_set .flow_set_msg {
  width: 70%;
  padding: 15px 30px 20px;
}

.flow .flow_set .flow_set_msg .flow_set_title {
  color: #2e9648;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-indent: -32px;
  padding-left: 32px;
}

.flow .flow_set .flow_set_msg .flow_set_title span {
  font-size: 2.2rem;
  margin-right: 10px;
}

.flow .flow_set .flow_set_msg p {
  margin-bottom: 0;
}

.flow .flow_set::before {
  border: 40px solid transparent;
  border-top: 40px solid #fff;
  height: 0;
  width: 0;
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "　";
  position: absolute;
  left: 50%;
  bottom: -80px;
}

.flow .flow_set:last-child::before {
  content: none;
}

@media (max-width: 480px) {
  .flow .flow_set {
    margin-bottom: 40px;
    display: block;
  }
  .flow .flow_set .flow_set_image {
    width: auto;
  }
  .flow .flow_set .flow_set_image img {
    width: 100%;
  }
  .flow .flow_set .flow_set_msg {
    width: auto;
    padding: 15px 20px 20px;
  }
  .flow .flow_set .flow_set_msg .flow_set_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .flow .flow_set .flow_set_msg .flow_set_title span {
    font-size: 2rem;
  }
  .flow .flow_set::before {
    border: 30px solid transparent;
    border-top: 30px solid #fff;
    bottom: -60px;
  }
}

p.name {
  font-size: 2rem;
}

@media (max-width: 480px) {
  p.name {
    font-size: 1.8rem;
    text-align: right;
  }
}

p.note {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.works_category_list {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .works_category_list {
    margin-bottom: 30px;
  }
}

.works_category_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works_category_list ul li {
  margin: 0 10px 10px;
}

@media (max-width: 480px) {
  #contents .works_category_list ul li {
    width: 100%;
    margin: 0;
  }
  #contents .works_category_list ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.works_category_list ul li a {
  color: #444;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  min-width: 100px;
  padding: 10px 35px 10px 20px;
  display: block;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 480px) {
  .works_category_list ul li a {
    padding: 10px 35px;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .works_category_list ul li a:hover {
    opacity: 0.7;
  }
}

.works_category_list ul li a::before {
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  height: 0;
  width: 0;
  display: block;
  content: "　";
  position: absolute;
  margin-top: -3px;
  top: 50%;
  right: 12px;
}

.works_category_list ul li.all a {
  background: #a5a5a5;
}

.works_category_list ul li.renovation a {
  background: #568334;
}

.works_category_list ul li.new-construction a {
  background: #93d34f;
}

.works_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .works_block {
    display: block;
  }
}

.works_block_set {
  width: 326px;
  margin: 0 21px 0 0;
}

.works_block_set:nth-child(3n), .works_block_set:last-child {
  margin-right: 0;
}

.works_block_set:nth-child(n + 4) {
  margin-top: 21px;
}

@media (max-width: 480px) {
  #contents .works_block_set {
    width: 100%;
    margin: 0;
  }
  #contents .works_block_set:not(:last-child) {
    margin-bottom: 15%;
  }
}

.works_block_set:nth-child(n + 4) {
  margin-top: 55px;
}

.works_block_set a {
  color: #444;
  text-decoration: none;
  color: #393939;
  position: relative;
  z-index: 1;
  padding-top: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

@media (max-width: 480px) {
  .works_block_set a {
    display: block;
    padding-top: calc(69% - 35px);
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .works_block_set a:hover .works_block_title {
    color: #a1a1a1;
  }
  .works_block_set a:hover .works_block_place {
    color: #b3b3b3;
  }
}

.works_block_image {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 225px;
  overflow: hidden;
  /*　カスタマイズ　*/
  background: #797979;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.works_block_image img {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .works_block_image:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 480px) {
  #page .works_block_image {
    width: 100%;
    padding-top: 69%;
    height: 0;
    position: relative;
    display: block;
  }
}

.works_block_image img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .works_block_image img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  #page .works_block_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 480px) {
  #contents .works_block_image {
    position: absolute;
  }
}

.works_block_image span.category {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  width: 100px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 0;
  padding: 2px 0 3px;
}

@media (max-width: 480px) {
  .works_block_image span.category {
    font-size: 1.3rem;
    width: 90px;
    padding: 0 0 1px;
  }
}

.works_block_image span.category.renovation {
  background: #568334;
}

.works_block_image span.category.new-construction {
  background: #93d34f;
}

.works_block_detail {
  border: solid #f3f3f3;
  border-width: 0 1px 1px;
  padding: 20px 25px;
  width: 90%;
  background: #fff;
}

@media (max-width: 480px) {
  .works_block_detail {
    padding: 15px 20px;
  }
}

.works_block_place, .works_block_title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .works_block_place, .works_block_title {
    -webkit-transition: unset;
    transition: unset;
  }
}

.works_block_title {
  font-size: 1.5rem;
  color: #424242;
  margin: 0 0 5px;
}

.works_block_place {
  color: #888888;
  font-size: 1.4rem;
}

.works_section {
  padding: 80px 0;
  background: url(../img/background-img01-01-pc.png) left top/30% no-repeat, url(../img/background-img01-02-pc.png) right top/30% no-repeat;
}

@media (max-width: 480px) {
  .works_section {
    padding: 40px 10px 80px;
    background: url(../img/background-img01-01-sp.png) left top/40% no-repeat, url(../img/background-img01-02-sp.png) right top/40% no-repeat;
  }
}

.works_section_heading {
  margin: 0 auto;
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #55b55c;
}

@media (max-width: 480px) {
  .works_section_heading {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.works_section_title {
  font-size: 2rem;
  line-height: 1.3;
  width: 850px;
  margin-right: 50px;
}

@media (max-width: 480px) {
  .works_section_title {
    font-size: 1.6rem;
    width: calc(100% - 105px);
    margin-right: 15px;
  }
}

.works_section_title span {
  font-size: 1.6rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .works_section_title span {
    font-size: 1.3rem;
  }
}

.works_section_category {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 10px 9px;
  line-height: 1.3;
  width: 120px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .works_section_category {
    font-size: 1.2rem;
    padding: 3px 10px 5px;
    width: 90px;
  }
}

.works_section_category.renovation {
  background: #568334;
}

.works_section_category.new-construction {
  background: #93d34f;
}

.works_section_inner {
  margin: 0 auto;
  width: 1020px;
}

@media (max-width: 480px) {
  .works_section_inner {
    width: 100%;
  }
}

.works_section_image {
  margin-bottom: 50px;
}

.works_section_image:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 480px) {
  .works_section_image {
    margin-bottom: 35px;
  }
}

.works_section_image li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  outline: none;
  cursor: pointer;
}

.works_section_image #main_image {
  width: 730px;
  float: left;
}

@media (max-width: 480px) {
  .works_section_image #main_image {
    margin-bottom: 15px;
    width: 100%;
    float: none;
  }
}

.works_section_image #main_image li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 510px;
  overflow: hidden;
  /*　カスタマイズ　*/
  background: #797979;
  background: #ccc;
}

@media (max-width: 480px) {
  #page .works_section_image #main_image li {
    width: 100%;
    padding-top: 63.5vw;
    height: 0;
    position: relative;
    display: block;
  }
}

.works_section_image #main_image li img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .works_section_image #main_image li img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  #page .works_section_image #main_image li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.works_section_image #main_image .custom-slick-prev,
.works_section_image #main_image .custom-slick-next {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 480px) {
  .works_section_image #main_image .custom-slick-prev,
  .works_section_image #main_image .custom-slick-next {
    width: 20px;
    height: 40px;
    margin-top: -20px;
  }
}

.works_section_image #main_image .custom-slick-prev::after,
.works_section_image #main_image .custom-slick-next::after {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg) scale(0.7, 0.7);
          transform: rotate(45deg) scale(0.7, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #80c100;
}

@media (max-width: 480px) {
  .works_section_image #main_image .custom-slick-prev::after,
  .works_section_image #main_image .custom-slick-next::after {
    border-width: 5px;
  }
}

.works_section_image #main_image .custom-slick-prev {
  right: 830px;
}

@media (max-width: 480px) {
  .works_section_image #main_image .custom-slick-prev {
    right: calc(100% - 2.5vw);
  }
}

.works_section_image #main_image .custom-slick-prev::after {
  left: 0;
}

.works_section_image #main_image .custom-slick-next {
  left: 830px;
}

@media (max-width: 480px) {
  .works_section_image #main_image .custom-slick-next {
    left: calc(100% - 2.5vw);
  }
}

.works_section_image #main_image .custom-slick-next::after {
  right: 0;
}

.works_section_image #thunmnail_list {
  width: 250px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .works_section_image #thunmnail_list {
    width: 100%;
    float: none;
  }
}

.works_section_image #thunmnail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 120px;
  height: 120px;
  overflow: hidden;
  /*　カスタマイズ　*/
  background: #797979;
  background: #ccc;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 480px) {
  #page .works_section_image #thunmnail_list li {
    width: 23.5%;
    padding-top: 23.5%;
    height: 0;
    position: relative;
    display: block;
  }
}

.works_section_image #thunmnail_list li img {
  max-width: 100%;
  max-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .works_section_image #thunmnail_list li img {
    width: 100%;
    max-height: none;
  }
}

@media (max-width: 480px) {
  #page .works_section_image #thunmnail_list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 480px) {
  #contents .works_section_image #thunmnail_list li {
    margin: 0 2% 0 0;
  }
  #contents .works_section_image #thunmnail_list li:nth-child(4n) {
    margin-right: 0;
  }
  #contents .works_section_image #thunmnail_list li:nth-child(n + 5) {
    margin-top: 2%;
  }
}

.works_section_image #thunmnail_list li::after {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .works_section_image #thunmnail_list li::after {
    -webkit-transition: unset;
    transition: unset;
  }
}

.works_section_image #thunmnail_list li:nth-child(2n) {
  margin-right: 0;
}

.works_section_image #thunmnail_list li:nth-child(n + 3) {
  margin-top: 10px;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .works_section_image #thunmnail_list li.thumbnail-current:hover {
    cursor: default;
  }
}

.works_section_image #thunmnail_list li.thumbnail-current::after {
  opacity: 1;
  background: rgba(85, 181, 92, 0.2);
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .works_section_image #thunmnail_list li:not(.thumbnail-current):hover::after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
}

.works_section_table {
  margin-bottom: 60px;
}

.works_section_table table {
  width: 100%;
}

@media (max-width: 480px) {
  .works_section_table table {
    border: 0;
  }
}

.works_section_table table td,
.works_section_table table th {
  font-weight: normal;
  padding: 25px 16px;
}

@media (max-width: 480px) {
  .works_section_table table td,
  .works_section_table table th {
    border: 0;
    padding: 12px;
    display: block;
  }
}

.works_section_table table tbody th {
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #55b55c;
  width: 28%;
}

@media (max-width: 480px) {
  .works_section_table table tbody th {
    color: #fff;
    border: none;
    width: 100%;
    background: #55b55c;
  }
}

.works_section_table table tbody td {
  padding: 0 40px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 480px) {
  .works_section_table table tbody td {
    border: none;
    margin-bottom: 10px;
    padding: 12px;
  }
}

#PageList {
  width: 700px;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media (max-width: 480px) {
  #contents #PageList {
    width: 100%;
    padding: 10px 0 50px;
  }
}

#PageList:after {
  content: "";
  display: block;
  clear: both;
}

#PageList li:not(.pagelist) {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #PageList li:not(.pagelist) {
    width: 10%;
  }
}

@media (max-width: 480px) {
  #PageList li:not(.pagelist) span {
    display: none;
  }
}

#PageList li:not(.pagelist) a {
  display: inline-block;
  text-decoration: none;
  color: #55b55c;
  position: relative;
}

#PageList li:not(.pagelist) a::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#PageList li:not(.pagelist) a:hover {
  text-decoration: underline;
  color: #568334;
}

@media (max-width: 480px) {
  #PageList li:not(.pagelist) a:hover {
    text-decoration: none;
    color: #55b55c;
  }
}

#PageList li.prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: left;
}

#PageList li.prev a {
  padding-left: 30px;
}

#PageList li.prev a::after {
  border-right: 15px solid #55b55c;
  left: -5px;
}

#PageList li.prev a:hover::after {
  border-right-color: #568334;
}

@media (max-width: 480px) {
  #PageList li.prev a:hover::after {
    border-right-color: #55b55c;
  }
}

#PageList li.prev + .pagelist {
  float: left;
}

#PageList li.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: right;
}

#PageList li.next a {
  padding-right: 30px;
}

#PageList li.next a::after {
  border-left: 15px solid #55b55c;
  right: -5px;
}

#PageList li.next a:hover::after {
  border-left-color: #568334;
}

@media (max-width: 480px) {
  #PageList li.next a:hover::after {
    border-left-color: #55b55c;
  }
}

#PageList li.next + .pagelist {
  float: right;
}

#PageList li.pagelist {
  width: 500px;
  text-align: center;
}

@media (max-width: 480px) {
  #PageList li.pagelist {
    width: 80%;
  }
}

#PageList li.pagelist:only-child {
  margin: 0 auto;
}

#PageList li.pagelist > span,
#PageList li.pagelist > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  height: 41px;
  line-height: 1;
  border: 1px solid #ccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0 10px;
}

#PageList li.pagelist > span {
  background: #55b55c;
  color: #fff;
}

#PageList li.pagelist > a {
  background: #fff;
  color: #55b55c;
}

#PageList li.pagelist > a:hover {
  background: #fbf75e;
}

@media (max-width: 480px) {
  #PageList li.pagelist > a:hover {
    background: #fff;
  }
}

.nothing_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.7rem;
  padding: 50px 0 100px;
}

@media (max-width: 480px) {
  #contents .nothing_text {
    text-align: left;
    font-size: 1.5rem;
    padding: 25px 0 50px;
  }
}
/*# sourceMappingURL=contents.css.map */