@charset "UTF-8";

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

*{
	margin: 0;
	line-height: 1.65;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

br{
	letter-spacing:0;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

a {
	color: #0000FF;
}

a:hover {
	color: #8F0000;
}

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

html {
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック",Helvetica,verdana,arial;
	color: #222;
	background: #F79100;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

body {
	margin: 0;
}

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

#wrapper {
	width: 100%;
	height: 100%;
}

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

#headerbg {
	background: url("images/header5.gif") center no-repeat #E3E8EB;
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;*/
	position: relative;
}

#header {
	margin: 0 auto 0 auto;
	text-align: center;
}

.greet {
	position: absolute;
	top: 35px;
	right: 35px;
	background: #F15A24;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1;
	padding: 5px 5px 0 5px;
}

.greet2 {
	position: absolute;
	top: 75px;
	right: 35px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding: 0 10px;

}

.greet2 a {
	text-decoration: none;
	line-height: 1;
}

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


#container2 {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	/*position: relative;*/
	padding-bottom: 1px;
}

#sub {
	width: 180px;
	/*position: absolute;
	top: 0px;
	left: 207px;*/
	background: #F79100;
	margin: 0 auto;
	float:left;
	border:1px solid #F79100;
	border-bottom:1px solid #FFFFFF;
}

#sub.fixed {
	position: fixed;
	top: 20px;
}

#sub table{
	padding:0;
}

#sub table td{
	padding:0;
	border-top:1px solid #FFFFFF;

}

.menubutton1{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding:0;
	width:180px;
	height:50px;
	color:#6d0019;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	line-height:1.4;
}

.menubutton1:hover{
	background:#FFBD60;
	text-decoration:underline;
}

#main1 {
	width: 800px;
	min-height: 600px;
	padding:0;
	float:right;
}

#main2 {
	width: 800px;
	min-height: 600px;
	background: url("images/maintop.png") top center no-repeat , url("images/mainbottom.png") bottom center no-repeat , #FFFFFF;
	padding-bottom: 70px;
	padding-top: 1px;
	margin: 0 auto;
}

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

.subhead {
	margin: 50px 0 50px 0;
	text-align: center;
}

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

.ten {
	margin:-7px 3px 0 0;

}

a.last {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;
	line-height: 2;
}

a.last:hover {
	color: #555555;
	background:#FFFFB8;
}
/*-----------------------*/

.law p {
	font-size: 15px;
	line-height: 1.6;
}

.law table {
	width: 650px;
	background-color: #FFFFFF;
	font-size: 15px;
	line-height: 1.6;
	border-spacing: 0px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}

.law td {
	border: 1px solid #999999;
	padding: 12px 15px;
	line-height: 1.6;
}

.law td.t1 {
	width: 150px;
	background-color: #C8FF96;
	line-height: 1.6;
}

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

.main_text3 {
	margin: 60px 130px 0px 130px;
	text-align: left;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

.main_text3.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.main_text_th {
	margin: 30px 130px 0px 130px;
	text-align: left;
	font-size: 17px;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

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

.notice {
	border: 1px solid #cccccc;
	margin: 32px;
	height: 343px;
}

.noticetop {
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	padding: 2px 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

.noticecontent {
	overflow-y: scroll;
	height: 308px;
}

.noticetext {
	text-align: left;
	margin: 10px 16px 10px 16px;
}

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

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

#footer_n {
	margin: 0 auto 0 auto;
	padding: 1px 0 15px 0;
	background: #F79100;
}

#footer_n p {
	margin: 15px;
}

.footer_bg1 {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #FFF;
}

.footer_bg1 p {
	color: #FFF;
	text-align:center;
	font-size: 14px;
}

.footer_bg1 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg1 p a:hover {
	text-decoration: underline;
}

.footer_bg2 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 110px;
}

.footer_bg2 p {
	color: #FFF;
	text-align:left;
	font-size: 12px;
	line-height: 1.3;
}

.footer_bg2 p a {
	color: #FFF;
	text-decoration: none;
}

.footer_bg2 p a:hover {
	text-decoration: underline;
}



.footer_bg_p1 {
	top: 10px;
	left: 0;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p2 {
	top: 10px;
	left: 290px;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

.footer_bg_p3 {
	top: 10px;
	left: 650px;
	width: 350px;
	margin: 0 auto;
	position: absolute;
}

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

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

#pheaderbg {
	background: url("images/planheader1.jpg") center no-repeat #E3E8EB;
	width: 998px;
	height: 500px;
	margin: -1px auto 0 auto;
	text-align: center;
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;*/
	position: relative;
}

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

.main_text4 {
	margin: 60px 30px 0px 30px;
	text-align: left;
	font-size: 18px;
	line-height: 1.8;
}

.main_text4.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.main_text5 {
	margin: 32px 50px 0px 50px;
	text-align: left;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0.04em;
}

.main_text5.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

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

.planformbg1{
	background: url("images/planformbg1.png") no-repeat ;
	margin-top: 20px;
	padding: 1px;
	height:400px;
}

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

.yori {
background: url("images/text8.png") right bottom no-repeat ;
min-height: 127px;
}

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

.mailin{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	display:inline-block;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	background:#FEB856;
}


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

table.hitrate {
	border: 3px solid #999999;
	font-size: 16px;
	width: 738px;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
}

table.hitrate th {
	width: 50%;
	padding: 20px;
	border: 1px solid #999999;
	text-align: left;
	line-height: 1;
	background: #FFF000;
}

table.hitrate td {
	padding:0 0 0 110px;
	border: 1px solid #999999;
	text-align: left;
	line-height: 1;
	background: #fffff0;
	color:#FF0000;
	font-size: 22px;
}

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

.mv_bg{
	background:url("images/mv_bg.png") top center repeat-y #FFF3D0;
	margin: 0 80px;
	padding: 1px 1px 80px 1px;
}

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

.planbutton2 {
	background: url("images/planbutton2.png") no-repeat;
	width: 660px;
	height: 160px;
	cursor: pointer;
	border: none;
}

.planbutton2:hover {
	background: url("images/planbutton2_h.png") no-repeat;
	margin-top:3px;
}
/*-----------------------*/

.janpbutton1 {
	background: url("images/jbutton1.png") no-repeat;
	width: 680px;
	height: 238px;
	cursor: pointer;
	border: none;
	display:block;
	margin:50px auto 30px auto;
}

.janpbutton1:hover {
	background: url("images/jbutton1_h.png") no-repeat;
}

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

.hosivoice{
	border:5px solid #E36C6B;
	margin: 50px 30px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#000;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background:#FFEFDB;
}

.hosivoice .main_text4 {
	margin:40px;
	letter-spacing:0;
}

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

.resde1{
	margin: 50px auto;
	width:740px;
	background:#FFF7ED;
	color:#555555;
}

.resde1 th{
	border-top:2px solid #F79100;
	border-bottom:2px solid #F79100;
	font-size:26px;
	background:#F79100;
	color:#FFFFFF;
	padding:3px 0 0 0;
}

.resde1 td{
	border-top:2px solid #F79100;
	border-bottom:2px solid #F79100;
	font-size:22px;
	padding:13px 0 10px 0;
}

.resde1 .tde1{
	width:40%;
	text-align:left;
	padding-left:30px;
	
}

.resde1 .tde2{
	width:15%;
	text-align:left;
	padding-left:10px;
}

.resde1 .tde3{
	width:30%;
	text-align:right;
	padding-right:50px;
}

.resde1 .tde4{

}

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

.resde2{
	margin: 50px auto;
	width:740px;
	background:#FFF7ED;
	color:#555555;
	box-shadow:0px 0px 10px #C1473A;
}

.resde2 th{
	border:1px solid #F79100;
	font-size:18px;
	letter-spacing:2px;
	background:#F79100;
	color:#FFFFFF;
	padding:14px 10px 11px 10px;
}

.resde2 td{
	border:1px solid #F79100;
	font-size:22px;
	padding:8px 10px 5px 10px;
}

.resde2 .tde1{
	text-align:left;
}

.resde2 .tde2{
	text-align:center;
	width:30%;
	border-right:none;
}

.resde2 .tde3{
	text-align:center;
	border-right:none;
	border-left:none;
}

.resde2 .tde4{
	width:30%;
	border-left:none;
}

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

.iflink{
	width:764px;
	margin:50px auto 30px auto;
	height:540px;
	border:none;
}

.formbg1{
	background: url("images/form1.png") top center no-repeat , url("images/form2.png") bottom no-repeat , url("images/form3.png") ;
	margin:50px auto 30px auto;
	width:764px;
	padding: 1px 0 30px 0;
	min-height:484px;
}

.insize1{
	width:500px;
	height:30px;
	font-size:24px;
	padding:5px;
}

.insize2{
	width:500px;
	height:150px;
	font-size:24px;
	padding:5px;
}

.formlay1{
	margin:0 auto;
	text-align:left;
}

.formlay1 td{
	padding:10px 0 0 0;
}

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

.planbutton1 {
	background: url("images/planbutton1.png") no-repeat;
	width: 650px;
	height: 100px;
	cursor: pointer;
	border: none;
}

.planbutton1:hover {
	background: url("images/planbutton1_h.png") no-repeat;
	margin-top:3px;
}



@media only screen and (min-device-width: 240px) and (max-device-width: 480px) {

	#sub {
		position: absolute;
	}

}