@charset "UTF-8";
/*  RPA導入支援  対応用追加CSS*/

.text_green {
	color: #fdd000;
}
.text_orange {
	color: #ff7c00;
}
.text_blue {
	color: #006bb6;
}


.sv_2col{
	display: flex;
}
.sv_2col > div {
	width: calc((100% - 26px * (2 - 1)) / 2 - 0.1px);
	margin-right: 26px;
}
.sv_2col > div:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.sv_2col{
		display: block;
	}
	.sv_2col > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}


.sv_2col-flow{
	display: flex;
	align-items: center;
}
.sv_2col-flow > .flow_arrow{
	width: 95px;
	height: 81px;
	background: url(/application/files/4615/3207/9367/18.png) center center no-repeat;
	background-size: 75px auto;
    display: flex;
    align-items: center;
    padding-left: 22px;
}
.sv_2col-flow > div:not(.flow_arrow){
	flex: 1;
}
@media only screen and (max-width: 767px) {
	.sv_2col-flow{
		display: block;
	}
	.sv_2col-flow > .flow_arrow{
		margin: 10px auto;
		transform: rotate(90deg);
	}
	.sv_2col-flow > .flow_arrow span {
		transform: rotate(-90deg);
	}
	.sv_2col-flow > div {
		width: 100%;
		margin-right: 0;
	}

}


.sv_3col{
	display: flex;
}
.sv_3col > div{
	width: calc((100% - 42px * (3 - 1)) / 3 - 0.1px);
	margin-right: 42px;
}
.sv_3col > div:last-child {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.sv_3col{
		display: block;
	}
	.sv_3col > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
}


.sv_4col-flow {
	display: flex;
	flex-wrap: wrap;
}
.sv_4col-flow > div{
	width: calc((100% - 27px * (4 - 1)) / 4 - 0.1px);
	margin-right: 27px;
	position: relative;
}
.sv_4col-flow > div:not(:last-child)::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #fdcf00;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -20px;
}
@media only screen and (max-width: 767px) {
	.sv_4col-flow > div:nth-child(3n)::before{
		content: none;
	}
}
.sv_4col-flow > div:last-child {
	margin-right: 0;
}
.sv_4col-flow .flow_bar {
	display: none;
}
@media only screen and (max-width: 767px) {
	.sv_4col-flow .flow_bar {
		display: block;
		flex: 0 1 100%;
		margin-right: 14px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.sv_4col-flow > div{
		width: calc((100% - 27px * (2 - 1)) / 2 - 0.1px);
		margin-right: 27px;
	}
	.sv_4col-flow > div:last-child {
		margin-right: 0;
	}
	.sv_4col-flow > div:nth-child(3n) {
		margin-right: 0;
	}
}


.sv_lineBox,
.sv_lineBox-appose {
	border: 2px solid #707070;
	border-radius: 4px;
	box-sizing: border-box;
	align-self: stretch;
}
.sv_lineBox p,
.sv_lineBox-appose p {
	font-size: 1.4rem;
	line-height: calc(44/28);
}
.sv_lineBox p+p,
.sv_lineBox-appose p+p {
	margin-top: 1em;
}
.sv_lineBox .body,
.sv_lineBox-appose .body {
	padding: 20px;
}
.sv_lineBox dt,
.sv_lineBox-appose dt {
	color: #fdd000;
	font-weight: bold;
}
.sv_lineBox dl+dl,
.sv_lineBox-appose dl+dl {
	margin-top: 15px;
}
.sv_lineBox .img {
	text-align: center;
	margin-bottom: 20px;
	height:100%;
}

.sv_lineBox .body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sv_lineBox .text {
	margin-left: auto;
	margin-right: auto;
}


.sv_lineBox-appose {
	display: flex;
	flex-direction: column;
}
.sv_lineBox-appose .body {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.sv_lineBox-appose .body {
		display: block;
	}
}
.sv_lineBox-appose .right_text {
	flex: 1;
	padding-left: 30px;
}
@media only screen and (max-width: 767px) {
	.sv_lineBox-appose .right_text {
		padding-left: 0;
	}
}
.sv_lineBox-appose .left_img {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.sv_lineBox-appose .left_img {
		margin-bottom: 20px;
	}
}
.top_head {
	font-size: 1.7rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	padding: 15px;
	background-color: #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_head span {
	display: inline-block;
    font-size: 1.2rem;
    padding: 1px 5px 1px;
    line-height: 1.3;
    margin-right: 15px;
    border-radius: 2px;
    background: #fff;
    color: #fdd000;
}
.sv_lineBox.line-blue,
.sv_lineBox-appose.line-blue {
	border: 2px solid #006bb6;
}
.sv_lineBox.line-blue .top_head,
.sv_lineBox-appose.line-blue .top_head {
	background-color: #006bb6;
}
.sv_lineBox.line-blue .top_head span,
.sv_lineBox-appose.line-blue .top_head span {
	color: #006bb6;
}
.check li {
    font-size: 1.4rem;
    line-height: 1.5;
    
    padding-left: 25px;
	position: relative;
}
.check li:not(:last-child) {
	padding-bottom: 12px;
}
.check li:before {
    content: "";
    background: url(../img/common/check_icon.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    background-size: 15px 12px;
}
.circles {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}
@media only screen and (max-width: 767px) {
	.circles {
		margin: 20px 0;
	}	
}
.circles .circle {
	margin: 0 2.5%;
    position: relative;
    width: 100%;
    max-width: 200px;
}
.circles .circle:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.circle_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	max-width: 200px;
	max-height: 200px;
	background: #fdd000;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 2.0rem;
	line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
	.circle_inner {
		font-size: 2.5vw;
	}
}
@media only screen and (max-width: 767px) {
	.circle_inner {
		font-size: 2.5vw;
	}
}
.circle_inner.pale {
	background-color: #c3ede6;
	color: #fdd000;
	font-weight: bold;
}
.circles .symbol {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: 50px;
}
.big_message {
	background: #fdd000;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	font-size: 2.8rem;
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.big_message {
		font-size: 2.0rem;
	}
}
.arrow {
	text-align: center;
	margin: 50px 0 35px;
}
.sv_2col-flow + .sv_1col {
	margin-top: 95px;
}
.sv_1col + .sv_1col {
	margin-top: 61px;
}

.flow_bars_wrap p {
	color: #fdd000;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.flow_bars {
	display: flex;
	width: calc(100% - 14px);
}
@media only screen and (max-width: 767px) {
	.flow_bars {display: none;}
}
.flow_bar {
	padding: 16px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	flex: 1;
	margin: 15px 0 25px;
}
.flow_bar.type1 {
	color: #fff;
	background-color: #fdd000;
	position: relative;
}
.flow_bar.type1::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 14px;
	border-color: transparent transparent transparent #fdd000;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
}
.flow_bar.type2 {
	color: #fdd000;
	background-color: #c3ede6;
	position: relative;
}
.flow_bar.type2::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 32px 0 32px 14px;
	border-color: transparent transparent transparent #c3ede6;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
}