.contents {
  background-color: #e2f1a7;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgb(226, 241, 167) 65%);
}
.contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../img/contents_bg_under.jpg), url(../img/contents_bg_under_wide.gif);
  background-repeat: no-repeat, repeat-x;
  background-position: top center;
  background-size: 1500px auto, auto 50px;
}
@media screen and (max-width: 768px) {
  .contents::before {
    height: auto;
    padding-top: 6%;
    background: url(../img/contents_bg_under_sp.jpg) no-repeat top center/contain;
  }
}
.contents .cntWrap {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contents .cntWrap {
    padding: 15px 3.5%;
    border-radius: 10px;
  }
}

.mv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 170px;
  margin: 0 auto 8px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 140px;
    border-radius: 10px;
  }
}
.mv h1 {
  padding: 0 3.5%;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    line-height: 1;
    font-size: 24px;
  }
}
.mv h1 span {
  display: block;
  font-size: 14px;
}

ul.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  min-height: 20px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb {
    margin-bottom: 30px;
  }
}
ul.breadcrumb li {
  font-size: 12px;
}
ul.breadcrumb li img {
  display: block;
  width: 18px;
}
ul.breadcrumb li a {
  line-height: 20px;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
ul.breadcrumb li span {
  line-height: 20px;
}

ul.sideList {
  float: right;
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-left: 30px;
  border: 1px solid #1ac6f1;
  border-radius: 20px;
  overflow: hidden;
}
ul.sideList li {
  width: 100%;
}
ul.sideList li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #d1d1d1;
}
ul.sideList li.categoryName {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #1ac6f1;
  color: #fff;
}
ul.sideList li:not(.categoryName) a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 10px 5%;
  font-size: 14px;
}
ul.sideList li:not(.categoryName) a:hover {
  text-decoration: underline;
}

h2 {
  text-align: center;
  position: relative;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
h2 span {
  font-size: 18px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  h2 span {
    font-size: 14px;
  }
}
h2 i {
  display: inline-flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h2 i {
    bottom: -3px;
  }
}
h2 i::before, h2 i::after {
  content: "";
  height: 1px;
}
h2 i::before {
  width: 56px;
  background-color: #e72a48;
}
@media screen and (max-width: 768px) {
  h2 i::before {
    width: 40px;
  }
}
h2 i::after {
  width: 116px;
  background-color: #f8bfc8;
}
@media screen and (max-width: 768px) {
  h2 i::after {
    width: 80px;
  }
}

.categoryCta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #fdfae4;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 768px) {
  .categoryCta {
    margin-bottom: 5%;
    border-radius: 10px;
  }
}
.categoryCta p.ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 100%;
  background-color: #75b827;
  color: #fff;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .categoryCta p.ttl {
    width: 100%;
    min-height: 50px;
  }
}
.categoryCta p.ttl::after {
  width: 22px;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.categoryCta p.ttl img {
  width: 40px;
  margin-right: 5px;
}
.categoryCta ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 190px);
  min-height: 125px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .categoryCta ul {
    width: 100%;
    min-height: 0;
    padding: 2%;
  }
}
.categoryCta ul li {
  max-width: 240px;
  width: 100%;
  margin: 14px 1%;
}
@media screen and (max-width: 768px) {
  .categoryCta ul li {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 500px) {
  .categoryCta ul li {
    width: 100%;
  }
}
.categoryCta ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid #006ed5;
  border-radius: 25px;
  color: #006ed5;
  font-size: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .categoryCta ul li a {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
.categoryCta ul li a:hover {
  background-color: #006ed5;
  color: #fff;
}
.categoryCta ul li a:hover::after {
  border-color: #fff;
}
.categoryCta ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 5%;
  border-top: 2px solid #006ed5;
  border-right: 2px solid #006ed5;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .categoryCta ul li a::after {
    margin-left: 3.5%;
  }
}

.spacer {
  margin-bottom: 0;
}

footer {
  margin-top: -25px;
}