@charset "utf-8";

/* ===================================================================

	リセット

=================================================================== */

/* リセット宣言CSS ----------------------------------- */
/* 各ブラウザの異差等をこのスタイルシートで吸収します。*/
/* reset.css ----------------------------------------- */

/* すべての要素 ---------------- */
*	{margin: 0px;padding: 0px;line-height: 1.4;font-weight: inherit;text-decoration: inherit;font-style: inherit;}
/* htmlとbodyをリセットする ---------------- */
html,body	{margin: 0px;padding: 0px;background:transparent;font-weight: normal;text-decoration: none;font-style: normal;color:#000000;font-size:100%;font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Verdana, Helvetica, sans-serif;}
/* 見出し・段落などのよく使うブロック要素をリセットする ---------------- */
h1,h2,h3,h4,h5,h6,address,div,p {margin: 0px;padding: 0px;border:none;font-size:100%;font-style: normal;font-weight: inherit;}
/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{margin: 0px;padding: 0px;font-size:100%;list-style-position: outside;list-style-type: none;font-weight: inherit;}
/* テーブルに含まれる要素をリセットする ---------------- */
table,th,td,tr	{margin: 0px;padding: 0px;border:none;font-size:100%;text-align: justify;font-weight: inherit;}
/* フォームに含まれる要素をリセットする ---------------- */
form,input,textarea,label,button,select,option {}
input,textarea,select,option,button {font-size:100%;}
input[type="checkbox"]	{position: relative;top: 1px;}
fieldset	{border:none 0px;}
/* インライン要素など ---------------- */
span,em,strong,dfn,cite,abbr,acronym,q,ins,img,del,a {margin: 0px;padding: 0px;font-size:100%;font-weight: inherit;text-decoration: inherit;font-style: normal;font-weight: inherit;color: inherit;}

input,textarea {font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Verdana, Helvetica, sans-serif;}

/* イメージ関係 ---------------- */
img	{border:none;}
ul img,dl img,ol img,li img,table img	{vertical-align : bottom;}

/* ---------------- アクセス補助 ------------- */
/* hr要素によるセパレーターを表示させない ------------- */
hr.separator {display: none;}
/* アクセス補助を一旦すべてのメディアに対し非表示とする ------------- */
.Shortcut,.LabelSummaries,.UserSupportInstruction	{display:none;}
/* アクセス補助が必要なメディアに対しては再定義し表示させる(speechはCSS3先取り) ------------- */
@media aural,speech,braille {
	.Shortcut,.LabelSummaries,hr.separator,.UserSupportInstruction	{
		display:block;}
}

/* floatの解除 ------------- */
.fbox{
	clear:both;
	_display: inline-block;
	min-height: 1%;
}
.fbox:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}



/* ===================================================================

	スタイルの設定

=================================================================== */

body{
	font-size:100%;
	color:#333333;
	_text-align:center;
	line-height:1.4;
	margin:0;
/*	background:#f3f3f3 url(../img/pattern_grid.jpg) repeat left top;*/
	}
#Contents {}


/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
p,li,dl,dt,dd {line-height:1.5;}
.red{	color:red;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}

/* ===================================================================
	通常のリンク
=================================================================== */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #696969;
	text-decoration: underline;
}
a:active {
	color: #696969;
	text-decoration: underline;
}

/* ===================================================================
	#header
	ヘッダー
=================================================================== */
#header_BK {
	background:#ddd;
}
#header {
	background:#eee;
	width:900px;
	margin:0 auto 10px;
	_margin:0 0 10px;
}


/*	ロゴ
------------------------------------------------------------------ */
#header h1#top,
#header p#top {
	float:left;
	margin:0;
	padding:10px 0;
}




/* ===================================================================
	#main
	メイン
=================================================================== */
#main {
/*	background:#eee;*/
	width:960px;
	margin:0 auto;
	padding:30px 0 0;
}

#mainarea {
	width:795px;
	float:right;
}




/* ===================================================================
	#footer
	フッター
=================================================================== */
#footer_BK {
	width:100%;
	margin:0;
	padding:15px 0;
	background:#fff;
	position:fixed;
	bottom:0;
	left:0;
	text-align:center;
	font-size:11px;

}

/* -------------- address -------------- */
#footer_contact address {
	text-align:center;
	font-size:11px;
}




/* ===================================================================
	フォーム用
=================================================================== */
#main_contact {
	width:800px;
	margin:0 40px 100px;
	padding:30px 40px;
	background:rgba(255,255,255,0.7);
	border-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#form_title {
	margin:0 40px 20px;
}
.form_intro {
	font-size:140%;
}
.form_ex {
	margin:0 0 30px;
}

.h_page {
	margin:40px 0 20px;
	padding-left:35px;
	font-size:20px;
	background:url(../img/h2_icon.png) no-repeat left 0.05em;
}

#form_tbl {
	margin:0 0 30px;
}
#form_tbl h2 {
	font-size:200%;
	font-weight:bold;
	margin:0 0 20px;
}
#form_tbl dl {
	margin:0;
}
#form_tbl dl dt {
	font-weight:bold;
	float: left;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.7;
	padding: 20px 10px;
	width: 180px;
	border-top: 1px solid #00913A;
}
#form_tbl dl dd {
	float: right;
	line-height: 1.7;
	padding: 20px 10px;
	width: 580px;
	border-top: 1px solid #aaa;
}
#form_tbl dl.last dt {
	border-bottom: 1px solid #00913A;
}
#form_tbl dl.last dd {
	border-bottom: 1px solid #aaa;
}
.coution {color:#666;}
.error {color:#E00000;}

.form_name,.form_kana,.form_tel {width:200px;}
.form_company {width:300px;}
.form_address,.form_mail {width:400px;}
.form_text {width:90%;height:10em;}

.form_yosan {width:200px;}
.form_server {width:450px;}
.server_txt {
	margin:10px 0 5px;
	font-size:90%;
	line-height:1.4;
}



#form_tbl dl dd label {
	display:block;
}
#form_tbl dl dd label input {
	margin-right:0.3em;
}

.hissu {
	margin-left:10px;
	padding:1px 5px;
	background:#E00000;
	color:#fff;
	font-weight:normal;
	font-size:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height:1;
}

.btn {
	margin-top:10px;
	text-align:center;
}
.btn_input {
	width:200px;
	padding:10px 0;
	display:inline-block;
/*	border:2px solid #8F8F8F;*/
	border:none;
	background:#00913A;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	cursor:pointer;
}
.btn_input:hover {
	background:#00b348;
}


/* 入力エラー */
.error-message {
	background:#fff1f1 url(../img/exclamation.gif) no-repeat 5px 0.4em;
	margin-top:5px;
	padding: 5px 25px;
	font-weight:bold;
	color:#E00000;
}

/* フォームのエラー */
input.form-error,
select.form-error,
textarea.form-error {
	background:#ffffe2;
/*	background:#ffffcb;*/
}
#doui-error {
	margin:0 65px;
}

#doui {
	background:#ffffff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
#doui label {
	display:block;
	padding:20px;
	text-align:center;
}
#form_agree,
#form_privacy {
	margin:30px 0;
	height:200px;
	padding:10px;
	background:#fff;
	border:1px solid #aaa;
	overflow:auto;
}
#form_agree h2,
#form_privacy h2 {
	font-size:16px;
	font-weight:bold;
}

#form_agree h3,
#form_privacy h3 {
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px;
	color: #00913A;
}
#form_agree h4,
#form_privacy h4 {
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px;
}


.form_title_finish {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.contact_end {
	font-size:16px;
	margin:0 0 30px;
}

.form_close {
	text-align:center;
}
.form_close a {
	width:200px;
	margin:0 auto;
	padding:10px 0;
	display:inline-block;
	background:#00913A;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}
.form_close a:hover {
	background:#efefef;
}




/* ===================================================================
	スマホ用
=================================================================== */
/* PCとかタブレット */
@media ( max-width : 960px ){
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	#main {
		width:100%;
		padding:0;
	}
	
	#mainarea {
		width: 100%;
		float: none;
	}
	#main_img img {width:100%;}
	
	.service_tekisei img {width:100%;}

	.sec {padding-right:15px;padding-left:15px;}
	.service_flow_img img {width:100%;}

	#footer_BK {position:relative;}

	#footer address {
		width:100%;
		position:static;
		text-align:center;
		clear:both;
		padding-top:20px;
	}
	#footer_menu {
		width:100%;
		position:static;
		text-align:center;
		clear:both;
		padding-top:20px;
	}
	
	
		/* フォーム */
	#main_contact {
		width:auto;
		margin:0 10px 40px;
		padding:20px 0;
	}
	#form_title {
		margin:0 15px 30px;
		background-position:-493px -470px;
	}
	.form_intro {
		margin:0 15px;
	}
	.form_ex {
		margin:0 15px 30px;
	}
	#form_tbl {
		margin:0 0 40px;
	}
	#form_tbl h2 {
		font-size:200%;
		font-weight:bold;
		margin:0 15px 20px;
	}
	#form_tbl dl {
		margin:0;
		padding:5px 15px;
	}
	#form_tbl dl dt {
		font-weight:bold;
		float:none;
		padding: 0;
		width: auto;
		border-top:none;
	}
	#form_tbl dl dd {
		float: none;
		line-height: 1.7;
		padding: 0;
		width: auto;
		border:none;
	}
	#form_tbl dl.last dt {border:none;}
	#form_tbl dl.last dd {border:none;}

	.form_name,.form_kana,.form_tel,.form_company,.form_address,.form_mail {width:100%;}
	.form_text {width:100%;height:10em;}
	.btn_input {width:150px;font-size:12px;}
	.btn_input:first-child {margin-right:10px;}
	
	#form_agree,
	#form_privacy {
		margin:15px;
	}
	#form_agree h2,
	#form_privacy h2 {
		font-size:16px;
		font-weight:bold;
		margin:0 0 10px;
	}
	#doui {
		margin:15px;
	}
	
	#footer_contact {
		width:100%;
		padding:20px 0;
	}
	
}

/* ------ ～520px ------ */
@media screen and (max-width: 520px) {
	#contact {margin:0 15px 40px;padding:15px;}
	.title_contact {
		background:none;
		display:block;
		text-indent:0;
		white-space: nowrap;
		overflow: visible;
		background:none;
		text-align:center;
		font-weight:bold;
		font-size:26px;
	}
	#contact dl dt,#contact dl dd {float:none;}
	#contact dl dt {width:232px;margin:0 auto;}
	#contact dl dd {width:100%;margin-bottom:5px;}
	.contact_tel span {
		width: 210px;
		height: 40px;
		margin:0 auto;
	}
	.contact_form {width:220px;margin:0 auto;}
}


/* ------ ～479px ------ */
@media screen and (max-width: 479px) {
	#main {
		width:100%;
		padding:0;
	}
	#mainarea {
		width: 100%;
		float: none;
	}
	.title_contact {
	}
	#contact dl dt,#contact dl dd {float:none;}
	#contact dl dt {width:232px;margin:0 auto;}
	#contact dl dd {width:100%;margin-bottom:5px;}
	.contact_tel span {
		width: 210px;
		height: 40px;
		margin:0 auto;
	}
	.contact_form {width:220px;margin:0 auto;}
	#footer {width:auto;background:#fff;padding:15px;}

}
