@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
  #visual {
    background-image: url(../../images/official_SNS_policy/mv_policy_01_pc.png);
  }
  #sec01 .txtbox p, #sec01 .single_txt {
    letter-spacing: 0.5px;
    line-height: 2.1;
  }
  #sec01 {
    padding-bottom: 95px;
  }
  #sec01 .container {
    max-width: 900px;
  }
  #sec01 .single_txt {
    margin-bottom: 60px;
  }
  #sec01 .txtbox .txt_right {
    margin-top: 65px;
  }
  #sec01 .txtbox {
    margin-bottom: 55px;
  }
  #sec01 .txtbox p + p {
    margin-top: 40px;
  }
  #sec01 .border_box {
    margin-bottom: 90px;
    padding: 22px 30px;
  }
  #sec01 .border_box h3, #sec01 .border_box p {
    line-height: 2.14;
  }
  #sec01 .list_dot02 {
    margin: 40px 0;
  }
  #sec01 .list_dot02 li + li {
    padding-top: 40px;
  }
  #sec01 h2 {
    margin-bottom: 35px;
    font-size: 2.5rem;
  }
  #sec01 h3 {
    font-size: 1.8rem;
  }
  #sec01 p.indentfront{
	text-indent: 1em;
	padding-left: 1em;
}
  #sec01 p.indentback {
	text-indent: -1em;
	padding-left: 2em;		
  }
}

#contents a {
    color: #1773ba;
    text-decoration: underline;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen\0 {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  #visual {
    background-image: url(../../images/official_SNS_policy/mv_policy_01_sp.png);
  }
  #sec01 {
    padding: 30px 0 0 0;
  }
  #sec01 .container {
    margin: 0 6%;
  }
  #sec01 .single_txt {
    margin-bottom: 15px;
  }
  #sec01 .txtbox .txt_right {
    margin-top: 30px;
  }
  #sec01 .txtbox {
    margin-bottom: 30px;
  }
  #sec01 .txtbox p + p {
    margin-top: 15px;
  }
  #sec01 .border_box {
    margin-bottom: 30px;
    padding: 15px 6%;
  }
  #sec01 .list_dot02 {
    margin: 15px 0;
  }
  #sec01 .list_dot02 li + li {
    padding-top: 15px;
  }
  #sec01 h2 {
    margin-bottom: 30px;
    font-size: 5vw;
  }
  #sec01 h3 {
    letter-spacing: 0px;
  }
  #sec01 p.indentfront{
	text-indent: 1em;
	padding-left: 1em;
}
  #sec01 p.indentback {
	text-indent: -1em;
	padding-left: 1em;		
  }
}