/*============================
MV
============================*/
#elementlist #mv {
	width: calc(100% - 0.80rem);
	margin-left:auto;
	height: 3rem;
	background-color: #2F475C;
	border-radius: 0.2rem 0 0 0.2rem;
	transition: all 0.3s;
}
@media screen and (max-width: 599px) {
	#elementlist #mv {
		width: calc(100% - 0.2rem);
		height: 2rem;
	}
}


/* タイトル */
#mv .title_box {
	width: calc(50% - 0.40rem);
	background: #fff;
	padding: 0.40rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0 0.20rem 0.20rem 0;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#mv .title_box {
		width: calc(100% - 0.2rem);
		padding: 0.20rem;
	}
}



#mv .title_box .title {
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 599px) {
	#mv .title_box .title {
		font-size: 0.25rem;
	}
}



#mv .title_box .title span {
	font-size: 0.15rem;
	color: #FF7A59;
	display: block;
	padding-top: 0.15rem;
}

#mv .title_box .icon {
	position: absolute;
	top: 50%;
	right: 0.30rem;
	transform: translateY(-50%);
}


/*============================
共通
============================*/
.element {
	padding: 0.25rem 0;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element {
		margin-bottom: 0.2rem;
	}
}

/*背景あり*/
.element.bg {
	background: #F6F6F6;
}

/*ボーダートップ有り*/
.element.border_t .in {
	border-top: 1px solid #000;
	padding-top: 0.50rem;
	padding-bottom: 0.50rem;
}

/*タイトル*/
.element .element_title {
	font-size: 0.30rem;
	font-weight: bold;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element .element_title {
		font-size: 0.22rem;
		margin-bottom: 0.20rem;
	}
}

/*リンク*/
.element a {
	color: #2F475C;
}

.element a:hover {
	opacity: 0.7;
}

/*ボタン*/
.element_btn_box {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element_btn_box {
		margin-bottom: 0.30rem;
	}
}

.element_btn_box a {
	display: block;
	max-width: 3.00rem;
	width: 100%;
	margin: 0 auto;
	color: #2F475C;
	text-decoration: none;
	border: 1px solid #2F475C;
	text-align: center;
	padding: 0.15rem;
	border-radius: 0.30rem;
	font-size: 0.18rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.element_btn_box a {
		max-width: 2.50rem;
		font-size: 0.16rem;
	}
}

.element_btn_box a::before {
	content: '';
	display: inline-block;
	width: 0.15rem;
	height: 0.15rem;
	background: url(../img/icon_togle_down_blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-90deg);
	position: absolute;
	right: 0.1rem;
	transition: .3s all;
}

.element_btn_box a:hover {
	color: #fff;
	background: #2F475C;
	opacity: 1;
}

.element_btn_box a:hover::before {
	background-image: url(../img/icon_togle_down_wh.svg);
	right: 0.08rem;
}

.element .list .item::before {
	content: none;
}

/*============================
基本セット
============================*/
.element_normal .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.16rem;
}

@media screen and (max-width: 599px) {
	.element_normal .text {
		font-size: 0.15rem;
		line-height: 1.65;
	}
}


.element_normal .text_box {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element_normal .text_box {
		margin-bottom: 0.30rem;
	}
}

.element_normal .btn_box {
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element_normal .btn_box {
		margin-bottom: 0.30rem;
	}
}

.element_normal .element_btn_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.element_normal .element_btn_box .list .item {
	width: 33.333%;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	.element_normal .element_btn_box .list .item {
		width: 100%;
		margin-bottom: 0.15rem;
	}
}


.element_normal .ph_wrap {
	margin-bottom: 0.50rem;
	max-width: 12.00rem;
	width: 100%;
	height: 5.50rem;
}

@media screen and (max-width: 599px) {
	.element_normal .ph_wrap {
		height: auto;
	}
}

.element_normal .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 599px) {}

/*============================
画像左右振りセット
============================*/
.element_lr .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.50rem;
}

.element_lr .box .ph_wrap {
	max-width: 7.00rem;
	width: 100%;
	_ box-sizing: border-box;
}

.element_lr .box .ph_wrap img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 599px) {
	.element_lr .box .ph_wrap {
		margin-bottom: 0.10rem;
	}
}

.element_lr .box .text_wrap {
	width: calc(100% - 7.00rem);
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.element_lr .box .text_wrap {
		width: 100%;
	}
}

/*テキスト右*/
.element_lr .box_l .text_wrap {
	padding-left: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element_lr .box_l .text_wrap {
		padding-left: 0;
	}
}

/*テキスト左*/
.element_lr .box.box_r {
	flex-flow: row-reverse;
}

@media screen and (max-width: 599px) {
	.element_lr .box.box_r {
		flex-flow: column;
	}
}

.element_lr .box_r .text_wrap {
	padding-right: 0.50rem;
}

@media screen and (max-width: 599px) {
	.element_lr .box_r .text_wrap {
		padding-right: 0;
	}
}


.element_lr .text_wrap .title {
	font-size: 0.22rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_lr .text_wrap .title {
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
	}
}


.element_lr .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_lr .text_wrap .text {
		font-size: 0.14rem;
		line-height: 1.65;
		margin-bottom: 0.20rem;
	}
}



.element_lr .text_wrap .element_btn_box a {
	margin: 0 auto 0 0;
}

@media screen and (max-width: 599px) {
	.element_lr .text_wrap .element_btn_box a {
		margin: 0 auto;
	}
}

/*============================
iframe
============================*/
.element .iframe_box {
	height: 8.00rem;
}

.element .iframe_box iframe {
	height: 100%;
}

@media screen and (max-width: 599px) {
	.element .iframe_box {
		height: 90vh;
		border: 1px solid #ccc;
	}
}

/*============================
２つ並びセット
============================*/
.element.element_2col .element_title {
	/*	text-align: center;*/
}

@media screen and (max-width: 599px) {
	.element .element_2col .element_title {
		text-align: left;
	}
}

.element_2col .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.element_2col .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.element_2col .list .item {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 2%;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	.element_2col .list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.20rem;
	}
}


.element_2col .list .item .ph_wrap {
	width: 100%;
	height: 2.00rem;
}

.element_2col .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.element_2col .list .item .title {
	font-size: 0.18rem;
	line-height: 1.5;
	padding: 0.10rem 0;
}

.element_2col .list .item .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.20rem;
}



/*============================
３つ並びセット
============================*/
.element_3col .list {
	display: flex;
	flex-wrap: wrap;
}

.element_3col .list .item {
	width: 33.333%;
	padding: 0 0.15rem;
	box-sizing: border-box;
	line-height: 1;
}

@media screen and (max-width: 599px) {
	.element_3col .list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 0.20rem;
	}
}

.element_3col .list .item .ph_wrap {
	max-width: 3.50rem;
	width: 100%;
	height: 2.00rem;
}

@media screen and (max-width: 599px) {
	.element_3col .list .item .ph_wrap {
		width: 100%;
		height: auto;
	}
}


.element_3col .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 599px) {
	.element_3col .list .item .ph_wrap img {
		height: auto;
	}
}


.element_3col .list .item .title {
	font-size: 0.18rem;
	line-height: 1.5;
	padding: 0.10rem 0;
}

@media screen and (max-width: 599px) {
	.element_3col .list .item .title {
		font-size: 0.16rem;
	}
}


.element_3col .list .item .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_3col .list .item .text {
		font-size: 0.14rem;
		line-height: 1.65;
	}
}


/*============================
強調リンクセット
============================*/
.element_strong .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	padding: 0.30rem;
}

@media screen and (max-width: 599px) {
	.element_strong .box {
		padding: 0.15rem;
	}
}

.element_strong .box .ph_wrap {
	width: 30%;
	height: 3rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.element_strong .box .ph_wrap {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin-bottom: 0.10rem;
	}
}

.element_strong .box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.element_strong .box .text_wrap {
	width: 70%;
	box-sizing: border-box;
	padding-left: 0.30rem;
}

@media screen and (max-width: 599px) {
	.element_strong .box .text_wrap {
		width: 100%;
		padding-left: 0;
	}
}

/*画像無し*/
.element_strong.noimage .box .text_wrap {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.30rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.element_strong.noimage .box .text_wrap {
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
}

.element_strong.noimage .box .text_wrap .element_btn_box a {
	margin: auto;
}

@media screen and (max-width: 599px) {
	.element_strong.noimage .box .text_wrap .element_btn_box a {}
}



.element_strong .box .text_wrap .title {
	color: #2F475C;
	font-size: 0.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_strong .box .text_wrap .title {
		font-size: 0.18rem;
		margin-bottom: 0.10rem;
	}
}


.element_strong .box .text_wrap .sub_title {
	font-size: 0.20rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_strong .box .text_wrap .sub_title {
		font-size: 0.16rem;
		margin-bottom: 0.10rem;
	}
}



.element_strong .box .text_wrap .text {
	font-size: 0.16rem;
	line-height: 1.75;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	.element_strong .box .text_wrap .text {
		font-size: 0.14rem;
	}
}

.element_strong .box .text_wrap .element_btn_box {
	margin-bottom: 0;
}

.element_strong .box .text_wrap .element_btn_box a {
	margin: 0 auto 0 0;
}

.element_strong h2 {
	line-height: 1.75;
}
/*============================
Youtubeセット
============================*/
.element_yt .text {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.30rem;
}

.element_yt .movie {
	text-align: center;
}

.element_yt .movie iframe {
	width: calc(5.60rem * 1.5) !important;
	height: calc(3.15rem * 1.5) !important;
}

@media screen and (max-width: 599px) {
	.element_yt .movie iframe {
		width: 100% !important;
		height: auto !important;
	}
}

/*============================
フリーエリア
============================*/
.element_free p {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.element_free p {
		font-size: 0.14rem;
	}
}

.element_free img {
	max-width: 100%;
	height: auto;
}







/*============================
パスワード保護ページ
============================*/
/* 投稿ページ */
#single_cont form.post-password-form {
	width: 100%;
	max-width: 12.8rem;
	margin: auto;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	position: relative;
	box-sizing: border-box;
	top: -0.4rem;
}

@media screen and (max-width: 599px) {
	#single_cont form.post-password-form {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

#single_cont form.post-password-form p {
	font-size: 0.16rem;
	margin-bottom: 0.20rem;
	line-height: 1.65;
}

#single_cont form.post-password-form label {
	font-size: 0.14rem;
}

/* 固定ページ */
#elementlist form.post-password-form {
	width: 100%;
	max-width: 12.8rem;
	margin: auto;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	position: relative;
	box-sizing: border-box;
	top: -0.4rem;
}

@media screen and (max-width: 599px) {
	#elementlist form.post-password-form {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}

#elementlist form.post-password-form p {
	font-size: 0.16rem;
	margin-bottom: 0.20rem;
	line-height: 1.65;
}

#elementlist form.post-password-form label {
	font-size: 0.14rem;
}


/* テーブル */
#elementlist .element_table table {
	border-collapse: collapse;
}

#elementlist .element_table tr {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 5px solid #fff;
}

#elementlist .element_table th {
	width: 20%;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.16rem;
	line-height: 2;
	background: #ffe6e1;
	vertical-align: top;
}

@media screen and (max-width: 599px) {
	#elementlist .element_table th {
		width: 100%;
		display: block;
		padding: 10px 20px;
	}
}


#elementlist .element_table td {
	font-size: 0.16rem;
	line-height: 2;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: #f5f5f5;
	border-left: 2px solid #fff;
	vertical-align: top;
}

@media screen and (max-width: 599px) {
	#elementlist .element_table td {
		width: 100%;
		display: block;
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
	}
}

/* ２カラム */
#elementlist .element_column2 ul {
	display: flex;
	flex-wrap: wrap;
}

#elementlist .element_column2 li {
	width: 48%;
	box-sizing: border-box;
	padding: 0.20rem;
	margin-bottom: 0.30rem;
	background: #ffe6e1;
}

@media screen and (max-width: 599px) {
	#elementlist .element_column2 li {
		width: 100%;
	}
}

/* 背景色なし */
#elementlist .element_column2.element_column2_noback li {
	background: initial;
}



#elementlist .element_column2 li:nth-child(odd) {
	margin-right: 1%;
}

#elementlist .element_column2 li:nth-child(even) {
	margin-left: 1%;
}

#elementlist .element_column2 li h3 {
	font-size: 0.20rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	line-height: 1.3;
}

@media screen and (max-width: 599px) {
	#elementlist .element_column2 li h3 {
		font-size: 0.18rem;
	}
}

#elementlist .element_column2 li p {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#elementlist .element_column2 li p {
		font-size: 0.15rem;
		line-height: 2;
	}
}


/* 事例 */
#elementlist .element_jirei ul {
	padding: 0.30rem;
	border: 3px solid #2F475C;
	box-sizing: border-box;
	max-width: 5rem;
	width: 100%;
	margin: auto;
	list-style: disc inside;
	position: relative;
}

#elementlist .element_jirei ul::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.20rem 0.20rem 0 0.20rem;
	border-color: #2F475C transparent transparent transparent;
	position: absolute;
	bottom: -0.50rem;
	left: 50%;
	transform: translateX(-50%);
}


#elementlist .element_jirei ul li {
	font-size: 0.16rem;
	line-height: 1.65;
	margin-bottom: 0.10rem;
	padding-left: 0.16rem;
	text-indent: -0.16rem;
}

@media screen and (max-width: 599px) {
	#elementlist .element_jirei ul li {
		font-size: 0.15rem;
	}
}

#elementlist .element_jirei .bottom_box {
	background-color: #2F475C;
	padding: 0.20rem;
	color: #fff;
	max-width: 7rem;
	width: 100%;
	margin: 0.8rem auto 0;
	box-sizing: border-box;
}

#elementlist .element_jirei .bottom_box h3 {
	font-size: 0.20rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#elementlist .element_jirei .bottom_box h3 {
		font-size: 0.18rem;
	}
}

#elementlist .element_jirei .bottom_box p {
	font-size: 0.16rem;
	text-align: center;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	#elementlist .element_jirei .bottom_box p {
		font-size: 0.15rem;
	}
}


/* 3カラム画像つき */
#elementlist .element_column3 ul {}

#elementlist .element_column3 li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0.20rem;
	margin-bottom: 0.50rem;
}

#elementlist .element_column3 li:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 599px) {
	#elementlist .element_column3 li {
		width: 100%;
	}
}

#elementlist .element_column3 li .ph_wrap {
	width: 2rem;
	height: 1rem;
}

@media screen and (max-width: 599px) {
	#elementlist .element_column3 li .ph_wrap {
		width: 1rem;
		height: 0.5rem;
	}
}

#elementlist .element_column3 li .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#elementlist .element_column3 li h3 {
	font-size: 0.20rem;
	font-weight: bold;
	width: 30%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 1.3;
}

@media screen and (max-width: 599px) {
	#elementlist .element_column3 li h3 {
		font-size: 0.18rem;
		width: calc(100% - 1rem);
	}
}

#elementlist .element_column3 li p {
	font-size: 0.16rem;
	line-height: 2;
	width: calc(70% - 2rem);
}

@media screen and (max-width: 599px) {
	#elementlist .element_column3 li p {
		width: 100%;
		font-size: 0.15rem;
		line-height: 2;
		margin-top: 0.1rem;
	}
}


/* 大きいボタン */
#elementlist .big_btn a {
	max-width: 6.8rem;
	width: 100%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #FF7A59;
	display: block;
	border-radius: 0.7rem;
	box-sizing: border-box;
	padding: 0.4rem 0;
	margin: auto;
	position: relative;
	transition: all .3s;
}

#elementlist .big_btn a:hover {
	transform: scale(1.1);
}


@media screen and (max-width: 599px) {
	#elementlist .big_btn a {
		max-width: 90%;
		padding: 0.3rem 0;
		font-size: 0.2rem;
	}
}


/* お友達紹介 */
#elementlist .element_shoukai {}

#elementlist .element_shoukai ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#elementlist .element_shoukai ul li {
	width: 30%;
	box-sizing: border-box;
	border: 2px solid #2F475C;
	padding: 0.30rem;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 599px) {
	#elementlist .element_shoukai ul li {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}


#elementlist .element_shoukai ul li::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25rem 0 0.25rem 0.3rem;
	border-color: transparent transparent transparent #2F475C;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
	#elementlist .element_shoukai ul li::after {
		top: initial;
		bottom: -0.50rem;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
}


#elementlist .element_shoukai ul li:last-child:after {
	content: none
}
@media screen and (max-width: 599px) {
	#elementlist .element_shoukai ul li:last-child {
		margin-bottom: 0;
	}
}


#elementlist .element_shoukai ul li .no {
	display: inline-block;
	background: #2F475C;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.10rem 0.15rem 0.15rem;
}

#elementlist .element_shoukai ul li h3 {
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.2rem 0;
}

#elementlist .element_shoukai ul li p {
	font-size: 0.16rem;
	line-height: 2;
}

#elementlist .element_shoukai .note {
	margin-top: 0.15rem;
}

#elementlist .element_shoukai .note small {
	font-size: 0.14rem;
	display: block;
	line-height: 1.5;
	margin-bottom: 0.10rem;
}


/* オフィス */
#elementlist .element_office .contwrap{
	margin-bottom: 0.50rem;
}

#elementlist .element_office .contwrap .lead {
	font-size: 0.16rem;
	line-height: 1.6;
	margin-bottom: 0.20rem;
}

#elementlist .element_office .contwrap ul {
	display: flex;
	flex-wrap: wrap;
}

#elementlist .element_office .contwrap ul li {
	width: 30%;
	margin: 0 1.5%;
	border: 2px solid #2F475C;
	box-sizing: border-box;
	padding: 0.30rem;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	#elementlist .element_office .contwrap ul li {
		width: 100%;
		margin-bottom: 0.20rem;
	}
}


#elementlist .element_office .contwrap li h3 {
	font-size: 0.25rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0.20rem;
	text-align: center;
}


#elementlist .element_office .contwrap li p {
	font-size: 0.16rem;
	line-height: 1.6;
	margin-bottom: 0.20rem;
}

#elementlist .element_office .contwrap li .element_btn_box {
	margin-bottom: 0.20rem;
}

#elementlist .element_office .contwrap li .element_btn_box a {
	max-width: 2rem;
}

/* ポイント */

#elementlist .element_point .box h3 {
	font-size: 0.20rem;
	box-sizing: border-box;
	padding: 0.10rem 0.20rem;
	background-color: #2F475C;
	color: #fff;
	display: inline-block;
}


#elementlist .element_point .box ul {
	list-style: disc inside;
	padding: 0.20rem;
}

#elementlist .element_point .box li {
	font-size: 0.16rem;
	line-height: 1.65;
	padding-left: 0.16rem;
	text-indent: -0.16rem;
	margin-bottom: 0.10rem;
}


/* QA */
#elementlist .qa_q {
	position: relative;
	padding-left: 0.3rem;
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#elementlist .qa_q {
		font-size: 0.16rem;
	}
}


#elementlist .qa_q::before {
	content: 'Q';
	font-size: 0.20rem;
	font-weight: bold;
	position: absolute;
	transform: -0.02rem;
	left: 0;
	top: -0.03rem;
}

#elementlist .qa_a {
	position: relative;
	padding-left: 0.3rem;
	font-size: 0.18rem;
}
@media screen and (max-width: 599px) {
	#elementlist .qa_a {
		font-size: 0.16rem;
	}
}

#elementlist .qa_a::before {
	content: 'A';
	font-size: 0.20rem;
	font-weight: bold;
	color: #FF7A59;
	position: absolute;
	top: -0.02rem;
	left: 0;
}