@charset "utf-8";
/* CSS Document */

.h1-top-area  {
	width: 100%;
    height: 0; 
    /* (画像の高さ / 画像の横幅) × 100 */ 
    padding-top: 26.1%; 
    background: url("/products/kariage/solution/img/img_main.png"); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
	position: relative;
}

.h1-top-area .h1-top {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	font-size: 30px; 
	color: #017B15;
	line-height: 1.2em;
}


.h2-std {
	font-size: 25px;
	border-top: 2px #017B15 solid;
	border-bottom: 2px #017B15 solid;
	padding: 2% 0;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	color: #017B15;
	
}

.ul-solution {
	margin: 5% auto;
	width: 95%;
}

.ul-solution li {
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 2%;
}

.ul-solution li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

.p-sol-label {
	float: right;
	color: #fff;
	padding: 1% 3%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.bg-sol01 {
	background:#02e026;
}

.bg-sol02 {
	background:#02be21;
}

.bg-sol03 {
	background:#019d1b;
}

.bg-sol04 {
	background:#017B15;
}

.sol {
	padding: 2%;
	box-sizing: border-box;
}

.sol-img {
	width: 25%;
	float: left;
}

.sol-img img {
	width: 100%;
}

.sol-explain {
	width: 74%;
	float: left;
	padding-left: 2%;
	box-sizing: border-box;
}

.sol-explain h3 {
	font-size: 20px;
	margin-bottom: 2%;
}

.sol-explain h3 span {
	background: #B70003;
	color: #fff;
	padding: .5%;
	box-sizing: border-box;
}

/*各ページ*/
#sol-page {
	width: 20%;
	padding: 1% 2%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 2%;
}

#h2-sol {
	font-size: 30px;
}

.talk-area {
	margin-top: 5%;
}

#user {
	width: 10%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

#user img {
	width: 100%;
}

#user-talk {
	width: 87%;
	float: left;
	padding: 3% 2%;
	box-sizing: border-box;
	background: #EBFCFE;
	border: #ccc 1px solid;
}

.answer {
	width: 10%;
	float: left;
	margin-left: 2%;
	text-align: center;
}

.answer img {
	width: 100%;
}

#answer-talk {
	width: 87%;
	float: left;
	padding: 3% 2%;
	box-sizing: border-box;
	background: #FFF6FB;
	border: #ccc 1px solid;
}

.h2-sol2 {
	font-size: 22px;
	margin: 3% 0 1%;
	color: #017B15;
}

.p-sol {
	line-height: 2em;
}

#answer-storng {
	font-weight: bold;
	display: block;
	margin-bottom: 1%;
	font-size: 120%;
}

.p-sol-link {
	line-height: 2em;
	margin-bottom: 7%;
}

/* 途中CTA */
.cta-box {
	background: #eee;
	text-align: center;
	width: 90%;
	padding: 4%;
	box-sizing: border-box;
	margin: 3% auto;
}

.cta-box p {
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 4%;
	font-size: 18px;
}

.btn-cta-box {
	background: #E60012;
	color: #fff;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

.btn-cta-box:hover {
	background: #F9BCC1;
	color: #333;
}

