/* =============================================================
   support.css
 ============================================================ */

.kv_wrap {
	background: #e1d7a8;
}
.kv_img {
	position: relative;
}
.kv_txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.kv_catch {
	font-size: 22px;
	padding: 30px 0;
	line-height: 1.5;
}
.sec03 .unit01 ul {
	list-style: none;
	display: flex;
    justify-content: space-between;
}
.sec03 .unit01 ul li {
	width: 485px;
}
.sec03 .unit01 ul li h4 {
	color: #d37aa7;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #ff0007;
}
.sec03 .unit01 ul li h4.narrow {
	font-size: 26px;
	letter-spacing: -1px;
	height: 41px;
}
.sec03 p {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 10px;
}
section .wrap {
    overflow: hidden;
	display: flex;
	place-content: space-between;
	padding-top: 15px;
	padding-bottom: 20px;
}
section .detail {
    margin-bottom: 20px;
    width: 218px;
    height: auto;
}
.btn {
    display: block;
    padding: 0;
    margin: auto;
}
.unit01{
	margin-top: 20px;
}
.cwd_btn {
	margin: 10px 0;
}
.img-responsive100 {
    width: 100%;
}

@media screen and (max-width: 768px) {
	.kv_txt {
		 max-width: 160px;
	}
	.kv_catch {
		 padding: 15px 0;
		 font-size: 12px;
	}
	main {
	 	margin-top: 44px;
	}
	.sec03 .unit01 ul {
		display: block;
		flex-wrap: wrap;
	}
	section .wrap {
    	display: block;
		flex-wrap: wrap;
		padding-bottom: 0;
		padding-top: 0;
	}
	section .wrap li {
		padding: 20px 0;
	}
	.sec03 .unit01 ul li h4,.sec03 .unit01 ul li h4.narrow {
		font-size: 18px;
		height: auto;
	}
	.inner {
    	width: 100%;
    	padding: 0 15px;
	}
	.sec03 .unit01 ul li,.w250,.w220,.w135 {
		width: 100%;
	}
	.sec03 p {
		padding: 10px 0;
	}
	.cwd_btn {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}