@charset "utf-8";
@media only screen and (min-width: 600px) {

/*ーーーーーーーーーー
ヘッダー部分
ーーーーーーーーーー*/
#header{
	width: 1024px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}
#header a{
	display: block;
	width: 250px;
	height: auto;
	float: left;
}

#header a img{
	width: 100%;
	height: auto;
}

#header h1{
	width: 240px;
	height: auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}
#header img.tel{
	width: 250px;
	height: auto;
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}
#header p{
	font-weight: 800;
	line-height: 54px;
	float: right;
}

/*メニュー固定部分*/
.is-fixed{
	position: fixed;
	top: 0;
	z-index: 10000;
}
.is-fixed2{
	padding-top: 88px;
}
.nav_bg{
	background-color: #fff;
}

div#main{
	width: 1024px;
	height: auto;
	margin: 0 auto 200px;
	overflow: hidden;
}
div#main h2{
	text-align: center;
	width: auto;
	height: 35px;
	margin: 70px 0;
}
div#main h2 img.title{
	width: auto;
	height: 100%;
}

/*ーーーーーーーーーー
ニュース部分
ーーーーーーーーーー*/
div.news{
	width: 88%;
	height: auto;
	padding: 6%;
	background-color: #FFF;
}
div.news h3{
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #000;
}
html body div.container div#main div.news div.text{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 30px;
}
html body div.container div#main div.news div.text img{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
div#main div.news div#single_navi{
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}
div#main div.news div#single_navi div{
	float: left;
	width: auto;
	height: 26px;
	text-align: center;
}
div#main div.news div#single_navi div.to_new{
	text-align: left;
}
div#main div.news div#single_navi div.news_archive{
	margin: 0 20px 0 0;
}
div#main div.news div#single_navi div.to_old{
	float: left;
	margin-right: 0;
	text-align: right;
}

div#main div.news div#single_navi a{
	color:#000;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 30px 0 0;
	padding-left: 20px;
	background-image: url(../img/blog/arrow_og.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left;
}

/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 1024px;
	height: auto;
	margin: 70px auto 0;
	overflow: hidden;
}
div.consultation a{
	display: block;
	float: left;
	width: 32%;
	height: auto;
}
div.consultation a.consultation_center{
	margin: 0 2%;
}
div.consultation a img{
	width: 100%;
	height: auto;
}


}
























@media only screen and (max-width: 599px) {

div#main{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
div#main h2{
	text-align: center;
	width: 90%;
	height: auto;
	margin: 26px auto 18px;
}
div#main h2 img.title{
	width: 100%;
	height: auto;
}

/*ーーーーーーーーーー
ニュース部分
ーーーーーーーーーー*/
div.news{
	width: 88%;
	height: auto;
	padding: 6%;
	background-color: #FFF;
}
div.news h3{
	width: 100%;
	height: auto;
	font-size: 17px;
	font-weight: 800;
	line-height: 22px;
	letter-spacing: 1px;
	border-bottom: 1px dotted #000;
	padding-bottom: 18px;
}
html body div.container div#main div.news div.text{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	margin-top: 18px;
}
html body div.container div#main div.news div.text img{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
div#main div.news div#single_navi{
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 18px auto 0;
}
div#main div.news div#single_navi div{
	float: left;
	width: auto;
	height: 26px;
	text-align: center;
}
div#main div.news div#single_navi div.to_new{
	text-align: left;
}
div#main div.news div#single_navi div.news_archive{
	margin: 0 20px 0 0;
}
div#main div.news div#single_navi div.to_old{
	float: left;
	margin-right: 0;
	text-align: right;
}

div#main div.news div#single_navi a{
	color:#000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 30px 0 0;
	padding-left: 20px;
	background-image: url(../img/blog/arrow_og.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left;
}

/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 90%;
    height: auto;
    margin: 36px auto 0;
    overflow: hidden;
}
div.consultation a{
	display: block;
    width: 90%;
    height: auto;
    margin: 12px auto;
}
div.consultation a img{
	width: 100%;
	height: auto;
}


}