@charset "utf-8";
/* CSS Document */


html, body {
    min-width: 1020px;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro",  "メイリオ","Meiryo", "ＭＳ Ｐゴシック", "osaka";
    font-size: 14px;
    line-height: 1.7;
    color: #000;
	background: #f6f2ef;
}

@media screen and (max-width: 640px) {
	html, body {
		min-width: unset;
	}
}

.container {
    width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.container {
		width: 100%;
	}
}

#tel_2 {
	height: 90px;
	background: #271603;
	font-size: 18px;
	line-height: 90px;
	color: #fff;
}

@media screen and (max-width: 640px) {
	#tel_2 {
		padding: 1rem 0;
		height: 9rem;
		line-height: 3rem;
	}
	#tel_2 ul{
		padding: 0;
		margin: 0 auto;
	}
}

#tel_2 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 6px;
}

#tel_2 li a {
	display: block;
	padding-left: 50px;
	background: url(https://www.hoei999.co.jp/lp-999/img/btn_tel_02.png) no-repeat left;
	background-size: 40px auto;
	text-align: left;
	text-decoration: none;
	font-family: 'TrajanPro','Century Gothic','arial';
	font-size: 34px;
	color: #fff;
}

#tel_2 li:last-child {
	font-size: 15px;
}

#footer {
	height: 90px;
	margin-top: 140px;
	border-top: solid 1px #e9e9e9;
	line-height: 90px;
}

@media screen and (max-width: 640px) {
	#footer {
		height: 90px;
		margin-top: 0;
		line-height: 90px;
	}
}

#footer p {
	float: right;
}

@media screen and (max-width: 640px) {
	#footer p {
		float: none;
	}
}

#footer p img {
	vertical-align: middle;
	width: 252px;
}

#footer address {
	float: left;
	font-size: 11px;
}

@media screen and (max-width: 640px) {
	#footer address {
		float: none;
	}
}

.thanks_box {
	max-width: 1200px;
	margin: 0 auto 5%;
}

.thanks_box img{
	width: 30rem;
}

@media screen and (max-width: 640px) {
	.thanks_box img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}

.thanks_box .left,.thanks_box .right{
	display: inline-block;
	width: 48%;
	margin: 5rem auto 0 auto;
}

@media screen and (max-width: 640px) {
	.thanks_box .left,.thanks_box .right{
		display: block;
		width: 100%;
	}
}

.thanks_box .left .tha_btn,.thanks_box .right .tha_btn{
	width: 40%;
}

.tha_h2 {
	font-size: 2rem;
	line-height: 1.5;
	color: #71bfe1;
	padding: 5% 0;
}

.tha_h2 span{font-size: 1.4rem;color: #999;display: block;}
.tha_text {
	line-height: 1.8;
}

.tha_btn {
	width: 20%;
	display: block;
	margin: 5% auto;
	padding: 1% 2%;
	background-color: #de414b;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	border-radius: 5px;
}

.tha_btn:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	
.thanks_box {
	max-width: unset;
	width: 100%;
	margin: 0 auto 5%;
	padding: 0;
}

.tha_h2 {
	font-size: 2rem;
	line-height: 1.5;
	padding: 10% 0;
}
	
.tha_text {
	line-height: 1.8;
}

.tha_btn {
	width: 60%;
	display: block;
	margin: 10% auto 10% auto;
	padding: 2%;
	color: #fff;
	font-size: 1.3rem;
	text-decoration: none;
	border-radius: 10px;
}

.tha_btn:hover {
	opacity: 0.8;
}
	
	/* --------------------------------
  * footer
  * -------------------------------- */
  .footer {
    width: 100%;
  padding: 0 0 1%;
  }

  .footer .text {
  padding: 2% 0 0;
    font-size: 2vw;
    float: none;
  }

  .footer .f_logo {
    width: 50%;
    float: none;
  margin: 1% 0 0;
  }}
	

