@charset "utf-8";

/*subpage__greeting*/
.subpage__greeting{
	padding: 0 0 50px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.subpage__greeting-pretitle{
	font-size: 16px;
}
.subpage__greeting-title{
	margin-top: 10px;
	font-size: 18px;
}

@media (min-width: 1200px){
	.subpage__greeting{
		padding: 0;
	}
	.subpage__greeting-pretitle{
		font-size: 24px;
	}
	.subpage__greeting-title{
		font-size: 28px;
	}
}

/*solution__contents*/
.solution{
	width: 90%;
	margin: 50px auto 0;
}
.solution__contents + .solution__contents{
	margin-top: 100px;
}
.solution__contents:last-child{
	margin-bottom: 100px;
}
.solution__pretitle{
	padding: 10px;
	border-top: 1px solid #0640cb;
	font-weight: bold;
	font-size: 14px;
}
.subpage__contents-title{
	margin-top: 0px;
	background-color: #f2f2ef;
	line-height: 1.6;
}
.solution__wrap{
	margin-top: 30px;
}

@media (min-width: 768px){

.solution__contents{
	}
}

@media (min-width: 820px){
}

@media (min-width: 1024px){
}

@media (min-width: 1200px){
	.solution{
		margin: 100px auto 0;
	}
	.solution__contents{
		max-width: 1200px;
		margin: 90px auto 0;
	}
	.solution__contents:last-child{
		margin-bottom: 150px;
	}
	.solution__wrap{
		margin-top: 50px;
		display: flex;
		gap: 80px;
	}
	.solution__pretitle{
		font-size: 15px;
	}
}

/*solution__textarea*/
.solution__textarea{
	padding-top: 20px;
}
.solution__textarea .text{
	margin-top: 0;
	padding-top: 60px;
	font-weight: bold;
	text-align: justify;
	position: relative;
}
.solution__textarea .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 100px;
	background-image: url('/-images/solution/icon_emergency.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.solution__detail{
	margin-top: 30px;
	border-top: 2px solid #666;
	border-bottom: 1px solid #666;
}
.solution__detail dl{
	display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
	font-weight: bold;
}
.solution__detail dt{
    width: 30%;
	padding: 10px 20px;
	border-bottom: 1px solid #666;
}
.solution__detail dd{
	width: 70%;
	padding: 10px 20px;
	border-bottom: 1px solid #666;
}

@media (min-width: 768px){
	.solution__textarea{
/*		width: 90%;*/
/*		margin: auto;*/
		padding: 20px;
	}
}

@media (min-width: 1200px){
	.solution__imagearea,
	.solution__textarea{
		width: 50%;
		padding: 0;
	}
	.solution__textarea{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}




/*solution__result*/
.solution__result{
	margin: 20px;
	border-radius: 20px;
	border: 2px solid #0033cc;
	background-color: #0033cc;
	font-weight: bold;
	text-align: justify;
	line-height: 2;
}
.solution__result--logo{
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.solution__result--logo img{
	width: 50%;
	margin: auto;
}
.solution__result--logo .text{
	margin-top: 10px;
}
.solution__result-text{
	padding: 20px;
	background-color: #fff;
	border-radius: 0 0 18px 18px;
}

@media (min-width: 768px){
	.solution__result{
/*		width: 85%;*/
/*		margin: 20px auto;*/
		display: flex;
	}
	.solution__result--logo{
		width: 30%;
		min-height: 200px;
		display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.solution__result--logo img{
		width: 80%;
	}
	.solution__result-text{
		width: 70%;
		border-radius: 0 18px 18px 0;
		display: flex;
        align-items: center;
	}
	.solution__result--logo .text{
		font-size: 13px;
	}
}

@media (min-width: 1200px){
	.solution__result{
		margin: 50px 0 100px;
	}
	.solution__result--logo{
		width: 25%;
	}
	.solution__result--logo img{
		width: 60%;
	}
	.solution__result-text{
		width: 75%;
		padding: 30px 50px;
		display: flex;
        align-items: center;
		line-height: 2.5;
		font-size: 16px;
	}
	.solution__result--logo .text{
		font-size: 16px;
	}

}



