@charset "UTF-8";

/**
 * Waku Wwaku Base - Consulting Stylesheet
 *
 * - Override
 * - Service
 * - Characteristic
 *
 */



/* ----------------------------
	Override
---------------------------- */

/* Page
---------------------------- */
.page-head h2 {
	background-image: url(../img/icon/icon-consulting.png);
}
.page-head li a:before {
	width: 154px;
	background-image: url(../img/common/bg-line-red-short.png);
	margin-left: -77px;
}
.page-head li a.current,
.page-head li a:hover {
	color: #f56a4e;
}
.page-side-body {
	background-image: url(../img/consulting/common/bg-nav.png);
}
.page-main:before {
	background-image: url(../img/consulting/common/bg-polka.png);
}
.page-main:after {
	background-image: url(../img/consulting/common/bg-rain.png);
}
.page-body:before {
	background-image: url(../img/consulting/common/bg-sun.png);
}

@media screen and (max-width: 767px) {
	.page-head h2 {
		background-size: 36px auto;
	}
}



/* ----------------------------
	Service
---------------------------- */

/* Adjustment
---------------------------- */
#price .note {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#price .note {
		margin-top: 15px;
	}
}


/* Flow
---------------------------- */
.flow {
	margin-top: 32px;
}
.flow-section:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 767px) {
	.flow {
		margin-top: 16px;
	}
	.flow-section {
		margin-top: 20px;
	}
	.flow-section:first-child {
		margin-top: 0;
	}
}


/* Flow Head
---------------------------- */
.flow-head {
	display: -webkit-box; /* Less than android 4.3 */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Less than iOS8 */
	display: flex;
	-webkit-box-pack: center; /* Less than android 4.3 */
	-ms-flex-pack: center; /* IE10 */
	-webkit-justify-content: center; /* Less than iOS8 */
	justify-content: center;
	-webkit-box-direction: reverse; /* Less than android 4.3 */
	-webkit-flex-direction: row-reverse; /* Less than iOS8 */
	-ms-flex-direction: row-reverse; /* IE10 */
	flex-direction: row-reverse;
	-webkit-box-align: center; /* Less than android 4.3 */
	-ms-flex-align: center; /* IE 10 */
	-webkit-align-items: center; /* Less than iOS8 */
	align-items: center;
	margin-bottom: 30px;
	padding-top: 30px;
	width: 72px;
	box-sizing: border-box;
	float: left;
	color: #fff;
	position: relative;
}
.flow1 .flow-head {
	padding-top: 0;
	height: 258px;
	background-color: #b7cc58;
}
.flow2 .flow-head {
	height: 494px;
	background-color: #f3705e;
}
.flow3 .flow-head {
	height: 114px;
	background-color: #f7a659;
}
.flow-head span {
	display: block;
	width: 1.25em;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.flow-head {
		width: 52px;
		margin-bottom: 20px;
		padding-top: 10px;
	}
	.flow1 .flow-head {
		padding-top: 0;
		height: 220px;
	}
	.flow2 .flow-head {
		height: 520px;
	}
	.flow3 .flow-head {
		height: 90px;
	}
	.flow-head span {
		font-size: 16px;
	}
}

/* Arrow */
.flow-head:before,
.flow-head:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 36px 0 36px;
	border-color: #fdfbf3 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
}
.flow-head:before {
	top: 0;
}
.flow-head:after {
	bottom: -30px;
}
.flow1 .flow-head:before {
	display: none;
}
.flow1 .flow-head:after {
	border-color: #b7cc58 transparent transparent transparent;
}
.flow2 .flow-head:after {
	border-color: #f3705e transparent transparent transparent;
}
.flow3 .flow-head:after {
	border-color: #f7a659 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	.flow-head:before,
	.flow-head:after {
		border-width: 20px 26px 0 26px;
	}
	.flow-head:before {
		display: none;
	}
	.flow-head:after {
		bottom: -20px;
	}
}


/* Flow Body
---------------------------- */
.flow-body {
	padding-left: 114px;
}

@media screen and (max-width: 767px) {
	.flow-body {
		padding-left: 67px;
	}
}


/* Flow Item
---------------------------- */
.flow-item {
	display: -webkit-box; /* Less than android 4.3 */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Less than iOS8 */
	display: flex;
	-webkit-box-align: center; /* Less than android 4.3 */
	-ms-flex-align: center; /* IE 10 */
	-webkit-align-items: center; /* Less than iOS8 */
	align-items: center;
	margin-top: 70px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.flow-item {
		display: block;
		margin-top: 40px;
	}
}

/* Margin */
.flow-item:first-child {
	margin-top: 0;
}
.flow2 .flow-item:first-child {
	padding-top: 23px;
}
.flow3 .flow-item:first-child {
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.flow2 .flow-item:first-child {
		padding-top: 0;
	}
	.flow3 .flow-item:first-child {
		padding-top: 0;
	}
}

/* Arrow */
.flow-item:after {
	content: "";
	display: block;
	width: 51px;
	height: 37px;
	background: url(../img/icon/icon-arrow-down.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	left: 100px;
	bottom: -52px;
}
.flow3 .flow-item:after {
	display: none;
}

@media screen and (max-width: 767px) {
	.flow-item:after {
		width: 25px;
		height: 18px;
		position: absolute;
		left: 50%;
		margin-left: -12.5px;
		bottom: -28px;
	}
	.flow3 .flow-item:after {
		display: none;
	}
}


/* Flow Item Head
---------------------------- */
.flow-item-head {
	margin-right: 25px;
	padding: 8px;
	width: 244px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}
.flow-item-head-double {
	padding: 30px 8px;
}
.flow1 .flow-item-head {
	padding: 0;
	height: 250px;
	background-color: #fbd96e;
	line-height: 250px;
	border-radius: 25px;
}
.flow2 .flow-item-head {
	background-color: #abe4e9;
}
.flow3 .flow-item-head {
	background-color: #fab49c;
}

@media screen and (max-width: 767px) {
	.flow-item-head {
		margin-right: 0;
		margin-bottom: 15px;
		padding: 8px 10px;
		width: 100%;
		font-size: 14px;
	}
	.flow-item-head-double {
		padding: 8px 10px;
	}
	.flow1 .flow-item-head {
		padding: 8px 10px;
		height: auto;
		line-height: 1.75;
		border-radius: 5px;
	}
	.flow2 .flow-item-head {
		background-color: #abe4e9;
	}
	.flow3 .flow-item-head {
		background-color: #fab49c;
	}
}




/* ----------------------------
	Characteristic
---------------------------- */
.info-table {
	margin-top: 96px;
}
.info-table:first-child {
	margin-top: 0;
}
.info-table h5 {
	margin-bottom: 24px;
	padding-right: 260px;
	text-align: center;
}
.info-table h5 a {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.info-table a:hover {
	opacity: 0.6;
}
.info-table .table {
	max-width: 552px;
}

@media screen and (max-width: 767px) {
	.info-table {
		margin-top: 48px;
	}
	.info-table h5 {
		margin-bottom: 12px;
		padding-right: 0;
	}
	.info-table h5 a {
		display: inline-block;
		vertical-align: top;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.info-table a:hover {
		opacity: 1;
	}
	.info-table .table {
		max-width: none;
	}
}