section.feat {
  min-height: 400px;
  padding: 0;
  padding-bottom: 0;
}
section.feat .content {
  padding-bottom: 80px;
}
.feat .bg {
  background: url("./../../image/feat/feat_header.png") top / contain repeat;
  background-size: auto 200px;
}
.linkitems {
  gap: 1rem;
  width: 700px;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 30px auto;
}
.linkitem {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 150px;
  padding: 2px 8px;
  width: 220px;
  flex: 0 0 220px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.linkitem:hover {
  opacity: 1;
  background-color: #f0f0f0;
}
.feattext{
  min-height: 8rem;
}
.bold.center {
  font-size: 18px;
  margin-bottom: 1rem;
}
h3 {
  border-bottom: #34d8bf 3px solid;
  font-weight: 300px;
  max-width: 300px;
  width: 80%;
  margin: 50px auto 1rem;
  text-align: center;
  padding: 20px 0;
}
.midashiimg {
  max-width: 140px;
  max-height: 64px;
  width: auto;
  height: auto;
  margin: 20px auto;
  display: block;
}
.text {
  margin-top: 20px;
  gap: 2rem;
  flex-direction: column;
}
.yoyakuimg{
  width: 560px;
}
.imagearea {
  margin: 0 auto;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.imagearea.small {
  min-height: auto;
  max-width: 120px;
  max-height: 70px;
}
.imagearea.midium {
  max-width: 260px;
  min-height: 280px;
}
.imagearea.small img {
  max-width: 120px;
  max-height: 70px;
}
.featitems {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  gap: 3rem;
}
.featitem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto 30px;
}
.featitems.oneitem .featitem {
}
.featitems.oneitem .featitem .imagearea {
  min-height: auto;
}
.featitems.twoitem .featitem {
  flex: 0 1 48%;
}
.featitems.threeitem .featitem {
  flex: 0 1 30%;
}
.featitems.threeitem h3 {
  margin-bottom: 0;
  width: 100%;
}
.caption {
  font-size: 12px;
  line-height: 1rem;
  position: relative;
  padding-left: 1.3rem;
}
.caption::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 740px) {
  .yoyakuimg{
  width: 100%;
}
  section.feat {
    min-height: auto;
    padding: 0;
    margin-bottom: 0;
  }
  .linkitems {
    flex-wrap: nowrap;
    height: 40px;
    margin: 1rem auto;
  }
  section.feat .content {
    padding: 0;
  }
  p {
    padding: 0 1rem;
  }
  .text {
    width: 100%;
  }
  .featitems {
    flex-direction: column;
  }
  .feattext{
    min-height: auto;
    padding-bottom: 1rem;
  }
}
