@charset "utf-8";
/* // agencyCompare //
----------------------------------------------- */
.agencyCompare {
	padding: 110px 0 70px;
}
.agencyCompare .inner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}
.agencyCompare .inner>div>div:not(:first-child) {
	height: 143px;
	background: #fff;
	border-top: 1px solid #e6e6e9;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 20px;
	font-weight: 400;
	line-height: 1.75;
}
.agencyCompare .inner>div>div:not(:first-child)>* {
	width: 100%;
}
.agencyCompare .inner>div>div:first-child {
	height: 64px;
}
.agencyCompare .inner>.label>div:not(:first-child) {
	background-color: #e5e5e5;
	font-size: 128%;
	font-weight: 600;
}
.agencyCompare .label {
	width: 150px;
}
.agencyCompare .system {
	width: 475px;
	border: 1px solid #e6e6e9;
}
.agencyCompare .system.A {
	border-right: 0;
}
.agencyCompare .system .name {
	background: #0892d6;
	position: relative;
	color: #fff;
	font-size: 157%;
	padding-top: 17px;
}
.agencyCompare .system .name img {
	position: absolute;
	width: 90px;
	left: 30px;
	top: -13px;
}
.agencyCompare .system .fee {
	text-align: center;
	font-size: 2.85em;
	font-family: 'Arial', sans-serif;
}
.agencyCompare .system .fee span {
	font-size: 1.75em;
}
.agencyCompare .system .strong {
	font-size: 114%;
	font-weight: 600;
	color: #0892d6;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.agencyCompare {
		padding: 70px 0 50px;
	}
	.agencyCompare .inner {
		display: block;
	}
	.agencyCompare .inner>div>div:not(:first-child) {
		height: auto;
		display: block;
		padding: 20px 10px;
	}
	.agencyCompare .inner>div>div:not(:first-child):before {
		font-size: 13px;
		display: block;
		text-align: left;
		color: #999;
		margin-bottom: 10px;
	}
	.agencyCompare .inner>div>div:first-child {
		height: auto;
	}
	.agencyCompare .label {
		display: none;
	}
	.agencyCompare .system {
		width: auto;
	}
	.agencyCompare .system.A {
		border-right: 1px solid #e6e6e9;
		margin-bottom: 30px;
	}
	.agencyCompare .system .name {
		font-size: 130%;
		padding: 15px 0;
	}
	.agencyCompare .system .name img {
		position: absolute;
		width: 70px;
		left: 15px;
		top: -7px;
	}
	.agencyCompare .system .fee {
		line-height: 1 !important;
	}
	.agencyCompare .system .strong {
		margin-bottom: 5px;
	}
	.agencyCompare .system .target:before {
		content: '対象企業';
	}
	.agencyCompare .system .form:before {
		content: '形態';
	}
	.agencyCompare .system .range:before {
		content: '対応範囲';
	}
	.agencyCompare .system .fee:before {
		content: '代理店手数料';
	}
	.agencyCompare .system .merit:before {
		content: 'メリット';
	}
}

/* // agencyTarget //
----------------------------------------------- */
.agencyTarget {
	position: relative;
	overflow: hidden;
}
.agencyTarget:before {
	content: " ";
	position: absolute;
	display: block;
	width: 300px;
	height: 300px;
	background-image: url(/_pack/img/cmn_bg_02_b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	background-color: transparent;
	right: 0px;
	top: 0px;
	left: auto;
	transform: translate(20%, -20%) rotate(387deg);
	opacity: 0.2;
	z-index: 5;
}
.agencyTarget .needsList {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
}
.agencyTarget .needsList>li {
	border-width: 10px;
	border-style: solid;
	border-color: transparent;
	width: calc(100% / 3);
}
.agencyTarget .needsList>li span {
	height: 300px;
	padding: 20px;
	font-size: 171%;
	line-height: 1.75;
	background: #0b91d9 url(/_pack/img/agency_target_bg.png) no-repeat 20px bottom;
	background-size: 90px auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	border-radius: 3px;
	color: #fff;
	position: relative;
	box-shadow: 3px 3px 1px rgba(85, 113, 129, 0.1);
}
.agencyTarget .needsList>li span:before,
.agencyTarget .needsList>li span:after {
	content: " ";
	position: absolute;
	display: block;
	width: 26px;
	height: 22px;
	background: url(/_pack/img/agency_target_quote.png) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.agencyTarget .needsList>li span:before {
	left: 20px;
	top: 50px;
}
.agencyTarget .needsList>li span:after {
	right: 20px;
	bottom: 50px;
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.agencyTarget:before {
		width: 240px;
		top: -80px;
	}
	.agencyTarget .needsList {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.agencyTarget .needsList>li {
		border-width: 0;
		width: auto;
	}
	.agencyTarget .needsList>li+li {
		margin-top: 20px;
	}
	.agencyTarget .needsList>li span {
		height: auto;
		padding: 20px;
		font-size: 130%;
		background-size: 70px auto;
		display: block;
	}
	.agencyTarget .needsList>li span:before,
	.agencyTarget .needsList>li span:after {
		display: none;
	}
}

/* // agencyReason //
----------------------------------------------- */
.agencyReason {
	background: url(/_pack/img/cmn_bg_03.jpg) no-repeat center;
	background-size: cover;
}
.agencyReason .reasonList {
	background: #fff;
	box-shadow: 3px 3px 1px rgba(85, 113, 129, 0.1);
	padding: 40px;
	font-size: 1.71em;
}
.agencyReason .reasonList li {
	font-weight: 600;
	line-height: 1.5;
	position: relative;
}
.agencyReason .reasonList li+li {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dotted #ccc;
}
.agencyReason .reasonList p {
	position: relative;
	padding-left: 45px;
}
.agencyReason .reasonList p:before {
	content: " ";
	position: absolute;
	display: block;
	width: 33px;
	height: 33px;
	left: 0;
	top: 2px;
	background: url(/_pack/img/agency_target_check.png) no-repeat center top;
	background-size: contain;
	z-index: 1;
	transition: .5s;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.agencyReason .reasonList {
		padding: 20px 10px;
		font-size: 1.2em;
	}
	.agencyReason .reasonList li+li {
		margin-top: 18px;
		padding-top: 18px;
	}
	.agencyReason .reasonList p {
		padding-left: 35px;
	}
	.agencyReason .reasonList p:before {
		width: 27px;
		height: 27px;
		left: 0;
		top: 0;
	}
}

/* // agencyFlow //
----------------------------------------------- */
.agencyFlow .flowWrap {
	padding: 50px 40px;
	border: 9px solid #b5d7f1;
	background-color: #fff;
}
.agencyFlow .flowWrap li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	position: relative;
}
.agencyFlow .flowWrap li+li {
	margin-top: 80px;
}
.agencyFlow .flowWrap li+li:before {
	content: "　";
	position: absolute;
	display: block;
	left: 50%;
	top: -52px;
	margin-left: -47px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 47px 0 47px;
	border-color: #c7e9ff transparent transparent transparent;
}
.agencyFlow .flowWrap li .img {
	width: 300px;
}
.agencyFlow .flowWrap li .txt {
	width: calc(100% - 300px - 30px);
}
.agencyFlow .flowWrap li .ttl {
	padding-left: 75px;
	position: relative;
	padding-top: 5px;
}
.agencyFlow .flowWrap li .ttl:before {
	content: "1";
	font-style: italic;
	position: absolute;
	display: block;
	font-family: 'Roboto', sans-serif;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 1.8em;
	text-align: center;
	box-sizing: border-box;
	padding-right: 7px;
	color: #fff;
	left: 0;
	top: 0;
	background-color: #118ad4;
}
.agencyFlow .flowWrap li .body {
	font-size: 1.4em;
	line-height: 1.9;
}
.agencyFlow .flowWrap li:nth-child(2) .ttl:before {
	content: '2';
}
.agencyFlow .flowWrap li:nth-child(3) .ttl:before {
	content: '3';
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	.agencyFlow .flowWrap {
		padding: 20px 15px;
		border-width: 5px;
	}
	.agencyFlow .flowWrap li {
		display: block;
	}
	.agencyFlow .flowWrap li+li {
		margin-top: 60px;
	}
	.agencyFlow .flowWrap li+li:before {
		content: "　";
		position: absolute;
		display: block;
		left: 50%;
		top: -40px;
		margin-left: -35px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 35px 0 35px;
		border-color: #c7e9ff transparent transparent transparent;
	}
	.agencyFlow .flowWrap li .img {
		width: auto;
		margin-bottom: 10px;
	}
	.agencyFlow .flowWrap li .txt {
		width: auto;
	}
	.agencyFlow .flowWrap li .ttl {
		padding-left: 40px;
		padding-top: 0;
	}
	.agencyFlow .flowWrap li .ttl:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 110%;
		padding-right: 4px;
		top: 2px;
	}
	.agencyFlow .flowWrap li .body {
		font-size: 100%;
	}
}