h1 {
	margin-bottom: 30px;
}
h2 {
	text-align: center;
}
.h2_ja {
	font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
}
.h2_en {
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-size: 22px;
	margin-top: 50px;
}
.text {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 30px 0;
}
.center {
	text-align: center;
}
.top_banner {
	width: 100%;
	height: auto;
	display: block;
}
.br_sp {
	display: none;
}
.faq_link {
	margin-top: 50px;
}
.section_service {
	margin: 100px 0;
}
.service_list {
	margin-top: 30px;
	list-style: square;
	padding-left: 30px;
}
.service_list_item {
	font-size: 18px;
	letter-spacing: 0.05em;
}
.service_list_item + .service_list_item {
	margin-top: 7px;
}
.section_faq {
	padding: 0;
}
.section_line {
	margin-bottom: 100px;
}
.line_title_box {
	text-align: center;
}
.line_title {
	font-weight: bold;
    font-size: 20px;
    color: #fff;
	text-align: center;
    letter-spacing: 0.05em;
    background-color: #000;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
}
.line_title:after {
	content: "";
    border-top: 20px solid #000;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
}
.line_btn_box {
	max-width: 400px;
	margin: 50px auto 0;
	transition: .3s;
}
.line_btn_box:hover {
    transform: translate3d(0, 6px, 0);
}
.line_btn_box .satei_line_box_text_top {
	font-size: 16px;
}
@media (max-width: 767px) {
	h1 {
		margin-bottom: 20px;
	}
	.h2_ja {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
		margin-top: 30px;
	}
	.text {
		font-size: 15px;
		margin: 20px 0;
	}
	.br_sp {
		display: block;
	}
	.faq_link {
		height: 60px;
	}
	.section_service {
		margin: 60px 0;
	}
	.service_list {
		margin-top: 20px;
		padding-left: 20px;
	}
	.service_list_item {
		font-size: 15px;
	}
	.text_bold {
		font-size: 15px;
		margin: 20px 0 10px;
	}
	.section_line {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.line_title {
		font-size: 16px;
	}
	.line_btn_box .satei_line_box {
		padding-top: 4px;
	}
	.line_btn_box .satei_line_box_text_top {
		font-size: 14px;
	}
}