
@charset "UTF-8";

/*--------------------------下層ページ----------------------------------*/
/*--------------------------user-guide-----------------------------------------*/
/* ご利用の流れ */
#flow_img + section > .content_wrapper {
	position: relative;
}
#flow_img + section > .content_wrapper:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url("/common/upload_data/b-hanerucom/image/flow_character01.png") no-repeat right bottom / 20%;
}

/* ご利用料金 */
#flow_price + section .heading.block_header_2 .h {
	font-size: 3.6rem;
	font-weight: 600;
	color: var(--i_sub_color);
}

/* テーブル	 */
#flow_table + div .outer {
	border: 1px solid var(--i_main_color);
	padding: 40px;
	max-width: 700px;
}

/* よくある質問 */
#flow_faq + div {
	overflow: visible;
	padding-bottom: 0px;
}
#flow_faq + div > .content_wrapper {
	padding-bottom: 100px;
}

@media screen and (min-width: 1301px) {
	#flow_img + section > .content_wrapper:before {
		right: -5%;
	}
}

@media screen and (max-width: 900px) {
	#flow_img + section > .content_wrapper:before {
		background-size: 20%;
		bottom: -7%;
	}
}

@media screen and (max-width: 800px) {
	#flow_price + section .heading.block_header_2 .h {
		font-size: 2.1rem;
	}
}

@media screen and (max-width: 450px) {
	#flow_table + div .outer {
		padding: 40px 15px;
	}
}