/***** base CSS *****/

/*==========================================================

  reset.style
  body.style
  header.style
  common.style
  index.html.style
  call.html.style
  topics.style
  acordion.style
  footer.style
  color.style

   
===========================================================*/


/* -------------------------------------------------------
  reset.style
------------------------------------------------------- */

/* 初期設定 START */
*{
	margin:0;
	padding:0;
	line-height:1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd
{
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	line-height:1.6em;
	list-style:none;
	text-decoration:none;
	font-family: "Meiryo UI", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
/* 	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	color:#333333;
}

h2{font-size:30px;}
h3{font-size:22px; margin-bottom:10px;}

ol li{
	list-style-type:decimal;
	margin-left:3em;
}

table{
	clear:both;
	width:100%;
	border-collapse:collapse ;
	border:0;
}

table,
th,
td {
	empty-cells:show; /* 空白セルのボーダーを表示するか（show）、しないか（hide） */
	text-align:left;
	box-sizing:border-box;
}

/* タグ設定 START */
img{
	border:0px;
	vertical-align:bottom;
}

p{
	margin-bottom:7px ;
}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

bold{
	font-weight:bold;
	font-style:normal;
}

a{
/* 	text-decoration:underline; */
}


/* 部品設定 START */
.only_img{
	margin:0px;
	padding:0px;
}

.only_img_r{
	margin:0px;
	padding:0px;
	text-align:right;
}

.only_img_l{
	margin:0px;
	padding:0px;
	text-align:left;
}

.only_img_c{
	margin:0 auto;
	padding:0px;
	text-align:center;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
}

.hr_clear{
	clear:both;
	height:1px;
	width:1px;
	margin /*forWinIE6*/ :0px 0 15px 0;
	padding:0px;
	border:0;
	visibility:hidden;
}

.clearfix {
	display:block; /* for IE8 */
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}

.float_l,
.float_l_bl{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.float_r_bl{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.color_red,
.color_red a{
	color:red;
}

.bs_bold{
	font-weight:600;
}

.bs_img01 img{width:100%;}

.bs_m_text,.bs_m_text p,.bs_m_text a{font-size:13px;}
.bs_s_text,.bs_s_text p,.bs_s_text a{font-size:12px;}
.bs_ss_text,.bs_ss_text p,.bs_ss_text a{font-size:11px;}

.res_block,
.res_br_block{display:none;}

/* テキストリンク */
.bs_textlink a{
	text-decoration:underline;
}

/* 改行時インデント */
.bs_indent01 p,
p.bs_indent01 {
	margin-left:1em; /* ブロック全体を 1em 右に */
	text-indent:-1em; /* 先頭の1文字のみ 1em 左に */
}

/* 明朝 */
.bs_mincho{font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


/* -------------------------------------------------------
  body.style
------------------------------------------------------- */
html, body {
	position:relative;
	height:100%;
}

/* ボディ START */
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}


/* 外枠 START */
#rap{
	width:100%;
	margin:0px auto;
	padding:0px 0px;
	text-align:center;
/*	background:url("../pic/bg01.png") repeat-y ;  背景をつけるときセット  */
}



/* -------------------------------------------------------
  header.style
------------------------------------------------------- */
#header{
	clear:both;
	width:100%;
	background-color:rgba(255,255,255,1.0);
	z-index:999;
	position:fixed;
	top:0px;
}

/* 幅 max1000px
（幅を縮めた際の左右12px余白分加算）*/
#header_in{
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:9px 12px;
	box-sizing:border-box;
	display:table;
	position:relative;
}

#bs_header_title,
.j_acordion_tree{
	display:table-cell;
	vertical-align:middle;
}

#header h1{
	max-width:326px;
}

#header h1 img{width:100%;}

ul#bs_header_menu{
	width:615px;
	display:block;
}

ul#bs_header_menu li{
	float:left;
	display:inline;
	margin-left:25px;
}

ul#bs_header_menu li a{
	display:block;
	font-size:15px;
	font-weight:600;
	padding:7px 0;
	background-repeat:no-repeat;
	background-position:5px center;
	background-size:14px 14px;
	-webkit-background-size:14px 14px;
}

.bs_trigger{
	display:none;
}

.bs_header_btn a{
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	display:table;
	height:32px;
	line-height:32px;
	padding:0 8px;
	background-color:#1668BE;
	color:#FFFFFF;
}

.bs_header_btn a i,
.bs_header_btn a span{
	display:table-cell;
	vertical-align:middle;
}

.bs_hd_mail01 {
	position: absolute;
	top: 25px;
	right: 12px;
	font-size: 20px;
}
.bs_hd_mail01 i {
	font-size: 20px;
	color: #006600;
}



/* -------------------------------------------------------
  common.style
------------------------------------------------------- */
#contents{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}

/* ブロック
--------------------------- */

/* フルスクリーン */
.bs_full_wrap{
	padding:65px 0;
}

.bs_info_wrap{
	padding:30px 0;
}

.bs_coming_section01{
	padding:250px 0;
}


/* コンテンツ幅 max1000px
（幅を縮めた際の左右12px余白分加算）*/
.bs_inner_wrap01{
	max-width:1024px;
	padding:0px 12px;
	margin:0 auto;
	box-sizing:border-box;
}

.bs_inner_wrap01 p{
	font-size:20px;
	line-height:2em;
}

.bs_wrap01{
	margin-bottom:40px;
}


/* 2カラム メイン
--------------------------- */
.bs_2col_main01{
	width:73%;
	max-width:730px;
}

/* サイドメニュー
--------------------------- */
.bs_side_col01{
	width:22%;
}

.bs_side_col01 h2{font-size:18px;}

ul.bs_side_menu01 li{
	border-bottom:1px solid #E0E0E0;
}

ul.bs_side_menu01 li a{
	display:block;
	padding:10px 0;
}

.bs_2col .bs_box,
ul.bs_2col li{
	width:48%;
	max-width:480px;
}

.bs_3col .bs_box,
ul.bs_3col li{
	width:31.75%;
	max-width:324px;
	margin-right:2.375%;
}

.bs_4col .bs_box,
ul.bs_4col li{
	width:23.25%;
	margin-right:2.33%;
}

.bs_4col_2col .bs_box,
ul.bs_4col_2col li{
	width:23.25%;
	float:left;
	display:inline;
	margin-right:2.33%;
}
.bs_4col_2col .bs_box:nth-child(4n),
ul.bs_4col_2col li:nth-child(4n){margin-right:0;}

.bs_5col .bs_box,
.bs_5col_ul li{
	width:18.43%;
	margin-right:1.96%;
}

.bs_5col_ul li{
	float:left;
	display:inline;
}
.bs_5col_ul li img{
	width:100%;
}

.bs_3col .bs_box:nth-child(3n),
ul.bs_3col li:nth-child(3n),
.bs_4col .bs_box:nth-child(4n),
.bs_5col .bs_box:nth-child(5n),
.bs_5col_ul li:nth-child(5n){
	margin-right:0;
}

.bs_bd_box{
	border:1px solid #E0E0E0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

/* display:table; */
.bs_tbl_box{
	display:table;
	border-collapse:separate; /* セルの間隔を空ける */
	border-spacing:15px 0; /* 左右 上下で記述 */
}

.bs_tbl_box_in,
.bs_tbl_box_in02{
	display:table-cell;
	vertical-align:middle;
}

/* flexbox; */
.bs_flex_box{
	display:flex;
	display:-webkit-flex; /* Safari */
}

.bs_flex_align_c{
	align-items:center;
	-webkit-align-items:center; /* Safari */
}



/* その他
--------------------------- */
.bs_mb10{margin-bottom:10px;}
.bs_mb15{margin-bottom:15px;}
.bs_mb20{margin-bottom:20px;}
.bs_mb30{margin-bottom:30px;}
.bs_mb40{margin-bottom:40px;}
.bs_mb60{margin-bottom:60px;}


/* キャプション
--------------------------- */

/* 下層ページ メイン */
.bs_page_ttl{
	width:100%;
	min-height:300px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../pic/bg_main01.jpg);
	background-size:cover;
	-moz-background-size:cover;
	display:table;
	margin-bottom:45px;
}

.bs_page_ttl h2{
	/* font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding-top:60px;
	font-size:30px;
	font-weight:600;
	color:#006600;
}

/* 共通キャプション */
.bs_ttl01{
	font-size:30px;
	font-weight:600;
	margin-bottom:40px;
	color:#060;
}
.bs_ttl01 span{
	display:block;
	font-size:30px;
}

.bs_ttl02{
	font-size:26px;
	font-weight:600;
	color:#006600;
	border-bottom:1px solid #006600;
	margin-bottom:30px;
}


/* パンくず
---------------- ----------------- */
.bs_pankuzu {
	clear:both;
	text-align:left;
	font-size:12px;
	margin:30px 0 50px;
}
.bs_pankuzu a{font-size:12px;}
.bs_pankuzu span{font-weight:600;}


/* スマホ時横スクロール
---------------- ----------------- */
.bs_scroll_wrapper{
	position:relative;
	width:100%;
	overflow-x:auto;
	box-sizing:border-box;
	padding-bottom:20px;
	margin-bottom:30px;
}
/* スクロールさせるコンテンツの固定値 */
.bs_scroll_1000{width:1000px;}


/* table
---------------- ----------------- */

/* 下線のみ */
table.bs_tbl01 tr{border-bottom:1px solid #DDDDDD;}

table.bs_tbl01 th,
table.bs_tbl01 td{
	font-size:20px;
	padding:20px 20px;
}

table.bs_tbl01 th a,
table.bs_tbl01 td a{
	font-size:20px;
}

/* 縦横border */
table.bs_tbl02{
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.bs_tbl02 th,
table.bs_tbl02 td{
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:20px 20px;
}


/* dl 横並び
---------------- ----------------- */
dl.bs_dl01{width:100%;}

dl.bs_dl01 dt,
dl.bs_dl01 dd{
	padding:8px 0;
}

dl.bs_dl01 dt{
	width:20%;
	float:left;
	clear:left;
}

dl.bs_dl01 dd{
	float:left;
	display:inline;
}


/* form
---------------- ----------------- */
.bs_form_check00{
	font-size:14px;
	color:#CC0000;
	padding-left:10px;
}

input,
textarea,
select,
label{
	box-sizing:border-box;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

input[type="text"],
textarea{
	border:1px solid #E0E0E0;
	padding:9px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

input::-webkit-input-placeholder {color:#888888;}
input:-ms-input-placeholder {color:#888888;}
input::-moz-placeholder {color:#888888;}

/* dl */
dl,
dt,
dd{
	box-sizing:border-box;
}

.bs_form_dl01 dt{
	padding:8px 15px;
	background-color:#F2F3F7;
	font-size:15px;
	font-weight:600;
}
.bs_form_dl01 dt .bs_form_check00{
	font-weight:500;
}

.bs_form_dl01 dd{
	padding:15px 0 25px;
}

.bs_form_dl01 input[type="text"],
.bs_form_dl01 textarea{
	width:100%;
}

/* ボタン
--------------------------- */
.bs_btn{
	width:100%;
	max-width:290px;
}
.bs_btn_s{
	width:100%;
	max-width:180px;
}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input{
	display:inline-block;
	width:100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size :20px;
	font-weight :600;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-appearance:none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input{
	padding:13px;
}

.bs_btn_s a,
.bs_btn_s input{
	padding:2px 10px;
}

.bs_btn:hover,
.bs_btn_s:hover{
	opacity:0.8;
	filter:alpha(opacity=80); /* ie lt 8 */
	-ms-filter:"alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
}

ul.bs_btn_2col{
	display:table;
	table-layout:fixed; /* テーブルの列幅を均等に */
	width:100%;
	max-width:500px;
	margin:0 auto;
}

ul.bs_btn_2col li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 6px;
}

ul.bs_btn_2col li a,
ul.bs_btn_2col li input{
	padding:13px 0;
}

ul.bs_btn_2col_s{
	display:table;
	border-collapse:separate;  /* セルの間隔を空ける */
	border-spacing:10px 0;  /* 左右 上下で記述 */
}
ul.bs_btn_2col_s li{
	display:table-cell;
	vertical-align:middle;
}


/* Google MAP */
.bs_map_wrap iframe{
	width:100%;
	height:300px;
	vertical-align:bottom; /* MAP下に余白が出来るのを防ぐ */
}

/* お問い合わせブロック */
.bs_call_title01{
	font-size:20px;
	margin-bottom:10px;
}

.bs_call01 a{font-size:24px;}

.bs_call_dl{
	max-width:374px;
	margin:0 auto 10px;
}
.bs_call_dl dt{
	float:left;
	clear:left;
	width:100px;
}
.bs_call_dl dd{
	float:left;
}



/* -------------------------------------------------------
  index.style
------------------------------------------------------- */

/*** slide.style */
.swiper-container {
	width: 100%;
}

#me_top_swiper_container .swiper-slide {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.me_top_slide01 {background-image: url(../pic/bg_topmain01.jpg);}
.me_top_slide02 {background-image: url(../pic/bg_topmain_kouza27.jpg);}
.me_top_slide02t {background-image: url(../pic/bg_topmain_kouza26.jpg);}

#me_top_swiper_container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
#me_top_swiper_container .swiper-slide span {
	display: none;
}


/* pagination サイズ・スタイル変更
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius:0;
}
 */

.swiper-button-next,.swiper-button-prev{
	width:27px;
	height:44px;
	-moz-background-size:27px 44px;
	-webkit-background-size:27px 44px;
	background-size:27px 44px;;
}

.swiper-pagination-bullet-active{opacity:1;background:#4CC7B7}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	background-image:url(../pic/00_swiper_prev01.png);
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	background-image:url(../pic/00_swiper_next01.png);
}

/*** 講座 */
.me_top_news01{
	width:48%;
	margin-right:4%;
}

.me_top_news_wrap div:nth-child(2){margin-right:0;}

.me_top_news01 dl {
	display:table;
	margin-bottom:20px;
}
.me_top_news01 dl dt,
.me_top_news01 dl dd{
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
.me_top_news01 dl dt{
	width:33.33% !important;
	max-width:160px !important;
}
.me_top_news01 dl dt img{
	width:100% !important;
	height:auto !important;
}

.me_top_news01 dl dd{
	padding:5px 15px;
}

.me_top_news01 dl dd h3,
.me_top_news01 dl dd p{
	line-height:1.4em;
}
.me_top_news01 dl dd p a{
	font-weight:600;
}
.me_top_news01 dl dd p.me_top_news_date{
	font-size:16px;
	margin-bottom:0px;
}

.me_top_news01 dl dd h3{
	margin-bottom:0px;
}

.me_top_news01 dl dd h3 a{
	font-size:18px;
	font-weight:600;
}


.me_kouza_ttl01{
	font-size:26px;
	font-weight:600;
	color:#3A8A0B;
	margin-bottom:15px;
}

ul.me_top_news_ul01{
	max-width:620px;
	margin:0 auto 30px;
}

ul.me_top_news_ul01 li{
	margin-left:1.5em;
	text-indent:-1.5em;
}
ul.me_top_news_ul01 li a{
	font-size:20px;
	background:url(../pic/00_list_point01.png) no-repeat left center;
	padding-left:25px;
}


/*** お知らせ */
.bs_bg_top00{
	background:#e2ffd5;
}

.bs_bg_top00 p {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	border-radius: 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.bs_bg_top00 p a {
	color: #C00;
	font-size: 20px;
	line-height: 2em;
	border-bottom: 1px solid #c00;
}


/*** 想い */
.bs_bg_top01{
	background-image:url(../pic/bg_top01.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

/*** 活動内容 */
.bs_bg_top02{
	background-image:url(../pic/bg_top02.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/*** 歩み */
.bs_bg_top03{
	background-image:url(../pic/bg_top03.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}



/* -------------------------------------------------------
  activity.html.style
------------------------------------------------------- */
#me_activity_wrap01 p{margin-bottom:40px;}

#me_activity_ul{
	max-width:830px;
	margin:0 auto 20px;
}
#me_activity_ul li{
	width:48.19%;
	max-width:400px;
}
#me_activity_ul li img{width:100%;}



/* -------------------------------------------------------
  history.html.style
------------------------------------------------------- */
#me_history_tbl01 th,
#me_history_tbl01 td{
	font-size:20px;
	padding:10px 10px 0px;
}


#me_history_tbl01 th{
	width:106px;
	vertical-align:top;
}

#me_history_tbl01 td:nth-of-type(1){
	width:100px;
	vertical-align:top;
}

#me_history_tbl01 td:nth-of-type(1) span{
	display:block;
	padding:0 5px;
	font-size:18px;
	height:22px;
	line-height:26px;
	text-align:right;
	background-color:#FFDBDB;
	margin:0;
}

#me_history_tbl01 tr.me_history_tr_last{border-bottom:1px solid #DDDDDD;}



/* -------------------------------------------------------
  tudoi.html.style
------------------------------------------------------- */
#me_tudoi_wrap01 p{margin-bottom:30px;}
.me_tudoi_box01{
	background-color:#FFF2F2;
	padding:30px 25px;
}
.me_tudoi_box01 h4{
	font-size:28px;
	text-align:center;
	margin-bottom:15px;
}

.me_tudoi_box01 p{
	font-size:19px;
}

.me_tudoi_box01 p a{
	font-size:19px;
	text-decoration:underline;
}

#me_tudoi_wrap01 p.me_tudoi_link{margin-bottom:0;}
#me_tudoi_wrap01 p.me_tudoi_link a{text-decoration:underline;}


/* -------------------------------------------------------
  link.html.style
------------------------------------------------------- */
#me_link_tbl01 th{width:320px;}
#me_link_tbl01 th a{color:#1769BF;}



/* -------------------------------------------------------
  call.html.style
------------------------------------------------------- */
p.me_call_form_flow{
	font-size:20px;
	text-align:center;
	margin:0 auto 30px;
}

p.me_call_form_flow i{
	font-size:18px;
	padding:0 15px;
}

p.me_call_form_flow span{
	padding:2px 10px;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}

.me_call_btn_back{
	max-width:100px;
	margin:0 auto;
	padding-bottom:10px;
}

#me_call_tbl01{
	max-width:800px;
	margin:0 auto 30px;
}

#me_call_tbl01 th{
	width:270px;
}

#me_call_tbl01 input[type="text"],
#me_call_tbl01 textarea{
	width:100%;
}

.check00,
.me_hissu p{
	font-size:18px;
	color:#CC0000;
}

.bs_call_wrap01 {margin-bottom: 100px;}
.bs_mail01 {text-align: center;}
.bs_mail01 img {
	width: 80%;
	max-width: 400px;
}



/* -------------------------------------------------------
  kouza.style
------------------------------------------------------- */

/* kouza.html.style */
.me_kouza_dl{
	display:table;
	width:100%;
	margin-bottom:30px;
}

.me_kouza_dl dt,
.me_kouza_dl dd{
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
}

p.me_kouza_date{
	font-size:17px;
	margin-bottom:10px;
}

.me_kouza_dl dt{
	width:20%;
	max-width:180px;
	padding:0 20px 20px 0;
}
.me_kouza_dl dt img{width:100%; height:auto;}

.me_kouza_dl dd a{
	font-size:20px;
	color:#006600;
}

p.me_kouza_kanren{
	text-align:center;
	margin:50px auto 30px;
}

p.me_kouza_pankuzu{
	text-align:center;
	height:40px;
	background:url(../pic/bg_link01.jpg) no-repeat top  center;
	background-size:310px 40px;
	-webkit-background-size:310px 40px;
	margin-bottom:40px;
}
p.me_kouza_pankuzu a{
	font-size:20px;
	color:#1668BE;
	text-decoration:underline;
}

ul.me_kouza_btn_ul{
	max-width:850px;
	margin:0 auto 40px;
}
ul.me_kouza_btn_ul li{
	width:31.76%;
	float:left;
	display:inline;
	margin:0 2.35% 0 0;
}
ul.me_kouza_btn_ul li:last-child{margin-right:0;}
ul.me_kouza_btn_ul li a{
	display:block;
	padding:18px 10px;
	background:url(../pic/00_kouza_btn01.png) no-repeat left center;
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	opacity:0.6;
	filter:alpha(opacity=60); /* ie lt 8 */
	-ms-filter:"alpha(opacity=60)"; /* ie 8 */
	-moz-opacity:0.6; /* FF lt 1.5, Netscape */
}
ul.me_kouza_btn_ul li a.active{
	opacity:1;
	filter:alpha(opacity=100); /* ie lt 8 */
	-ms-filter:"alpha(opacity=100)"; /* ie 8 */
}

.me_kouza_gaiyou01{
	max-width:780px;
	margin:0 auto 60px;
}


/* kouza/detail.html.style */
#me_kouza_detail_wrap01{
	padding-bottom:200px;
}
.me_kouza_detail_img{
	max-width:700px;
	text-align:center;
	margin:0 auto 30px;
}

.me_kouza_detail_txt{
	width:100%;
	margin:0px auto 30px;
}
.me_kouza_detail_txt div,
.info_cmone02news,
.info_cmone02news p,
.info_cmone02news p a{
	font-size:20px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto !important;
}
.info_cmone02news p a{text-decoration: underline;}

.me_kouza_pdf_file01 {
	max-width: 290px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #9AD4F7;
	border-bottom: 1px solid #9AD4F7;
}
.me_kouza_pdf_file01 a {
	font-size: 17px;
	font-weight: bold;
}

.me_kouza_pdf_file01::before {
	content: " \f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	padding-right: 7px;
	color: #FF5151;
}



/* -------------------------------------------------------
  acordion.style
------------------------------------------------------- */
.j_ac01{
	display:none;
}



/* -------------------------------------------------------
  Facebook
------------------------------------------------------- */
#me_fb_wrap{
	max-width:480px;
	margin:0 auto;
}
#me_fb_wrap > .fb-page {
	width:100%;
}
#me_fb_wrap > .fb-page > span,
#me_fb_wrap iframe{
	width:100% !important;
}



/* -------------------------------------------------------
  footer.style
------------------------------------------------------- */
#footer{
	width:100%;
	clear:both;
	background:url("../pic/bg_footer.jpg") no-repeat;
}

/* 幅 max1000px
（幅を縮めた際の左右12px余白分加算）*/
.bs_footer_in{
	max-width:1024px;
	padding:50px 12px 17px;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
	position:relative;
}

.gotop{
	position:fixed;
	bottom:5%;
	right:5%;
	opacity:0.9;
	filter:alpha(opacity=90); /* ie lt 8 */
	-ms-filter:"alpha(opacity=90)"; /* ie 8 */
	-moz-opacity:0.9; /* FF lt 1.5, Netscape */
	display:none;
}


ul#bs_ft_menu{
	max-width:450px;
	margin:0 auto 30px;
}

ul#bs_ft_menu li{
	float:left;
	display:inline;
	margin:0 30px 5px 0;
}
ul#bs_ft_menu li:last-child{margin:0 0 5px 0;}

ul#bs_ft_menu li a{
	display:block;
}

.bs_footer_info{
	text-align:center;
	margin-bottom:20px;
}

#bs_footer_logo{
	max-width:280px;
	margin:0 auto 10px;
}
#bs_footer_logo img {width:100%;}

p#bs_footer_tel a{
	font-size:18px;
	font-weight:600;
	color:#006600;
}
p#bs_footer_tel span{font-size:13px;}


#bs_footer_call{
	margin:0 auto 10px;
}

#bs_footer_call a{
	background:url("../pic/00_img_footer_btn01.png") no-repeat;
	color:#FFFFFF;
	border:none;
	width:165px;
	height:40px;
	line-height:40px;
	padding:0;
	font-size: 18px;
}

.bs_ft_mail01 {text-align: center;}
.bs_ft_mail01 a {
	color: #339900;
	font-weight: bold;
}
.bs_ft_mail01 a i {font-size: 17px;}


p#bs_copyright{
	font-size:11px;
	text-align:center;
}



/* -------------------------------------------------------
  color.style
------------------------------------------------------- */
.bs_color01,
p.me_topics_pankuzu a{
	color:#1769BF;
}

.bs_bg_color01{background-color:#FCFCF3;}
.bs_bg_color02{background-color:#E3F0FC;}

.bs_color_white,
.bs_color_white a{
	color:#FFFFFF;
}

.bs_bg_color_white{background-color:#FFFFFF;}

.bs_btn01 a,
.bs_btn01 input,
span#me_call_form_naviactive{
	background-color:#006600;
	color:#FFFFFF;
	border:1px solid #006600;
}

.bs_btn02 a,
.bs_btn02 input,
.me_call_form_flow span{
	border:1px solid #006600;
	background-color:#FFFFFF;
	color:#006600;
}

.bs_top_btn01 a {
	background:url("/hospice/pic/00_img_top_btn01.png") no-repeat;
	color:#FFFFFF;
}