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


a[href^="tel:"] { pointer-events: none; }

.page_header_bg{
	background-image: url("../img/header_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.remodel_h2{
	padding-top: 8px;
	font-size: 38px;
	text-align: left;
	color:#0C3388;
}
.remodel_h3{
	text-align: left;
	color:#0C3388;
}
.remodel_h4{
	border: solid 2px #0C3388;
	padding: 3%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.remodel_h4 a{
	color:#0C3388;
}
.bg_right{
	background-image: url("../img/bg_right.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 70%;
}
.remodel_box{
	border: solid 2px #0C3388;
	border-radius: 10px;
	padding: 5% 10%;
}

.border_blackbox{
	border: solid 5px black;
	border-radius: 15px;
	margin-top: 100px;
	padding: 3%;
}
dt{
	border-bottom: none;
	
}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/



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

a[href^="tel:"] { pointer-events: auto; }

.remodel_h2{
	padding-top: 8px;
	font-size: 24px;
	text-align: left;
	color:#0C3388;
}
	
}


