#main {
  margin-top: 26px;
  height: 653px;
  background: #ededed url(/images/main.avif) no-repeat center center;
  background-size: cover;
}
#main p {
  width: 70%;
  margin: 0px auto;
  text-align: right;
}
#main p img {
  margin-top: 205px;
  border-left: 1px solid #000;
  padding-left: 100px;
}
@media screen and (max-width: 945px) {
  #main {
    background: #ededed url(/images/mains.avif) no-repeat center center;
    margin-top: 58px;
    height: 300px;
  }
  #main p {
    width: 50%;
    margin: 0px auto;
    text-align: right;
  }
  #main p img {
    margin-top: 20px;
    margin-right: -60px;
    border-left: none;
    width: auto;
    height: 260px;
  }
}
@media screen and (max-width: 480px) {
  #main {
    background: #ededed no-repeat center center;
    background-image: url(/images/mains480.avif);
    background-image: image-set(url(/images/mains480.avif) 1x, url(/images/mains960.avif) 2x);
    background-image: -webkit-image-set(url(/images/mains480.avif) 1x, url(/images/mains960.avif) 2x);
    margin-top: 58px;
    height: 220px;
  }
  #main p img {
    margin-top: 10px;
    height: 188px;
  }
}
@media screen and (max-height: 600px) {
  #main {
    margin-top: 58px;
  }
}
@media screen and (min-width: 928px) and (min-height: 600px) {
  #main {
    margin-top: 130px;
  }
}
/* info */
.info {
  padding: 0 0 50px 0;
  margin: 0 auto;
  height: 28px;
  font-weight: bold;
  font-size: 24px;
  display: table;
}
.infoleft {
  float: left;
  margin-right: 2em;
  padding-left: 20px;
}
.inforight {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
@media screen and (max-width: 925px) {
  .info {
    padding: 20px 0;
    height: 18px;
    font-size: 14px;
  }
}
/* home1 */
#home1 {
  margin: 60px auto;
  padding: 2px 18px;
}
#home1 li {
  width: 47%;
  float: left;
}
#home1 li:last-child {
  float: right;
}
#home1 h2 {
  float: left;
}

#home1 dl {
  border-left: 1px solid #000;
  margin-left: 63px;
  padding-left: 40px;
}
#home1 dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
#home1 dd {
  line-height: 2;
}
@media screen and (max-width: 928px) {
  #home1 {
    margin: 30px 4px;
  }
  #home1 li,
  #home1 li:last-child {
    width: auto;
    float: none;
    margin: 0px 6px 30px;
  }
  #home1 li:last-child {
    margin-bottom: 0px;
  }
  #home1 h2 img {
    width: 22px;
    height: auto;
  }
  #home1 dl {
    margin-left: 36px;
    padding-left: 14px;
  }
  #home1 dt {
    /*        margin-left: 36px;*/
    padding-left: 15px;
  }
  #home1 dd {
    line-height: 1.8;
  }
}
/* home3 */
#home3 {
  width: 72%;
  margin: 0px auto;
  padding: 50px 0px 10px;
}
#home3 h2 {
  text-align: center;
  background: url(/images/line1.png) no-repeat center bottom;
  padding: 0px 0px 30px;
  margin: 0px 0px 40px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}
#home3 p {
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 928px) {
  #home3 {
    width: auto;
    margin: 0px 20px;
    padding: 30px 0px 10px;
  }
  #home3 h2 {
    padding: 0px 0px 20px;
    margin: 0px 0px 20px;
    line-height: 1.6;
    font-size: 17px;
  }
  #home3 p {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
