/*
Theme Name: Studio-and-art
Theme URI: http://studio-and-art.com
Description: Studio and Artのテーマです。
Version: 1.0
Author: Shu Morikawa
Author URI: https://studio-and-art.com
*/

@charset "UTF-8";


/*pc*/

/*mv*/
.about_mv-img {
  background-image: url(../images/work3.png);
  background-size: cover;
  width: 100%;
  height: 250px;
  background-position: 50% 90%;
}


/*privacy_policy*/
article {
  width: 640px;
  margin: 0 auto;
	text-align:justify;
}

article>p {
  margin-bottom: 35px;
}

.privacy_text {
  margin-bottom: 25px;
}

.privacy_text h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.indent {
  margin-left: 25px;
  margin-bottom: 0px
}

.privacy_text a {
  font-size: 18px;
  line-height: 1.7;
  border-bottom: solid 2px #006845;
  margin: 0 7px 0;
  color: #006845;
}

.privacy_text a:hover {
  color: #373a36;
  border-bottom: solid 2px #373a36;
  margin-bottom: -2px;
}



/*sp_media*/
@media screen and (max-width: 840px) {
  
  /*privacy_policy_sp*/
  article {
    width: 100%;
  }

}