#yomogi * {
  box-sizing: border-box;
}
#yomogi img {
  width: 100%;
  height: auto;
}
#yomogi .yomogi_about {
  width: 100%;
  min-height: 314px;
  padding: 3%;
  background: url(../img/yomogi/bg1.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_about {
    position: relative;
    z-index: 1;
    padding-bottom: 10%;
    background: url(../img/yomogi/bg1_s.png) no-repeat center bottom;
    background-size: cover;
  }
}
#yomogi .yomogi_about .about_body {
  padding: 5%;
  background: url(../img/yomogi/bg5.png) no-repeat center top;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 769px) {
  #yomogi .yomogi_about .about_body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_about .about_body {
    padding: 10% 5%;
  }
}
#yomogi .yomogi_about .about_body div {
  width: 75%;
  margin-left: 2%;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_about .about_body div {
    width: 100%;
    margin: 0 auto;
  }
}
#yomogi .yomogi_about .about_body div p img {
  float: left;
  width: 30%;
  margin-right: 3%;
}
#yomogi .yomogi_about .about_pic {
  width: 25%;
}
#yomogi .yomogi_about h3 {
  width: auto;
  height: 22px;
  margin-bottom: 10px;
}
#yomogi .yomogi_about h3 img {
  width: auto;
  height: 100%;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_about h3 {
    margin-bottom: 15px;
    text-align: center;
  }
}
#yomogi .yomogi_about p {
  font-size: 13px;
}
#yomogi .yomogi_point {
  padding: 30px 0;
  background: url(../img/yomogi/bg2.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point {
    margin-top: -9%;
    padding: 15% 0 5%;
    background: url(../img/yomogi/bg2_s.jpg) no-repeat center top;
    background-size: cover;
  }
}
#yomogi .yomogi_point h2 {
  width: 230px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point h2 {
    width: 40%;
  }
}
#yomogi .yomogi_point .point_item {
  position: relative;
  width: 90%;
  height: 140px;
  margin: 20px auto 0;
  padding: 3% 5% 2.5%;
  background-color: rgba(231, 234, 229, 0.9);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item {
    height: auto;
    padding: 3% 5%;
  }
}
#yomogi .yomogi_point .point_item h3 {
  width: auto;
  height: 46px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item h3 {
    height: 35px;
    margin: 0 auto 30px;
    text-align: center;
  }
}
#yomogi .yomogi_point .point_item h3 img {
  width: auto;
  height: 100%;
}
#yomogi .yomogi_point .point_item .point_item_pic {
  position: absolute;
  top: 0;
  width: 220px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item .point_item_pic {
    top: auto;
    bottom: 0;
    width: 40%;
  }
}
#yomogi .yomogi_point .point_item .txt {
  font-size: 13px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item .txt {
    font-size: 2.8vw;
  }
}
#yomogi .yomogi_point .point_item:nth-child(even) {
  padding-left: 250px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item:nth-child(even) {
    padding-left: 5%;
  }
  #yomogi .yomogi_point .point_item:nth-child(even) .txt {
    padding-left: 35%;
  }
}
#yomogi .yomogi_point .point_item:nth-child(even) .point_item_pic {
  left: 0;
}
#yomogi .yomogi_point .point_item:nth-child(odd) .point_item_pic {
  right: 0;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_point .point_item:nth-child(odd) .txt {
    padding-right: 35%;
  }
}
#yomogi .yomogi_topic {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  background: url(../img/yomogi/bg3.jpg) no-repeat center top;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic {
    flex-direction: column;
    padding: 8% 5% 5%;
    background: url(../img/yomogi/bg3_s.jpg) no-repeat center top;
    background-size: cover;
  }
}
#yomogi .yomogi_topic div {
  width: 68%;
  padding: 3% 0;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic div {
    width: 100%;
  }
}
#yomogi .yomogi_topic h2 {
  width: auto;
  height: 27px;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic h2 {
    text-align: center;
  }
}
#yomogi .yomogi_topic h2 img {
  width: auto;
  height: 100%;
}
#yomogi .yomogi_topic .yomogi_topic_pic {
  width: 30%;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_topic .yomogi_topic_pic {
    width: 50%;
  }
}
#yomogi .yomogi_topic .txt {
  font-size: 13px;
}
#yomogi .yomogi_other {
  padding: 2.5% 5% 5%;
  background: url(../img/yomogi/bg4.jpg) no-repeat center top;
  background-size: cover;
}
#yomogi .yomogi_other_about {
  position: relative;
  padding: 58px 0 0 330px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_about {
    padding: 8% 0 5%;
  }
  #yomogi .yomogi_other_about h2 {
    width: auto;
    height: 26px;
    margin: 0 auto;
    text-align: center;
  }
  #yomogi .yomogi_other_about h2 img {
    width: auto;
    height: 100%;
  }
}
#yomogi .yomogi_other_about .yomogi_other_about_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 324px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_about .yomogi_other_about_pic {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
#yomogi .yomogi_other_about .txt {
  margin: 10px auto;
  text-align: center;
  font-size: 13px;
}
#yomogi .yomogi_howto {
  width: 100%;
  padding: 2% 0 3%;
  background-color: rgba(0, 110, 128, 0.7);
}
#yomogi .yomogi_howto h3, #yomogi .yomogi_howto p {
  text-align: center;
  color: #fff;
}
#yomogi .yomogi_howto h3::before, #yomogi .yomogi_howto h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 1px;
  margin: 0 10px;
  background-color: #fff;
}
#yomogi .yomogi_howto p {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}
#yomogi .yomogi_other_osusume {
  margin-top: 50px;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_osusume {
    margin-top: 5%;
  }
}
#yomogi .yomogi_other_osusume h2 {
  width: auto;
  height: 38px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_osusume h2 {
    height: 30px;
  }
}
#yomogi .yomogi_other_osusume h2 img {
  width: auto;
  height: 100%;
}
#yomogi .yomogi_other_osusume ul {
  width: 60%;
  margin: 0 auto;
  padding: 3% 12%;
  background-color: rgba(231, 234, 229, 0.9);
}
@media print, screen and (max-width: 768px) {
  #yomogi .yomogi_other_osusume ul {
    width: 100%;
  }
}
#yomogi .yomogi_other_osusume li {
  position: relative;
  padding: 3px 5px 3px 30px;
  font-weight: bold;
  font-size: 14px;
  color: #595757;
  border-bottom: dotted 3px #fff;
}
#yomogi .yomogi_other_osusume li:last-child {
  border: none;
}
#yomogi .yomogi_other_osusume li img {
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
}
