<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: FLOW2016
Theme URI: http://www.flow-web.jp/
Version:1.2
 */
 
  /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
 
 @charset "utf-8";
 
  @-webkit-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-moz-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-o-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-ms-keyframes fadein {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}

/*å…¨ä½“ã®èª¿æ•´*/

body{
	margin:0;
	background-color:#FFFFFF;
	font-family: 'ãƒ¡ã‚¤ãƒªã‚ª','Hiragino kaku Gothic Pro', sans-serif;
	position : relative;
	-webkit-animation: fadein 1.5s;
	-moz-animation: fadein 1.5s;
	-o-animation: fadein 1.5s;
	-ms-animation: fadein 1.5s;
	}

a {
	color:#0645AD;
	text-decoration:none;
}

a:visited{
	color:#0645AD;
}

a:hover{
	color:#E1E1E1;
}

a img{
	border-style:none;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}

a:hover img{
	transition: 0.3s;
	opacity:0.5;
}

.spimg{
	display:none;
}

#container{
	margin:0;
}

.inner{
	margin:0 auto;
	width:960px;
	padding:0 20px;
}

.wid860{
	width:860px;
	margin:0 auto;
	padding:0;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.radi {
	border-radius:8%;
}

.radi2 {
	border-radius:100%;
}

/* â–½ãƒ˜ãƒƒãƒ€ãƒ¼éƒ¨ */

#header {
	margin:0;
	padding:0;
}

#headline{
	margin:0;
	padding:2px 0;
	font-size:0.8em;
	color:#777777;
}

.header-scroll{
		width:100%;
	background-color:#FFFFFF;
	border-top:2px solid #69AF01;
}


#header-title {
padding:0;
}

#header-title:after{
	content:"";
	display:block;
	clear:both;
}

#header-title h1, #header-title .hx{
	float:left;
	font-size: 1.25em;
	margin:0;
	padding:0;
	font-weight:bold;
}

#header-title h1 a, #header-title .hx a{
	text-decoration: none;
	color:#69AF01;
}

.header-tel {
	float:right;
	padding:10px 0 0 0;
}

/*ãƒŠãƒ“ã‚²ãƒ¼ã‚·ãƒ§ãƒ³*/
#menubtn {
	display: none;
}

nav.menu {
	display: block;
}

nav.menu {
	font-size:0.875em;
	margin:0;
	padding:0;
	background:#69AF01;
	width: 100%;
}

nav.menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

nav.menu ul li{
	float:left;
	width:160px;
}

nav.menu ul li a {
	display:block;
	padding:12px 0;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: 0.6s ease;
}

nav.menu ul li a:hover, .main-navi ul li.current-menu-item a:hover{
	background-color:#85DC01;
}

nav.menu ul li.current-menu-item a{
	background-color:#548B01;
}

nav.menu ul:after {
	content:"";
	display:block;
	clear:both;
}

nav.menu ul{*zoom:1;
}

.fixed{
	position: fixed;
	top:0 ;
	z-index:100;
	-webkit-box-shadow:0px 4px 4px #CCCCCC;
	box-shadow:0px 4px 4px #CCCCCC;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ç”»åƒ */
#header-image{
	background-size:cover;
	background-position:75% 75%;
	background-image:url(images/main_bg.jpg);
	height:660px;
}

#header-image_mini{
	background-size:cover;
	background-position:75% 75%;
	background-image:url(images/main_bg.jpg);
	height:260px;
}

.mainimage{
	padding-top:0;
}

.mainimage-mini{
	padding-top:0;
}

/* ãƒ˜ãƒƒãƒ€ãƒ¼ç”»åƒ */
.three-box, .lp-box{
	margin:20px 0;
}

.three-box:after, .lp-box:after{
	content:"";
	display:block;
	clear:both;
}

.box1{
	float:left;
	width:32%;
	margin-right:2%;
	background-color:#FFFFFF;
}

.box2{
	float:left;
	width:32%;
	margin-right:2%;
	background-color:#FFFFFF;
}

.box3{
	float:right;
	width:32%;
	background-color:#FFFFFF;
}

.box1 p, .box2 p, .box3 p{
	font-size:0.875em;
	font-color:#444444;
	padding:8px;
	line-height:1.8;
}

.box1 img, .box2 img, .box3 img{
	width:100%;
	height:auto!important;
}

.lp-box1 .box-h, .lp-box2 .box-h{
	font-size:1.3em;
	text-align:center;
	padding:12px 0;
	color:#FFFFFF;
	font-weight:bold;
}

.lp-box1 .box-h{
	background-color:#69AF01;
}

.lp-box2 .box-h{
	background-color:#009FE7;
}

/* ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ */
.breadcrumbs{
	font-size:0.875em;
	padding:20px 0 0;
}

.breadcrumbs a{

}

/*â–½ã‚³ãƒ³ãƒ†ãƒ³ãƒ„éƒ¨*/

#content {
	margin:0;
}

#content:after{
	content:"";
	display:block;
	clear:both;
}

#content-left{
	float:left;
	margin:20px 0 40px;
	width:600px;
}

/*ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸LP*/

.main-phone{
	margin:10px 0 20px;
}


.bg-white{
	background-color:#FFFFFF;
	padding:50px 0;
}

.bg-maincolor{
	background-color:#69AF01;
	padding:50px 0;	
}

.bg-lightmaincolor{
	background-color:#EEFFEE;
	padding:50px 0;	
}

.bg-brown{
	background-color:#CDBA92;
	padding:50px 0;
}

.bg-cream{
	background-color:#F8F5EF;
	padding:50px 0;
}

.bg-green{
	background-color:#478E00;
	padding:50px 0;
}

.bg-lightgreen{
	background-color:#F0FFE1;
	padding:50px 0;
}

.bg-lightgreen20{
	background-color:#F0FFE1;
	padding:20px 0;
}

.bg-blue{
	background-color:#0159A0;
	padding:50px 0px;
}

.bg-lightblue{
	padding:50px 0px;
	background-color:#EEF8FF;
	}

img.telmail{
	margin-top:30px;
}

#top-lp i{
	padding-right:6px;
}

#top-lp .lp-header{
	background-color:#69AF01;
}

#top-lp .lp-header h2{
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
		color:#FFFFFF;
		padding:20px 0;
}

#top-lp .bg-maincolor .lp-header h2, #top-lp .bg-brown .lp-header h2, #top-lp .bg-green .lp-header h2, #top-lp .bg-blue .lp-header h2{
	text-align:center;
	margin-bottom:10px;
	color:#FFFFFF;
}


#top-lp h3{
	font-size:2em;
	color:#69AF01;
	margin:12px 0;

}

#top-lp .bg-maincolor h3, #top-lp .brown h3, #top-lp .bg-green h3, #top-lp .bg-blue h3{
	font-size:2em;
	color:#FFFFFF;
	margin-bottom:12px;
}

#top-lp p{
	font-size:1em;
	line-height:2;
	color:#444444;
	margin-bottom:18px;
}

#top-lp .lp-header p{
	text-align:center;
}

#top-lp .bg-maincolor .lp-header p, #top-lp .bg-brown .lp-header p, #top-lp .bg-green .lp-header p, #top-lp .bg-blue .lp-header p{
	color:#FFFFFF;
}

#top-lp img.onayami{
	margin:0 auto;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:10px 0 20px;
}

.profile p{
	font-size:0.9em;
}

/* 64æ¨ªä¸¦ã³ */
.twobox-64{
	text-align:left;
	margin:40px 0 0;
}

.twobox-64 h3{
	font-size:1.5em;
	padding-bottom:20px;
}

.twobox-64 p{
	line-height: 2;
}

.twobox-64 img{
	max-width:100%;
	height:auto!important;
}

.twobox-64l{
	float:left;
	width:58%;
	padding:0;
}

.twobox-64r{
	float:right;
	width:38%;
	padding:0;
}

.twobox-64:after{
	content:"";
	display:block;
	clear:both;
}

/* 46æ¨ªä¸¦ã³ */
.twobox-46{
	margin:40px 0 0;
}

.twobox-46 img{
	max-width:100%;
	height:auto!important;
}

.twobox-46l{
	float:left;
	width:38%;
	padding:0;
}

.twobox-46r{
	float:right;
	width:58%;
	padding:0;
}

/* 55æ¨ªä¸¦ã³ PCã®ã¿ä½¿ç”¨*/
.twobox-55{
	margin:40px 0 0;
}

.twobox-55 img{
	max-width:100%;
	height:auto!important;
}

.twobox-55l{
	float:left;
	width:45%;
	padding:0;
}

.twobox-55r{
	float:right;
	width:45%;
	padding:0;
}

.twobox-55:after{
	content:"";
	display:block;
	clear:both;
}

/* 73æ¨ªä¸¦ã³ */
.twobox-73{
	text-align:left;
	margin:40px 0 0;
}

.twobox-73 h3{
	font-size:1.5em;
	padding-bottom:20px;
}

.twobox-73 p{
	line-height: 2;
}

.twobox-73 img{
	max-width:100%;
	height:auto!important;
}

.twobox-73l{
	float:left;
	width:68%;
	padding:0;
}

.twobox-73r{
	float:right;
	width:28%;
	padding:0;
}

.twobox-73:after{
	content:"";
	display:block;
	clear:both;
}

/* 37æ¨ªä¸¦ã³ */
.twobox-37{
	text-align:left;
	margin:40px 0 0;
}

.twobox-37 h3{
	font-size:1.5em;
	padding-bottom:20px;
}

.twobox-37 p{
	line-height: 2;
}

.twobox-37 img{
	max-width:100%;
	height:auto!important;
}

.twobox-37l{
	float:left;
	width:28%;
	padding:0;
}

.twobox-37r{
	float:right;
	width:68%;
	padding:0;
}

.twobox-37:after{
	content:"";
	display:block;
	clear:both;
}

/*LPå†…ï¼“ãƒœãƒƒã‚¯ã‚¹*/
.lp-box1, .lp-box2{
}

.lp-box1:after, .lp-box2:after{
	content:"";
	display:block;
	clear:both;
}

.fixblock {
	background: url("images/lpbg01.jpg");
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
}
	

/*æŠ•ç¨¿*/
#post {
	color:#444444;
	font-size: 1em;
	line-height: 1.8;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.entry{
	padding:0;
}

#post p{
	line-height: 1.9;
	margin-bottom:1em;
}

.entrytitle{
	color:#444444;
	font-size:1.3em;
	padding:20px 0;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
}

.entrytitle a{
	color:#444444;
	text-decoration:none;
}

.entry h2 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	background-color:#69AF01;
	margin-bottom:10px;
}
.entry h3 {
	color: #69AF01;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #69AF01;
	margin-bottom:10px;
}
.entry h4 {
	color: #69AF01;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 10px;
	margin-bottom:10px;
	border-left:4px solid #69AF01;
}

/*è¨˜äº‹å†…ã®ç”»åƒ*/
#post img{
	max-width: 100%;
	height: auto!important;
}

#post img.ishige250{
	max-width:250px;
	height:auto!important;
}

.catchimg img{
	clear:both;
	display: block;
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright{
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

.wp-caption{
	border: 1px solid #AAAAAA;
	text-align: center;
	padding-top: 3px;
}

.thumb{
	text-align: center;
}


/* è¨˜äº‹ã®ãƒ†ãƒ¼ãƒ–ãƒ« */
table {
	margin: 0 0 1em 0;
	border-collapse: collapse;
}
td {
	border: 1px solid #E0E0E0;
	padding: 15px;
	font-size: 0.875em;

}
th {
	border: 1px solid #E0E0E0;
	padding: 15px;
	font-size: 0.875em;
	background-color: #FFFFF1;
	text-align: center;
}

 ul, #post ol {
	margin:10px 20px;
	line-height:1.8;
	color:#444444;
}

 ul {
	list-style-type:disc;
}

 ol {
	list-style-type:decimal;
}

/*ç¶šãã‚’èª­ã‚€*/
#post p.more{
	margin:10px 0px 40px 0px;
	text-align:right;
	font-size:0.875em;
}

#post p.more a{
	color:#444444;
	padding:4px 8px;
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	text-decoration:none;
}

#post p.more a:hover{
	color:#FFFFFF;
	background-color:#69AF01;
	border:1px solid #CCCCCC;
}


/*ãŠå•åˆã›ã‚³ãƒ¼ãƒŠãƒ¼*/
.soudan-phone, .soudan-web, .soudan-mail {
	font-size:1.3em;
	background-repeat:no-repeat;
	padding:8px 0 8px 60px;
	margin:0;
	font-weight:bold;
	color:#69AF01;
}

.soudan-phone{
	background-image:url(images/icon_phone.png);
}
.soudan-web {
	background-image:url(images/icon_web.png);
}
.soudan-mail {
	background-image:url(images/icon_mail.png);
}

.soudan-area{
	margin:0;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:10px;
	background-color:#FFFFFF;
}

.soudan-area img{
	max-width:100%;
	height:auto!important;
}

.soudan-tel {
	text-align:center;
	margin:10px 0 20px;
}

.lp-soudan{
	margin:0 auto;
	width:640px;
	padding:0;
}

.lp-soudan .soudan-area{
	border-bottom:1px solid #CCCCCC;
}

.lp-soudan .soudan-phone, .lp-soudan .soudan-web, .lp-soudan .soudan-mail {
	padding:18px 0 18px 60px;
}

.wpcf7-textarea{
	width:98%;
}

/*ãƒšãƒ¼ã‚¸ãƒŠãƒ“*/
.pagination {
	padding:20px;
	position:relative;
	font-size:0.875em;
	line-height:1.5;
}

.pagination:after{
	content:"";
	display:block;
	clear:both;
}
  
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#444444;
	background: #F1F1F1;
	border:1px solid #CCCCCC;
}
  
.pagination a:hover{
	color:#FFFFFF;
	background: #EEEEEE;
}
  
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #69AF01;
	color:#FFFFFF;
}

/****è‹¥æž—è¿½åŠ&nbsp;åˆ†ã€œ****/

.table_center {
	text-align: center;
	margin: 5px;
	width: 100%;
	border: none ;
	}
	
.table_center td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 10px;	
	}
	
.table_normal {
	margin: 5px;
	width: 100%;
	border: none ;
	}

.table_easy {
	margin: 0px;
	width: 100%;
	border: 1px dashed #EEE;
	padding: 0px;
	}

.td_top {
background-color: #EEEEEE;
}

.td_sum {
background-color: #EEE;
	border: thick solid #FFF;
}

.td_customer {
	background-color: #F90;
	background-image: -webkit-linear-gradient(-45deg, #FFB340 25%, transparent 25%, transparent 50%, #FFB340 50%, #FFB340 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #FFB340 25%, transparent 25%, transparent 50%, #FFB340 50%, #FFB340 75%, transparent 75%, transparent);
	background-size: 10px 10px;
	color:#FFF;
}

.td_gs {
	background-color: #09C;
	background-image: -webkit-linear-gradient(-45deg, #33ADD6 25%, transparent 25%, transparent 50%, #33ADD6 50%, #33ADD6 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #33ADD6 25%, transparent 25%, transparent 50%, #33ADD6 50%, #33ADD6 75%, transparent 75%, transparent);
	background-size: 10px 10px;
	color:#FFF;
}
	
.td_gch {
	background-color: #EFEFEF;
	background-image: -webkit-linear-gradient(-45deg, #FEFEFE 25%, transparent 25%, transparent 50%, #FEFEFE 50%, #FEFEFE 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #FEFEFE 25%, transparent 25%, transparent 50%, #FEFEFE 50%, #FEFEFE 75%, transparent 75%, transparent);
	background-size: 10px 10px;
}
	
	
.td_customer a{
	color: #FFF;
	}

.td_customer avisited{
	color: #EEE;
	}
	
.td_gs a{
	color: #FFF;
	}

.td_gs avisited{
	color: #EEE;
	}

.orange{
	color: #F90;
	}

.td_200{
	width: 200px;
	}
.td_150{
	width: 150px;
	}
.td_100{
	width: 100px;
	}

.img_prof{
	margin-bottom:10px;
	margin-top:10px;
        }
	
.div_prof{
float: left;
margin-right: auto;
margin-left: auto;
        text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background:#FFF;
	}

.clearLeft { 
clear: left; 
}
	
.qa_q{
	font-size: 20px;
	font-weight: bold;
	color: #9C0;
	background-image: url(../../uploads/qa/q.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 65px;
	background-repeat: no-repeat;
	height:40px;
	line-height:40px;
	border-bottom-width: thick;
	border-bottom-style: dotted;
	border-bottom-color: #9C0;
	}

.qa_a{
	background-image: url(../../uploads/qa/a.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 75px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;	
	}

.cl_q{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	background-image: url(../../uploads/qa/q.png);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 65px;
	background-repeat: no-repeat;
	line-height:40px;
	}


.cl_a{
padding-left: 65px;
clear:both;	
}

/****ã€œè‹¥æž—è¿½åŠ&nbsp;åˆ†****/


/*â–½ã‚µã‚¤ãƒ‰ãƒãƒ¼éƒ¨*/
#sidebar {
	float: right;
	width: 280px;
	font-size: 0.875em;
	background:#FFFFFF;
	margin:20px 0 40px;
}
/*ã‚µã‚¤ãƒ‰ãƒãƒ¼ã®è¦‹å‡ºã—*/
.side-h {
	color: #FFFFFF;
	margin: 0;
	padding: 4px 10px;
	background-color:#69AF01;
	font-size:1.1em;
}
/*ãƒªã‚¹ãƒˆè¡¨ç¤º*/
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	line-height: 2;
}
#sidebar li li {
	list-style: none;
	line-height: 2;
}

#sidebar li li a{
	display:block;
	padding:6px 10px;
	background-color:#FFFFFF;
	border-bottom:1px solid #EFEFEF;
}

#sidebar li li a:hover {
	background-color:#EFEFEF;
	color:#444444;
}

#sidebar img {
	max-width: 100%;
	height: auto !important;
}

#sidebar p{
	margin:0 0 20px;
}

#sidebar .textwidget{
	padding:10px 0;
	font-size:90%;
}


/*â–½ãƒ•ãƒƒã‚¿ãƒ¼*/

#footer{
	background-color:#69AF01;
	color:#FFFFFF;
	font-size:0.875em;
	padding:20px 0;
	text-align:center;
}

#footer a{
	color:#FFFFFF;
}

/*ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã¸*/
#back-top {
    position: fixed;
    bottom: 5%;
    right: 3%;}

#back-top span {
    width: 29px;
    height: 28px;
    display: block;}


/*è‹¥æž—ç·¨é›†*/
span.wpcf7-list-item {
	display: block;
}
.h4_form {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	margin-bottom: 5px;
	}
.form{
	padding-left: 20px;
}</pre></body></html>