/* ----------------------------------------

ご利用ガイド

---------------------------------------- */

.yakusoku {
	background: url("../../images/guide/bg01.webp") no-repeat;
	background-position: bottom center;
	padding: 30px;
	background-size: cover;
	margin-bottom: 30px;
}
.yakusoku .yakusoku-inner {
	background:rgba(0,0,0,0.8);
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #313131;
}

.yakusoku h5 {
  text-align: center;
  font-size: 3rem !important;
  color:#a78210;
	margin-bottom: 10px;
}

.step-title {
	display: flex;
	color:#fff;
	background: #2d2d2d;
	border: 1px solid #404040;
	padding: 10px 15px;
	box-sizing: border-box;
}
.step-title .num {
	background: linear-gradient(180deg, #a92001 0%, #a92001 50%, #741601 50%, #741601 100%);
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	padding: 10px 20px;
	font-weight: bold;
	margin-right: 20px;
	box-sizing: border-box;
}
.step-title .num span {
	font-size: 1.6rem;
}
.step-title .title {
	font-size: 2rem;
	line-height: 1.4;
	 display: flex;
  justify-content: center;
  align-items: center;
}

.step-box {
  background:rgba(0,0,0,0.8);
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #313131;
	position: relative;
}

.step-box  p:last-child {
  margin-bottom: 0px;
}

.guideimg {
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
}
.guideimg img {
	width: 200px;
	height: auto;
}


.nextarrow {
	font-size: 3rem;
	text-align: center;
	color:#a78210;
}


.manzoku {
	font-size: 6rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#000;
}
.manzoku span {
	background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 95% 100%);
	margin: 0 2px;
	width: 8%;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.4;
}

.manzoku-sub {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.yakusoku .kome {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-top: 20px;
}


.faq_q {
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 10px;
}
.faq_q div:first-child {
	width: 5%;
	
}
.faq_q div:last-child {
	width: 92%;
	display: flex;
  align-items: center;
}
.faq_q span {
	background: #0152a5;
	color:#fff;
	padding: 10px;
	border-radius: 5px;
	line-height: 1;
	display: block;
	text-align: center;
	font-size: 2rem;
}

.faq_a {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	border-bottom: 1px dashed #424141;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.faq_a div:first-child {
	width: 5%;

}
.faq_a div:last-child {
	width: 92%;
	display: flex;
  align-items: center;
	line-height: 1.7;
}
.faq_a span {
	background: #c31700;
	color:#fff;
	padding: 10px;
	border-radius: 5px;
	line-height: 1;
	display: block;
	text-align: center;
	font-size: 2rem;
}

.guide-contents h5 {
	font-size: 1.7rem;
	color:#fff100;
}


@media screen and (max-width: 1200px) {
	
	
.yakusoku {
	background: url("../../images/guide/bg01.webp") no-repeat;
	background-position: bottom center;
	padding: 10px;
	background-size: cover;
	margin-bottom: 15px;
}
.yakusoku .yakusoku-inner {
	background:rgba(0,0,0,0.8);
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #313131;
}

.yakusoku h5 {
  text-align: center;
  font-size: 2rem !important;
  color:#a78210;
	margin-bottom: 10px;
}



.step-box {
  background:rgba(0,0,0,0.8);
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #313131;
	position: relative;
}
	
.step-box  p {
  font-size: 1.4rem;
	margin-bottom: 10px;
}

.step-box  p:last-child {
  margin-bottom: 0px;
}

.guideimg {
	position: relative;
	top:0px;
	right:0px;
	z-index: 1;
	width: 120px;
	margin: auto;
	margin-bottom: 10px;
}
.guideimg img {
	width: 120px;
	height: auto;
}


.nextarrow {
	font-size: 3rem;
	text-align: center;
	color:#a78210;
	line-height: 1;
	margin: 5px 0 10px;
}


.manzoku {
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#000;
}
.manzoku span {
	background: linear-gradient(0deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 95% 100%);
	margin: 0 2px;
	padding: 0 2px;
	width: auto;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.4;
}

.manzoku-sub {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.7;
}

.yakusoku .kome {
	font-size: 1rem;
	text-align: left;
	line-height: 1.5;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-top: 10px;
}


.faq_q {
	display: flex;
	font-weight: bold;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.6;
}
.faq_q div:first-child {
	width: 10%;
	
}
.faq_q div:last-child {
	width: 85%;
	display: flex;
  align-items: center;
}
.faq_q span {
	background: #0152a5;
	color:#fff;
	padding: 5px;
	border-radius: 5px;
	line-height: 1;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}

.faq_a {
	display: flex;
	justify-content: space-between;
	font-size: 1.3rem;
	line-height: 1.4;
	border-bottom: 1px dashed #424141;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.faq_a div:first-child {
	width: 10%;

}
.faq_a div:last-child {
	width: 85%;
	display: flex;
  align-items: center;
	line-height: 1.7;
}
.faq_a span {
	background: #c31700;
	color:#fff;
	padding: 5px;
	border-radius: 5px;
	line-height: 1;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}

.guide-contents h5 {
	font-size: 1.4rem;
	color:#fff100;
}




}