

/* heading
----------------------------------------------- */
.h1RspInquiryVoicebot {
	font-size: 171%;
	font-weight: bold;
}
.h2RspInquiryVoicebot {
	font-size: 157%;
	font-weight: bold;
}
.h3RspInquiryVoicebot {
	font-size: 143%;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.h1RspInquiryVoicebot {
		font-size: 229%;
	}
	.h2RspInquiryVoicebot {
		font-size: 186%;
	}
	.h3RspInquiryVoicebot {
		font-size: 171%;
	}
}

/* text
----------------------------------------------- */
.txSizeMiddleRspInquiryVoicebot {
	font-size: 114%
}
@media print, screen and (min-width: 768px) {
	.txSizeMiddleRspInquiryVoicebot {
		font-size: 128%;
	}
}
.txColorLinkBlueRspInquiryVoicebot,
a.txColorLinkBlueRspInquiryVoicebot {
	color: #0c6ac9;
}

@media print, screen and (min-width: 768px) {
	.txSizeMiddleRspInquiryVoicebot {
		font-size: 128%;
	}
}
.buttonTxLinkBlueRspInquiryVoicebot {
	background: 0;
	border: 0;
	padding: 0;
	text-decoration: underline;
	font-size: 1em;
	font-family: sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	color: #0c6ac9;
	cursor: pointer;
}
@media print, screen and (min-width: 768px) {
	.buttonTxLinkBlueRspInquiryVoicebot {
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, Osaka, sans-serif;
	}
}

/* flowTable
----------------------------------------------- */
.flowTableAreaRspInquiry {
	border: solid 1px #d9d9d9;
}
.flowTableAreaRspInquiry > div > div:nth-child(1) {
	display: flex;
	align-items: center;
	padding: 25px 20px 28px 36px;
	background-color: #f2f2f2;
}
.flowTableAreaRspInquiry > div > div:nth-child(1) > figure {
	width: 97px;
	min-width: 97px;
	padding-right: 22px;
}
.flowTableAreaRspInquiry > div > div:nth-child(1) > figure.figAgreeFlowTableRspInquiry {
	width: 112px;
	min-width: 112px;
	padding-right: 22px;
}
.flowTableAreaRspInquiry > div > div:nth-child(1) > p {
	font-size: 129%;
	font-weight: bold;
	line-height: 1.39;
}
.flowTableAreaRspInquiry > div > div:nth-child(3) {
	padding: 25px 20px;
}

/* ------------------------------------------------
 pc-style
------------------------------------------------ */
@media print, screen and (min-width: 768px) {
	/* flowTable
	----------------------------------------------- */
	.flowTableAreaRspInquiry > div {
		display: flex;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(1) {
		position: relative;
		display: block;
		width: 293px;
		padding: 50px 10px 30px;
		text-align: center;
	}
	.flowTableAreaRspInquiry > div:not(:last-child) > div:nth-child(1):after {
		content: "";
		position: absolute;
		top: calc(100% - 1px);
		left: 0;
		width: 293px;
		height: 25px;
		background-image: url(/inquiry/voicebot/images/bg_resp_inquiry_flow_pc_01.png);
		background-size: 100%;
		background-repeat: no-repeat;
		z-index: 1;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(1) > figure {
		margin: 0 auto 10px;
		width: 100px;
		padding: 0;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(1) > figure.figAgreeFlowTableRspInquiry {
		width: 135px;
		padding: 0;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(3) {
		display: flex;
		align-items: center;
		width: calc(100% - 293px);
		padding: 25px 20px 25px 45px;
		border-left: solid 1px #d9d9d9;
	}
	.flowTableAreaRspInquiry > div:not(:last-child) > div:nth-child(3) {
		border-bottom: solid 1px #d9d9d9;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(1).centeringFigTxFlowTableRspInquiry {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	.flowTableAreaRspInquiry > div > div:nth-child(1).centeringFigTxFlowTableRspInquiry > p:first-of-type {
		width: 1000%;
	}
}
/* ------------------------------------------------
 sp-style
------------------------------------------------ */
@media print, screen and (max-width: 767px) {
	/* flowTable
	----------------------------------------------- */
	.flowTableAreaRspInquiry > div > div:nth-child(2n) > img {
		width: 100%;
	}
}

/* flex
----------------------------------------------- */
.flexWrapRspInquiryVoicebot {
	display: flex;
}
.flexWrapRspInquiryVoicebot > .flexColRspInquiryVoicebot {
	width: 50%;
}
@media print, screen and (max-width: 767px) {
	.flexWrapRspInquiryVoicebot[data-sp-col="1"] {
		display: block;
	}
	.flexWrapRspInquiryVoicebot[data-sp-col="1"] > .flexColRspInquiryVoicebot {
		width: 100%;
	}
	.flexWrapRspInquiryVoicebot[data-sp-col="1"] > .flexColRspInquiryVoicebot + .flexColRspInquiryVoicebot {
		margin-top: 30px;
	}
}



