@charset "utf-8";

/****************************************

1-1 共通
1-2 header
1-3 main-image
1-4 banner
1-5 inquery
1-6 cauiton
1-7 reason
1-8 system
1-9 consultation
1-10 form
1-11 footer

****************************************/


/**
1-1 共通
*******************/


body{
	font-family:"游明朝体", "Yu Mincho", YuMincho, serif;
	width: 100%;
	font-size: 19px;
	line-height: 34px;
	color: #000;
}
h2{
	font-size: 48px;
	line-height: 66px;	
}
p{font-size: 19px;}
section{
	width: 100%;
}

div.contents{
	width: 1000px;
	margin: 0 auto;
}
div.contents.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w560{
	width: 560px;
}

.indent{text-indent: -9999px;}
a>img{
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
a>img:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/**
1-2 header
*******************/
header{
	width: 1000px;
	height: 83px;
	margin:0 auto;
	padding: 20px 0 32px; 
	overflow: hidden;
}
header #logo{
	float: left;
}
header #contact{
	float: right;
	margin-top: 10px;
}
/**
1-3 main-image
*******************/
#main-image{
	width: 1100px;
	height: 490px;
	margin: 0 auto;
}

/**
1-4 banner
*******************/
#banner{
	background: url(../img/banner-bg.png) center center repeat-x;	
}
#slider{
    margin: 0 auto;
    width: 100%;
    height: 107px;
}
#banner #slider ul{
	width: 100%;
	margin: 0 15px;
	height: 110px;
	padding-top:12px;
    float: left;
    overflow: hidden;
}
#banner #slider li{
	float: left;
	margin-right: 18px;
    width: 180px;
    height: 80px;
    margin-bottom: 15px;
}




/**
1-5 inquery
*******************/
.inquery {
	margin-bottom: 95px;
}
.inquery .inquery-text{
	width: 1095px;
	height: 104px;
	margin: 0 auto 10px;
	background: url(../img/inquery-img04.png) center center no-repeat;
}
.inquery .inquery-text02{
	width: 980px;
	height: 81px;
	margin: 0 auto 10px;
	background: url(../img/inquery-img04.png) center center no-repeat;
}							  
.inquery .inquery-btn{
	width: 809px;
	height: 118px;
	margin: 0 auto;
	background: url(../img/inquery-img02.png) center center no-repeat;
	position: relative;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.inquery a:hover .inquery-btn{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.inquery a{
	width: 800px;
	height: 110px;
	display: block;
	margin: 0 auto;
}
.inquery .inquery-btn .hand{
	width: 158px;
	height: 127px;
	background: url(../img/inquery-img03.png) center center no-repeat;
	position: absolute;
	right:-27px;
	bottom:-43px;
}

/**
1-6 cauiton
*******************/
#caution{
	width: 100%;
	background: url(../img/img_bg-caution.png) repeat left top;
	padding: 70px 0 130px;
}
/**
1-7 reason
*******************/
#reason{
	width: 100%;
	background: url(../img/bg-reason.jpg) repeat center center;
	padding: 50px 0 80px;
	border-top:1px solid #e1e1e1;
	border-bottoom:1px solid #e1e1e1;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.20);
}

/* table.course */
#reason table.course{
	border: 1px solid #e1e1e1;
	width: 998px;
	background: #fff;
}
#reason table.course th{
	width: 332px;
	padding: 0;
	border-right: 1px solid #e1e1e1;
}
#reason table.course td{
	width: 300px;
	padding: 16px;
	border-right: 1px solid #e1e1e1;
	font-size: 16px;
	line-height: 24px;
}
#reason table.course td.borderB{
	border-bottom: 1px dotted #e1e1e1;	
}

/**
1-8 system
*******************/
#system{
	width: 100%;
	padding: 100px 0 110px;
}

/**
1-9 consultation
*******************/
#consultation{
	margin-top: 65px;
	height: 300px;
	background-image:
		url(../img/img_bg-contact01.png),
		url(../img/img_bg-contact02.png),
		url(../img/img_bg-contact03.png);
	background-repeat: 
		no-repeat,no-repeat,repeat-x;
	background-position: 
		left top,right top,left top;
}

/**
1-10 form
*******************/
#form{
	font-family: Meiryo,"メイリオ",sans-serif;
	margin: 60px 0 100px;
}
#form dl{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	overflow: hidden;
	margin-bottom: 20px;
}
#form dt,#form dd{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	float: left;
	height: 50px;
	font-size: 15px;
	padding: 24px 0 0 28px;
	display: block;
}
#form dt{
	background: #f9f9f9;
	width: 166px;
}
#form dd{
	width: 775px;
}
#form dt span.required{
	text-indent: -9999px;
	width: 30px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	background: url(../img/img_required.png) center center no-repeat;
}
#form label{
	margin-left: 3px;
}


#form input,
#form option,
#form select{
	font-size: 15px;
}
#form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*width: 200px;*/
	border: 1px solid #cbcbcb;	
	background: url(../img/select-bg.png) right 5px center no-repeat;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 0;
}
#form input[type=text]{
	padding: 3px;
border: 1px solid #cbcbcb;	
}
#form input[name=company_name],
#form input[name=【会社・団体名】]{
	width: 360px;
}
#form input[name=member_namae],
#form input[name=member_kana],
#form input[name=【お名前】],
#form input[name=【お名前(フリガナ)】]{
	width: 160px;
}
#form .zipcode{
	height: 103px;
}
#form input[name=zip31],
#form input[name=zip32],
#form input[name=【郵便番号1】],
#form input[name=【郵便番号2】]{
	width: 102px;
}
#form input[name=addr31],
#form input[name=addr32],
#form input[name=【市町村名】],
#form input[name=【番地・ビル名】]{
	width: 370px;
}
#form a{
	color:#3399cc;
	font-size: 12px;
}
#form img{
	vertical-align: bottom;
}
#form .cap{
	color:#333;
	font-size: 12px;
	margin-left: 10px;
}
#form .address{
	height: 194px;
}
#form textarea{
	width: 730px;
	height: 100px;
	border: 1px solid #cbcbcb;
	padding: 5px;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	resize: none;
}
#form .detail{
	height: 138px;
}
#form .caution-text{
	padding: 20px;
	background: #f8f4ed;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 30px;
}
#form input[type=submit]{
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 470px;
	height: 77px;
	background: url(../img/btn-submit.png) center center no-repeat;
	text-indent: -9999px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#form input[type=submit]:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#form input[type=button]{
	margin-top: 12px;
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	width: 119px;
	height: 35px;
	background: url(../img/btn_jusho.png) center center no-repeat;
	text-indent: -9999px;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;	
}
#form input[type=button]:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/**
1-11 footer
*******************/
footer{
	width: 100%;
	height: 132px;
	padding-top: 155px;
	background: url(../img/img_bg-footer.png) center top repeat-x;
}
footer section{
	background: #fcfbf9;
	padding: 0 0 30px;
}
footer img{
	vertical-align: middle;
}
footer .cppyright{
	font-family: Meiryo,"メイリオ",sans-serif;
	text-align: center;
	color: #333333;
	font-size: 11px;
	padding: 2px 0;
	background: #edeae4;
}