@charset "utf-8";
p {
	line-height: 1.6;
}
.anchorLink {
	width: 100%;
	margin: 40px auto 0;
}
.anchorLink ul {
	border: solid 1px #ddd;
	padding: 8px 20px;
}
.anchorLink ul li {
	border-bottom: 1px dotted #ccc;
	line-height: 1.8;
	padding: 8px 0 4px 8px;
	position: relative;
}
.anchorLink ul li:last-child {
	border-bottom: 0px dotted #ccc;
}

.anchorLink ul li a {
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.anchorLink ul li a:before {
	content: "";
	background:  url(../img/qa/icon-anchor.png) no-repeat 0 0/contain;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 7px;
}


dl span.icon {
	text-align: center;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
	align-items: center;
}
dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
dt span.icon {
	background-color: #0365ba;
	color: #fff;
}
dd span.icon {
	background-color: #555555;
	color: #fff;
}
dl dd:not(:last-child) {
	margin-bottom: 60px;
}
.text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
dt .text {
	font-size: 18px;
	font-weight: bold;
}
@media (min-width: 768px) {
		.anchorLink ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.anchorLink ul li {
		border-bottom: 0px;
	}
	.anchorLink ul li:after {
		content: "";
		display: inline-block;
		background: #D9D6D1;
		width: 2px;
		height: 15px;
		margin: 0 20px;
		vertical-align: -1px;
	}
	.anchorLink ul li:last-child:after {
		content: "";
		display: inline-block;
		background: unset;
		width: 0;
		height: 0;
		margin: 0;
		vertical-align: -1px;
	}
	
	.inner {
		width: 90%;
	}
	dt .text {
		font-size: 20px;
	}
	
}
@media (min-width: 900px) {
	.inner {
		width: calc(100% - 40px);
	}
	.anchorLink ul {
    border: solid 0px #ddd;
    padding: 0px;
		justify-content:space-between;
		-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
		width: 842px;
		margin: 0 auto;
}
	.anchorLink ul li {
    padding: 8px 0 4px;
}
	.anchorLink ul li:after {
    content: "";
    display: inline-block;
    background: #D9D6D1;
    width: 1px;
    height: 15px;
    margin: 0 8px;
    vertical-align: -1px;
}
	
}
@media (min-width: 1024px) {


	
}

@media (min-width: 1300px) {
	.inner {
		width: 1100px;
	}
	dd {
		align-items: center;
	}
}