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

* { margin: 0; padding: 0; font-size: 100%; font-style: normal;}

body {
	background:#FFF;
	color:#222222;
	font-family: “ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro W3″,メイリオ,Meiryo,”ＭＳ Ｐゴシック”,sans-serif;
 	font-size: 14px;
 	line-height: 1.6;
	letter-spacing: 0.025em;
	width:100%;
}
body , html {  
	height: 100%;
	margin:0;padding:0;
}

table {
	font-size:inherit;
	font:100%;
}

h1, h2, h3, h4, h5, h6 { 
	margin:0;
	padding:0;
}

ul, ol {
	list-style-type:none;
	margin:0;
	padding:0;
}

a         { color: #003399; text-decoration:none; cursor: pointer;}
a:visited { color: #003399;}
a:hover   { color: #3872e6; text-decoration:none;}
a:focus,
a:active  { color: #3872e6;}
a.hidden  { text-decoration:none; cursor:text;}

.newwin {
    background: url("../images/newwin.gif") no-repeat scroll 100% 50% transparent;
    padding-right: 15px;
}

hr { display: none; clear:both;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}
.alt {display: none;}
.red {color:#ff0000;}

.linkimg a img {
background:none!important;
}
.linkimg a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

.btn img{
	box-shadow: 0 4px 6px -6px #777;
	-webkit-box-shadow: 0 4px 6px -6px #777;
	-moz-box-shadow: 0 4px 6px -6px #777;
	-webkit-box-shadow: 0px 4x 6px -6px #777;
	-o-box-shadow: 0px 4x 6px -6px #777;
	-ms-box-shadow: 0px 4x 6px -6px #777;
}

/* clearfix
--------------------------------------*/
.clearfix:after {
 content: "";
	display: block;
	height: 0;
	line-height:0;
	visibility: hidden;
	clear: both; 
}
.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* universal
--------------------------------------*/
.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}
.pb05 { padding-bottom:5px;}
.pb10 { padding-bottom:10px;}
.pb15 { padding-bottom:15px;}
.pb20 { padding-bottom:20px;}
.pb30 { padding-bottom:30px;}
.mb0 { margin-bottom:0px;}
.mb05 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:15px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}
.mb40 { margin-bottom:40px;}
.mb50 { margin-bottom:50px;}
.mb60 { margin-bottom:60px;}
.bold { font-weight:bold;}
.border {border:1px solid #ddd;}

/* 画像の下（内側）に文字
----------------------------------------------------*/	
#container  {  
		width: 100%;  
		display: -webkit-box;　/* Safari,Google Chrome用 */  
		display: -moz-box;　/* Firefox用 */  
}  

/* wrapper
----------------------------------------------------------------------------------------------*/
#wrapper{
	background-color:#fff;
	width:100%;
	height:100%;
	line-height:1.7em;
	}

/* header
----------------------------------------------------------------------------------------------*/
#header{
	width:100%;
}
#header .inner{
	width:976px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#header .inner .logo{
	padding:20px 0;
}
#header .inner .head_btn {
    position: absolute;
    right: 295px;
    top: 17px;
}
#header .inner .tel {
    position: absolute;
    right: 0px;
    top: 17px;
}

/*------------------------------------------------------------ main */
#main01{
	width:100%;
	background:url(../images/main_bg.gif) repeat-x 0 0;
	}

#main01 .inner{
	width:976px;
	margin:0 auto;
	position:relative;
	}

#main01 .inner h1.mainimg{
	position:relative;
	}
	
#main01 .inner p.mainbtn{
	position:absolute;
	bottom:22px;
	right:16px;
	}

#main01_sp {display:none;}


/* contents
----------------------------------------------------------------------------------------------*/
#contents{
	width:100%;
	}

/*#contents:after{content:".";display:block;height:0;clear:both;visibility: hidden;}*/

#contents .inner{
	width:976px;
	margin:0 auto;
	padding:30px 0 0;
	}

.checkbox {
	background:#eff4f7;
	border:5px solid #bcd5e5;
	padding:25px 25px 20px;
	margin-bottom:30px;
}
.checkbox p {
	color:#f12d00;
	font-size:1.55em;
	margin-bottom:20px;
}
.checkbox ul li {
	background:url(../images/check.png) no-repeat 0 3px;
	float:left;
	font-size:1.25em;
	width:418px;
	padding:6px 0 6px 40px;
}

.t01{
	font-size:1.85em;
	line-height:1.5em;
	font-weight:bold;
	border-left:8px solid #0c517b;
	border-bottom:1px solid #0c517b;
	padding:10px 20px;
	color:#0c517b;
}

.t02{
	font-size:1.35em;
	line-height:1.5em;
	font-weight:bold;
	color:#196a99;
	background-color:#eee;
	padding:8px 20px;
	border:1px solid #ccc;
}
.t02 span {
	background:#196a99;
	color:#FFF;
	padding:0 10px;
	margin-right:10px;
}
.t03{
	font-size:1.35em;
	line-height:1.5em;
	font-weight:bold;
	color:#196a99;
	padding:6px 10px;
	border-bottom:3px solid #196a99;
	margin:0 30px 20px;
}

#contents .inner .p01{
	font-size:1.25em;
	line-height:1.65;
	margin-left:30px;
	margin-right:30px;
}

.tbl_top01{
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0 30px 30px;
	}
	
.tbl_top01 tr th{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#222222;
	background-color:#f5f5f5;
	padding:6px 10px 6px 10px;
	text-align:center;
	font-weight:normal;
	}
	
.tbl_top01 tr th span{
	color:#ff0000;
	}
	
.tbl_top01 tr td{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:6px 10px 6px 10px;
	text-align:left;
	}

.imgbox01{
	width:780px;
	margin:0 auto 30px;
}
.imgbox01 .lbox{
	float:left;
	width:360px;
	text-align:center;
}
.imgbox01 .rbox{
	float:right;
	width:360px;
	text-align:center;
}

.top_imgbox{
	width:740px;
	margin:0 auto 30px;
}
.top_imgbox .lbox{
	float:left;
	width:315px;
	text-align:center;
}
.top_imgbox .rbox{
	float:right;
	width:315px;
	text-align:center;
}
.top_imgbox img{
	border:1px solid #ddd;
}

.top_imgbox02{
	width:954px;
	margin:0 -18px 30px 20px;
}
.top_imgbox02 .box{
	float:left;
	width:300px;
	margin-right:18px;
	text-align:center;
}
.top_imgbox02 .box img{
	border:1px solid #ddd;
}

.top_imgbox03{
	width:954px;
	margin:0 -18px 30px 20px;
}
.top_imgbox03 .box{
	float:left;
	width:300px;
	margin-right:18px;
	text-align:center;
}
.top_imgbox03 .box img{
	border:1px solid #ddd;
}

ul.teianlist{
	list-style:outside disc;
	font-size:1.25em;
	line-height:1.5em;
	background-color:#fffddb;
	border:3px solid #ccc;
	margin:0 30px 20px;
	padding:20px 20px 10px;
}
.teianlist2 ul {
	list-style:outside disc;
}
.teianlist2 li,
.teianlist li{
	margin-bottom:10px;
	margin-left:20px;
}
p.teianlist {
	font-size:1.25em;
	line-height:1.5em;
	background-color:#fffddb;
	border:3px solid #ccc;
	margin:0 30px 30px;
	padding:20px;
}
.teianlist2 {
	font-size:1.25em;
	line-height:1.5em;
	background-color:#f6f6f6;
	border:5px solid #DDD;
	margin:0 30px 30px;
	padding:20px;
}
div.teianlist2 {
	padding:20px 20px 10px;
}

.jirei {
	list-style:outside disc;
	font-size:1.15em;
	line-height:1.5em;
	margin:0 30px 40px;
	padding:0;
}
.jirei dl {
	margin:0 0 25px;
}
.jirei dt {
	border-left:5px solid #196a99;
	font-size:1.125em;
	font-weight:bold;
	margin:0 0 10px;
	padding-left:0.5em;
}
.jirei dd {
	line-height:1.8;
}

.example{
	list-style:outside disc;
	font-size:1.15em;
	line-height:1.5em;
	background-color:#fffddb;
	border:3px solid #ccc;
	margin:0 30px 30px;
	padding:20px 20px 10px;
}
.example dl {
	margin:0 0 15px;
}
.example dt {
	font-size:1.15em;
	font-weight:bold;
	margin:0 0 5px;
}
.example dd {
	line-height:1.75;
}
.faq dt {
	color:#196a99;
}
.faq dd span {
	color:#ff7e00;
	font-size:1.15em;
	font-weight:bold;
}
.reportImg {
	position:relative;
}
.reportImg p {
	position:absolute;
	top:40px;
	right:40px;
}


.tbl_top02{
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width:100%;
	}
	
.tbl_top02 tr{
	}
	
.tbl_top02 tr th{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#222222;
	background-color:#f5f5f5;
	padding:6px 10px 6px 10px;
	text-align:center;
	font-weight:normal;
	}
	
.tbl_top02 tr th span{
	color:#ff0000;
	}
	
.tbl_top02 tr td{
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:6px 10px 6px 10px;
	text-align:left;
	}
	
.tbl_top02 tr td .p01{
	font-weight:bold;
	}
	
.tbl_top02 ul{
	list-style:disc;
	margin-left:20px;
}

/* etc
---------------------------------------*/

.txt_offer{
	margin-bottom:50px;
	font-size:1.15em;
}
.txt_offer a         { color: #003399; text-decoration:underline; cursor: pointer;}
.txt_offer a:visited { color: #003399;}
.txt_offer a:hover   { color: #3872e6; text-decoration:underline;}
.txt_offer a:focus,
.txt_offer a:active  { color: #3872e6;}
.txt_offer a.hidden  { text-decoration:none; cursor:text;}

.txt_ss{
	margin-bottom:20px;
	font-size:1em;
}

.txt_pk {
	background:#fdff7c;
}
.txt_bl {
	border-bottom:2px dotted #666;
/*	background:#b9f9ff;*/
}
td .txt_pk {
	background:none;
	border-bottom:5px solid #fdff7c;
}
.noteBox {
	margin:0 35px 30px;
}


/* footer
----------------------------------------------------------------------------------------------*/
#footer{
width:100%;
height:80px;
background-color:#eee;
}

#footer .inner{
width:976px;
margin:0 auto;
position:relative;
}

#footer .inner .p01{
font-size:1em;
position:absolute;
top:28px;
left:0;
}

/* Form
----------------------------------------------------------------------------------------------*/
#Form {
    font-size: 1.25em;
	margin:0 50px 60px;
}
#Form dl {
	border-top:1px dotted #CCC;
	clear:both;
	padding:10px;
}
#Form dt {
	font-weight:normal;
	float:left;
	width:15em;
	padding:10px 0;
}
#Form dd {
	margin-left:15em;
	padding:10px 0;
}
#Form dt span.must {
	color:red;
    font-size: 0.8em;
	margin-left:0.5em;
}
#Form dd span.note {
	color:#999;
	display:block;
    font-size: 0.8em;
	margin-left:0.5em;
	margin-top:0.5em;
	line-height:1.4;
}

#Form input,
#Form textarea {
	background-color:#FAFAFA;
	border-color:#868686 #CDCDCD #CDCDCD #868686;
	border-style:solid;
	border-width:1px;
	color:#333333;
	padding:3px 3px 3px 5px;
	margin-bottom:5px;
}
#Form textarea {
	height:100px;
	width:460px;
}
#Form input.wM{
	width:460px;
}
#Form input.wS {
	width:130px;
}
#Form select {
	background-color:#FAFAFA;
	border-color:#868686 #CDCDCD #CDCDCD #868686;
	border-style:solid;
	border-width:1px;
	color:#333333;
	padding:3px 4px;
}

#Form input:focus,
#Form textarea:focus,
#Form select:focus {
	background:#E9F1FE none repeat scroll 0 0;
}

#Form .privacy {
	margin:10px 30px 20px;
}

#Form .formbtn {
	clear:both;
	margin:10px auto;
	text-align:center;
}
#Form .formbtn input {
	color:#FFF;
	font-size:1.15em;
	font-weight:bold;
	padding:12px 10px;
	width:300px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	cursor:pointer;
}
#Form .formbtn input.gr {
	font-size:1em;
	padding:8px 10px;
	width:240px;
}

#Form .formbtn input {
border:1px solid #679315;
 background-color: #679315; background-image: -webkit-gradient(linear, left top, left bottom, from(#679315), to(#3C7910));
 background-image: -webkit-linear-gradient(top, #679315, #3C7910);
 background-image: -moz-linear-gradient(top, #679315, #3C7910);
 background-image: -ms-linear-gradient(top, #679315, #3C7910);
 background-image: -o-linear-gradient(top, #679315, #3C7910);
 background-image: linear-gradient(to bottom, #679315, #3C7910);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#679315, endColorstr=#3C7910);
}
#Form .formbtn input:hover{
 background-color: #3C7910;
 background-color: #3C7910; background-image: -webkit-gradient(linear, left top, left bottom, from(#3C7910), to(#679315));
 background-image: -webkit-linear-gradient(top, #3C7910, #679315);
 background-image: -moz-linear-gradient(top, #3C7910, #679315);
 background-image: -ms-linear-gradient(top, #3C7910, #679315);
 background-image: -o-linear-gradient(top, #3C7910, #679315);
 background-image: linear-gradient(to bottom, #3C7910, #679315);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3C7910, endColorstr=#679315);
}
#Form .formbtn input.gr {
	border:1px solid #a2a2a2;
 background-color: #C5C5C5;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), to(#888888));
 background-image: -webkit-linear-gradient(top, #C5C5C5, #888888);
 background-image: -moz-linear-gradient(top, #C5C5C5, #888888);
 background-image: -ms-linear-gradient(top, #C5C5C5, #888888);
 background-image: -o-linear-gradient(top, #C5C5C5, #888888);
 background-image: linear-gradient(to bottom, #C5C5C5, #888888);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C5C5C5, endColorstr=#888888);
}
#Form .formbtn input.gr:hover{
 background-color: #888888;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), top(#C5C5C5));
 background-image: -webkit-linear-gradient(top, #888888, #C5C5C5);
 background-image: -moz-linear-gradient(top, #888888, #C5C5C5);
 background-image: -ms-linear-gradient(top, #888888, #C5C5C5);
 background-image: -o-linear-gradient(top, #888888, #C5C5C5);
 background-image: linear-gradient(to bottom, #888888, #C5C5C5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#888888, endColorstr=#C5C5C5);
}


#Form label.error {
    background-color: #fff4f7;
    border: 3px solid #ffd7e0;
    color: #c8002d;
    display: block;
    padding: 5px 10px;
    width: 335px;
}

#Form .confirmTxt {
	text-align:left;
	padding:10px;
}
#FormThanks {
	font-size:1.25em;
	line-height:1.5;
	text-align:left;
	border:5px solid #EFEFEF;
	padding:50px;
	margin:50px auto 100px;
	width:600px;
}
#FormThanks  h1 {
	font-size:1.45em;
	margin-bottom:10px;
}


/* For MOBILE
----------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {

	body { 	font-size: 12px;}
	/* header
	-----------------------------------------------------------------------*/
	#header .inner{
		width:100%;
	}
	#header .inner .logo{
		padding:10px 2%;
	    position: relative;
		float:left;
		width:30%;
	}
	#header .inner .logo img {
		width:100%;
	}
	#header .inner .info {
		float:right;	
		width:64%;
		margin-right:2%;
}
	#header .inner .head_btn {
	    position: relative;
		float:left;	
		width:46%;
		top:0;right:0;
		padding-top:10px;
		margin-left:5%;
	}
	#header .inner .tel {
	    position: relative;
		float:right;	
		width:46%;
		top:0;right:0;
		padding-top:12px;
	}
	#header .inner .head_btn img {
		width:100%;
	}
	#header .inner .tel img {
		width:100%;
	}
	/*------------------------------------------------------------ main */
	.linkimg a:hover img {
		opacity:1;
		filter:alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
		}

	#main01 {display:none;}
	#main01_sp{
		display:inherit;
		width:100%;
		background:none;
		}
	#main01_sp .inner{
		width:100%;
		margin:0 auto;
		position:relative;
		}
	#main01_sp .inner h1.mainimg{
		position:relative;
		margin-bottom:15px;
		}
	#main01_sp .inner h1.mainimg img{
		width:100%;
		}
	#main01_sp .inner p.mainbtn{
		text-align:center;
		}
	#main01_sp .inner p.mainbtn img {
		width:92%;
	}

	#contents .inner{
		width:96%;
		margin:0 2%;
		padding:30px 0 0;
		}
	.checkbox {
		padding:15px 15px 10px;
		margin-bottom:30px;
	}
	.checkbox ul li {
		float:none;
		width:90%;
	}
	.t01{
		font-size:1.65em;
		padding:5px 10px;
	}
	.t02{
		padding:6px 10px;
	}
	#contents .inner .p01{
		margin-left:15px;
		margin-right:15px;
	}
	ul.teianlist{
		margin:0 15px 20px;
		padding:10px10px 5px;
	}

	p.teianlist {
		margin:0 15px 30px;
		padding:10px;
	}
	.example {
		margin:0 15px 30px;
	}

	.entryBtn img {
		width:95%;
	}

	.imgbox01,
	.top_imgbox{
		width:94%;
		margin:0 3% 30px;
	}
	.imgbox01 .lbox,
	.imgbox01 .rbox{
		width:48%;
		margin-bottom:0px;
	}
	.lbox img,
	.rbox img {
			width:100%;
	}

	.top_imgbox .lbox,
	.top_imgbox .rbox{
		width:45%;
		margin-bottom:0px;
	}
	.top_imgbox img {
			width:100%;
	}

	.top_imgbox02,
	.top_imgbox03{
		width:100%;
		margin:0 0 30px 0px;
	}
	.top_imgbox02 .box,
	.top_imgbox03 .box{
		width:29%;
		margin-left:3%;
		margin-right:0;
		margin-bottom:0px;
	}
	.top_imgbox02 .box img {
		width:100%;
	}
	.top_imgbox03 .box img {
		width:100%;
	}

	.flowimg img,
	.fsgimg img {
		width:100%;
	}
.reportImg p {
	position:relative;
	text-align:center;
	top:0; right:0;
	margin:0 auto 15px;
}

	/* footer
	-----------------------------------------------------------*/
	#footer{
	height:60px;
	}
	#footer .inner{
	width:96%;
	margin:0 2%;
	}
	#footer .inner .p01{
	top:20px;
	}

	/* Form
	----------------------------------------------------------------------------------------------*/
	#Form {
	    font-size: 1.15em;
		margin:0 2% 30px;
	}
	#Form dl {
		border-top:1px dotted #CCC;
		clear:both;
		padding:0;
		width:96%;
	}
	#Form dt {
		font-weight:normal;
		float:none;
		width:96%;
		padding:5px 0 0;
	}
	#Form dd {
		margin-left:0em;
		padding:5px 0 10px;
	}

	#Form textarea {
		height:100px;
		width:100%;
	}
	#Form input.wM{
		width:100%;
	}
	#Form input.wS {
		width:30%;
	}
	#Form .formbtn input {
		width:100%;
	}
	#Form .privacy {
		margin:10px 5% 20px;
	}
	#Form .privacy iframe {
		width:100%;
		height:40%;
	}

	#FormThanks {
		font-size:1.15em;
		padding:5%;
		margin:0px auto 50px;
		width:85%;
	}

}

