@charset "utf-8";
@import url("reset.css");
@import url("btns.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* font-family: 'Noto Sans Japanese', serif; */
/* -------------------------------------------------------------- */
.noto100 {
	font-weight: 100;
}
.noto200 {
	font-weight: 200;
}
.noto300 {
	font-weight: 300;
}
.noto400 {
	font-weight: 400;
}
.noto500 {
	font-weight: 500;
}
.noto600 {
	font-weight: 600;
}
.noto700 {
	font-weight: 700;
}
.noto800 {
	font-weight: 800;
}
.noto900 {
	font-weight: 900;
}
/* -------------------------------------------------------------- */
body {
	color: #333;
	font-size: small;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	line-height: 1.5;
	background-color: #EAE4D0;
	-webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
	color: #83c61a;
	text-decoration: none;
}
a:hover {
	color: #3b580d;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background: #EAE4D0;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************
/* ヘッダー
*************/
#header {
	width: 100%;
	height: 120px;
	text-align: center;
	background-color: #009FE8;
}
/* ナビゲーション
------------------------------------------------------------*/
nav#mainNav {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #BEAF85;
}
nav#mainNav .inner {
	width: 960px;
	padding: 0 14px;
}
nav#mainNav ul li {
	float: left;
	position: relative;
}
nav#mainNav li.last {
	border-right: 1px solid #ebebeb;
}
nav#mainNav ul li a {
	display: block;
	text-align: center;
	_float: left;
	font-size: 14px;
	line-height: 3.2;
	width: 238px;
	height: 45px;
	color: #FFF;
	border-left: 1px solid #ebebeb;
}
nav#mainNav ul li a span, nav#mainNav ul li a strong {
	display: block;
}
nav#mainNav ul li a span {
	color: #3b580d;
	font-size: 10px;
}
nav div.panel {
	display: block !important;
	float: left;
}
nav#mainNav li.active a, nav#mainNav li a:hover {
	color: #FFF;
	background-color: #A18D56;
}
/*************
/* ヘッダーロゴ
*************/
.logo {
	display:table-cell;
	height:120px;
	vertical-align:middle;
}
.logo img {
	width: 100%;
	height: auto;
}
/* スマホメニュー */
ul#menu, ul#menu-bottom {
	display: none;
}
/*************
/* 電話番号
*************/
.info {
	float: right;
	padding-right: 20px;
	text-align: right;
}
.info .open {
	font-size: 16px;
}
/*************
/* ロゴ+電話番号
*************/
.info .tel {
	margin-top: 6px;
	color: #009944;
	font-size: 20px;
	font-weight: bold;
}
.logo span, .info span {
	color: #333;
	font-size: .6em;
	font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#amazingslider-wrapper-1 {
	display:block;
	position:relative;
	max-width:960px;
	margin:0px auto 30px;
}
#amazingslider-wrapper-sp {
	display:none;
}
#mainBanner {
	margin: 17px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
	border: 4px solid #EAE4D0;
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}
.slogan h2 {
	padding-bottom: 5px;
	font-size: 20px;
	color: #fff;
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
	border-radius: 5px;/*background: #fff;*/
}
.grid#A {
	background: #60C0BD;
}
.grid#B {
	background: #EF845D;
}
.box {
	margin: 0 5px;
	padding: 10px;/*border: 1px solid #ebebeb;*/
}
.box img {
	max-width: 100%;
	height: auto;
	border: 4px solid #ebebeb;
}
.box h3 {
	padding: 10px 0 5px;
}
.box h3, .box p {
	text-align: left;
}
.box p {
	color: #FFFFFF;
	font-weight: bold;
}
.box p.readmore {
	padding: 10px 5px 5px;
	text-align: right;
}
/*************
メイン コンテンツ
*************/
h3.heading {
	font-weight: bold;
	padding: 0 10px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #009FE8;
}
section.content img {
	max-width: 90%;
	height: auto;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}
#gallery .grid img, .border, ul.list img {
	border: 4px solid #ebebeb;
}
/*************
テーブル
*************/
table.table {
	border-collapse: collapse;
	margin: 5px auto 15px auto;
}
table.table td {
	border-collapse: collapse;
	background-color: #F9F9F9;
	text-align: left;
	padding: 8px;
	border: 1px solid #D6D6D6;
	line-height: 20px;
}
table.table th {
	background-color: #F5F5F5;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #151515;
	border-top: 1px solid #D4D4D4;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
}
/**************************
/* ご相談はコチラ
**************************/
body#mail h4 {
	font-size: 18px;
	position: relative;
	margin: 10px 15px;
	padding: .5em .75em;
	background-color: #DACDAC;
	border-radius: 6px;
}
body#mail h4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #DACDAC;
}
#contact {
	margin: 30px auto;
	padding: 0;
	width: 100%;
	position: relative;
	line-height: 0;
}
#contact img {
	max-width: 100%;
	height: auto;
}
#contact h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 31px;
	text-align: center;
	line-height: 1.4;
}
#contact h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	color: #00A0E9;
	text-align: center;
	line-height: 1.2;
}
#contact h4 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
}
#contact p {
	font-size:18px;
	line-height:1.6;
	text-align:center;
	margin:15px 0;
}
.font_colorM {
	color: #E4007F;
}
#contact .office {
	margin: 15px 0;
}
.kome {
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	margin-top: 1em;
}
/* GoogleMaps */
.ggmap {
	position: relative;
	padding-bottom: 77.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contact .office .tel {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
}
#contact .office .address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
}
#contact .office .botan {
	font-weight: bold;
}
/* スマホ版 */
section.content article {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
* html section.content article {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}
/* ボタンの色 */
.btn-orange:link, .btn-orange:visited {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(0,98,158,1.00) 0%,rgba(0,14,166,1.00) 48.08%,rgba(0,23,184,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,98,158,1.00) 0%,rgba(0,14,166,1.00) 48.08%,rgba(0,23,184,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,98,158,1.00) 0%,rgba(0,14,166,1.00) 48.08%,rgba(0,23,184,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,98,158,1.00) 0%,rgba(0,14,166,1.00) 48.08%,rgba(0,23,184,1.00) 100%);
}
.btn-orange:hover, .btn-orange:focus {
	color: #fff !important;
	background-color: #ff9f36;
	border-color: #ff9f36;
}
.btn-orange:active {
	color: #fff;
	background-color: #af6719;
	border-color: #af6719;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	height: 60px;
}
* html #footer {
	height: 1%;
}
#footer a {
	font-size: 16px;
	color: #FFF;
}
#footer a:hover {
	color: #888;
}
/* フッターナビ */
ul.footer_menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: 0px;
}
ul.footer_menu li {
	width: 50%;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}
ul.footer_menu li.L {
}
ul.footer_menu li.R {
	text-align: right;
}
ul.footer_menu li span {
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 900;
	display: block;
}
/* コピーライト */
address {
	clear: both;
	margin-top: 150px;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #333;
	background: #dbdbdb;
}

/*************
/* タイトル
*************/
body#about h4, body#case_study h4, body#flow h4, body#schedule h4 {
	font-size: 22px;
	color:#FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: .5em .75em;
	background-color: #F39800;
	border-radius: 6px;
}
body#about .tittleA {
	margin:15px 0 0 0;
}
body#flow .tittleA, body#schedule .tittleA {
	margin:15px;
}

/*************
/* 「困りごと相談室」とは
*************/
.leedA p {
	font-size: 22px !important;
	line-height:1 !important;
	color: #7A6A56;
	margin-bottom:15px;
}
body#about p, body#case_study p, body#flow p, body#schedule p {
	font-size:16px;
	line-height:1.6;
}
body#about .leedA p {
	font-weight:bold;
}
body#about .leedA p span {
	display:block;
	line-height:1.4;
}
body#about p.indentA {
	padding-left: 100px;
	text-align:justify;
}
body#about .tittleA img {
}
body#about .photoR, body#case_study .photoR {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/*************
/* グリーンコープ受託の福岡県内の自立相談支援事業一覧へ
*************/
.pumf, .pumf2 {
	width:100%;
	text-align:left;
	margin:15px 0;
}
.pumf2 {
	display:none;
}

/*************
/* 事例紹介＆相談の流れ
*************/
.sashieA {
	width:100%;
	margin:15px 0;
}
.sashieA img {
	width:100%;
	height:auto;
}

/* ロールオーバー */
.rollover a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}
/* 画像の角丸 */
.kadomaru20 img {
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
.slicknav_menu {
	display: none;
}
#wrapper, .inner {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
.info {
	padding-top: 60px;
}
#wrapper {
	padding-bottom: 20px;
}
#wrapper .top-img {
	margin-top: 30px;
}
#wrapper .top-img {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#mainBanner {
	margin-left: 15px;
}
#subpage #mainBanner {
	margin: 15px auto;
}
#main {
	float: right;
	width: 667px;
	padding-right: 15px;
}
#sidebar {
	float: left;
	width: 245px;
	padding: 15px 0 0 15px;
	overflow: hidden;
}
#sidebar article {
	padding: 7px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}
/* グリッド全体 */
.gridWrapper {
	display: none;/*width: 960px;*//*margin: 0 0 0 -10px;*/
}
#gallery article {
	padding: 10px 0 10px 10px;
}
/* グリッド */
.grid {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#subpage .grid {
	width: auto;
}
#gallery .grid {
	width: auto;
	margin: 10px 0 2px 10px;
}
/**************************
/* ご相談はコチラ
**************************/
#contact .office {
	width: 960px;
	height: 320px;
	position: relative;
}
#contact .office .gmap {
	width: 260px;
	height: 230px;
	position: absolute;
	top: 65px;
	right: 28px;
	z-index: 10;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 76px;
	position: absolute;
	top: 90px;
	left: 123px;
	z-index: 5;
}
#contact .office .address {
	font-size: 20px;
	line-height: 1.4;
	position: absolute;
	top: 140px;
	left: 50px;
	z-index: 5;
}
#contact .office .botan {
	font-size: 22px;
	position: absolute;
	top: 210px;
	left: 80px;
	z-index: 5;
}
}

@media only screen and (max-width:959px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.js #menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
#wrapper .top-img {
	margin-top: 30px;
}
#wrapper .top-img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* スマホ用下メニュー */
ul#menu-bottom {
	display: block;
	margin: 0;
}
ul#menu-bottom li {
	display: inline;
}
ul#menu-bottom li a {
	margin-bottom: 1px;
	padding: 5px 0 5px 10px;
	display: block;
	text-decoration: none;
	border-left: 5px solid #009E96;
	font-size: 16px;
	color: #FFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,158,150,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,158,150,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,158,150,1.00) 0%,rgba(255,255,255,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(0,158,150,1.00) 0%,rgba(255,255,255,0.80) 100%);
}
ul#menu-bottom li a:hover {
	background-color: #ABCD03;
	color: #007F41;
	border-left: 5px solid #ff0000;
}
#header, #mainNav {
	display: none;
}
.info {
	padding-top: 60px;
}
.logo img {
	width: 90%;
	height: auto;
}
#subpage #mainBanner {
	max-width: 668px;
}
#sidebar {
	padding-bottom: 30px;
}
#sidebar article {
	padding: 7px 0;
}
.gridWrapper {
	display: none;
}
.grid {
	width: 32%;
	height: 76px;
	margin: 10px 0 0 1%;
}
#gallery .grid {
	float: left;
	width: 31%;
	margin: 0 0 0 1%;
}
#footer {
	height: auto;
}
/* フッターナビ */
ul.footer_menu {
	width: 100%;
	padding: 10px;
}
ul.footer_menu li {
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
}
ul.footer_menu li.L {
}
ul.footer_menu li.R {
	margin-top: 10px;
	text-align: center;
}
ul.footer_menu li span {
}
/**************************
/* ご相談はコチラ
**************************/
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}
#contact .office {
	width: 904px;
	height: 301px;
	position: relative;
}
#contact .office .gmap {
	width: 247px;
	height: 219px;
	position: absolute;
	top: 59px;
	right: 26px;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 70px;
	position: absolute;
	top: 90px;
	left: 123px;
	z-index: 5;
}
#contact .office .address {
	font-size: 18px;
	line-height: 1.4;
	position: absolute;
	top: 140px;
	left: 50px;
	z-index: 5;
}
#contact .office .botan {
	font-size: 18px;
	position: absolute;
	top: 210px;
	left: 80px;
	z-index: 5;
}
address {
	margin-top: 0px;
}
/*************
/* タイトル
*************/
body#about .tittleA img, body#case_study .tittleA img, body#flow .tittleA img, body#schedule .tittleA img {
	width:100%;
	height:auto;
}
/* 「生活再生相談室」とは */
body#about p.indentA {
	padding-left: 0px;
}
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
#header {
	height: auto;
	padding-bottom: 20px;
}
#header h1, .logo, .info {
	text-align: center;
}
.info {
	padding-top: 0px;
}
.logo, .info {
	clear: both;
	width: 100%;
	float: none;
	margin: 0;
}
.info .tel {
	margin-top: 0px;
	font-size: 16px;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#amazingslider-wrapper-1 {
	display: none;
}
/* spメイン */
#amazingslider-wrapper-sp {
	display: block;
}
#amazingslider-wrapper-sp img {
	width: 100%;
	height: auto;
}
#amazingslider-wrapper-sp p {
	font-size:16px;
	line-height:1.6;
	text-align: center;
	font-weight:bold;
	margin: 15px 0;
}

#mainBanner {
	display: none;
}
.gridWrapper {
	display: block;
}
.box img {
	float: left;
	margin-right: 5px;
}
.box h3 {
	padding-top: 0;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#gallery .grid {
	float: left;
}
/**************************
/* 「生活再生相談室」とは
**************************/
body#about .tittleA img {
	width: 100%;
	height: auto;
}
body#about .leedA p span {
	font-size:86%;
	display:inline;
}

/**************************
/* ご相談はコチラ
**************************/
/* PC版は表れろ、SPは消えろ */
#pc {
	display: block;
}
#sp {
	display: none;
}
#contact h1 {
	font-size: 16px;
}
#contact h2 {
	font-size: 20px;
}
#contact h4 {
	font-size: 22px;
}
#contact h4 span {
	display:block;
}
#contact p {
	font-size: 16px;
}
#contact p .kaigyo, #contact h4 .kaigyo {
	display:block;
}
#contact .office {
	width: 100%;
	height: auto;
	position: relative;
}
#contact .office .gmap {
	width: 28%;
	height: 28%;
	position: absolute;
	top: 16%;
	right: 3%;
	background-color: #dcdddd;
}
#contact .office .tel {
	font-size: 38px;
	position: absolute;
	top: 50px;
	left: 76px;
	z-index: 5;
}
#contact .office .address {
	font-size: 12px;
	line-height: 1.4;
	position: absolute;
	top: 76px;
	left: 20px;
	z-index: 5;
}
#contact .office .botan {
	font-size: 12px;
	position: absolute;
	top: 116px;
	left: 40px;
	z-index: 5;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
.grid {
	width: 98%;
	height: auto;
}
.box img {
	max-width: 100px;
}
#mainBanner h2, #mainBanner p {
	font-size: 80%;
}
#footer {
	height: auto;
}
ul.footer_menu {
	height:70px;
}
ul.footer_menu li.L {
	display:none;
	visibility:hidden;
}
ul.footer_menu li.R {
	margin:0;
	padding:0;
}
/**************************
/* ご相談はコチラ
**************************/
#contact h1 {
	font-size: 11px;
}
#contact h2 {
	font-size: 18px;
}
#contact h4 {
	font-size: 15px;
	font-weight:bold;
	line-height:1.4;
}
#contact p {
	font-size: 14px;
	line-height:1.4;
}
h3.heading {
	font-size: 18px;
	line-height:2;
}
.kome {
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
	margin-top: 1em;
}
/* PC版は消えろ、SPは表れろ */
#pc {
	display: none;
}
#sp {
	display: block;
}
#sp section.content article .tel {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 30px;
	line-height: 1.2;
}
#sp section.content article .address {
	font-size: 16px;
	line-height: 1.4;
}
#sp section.content article .botan {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	margin-top: 0.5em;
}
.btn, .btn:link, .btn:visited {
	/*padding: 1.6em 1em;*/
	padding:0.8em;
}
/*************
/* グリーンコープ受託の福岡県内の自立相談支援事業一覧へ
*************/
.pumf, .pumf2 {
	width:100%;
	text-align: center;
}
.pumf img, .pumf2 img {
	width:90%;
	height:auto;
}
.pumf {
	display:none;
}
.pumf2 {
	display:block;
}
/*************
/* 「困りごと相談室」とは
*************/
body#about .photoR {
	float:none;
	margin-left:0px;
	margin-bottom:30px;
	width:100%;
}
/*************
/* 相談内容一例
*************/
ul.case_study {
	font-size:16px;
	line-height: 32px;
}
ul.case_study li {
	background-image: url(../images/list-style_maru01.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left 8px;
}

/* 写真・図レイアウト */
.photoR {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
dl.hyoA {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
dl.hyoA dt, dl.hyoA dd {
    display: table-cell;
    padding: 0.5em 0.1em;
    vertical-align: top;
}
dl.hyoA dt {
    width: 16%;
	color:#009FE8;
	font-size:120%;
	font-weight:bold;
	text-align:left;
}
dl.hyoA dd {
    width: 84%;
	text-align:justify;
}
/**************************
/* 相談の流れ
**************************/
.sashieB {
	width: 100%;
	margin:15px 0;
}
.sashieB img {
	width: 100%;
	height:auto;
}
ul.flow {
	font-size:16px;
	line-height: 1.6;
	padding-left: 22px;
}
ul.flow li {
	list-style:circle;
	margin-bottom:6px;
}
}
