.contents {
  width: 1100px;
  margin: 0 auto;
}

.contents h1 {
  font-weight: normal;
  font-size: 30px;
  margin-top: 40px;
}

h3{
  border-left: solid 8px #46B79B;
}

h4{
  background-color: #46B79B;
}

h6{
  color: #000;
}

.h2{
  margin-top: 100px;
  margin-bottom: 30px;
}

.contents-in {
  box-shadow: 0 0 10px #aaa;
  padding: 10px 50px;
  text-align: left;
  border-radius: 10px;
  padding-bottom: 80px;
  margin-bottom: 100px;
}

.hapihapi-photo{
  margin-top: 40px;
}

.hapihapi-photo p{
  text-align: center;
  margin-top: 5px;
}

.hapihapi-photo div img{
  width: 100%;
}

.number-color{
  color: #46B79B;
}

.baby-food-sec > p{
  margin: 0;
  margin-bottom: 50px;
}

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

.flex h4{
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.solid{
  border: solid 1px #d3d3d3;
  text-align: center;
  position: relative;
}

.solid p{
  background-color: #F5A043;
  color: #fff;
  width: 180px;
  font-size: 16px;
  position: absolute;
  margin: 0;
  top: 0;
  line-height: 1.25;
  padding: 5px 0;
}

/* .solid > .w150{
  margin-left: 80px;
}

.solid > .w100{
  margin-left: 30px;
}

.solid div{
  position: relative;
}

.solid div > img{
  position: absolute;
  width: 110px;
  top: -90px;
  left: 35px;
} */

/* .solid div > img:nth-child(2){
  width: 100px;
  top: -70px;
} */

.w100{
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

.text div:nth-child(2){
  text-align: center;
}

.text div img{
  margin: 0;
}

.text div img:nth-child(2){
  margin-bottom: 20px;
}

.text div img:nth-child(3){
  margin-left: -20px;
}

.baby-food{
  width: calc(100% * 0.48);
}

.baby-food h4{
  font-size: 18px;
  margin: 5px 0 15px 0;
}

.baby-food h6{
  margin-top: 10px;
  border-left: solid 8px #46B79B;
}

.top{
  margin-top: 20px;
}

.coop{
  width: 50px;
}

.message{
  width: calc(100% * 0.28);
  border: solid 2px #009B74;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  background-color: #FFFDE3;
}

.message-div{
  margin-top: 80px;
}

.message div{
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}

.message div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #009B74;
}

.message p{
  margin-top: 50px;
}

.catalog-div{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.catalog-div p{
  margin: 0;
}

.catalog > div > p{
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
}

.catalog-div div:first-of-type{
  width: calc(100% * 0.55);
}

.udon{
  border: solid 1px #d3d3d3;
  width: calc(100% * 0.41);
  text-align: center;
}

.udon img{
  margin: 20px 0;
}

.catalog .catalog-div:last-child{
  margin-top: 50px;
}

.itudemo{
  text-align: right;
}

.itudemo img{
  border: solid 1px #d3d3d3;
  width: 180px;
}