@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: 80px; 
	color: #017B15;
	line-height: 1.2em;
}

@media screen and (max-width:1400px) {
	#h1-top {
		font-size: 60px;
	}
}

nav {
	background: #DDF5E1;
}

.ul-nav {
	width: 75%;
	margin: 0 auto;
}

.ul-nav li {
	float: left;
	text-align: center;
	padding: 1%;
	width: 24%;
	box-sizing: border-box;
}

.ul-nav li a {
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	height: 60px;

	/* 上下中央揃え */
	width: 12.5%;
	display: table-cell;
 	vertical-align: middle;
}

.ul-nav li a:hover {
	text-decoration: underline;
}

.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: 90%;
}

.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: 15%;
	float: left;
}

.sol-img img {
	width: 100%;
}

.sol-explain {
	width: 84%;
	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: 15%;
	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: 2%;
	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: 1% 2%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

.btn-cta-box:hover {
	background: #F9BCC1;
	color: #333;
}

