@charset "utf-8";
h1 {
  position: relative;
  display: inline-block;
  padding: 10px 55px;
	font-size: 24px;
	color: #000;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
	font-family: 'Abel', sans-serif;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000;
}
h1:before {
  left:0;
}
h1:after {
  right: 0;
}
h2 {
	margin: 0;
  padding: 0;
	font-size: 18px;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
	text-align: center;
}
.cen {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.text01 {
  text-align: justify;
  font-size: 16px;
  color: #000;
  padding: 10px 0;
  margin: 0;
	line-height: 1.6em;
}
.text02 {
  text-align: right;
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
	font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.content2 {
  width: 80%;
  margin: 30px auto 0 auto;
  padding: 20px;
  text-align: left;
	background-color: #fff;
	box-shadow: 0 0 6px #ccc;
	border-left: double 7px #4ec4d3;
    border-right: double 7px #4ec4d3;
}
.flex {
  display: flex;
}
/*　概要
------------------------------------------------------------*/
#overview {
  padding: 50px 0 0 0;
	margin: 0;
	background: url(../img/privacy/back_01.jpg) no-repeat top center #fff;;
  background-size: 100% auto;
}
/*　画像
------------------------------------------------------------*/
img.photo01 {
  width: 90%;
	box-shadow: 0 0 6px #999;
}
img.photo02 {
  width: 100%;
}
img.casa {
  width: 200px;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .content1 {
    width: 96%;
  }

}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
.content2 {
  width: 90%;
}
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}