@charset "utf-8";
/* ===============================================
	▼各CSS設定
		+ 風神Report連携

=============================================== */

.migrationBlock #main {
	width: 100%;
	padding-top: 0;
}
.migrationBlock #main .inner {
	width: 701px;
	margin: 0px auto 50px auto;
}

/* -----------------------------------------
	▼ 移行CSS
----------------------------------------- */
/*Reporting*/
#step {
	width: 540px;
	margin: 0px 0px 10px 18px;
	background: url(../../image/reporting1/step01.jpg) no-repeat -17px top;
}
#step td {
	width: 96px;
	padding: 54px 5px 0px 7px;
	color: #1287D6;
	vertical-align: top;
	line-height: 1.25em;
}
#pro_navi {
	width: 570px;
	height: 36px;
	line-height: 36px;
	margin: 0px 0px 30px 0px;
	background: #005bac;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	border-radius: 5px;
}
#pro_navi a {
	color: #FFFFFF;
}
#pro_navi a:hover {
	color: #FFFF66;
}
/*Reporting END*/

/*Reporting 追記*/
#step td {
	font-size: 90%;
}
.fujin-step {
	padding: 0 20px;
	margin-bottom: 20px;
}
.fujin-step .fujin-step-title {
	color: #0379b9;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}
.fujin-step .fujin-step-title span {
	display: block;
    background: #0379b9;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    border-radius: 10px;
}
.fujin-step .fujin-step-list {
	margin-top: 20px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
}

.fujin-step .fujin-step-list .fujin-step-list-item {
	color: #003f76;
	line-height: 1.5;
	position: relative;
}
.fujin-step .fujin-step-list .fujin-step-list-item span {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 40px;
	background: #ffe443;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
.fujin-step .fujin-step-list .fujin-step-list-item:not(:last-child) span::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #037dbf;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}
.report-mv {
	display: flex;
    height: 250px;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    background: url(/bi/linkage/images/report1_mv_bg.png) no-repeat center center;
    background-size: cover;
	margin-bottom: 1em;
}
.report-mv .report-mv-inner {
}
.report-mv .report-mv-inner .report-mv-text {
	font-family: 'Noto Sans JP', sans-serif;
    width: 350px;
    text-shadow: 3px 3px 3px rgba(255,255,255,0.5);
}
.report-mv .report-mv-inner .report-mv-text .report-mv-text01 {
	font-size: 16px;
    font-weight: 700;
}
.report-mv .report-mv-inner .report-mv-text .report-mv-text02 {
	font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    color: #004274;
}
.report-mv .report-mv-inner .report-mv-text .report-mv-text03 {
	margin-top: 1em;
}

@media screen and (max-width: 640px) {
	.fujin-step .fujin-step-list {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.fujin-step .fujin-step-list .fujin-step-list-item:not(:last-child):after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: #003f76 transparent transparent transparent;
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translateX(-50%);
	}
	.fujin-step .fujin-step-list .fujin-step-list-item:not(:last-child) span::after {
		content: none
	}
}
/* ===============================================
	▼レスポンシブル用　解像度640以下ＣＳＳ
=============================================== */
@media screen and (max-width: 640px) {

	.migrationBlock #main .inner {
		width: 94%;
	}

/* -----------------------------------------
	▼ 移行CSS
----------------------------------------- */
	#pro_navi {
		width: auto;
		height: auto;
		line-height: 1.4;
		background: #0033FF url(../../image/bl_bk.jpg) no-repeat center top;
		background-size: cover;
		padding: 10px;
	}

/* -----------------------------------------
	▼ 新規追加CSS
----------------------------------------- */
	table.spDisp {
		width: 100%;
		margin-bottom: 10px;
	}
	table.spDisp th {
		width: 25%;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
		background-color: #FBB521;
		border-bottom: 2px solid #fff;
		vertical-align: middle;
		padding: 5px;
	}
	table.spDisp td {
		color: #1287D6;
		padding: 5px 5px 5px 10px;
		border-bottom: 2px solid #fff;
	}

	.report-mv {
		height: auto;
		padding: 15px;
		background-position: left center;
	}
	.report-mv .report-mv-inner .report-mv-text {
		width: auto;
	}
	.report-mv .report-mv-inner .report-mv-text .report-mv-text01 {
		font-size: 14px;
	}
	.report-mv .report-mv-inner .report-mv-text .report-mv-text02 {
		font-size: 23px;
	}
	.report-mv .report-mv-inner .report-mv-text .report-mv-text03 {
		font-size: 14px;
	}

}