@charset "shift_jis";
/* Updated 2020/10/01,T */
#wrap #mainArea {
	width: 100%;
	margin: 0 auto 100px;
}
#wrap #mainArea main {
	width: 100%;
}
#wrap #mainArea main > section > section {
	width: 750px;
	margin: 60px auto 0;
}
.kvArea {
	background: url("/kojin/special/ib_anshin/resources/images/index_bg_01_pc.png") center 0 no-repeat;
} 
.kvArea .kvInr {
	width: 880px;
	margin: 0 auto;
}
.kvSubArea {
	margin-top: 20px;
}
.kvSubArea .kvSubInr {
	width: 750px;
	margin: 0 auto;
}
.kvSubArea .linkLine {
	text-decoration: underline;
}
.kvSubArea .linkLine:hover {
	text-decoration: none;
}
.moreArea .boxBlk {
	margin-top: 30px;
}
.moreArea .boxTtl {
	padding: 12px 10px 13px;
	background: #a0c81e;
}
.moreArea .boxTtl .numIco01 {
	display: table;
	float: left;
}
.moreArea .boxTtl .numIco01 span {
	display: table-cell;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.moreArea  .boxTtl .numTtl01 {
	display: table;
	float: left;
}
.moreArea .boxTtl .numTtl01 span {
	display: table-cell;
	float: left;
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.moreArea .boxContents {
	padding: 18px;
	border: 2px solid #a0c81e;
}
.moreArea .boxContents .item .imgBlk {
	float: left;
	width: 234px;
}
.moreArea .boxContents .item .txtBlk {
	float: left;
	width: 456px;
	margin-left: 20px;
}
.moreArea .boxContents .item .txtBlk .txt01 {
	font-size: 16px;
	line-height: 1.75;
}
*[class^="questionListA"] > li {
	padding-left: 46px;
}
*[class^="questionListA"] > li .icon {
	width: 31px;
	height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1046px) {
	header[role="banner"] {
		min-width: 100%;
	}
	header[role="banner"] #headerInner {
		width: 100%;
	}
	header[role="banner"] #headerInner .logoWrap {
		margin: 15px 19px 10px;
	}
	.popup header[role="banner"] #headerInner #headerInfo, .popupFull header[role="banner"] #headerInner #headerInfo {
		display: none;
	}
	header[role='banner'] #headerGroup ul {
		box-sizing: border-box;
		width: 100%;
	}
	footer[role="contentinfo"] {
		min-width: 100%;
	}
	footer[role="contentinfo"] #snsArea > dl,
	footer[role="contentinfo"] #footerInfo,
	footer[role="contentinfo"] #footerNav > nav {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 19px 0 19px;
	}
}

@media screen and (max-width: 767px) {
	#wrap #mainArea main {
		padding: 0 10px;
	}
	#wrap #mainArea main > section > section {
		width: 100%;
		margin: 30px auto 0;
	}
	.spMb15 {
		margin-bottom: 15px!important;
	}
	.kvArea .kvInr {
		width: 100%;
	}
	.kvArea .kvTtl {
		margin: 0 -10px;
	}
	.kvSubArea .kvSubInr {
		width: 100%;
	}
	.moreArea .boxTtl .numTtl01 {
		width: 80%;
	}
	.moreArea .boxContents .item .imgBlk {
		float: none;
		width: 100%;
		max-width: 315px;
		margin: 0 auto;
	}
	.moreArea .boxContents .item .txtBlk {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.moreArea .boxContents .item .txtBlk .txt01 {
		margin-top: 20px;
	}
	*[class^="questionListA"] > li {
		padding-left: 40px;
	}
	*[class^="questionListA"] > li .icon {
		width: 25px;
		height: 25px;
		font-size: 16px;
	}
}