@charset "UTF-8";
/* **************************************************
FC機能専用スタイル
************************************************** */
/*PC*/
main {
	margin-top: 0;/*115px;*/
	width: 100%;
}
/*-----------------------------------------------
メインビジュアル
-----------------------------------------------*/
.mv_fc {
	position: relative;
	margin: 0;
	width: 100%;
	height: 640px;
	max-height: 900px;
/*	min-width: 1024px;
	min-height: 531px;*/
	background-image: url("../images/fc-kanri/fc_main_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.mv_fc-contents {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	width: 1024px;
}
.mv_fc-flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.mv_fc_main_l {
	width: 435px;
	height: 100%;
}
/*タイトル*/
.mv_fc_main_l h1 {
	margin: 0 auto;
	width: initial;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1;
}
.mv_fc_main_l h1 span {
	display: inline-block;
	padding: 0 0.6rem;
}
/*カコミ*/
.mv_fc_main_l h2 {
	margin: 20px auto 60px;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	background: #0096eb;
	border-radius: 50px;
}
.mv_fc_main_l p {
	margin: 30px 0;
	color: #0096eb;
	font-size: 1.2rem;
	line-height: 2rem;
	font-weight: 700;
}
a.mv_fc_cta {
	position: relative;
	display: block;
	margin: 60px auto 0;
	padding: 20px;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	background: #002dd6;
	border-radius: 12px;
	text-decoration: none;
	border: 1px solid #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
a.mv_fc_cta span:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	position: absolute;
	top: -7px;
	right: 18px;
	bottom: 0;
	margin: auto;
}
a.mv_fc_cta:hover {
	transform: translateY(2px);
	opacity: 0.85;
	text-decoration: none;
}

.mv_fc_main_r {
	max-width: 564px;
	max-height: 348px;
	text-align: center;
}
.mv_fc_main_r img {
	width: 564px;
	height: 348px;
	object-fit:cover;
	vertical-align:bottom;
}
.mv_fc-txt {
	position: absolute;
	bottom: 10%;
	margin: 0;
	width: 100%;
	padding: 30px 0;
	background-color: rgba(255,255,255,.66)
}
.mv_fc-txt p {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 1000px;
	font-size: 16px;
	line-height: 1.4em;
}

/*-----------------------------------------------
コンテンツ部
-----------------------------------------------*/
.fc-contents_wrap {
	margin: 0 auto;
	width: 1024px;
}

/*　FC管理機能とは　*/
.fc-contents_function {
	margin: 0 auto;
	padding: 90px 0;
	width: 100%;
	background-color: #f1f5f8;/*#e0e4e6*/
}
.fc-contents_function h3 {
	padding: 15px 0 30px;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4em;
}
.fc-contents_function h3 span {
	display: block;
	margin: 0 auto;
	width: 80%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;
}
.fc-contents_function div {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.fc-contents_function div img {
	max-width: 1000px;
}

/*　お悩み　*/
.fc-contents_problem {
	position: relative;
	margin: 0 auto;
	padding: 30px 0 60px;
	width: 100%;
	background-image: url("../images/fc-kanri/fc_bg_1.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.fc-contents_problem h3 {
	padding: 30px 0;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4em;
}
.fc-contents_problem .flex_type1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.fc-contents_problem .flex_type1 ul {
	margin-right: 60px;
}
.fc-contents_problem .flex_type1 ul li {
	margin: 18px 0;
	list-style: outside disc;
	font-size: 16px;
	line-height: 1.4em;
}
.fc-contents_problem .flex_type1 div {
	width: 380px;
	height: 282px;
}
.fc-contents_problem .flex_type1 div img {
	max-width: 380px;
	max-height: 282px;
}
.fc-contents_problem .yajirusi {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 187.3px;
	height: 70px;
	background: #517db0;
	clip-path: polygon(0 45.9%, 23.8% 45.9%, 23.8% 0, 76.2% 0, 76.2% 45.9%, 100% 45.9%, 50% 100%);
	z-index: 10;
}

/*　解決　*/
.fc-contents_solution {
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 100%;
	background-image: url("../images/fc-kanri/fc_bg_2.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.fc-contents_solution h3 {
	margin: 30px auto 40px;
	padding: 10px 0;
	width: 650px;
	font-size: 24px;
	font-weight: 900;
	color: #2D67A3;
	text-align: center;
	border: 1px solid #2D67A3;
}
.fc-contents_solution .flex_type1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.fc-contents_solution .flex_type1 ul {
	margin-right: 60px;
}
.fc-contents_solution .flex_type1 ul li {
	margin: 18px 0;
	list-style: outside disc;
	font-size: 16px;
	color: #3B85CF;
	line-height: 1.4em;
}
.fc-contents_solution .flex_type1 div {
	width: 380px;
	height: 282px;
}
.fc-contents_solution .flex_type1 div img {
	max-width: 380px;
	max-height: 282px;
}

/*　４つのメリット　*/
.fc-contents_merit {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
	background-image: url("../images/fc-kanri/fc_bg_2.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.fc-contents_merit h3 {
	margin: 30px auto 40px;
	font-size: 24px;
	font-weight: 900;
	color: #2D67A3;
	text-align: center;
}
.fc-contents_merit .flex_type2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 1024px;
}
.merit_box {
	position: relative;
	margin: 12px 0 24px;
	width: 46%;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-shadow: 0px 0px 12px 2px #e6e6e6;
	vertical-align: middle;
}
.merit_num {
	position: absolute;
	top: -12px;
	left: -12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #3B85CF;
	border-radius: 50%;
}
.merit_num div {
	align-self: center;
}
.merit_num div p {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
}
.merit_inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 30px 30px 30px 40px;
}
.merit_inner img.img_merit {
	width: 30%;
	height: auto;
	max-width: 30%;
}
.merit_txt {
	padding: 0 12px;
	font-size: 14px;
	line-height: 1.4em;
}
.txt-blue {
	color: #50BDF3;
}

/*　導入企業の声　*/
.fc-contents_voice {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
	background-color: #EFF8FB
}
.fc-contents_voice h3 {
	margin: 30px auto 40px;
	font-size: 24px;
	font-weight: 900;
	color: #94C752;
	text-align: center;
}
.fc-contents_voice .uservoice_container {
	margin: 16px auto;
	width: 90%;
}
.uservoice_container .user_card {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 16px auto;
	padding: 16px;
	color: #444;
	background: #fff;
	border: 1px solid #666;
	box-shadow: 3px 3px 8px rgba(0,0,0,0.16);
}
.user_photo {
	margin-right: 16px;
}
.user_photo img {
	width: 300px;
	max-width: 300px;
	object-fit: contain;
}

.user_info {
	width: 70%;
	padding: 0 1.125rem;
	text-align: left;
}
.user_info h4.company {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.user_info .howmany {
	font-size: 0.92rem;
	line-height: 1.2rem
}
.user_info .howmany span {
	font-size: 0.85rem;
}
.user_info .subtitle {
	margin-top: 12px;
	font-size: 1.1rem;
	line-height: 2rem
}
.user_info .user_voice {
	font-size: 1rem;
	line-height: 1.4rem
}

a.view_more {
	position: relative;
	display: block;
	margin: 30px auto 60px;
	padding: 20px;
	width: 60%;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(52deg, rgba(65, 175, 228, 1), rgba(39, 134, 228, 1));
	border-radius: 30px;
	text-decoration: none;
}
a.view_more span:after {
	content: '';
	width: 14px;
	height: 14px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0px;
	right: 18px;
	bottom: 0;
	margin: auto;
}
a.view_more:hover {
	opacity: 0.85;
	text-decoration: none;
	box-shadow: 0px 4px 8px rgba(255, 255, 222, 0.3);
}

.fc-contents_voice .flex_type2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.voice_user {
	margin: 0 auto;
	align-self: center;
	width: 16%;
}
.voice_user img {
	width: 90px;
	max-width: 90px;
	text-align: center;
}
.voice_user p {
	margin-top: 8px;
	font-size: 13px;
	text-align: center;
}
.voice_inner {
	position:relative;
	width: 84%;
	background:#fff;
	margin-bottom: 40px;
	padding:18px;
	border:3px solid #C5DFDF;
	font-size:14px;
	line-height: 1.6em;
	box-shadow: 14px 14px 0px 0 #b5c5c5;
	border-radius:8px;
}
.voice_inner:after,.voice_inner:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	right:100%;
	top:50%;
}
.voice_inner:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:16px;
	border-right-width:16px;
	margin-top: -8px;
	border-right-color:#FFFFFF;
}
.voice_inner:before{
	border-color: rgba(197, 223, 223, 0);
	border-top-width:11px;
	border-bottom-width:11px;
	border-left-width:22px;
	border-right-width:22px;
	margin-top: -11px;
	margin-right: 3px;
	border-right-color:#C5DFDF;
}
.voice_inner h4 {
	position: relative;
	margin-bottom: 8px;
	padding-left: 24px;
	font-size: 18px;
	font-weight: 900;
	color: #2D67A3;
}
.voice_inner h4::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #50BDF3;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 3px;
	margin: auto;
}
.voice_box span {
	color: #2D67A3;
	font-weight: 900;
	background: #EFF8FB;
}

/*　よくある質問　*/
.fc-contents_faq {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
}
.fc-contents_faq h3 {
	margin: 30px auto 40px;
	font-size: 24px;
	font-weight: 900;
	color: #444444;
	text-align: center;
}

.faq-container {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 64px;
}

.faq-item {
	margin-bottom: 16px;
	padding: 16px;
	cursor: pointer;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.faq-question {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.faq-question::before {
	content: "\f059";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 16px;
	color: #3B85CF;
}

.faq-answer {
	display: none;
}

.faq-item.open .faq-answer {
	display: block;
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.4em;
}

.faq-question::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: auto;
}


/*　事例集WP DL　*/
.fc-contents_faq {
	margin: 0 auto;
	padding: 60px 0;
	width: 100%;
}

/*　フォーム　*/
.form h2 {
	padding: 30px 0;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4em;
}




/*SP***************************************************************************************************** */
@media screen and (max-width: 768px){
	.mv_fc {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: calc(940vw / 768 * 100);
	/*	min-width: 50%;
		min-height: 50%;*/
		background: url("../images/fc-kanri/fc_main_bg_sp.png") no-repeat;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.mv_fc-contents {
		margin-top: 20px;
		width: 100%;
	}
	.mv_fc-flex {
		position: relative;
		display: block;
	}
	.mv_fc_main_l {
		width: 86%;
		margin: 0 auto;
		z-index: 10;
	}
	/*タイトル*/
	.mv_fc_main_l h1 {
		margin: 0 auto;
		font-size: 2rem;
	}
	.mv_fc_main_l h1 span {
		padding: 0 0.4rem;
	}
	/*カコミ*/
	.mv_fc_main_l h2 {
		margin: 10px auto 40px;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		border-radius: 40px;
	}
	.mv_fc_main_l p {
		margin-bottom: 40px;
		color: #0096eb;
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	a.mv_fc_cta {
		position: relative;
		display: block;
		margin: 40px auto 0;
		padding: 14px 0;
		font-size: 1rem;
		border-radius: 12px;
	}
	a.mv_fc_cta span:after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(135deg);
		position: absolute;
		top: -7px;
		right: 10px;
		bottom: 0;
		margin: auto;
	}
	a.mv_fc_cta:hover {
		transform: translateY(2px);
		opacity: 0.85;
		text-decoration: none;
	}
	.mv_fc_main_r {
		width: 100%;
		margin: 0 auto;
		max-width: calc(564vw / 768 * 100);
		max-height: calc(348vw / 768 * 100);
	}
	.mv_fc_main_r div {
		position: absolute;
		top: 60%;
		right: 12.5%;
		text-align: center;
		z-index: -1;
	}
	.mv_fc_main_r img {
		width: calc(564vw / 768 * 100);
		height: calc(348vw / 768 * 100);
		opacity: 0.7;
	}

/*-----------------------------------------------
SP*コンテンツ部
-----------------------------------------------*/
	.fc-contents_wrap {
		margin: 0 auto;
		width: 100%;
	}

/*　SP*FC機能イメージ　*/
	.fc-contents_function {
		margin: 0 auto;
		padding: 30px 0;
	}
	.fc-contents_function h3 {
		padding: 20px 0;
		font-size: 1.2rem;
		font-weight: 900;
		text-align: center;
		line-height: 1.6em;
	}
	.fc-contents_function div {
		width: 100%;
	}
	.fc-contents_function div img {
		margin: 0 auto;
		width: 94%;
	}

/*　SP*お悩み　*/
	.fc-contents_problem {
		position: relative;
		margin: 0 auto;
		padding: 20px 0 60px;
		width: 100%;
		background-image: url("../images/fc-kanri/fc_bg_1.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.fc-contents_problem h3 {
		padding: 10px 0;
		font-size: 1.2rem;
		font-weight: 900;
		line-height: 1.6em;
	}
	.fc-contents_problem .flex_type1 {
		display: flex;
		flex-flow: column;
		justify-content: space-around;
		align-items: center;
	}
	.fc-contents_problem .flex_type1 ul {
		margin: 0 auto;
		width: 80%;
	}
	.fc-contents_problem .flex_type1 ul li {
		font-size: 14px;
		line-height: 1.4em;
	}
	.fc-contents_problem .flex_type1 div {
		margin: 14px auto;
		width: 100%;
		text-align: center;
	}
	.fc-contents_problem .flex_type1 div img {
		margin: 0 auto;
		width: 80%;
	}
	.fc-contents_problem .yajirusi {
		position: absolute;
		bottom: calc(-35vw / 768 * 100);
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
		width: calc(187.3vw / 768 * 100);
		height: calc(70vw / 768 * 100);
		background: #517db0;
		clip-path: polygon(0 45.9%, 23.8% 45.9%, 23.8% 0, 76.2% 0, 76.2% 45.9%, 100% 45.9%, 50% 100%);
		z-index: 10;
	}

/*　SP*解決　*/
	.fc-contents_solution {
		margin: 0 auto;
		padding: 30px 0 20px;
		width: 100%;
	}
	.fc-contents_solution h3 {
		margin: 15px auto 20px;
		padding: 10px 0;
		width: calc(650vw / 768 * 100);
		font-size: 1rem;
	}
	.fc-contents_solution .flex_type1 {
		display: flex;
		flex-flow: column;
		justify-content: space-around;
		align-items: center;
	}
	.fc-contents_solution .flex_type1 ul {
		margin: 0 auto;
		width: 80%;
	}
	.fc-contents_solution .flex_type1 ul li {
		font-size: 14px;
		line-height: 1.4em;
	}
	.fc-contents_solution .flex_type1 div {
		margin: 14px auto;
		width: 100%;
		text-align: center;
	}
	.fc-contents_solution .flex_type1 div img {
		margin: 0 auto;
		width: 80%;
	}

/*　SP*導入企４つのメリット　*/
	.fc-contents_merit {
		width: 100%;
	}
	.fc-contents_merit h3 {
		margin: 0 auto 20px;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.fc-contents_merit .flex_type2 {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 100%;
	}
	.merit_box {
		margin: 12px auto;
		width: 90%;
		background: #fff;
		border: 1px solid #e6e6e6;
		border-radius: 8px;
		box-shadow: 0px 0px 12px 2px #e6e6e6;
		vertical-align: middle;
	}
	.merit_num {
		position: absolute;
		top: calc(-12vw / 768 * 100);
		left: calc(-12vw / 768 * 100);
		width: calc(70vw / 768 * 100);
		height: calc(70vw / 768 * 100);
		font-size: calc(12vw / 768 * 100);
	}
	.merit_num div {
		align-self: center;
	}
	.merit_num div p {
		font-size: calc(36vw / 768 * 100);
	}
	.merit_inner {
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 30px 30px 30px 40px;
	}
	.merit_inner img.img_merit {
		width: 30%;
		height: auto;
		max-width: 30%;
	}
	.merit_txt {
		padding: 0 12px;
		font-size: 14px;
		line-height: 1.4em;
	}
	.txt-blue {
		color: #50BDF3;
	}

/*　SP*導入企業の声　*/
	.fc-contents_voice {
		margin: 0 auto;
		padding: 30px 0;
		width: 100%;
	}
	.fc-contents_voice h3 {
		margin: 20px auto;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

	.fc-contents_voice .uservoice_container {
		margin: 16px auto;
		width: 90%;
	}
	.uservoice_container .user_card {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.user_photo {
		margin: 0 auto 16px;
	}
	.user_photo img {
		width: 100%;
		object-fit: contain;
	}
	.user_info {
		width: 100%;
		padding: 0 1rem;
		text-align: left;
	}
	.user_info h4.company {
		font-size: 1.2rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
	}
	.user_info .howmany {
		font-size: 0.92rem;
		line-height: 1.2rem
	}
	.user_info .howmany span {
		font-size: 0.85rem;
	}
	.user_info .subtitle {
		margin-top: 12px;
		font-size: 1rem;
		line-height: 2rem
	}
	.user_info .user_voice {
		font-size: 0.9rem;
		line-height: 1.3rem
	}
	a.view_more {
		position: relative;
		display: block;
		margin: 30px auto 60px;
		padding: 20px;
		width: 90%;
		font-size: 1rem;
		color: #fff;
		text-align: center;
		background-image: linear-gradient(322deg, rgba(65, 175, 228, 1), rgba(39, 134, 228, 1));
	/*	background: #0096eb;*/
		border-radius: 30px;
		text-decoration: none;
	}
	a.view_more span:after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 0px;
		right: 10px;
		bottom: 0;
		margin: auto;
	}
	a.view_more:hover {
		opacity: 0.85;
		text-decoration: none;
		box-shadow: 0px 4px 8px rgba(255, 255, 222, 0.3);
	}
	.fc-contents_voice .flex_type2 {
		width: 90%;
		padding: 20px auto;
	}
	.voice_user {
		margin: 0 auto;
		align-self: center;
		width: 25%;
	}
	.voice_user img {
		width: 70px;
		max-width: 70px;
		text-align: center;
	}
	.voice_user p {
		margin-top: 8px;
		font-size: 13px;
		text-align: center;
	}
	.voice_inner {
		width: 75%;
		padding-bottom: 16px;
		align-self: center;
	}
	.voice_inner h4 {
		position: relative;
		margin-bottom: 8px;
		padding-left: 24px;
		font-size: 16px;
		font-weight: 900;
		color: #2D67A3;
	}
	.voice_inner {
		position:relative;
		background:#FFFFFF;
		padding:18px;
		border:3px solid #C5DFDF;
		font-size:14px;
		line-height: 1.6em;
		box-shadow: 12px 12px 0px 0 #b5c5c5;
		border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
	}
	.voice_inner:after,.voice_inner:before{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		right:100%;
		top:50%;
	}
	.voice_inner:after{
		border-color: rgba(255, 255, 255, 0);
		border-top-width:8px;
		border-bottom-width:8px;
		border-left-width:16px;
		border-right-width:16px;
		margin-top: -8px;
		border-right-color:#FFFFFF;
	}
	.voice_inner:before{
		border-color: rgba(197, 223, 223, 0);
		border-top-width:11px;
		border-bottom-width:11px;
		border-left-width:22px;
		border-right-width:22px;
		margin-top: -11px;
		margin-right: 3px;
		border-right-color:#C5DFDF;
	}
	.voice_inner h4::before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: #50BDF3;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 3px;
		margin: auto;
	}
	.voice_box span {
		color: #2D67A3;
		font-weight: 900;
		background: #EFF8FB;
	}
	
/*　SP*よくある質問　*/
	.fc-contents_faq {
		margin: 0 auto;
		padding: 60px 0;
		width: 100%;
	}
	.fc-contents_faq h3 {
		margin: 30px auto 40px;
		font-size: 24px;
		font-weight: 900;
		color: #444444;
		text-align: center;
	}
	.faq-container {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 64px;
	}
	.faq-item {
		margin-bottom: 16px;
		padding: 16px;
		cursor: pointer;
		background-color: white;
		border: 1px solid #ccc;
		border-radius: 10px;
	}
	.faq-question {
		display: flex;
		align-items: center;
		font-weight: 600;
	}
	.faq-question::before {
		content: "\f059";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 16px;
		color: #3B85CF;
	}
	.faq-answer {
		display: none;
	}
	.faq-item.open .faq-answer {
		display: block;
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.4em;
	}
	.faq-question::after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: auto;
	}
}



/*
.topimg_wrap .icon_cont li:nth-child(1) .icon_div {
	animation: fuwari1 5.0s infinite 3.9s;
}

.topimg_wrap .icon_cont li:nth-child(2) .icon_div {
	animation: fuwari2 5.0s infinite 2.8s;
}

.topimg_wrap .icon_cont li:nth-child(3) .icon_div {
	animation: fuwari3 5.0s infinite 1.7s;
}

.topimg_wrap .icon_cont li:nth-child(4) .icon_div {
	animation: fuwari4 5.0s infinite 0s;
}
*/

/*-----------------------------------------------
資料請求フォーム
-----------------------------------------------*/
/*
#document {
	position: relative;
	width: 100%;
	max-width: 2000px;
	padding-top: 100px;
	margin-top: -50px;
	text-align: center;
	z-index: 1;
}

#document::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0;
	background: url(../images/common/path_06.svg) top center no-repeat;
	background-size: 100%;
	z-index: -1;
}

#document .document_text {
	max-width: 390px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 20px;
	margin: 20px auto 80px auto;
}

#document .recommend_wrap {
	position: relative;
	max-width: 870px;
	background: #FFDD72;
	padding: 40px 0 10px 0;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap::before {
	position: absolute;
	content: "";
	width: 300px;
	height: auto;
	top: -60px;
	left: -133px;
	bottom: -30px;
	background: url(../images/top/cont_10.png) no-repeat;
	background-size: 53%;
	z-index: -1;
}

#document .recommend_wrap::after {
	position: absolute;
	content: "";
	width: 300px;
	height: auto;
	top: -24px;
	right: -170px;
	bottom: -28px;
	background: url(../images/top/cont_11.png) no-repeat;
	background-size: 83%;
	z-index: 1;
}

#document .recommend_wrap .recommend_titl {
	position: absolute;
	display: inline-block;
	max-width: 300px;
	width: 100%;
	top: -24px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto;
	z-index: 1;
}

#document .recommend_wrap .recommend_titl::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0px 5px 0px;
	border: 3px solid #FFDD72;
	background: #fff;
	border-radius: 25px;
	margin: auto;
	z-index: -1;
}

#document .recommend_wrap .recommend_titl::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
}

.document_list {
	position: relative;
	width: 100%;
	background: #FFDD72;
	padding: 30px 0 30px 0;
}

#document .recommend_wrap .r_text {
	max-width: 600px;
	margin: 0 auto;
}

.Document_form {
	position: relative;
	max-width: 870px;
	width: calc(100% - 40px);
	background: #F2F2F2;
	padding: 30px 0 50px 0;
	box-shadow: 0px 3px 6px 2px rgb(0 0 0 / 16%);
	margin: 0 auto;
}

.Document_form ul {
	padding: 0px 110px 30px 110px;
}

.Document_form ul li {
	display: flex;
	width: 100%;
	font-size: 12px;
	align-items: center;
	margin: 30px 0;
}

.Document_form ul li .input_title {
	width: 200px;
	text-align: left;
	font-weight: 300;
}

.Document_form ul li .input_title .required {
	display: block;
	font-size: 10px;
	color: #e70505;
}

.Document_form ul li .input_wrap {
	width: calc(100% - 120px);
}

.Document_form ul li .input_wrap .note {
	display: block;
	margin-top: 5px;
}

.Document_form ul li .input_wrap input,
.Document_form ul li .input_wrap select,
.Document_form ul li .input_wrap textarea {
	width: 100%;
	background: #fff;
	border: none;
	font-size: 12px;
	font-weight: 600;
	border-radius: 10px;
	padding: 12px 10px 12px 13px;
}

.Document_form ul li .input_wrap.select {
	position: relative;
}

.Document_form ul li .input_wrap.select::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0;
	right: 15px;
	bottom: 0;
	border-bottom: solid 2px #afafaf;
	border-right: solid 2px #afafaf;
	transform: rotate(45deg);
	margin: auto;
}

.Document_form ul li .input_wrap.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.Document_form ul li .input_wrap.select select::-ms-expand {
	display: none;
}

.Document_form ul li .input_wrap.name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Document_form ul li .input_wrap.name input[type="text"] {
	width: calc(50% - 10px);
}

.Document_form ul li textarea {
	height: 100px;
}

.Document_form ul li .privacy_cont {
	display: flex;
	align-items: center;
}

.Document_form ul li .input_wrap a {
	display: block;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
	transition: 0.3s;
}

.Document_form ul li .input_wrap a:hover {
	color: #10609c;
}

.Document_form ul li .privacy_cont input {
	display: none;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label {
/	display: none;/
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
}

.Document_form ul li .privacy_cont input[type="checkbox"]+label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 50%;
	border: 1px solid #afafaf;
	background-color: #f1f1f1;
}

.Document_form ul li .privacy_cont input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -9px;
	top: 50%;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: rgb(203, 4, 4);
}

.request_bth.send {
	text-align: center;
	margin: 20px auto;
}

.Document_form p {
	max-width: 550px;
	width: calc(100% - 20px);
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 25px;
	margin: 0 auto;
}

.request_bth.send a {
	background: #2E67A3;
	border: 2px solid #2A2A2A;
	transition: opacity 0.3s;
}

.request_bth.send a:hover {
	opacity: 0.8;
}

*/