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

/***********************************************************/
/*　ゲストサイト全ページに読み込ませるCSS　  */
/***********************************************************/
/*　社内メモ  */
/*　制作：大坪  */



/*******************************************/
/*レイアウトのスタイル（共通）*/
/*******************************************/
*{
	margin:0;
	padding:0;	
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
    overflow-y: scroll;
	font-size: 62.5%;


}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

ol{
	list-style-position:outside;
	margin-left:2em;
}

fieldset, img{
     border:0;
}
a{ text-decoration: none; outline:none;}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size: 1.5em;
	line-height	: 1.7em;
	-webkit-text-size-adjust: none;
	background:#FFF;

}



/*p { margin: 0; line-height: 1.3em;}*/

img{vertical-align:bottom;border:none;}



/*----------------------------------------------------
　　　リンクのスタイル（共通）
-----------------------------------------------------*/
a {color: #000; text-decoration:underline;}
a:hover{text-decoration:none; color:#999;}

/*----------------------------------------------------
		クラス
-----------------------------------------------------*/

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.v_top{vertical-align:top;}
.f_r{float:right!important;}
.f_l{float:left!important;}
.clear{ clear:both;}
.mg-0{ margin:0!important;}
.mg-b0{ margin-bottom:0!important;}
.mg-t0{ margin-top:0!important;}
.mg-b15{ margin-bottom:15px!important;}

.mg-l15{ margin-left:15px!important;}

.pd-t15{ padding-top:15px!important;}
.bold{font-weight:bold;}
.f_normal{font-weight:normal;}


.note{
	font-size:1.2rem;
	color:#666;
}

/*テキスト非表示*/
.txtint{
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
}

/*2行目からの字下げ*/
.txtint2 {
  padding-left: 1em;
  text-indent: -1em;
}

.disnon{
	display:none;
}
.linon{
	list-style:none;
}

/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.inner{
	width:1120px;
	margin:0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}


.pos_re{position:relative;}
.pos_ab{position:absolute;}


.bd_none{border:none!important;}



/*丸アイコン*/
.icon_circle{
	position:relative;
	padding-left:12px;
}
.icon_circle:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#2C6636;
	top:0.5em;
	left:0;
}

/*丸アイコン リストの場合*/
.li_icon_circle{
	list-style:none;
}
.li_icon_circle > li,.li_icon_circle dt{
	position:relative;
	padding-left:1em;
}
.li_icon_circle > li:before,.li_icon_circle dt:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#2C6636;
	top:0.5em;
	left:0;
}
.li_icon_circle dt{
	font-weight:bold;
}
.li_icon_circle dd{
	padding-left:1em;
}
.li_icon_circle dd+dt{
	margin-top:0.8em;
}
/*子リスト*/
.li_icon_circle .li_child{
	margin:0.2em 0 0 1.5em;
	list-style-type: circle;
	line-height:1.4;
	font-size:1.3rem;
}
.li_icon_circle .li_child li + li{
	margin-top:0.3em;
}

/*三角アイコン*/
.icon_tri{
	position:relative;
	padding-left:12px;
}
.icon_tri:before{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border: 5px solid transparent;
	border-left: 5px solid #2C6636;
	top:0.5em;
	left:0;
}

/*必須アイコン*/
.icon_re{
	background:#F08300;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
}

/***********************************************************/
/*ヘッダー*/
/***********************************************************/
#header{
	width:1120px;
	background:#FFF;
	height:100px;
	position:relative;
	margin:0 auto;
	
}

h1{ 
	width:380px;
	height:90px;
	position:absolute;
	top:11px;
	left:0;
}
h1 a{ 
	height:90px;
	display:block;
	background:url(../img/guest/tmpl/h1_logo.png) no-repeat left top;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


/***********************************************************/
/*フッター*/
/***********************************************************/
#footer{
	background:#67B373;
	width:100%;
	color:#fff;
	min-width:1120px;
	padding:20px 0 35px;
	color:#FFF;
}
#footer .inner{
	position:relative;
}
#footer a{
	color:#FFF;
	text-decoration:underline;
	padding-right:1em;
}
#footer a:hover{
	text-decoration:none;
}
#footer h4{
	font-weight:bold;
	font-size:1.6rem;
	margin-bottom:0.4em;
	color:#FFF;
}
.copy{
	margin:0;
	text-align:right;
	font-size:1.2rem;
	}

/***********************************************************/
/*ナビゲーション*/
/***********************************************************/
#g_navi{
	height:56px;
	min-width:1120px;
	background:#2D6735;
}
#g_navi:after {
  content: "";
  clear: both;
  display: block;
}
#g_navi ul{
	height:56px;
	overflow:hidden;
	width:1120px;
	margin:0 auto;
	list-style:none;
	position:relative;
	/*border:solid #488D54;
	border-width:0 0 0 1px;*/
}
#g_navi ul:after{
	content: "";
	position:absolute;
	width:1px;
	height:50px;
	left:0;
	top:3px;
	background:#488D54;
}
#g_navi ul li{
	float:left;
	height:56px;
	width:20%;
	position:relative;
}
#g_navi ul li:after{
	content: "";
	position:absolute;
	width:1px;
	height:50px;
	right:0;
	top:3px;
	background:#488D54;
}
#g_navi ul li a{
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	line-height:56px;
	font-size:1.8rem;
	font-weight:bold;
}
#g_navi ul li a:hover,#g_navi ul li a.current{
	background:#62A86F;
}
/***********************************************************/
/*見出し*/
/***********************************************************/
h2{
	color:#2c6735;
	font-weight:bold;
	font-size:2.6rem;
	line-height:1.3em;
	margin-bottom:0.8em;
}

h3{
	font-size:2.3rem;
	color:#2c6735;
	background:url(../img/guest/tmpl/bg_h3.png) left bottom repeat-x;
	padding-bottom:0.35em;
	margin:1.2em 0;
}

#sub h3{
	margin:0 0 0.5em;
	font-size:1.9rem;
}


h4{
	color:#2c6735;
	margin:2em 0 0.9em;
	font-weight:bold;
}
h5{
	font-weight:bold;
	margin-top:1.1em;
}

/***********************************************************/
/*ボタン*/
/***********************************************************/
.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 11px 14px 9px 14px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#0168B7;
	text-decoration:none;
	color:#fff;
	border:none;
}
a.btn { color:#fff; line-height:normal; }/*firefoxでbuttonとaタグのline-heightをあわせる*/

#btnSearch.btn{
	background: url(../img/guest/btn_search.svg) 20px center #0168B7 no-repeat;
	background-size:auto 16px;
	-webkit-background-size:auto 16px;
	-moz-background-size:auto 16px;
}
.btn:hover,#btnSearch.btn:hover{
	background-color:#018DF5;
}

.btn_disabled{
	font-weight: 100;
	font-size:90%;
	text-shadow: 0 0 2px #777;
	background-color:#CCC;
	cursor:default !important;
}
.btn_disabled:hover{
	background-color:#CCC !important;
}

/***********************************************************/
/*その他*/
/***********************************************************/

#pageTop {
	clear:both;
	width:1120px;
	margin:0 auto;
	height:101px;
	padding-top:60px;
}

#pageTop a {
	width:63px;
	height:41px;
	background:url(../img/guest/tmpl/bg_pagetop.gif) left top no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	display:block;
	margin:0 0 0 auto;
}


.totop{
	text-align:right;
	margin:1em 0 3em!important;
}
.totop a{
	position:relative;
	text-decoration:none;
	color:#2c6735;
	font-size:1.3rem;
	padding-right:15px;
}
.totop a:after{
	content: "";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border: 5px solid transparent;
	border-bottom: 5px solid #2c6735;
	right:0;
	top:0.1em;
}

/*パンくず*/
.bread_crumbs{
	padding:20px 0 45px;
	font-size:1.2rem;
	
}


/*レイアウト*/
#main{
	width:860px;
	float:left;
}
#sub{
	width:220px;
	float:right;
}


#main p{
	margin-bottom:0.8em;
}

/*#main a{
	color: #1273bc;
}
#main a:hover{
	color:#4FAAEE;
}
*/
/***********************************************************/
/*フォームのスタイル*/
/***********************************************************/

input[type="text"], input[type="button"], button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
   -webkit-border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*firefox用*/
  text-indent: 0.01px;
  text-overflow: '';
	/*font-size:16px;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select::-ms-expand {
  display: none;
}

select{
	background:url(../img/guest/tmpl/bg_select.gif) right 6px center no-repeat #fff;
	padding:7px 24px 7px 7px;
	border:1px solid #d2d2d2;
	min-height:36px;
}
input[type="text"]{
	padding:7px;
	border:1px solid #d2d2d2;
}
input[type="radio"],input[type="checkbox"]{
	margin:4px;
	vertical-align:middle;
}

input[disabled], select[disabled], textarea[disabled]{
	background-color:#EFEFEF;
	color:#999;
	cursor: not-allowed;
}

/*******************************************/
/*ローカルメニュー*/
/*******************************************/
.l_navi{
	list-style:none;
	margin-bottom:40px;
}
.l_navi li{
	margin-bottom:2px;
}
.l_navi li a{
	display:block;
	padding:18px 15px 15px 34px;
	background:#E7F1E8;
	position:relative;
	color:#2c6735;
	text-decoration:none;
	line-height:1.3em;
}
.l_navi li a:before{
	content: "";
	position:absolute;
	display:block;
	width:0;
	height:0;
	border: 6px solid transparent;
	border-left: 6px solid #2c6735;
	left:14px;
	top:44%;
}
.l_navi li a:hover,.l_navi li a.current{
	background:#C0DAC2;
}



/*******************************************/
/*テーブル*/
/*******************************************/
.tbl_01{
	border-collapse: collapse;
	border-top:1px solid #DCDCDC;
	font-size:1.34rem;
	line-height:1.45em;
}
.tbl_01 th,.tbl_01 td{
	border-bottom:1px solid #DCDCDC;
	padding:6px 15px;
	word-break:break-all;
}
.tbl_01 th{
	background:rgba(238,233,214,0.85);
	text-align:center;
	font-weight:normal;
}
.tbl_01 th.child{
	background:#FAF9F5;
}
.tbl_01 th.child2{
	background:#FCFBF8;
}
.tbl_01 .bg_r{
	border-right:1px solid #DCDCDC;
}
.tbl_01 .left{ text-align:left;}
 
.tbl_01.st2 th,.tbl_01.st2 td{
	padding:6px 15px;	
	border:solid #DCDCDC;
	border-width:0 1px 1px 0;
}
.tbl_01.st2 .bg_r_none{
	border-width:0 0 1px 0;
}




.tbl_02{
	border-collapse: collapse;
}
.tbl_02 th,.tbl_02 td{
	border-bottom:1px dotted #DCDCDC;
	padding:13px 10px;
}
.tbl_02 th{
	color:#0068b7;
	font-weight:bold;
}




.tbl_03{
	border-collapse: collapse;
	border:solid #bfbfbf;
	border-width:1px 0 0 1px;
	font-size:1.45rem;
	line-height:1.35em;
}
.tbl_03 tr{
	border:solid #bfbfbf;
	border-width:0 1px 1px 0;
}
.tbl_03 th,.tbl_03 td{
	padding:7px 5px;
	word-break:break-all;
	text-align:center;
}
.tbl_03 th{
	border:solid #bfbfbf;
	border-width:0 1px 0 0;
	background:#F4F1E8;
	font-weight:bold;
}
.tbl_03 td{
	background:#EFFDEE;
}
.tbl_03 td span{ color: #999; font-size:1.1rem;}


.tbl_form{
	border-collapse: collapse;
	font-size:1.4rem;
	line-height:1.7em;
}
.tbl_form th,.tbl_form td{
	padding:7px;
	word-break:break-all;
	text-align:left;
}
.tbl_form th{
	font-weight:bold;
	text-align:right;
	white-space: nowrap;
}
.tbl_form label,label{
	white-space: nowrap;
	padding-right:4px;
}



.tbl_04{
	border-collapse: collapse;
}
.tbl_04 th,.tbl_04 td{
	border-bottom:1px dotted #DCDCDC;
	padding:8px;
	vertical-align:top;
}

.tbl_05{
	border-collapse: collapse;
	border-top:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	font-size:1.34rem;
	line-height:1.3em;
}
.tbl_05 th,.tbl_05 td{
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	padding:6px 15px;
	word-break:break-all;
	text-align:center;
}
.tbl_05 th{
	background:rgba(238,233,214,0.85);
	font-weight:normal;
}

/*******************************************/
/*下層*/
/*******************************************/

/*お知らせのリスト*/
.list_news_un{
	list-style:none;
	border-top:dashed 1px #B5A064;
	
}
.list_news_un li a{
	display:block;
	padding:16px 14px;
	text-decoration:none;
	
}
.list_news_un li a span.date{
	text-decoration:none;
	color:#097c25;
}
.list_news_un li a span.txt{
	text-decoration: underline;
	line-height:1.4em;
}
.list_news_un li a:hover span.txt {
	text-decoration:none;
}

.list_news_un li{
	border-bottom:dashed 1px #B5A064;
}
.list_news_un li:nth-child(even){
	background:#F4F1E8;
}


/*よくあるご質問*/
/*全て表示ボタン*/
.btn_viewall{
	position:relative;
	margin:0;
}
.btn_viewall a{
	position:absolute;
	display:block;
	right:0;
	top:-63px;
	background:#0168B7;
	color:#FFF;
	text-decoration:none;
	font-size:1.3rem;
	font-weight:bold;
	padding:3px 10px;
}
.btn_viewall a:hover{
	background:#018DF5;
}
.btn_viewall.close .a_cl,.btn_viewall.open .a_op{
	display:none;
}
.btn_viewall.open .a_cl,.btn_viewall.close .a_op{
	display:inline;
}

/*faqのリスト*/
.li_faq{
	/*padding-left:30px;*/
}

.li_faq dt,.li_faq dd{
	position:relative;
	padding-left:30px;
	padding-top:15px;
}
.li_faq dt{
	cursor:pointer;
	font-weight:bold;
}
.li_faq dt span{
	text-decoration: underline;
}
.li_faq dt span:hover {
	text-decoration:none;
}
.li_faq dd{
	display:none;
}
.li_faq dd + dt{
	margin-top:15px;
	border-top:dashed 1px #CCC;
}
.li_faq dt:before,.li_faq dd:before{
	position:absolute;
	display:block;
	font-size:1.4rem;
	font-weight:bold;
	left:0;
	top:15px;
	color:#fff;
	border-radius: 23px;
	width:23px;
	height:23px;
	line-height:25px;
	text-align:center;
}
.li_faq dt:before{
	content:'Q';
	background:#59B767;
}
.li_faq dd:before{
	content:'A';
	background:#3698E0;
}
.to_ind{
	text-align:right;
	margin:3em 0 5em!important;
}
.to_ind a{
	position:relative;
	text-decoration:none;
	color:#2c6735;
	font-size:1.3rem;
	padding-right:15px;
}
.to_ind a:after{
	content: "";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border: 5px solid transparent;
	border-bottom: 5px solid #2c6735;
	right:0;
	top:0.1em;
}



#faq_ind{
	background:#EEF8FF;
	padding:20px;
	overflow:hidden;
	margin-bottom:60px;
	}
#faq_ind h4{
	color:#0168B7;
	margin-top:0;
}
#faq_ind h4 span{
	font-weight:normal;
	font-size:1.2rem;
	padding-left:2em;
}
#faq_ind ul{
	width:45%;
	width : -webkit-calc(50% - 8px) ;
  	width : calc(50% - 8px);
	float:left;
	padding-left:20px;
	font-size:1.3rem;
}
#faq_ind ul:first-of-type{
	margin-right:16px;
}
#faq_ind ul,#faq_ind ul a{
	color:#333;
	
}
#faq_ind ul li + li{
	margin-top:6px;
}

/*バナーエリア*/
.bnr_area{
	margin-bottom:40px;
}
.bnr_area li{
	margin-bottom:10px;
	list-style:none;
	
}

/*居住支援等　サイドカラムのボタン*/
.rdc_sup {
	margin:1.7em 0;
}
#sub .rdc_sup h3{
	margin-bottom:15px;
}
.rdc_sup p {
	font-size:1.3rem;
	line-height:1.2;
	margin:0 0.4em;
}
.btn_side {
	margin:0.2em 0.4em 0.4em;
	display:block;
	padding:10px 0 7px;
	text-align:center;
	text-decoration:none;
	font-size:1.6rem;
	color:#fff;
	background-color:/*#F08300*/#885526;
	font-weight:bold;
}
.btn_side:hover{
	opacity:0.8;
	color:#FFF;
}
.btn_i_win{
	vertical-align:-1px;
	margin-left:4px;
	width:12px;
	}
.btn_i_pdf{
	vertical-align:top;
	margin-left:4px;
	width:20px;
	}


/*サイドカラムのPDF画像*/
.sub_img_box{
	text-align:center;
}
.sub_img_box a{
	font-size:1.2rem;
	line-height:1.2;
	text-decoration:none;
}
.sub_img_box a:hover img{
	opacity:0.8;
}
.sub_img_box img{
	width:70%;
}
.sub_img_box a + a img{
	margin-top:7px;
}

/*サイトマップ*/
.sitemap_box{
	width:320px;
}
.sitemap_box h3{
	margin-bottom:0.8em;
}
.sitemap_box li{
	margin-bottom:0.4em;
}

/*******************************************/
/*アイコン自動表示*/
/*******************************************/


.ico_pdf{
	background:url(../img/icons/page_white_acrobat.png) no-repeat right center;
	padding-right:20px;
}
.ico_doc{
	background:url(../img/icons/page_word.png) no-repeat right center;
	padding-right:20px;
}
.ico_xls{
	background:url(../img/icons/page_excel.png) no-repeat right center;
	padding-right:20px;
}
.ico_win{
	background:url(../img/icons/application_double.png) no-repeat right center;
	padding-right:20px;
}


span.input_limit {
		font-size:90%;
		color:#888;
		font-weight: normal;
	}

/* エラー表示 */
#error_message {
	padding:10px;
	border:2px solid red;
	background-color:#FEE;
	margin-top:10px;
	margin-bottom:10px;
	color:red;
}
	#error_message ul { list-style:circle; font-weight:bold;}
	#error_message li { margin-left:20px;}
	
/*error*/
input[type="text"].error_form,input[type="password"].error_form,textarea.error_form, select.error_form {
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	}
input[type="text"].error_form:focus,input[type="password"].error_form:focus,textarea.error_form:focus, select.error_form:focus {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #ce8483;
}


/*******************************************/
/*開閉するボックス*/
/*******************************************/
#tgl_ttl{
	font-weight:bold;
	margin-bottom:0!important;
	text-decoration:underline;
	cursor:pointer;
}
#tgl_ttl:hover{
	text-decoration:none;
	color:#999;
}
.tgn_dtl{
	display:none;
	margin-top:8px;
	padding:0 15px 5px;
	border:1px #ccc dashed;
	border-radius: 5px;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
}
