#notice {
  
}
#notice .wrap {
  justify-content: space-between;
  padding-bottom: 120px;
}
#notice .wrap h2 {
  
}
#notice .wrap div.box {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 736px;
  height: 236px;
}
#notice .wrap div.box div.sbox {
  width: 460px;
  padding: 24px 26px 20px 30px;
  border-right: 1px solid #e4e4e4;
}
#notice .wrap div.box div.sbox div.gong {
  display: flex;
  padding-bottom: 21px;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
}
#notice .wrap div.box div.sbox div.gong h3 {
  font-weight: 500;
  line-height: 1.500em;
}
#notice .wrap div.box div.sbox div.gong a.etc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 308px;
  margin-top: 2px;
  margin-left: 28px;
}
#notice .wrap div.box div.sbox div.gong a.etc:hover {
  border-bottom: 1px solid;
}
#notice .wrap div.box div.sbox div.gong a.more {
  
}
#notice .wrap div.box div.sbox div.customer {
  
}
#notice .wrap div.box div.sbox div.customer div.custom {
  display: flex;
  padding: 19px 0 22px;
}
#notice .wrap div.box div.sbox div.customer div.custom h3 {
  line-height: 1.500em;
  font-weight: 500;
}
#notice .wrap div.box div.sbox div.customer div.custom dt {
  padding-left: 28px;
}
#notice .wrap div.box div.sbox div.customer div.custom dt p.call {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.714em;
}
#notice .wrap div.box div.sbox div.customer dt p {
  display: block;
  font-size: 14px;
  line-height: 1.714em;
}
#notice .wrap div.box div.sbox span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.714em;
}
#notice .wrap div.box div.sbox div.inquire {
  display: flex;
}
#notice .wrap div.box div.sbox div.inquire a.but {
  padding: 7px 14px;
  font-size: 14px;
  line-height: 1.429em;
  background-color: #f6f6f6;
  border-radius: 5px;
}
#notice .wrap div.box div.sbox a.but:nth-child(n+2) {
  margin-left: 10px;
}
#notice .wrap div.box div.app {
  grid-row: 1 / span2;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  width: 222px;
  text-align: center;
}
#notice .wrap div.box div.app h3 {
  display: block;
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.500em;
}
#notice .wrap div.box div.app p {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.250em;
}
#notice .wrap div.box div.app .qr {
  width: 60px;
  height: 60px;
  margin: 29px auto 0;
}
#notice .wrap div.box div.app .qr img {
  width: 100%;
}
#notice .wrap div.box div.app span {
  margin-top: 24px;
  font-size: 12px;
  color: #666;
  line-height: 1.417em;
}
#notice .wrap div.img {
  width: 211px;
  height: 237px;
  border-radius: 10px;
}
#notice .wrap div.img a {
  
}
#notice .wrap div.img a img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}