@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */
.c-main-container {
  background-color: #f5f5f5;
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){
.privacy {
  padding-bottom: 100px;
}
.privacy__ttl {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-list {
}
.privacy-item {
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 1px dashed #999999;
}
.privacy-item-no_num {
  padding: 20px 0;
}
.privacy-item .num {
  position: absolute;
  top: 13px;
  left: 0;
  width: 40px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  border: 2px solid #2ab5aa;
  font-size: 22px;
  text-align: center;
  color: #2ab5aa;
  font-weight: bold;
}
.privacy-item .txt {
  font-size: 15px;
  line-height: 1.8;
}
.privacy__signature{
  text-align: right;
  font-size: 14px;
  margin-top: 15px;
}

}


/* ==========================================================================
   responsive adjustment
   ======================================================================= */
@media all and (min-width: 767px) and (max-width: 1079px){

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){
.privacy {
  padding-bottom: 50px;
}
.privacy__ttl {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-list {
}
.privacy-item {
  position: relative;
  padding: 10px 0 10px 50px;
  border-bottom: 1px dashed #999999;
}
.privacy-item .num {
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  border: 2px solid #2ab5aa;
  font-size: 18px;
  text-align: center;
  color: #2ab5aa;
  font-weight: bold;
}
.privacy-item .txt {
  font-size: 14px;
  line-height: 1.8;
}
.privacy__signature{
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
}
