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

ご利用ガイド

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

.howto {
	background: url("../../images/howto/bg.jpg") no-repeat;
	background-position: bottom center;
	padding: 20px;
	background-size: cover;
	margin-bottom: 10px;
	border: 1px solid #b29a66;
	box-sizing: border-box;
}
.howto .howto-inner {
	background:rgba(0,0,0,0.8);
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #313131;
}
.howto-box {
	display: flex;
	justify-content: space-between;
}
.howto-box .ph {
	width: 35%;
}
.howto-box .ph img {
	width: 100%;
	height: auto;
}
.howto-box .text {
	width: 62%;
	display: flex;
  align-items: center;
}
.howto-box .text li {
	font-size: 1.8rem;
}

.howto-box .text p {
	font-size: 1.8rem;
}

.nextarrow {
	font-size: 4rem;
	text-align: center;
	color:#a78210;
	line-height: 1;
}


.douga-title {
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	color:#a78210;
}

.video-wrap {
	width: 800px;
	margin: auto;
}



.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;
}




@media screen and (max-width: 1200px) {
	
	
.howto {
	background: url("../../images/howto/bg.jpg") no-repeat;
	background-position: bottom center;
	padding: 10px;
	background-size: cover;
	margin-bottom: 10px;
	border: 1px solid #b29a66;
	box-sizing: border-box;
}
.howto .howto-inner {
	background:rgba(0,0,0,0.8);
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #313131;
}
.howto-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.howto h3 {
	font-size: 1.6rem;
	padding: 5px 10px;
}
.howto-box .ph {
	width: auto;
}
.howto-box .ph img {
	width: 100%;
	height: auto;
}
.howto-box .text {
	width: auto;
	display: flex;
  align-items: center;
}
.howto-box .text li {
	font-size: 1.4rem;
}

.howto-box .text p {
	font-size: 1.4rem;
}

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


.douga-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color:#a78210;
}

.video-wrap {
	width: auto;
	margin: auto;
}



.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;
}



}