@charset "UTF-8";
/* css Business [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* business */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_business {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
.waku_business .businessbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_business .businessbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c7a980;
	/*border-radius: 4px;*/
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_business .businessbox article .photo_business {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_business .businessbox article .detail {
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #fff;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== img ==*/
.waku_business .businessbox article .photo_business figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_business .businessbox article .photo_business figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	/*border-radius: 3px 3px 0 0;*/
}

/*== h3 ==*/
.waku_business .businessbox article .detail .business-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_business .businessbox article .detail .business-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
}

/*== P ==*/
.waku_business .businessbox article .detail .txt_business {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_business .businessbox article .detail .txt_business p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
}

/*== Figcaption ==*/
.waku_business .businessbox article figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #c7a980;
	color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
	/*border-radius: 4px 0 0 3px;*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}

/*== a:links ==*/
.waku_business .businessbox article a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	/*border-radius: 3px;*/
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_business .businessbox article a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_business .businessbox article a:before {
	content: "\f103";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 0px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_business .businessbox article a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_business .businessbox article:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* Available */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
.waku_list .listbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_list .listbox article .icon_list {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_list .listbox article .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== icon ==*/
.waku_list .listbox article .icon_list figure {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #8d7046;
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.waku_list .listbox article .icon_list figure i {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 900;
	text-align: center;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_list .listbox article .detail .list-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_list .listbox article .detail .txt_list p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
/*== Waku ==*/
.flowArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_flow {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
	position: relative;
}
.waku_flow .flowbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_flow .flowbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_flow .flowbox article .icon_number {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_flow .flowbox article .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== icon ==*/
.waku_flow .flowbox article .icon_number figure {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #8d7046;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	color: #fff;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	text-align: center;
}

/*== h3 ==*/
.waku_flow .flowbox article .detail .flow-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_flow .flowbox article .detail .flow-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	text-align: left;
	line-height: 1.2;
}

/*== P ==*/
.waku_flow .flowbox article .detail .txt_flow {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.waku_flow .flowbox article .detail .txt_flow p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
}





/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* business */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_business {
	width: 98%;
}
.waku_business .businessbox {
	padding: 0;
	margin: 0 1.5%;
	width: 29.0%;
}
.waku_business .businessbox article {
	width: 100%;
}
.waku_business .businessbox article .photo_business {
	width: 100%;
	height: auto;
}
.waku_business .businessbox article .detail {
	padding: 25px 25px;
	width: 100%;
	min-height: 190px;
}

/*== img ==*/
.waku_business .businessbox article .photo_business figure {
	height: 220px;
}

/*== h3 ==*/
.waku_business .businessbox article .detail .business-title {
	margin-bottom: 10px;
	width: 100%;
}
.waku_business .businessbox article .detail .business-title h3 {
	font-size: 26px;
}

/*== P ==*/
.waku_business .businessbox article .detail .txt_business {
	width: 98%;
}
.waku_business .businessbox article .detail .txt_business p {
	font-size: 18px;
}

/*== Figcaption ==*/
.waku_business .businessbox article figcaption {
	padding: 10px 0;
	width: 40px;
	font-size: 20px;
}

/*---------------------------------------------------- */
/* Available */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding-top: 40px;
	width: 100%;
}
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding-top: 15px;
	margin: 0 1.5%;
	width: 46.6%;
}
.waku_list .listbox:first-child, .waku_list .listbox:nth-child(2) {
	padding-top: 0;
	margin: 0 1.5%;
	width: 46.6%;
}
.waku_list .listbox article {
	padding: 25px 25px;
	width: 100%;
	min-height: 150px;
	overflow: hidden;
}
.waku_list .listbox article .icon_list {
	width: 80px;
	float: left;
}
.waku_list .listbox article .detail {
	margin-top: 5px;
	width: calc(100% - 100px);
	float: right;
}

/*== icon ==*/
.waku_list .listbox article .icon_list figure {
	width: 100%;
	height: 80px;
}
.waku_list .listbox article .icon_list figure i {
	font-size: 28px;
	line-height: 80px;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	margin-bottom: 10px;
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 24px;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 98%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
/*== Waku ==*/
.flowArea {
	padding-top: 40px;
	width: 100%;
}
.waku_flow {
	width: 98%;
}
.waku_flow .flowbox {
	padding-top: 20px;
	margin: 0 0.8%;
	width: 96%;
}
.waku_flow .flowbox:first-child {
	padding-top: 0;
	margin: 0 0.8%;
	width: 96%;
}
.waku_flow .flowbox article {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.waku_flow .flowbox article .icon_number {
	width: 50px;
	float: left;
}
.waku_flow .flowbox article .detail {
	margin-top: 10px;
	width: calc(100% - 70px);
	float: right;
}

/*== icon ==*/
.waku_flow .flowbox article .icon_number figure {
	width: 100%;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
}

/*== h3 ==*/
.waku_flow .flowbox article .detail .flow-title {
	margin-bottom: 6px;
	width: 100%;
}
.waku_flow .flowbox article .detail .flow-title h3 {
	font-size: 24px;
}

/*== P ==*/
.waku_flow .flowbox article .detail .txt_flow {
	width: 98%;
}
.waku_flow .flowbox article .detail .txt_flow p {
	font-size: 18px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* business */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_business {
	width: 98%;
}
.waku_business .businessbox {
	padding-bottom: 25px;
	margin: 0 1.2%;
	width: 46.6%;
}
.waku_business .businessbox:last-child {
	padding-bottom: 0;
	margin: 0 1.2%;
	width: 46.6%;
}
.waku_business .businessbox article {
	width: 100%;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}
.waku_business .businessbox article .photo_business {
	margin: 0;
	width: 120px;
	float: left;
}
.waku_business .businessbox article .detail {
	padding: 0;
	margin: 20px 20px 0 0;
	width: calc(100% - 160px);
	float: right;
	border: none;
}

/*== img ==*/
.waku_business .businessbox article .photo_business figure {
	width: 100%;
	height: 180px;
}

/*== h3 ==*/
.waku_business .businessbox article .detail .business-title {
	margin-bottom: 6px;
	width: 100%;
}
.waku_business .businessbox article .detail .business-title h3 {
	font-size: 22px;
}

/*== P ==*/
.waku_business .businessbox article .detail .txt_business {
	width: 98%;
}
.waku_business .businessbox article .detail .txt_business p {
	font-size: 16px;
}

/*== Figcaption ==*/
.waku_business .businessbox article figcaption {
	padding: 8px 0;
	width: 36px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Available */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding-top: 35px;
	width: 100%;
}
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding-top: 12px;
	margin: 0 1.2%;
	width: 47%;
}
.waku_list .listbox:first-child, .waku_list .listbox:nth-child(2) {
	padding-top: 0;
	margin: 0 1.2%;
	width: 47%;
}
.waku_list .listbox article {
	padding: 20px 20px;
	width: 100%;
	min-height: 140px;
	overflow: hidden;
}
.waku_list .listbox article .icon_list {
	width: 60px;
	float: left;
}
.waku_list .listbox article .detail {
	margin-top: 5px;
	width: calc(100% - 75px);
	float: right;
}

/*== icon ==*/
.waku_list .listbox article .icon_list figure {
	width: 100%;
	height: 60px;
}
.waku_list .listbox article .icon_list figure i {
	font-size: 24px;
	line-height: 60px;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	margin-bottom: 8px;
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 22px;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 98%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
/*== Waku ==*/
.flowArea {
	padding-top: 35px;
	width: 100%;
}
.waku_flow {
	width: 96%;
}
.waku_flow .flowbox {
	padding-top: 15px;
	margin: 0 0.8%;
	width: 96%;
}
.waku_flow .flowbox:first-child {
	padding-top: 0;
	margin: 0 0.8%;
	width: 96%;
}
.waku_flow .flowbox article {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.waku_flow .flowbox article .icon_number {
	width: 40px;
	float: left;
}
.waku_flow .flowbox article .detail {
	margin-top: 5px;
	width: calc(100% - 55px);
	float: right;
}

/*== icon ==*/
.waku_flow .flowbox article .icon_number figure {
	width: 100%;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}

/*== h3 ==*/
.waku_flow .flowbox article .detail .flow-title {
	margin-bottom: 4px;
	width: 100%;
}
.waku_flow .flowbox article .detail .flow-title h3 {
	font-size: 22px;
}

/*== P ==*/
.waku_flow .flowbox article .detail .txt_flow {
	width: 98%;
}
.waku_flow .flowbox article .detail .txt_flow p {
	font-size: 16px;
}


	@media only screen and (max-width: 750px) and (min-width: 600px) {
		/*---------------------------------------------------- */
		/* business */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.waku_business {
			width: 98%;
		}
		.waku_business .businessbox {
			padding-bottom: 20px;
			margin: 0 1.2%;
			width: 80.0%;
		}
		.waku_business .businessbox:last-child {
			padding-bottom: 0;
			margin: 0 1.2%;
			width: 80.0%;
		}
		.waku_business .businessbox article {
			width: 100%;
			overflow: hidden;
			border: solid 1px #e5e5e5;
		}
		.waku_business .businessbox article .photo_business {
			margin: 0;
			width: 140px;
			float: left;
		}
		.waku_business .businessbox article .detail {
			padding: 0;
			margin: 20px 20px 0 0;
			width: calc(100% - 180px);
			float: right;
			border: none;
		}
		
		/*== img ==*/
		.waku_business .businessbox article .photo_business figure {
			width: 100%;
			height: 140px;
		}

		/*== h3 ==*/
		.waku_business .businessbox article .detail .business-title {
			margin-bottom: 4px;
			width: 100%;
		}
		.waku_business .businessbox article .detail .business-title h3 {
			font-size: 20px;
		}
		
		/*== P ==*/
		.waku_business .businessbox article .detail .txt_business {
			width: 98%;
		}
		.waku_business .businessbox article .detail .txt_business p {
			font-size: 15px;
		}
		
		/*== Figcaption ==*/
		.waku_business .businessbox article figcaption {
			padding: 6px 0;
			width: 32px;
			font-size: 16px;
		}
		
		/*---------------------------------------------------- */
		/* Available */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.listArea {
			padding-top: 30px;
			width: 100%;
		}
		.waku_list {
			width: 98%;
		}
		.waku_list .listbox {
			padding-top: 12px;
			margin: 0 0.8%;
			width: 47.4%;
		}
		.waku_list .listbox:first-child, .waku_list .listbox:nth-child(2) {
			padding-top: 0;
			margin: 0 0.8%;
			width: 47.4%;
		}
		.waku_list .listbox article {
			padding: 15px 15px;
			width: 100%;
			min-height: 130px;
			overflow: hidden;
		}
		.waku_list .listbox article .icon_list {
			width: 50px;
			float: left;
		}
		.waku_list .listbox article .detail {
			margin-top: 5px;
			width: calc(100% - 60px);
			float: right;
		}

		/*== icon ==*/
		.waku_list .listbox article .icon_list figure {
			width: 100%;
			height: 50px;
		}
		.waku_list .listbox article .icon_list figure i {
			font-size: 20px;
			line-height: 50px;
		}

		/*== h3 ==*/
		.waku_list .listbox article .detail .list-title {
			margin-bottom: 6px;
			width: 100%;
		}
		.waku_list .listbox article .detail .list-title h3 {
			font-size: 20px;
		}

		/*== P ==*/
		.waku_list .listbox article .detail .txt_list {
			width: 98%;
		}
		.waku_list .listbox article .detail .txt_list p {
			font-size: 14px;
		}
		
		/*---------------------------------------------------- */
		/* Flow */
		/*---------------------------------------------------- */
		/*== Waku ==*/
		.flowArea {
			padding-top: 30px;
			width: 100%;
		}
		.waku_flow {
			width: 96%;
		}
		.waku_flow .flowbox {
			padding-top: 12px;
			margin: 0 0.8%;
			width: 96%;
		}
		.waku_flow .flowbox:first-child {
			padding-top: 0;
			margin: 0 0.8%;
			width: 96%;
		}
		.waku_flow .flowbox article {
			padding: 0;
			width: 100%;
			overflow: hidden;
		}
		.waku_flow .flowbox article .icon_number {
			width: 30px;
			float: left;
		}
		.waku_flow .flowbox article .detail {
			margin-top: 2px;
			width: calc(100% - 42px);
			float: right;
		}

		/*== icon ==*/
		.waku_flow .flowbox article .icon_number figure {
			width: 100%;
			height: 30px;
			font-size: 16px;
			line-height: 30px;
		}

		/*== h3 ==*/
		.waku_flow .flowbox article .detail .flow-title {
			margin-bottom: 3px;
			width: 100%;
		}
		.waku_flow .flowbox article .detail .flow-title h3 {
			font-size: 20px;
		}

		/*== P ==*/
		.waku_flow .flowbox article .detail .txt_flow {
			width: 98%;
		}
		.waku_flow .flowbox article .detail .txt_flow p {
			font-size: 15px;
		}


		
	}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* business */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_business {
	width: 98%;
}
.waku_business .businessbox {
	padding-bottom: 15px;
	margin: 0 1.2%;
	width: 90.0%;
}
.waku_business .businessbox:last-child {
	padding-bottom: 0;
	margin: 0 1.2%;
	width: 90.0%;
}
.waku_business .businessbox article {
	width: 100%;
	overflow: hidden;
	border: solid 1px #e5e5e5;
}
.waku_business .businessbox article .photo_business {
	margin: 0;
	width: 120px;
	float: left;
}
.waku_business .businessbox article .detail {
	padding: 0;
	margin: 15px 15px 0 0;
	width: calc(100% - 150px);
	float: right;
	border: none;
}

/*== img ==*/
.waku_business .businessbox article .photo_business figure {
	width: 100%;
	height: 130px;
}

/*== h3 ==*/
.waku_business .businessbox article .detail .business-title {
	margin-bottom: 2px;
	width: 100%;
}
.waku_business .businessbox article .detail .business-title h3 {
	font-size: 18px;
}

/*== P ==*/
.waku_business .businessbox article .detail .txt_business {
	width: 98%;
}
.waku_business .businessbox article .detail .txt_business p {
	font-size: 14px;
}

/*== Figcaption ==*/
.waku_business .businessbox article figcaption {
	padding: 7px 0;
	width: 30px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Available */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding-top: 30px;
	width: 100%;
}
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding-top: 12px;
	margin: 0 0.8%;
	width: 98%;
}
.waku_list .listbox:first-child {
	padding-top: 0;
	margin: 0 0.8%;
	width: 98%;
}
.waku_list .listbox article {
	padding: 15px 15px;
	width: 100%;
	overflow: hidden;
}
.waku_list .listbox article .icon_list {
	width: 40px;
	float: left;
}
.waku_list .listbox article .detail {
	margin-top: 5px;
	width: calc(100% - 50px);
	float: right;
}

/*== icon ==*/
.waku_list .listbox article .icon_list figure {
	width: 100%;
	height: 40px;
}
.waku_list .listbox article .icon_list figure i {
	font-size: 16px;
	line-height: 40px;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	margin-bottom: 4px;
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 18px;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 98%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Flow */
/*---------------------------------------------------- */
/*== Waku ==*/
.flowArea {
	padding-top: 30px;
	width: 100%;
}
.waku_flow {
	width: 96%;
}
.waku_flow .flowbox {
	padding-top: 12px;
	margin: 0 0.8%;
	width: 94%;
}
.waku_flow .flowbox:first-child {
	padding-top: 0;
	margin: 0 0.8%;
	width: 94%;
}
.waku_flow .flowbox article {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.waku_flow .flowbox article .icon_number {
	width: 30px;
	float: left;
}
.waku_flow .flowbox article .detail {
	margin-top: 2px;
	width: calc(100% - 40px);
	float: right;
}

/*== icon ==*/
.waku_flow .flowbox article .icon_number figure {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

/*== h3 ==*/
.waku_flow .flowbox article .detail .flow-title {
	margin-bottom: 2px;
	width: 100%;
}
.waku_flow .flowbox article .detail .flow-title h3 {
	font-size: 18px;
}

/*== P ==*/
.waku_flow .flowbox article .detail .txt_flow {
	width: 98%;
}
.waku_flow .flowbox article .detail .txt_flow p {
	font-size: 14px;
}




}