.pc_none {display: none;}
.mb0 {margin-bottom: 0!important;}
ul{margin: 0 0 0.7em 0;}
.clearfix,section:after,header:after {
	content:"";
	display:block;
	clear:both;
}
h2,h3,h4,h5,p{margin: 0;}
section {margin-bottom: 1em;}

.h2_box { background:#fffde0; }
.h2_box h2 { 
	color:#ff3000;
	text-align: center;
	line-height: 1.3em;
	padding: 0.5em 0;
}
.h2_box h2 span { 
    display: block;
    font-size: 0.7em;
}
h3.close_h3 {
	color:#ff3000;
}
h3.bolder_h3 {
	color:#ff3000;
	position: relative;
	overflow: hidden;
	margin: 0.5em 0;
}
h3.bolder_h3::before,
h3.bolder_h3::after {
	content: "";
	position: absolute;
	bottom: 0;
}
h3.bolder_h3:before{
	border-bottom: 3px solid #ff3000;
	width: 100%;
}
h3.bolder_h3:after{
	border-bottom: 3px solid #aaaaaa;
	width: 100%;
}
h4 {
    color: #373737;
    font-weight: normal;
}
h5 {
	margin-bottom: 5px;
	border-bottom: 1px solid #c3c3c3;
}
strong {
	font-size: 1.1em;
	font-weight: 700;
	color:#b60000;
}
.merit_box {
	border: 2px solid #ff3000;
	border-radius: 4px;
	padding: 0.5em;
}
p.merit,p.demerit {
	margin: 0;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: 700;
}
p.merit img ,p.demerit img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.close_box {
	background: #e1f6ff;
	margin: 0 auto;
	border-radius: 4px;
	padding: 10px 15px;
	box-sizing: border-box;
}
.btn_set {
	text-align: center;
}
.btn_set p.btn_txt {
	margin: 15px 0 7px 0;
	font-weight: 700;
}

a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
}
.tel_box {
    position: relative;
    border-top: 4px solid #071053;
    border-bottom: 4px solid #071053;
    text-align: right;
	background: #fff;
}
.tel_box .inner img{
	margin: 5px;
}
.toiawase_tel{
	display: inline-block;
	background: linear-gradient(#ff7600 50%, #eb6100 50%);
	border: 2px solid #ccc;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	border-radius: 4px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 2px 2px 2px #e45400;
	line-height: 1em;
	width: 46%;
	padding-bottom: 2px;
}
.toiawase_form span,.toiawase_tel span{
	font-size: 0.6em;
}

.img_inline {
	display: inline-block;
}


@media screen and (min-width:761px) {
body {margin: 0; font-size: 18px;color: #222222;font-family: "メイリオ", sans-serif;}
	.main {
		background: url('../images/main.jpg') no-repeat;
		width: 100%;
		height: 550px;
		margin-bottom: 2px!important;
		background-position: 50% 50%;
	}
	.inner {
		width: 1000px;
		margin: 0 auto;
	}
	h1 {
		font-size: 12px;
		margin: 0 0 0 25px;
		font-weight: normal;
	}
	h3 {
		font-size: 1.6em;
		font-weight: normal;
	}
	h4 {
		font-size: 24px;
	}
	header {
		position: relative;
		background: #fff;
		padding-top: 10px;
		box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	}
	header .logo {
		width: 400px;
		float: left;
    	margin-top: 7px;
	}
	.w60_left {float: left;width: 58%;margin-right: 2%;}
	.w40_right {float: right;width: 40%;}
	.w40_right p {font-size: 0.8em;}
	.pc_left {float: left;}
	.pc_right {float: right;}
	.h2_box h2 {
		font-size: 36px;
	}
	.copyright {
		text-align: center;
		padding: 30px 0;
	}
	.img_center {
		text-align: center;
		margin-top: 15px;
	}

}
.toiawase {
    width: 100%;
    height: 3em;
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    display: table;
    z-index: 1000;
    padding: 0.5em;
}
@media screen and (max-width:760px) {
body {margin: 0; font-size: 16px;color: #222222;font-family: "メイリオ", sans-serif;}
	.sp_none {display: none;}
	.main {
		background: url('../images/sp_main.png') no-repeat;
		width: 100%;
		margin-bottom: 2px!important;
		background-position: 50% 50%;
		background-size:100% auto;
    height: 14em;
    box-sizing: border-box;
	}
	header {padding: 5px;}
	header img {width: 90%;display: block;}
	section {padding: 7px;}
	h1 {font-size: 12px;margin: 0;font-weight: normal;}
	h3 {
		font-weight: 700;
	}
	h4 {
		font-size: 20px;
	}
	.service_left {display: none;}
	.w50_right {text-align: center;}
}