main {
  display: block;
  padding: 65px 0;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #3c3e24;
}
.m_green {
  color: #777e41;
}
.m_red {
  color: #f86459;
}

.main_eyecatch_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
.main_eyecatch_area h2 {
  padding: 50px 0 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.main_eyecatch_area figure {
  text-align: center;
  margin-bottom: 20px;
}
.main_eyecatch_area img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}
.main_eyecatch_area h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #3c3e24;
  margin-bottom: 20px;
}

.main_recommend_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

.main_area_title {
  padding: 50px 0 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

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

.recommend_list article {
  display: block;
  width: calc(100% / 3);
  max-width: 300px;
  color: #595757;
}
.recommend_list article:hover {
  opacity: 0.7;
}
.recommend_list article img {
  display: inline-block;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}
.recommend_list article h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0px;
}
.recommend_list article a {
  text-decoration: none;
  color: #3c3c3c;
}
.recommend_list article .recommend_tag {
  text-decoration: none;
  width: 100%;
}
.recommend_list article .recommend_tag span {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  padding-right: 10px;
  display: inline-block;
}

.bottom_breadcrumb {
  padding: 15px 50px;
  background: #f8f8f8;
}
#breadcrumb {
  margin: 0 auto;
  max-width: 1040px;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #ababab;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #777e41;
}
#breadcrumb ul .fa-angle-right {
  margin: 0 10px;
  color: #ababab;
}

@media screen and (max-width: 1024px) {
  main {
    padding: 65px 25px 0;
  }
  .recommend_list {
    justify-content: space-evenly;
  }
  .recommend_list article {
    width: calc(100% / 2);
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  main {
    padding: 65px 15px;
  }
  .main_eyecatch_area h2 {
    font-size: 22px;
  }
  .main_eyecatch_area h3 {
    font-size: 16px;
    text-align: left;
  }
  .main_eyecatch_area h3 br {
    display: none;
  }
  .main_area_title {
    padding: 30px 0 0;
    font-size: 20px;
  }
  .recommend_list {
    justify-content: center;
  }
  .recommend_list article {
    width: 100%;
    margin-bottom: 32px;
  }
  .recommend_list article img {
    height: 180px;
  }
  .bottom_breadcrumb {
    padding: 15px 10px;
  }
}
