@charset "UTF-8";

/*==========================
common--privacy
==========================*/
.container {
  position: relative;
}

h2,
h3 {
  margin: 0;
}

main {
  margin: 20px 24px 80px 24px;
}

.contact__PC {
  display: none;
}


/*==========================
privacy--contents
==========================*/

.txt__gr1 {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 2;
}

dl {
  flex-direction: column;
  margin-top: 50px;
}


dt {
  font-size: 1.8rem;
  margin-top: 20px;
}

dd {
  font-size: 1.6rem;
  line-height: 2;
  padding: 10px 15px;
}

.privacy__item li {
  list-style: disc;
  margin: 10px 24px;
} 

.li__4__cont__ttl {
  font-weight: 600;
}

.li__8__cont{
  margin-top: 20px;
}

.background-logo_green {
  width: 500x;
  height: 400px;
  position: absolute;
  bottom: 21%;
  right: 3%;
  z-index: -1;
  opacity: 0.2;
}

@media screen and (min-width: 769px) {
  .main {
    margin: 40px 80px 80px 80px;
  }

  .txt__gr1 {
    display: block;
    width: 85%;
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 1.5px;
  }

 .privacy__item{
    margin-top: 60px;
    width: 85%;
  }
  
  dt {
    margin: 20px 0 10px 0;
  }

  dd {
    padding: 0 15px;
    letter-spacing: 1.8px;
    line-height: 2;
  }

  .background-logo_green {
    width: 1000x;
    height: 900px;
    position: absolute;
    bottom: 15%;
    right: 3%;
    z-index: -1;
    opacity: 0.2;
  }

  .contact__PC {
    display: flex;
    width: 80px;
    height: 200px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--main-color__wht);
    border-left: 1px solid var(--main-color__wht);
    border-bottom: 1px solid var(--main-color__wht);
    border-radius: 20px 0 0 20px;
    background: var(--main-color__blk);
    color: var(--main-color__wht);
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 4.5px;
    position: fixed;
    top: 20%;
    right: 0;
    transition: 0.3s ease-in-out;
  }

  .contact__PC:hover {
    background: rgb(90, 176, 126);
    color: var(--main-color__blk);
    border: none;
  }


}
