@charset "utf-8";
* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット*/
	padding: 0px;

}
body {
	font-size:14px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	color: #231815;
	background-color: #FFFFFF;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}
h1 {
	margin: 0px;
	font-size:11px;
	color:#999999;
}
p {
	margin:0px;
	padding:0px;
}
.clear {clear:both;}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}


/* index */
#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contents {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.section {
	width: 960px;
	height: 500px;
	font-size: 18px;
	padding: 100px 120px 100px 180px;
	line-height: 46px;
	background-image: url(images/201912ag/img02.jpg);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.section span {
	color: #70af68;
	font-weight: bold;
}
footer {
	width: 800px;
	margin: 0 auto 15px;
	background-image:  url(images/201912ag/footer.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
footer .txt1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
}
footer .txt1 span {
	font-size: 32px;
	display: block;
}
footer .txt2 {
	font-size: 20px;
	line-height: 32px;
	margin: 15px 0;
}
footer .tel {
	font-size: 37px;
    line-height: 70px;
    height: 58px;
    font-weight: bold;
    background-image: url(images/201912ag/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 70px;
}