@charset "UTF-8";
/* CSS Document */
.wrap a {	text-decoration:underline; }
.wrap a:hover {	text-decoration:none; }
.pt_page {
	padding-top: 80px !important;
}
.section_ttl {
	padding: 0;
	padding-top: 40px;
	padding-bottom: 15px;
	border: none;
	border-bottom: 1px solid #c4a983;
	font-size: 2rem;
	margin-bottom: 1.6rem;
	font-family: serif;
}
.section_ttl_sub {
	font-size: 1.8rem;
	border-left: 2px solid #c4a983;
	padding-left: 10px;
	margin-bottom: 20px;
}
.openchat_voice {
	border: 1px solid #c4a983;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
}
.openchat_voice .voice_icon {
	margin-right: 20px;
	flex-shrink: 0;
}
.openchat_voice .voice_icon img {
	width: 80px;
	height: 80px;
}
.openchat_voice .voice_content {
	flex: 1;	
}
.openchat_voice h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #b6c2de;
	font-weight: bold;
}
.openchat_step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.openchat_step .step_icon {
	background-color: #c4a983;
	color: #fff;
	font-weight: bold;
	font-family: serif;
	padding: 10px 15px;
	border-radius: 5px;
	margin-right: 15px;
	flex-shrink: 0;
	line-height: 1;
}
.openchat_step .step_content {
	flex: 1;
}
.openchat_step .step_content .step_img {
	text-align: left;
}
.openchat_step .step_content .step_img img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.btn_area {
	text-align: center;
}
.wrap .btn_openchat {
	display: inline-block;
	background-color: #06C755;
	color: #fff;
	padding: 20px 40px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1;
}
.wrap .btn_openchat:hover {
	opacity: 0.8;
}
.openchat_bnr {
	margin: 20px 0;
	text-align: center;
}
.openchat_bnr img {
 	width: 100%;
	max-width: 600px;
	height: auto;
}
.small_text {
	font-size: 0.9em;
}
.em_text {
	color: #C92011;
	font-weight: 600;
}
.bold {
	font-weight: 600;
}
.note {
	position: relative;
	padding-left: 1.5em;
}
.note::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mb {
	margin-bottom: 1.6rem;
}
.disc_list li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 5px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.pt_page {
		padding-top: 40px !important;
	}
	.disc_list li {
		font-size: 1.4rem;
	}
	.openchat_step {
		flex-direction: column;
		align-items: flex-start;
	}
	.openchat_step .step_icon {
		margin-bottom: 10px;
	}
	.openchat_step .step_content .step_img img {
		max-width: 320px;
		margin: 0 auto;
	}
	.openchat_step .step_content .step_img {
		text-align: center;
	}
	.wrap .btn_openchat {
		width: 100%;
		padding: 20px;
	}
}
