<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------------------------------------------
■リセット
-------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

html, body {
  height: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea, {
	margin: 0;
	padding: 0;
}

ol, ul {
    list-style: none;
}

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

caption, th {
    text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}


/*------------------------------------------------------------
■基本設定
-------------------------------------------------------------*/

body {
	font-size: 15px;
	line-height: 26px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #1A1817;
	-webkit-text-size-adjust: 100%;
}


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


/*------------------------------------------------------------
■リンク設定
-------------------------------------------------------------*/

a:link {
	color: #294CA5;
	text-decoration: none;
	}

a:visited {
	color: #2813BC;
	}

a:hover {
	color: #BD3939;
	}
	
a:active {
	color: #2813BC;
	}


/*------------------------------------------------------------
■全体
-------------------------------------------------------------*/

#wrapper {
	background: #ffffff url(../images/hg1.png) repeat-x center top;
}

#wrapper2 {
	background: #ffffff url(../images/hg2.png) repeat-x center top;
}


/*------------------------------------------------------------
■ヘッダー
-------------------------------------------------------------*/

#header {
	width: 1012px;
	height: 520px;
	margin: 0 auto;
	background: url(../images/header1.png) no-repeat center top;
	position: relative;
}

#header2 {
	width: 1012px;
	height: 480px;
	margin: 0 auto;
	background: url(../images/header1.png) no-repeat center top;
	position: relative;
}

.tit {
	position: absolute;
	top: 37px;
	left: 28px;
}

.tit2 {
	position: absolute;
	top: 47px;
	right: 0px;
}

/*------------------------------------------------------------
■グローバルナビゲーション
-------------------------------------------------------------*/

#globalnavi_back {
	position: absolute;
	top: 144px;
	width: 1012px;
	height: 54px;
	background: url(../images/menu_back.png) no-repeat center top;
}

#globalnavi {
	width: 976px;
	height: 300px;
	margin-left: 18px;
	font-size: 12px;
	line-height: 3.4;
	background: url(../images/menu_on.png) no-repeat center top;
	overflow: hidden;
}

#globalnavi ul{
	list-style-type: none;
}

#globalnavi li{
	width: 122px;
	height: 40px;
	float: left;
}

#globalnavi li a{
	color: #FFFFFF;
	text-align: center;
	display: block;
}

#globalnavi li a:hover img{
	visibility: hidden;
}

/*------------------------------------------------------------
■グローバルナビゲーション プルダウン
-------------------------------------------------------------*/
#globalnavi li.menu_single {
	position: relative;
}

li.menu_single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #59846D;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu_single:hover ul.menu__second-level {
    top: 54px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li {
	height: 40px;
    border-top: 1px solid #486855;
}

.menu__second-level li a:hover {
	height: 40px;
    background: #354C40;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* floatクリア */
#globalnavi:before,
#globalnavi:after {
    content: " ";
    display: table;
}

#globalnavi:after {
    clear: both;
}

#globalnavi {
    *zoom: 1;
}



/*------------------------------------------------------------
■キャッチ画像
-------------------------------------------------------------*/

.topcatch {
	position: absolute;
	top: 214px;
}

/*------------------------------------------------------------
■メインコンテンツ
-------------------------------------------------------------*/
#contentsw {
	width: 1012px;
	margin: 0 auto;
	word-wrap: break-word;
	overflow: hidden;
	clear: both;
}

#contents {
	width: 1000px;
	margin: 0 auto;
	border: 1px #B3B3B3 solid;
	word-wrap: break-word;
	overflow: hidden;
}

#main {
	width: 640px;
	margin: 0 auto;
	margin-top: 35px;
	margin-left: 20px;
	float: left;
}

.img_midashi1 {
	margin-top: 25px;
	border: 1px #60A827 solid;
	clear: both;
}

.img_midashi3 {
	margin-top: 23px;
	margin-left: 15px;
	border: 1px #60A827 solid;
}

.main_text3 {
	margin-top: 30px;
	margin-left: 10px;
	font-size: 18px;
	clear: both;
}

.main_text2 {
	width: 415px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 40px;
	float: left;
}

.main_text4 {
	margin-left: 10px;
}


.main_img1 {
	float: right;
}

.img_kakutei1 {
	border: 1px #B8CEE0 solid;
}

.img_kakutei2 {
	margin-top: 25px;
	border: 1px #B8CEE0 solid;
}

.img_kakutei3 {
	margin-top: 15px;
	border: 1px #FBB03B solid;
}

.course4 {
	width: 640px;
	height: 175px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: url(../images/kakutei_titl7.png) no-repeat center top;
	position: relative;
}

.img_kakutei4 {
	margin-top: 20px;
	margin-left: 5px;
	float: left;
}

.img_houjin3 {
	margin-left: 35px;
	float: left;
}

.banner3 {
	position: absolute;
	top: 75px;
	left: 290px;
}

.kakutei_sakusei {
	width: 640px;
	height: 275px;
	margin: 0 auto;
	background: url(../images/kakutei_sakusei_back1.png) no-repeat center top;
	position: relative;
}

.kakutei_sakusei_text {
	position: absolute;
	top: 230px;
	left: 255px;
}

.kakutei1 {
	width: 640px;
	height: 270px;
	margin: 0 auto;
	margin-top: 22px;
	background: url(../images/kakutei_back1.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
}

.kakutei1_titl1 {
	margin-top: 6px;
	margin-left: 15px;
}

.kakutei1_text0 {
	width: 580px;
	margin-top: 18px;
	margin-left: 17px;
	font-size: 20px;
	color: #F86308;
}

.kakutei1_text1 {
	width: 580px;
	margin-top: 19px;
	margin-left: 40px;
}

.kakutei1_text2 {
	width: 500px;
	margin-top: 22px;
	margin-left: 125px;
}

.kakutei1_text3 {
	width: 500px;
	margin-top: 7px;
	margin-left: 125px;
}

.kakutei2 {
	width: 640px;
	height: 430px;
	margin: 0 auto;
	margin-top: 22px;
	background: url(../images/kakutei_back2.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
}

.kakutei2_text2 {
	width: 500px;
	margin-top: 59px;
	margin-left: 125px;
}

.kakutei2_text2b {
	width: 500px;
	margin-top: 63px;
	margin-left: 125px;
}

.kakutei3 {
	width: 640px;
	height: 830px;
	margin: 0 auto;
	margin-top: 22px;
	background: url(../images/kakutei_back3.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
}

.kakutei3_text2 {
	width: 500px;
	margin-top: 20px;
	margin-left: 125px;
}

.kakutei3_text4 {
	width: 520px;
	margin-top: 25px;
	margin-left: 100px;
}

.kakutei3_text5 {
	width: 520px;
	margin-top: 9px;
	margin-left: 100px;
}

.kakutei4 {
	width: 640px;
	height: 312px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/kakutei_back4.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
}

.kakutei4_titl1 {
	margin-top: 19px;
	margin-left: 15px;
}

.kakutei4_text1 {
	width: 580px;
	margin-top: 16px;
	margin-left: 40px;
}

.kakutei4_text2 {
	width: 500px;
	margin-top: 15px;
	margin-left: 125px;
}

.kakutei4_text3 {
	width: 500px;
	margin-top: 11px;
	margin-left: 125px;
}

.kakutei5 {
	width: 640px;
	height: 367px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/kakutei_back5.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
}

/*------------------------------------------------------------
■サイドメニュー
-------------------------------------------------------------*/

#side {
	width: 300px;
	margin: 0 auto;
	margin-top: 35px;
	margin-right: 20px;
	float: right;
}

.side_midashi1 {
	margin-top: 1px;
	margin-bottom: 8px;
	border: 1px #999999 solid;
}

.banner1 {
	margin-bottom: 8px;
	border: 1px #FFFFFF solid;
}

.banner1s {
	margin-bottom: 4px;
	border: 1px #FFFFFF solid;
}

.banner2s {
	margin-top: 10px;
	margin-bottom: 4px;
	border: 1px #FFFFFF solid;
}

.banner_merumaga {
	margin-bottom: 25px;
	border: 1px #AEC9AD solid;
}

/*------------------------------------------------------------
■相談申込み
-------------------------------------------------------------*/

.form {
	width: 640px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}

.form1 {
	border: 1px #AEC9AD solid;
}

.form2 {
	width: 640px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/soudan2.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
	position: relative;
}

.formbutton {
	position: absolute;
	top: 143px;
	left: 34px;
}
/*------------------------------------------------------------
■相談申込みサブメニュー
-------------------------------------------------------------*/

.forms {
	width: 300px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
}

.form1s {
	border: 1px #AEC9AD solid;
}

.form2s {
	width: 300px;
	height: 206px;
	margin: 0 auto;
	background: url(../images/soudan2s.png) no-repeat center top;
	border: 1px #B8CEE0 solid;
	position: relative;
}

.formbuttons {
	position: absolute;
	top: 158px;
	left: 7px;
}

/*------------------------------------------------------------
■文字
-------------------------------------------------------------*/

.bold {font-weight: bold;}
.text16  {font-size: 16px;}
.text17  {
	font-size: 17px;
	line-height: 29px;
}
.text26  {font-size: 26px;}
.text25  {
	font-size: 25px;
	line-height: 1.5;
}
.text22  {font-size: 22px;}

.red1 {color: #BD3939;}
.red4 {color: #BD1919;}
.red2 {font-weight: bold;}
.red3 a:link {
	color: #BD3939;
	font-weight: bold;
}

.red3 a:visited {
	color: #BD3939;
	font-weight: bold;
}

.red3 a:hover {
	color: #FF579C;
	font-weight: bold;
}
	
.red3 a:active {
	color: #FF579C;
	font-weight: bold;
}

.blue1 {color: #427ABD;}
.green1 {color: #629409;}
.green2 {color: #7CBD03;}
.green3 {color: #0B4B0A;}
.orange1 {color: #F86308;}




/*------------------------------------------------------------
■フッター
-------------------------------------------------------------*/

#footer {
	background: url(../images/footer1.png) repeat-x center bottom;
}

.footer {
	width: 1012px;
	margin: 0 auto;
	padding-top: 80px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

</pre></body></html>