@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;
}
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-weight: 900;
	text-align: center;
}
.cen {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.text01 {
  margin: 0;
  padding: 10px 2%;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}
.text02 {
   margin: 100px 0 0 0;
  padding: 5px 20%;
  font-size: 16px;
text-align: center;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.flex {
  display: flex;
}
.btm_01 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 24px;
  transition: .4s;
  margin: 0 auto 20px auto;
  background-color: #A40508;
  border: 1px solid #A40508;
  line-height: 1.5em;
  font-weight: bold;
}
.btm_01:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  text-decoration: none;
}
/*　概要
------------------------------------------------------------*/
#overview {
  padding: 50px 0 0 0;
	margin: 0;
	background: url(../img/apply/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) {
	h1 {
	font-size: 18px;
}
	 }
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {

}