@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #2c2c2c;
	font-family: "ヒラギノ角ゴ ProW3", 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	/* overflow: hidden; */
}

main {
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	/* font-weight: <weight>; */
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.Hiragino {
	font-family: "ヒラギノ角ゴ ProW3", 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.YuGothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.main {
	width: 960px;
	max-width: 95%;
	margin: 0 auto;
}

/*header*/

header {
	width: 100%;

	position: sticky;
	position: -webkit-sticky;

	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 99;
	background: #dcedea;
}

header img,
header a {
	display: block;
}

.header_box {
	width: 100%;
}

.logo {
	width: 162px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.logo a {
	display: block;
	max-width: 162px;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 162px;
}

.logo a:hover {
	opacity: 0.8;
}

/* ----------- footer ----------- */

@media only screen and (max-width: 1024px) {

	/* ----------- header ----------- */
	header {
		padding: 20px 10px;
		top: 0;
		z-index: 999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto !important;
	}

	header .main {
		max-width: 100%;
	}

	.header_box {
		width: 100%;
		box-sizing: border-box;
		position: relative !important;
	}

	.logo {
		width: auto;
		padding: 0 0;
	}

	.logo a img {
		width: auto;
		max-width: 100%;
		max-height: 50px;
	}

}

@media only screen and (max-width: 1024px) {

	/* ----------- common ----------- */
	.module_pd {
		/* padding: 80px 0 !important; */
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}

	/* ----------- header ----------- */
	header {
		padding: 20px 10px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- common ----------- */
	.module_pd {
		padding: 50px 0 !important;
	}

	/* ----------- common ----------- */
	.main {
		max-width: 93%;
	}

	/* ----------- header ----------- */
	header {
		padding: 15px 10px;
	}

	.logo a img {
		max-height: 40px;
		width: 140px;
	}

}

/* ----------- mv ----------- */
.top_mv {
	background-color: #dcedea;
	padding: 25px 0 64px;
}

.top_mvContent {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.top_mvInner {
	width: 480px;
}

.top_mvInner img {
	display: block;
}

.top_mvVideo {
	width: 440px;
}

.top_mvVideo>div {
	position: relative;
}

.top_mvVideo img {
	width: 440px;
	display: block;
	/* opacity: 0; */
}

.top_mvVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
}

.top_mvBtn {
	margin-top: 36px;
}

.contactLink {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.contactLink>li {
	width: 310px;
}

.contactLink>li a {
	display: block;
	background-color: #ffc20e;
	font-size: 1.8rem;
	color: #2c2c2c;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 32px 50px 30px;
	border-radius: 42px;
	background-image: url("/src/img/cluster/contactLink_ico01.png");
	background-repeat: no-repeat !important;
	background-position: right 35px center !important;
}

.contactLink>li a.green {
	background-color: #007457;
	color: #ffffff;
	background-image: url("/src/img/cluster/contactLink_ico02.png");
}

.contactLink>li a.white {
	background-color: #ffffff;
}

.contactLink>li a:hover {
	transform: scale(1.02);
}

/* ----------- limit ----------- */
.limit {
	padding: 72px 0 70px;
}

.limit_title {}

.limit_title h2 {
	font-size: 3.2rem;
	color: #2c2c2c;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}

.limit_introductory {
	font-size: 1.6rem;
	color: #2c2c2c;
	line-height: 1.75;
	text-align: center;
	margin-top: 18px;
}

.limit_contact {
	display: flex;
	margin-top: 35px;
}

.limit_module {
	width: calc(50% - 1px);
	box-sizing: border-box;
	padding: 18px 10px 25px;
}

.limit_moduleBorder {
	width: 2px;
	background-color: #dbe5e7;
	/* border-right: 3px solid #dbe5e7; */
}

.limit_cTitle {
	text-align: center;
	font-size: 3.2rem;
	color: #007457;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.limit_cTitle span {
	font-size: 0.75em;
	color: #2c2c2c;
}

.limit_cBorder {
	height: 3px;
	width: 380px;
	max-width: 100%;
	margin: 2px auto 0;
	background: linear-gradient(to right, transparent, #66c0aa 20%, #66c0aa 80%, transparent);
}

.limit_cImg {
	margin-top: 30px;
}

.limit_cImg img {
	display: block;
	margin: 0 auto;
}

.limit_cImg p {
	font-size: 1.8rem;
	color: #2c2c2c;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-top: 30px;
}

/* ----------- contact banner ----------- */
.contact_banner {
	background-color: #007457;
	padding: 60px 0;
}

.CB_title {}

.CB_title h2 {
	text-align: center;
	font-size: 4.0rem;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.CB_title span {
	font-size: 0.8em;
}

.CB_btn {
	margin-top: 30px;
}

/* ----------- advantage ----------- */
.advantage {
	padding: 80px 0 75px;
}

.advantage_box {}

.advantage_list {
	overflow: hidden;
	margin-bottom: -40px;
}

.advantage_list>li {
	width: 458px;
	max-width: 48%;
	margin-bottom: 40px;
}

.advantage_list>li:nth-child(2n-1) {
	float: left;
}

.advantage_list>li:nth-child(2n) {
	float: right;
}

.advantage_list>li:nth-child(2) {
	padding-top: 56px;
}

.advantage_list>li.advantage_title {
	margin-bottom: 20px;
}

.advantage_list>li.advantage_title img {
	display: block;
	margin: 0 auto;
}

.advantage_module {
	background-color: #dcedea;
	border-radius: 10px;
	padding: 18px 35px 22px;
}

.advantage_mTitle {
	display: flex;
	align-items: flex-end;
}

.advantage_mTitle span:nth-child(1) {
	font-size: 5.4rem;
	color: #188662;
	line-height: 0.9;
	font-weight: bold;
}

.advantage_mTitle span:nth-child(2) {
	font-size: 2.2rem;
	color: #2c2c2c;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 15px;
	text-align: justify;
}

.advantage_mInner {
	font-size: 1.6rem;
	color: #2c2c2c;
	line-height: 1.75;
	text-align: justify;
	margin-top: 15px;
}

.advantage_list02 {
	margin-top: 50px;
}

.advantage_list02 .advantage_module {
	background-color: #ecf6ef;
}

.advantage_list02 .advantage_mTitle span:nth-child(1) {
	color: #18c38d;
}

.advantage_mTitle span:nth-child(2) sup {
	font-size: 0.6em;
	font-weight: normal;
}

.advantage_annotation {
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: justify;
	margin-top: 12px;
}

.annotation_list {}

.annotation_list>li {
	display: flex;
}

/* ----------- comparison ----------- */
.comparison {
	padding: 83px 0;
}

.comparison_tableBox {
	margin-top: 20px;
}

.comparison_table {
	width: 100%;
}

.comparison_table tr td {
	border-bottom: 2px solid #dbe5e7;
	padding: 5px 6px;
	text-align: center;
	box-sizing: border-box;
}

.comparison_table tr td:first-child {
	text-align: justify;
}

.comparison_table tr.CT_th td {
	font-size: 2.4rem;
	color: #2c2c2c;
	line-height: 1.2;
	font-weight: bold;
	vertical-align: bottom;
}

.comparison_table tr.CT_th td.CT_th01 {}

.comparison_table tr.CT_th td.CT_th02 {}

.comparison_table tr.CT_th td.CT_th03 {}

.comparison_table tr.CT_th td.CT_th02 div {
	background-color: #acbec5;
	color: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 14px 15px 10px;
}

.comparison_table tr.CT_th td.CT_th03 div {
	font-size: 1.16em;
	background-color: #007457;
	color: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 21px 15px 17px;
}

.comparison_table tr td:first-child div {
	padding: 14px 22px 10px;
	white-space: nowrap;
}

.comparison_table tr.CT_td td {
	font-size: 2.0rem;
	line-height: 1.2;
	color: #2c2c2c;

}

.comparison_table tr.CT_td td.CT_td01 {}

.comparison_table tr.CT_td td.CT_td01 div {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.comparison_table tr.CT_td td.CT_td02 {}

.comparison_table tr.CT_td td.CT_td02 div {
	background-color: #f6f6f6;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 15px 10px;
	min-height: 74px;
	box-sizing: border-box;
}

.comparison_table tr.CT_td td.CT_td03 {}

.comparison_table tr.CT_td td.CT_td03 div {
	color: #007457;
	background-color: #ecf6ef;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 15px 10px;
	min-height: 74px;
	box-sizing: border-box;
}

.comparison_mt75 {
	margin-top: 75px;
}

.comparison_banner {
	margin-top: 25px;
}

.comparison_banner img {
	display: block;
	margin: 0 auto;
}

.comparison_annotation {
	font-size: 1.6rem;
	color: #2c2c2c;
	line-height: 1.2;
	text-align: justify;
	margin-top: 17px;
	display: flex;
	justify-content: center;
}

/* ----------- voice ----------- */
.voice {
	padding: 85px 0 95px;
	background-color: #dcedea;
}

.voice_list {
	margin-top: 48px;
}

.voice_list>li:not(:last-child) {
	margin-bottom: 20px;
}

.voice_module {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 32px 40px;
	display: flex;
	align-items: center;
}

.voice_name {
	width: 112px;
	flex: none;
}

.voice_name>div {
	width: 112px;
	height: 112px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #188662;
}

.voice_name>div>p {
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

.voice_content {
	padding-left: 55px;
}

.voice_title {
	font-size: 1.8rem;
	color: #2c2c2c;
	line-height: 1.75;
	text-align: justify;
	font-weight: bold;
}

.voice_inner {
	font-size: 1.6rem;
	color: #2c2c2c;
	line-height: 1.75;
	text-align: justify;
	margin-top: 7px;
}

/* ----------- faq ----------- */
.faq {
	padding: 85px 0;
}

.faq_list {
	margin-top: 30px;
}

.faq_list>li:not(:last-child) {
	margin-bottom: 20px;
}

.faq_QBox {
	display: flex;
	background-color: #f0f3f4;
	padding: 25px 90px 25px 40px;
	background-image: url("/src/img/cluster/faq_img01.png");
	background-repeat: no-repeat !important;
	background-position: right 40px center !important;
	cursor: pointer !important;
}

.faq_QBox.open {
	background-image: url("/src/img/cluster/faq_img02.png");
}

.faq_QBox:hover {
	opacity: 0.8;
}

.faq_ico {
	width: 46px;
	flex: none;
}

.faq_ico div {
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	border: 3px solid #007457;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	color: #007457;
}

.faq_ico div p {}

.faq_icoQ div {
	background-color: #007457;
	color: #ffffff;
}

.faq_QInner {
	flex: 1 1 auto;
	padding-left: 24px;
	font-size: 1.8rem;
	color: #2c2c2c;
	line-height: 1.75;
	font-weight: bold;
	text-align: justify;
	padding-top: 10px;
}

.faq_ABox {
	display: none;
	border-top: 6px solid #007457;
	background-color: #f0f3f4;
	padding: 40px 90px 40px 40px;
}

.faq_AFlex {
	display: flex;
}

.faq_AInner {
	flex: 1 1 auto;
	padding-left: 24px;
	font-size: 1.6rem;
	color: #2c2c2c;
	line-height: 1.75;
	text-align: justify;
	padding-top: 12px;
}

.faq_AInner a {
	display: inline-block;
	color: #007457;
	text-decoration: underline;
}

.faq_AInner a:hover {
	transform: scale(1.02);
}



@media only screen and (max-width: 1024px) {

	/* ----------- mv ----------- */
	.top_mvContent {
		gap: 30px;
	}

	.contactLink>li a {
		padding: 22px 40px 20px;
		background-position: right 25px center !important;
	}

	/* ----------- limit ----------- */
	.limit_title h2 {
		font-size: 3.0rem;
	}

	.limit_cTitle {
		font-size: 3.0rem;
	}

	.limit_cImg p {
		font-size: 1.6rem;
	}

	/* ----------- contact banner ----------- */
	.CB_title h2 {
		text-align: center;
		font-size: 3.6rem;
	}

	/* ----------- advantage ----------- */
	.advantage_module {
		padding: 18px 25px 20px;
	}

	.advantage_mTitle span:nth-child(1) {
		font-size: 5.0rem;
		line-height: 0.9;
	}

	.advantage_mTitle span:nth-child(2) {
		font-size: 2.0rem;
		padding-left: 10px;
	}

	.advantage_list>li {
		max-width: 49%;
	}

	/* ----------- comparison ----------- */
	.comparison {
		padding: 80px 0;
	}

	.comparison_table tr.CT_th td {
		font-size: 2.2rem;
	}

	.comparison_table tr.CT_th td.CT_th02 div {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.comparison_table tr.CT_th td.CT_th03 div {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
	}

	.comparison_table tr.CT_td td {
		font-size: 1.8rem;
	}

	/* ----------- voice ----------- */
	.voice {
		padding: 80px 0;
	}

	.voice_list {
		margin-top: 40px;
	}

	.voice_module {
		padding: 30px 30px;
	}

	.voice_content {
		padding-left: 30px;
	}

	/* ----------- faq ----------- */
	.faq {
		padding: 80px 0;
	}

	.faq_QBox {
		padding: 25px 80px 25px 30px;
		background-position: right 30px center !important;
	}

	.faq_ABox {
		padding: 30px 80px 30px 30px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- mv ----------- */
	.top_mv {
		padding: 25px 0 60px;
	}

	.top_mvContent {
		gap: 20px;
	}

	.contactLink {
		gap: 20px;
	}

	.contactLink>li a {
		font-size: 1.6rem;
		padding: 22px 40px 20px;
		background-size: 9px auto;
		background-position: right 25px center !important;
	}

	/* ----------- limit ----------- */
	.limit_title h2 {
		font-size: 2.8rem;
	}

	.limit_module {
		padding: 15px 10px 20px;
	}

	.limit_cBorder {
		height: 2px;
		margin: 1px auto 0;
	}

	.limit_contact {
		margin-top: 30px;
	}

	.limit_cTitle {
		font-size: 2.8rem;
	}

	.limit_cImg {
		margin-top: 25px;
	}

	.limit_cImg p {
		font-size: 1.4rem;
		margin-top: 25px;
	}

	/* ----------- contact banner ----------- */
	.CB_title h2 {
		font-size: 3.2rem;
	}

	/* ----------- advantage ----------- */
	.advantage_module {
		padding: 18px 20px 20px;
	}

	.advantage_mTitle span:nth-child(1) {
		font-size: 4.4rem;
		line-height: 0.9;
	}

	.advantage_mTitle span:nth-child(2) {
		font-size: 1.8rem;
		padding-left: 8px;
	}

	.advantage_mInner {
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.advantage_list {
		margin-bottom: -30px;
	}

	.advantage_list>li {
		margin-bottom: 30px;
	}

	.advantage_list>li:nth-child(2) {
		padding-top: 40px;
	}

	.advantage_list02 {
		margin-top: 40px;
	}

	/* ----------- comparison ----------- */
	.comparison_table tr.CT_th td {
		font-size: 2.0rem;
	}

	.comparison_table tr.CT_th td.CT_th02 div {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	.comparison_table tr.CT_th td.CT_th03 div {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	.comparison_table tr.CT_td td {
		font-size: 1.6rem;
	}

	.comparison_table tr td:first-child div {
		padding: 14px 15px 10px;
	}

	.comparison_table tr.CT_th td.CT_th02 div {
		padding: 14px 15px 10px;
	}

	.comparison_table tr.CT_th td.CT_th03 div {
		padding: 18px 15px 14px;
	}

	.comparison_table tr.CT_td td.CT_td02 div {
		border-radius: 8px;
		min-height: 60px;
	}

	.comparison_table tr.CT_td td.CT_td03 div {
		border-radius: 8px;
		min-height: 60px;
	}

	.comparison_mt75 {
		margin-top: 60px;
	}

	.comparison_annotation {
		font-size: 1.4rem;
		margin-top: 15px;
	}

	/* ----------- voice ----------- */
	.voice_list {
		margin-top: 25px;
	}

	.voice_module {
		padding: 20px 20px;
	}

	.voice_name {
		width: 100px;
	}

	.voice_name>div {
		width: 100px;
		height: 100px;
	}

	.voice_name>div>p {
		font-size: 1.6rem;
	}

	.voice_content {
		padding-left: 20px;
	}

	.voice_title {
		font-size: 1.6rem;
	}

	.voice_inner {
		font-size: 1.4rem;
		margin-top: 5px;
	}

	/* ----------- faq ----------- */
	.faq_list {
		margin-top: 25px;
	}

	.faq_QBox {
		padding: 20px 60px 20px 20px;
		background-position: right 20px center !important;
		background-size: 14px auto !important;
	}

	.faq_ico {
		width: 40px;
	}

	.faq_ico div {
		width: 40px;
		height: 40px;
		border: 2px solid #007457;
		font-size: 1.6rem;
	}

	.faq_QInner {
		padding-left: 18px;
		font-size: 1.6rem;
		padding-top: 10px;
	}

	.faq_ABox {
		border-top: 4px solid #007457;
		padding: 20px 60px 20px 20px;
	}

	.faq_AInner {
		padding-left: 18px;
		font-size: 1.4rem;
		padding-top: 12px;
	}

}

@media only screen and (max-width: 650px) {

	/* ----------- mv ----------- */
	.top_mvContent {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.contactLink {
		flex-wrap: wrap;
	}

	/* ----------- limit ----------- */
	.limit_contact {
		flex-wrap: wrap;
		gap: 30px;
	}

	.limit_module {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}

	.limit_moduleBorder {
		width: 100%;
		height: 2px;
	}

	/* ----------- advantage ----------- */
	.advantage_list>li {
		width: 100%;
		max-width: 100%;
	}

	.advantage_list>li:nth-child(2) {
		padding-top: 0px;
	}

	.advantage_list>li.advantage_title {
		margin-bottom: 30px;
	}

	.advantage_annotation {
		font-size: 1.2rem;
	}

	/* ----------- comparison ----------- */
	.comparison_tableBox {
		overflow-x: auto;
	}

	.comparison_table {
		min-width: 520px;
	}

	.comparison_table tr td {
		padding: 5px 3px;
	}

	.comparison_table tr.CT_th td {
		font-size: 1.8rem;
	}

	.comparison_table tr.CT_th td.CT_th02 div {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.comparison_table tr.CT_th td.CT_th03 div {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.comparison_table tr.CT_td td {
		font-size: 1.4rem;
	}

	.comparison_table tr td:first-child div {
		padding: 14px 10px 10px;
	}

	.comparison_table tr.CT_th td.CT_th02 div {
		padding: 14px 10px 10px;
	}

	.comparison_table tr.CT_th td.CT_th03 div {
		padding: 18px 10px 14px;
	}

	.comparison_table tr.CT_td td.CT_td02 div {
		border-radius: 6px;
		min-height: 50px;
		padding: 14px 10px 10px;
	}

	.comparison_table tr.CT_td td.CT_td03 div {
		border-radius: 6px;
		min-height: 50px;
		padding: 14px 10px 10px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- mv ----------- */
	.top_mv {
		padding: 25px 0 50px;
	}

	.top_mvBtn {
		margin-top: 30px;
	}

	/* ----------- limit ----------- */
	.limit_title h2 {
		font-size: 2.4rem;
	}

	.limit_introductory {
		font-size: 1.4rem;
	}

	.limit_cTitle {
		font-size: 2.4rem;
	}

	.limit_cImg {
		margin-top: 20px;
	}

	.limit_cImg p {
		margin-top: 20px;
	}

	.CB_btn {
		margin-top: 20px;
	}

	.CB_title h2 {
		font-size: 2.6rem;
	}

	/* ----------- advantage ----------- */
	.advantage_list {
		margin-bottom: -20px;
	}

	.advantage_list>li {
		margin-bottom: 20px;
	}

	.advantage_list>li.advantage_title {
		margin-bottom: 20px;
	}

	.advantage_module {
		padding: 18px 15px 20px;
		border-radius: 8px;
	}

	.advantage_mTitle span:nth-child(1) {
		font-size: 4.2rem;
		line-height: 0.9;
	}

	/* ----------- comparison ----------- */
	.comparison_banner {
		margin-top: 20px;
	}

	/* ----------- voice ----------- */
	.voice_list {
		margin-top: 20px;
	}

	.voice_module {
		padding: 20px 15px;
		border-radius: 8px;
	}

	.voice_content {
		padding-left: 15px;
	}

	/* ----------- faq ----------- */
	.faq_QBox {
		padding: 20px 40px 20px 15px;
		background-position: right 15px center !important;
	}

	.faq_ico div {
		font-size: 1.4rem;
	}

	.faq_QInner {
		padding-left: 12px;
		font-size: 1.6rem;
		padding-top: 10px;
	}

	.faq_ABox {
		padding: 20px 40px 20px 15px;
	}

}