/*ご利用ガイド*/
.faq_guide h3 {
	background: #808080;
	color: #fff;
	padding:10px 10px 10px 40px;
	margin: 20px 0 20px;
	font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif!important;
    font-size: 20px;
    position: relative;
}
.faq_guide h3::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.faq_guide_step_block::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	margin: auto;
	transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
}
.faq_guide_step_block:last-of-type::after {
	display: none;
}
.faq_guide_step .faq_guide_step_block .step_ttl::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #000;
	left: -40px;
	top: -2px;
	z-index: -2;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(1) .step_ttl::before {
	content: "1";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(2) .step_ttl::before {
	content: "2";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(3) .step_ttl::before {
	content: "3";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(4) .step_ttl::before {
	content: "4";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(5) .step_ttl::before {
	content: "5";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(6) .step_ttl::before {
	content: "6";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(7) .step_ttl::before {
	content: "7";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(8) .step_ttl::before {
	content: "8";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step .faq_guide_step_block:nth-of-type(9) .step_ttl::before {
	content: "9";
	color: #fff;
	position: absolute;
	z-index: 2;
	left: -31px;
	top: -1px;
}
.faq_guide_step_block {
	border-radius: 5px;
	border:1px solid #ccc;
	margin-bottom: 30px;
	position: relative;
}
.faq_guide_step_block .inner {
	padding: 20px 20px 20px 100px;
}
.faq_guide_step_block .inner .step_ttl {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif!important;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #000;
}
@media all and (-ms-high-contrast: none){
  #faq_container h2 {
  	padding: 20px 20px 10px;
  }
  .faq_guide h3 {
  	padding: 20px 20px 10px 40px;
  }
  .faq_guide_step_block .inner .step_ttl {
  	margin-bottom: 0;
    line-height: 1.8; /* IE10以上 */
  }
}


@media screen and (max-width: 767px) {
	.inner {
		padding: 10px;
	}
	.faq_guide_step_block .inner {
		padding-left: 60px;
	}
	.faq_guide_step_block .inner .step_ttl {
		line-height: 1.2;
		margin-bottom: 10px;
	}
}