@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.orange {
	color:#f60;
}
.white {
	color:#fff;
}
.green {
	color:#063;
}
.lgreen {
	color:#063;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#1b689c;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#0071bc;
}
.gray {
	color:#777;
}
.gold {
	color:#885;
}
.brown {
	color:#855b08;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#eee;
	text-decoration:none;
}
.fw a:visited {
	color:#eee;
	text-decoration:none;
}
.fw a:hover {
	color:#bbb;
	text-decoration:none;
}
.fw a:active {
	color:#eee;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.pcmb40 {
		margin-bottom:40px;
	}
	.pccenter {
		text-align:center;
	}
	.pcadj {
		min-height:100px;
	}
}

#header {
	position:relative;
	width:100%;
	height:120px;
	z-index:2000;
}
#header h1 {
	position:absolute;
	left:25px;
	top:25px;
}
#header p {
	position:absolute;
	top:30px;
	right:30px;
}
#fix_foot {
	display:none;
}
@media screen and (max-width: 499px) {
#header {
	height:60px;
}
#header h1 {
	position:static;
	padding-top:13px;
}
#header h1 img {
	width:auto;
	height:34px;
}
#header p {
	display:none;
}
#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:40px;
	bottom:0;
	left:0;
	background-color:#0071bc;
	border-top:1px solid #fff;
}
#fix_foot ul {
	font-size: 0.84em;
	text-align:center;
}
#fix_foot ul a {
	display:block;
	line-height:40px;
	text-decoration:none;
	color:#fff;
}
#fix_foot ul li:nth-child(even) a {
	border-left:1px solid #fff;
}
#fix_foot ul li {
	float:left;
	width:50%;
}
#fix_foot ul li.twosw {
	
}
#fix_foot ul li.twos {
	
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
}

.bg1 {
	background-color:#333;
	padding:20px 0;
	text-align:center;
	font-size:2em;
	line-height:1.4;
	color:#fff;
}
.container {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#main {
	background-image:url(../img/main_bg.jpg);
	background-position:center center;
	background-size:cover;
}
.fuki1 {
	position:relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border:5px solid #333;
	padding:30px 40px 10px;
	font-size:1.4em;
	font-weight:bold;
}
.fuki1 li {
	padding-bottom:20px;
}
.fuki1 p {
	position:absolute;
	right:0;
	bottom:0;
}
.fuki2 {
	background-color:#fee;
}
.mida1 {
	font-size:1.4em;
}
.mida2 {
	font-size:2em;
	text-align:center;
}
@media screen and (min-width: 500px) {
.mida1,.mida2 {
	line-height:1.4;
}
}
@media screen and (max-width: 499px) {
#main {
}
.bg1 {
	font-size:1.16em;
}
.container {
	width:auto;
	padding:0 20px;
}
.fuki1 {
	border:3px solid #333;
	padding:20px 20px 0;
	font-size:1em;
	line-height:1.7;
}
.fuki1 li {
	padding-bottom:20px;
}
.fuki1 p img {
	width:100px;
}
.mida1 {
	font-size:1.24em;
}
.mida2 {
	font-size:1.24em;
	text-align:left;
}
}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:70px;
	right:-90px;
	z-index:2000;
}
.pagetop img {
	width:60px;
}
#footer {
	height:10px;
}
.credit {
	
}
.copyright {
	padding:0 30px 30px;
	font-size:0.76em;
	text-align:right;
	color:#999;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding-bottom:30px;
}
.pagetop img {
	width:60px;
}

#footer  {
	height:70px;
}
.copyright {
	padding:0 0 90px;
	text-align:center;
}
.copyright img,.fw {
	display:none;
}
}
	
.sub {
	text-align:center;
	font-size:2em;
	line-height:1.3;
	background-color:#C00;
	color:#fff;
	margin:0 0 30px;
	padding:20px 0;
}
.sub1 {
	text-align:left;
	font-size:1.24em;
	line-height:1.3;
	background-color:#0071bc;
	color:#fff;
	margin:0 0 30px;
	padding:10px 20px;
}
.line {
	border-bottom:1px dotted #666;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}
.more a {
	display:block;
	color:#231815;
	text-align:center;
	line-height:40px;
	background-color:#fff;
	border:1px solid #231815;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
.arr1 {
	text-align:center;
}
.csub {
	text-align:left;
	font-size:1.24em;
	line-height:1.4;
	background-color:#f07700;
	color:#fff;
	padding:10px 20px;
}
.sub2 {
	text-align:left;
	font-size:1.16em;
	line-height:1.4;
	border-bottom:2px solid #0071bc;
	color:#0071bc;
	padding:0 0 5px 0;
	margin-bottom:30px;
}
.contact {
	border-bottom:2px solid #f07700;
	border-left:2px solid #f07700;
	border-right:2px solid #f07700;
	padding:30px 30px;
	background-color:#FFd;
}
.pgend {
	margin-bottom:70px;
}
.bgy {
	background-color:#FF0;
	line-height:1.4;
	padding:10px 0;
}
.waku1 {
	border:1px solid #99ccff;
	padding:30px;
}
.bdr1 {
	border-top:3px solid #C00 !important;
	border-left:3px solid #C00 !important;
	border-right:3px solid #C00 !important;
}
.bdr2 {
	border-left:3px solid #C00 !important;
	border-right:3px solid #C00 !important;
}
.bdr3 {
	border-bottom:3px solid #C00 !important;
	border-left:3px solid #C00 !important;
	border-right:3px solid #C00 !important;
}
.bdr4 {
	border-top:3px solid #C00 !important;
	border-left:3px solid #C00 !important;
}
.bdr5 {
	border-top:3px solid #C00 !important;
}
.bdr6 {
	border-top:3px solid #C00 !important;
	border-right:3px solid #C00 !important;
}
.bdr7 {
	border-bottom:3px solid #C00 !important;
	border-left:3px solid #C00 !important;
}
.bdr8 {
	border-bottom:3px solid #C00 !important;
}
.bdr9 {
	border-bottom:3px solid #C00 !important;
	border-right:3px solid #C00 !important;
}
@media screen and (max-width: 499px) {
	.sub {
		font-size:1.24em;
	}
	.sub1 {
		font-size:1.08em;
	}
	.point img {
		width:80px;
	}
	.arr1 img {
		width:60px;
	}
	.pgend {
	margin-bottom:60px;
	}
	.waku1 {
	padding:20px;
	}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#edf4f1;
	white-space:nowrap;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#040543;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td,.table4 th {
	padding: 10px 15px;
	border: 1px solid #999;
}
.table4 th {
	font-weight: normal;
	white-space:nowrap;
}
.tbover {
	margin-bottom:30px;
}
.table5 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}


@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #edf4f1;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	color: #040543;
	padding:3px 10px;
	border-bottom:1px solid #040543;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.tbover {
	overflow:auto;
	margin-bottom:10px;
}
.table4 {
	
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	color: #081945;
	padding:3px 10px;
	border-bottom:1px solid #081945;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}

}

@media screen and (min-width: 500px) {
.table1 th {
	width:200px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.nobd {
	border-bottom:none !important;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
}