@charset "utf-8";

.owner-fv{
  position: relative;
  margin: 2rem auto;
  width: 85%;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.owner-fv img{
  max-width: 45%;
  height: auto;
  object-fit: cover;
}

.owner-fv-text h2{
  position: relative;
  width: fit-content;
  left: -5rem;
  font-size: 1.5rem;
  padding: 0.25rem 1rem;
  background-color: #fff;
  box-shadow: 0px 3px 6px #0000001e;
  margin-bottom: 1rem;
}
.owner-fv-text p{
  padding-top: 2rem;
}

.owner-worry{
  margin: 2rem auto;
  padding: 2rem 0;
  background-color: #FAFAFA;
}

.owner-worry-title{
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  padding: 0 2rem 3rem;
}
.owner-worry-title p{
  color: #243374;
  font-weight: bold;
  text-align: center;
}

.owner-worry-title h2{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.owner-worry-title img{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.owner-worry-cont{
  position: relative;
  margin: 2rem auto;
  width: 80%;
  display: flex;
  gap: 1rem;
  justify-content: space-evenly;
}

.owner-worry-item{
  position: relative;
  padding: 1rem 2rem;
  border: 5px double #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
}

.owner-worry-item img{
  max-width: 200px;
  height: auto;
}

.owner-worry-item-text{
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.owner-worry-item-trans{
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  color: #243374;
  margin: 0 auto;
  padding-right: 1.5rem;
}

.owner-worry-item-trans:after{
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #243374;
}


.owner-cont{
  margin: 2rem auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 80%;
}

.owner-item{
  position: relative;
  margin: 2rem 0;
  padding-top: 5rem;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}

.owner-item:nth-child(2){
  position: relative;
  margin: 2rem 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  justify-content: flex-end;
}

.owner-item-title{
  position: relative;
  margin: 0 auto 1rem;
  border-left: solid #243374 10px;
  padding: 0.5rem 1rem;
  height: fit-content;
}
.owner-item-title p{
  color: #243374;
  font-weight: bold;
}

.owner-item-title h2{
  font-size: 1.5rem;
  font-weight: bold;
}

.owner-item  img{
  max-width: 45%;
  height: auto;
  object-fit: cover;
}

.owner-price{
  margin: 2rem auto;
  padding: 2rem 0;
  background-color: #FAFAFA;
  width: 100%;
}

.owner-price-wrap{
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 80%;
}



.owner-price-info{
  position: relative;
  margin: 1rem auto;
  padding: 1rem 10%;
  border: 2px solid #000;
}
.owner-price-info h3{
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.owner-price-info p{
  margin-bottom: 1rem;
}
.owner-price-cont{
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  column-gap: 3rem;
  row-gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.owner-price-cont-title{
  position: relative;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  border: solid #243374 2px;
  padding: 0.5rem 1rem;
  height: fit-content;
  width: 100%;
  color: #243374;
}

.owner-price-item{
  position: relative;
  margin: 1rem auto;
  padding: 1rem 0;
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.owner-price-item h4{
  position: relative;
  margin-bottom: 1rem;
  border-left: solid #243374 10px;
  border-bottom: solid #000 1px;
  padding: 0.5rem 1rem;
  height: fit-content;
  width: 100%;
}

.owner-price-item-list{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}

.owner-price-item-list-st{
  font-size: 1.25rem;
  font-weight: bold;
}

.owner-price-item-list-ano{
  font-size: 0.75rem;
}


@media screen and (max-width: 768px) {
  .owner-fv{
    position: relative;
    margin: 2rem auto;
    width: 95%;
    flex-direction: column;
  }
  .owner-fv img{
    max-width: 100%;
    height: auto;
  }
  .owner-fv-text h2{
    left: 0;
    font-size: 1.125rem;
    padding: 0.25rem 0.5rem;
  }
  .owner-fv-text p{
    padding-top: 1rem;
  }
  .owner-worry-title h2{
    font-size: 1.25rem;
  }
  .owner-worry-cont{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .owner-worry-item{
    position: relative;
    padding: 1rem 2rem;
    border: 5px double #000;
    display: flex;
    width: 90%;
    height: auto;
  }
  .owner-cont{
    margin: 1rem auto;
    padding: 1rem 0;
    gap: 3rem;
    width: 95%;
  }

  .owner-item{
    position: relative;
    margin: 1rem 0;
    padding-top: 3rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: center;
  }

  .owner-item:nth-child(2){
    position: relative;
    margin: 1rem 0;
    padding-top: 3rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: center;
  }
  .owner-item  img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .owner-item-title p{
    font-size: 0.75rem;
  }

  .owner-item-title h2{
    font-size: 1.5rem;
    font-weight: bold;
  }
  .owner-price-wrap{
    width: 90%;
  }
  .owner-price-info{
    position: relative;
    margin: 1rem auto;
    padding: 1rem 3%;
    border: 2px solid #000;
  }
  .owner-price-info p{
    margin-bottom: 1rem;
  }
  .owner-price-cont{
    column-gap: 2rem;
    row-gap: 1rem;
    width: 100%;
  }

  .owner-price-cont-title{
    font-size: 1rem;
  }

  .owner-price-item{
    position: relative;
    width: 100%;
  }

  .owner-price-item-list{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
  }
  .owner-price-item-list-st{
    font-size: 1rem;
    font-weight: bold;
  }

  .owner-price-item-list-ano{
    font-size: 0.75rem;
  }
}