@charset "utf-8";
/* CSS Document */
.l-header__logo a + a {
	margin-left: 12px;
}
.l-mv__title {
	width: 100%;
}
.l-mv__title span {
	line-height: 1.4;
	font-size: 1.5rem;
}
.c-table-wrap {
	margin-bottom: 24px;
	padding-bottom: 3px;
	overflow-x: auto;
}
.c-table {
	min-width: 600px;
	background: none;
	box-shadow: 0 3px 0 rgba(0,0,0,.2);
}
.c-table th {
	background: #555;
}
.c-table th span {
	font-size:  1.2rem;
	color: yellow;
}
.c-table td {
	background: #edf6fc;
}
.c-table .-bold {
	font-weight: bold;
}
.c-table .-null {
	background: none;
}
.c-table .-black {
	background: #555;
}
.c-table .-white {
	background: #fff;
}
.c-table .-gray {
	background: #e2e2e2;
}
.c-table .-skyblue {
	background: #129fe8;
}
.c-table .-blue {
	background: #d9eefc;
	color: #129fe8;
}
.p-fkmards .l-mv {
	background-image: url(../img/mv.jpg);
}
.p-fkmards .l-mv__title {
	margin-top: 32px;
}
.p-fkmards__intro {
	display: flex;
	justify-content: space-between;
}
.p-fkmards__intro > p {
	font-size: 1.8rem;
	line-height: 1.8;
}
.p-fkmards__sample {
	width: 50%;
	padding: 32px 0;
	background: linear-gradient(-60deg, #e2f2fa, #dbf6f5);
}
.p-fkmards__sample li {
	width: 50%;
	padding: 0 20px;
}
.p-fkmards__sample a {
	display: block;
}
.p-fkmards__sample img {
	display: block;
	width: 72%;
	margin: 0 auto;
	box-shadow: none;
	transition: box-shadow 0.3s ease-in-out;
}
.p-fkmards__sample figcaption {
	margin-top: 12px;
	font-size: 1.4rem;
	text-align: center;
	transition: color 0.3s ease-in-out;
}
.p-fkmards__sample figcaption h4 {
	margin-bottom: 4px;
}
.p-fkmards__sample figcaption h4 span {
	display: inline-block;
	padding-right: 22px;
	background: url(../img/ico_pdf.png) center right /14px 14px no-repeat;
}
.p-fkmards__sample figcaption p {
	font-size: 1.6rem;
	font-weight: bold;
}
.p-fkmards__sample a:hover img {
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	transition: box-shadow 0.3s ease-in-out;
}
.p-fkmards__sample a:hover figcaption {
	color: #129fe8;
	transition: color 0.3s ease-in-out;
}
.p-text_list {
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-text_list dt {
	margin-top: 20px;
	margin-bottom: 8px;
	color: #129fe8;
}
.p-text_list dd {
	width: calc(100% - 110px);
	margin-bottom: 8px;
}
.p-text_list dd ul {
	height: 288px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 24px;
}
.p-text_list dd li {
	width: 46%;
	margin-bottom: 8px;
	list-style: decimal;
	line-height: 1.4;
}
.c-list--note {
	padding: 16px 24px;
	background: #f8f8f8;
}
.c-list--note li {
	padding-left: 30px;
	position: relative;
}
.c-list--note li + li {
	margin-top: 12px;
}
.c-list--note li span {
	position: absolute;
	top: 0;
	left: 0;
}
.p-flow--sp {
	display: none;
}
.p-fkmards__flow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px!important;
}
.p-fkmards__flow li {
	display: flex;
	align-items: center;
	width: calc((100% - (32px * 3)) / 4);
	padding: 20px;
	border-radius: 5px;
	background: #edf6fc;
	text-align: center;
	position: relative;
}
.p-fkmards__flow li::before,
.p-fkmards__flow li::after {
	content: '';
	display: block;
	position: absolute;
}
.p-fkmards__flow li + li::before {
	width: 20px;
	height: 1px;
	background: #0058aa;
	top: 0;
	left: -32px;
	bottom: 0;
	margin: auto;
}
.p-fkmards__flow li + li::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #0058aa;
	top: 0;
	left: -16px;
	bottom: 0;
	margin: auto;
}
.p-fkmards__flow li span {
	display: block;
	width: 100%;
	padding-top: 100px;
	line-height: 1.4;
}
.c-list--note {
	margin-bottom: 80px!important;
}
.u-indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}
.l-footer {
	padding-top: 16px;
}
.l-footer::before {
	background-image: url(../img/footer_illust.png);
}
.p-service__report .c-title--s,
.p-service__report-l .c-title--s{
	margin-top:0;
}
.p-service__report,
.p-service__report-l{
	display: flex
}
.pic-l img,
.pic-s img{
	border:10px solid #d9eefc;
	background: #d9eefc;
	margin-left:25px;
	box-sizing: border-box;
}
.pic-l img{
	max-width:400px;
}
.pic-s img{
	max-width:200px;
}
.p-service__report:after,
.p-service__report-l:after{
	display: block;
	clear: both;
	content: "";
}
.p-service__report-l{
	background: #f8f8f8;
	position: relative;
	margin-top: 40px;
	padding: 32px 40px 40px;
}
.p-service__report .c-case,
.p-service__report-l .c-case{
	display: inline-block;
	margin: 15px 0 0 0;
	padding:2px 12px;
	border-radius: 3px;
	background:#038531;
	color: #fff;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: center;
}
.p-service__report-l .c-case{
	background:#555;	
}
.p-service__report-l .p-fkmards__sample{
	margin-left:25px;
	padding:0;
	background: none;
	width:900px;
}
.p-service__report-l .pic{
	margin-left:25px;
}
.p-service__report-l .p-fkmards__sample li{
	padding:0;
}
.p-service__report-l .p-fkmards__sample img{
	width:94%;
}
.p-service__report{
	background-image: url(../img/service_report_bg.gif);
}

@media only screen and (max-width: 1500px) {
	.l-header__logo {
		width: auto;
		padding: 40px 0 0 32px;
	}
	.l-header__logo > a:nth-child(1) img {
		width: 240px;
	}
	.l-header__logo > a:nth-child(2) img {
		width: 160px;
	}
}

@media only screen and (max-width: 1024px) {
	.l-mv__title span {
		line-height: 1.4;
		font-size: 1.3rem;
	}
	.l-header__logo {
		padding: 12px 0 0 20px;
	}
	.l-header__logo > a:nth-child(1) img {
		width: 180px;
	}
	.l-header__logo > a:nth-child(2) img {
		width: 150px;
	}
	.p-fkmards__sample {
		padding: 20px 0;
	}
	.p-fkmards__sample li {
		padding: 0 20px;
	}
	.p-fkmards__sample img {
		width: 80%;
	}
	.p-text_list dd ul {
		height: auto;
	}
	.p-text_list dd li {
		width: auto;
	}
	.p-fkmards__flow li {
		padding: 16px;
		font-size: 1.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.l-header__logo {
		padding: 15px 0 0 10px;
	}
	.p-text_list dt {
		width: 100%;
	}
	.p-text_list dd {
		width: 100%;
	}
	.p-fkmards__flow {
		margin-bottom: 48px!important;
	}
	.l-header__logo a + a {
		margin-left: 5px;
	}	
	.c-list--note li {
		padding-left: 5px;
	}	
	.c-table{
		min-width:430px;
	}	
}

@media only screen and (max-width: 600px) {
	.c-table th span {
		font-size: 1rem;
	}
	.c-list--note {
		padding: 12px 16px;
	}
	.p-fkmards__intro {
		display: block;
	}
	.p-fkmards__intro > p {
		width: 100%;
		font-size: 1.6rem;
	}
	.p-fkmards__sample {
		width: 100% !important;
		margin-top: 10px;
	}	
	.p-fkmards__sample ul {
		padding: 16px 0;
	}
	.p-fkmards__sample li {
		padding: 0 14px;
	}
	.p-fkmards__sample figcaption {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.p-fkmards__sample img {
		width: 80%;
	}
	.p-flow--pc {
		display: none;
	}
	.p-flow--sp {
		display: inherit;
	}
	.p-fkmards__flow li {
		width: calc((100% - (24px * 1)) / 2);
		margin-bottom: 24px;
		font-size: 1.4vw;
	}
	.p-fkmards__flow li + li::before {
		width: 16px;
		left: -24px;
	}
	.p-fkmards__flow li + li::after {
		left: -12px;
	}
	.p-fkmards__flow li:nth-child(3)::before {
		width: 16px;
		height: 1px;
		top: -12px;
		left: auto;
		right: -22px;
		bottom: auto;
		margin: auto;
		transform: rotate(135deg);
	}
	.p-fkmards__flow li:nth-child(3)::after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 10px;
		border-color: transparent transparent transparent #0058aa;
		top: -12px;
		left: auto;
		right: -12px;
		bottom: auto;
		margin: auto;
		transform: rotate(135deg);
	}
	.c-list--note {
		margin-bottom: 40px!important;
	}
	.p-service__report,
	.p-service__report-l {
		display: block;
	}	
	.pic-l,
	.pic-s{
		text-align: center;
	}
	.pic-l img,
	.pic-s img{
		width:100%;
		margin:20px auto 0 auto;
	}
	.p-service__report-l
	.p-fkmards__sample img {
    	width: 100%;
	}
	
	.p-service__report-l{
		    padding: 24px 24px 32px;
	}
	
	.p-service__report-l li{
		    width:100%;
	}
	.p-service__report-l li:first-child{
		    margin-bottom:20px;
	}
	
		.p-fkmards__sample img{
		    width:100%;
	}
	
	.p-service__report .c-case,
	.p-service__report-l .c-case{
		line-height:18px;
		text-align: left;
		padding:10px 12px;
	}
}

@media only screen and (max-width: 480px) {
	.p-fkmards .l-mv__title {
		margin-top: 42px;
	}
	.l-mv__title span {
		line-height: 1.4;
		font-size: 1.3rem;
	}
}