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

/* 基本セッテイィング */
* {
	box-sizing:border-box;
}
body {
	font-family:"游ゴシック", YuGothic,"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
	font-size:16px;
	color:#4f4f4f;
	line-height:30px;
	font-weight:500;
}
textarea {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input, select {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	vertical-align:bottom;
}
header,footer,nav,article,aside,section {
	display:block;
}
a:link {
	color:#3d7c1e;
	text-decoration:underline;
}
a:visited {
	color:#3d7c1e;
	text-decoration:underline;
}
a:hover {
	color:#7ec75a;
	text-decoration:none;
}
a:active {
	color:#3d7c1e;
	text-decoration:underline;
}
a.toplink:link {
	color:#ffffff;
	text-decoration:none;
}
a.toplink:visited {
	color:#ffffff;
	text-decoration:none;
}
a.toplink:hover {
	color:#99cb81;
	text-decoration:none;
}
a.toplink:active {
	color:#ffffff;
	text-decoration:none;
}
a.navlink:link {
	color:#ffffff;
	text-decoration:none;
}
a.navlink:visited {
	color:#ffffff;
	text-decoration:none;
}
a.navlink:hover {
	color:#000000;
	text-decoration:none;
	background:#ffffff;
}
a.navlink:active {
	color:#ffffff;
	text-decoration:none;
}
a.ftrlink:link {
	color:#ffffff;
	text-decoration:none;
}
a.ftrlink:visited {
	color:#ffffff;
	text-decoration:none;
}
a.ftrlink:hover {
	color:#b0b0b0;
	text-decoration:underline;
	background:#ffffff;
}
a.ftrlink:active {
	color:#ffffff;
	text-decoration:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* 書式 */
hr {
    border: solid #e6e6e6;
    border-width: 1px 0 0 0;
    clear: both;
	margin:30px 0;
}
.small {
	font-size:11px;
	color:#000000;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
	margin-left:20px;
	font-weight:normal;
}
.red {
	color:#ff2424;
}
.red2 {
	color:#8e0000;
	font-size:18px;
	font-weight:bold;
}
.orange {
	color:#ee5400;
}
.bk {
	color:#000000;
}

/* 共通クラス */
.left25 {
	margin-left:25px;
}
.left32 {
	margin-left:32px;
}
.up10 {
	margin-top:10px;
}
.up20 {
	margin-top:20px;
}
.up30 {
	margin-top:30px;
}
.up40 {
	margin-top:40px;
}
.up50 {
	margin-top:50px;
}
.up60 {
	margin-top:60px;
}
.ud10 {
	margin:10px 0px;
}
.ud20 {
	margin:20px 0px;
}
.ud30 {
	margin:30px 0px;
}
.d10 {
	margin-bottom:10px;
}
.d20 {
	margin-bottom:20px;
}
.d30 {
	margin-bottom:30px;
}
.d40 {
	margin-bottom:40px;
}
.right {
	text-align:right;
}
.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.ct {
	text-align:center;
}

/* 共通レイアウト */
header {
	position:relative;
	width:960px;
	margin:0 auto;
	height:143px;
}
header h1 {
	position:absolute;
	top:3px;
	right:0px;
	font-size:14px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
}
#logo {
	position:absolute;
	top:18px;
	left:0px;
}
#toi {
	position: absolute;
	top: 35px;
	right: 0px;
}
#toi:hover {
	position: absolute;
	top: 35px;
	right: 0px;
	opacity: 0.7;
}
#tel {
	position: absolute;
	top: 92px;
	right: 0px;
}
#catch {
	margin: 0 auto;
	width: 960px;
}
.telbox {
	width: 100%;
	margin: 30px 0;
	background: url(../img/back_tel.png);
	padding: 20px 0;
}
.tel_in {
	width: 584px;
	margin: 0 auto;
}
.tel2:hover {
	opacity: 0.7;
}
#point {
	width: 800px;
	margin: 0 auto;
	border: 4px solid #eeeeee;
}
#point h3 {
	color: #1773bf;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	background: url(../img/back_h3.png) repeat-x;
	height: 95px;
	padding-top: 35px;
	margin-bottom: 40px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
}
#point2 {
	width: 800px;
	margin: 0 auto;
	border: 4px solid #eeeeee;
}
#point2 h3 {
	color: #1773bf;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	background: url(../img/back_h3.png) repeat-x;
	height: 95px;
	padding-top: 35px;
	margin-bottom: 40px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
}
#point ul {
padding: 0 40px 40px 40px;
font-size: 14px;
}
#point2 ul {
padding: 0 40px 40px 40px;
font-size: 14px;
}
#point li {
list-style: circle;
}
#point2 li {
list-style: circle;
}
.p_box {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	width: 740px;
	margin: 30px auto;
	overflow: hidden;
}
.p_box img {
	float: left;
	margin-right: 20px;
}
.p_box h4 {
	color: #000;
	font-size: 30px;
	margin-bottom: 20px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
	padding-top: 5px;
}
.p_box2 {
	width: 740px;
	margin: 30px auto;
	overflow: hidden;
}
.p_box2 img {
	float: left;
	margin-right: 20px;
}
.p_box2 h4 {
	color: #000;
	font-size: 30px;
	margin-bottom: 20px;
	font-family:"メイリオ","ＭＳ Ｐゴシック", "MS PGothic",meiryo,Osaka,sans-serif;
	padding-top: 5px;
}
#tyu {
	width:960px;
	border: 11px solid #1773bf;
	padding: 30px;
	margin: 40px  auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 730px;
	margin: 20px auto;
	font-size: 12px;
}
th {
	background: #f8f8f8;
	border: 1px solid #cfcfcf;
	padding: 10px 50px;
	font-weight: normal;
}
td {
	border: 1px solid #cfcfcf;
	padding: 10px 20px;
}
.blue {
	color: #1773bf;
}
.red {
	color: #dd3535;
}
.large {
	font-size: 24px;
	font-weight: bold;
}
#kai {
	margin-top: 30px;
	padding: 0 10px;
}
#flow {
	position: relative;
	width: 866px;
	height: 1299px;
	margin: 0 auto;
	background: url(../img/flow.png) no-repeat;
}
#txt1 {
	position: absolute;;
	top: 120px;
	left: 300px;
}
#txt2 {
	position: absolute;;
	top: 360px;
	left: 300px;
}
#txt3 {
	position: absolute;;
	top: 610px;
	left: 300px;
}
#txt4 {
	position: absolute;;
	top: 870px;
	left: 300px;
}
#txt5 {
	position: absolute;;
	top: 1130px;
	left: 300px;
}
#area {
	border: 4px solid #c4c4c4;
	width: 900px;
	margin: 12px auto;
	color: #000;
	font-size: 22px;
	padding: 20px;
	background: url(../img/back_kyoka.png);
}
#area dt {
display: block;
margin-top: 10px;
font-size: 16px;
font-weight: bold;
}
#area dd {
margin-left: 10px;
}
footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #1773bf;
	padding: 40px 0;
}
.small {
font-size: 32px;
}
#jh {
font-size: 24px;
font-weight: bold;
text-align: center;
margin: 50px 0 20px 0;
color: #de8800;
}
#jirei {
width: 860px;
margin: 0 auto 50px auto;
border: 5px dashed #888;
padding: 50px;
font-size: 15px;
color: #555;
}
#jirei li {
list-style: decimal;
}