@charset "UTF-8";
@import "../../common/main.css";
@import "../style.css";

.syouni_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 79%;
  margin: auto !important;
}
.syouni_menu li {
  list-style: none;
  width: calc(100% / 2 - 10px);
}
.syouni_menu a.btn{
  width: 100%;
}
.dr_list {
  display: flex;
  flex-wrap: wrap;
}
.main section .dr + .dr {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.dr_list .dr {
  width: 500px;
  padding: 10px;
  border-bottom: 1px dotted #000;
}
.dr_list .dr:nth-child(odd) {
  border-right: 1px dotted #000;
}
.dr_list .dr:last-child {
  border-bottom: none;
}
.main section .dr_list .dr > div:first-child {
  margin: 40px 20px;
}
.main section .dr_list .dr > div {
  width: 100%;
}

.topics_bnr {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.topics_bnr a {
  display: block;
  width: calc(100% / 3 - 2%);
}
.topics_bnr a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .syouni_menu {
    width: 100%;
    flex-wrap: wrap;
    margin: auto;
    font-size: 14px;
  }

  .topics_bnr {
    flex-wrap: wrap;
  }
  .topics_bnr a {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1663px) {
  .dr_list .dr:nth-child(odd) {
    border-right: none;
  }
}
.newborn_h3{
  padding-top: 30px;
}
.newborn-flex{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 10px;
}
.newborn-flex img{
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .newborn-flex{
    justify-content: center;
}
  .newborn-flex img{
  width: 100%;
  max-width: 380px;
}
}
.newborn-flex02 img{
  width: 100%;
  max-width: 400px;
}
.newborn-bold{
  font-weight: bold;
}