@charset "utf-8";
/* ===================================================================
 RPAPソリューション
=================================================================== */
.dynamicsPartner {
	margin: 40px 0 0;
	padding: 0;
	border-top: solid 2px rgba(255, 255, 255, .5);
}
.dynamicsPartner__title {
	margin: 0;
	padding: 1em 1em .8em;
	background-color: rgba(20, 160, 220, .6);
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}
.dynamicsdownload {
	padding: 1.5em;
	border: 3px solid rgba(20, 160, 220, .6);
}
.dynamicsDownload__title {
	margin: 1em 0 .5em;
	padding: .2em 0 .3em 1em;
	min-width: 160px;
	border-bottom: 1px solid #DDD;
	border-left: 3px solid #14a0dc;
	font-weight: 500;
	font-size: 110%;
}
.dynamicsDownload__title:first-child {
	margin-top: 0;
}
.dynamicsDownload__list {
	list-style: none;
}
.dynamicsDownload__list__item {
	position: relative;
	padding: 0 1.5em;
	line-height: 1.4;
}
.dynamicsDownload__list__item::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	color: #333;
	content: "\0025C9";
	font-size: 12px;
	line-height: 2.0;
}
@media screen and (min-width: 48em) {
	.dynamicsPartner {
		margin: 60px 0 0;
	}
}
.boxBlue {
	color: #00689f;
	background-color: #F0F5F7;
}

/* case */
.case__flow {
	background-color: #F0F5F7;
	padding: 1em;
	position: relative;
	margin-bottom: calc(5vw + 20px);
}
.case__flow::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -5vw;
	width: 100%;
	height: 5vw;
	background:
		linear-gradient(to top right, rgba(255,255,255,0) 50%, #F0F5F7 50.5%) no-repeat top left/50% 100%,
		linear-gradient(to top left, rgba(255,255,255,0) 50%, #F0F5F7 50.5%) no-repeat top right/50% 100%;
}
.case__flow__ttl {
	text-align: center;
	color: #14a0dc;
}
.case__flow__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.case__flow__list li {
	padding: 1em;
	margin: 0;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 25px;
	position: relative;
}
.case__flow__list li:not(:last-of-type)::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00689F transparent transparent transparent;
	top: auto;
	right: 0;
	bottom: -15px;
	left: 0;
	margin: auto;
}
@media screen and (min-width: 48em) {
	.case__flow {
		padding: 5%;
		margin-bottom: calc(5vw + 40px);
	}
	.case__flow__ttl {
		font-size: 20px;
	}
	.case__flow__list {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.case__flow__list li {
		width: 30%;
		box-sizing: border-box;
		padding: 2em;
	}
	.case__flow__list li:not(:last-of-type)::after {
		border-width: 15px 0 15px 15px;
		top: 0;
		right: -30px;
		bottom: 0;
		left: auto;
		border-color: transparent transparent transparent #00689F;
	}
}
.caseVoice__img {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
.caseVoice__img img {
	margin: 0 auto;
}
.caseVoice__list {
	background-color: white;
	padding: 25px 1em 1em;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
}
.caseVoice__list::after {
	border-width: 15px 0 15px 15px;
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color:  transparent transparent white transparent;
	top: -15px;
	right: 0;
	left: 0;
	bottom: auto;
	margin: auto;
}
@media screen and (min-width: 48em) {
	.caseVoice {
		display: flex;
	}
	.caseVoice__img {
		max-width: 200px;
		margin-right: 5%;
	}
	.caseVoice__list {
		flex: 1;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 2em;
		margin-top: 0;
	}
	.caseVoice__list::after {
		border-width: 15px 15px 15px 0;
		border-color:  transparent white transparent transparent;
		top: 0;
		right: auto;
		left: -15px;
		bottom: 0;
	}
}
.caseTxt {
	border: 2px solid #14A0DC;
	color: #14A0DC;
	text-align: center;
	border-radius: 5px;
	padding: .5em;
	font-weight: 700;
}
@media screen and (min-width: 48em) {
	.caseTxt {
		font-size: 20px;
		max-width: 80%;
		margin: 0 auto;
	}
}
.td01 {
	background-color: #ACB6BB !important;
	color: white;
	text-align: center !important;
}
.td02 {
	background-color: #14A0DC !important;
	color: white;
	text-align: center !important;
}
.case__result {
	background-color: #14a0dc;
	color: white;
	text-align: center;
	margin-top: 40px;
	padding: 1em;
	border-radius: 5px;
	position: relative;
}
.case__result::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 25px 0 25px;
	border-color: #00689F transparent transparent transparent;
	top: -25px;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
}
.case__result span {
	font-weight: 700;
	font-size: 20px;
	display: block;
}
@media screen and (min-width: 48em) {
	.case__result {
		max-width: 400px;
		margin: 60px auto 0;
	}
	.case__result::after {
		top: -40px;
	}
	.case__result span {
		font-size: 24px;
	}
}
.table_software--arrow {
	position: relative;
	margin-bottom: 35px;
}
.table_software--arrow::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00689F transparent transparent transparent;
	top: auto;
	right: 0;
	bottom: -25px;
	left: 0;
	margin: auto;
}
