@charset "EUC-JP";

/* Block
----------------------------------------------------------------------------- */
.readBox {
	margin-bottom: 2em;
}
.section {
	margin: 2em 0;
}

/* Pickup
----------------------------------------------------------------------------- */
.pickupBlock {
	margin-bottom: 2em;
	padding: 20px;
	background: url("/image/category/pickup-bg.gif") repeat top left;
}
.pickupBlock ul {
	margin: 0;
	list-style: none;
}
.pickupBlock ul li {
	position: relative;
	margin-bottom: 1em;
	background-color: #ffffff;
	border-radius: 2px;
}
.pickupBlock ul li:last-child,
.pickupBlock ul li *:last-child {
	margin-bottom: 0;
}
.pickupBlock ul li a {
	display: block;
	padding: 20px;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.pickupBlock ul li a:hover {
	border: 1px solid #ff3300;
}
.pickupBlock ul li span.title {
	display: block;
	margin-bottom: 1em;
	padding: 0 20px 10px 60px;
	background: url("/image/common/icon-arrow-link.gif") no-repeat right 0.4em;
	border-bottom: 3px solid #2b4b92;
	font-weight: bold;
}
.pickupBlock ul li span.title > span {
	display: block;
	position: absolute;
	left: 24px;
	top: 10px;
	width: 44px;
	height: 49px;
}
.pickupBlock ul li span.text {
	display: block;
	font-size: 87.5%;
}
.pickupBlock ul li a span.text {
	color: #444444;
}

/* ServiceList
----------------------------------------------------------------------------- */
.serviceList {
	margin: 3em 2em 0 2em;
}

/* Title  */
.serviceList h2 {
	display: table;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 3px solid #2b4b92;
}
.serviceList h2 span {
	display: table-cell;
	padding-left: 60px;
	line-height: 37px;
	vertical-align: middle;
}
.serviceList.company h2 span {
	background: url("/image/category/icon-company-profile.gif") no-repeat 21px bottom;
}
.serviceList.credit h2 span {
	background: url("/image/category/icon-credit-info.gif") no-repeat 6px bottom;
}
.serviceList.financial h2 span {
	background: url("/image/category/icon-financial-info.gif") no-repeat 14px bottom;
}
.serviceList.person h2 span {
	background: url("/image/category/icon-biz-person.gif") no-repeat 20px bottom;
}
.serviceList.etc h2 span {
	background: url("/image/category/icon-etc.gif") no-repeat 20px bottom;
}
.serviceList.news h2 span {
	background: url("/image/category/icon-news.gif") no-repeat 17px bottom;
}
.serviceList.magazine h2 span {
	background: url("/image/category/icon-magazine.gif") no-repeat 20px bottom;
}
.serviceList.law h2 span {
	background: url("/image/category/icon-law.gif") no-repeat 17px bottom;
}
.serviceList.map h2 span {
	background: url("/image/category/icon-map.gif") no-repeat 14px bottom;
}
.serviceList.estate h2 span {
	background: url("/image/category/icon-estate.gif") no-repeat 18px bottom;
}
.serviceList.market h2 span {
	background: url("/image/category/icon-market.gif") no-repeat 18px bottom;
}

.serviceList p.text {
	margin-bottom: 1.5em;
	font-size: 87.5%;
}

/* List */
.serviceList > ul.row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 7px 7px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.serviceList > ul.row > li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
}
.serviceList > ul.row > li a {
	display: block;
	flex: 1;
	padding: 10px 10px 10px 26px;
	background: #ffffff url("/faq/image/faq_pnt.gif") no-repeat 10px 1.2em;
	border: 1px solid #cccccc;
	border-radius: 2px;
	text-decoration: none;
}
.serviceList > ul.row > li a:visited {
	color: #003399;
	border: 1px solid #cccccc;
}
.serviceList > ul.row > li a:hover {
	color: #ff3300;
	border: 1px solid #ff3300;
}
.serviceList > ul.vertical {
    position: relative;
	margin: 0;
    padding: 0 10px;
	list-style: none;
	overflow: hidden;
}
.serviceList > ul.vertical > li {
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 1px dotted #000000;
}
.serviceList > ul.vertical > li :last-child {
    margin-bottom: 0!important;
}
.serviceList > ul.vertical > li h3 {
    margin-bottom: .5em;
}
.serviceList > ul.vertical > li .read {
    margin-bottom: .25em;
}

/* etc Contact ----------------------------------------*/
.etcContact {
	width: 624px;
    margin: 30px auto;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.etcContact h4 {
    margin-bottom: 0;
    padding: 5px 10px;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}
.etcContact .support {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style: none;
}
.etcContact .support li {
    min-width: 40%;
    margin-bottom: 0;
    font-size: 86%;
}
.etcContact .support li + li {
    margin-left: 20px;
}
.etcContact .support .tel strong {
    display: block;
    font-size: 130%;
}
.etcContact .support .mail strong {
    display: block;
    font-size: 120%;
}
.etcContact .etcBody {
    padding: 10px;
}

/* banner Block ----------------------------------------*/
.bannerBlock {
	margin: 40px 0;
}
.bannerBlock ul {
	width: 640px;
	margin: 0 auto;
	list-style: none;
}
.bannerBlock li {
	margin: 0;
}
.bannerBlock li + li {
	margin-top: 20px;
}

/* Link */
.linkList a.navilink {
    position: relative;
    padding-left: 1.5em;
}
.linkList a.navilink::before, .linkList a.navilink::after {
    content: '';
    display: block;
    position: absolute;
}
.linkList a.navilink::before {
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background-color: #3D4453;
}
.linkList a.navilink::after {
    top: 50%;
    left: 2px;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border: 2px solid #FFFFFF;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

/* Popup */
span.popup {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    margin-right: 4px;
}
span.popup::before,
span.popup::after {
    content: '';
    display:block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border: 1px solid #2c3840;
    transition: .3s ease-in-out;
}
span.popup::before {
    right: 0;
    margin-top: -2px;
}
span.popup::after {
    right: 4px;
    margin-top: -6px;
}

/* Pagetop */
.serviceList .pagetop {
	margin-top: 0.5em;
}