@charset "utf-8";
/* #PC ========================================================================================================== */
.contents_inner {
	height: auto;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.textbox{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.list {
	width: 810px;
	height: auto;
	float: left;
	margin-left: 95px;
    margin-bottom: 60px;
}
.list ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.list li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.list li.hn1 {
    margin: 25px 0 10px 0;
}
.list li.hn2 {
}
.hissu {
	font-size: 12px;
	line-height: 12px;
    color: #FFFFFF;
	padding: 3px 8px 3px 8px;
	background-color: #C52C24;
    vertical-align: 0.2em;
}
.btn_box {
	width : 210px;
	height: auto;
	float: left;
	margin: 0px -260px 0 280px;
}
.tel_box {
	width: 763px;
	height: auto;
	float: left;
    margin: 90px 0 60px 95px;
    padding: 45px 0 45px 45px;
    border: 1px solid #B7ACAC;
}
.tel_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.tel_box li {
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.tel_box li.hn1 {
	width: 110px;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
    text-align: center;
	padding: 5px 0 5px 0;
	background-color: #3460a2;
    margin: 0 13px 0 0;
}
.tel_box li.hn2 {
    width: 305px;
    font-size: 20px;
	line-height: 20px;
}
.tel_box li.hn3 {
    width: 200px;
    font-size: 20px;
	line-height: 20px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents_inner {
	width: 750px;
}
.list {
	width: 640px;
	margin-left: 55px;
}
.list li.hn1 {
    margin: 35px 0 10px 0;
}
.list li.hn2 {
}
.hissu {
	font-size: 18px;
	line-height: 18px;
	vertical-align: 0.1em;
}
.btn_box {
	width : 250px;
	height: auto;
	float: left;
	margin: 0px -70px 0 110px;
}
.tel_box {
	width: 750px;
    margin: 110px 0 60px 0;
    border-top: 2px solid #B7ACAC;
    border-bottom: 2px solid #B7ACAC;
    border-left: 0px solid #B7ACAC;
    border-right: 0px solid #B7ACAC;
}
.tel_box li.hn1 {
	width: 150px;
	font-size: 18px;
	line-height: 18px;
	padding: 8px 0 8px 0;
    margin: 0 20px 0 10px;
}
.tel_box li.hn2 {
	width: 500px;
	font-size: 30px;
	line-height: 30px;
    margin-bottom: 30px;
}
.tel_box li.hn3 {
	width: 500px;
	font-size: 30px;
	line-height: 30px;
}

}/* @media only screen and (max-width: 750px) */
