@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - 

- - - - - - - - - - - - - - - - - - - - - */
.page_headline {
  background: url(../images/contact/form/bg_h1_business.jpg) no-repeat center center;
  background-size: cover;
}

.common_headline {
  text-align: left;
  font-size: 2.5rem;
}

.sns_policy_headline {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.sns_policy_section_wrapper section {
  line-height: 1.6;

}


.sns_policy_section_wrapper section+section {
  margin-top: 55px;
  line-height: 1.6;

}

.sns_policy_read {
  margin-bottom: 20px;
}


.sns_policy_middle_read {
  margin-bottom: 15px;
}

.management_method {
  margin-left: 2em;
}

.management_method dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-indent: -1.7em;
}

.management_method dd {
  margin-bottom: 20px;
}

.management_method dd p {
  margin-bottom: 10px;
}

.management_method dd ul {
  margin-top: 1.5em;

}

.management_method dd ul li+li {
  margin-top: 10px;
}

.management_method dd ul li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

.management_method dd ul li::before {
  content: "●";
  font-size: 0.8em;
  padding: 2px 5px;
}

.sns_policy_numlist {
  margin-left: 1.5em;
}
.sns_policy_numlist li + li {
  margin-top: 1em;
}

.sns_media_list dt{
  font-size: 1.8rem;
}
.sns_media_list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap:10px 10px;
  margin: 15px 0 30px;
}
.sns_media_list dd ul li {
  display: flex;
}
.sns_media_list dd a {
  padding: 20px;
  background-color: #0d55af;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 140px;
  align-items: center;
}
.sns_media_list dd a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  .sns_media_list dd a {
    width: 130px;
  }
}

.noindent {
  text-indent: 0;
}

.revision {
  text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - 
/* @media SP
//////////////////////////*/
@media screen and (max-width: 599px) {

}

/* - - - - - - - - - - - - - - - - - - - - - 

/* @media PC
//////////////////////////*/
@media screen and (min-width: 600px) {}