@charset "utf-8";
@media screen and (min-width: 835px){
.pc{display: block;}
.sp{display: none;}

	
/* -------------------------------------------------------------------------

		common styles
		
		ヘッダー、フッター、ローカルナビなどサイト内で共通のスタイル
		
------------------------------------------------------------------------- */

/* body
------------------------------------------------- */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6em;
	color:#333;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-print-color-adjust:exact;
	background: #FFF;
}
/* container
------------------------------------------------- */
.site_container{
	width:100%;
	margin:0 auto;
	text-align:center;
}
footer .company{
	background: #e5e5e5;
	padding: 20px;
	font-size: 12px;
	text-align: center;
}
	footer .company p.company_name{
	padding: 20px 0 30px 0;
	font-size: 40px;
	text-align: center;
	background: none;
	font-weight: bolder;
	color: #3a88b2;
}

	
footer .company p.company_teikyo{
	padding: 0 0 10px 0;
	font-size: 12px;
	text-align: center;
	background: none;
	color: #000;
}
	
	
footer .company img{
	width: 306px;
	margin: 0 0 10px 0;
}	
footer p{
	background: #0076B6;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
footer a{
	color: #333;
	text-decoration: none;
}	
	
.container{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
}
.container .header{
	width: 100%;
	background:url("../img/header_bk01.jpg");
	background-size: cover;
	margin: 0 0 40px 0;
	padding: 20px 0;
	text-align: center;
	border-bottom: 10px solid #005bac;
}
		
.container .header h1 img{
	margin: 0 auto;
	text-align: center;
}
	
.asset_box01{
	background: #ddf3ff;
	padding: 50px 0 0 0;
	width: 100%;
	text-align: center;
	}	
	.asset_box01 h2 img {
		margin: 0 auto 50px auto;
	}	
	.asset_box01 img {
		margin: 0 auto 50px auto;
	}	
	.asset_box01 img.btn {
		margin: 0 auto 10px auto;
	}	
	
	.asset_btn{
		padding: 0 0 50px 0;
		text-align: center;
	}	
	
	
	

.asset_btn .freedial,
.asset_btn2 .freedial{
	width:422px;
	padding:30px 0;
	margin: 0;
	}	
.asset_btn p,
.asset_btn2 p{
	line-height: 1em!important;
	margin: 0;
	}	
	
.asset_point{
	margin: 0 auto 50px auto;
	width: 100%;
	}
.asset_point h2{
	width: 100%;
	padding: 30px 0; 
	background: #f9f8f8;
	border-bottom: 5px #005bac solid;
	margin: 0 0 50px 0; 
	}
	
	
.asset_point ul{
	margin: 0 auto 40px auto;
	width: 980px;
	}
.asset_point ul li{
	width: 20%;
	float: left;
	border-left: 1px solid #d2daef;
	border-right: 1px solid #d2daef;
	box-sizing: border-box;
	}
.asset_point ul li:first-child{
	border-left: 2px solid #d2daef;
	}
.asset_point ul li:last-child{
	border-right: 2px solid #d2daef;
	}
.asset_point ul li img{
	width: 100%;
	}		
.asset_point ul li p{
	height: 160px;
	padding: 0 16px;
	text-align: left;
	font-weight: bolder;
	font-size: 16px;
	line-height: 1.7em;
	}
.asset_price {
	margin: 0 auto 40px auto;
	text-align: center;
	}
.asset_soudan {
	padding: 30px 0 0 0;
	margin: 0 0 40px 0;
	background: url("../img/soudan_bg.jpg") no-repeat;
	background-size: cover;
	text-align: center;
	}
.asset_soudan img{
	margin: 0 auto 20px auto;
	}
.asset_banner {
	margin: 0 0 40px 0;
	}
.asset_form{
	width: 100%;
	text-align: left;
	margin: 40px 0 60px 0;
	}
.asset_form h3{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 20px;
	}
.asset_form h4{
	margin: 0 0 30px 0;
	}
.asset_form .error_messe{
	color: #E43223;
	}
.asset_form blockquote{
	width: 880px;
	margin: 10px auto 0 auto;
	}	
.asset_form p{
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 30px 0;
	}		
.asset_form table{
	width: 880px;
	margin: 30px auto ;
	}	
.asset_form table th{
	width: 25%;
	padding: 14px;
	background: #DFDFD0;
	border-bottom: 1px solid #efefef;
	text-align: left;
	}
.asset_form table th span{
	font-size: 10px;
	display: inline-block;
	color: #FFF;
	background: #E43223;
	padding: 3px 10px;
	margin: 0 0 0 10px;
	line-height: 1em;
	}	
.asset_form table td{
	width: 75%;
	padding: 14px 20px;
	background: #FCFCF8;
	vertical-align: middle;
	border-bottom: 1px dotted #CCC;
	}		
.asset_form table td.button{
	width: 100%;
	padding: 30px ;
	background: #FFF;
	border-bottom: none;
	}
.asset_form table td p{
	width: 33.3%;
	float: left;
	margin: 10px 0;
	}

input,select,textarea{
	font-size: 16px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	}
input{
	cursor: pointer;	
	}	
.submit_btn{
	background: #FFF;
	padding: 30px 40px;
	border: 1px solid #CCC;
	}
	
.asset_attention{
	width: 880px;
	margin: 0 auto 40px auto;
	text-align: left;
	}
	
/* checkbox01 */
input[type=checkbox] {
	display: none;
}
.checkbox01 {
	position: relative;
	line-height:2.6;
	padding: 0 20px 0 27px;
}
.checkbox01:hover:after {
	border-color: #0171bd;
}
.checkbox01:after, .checkbox01:before{
	position: absolute;
	content: ""; 
	display: block;
	top: 50%;
}
.checkbox01:after {
	left: 0;
	margin-top: -12px;
	width: 18px;
	height: 18px;
	border: 1px solid #d1d1d1;
}
.checkbox01:before {
	left: 6px;
	margin-top: -9px;
	width: 7px;
	height: 11px;
	border-right: 3px solid #0171bd;
	border-bottom: 3px solid #0171bd;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked + .checkbox01:before {
	opacity: 1;
}	
	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
}
#page-top a {
    background: #005BAC;
    text-decoration: none;
    color: #fff;
    width: 80px;
	height: 80px;
    text-align: center;
    display: block;
    border-radius: 40px;
	line-height: 80px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#sp_tel{
	display: none;
	}	
.btn a{
		width: 200px;
		padding: 20px;
		margin: 50px auto;
		text-align: center;
		background: #005BAC;
		color: #FFF;
		display: block;
		text-decoration: none;
	}
	.btn a:hover{
		    background: #999;}
	.large{
		margin: 50px 0 0 0;
	}
}
