@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	サービス紹介
------------------------------------------------------------*/

/* 共通 */

#main p {
	color: #333;
	line-height: 1.8;
}

#main img {
	vertical-align: bottom;
}

.topImage {
	margin-bottom: 40px;
	padding: 0 30px 20px;
	background: url(/img/find/bg_topimg.png) no-repeat center bottom;
	box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.1);
}

.topImage .pageHdg {
	margin: 0 -30px 15px;
}

.topImage .pageHdg img {
	width: 100%;
	height: auto;
}

.topImage .logoBox {
	margin: 5px 0 10px;
}

.topImage .logoBox .txt {
	margin-bottom: 5px;
	font-size: 10px;
}

.topImage .logoBox .logoList {
	padding: 5px 0;
	background-color: #F0F0F0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.topImage .logoBox .logoList li {
	margin: 0 2.5px;
	width: 120px;
	height: 40px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.topImage .logoBox .logoList li:nth-child(-n+14) {
	margin-bottom: 5px;
}

.topImage .logoBox .logoList li img {
	width: 100%;
	height: auto;
}

.topImage .outlineBox {
	padding: 15px;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
}

.topImage .outlineBox .txt {
	width: 420px;
	font-size: 13px;
}

.topImage .outlineBox .txt .hdg {
	margin-bottom: 15px;
	border-bottom: 1px dashed #258DDA;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.topImage .outlineBox .img {
	margin-top: 15px;
}

	*html #conts .outlineBox p {
		width: 440px;
	}

#conts {
	width: 730px;
	float: left;
}

#conts .flowBox {
	margin-bottom: 22px;
}

#conts .merit01,
#conts .merit02,
#conts .merit03 {
	padding-top: 35px;
	width: 730px;
}

#conts .merit01 .inner,
#conts .merit02 .inner,
#conts .merit03 .inner {
	padding: 0 20px 25px 55px;
	width: 655px;
	_width: 730px;
}

#conts .merit01 {
	margin-bottom: 21px;
	background: url(../img/find/bg_merit01t.png) no-repeat center top;
}

#conts .merit01 .inner {
	background: url(../img/find/bg_merit01b.png) no-repeat center bottom;
}

#conts .merit02 {
	margin-bottom: 30px;
	background: url(../img/find/bg_merit02t.png) no-repeat center top;
}

#conts .merit02 .inner {
	background: url(../img/find/bg_merit02b.png) no-repeat center bottom;
}

#conts .merit03 {
	margin-bottom: 45px;
	background: url(../img/find/bg_merit03t.png) no-repeat center top;
}

#conts .merit03 .inner {
	background: url(../img/find/bg_merit03b.png) no-repeat center bottom;
}

#conts .title {
	margin-bottom: 15px;
}

#conts .merit01 .text {
	width: 460px;
	font-size: 12px;
}

#conts .merit02 .text {
	width: 440px;
	font-size: 12px;
}

#conts .merit03 .text {
	width: 440px;
	font-size: 12px;
}

#conts .faqBox {
	margin-bottom: 37px;
	padding-top: 30px;
	width: 728px;
	_width: 730px;
	border: 1px solid #CCC;
	border-top: none;
}

#conts .faqBox .box {
	padding: 0 30px;
}

#conts .faqBox .box .question {
	padding: 8px 0 0 35px;
	height: 33px;
	background: url(../img/find/bg_question.png) no-repeat;
	font-size: 12px;
	font-weight: bold;
}

*html #conts .faqBox .box .question {
	height: 41px;
}

#conts .faqBox .box .answer {
	margin-bottom: 30px;
	padding: 3px 0 0 35px;
	background: url(../img/find/bg_answer.png) no-repeat 10px 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	font-weight: bold;
	zoom: 1;
}

#conts .faqBox .box .answer p {
	margin-bottom: 15px;
	color: #258CD8;
	font-size: 12px;
}

#conts .faqBox .box .answer p.normal {
	color: #333;
	font-weight: normal;
}

#conts .faqBox .box .answer ul {
	margin-bottom: 10px;
	padding: 15px 20px;
	background: #E9F3FB;
}

#conts .faqBox .box .answer ul li {
	padding-left: 10px;
	background: url(../img/find/icon_answer.png) no-repeat left 6px;
	font-weight: normal;
	line-height: 1.8;
}

#conts .faqBox .box .answer .link {
	font-weight: normal;
	text-align: right;
}

#conts .faqBox .box .answer .link a {
	padding: 0 0 2px 21px;
	background: url(../img/common/icon/icon05.png) no-repeat;
	font-size: 13px;
}

#conts .btnBox {
	text-align: center;
}

#conts .btnBox .text01 {
	margin-bottom: 21px;
}

#conts .btnBox .btn {
	margin-bottom: 10px;
}

#conts .btnBox .btn a {
	background: url(../img/find/btn01_over.jpg) no-repeat;
	display: inline-block;
}

#conts .btnBox .btn a:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}

#conts .serviceNavi {
	margin-top: 70px;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}

#conts .serviceNavi li {
	margin-right: 22px;
	width: 299px;
	float: left;
}

#conts .serviceNavi li.last {
	margin-right: 0;
}

#conts .serviceNavi li a {
	padding: 15px 10px;
	display: block;
	background: url(../img/flow/icon01.png) no-repeat 260px 10px;
	border: 3px solid #CCC;
	color: #666;
	font-size: 16px;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	line-height: 1;
}

#conts .serviceNavi li a:hover {
	border: 3px solid #65AEE4;
}

#conts .serviceNavi li a span {
	font-size: 20px;
	line-height: 1;
}

#conts .serviceNavi li.current a {
	background: #E8F4FF url(../img/flow/icon02.png) no-repeat 260px 10px;
	border: 3px solid #65AEE4;
}

#conts .serviceNavi li.current a span {
	color: #258CD8;
	font-size: 20px;
	font-weight: bold;
}