@charset "UTF-8";
/* CSS Document */
/* concept
--------------------------------------------------------------------*/
.conceptArea {
	padding: 0 0 55px 0;
	border-bottom: 1px solid #000;
}
.conceptTit {
	padding: 40px 0 0 20px;
	margin: 0 0 60px 0;
	position: relative;
}
.conceptTit:after{
	content: '';
	display: block;
	position: absolute;
	width: 375px;
	height: 300px;
	background: url(../solution/badukuri/images/b-mainImg.png) no-repeat;
	background-size: contain;
	background-position: center top;
	right: 0;
	top: 0;
}
.conceptTit .leadTxt {
	font-weight: bold;
	font-size: 20px;
	position: relative;
}
.conceptTit .leadTxt:after{
	content: '';
	display: block;
	position: absolute;
	width: 67px;
	height: 67px;
	background: url("../solution/badukuri/images/b-subOrn.png") no-repeat;
	background-size: contain;
	background-position: center top;
	left: 325px;
	top: -18px;

}
.conceptTit .leadTxt span {
	font-size: 14px;
	display: block;
}
.conceptTit h1 {
	margin: 25px 0 30px 0;
}
.conceptTit h1 img {
	width: 580px;
}
.subTit{
	font-size: 22px;
	font-weight: bold;
}
.conceptTxt {
	padding: 60px 0 0 0;
	position: relative;
}
.conceptTxt:before{
	content: '';
	display: block;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../solution/badukuri/images/conceptDott.png") repeat-x;
	background-size: contain;
}
.conceptTxt p {
	text-align: center;
	font-size: 16px;
	line-height: 38px;
}
/* support
--------------------------------------------------------------------*/
.supportArea {
	margin: 3px 0 60px 0;
	padding: 60px 0 0 0;
	border-top: 2px solid #000;
}
.supportTit{
	display: block;
	position: relative;
}
.supportTit h2 {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 585px;
	background: url(../solution/badukuri/images/typeTit-a.png) no-repeat,url(../solution/badukuri/images/typeTit-b.png) no-repeat;
	line-height: 60px;
	background-size: contain;
	background-position: center left,center right;
}
.supportType {
	margin: 60px 0 0 0;
}
.typeTit {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
}
.typeTit h3 {
	position: relative;
	margin: 0 0 30px 0;
}
.typeTit h3:after{
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -25px;
}
.typeTit h3.typeA:after{
	border-top: 2px #f9687d solid;
}
.typeTit h3.typeB:after{
	border-top: 2px #689fca solid;
}
.typeTit h3.typeC:after{
	border-top: 2px #ffb300 solid;
}
.typeTit h3.typeD:after{
	border-top: 2px #4db26d solid;
}
.typeTit h3 img {
	width: 280px;
}
.typeTit p {
	font-size: 16px;
	font-weight: bold;
}
.supportType .cts-02 {
	display: flex;
	justify-content: space-between;
	width: 565px;
	margin: 0 auto;
}
.supportType .cts-02A {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 auto;
}
.supportType .cts-03 {
	display: flex;
	justify-content: space-between;
	width: 835px;
	margin: 0 auto;
}
.supportType .cts-01 {
	display: flex;
	justify-content: space-between;
	width: 295px;
	margin: 0 auto;
}
.typeCts ul {
	list-style: none;
	display: flex;
	align-items: center;
}
.typeCts ul li.tit {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000;
	padding: 10px;
	margin: 0 5px 0 0;
}
.typeCts ul li.tit:before{
	content: '';
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	top: -15px;
	left: -13px;
}
.typeCts.type-01 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum1.png") no-repeat;
	background-size: cover;
}
.typeCts.type-02 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum2.png") no-repeat;
	background-size: cover;
}
.typeCts.type-03 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum3.png") no-repeat;
	background-size: cover;
}
.typeCts.type-04 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum4.png") no-repeat;
	background-size: cover;
}
.typeCts.type-05 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum5.png") no-repeat;
	background-size: cover;
}
.typeCts.type-06 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum6.png") no-repeat;
	background-size: cover;
}
.typeCts.type-07 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum7.png") no-repeat;
	background-size: cover;
}
.typeCts.type-08 ul li.tit:before{
	background: url("../solution/badukuri/images/b-ctsNum8.png") no-repeat;
	background-size: cover;
}
.typeCts ul li:last-child {
	margin: 0 0 0 3px;
	line-height: 16px;
}
.typeCts img{
	margin: 10px auto 0;
	display: block;
}
.typeCts.type-01 {
	width: 278px;
}
.typeCts.type-01 img{
	width: 95%;
}
.typeCts.type-02 {
	width: 240px;
}
.typeCts.type-02 img{
	width: 60%;
}
.typeCts.type-03 {
	width: 260px;
}
.typeCts.type-03 img{
	width: 90%;
}
.typeCts.type-04 {
	width: 260px;
}
.typeCts.type-04 img{
	width: 90%;
}
.typeCts.type-05 {
	width: 260px;
}
.typeCts.type-05 img{
	width: 90%;
}
.typeCts.type-06 {
	width: 313px;
}
.typeCts.type-06 img{
	width: 90%;
}
.typeCts.type-07 {
	width: 240px;
}
.typeCts.type-07 img{
	width: 90%;
}
.typeCts.type-08 {
	width: 295px;
}
.typeCts.type-08 img{
	width: 85%;
}


.bannerArea{
	background: #c8e0e4;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 75px 0;
}
.bannerArea p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.bannerBtm a{
	position: relative;
	width: 460px;
	height: 0;
	background: #5d9fa9;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	padding: 34px 0 50px;
	border-radius: 8px;
	box-shadow: 0px 6px 0px 0px rgba(80,138,147,1);
}
.bannerBtm a:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
	opacity: 0.5;
}
.bannerBtm a:hover{
	text-decoration: none;
}

