@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
  #メイン
----------------------------------------------------*/
.guide_txt {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px) {
	.guide_txt {
		margin-top: 20px;
	}
}
.guide_shop {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.guide_shop {
		margin-top: 20px;
	}
}
.flow_shopttl {
	background: #80b5dd;
	font-size: 2.4rem;
	line-height: 2.6rem;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	.flow_shopttl {
		font-size: 1.8rem;
		line-height: 2.2rem;
		padding: 10px 0;
	}
}
.step_ttl {
	background: #dde7ed;
	font-size: 3.0rem;
	line-height: 3.2rem;
	font-weight: bold;
	padding: 20px;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.step_ttl {
		font-size: 1.8rem;
		line-height: 2.2rem;
		padding: 10px;
		margin-top: 20px;
	}
}
.flow_blue {
	color: #20a4de;
}
.flow_txt {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.flow_txt {
		margin-top: 10px;
	}
}
.flow_subconts {
	text-align: center;
	margin-top: 50px;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.flow_subconts {
		margin-top: 20px;
	}
}
.flow_subconts::before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 2px;
	height: 40px;
	background: #333333;
}
@media (max-width: 768px) {
	.flow_subconts::before {
		height: 20px;
	}
}
.step_detail {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.step_detail {
		padding: 10px;
		margin-top: 20px;
	}
}
.step_subttl {
	background: #dde7ed;
	font-size: 2.6rem;
	line-height: 2.8rem;
	text-align: center;
	padding: 10px 0;
}
@media (max-width: 768px) {
	.step_subttl {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}
.detail_conts {
	margin-top: 30px;
}
.step_icon {
	float: left;
	width: 288px;
	text-align: center;
}
@media (max-width: 768px) {
	.step_icon {
		float: none;
		width: auto;
	}
	.step_icon img {
		width: auto;
	}
}
.step_txt {
	float: left;
	width: 650px;
}
@media (max-width: 768px) {
	.step_txt {
		float: none;
		width: auto;
	}
}
ul.id_list li {
	float: left;
	width: 300px;
}
@media (max-width: 768px) {
	ul.id_list li {
		float: none;
		width: auto;
	}
}
.notes_conts {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.notes_conts {
		margin-top: 20px;
	}
}
.notes_conts p {
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.triangle_icon {
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.triangle_icon {
		margin-top: 20px;
	}
	.triangle_icon img {
		width: auto;
	}
}
.flow_ttl {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.flow_ttl {
		margin-top: 20px;
	}
}
.step_btn {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px) {
	.step_btn {
		margin-top: 20px;
	}
}
.step_btn a {
	background: #007bff;
	border-radius: 25px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	vertical-align: bottom;
	background-color: #007bff;
	border-color: #fff;
	color: #fff;
	padding-right: 48px;
	padding-left: 48px;
}
.step_btn a:hover {
	background-color: #93b5cd;
	color: #ffffff;
}
.step_btn a span {
	line-height: 1;
	letter-spacing: 0em;
	font-weight: bold;
	overflow-wrap: break-word;
	word-break: break-all;
}
.flow_webttl {
	background: #82db96;
	font-size: 2.4rem;
	line-height: 2.6rem;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

