section {
  margin-bottom: 1.5rem;
}
.home header {
  margin-bottom: 0;
}

/* mainimg */
#mainimg {
  margin-bottom: 50px;
}
.post img {
  width: 100%;
}
.post .topimage1 .concept {
  position: absolute;
  top: 15%;
  left: 9%;
  width: 85%;
}
.post .topimage1 .word {
  width: 35%;
  position: absolute;
  top: 15px;
  right: 15px;
}
.slick-dots {
  bottom: -50px;
}
.slick-dots li button:before {
  font-size: 2rem;
}

/* trouble */
.trouble-list {
  margin: 0 -0.2rem;
}
.trouble-list .trouble-item {
  padding: 0.2rem;
  text-align: center;
}
.trouble-list .trouble-item a {
  display: block;
  font-weight: 500;
  padding: 0.8rem 0.5rem;
  text-decoration: none;
}
.trouble-list .trouble-item a:before {
  background: linear-gradient(
    0deg,
    rgba(250, 220, 230, 1) 0%,
    rgba(250, 220, 230, 0.5) 40%,
    rgba(250, 220, 230, 0.2) 60%
  );
  border: #eb6e82 1px solid;
  border-radius: 0.5rem;
}
.trouble-list .trouble-item a:after {
  background: linear-gradient(
    0deg,
    rgba(220, 150, 150, 0.8) 0%,
    rgba(220, 150, 150, 0.5) 40%,
    rgba(220, 150, 150, 0.2) 60%
  );
  border: #eb6e82 1px solid;
  border-radius: 0.5rem;
}
.trouble-list .trouble-item a .bi {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  font-size: 0.5rem;
  transform: translateY(-50%);
}

/* news */
.news-list .news-item {
  border-bottom: #eb6e32 dotted 1px;
  padding: 0.7rem 0;
}
.news-list .news-item p {
  margin: 0;
}
.news-list .news-item .date {
  margin-bottom: 0.2rem;
}
.news-list .news-item .date span {
  color: #fff;
  font-size: 0.7rem;
  padding: 0.1rem 0.2rem;
  background-color: #dc0f82;
  border-radius: 0.5rem;
  margin-left: 0.3rem;
}
.news-list .news-item .link {
  text-align: center;
}
.news-list .news-item a img {
  margin-left: 0.3rem;
}

.hoken {
  padding: 0.5rem 0.7rem;
  border-top: #dc0f82 solid 2px;
  margin-top: 2rem;
}
.hoken-item {
  margin-bottom: 0.5rem;
}

/* tokushu */
.tokushu-list .tokushu-item {
  padding: 0.3rem 0rem;
  border-bottom: #eb6e32 dotted 1px;
}
.tokushu-list .tokushu-item a {
  display: block;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
}
.tokushu-list .tokushu-item a:hover {
  background-color: #eee;
}
.tokushu-list .tokushu-item a span {
  display: block;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home header {
    margin-bottom: 1rem;
  }
  #mainimg {
    margin-bottom: 40px;
  }
  .slick-dots {
    bottom: -40px;
  }
  .post .topimage1 .concept {
    position: absolute;
    top: 20%;
    left: 4%;
    width: 44.444%;
  }
  .post .topimage1 .word {
    width: 150px;
    top: 10px;
    right: 10px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
