@charset "utf-8";
/* CSS Document */
.text-pop-wrap {
    background: rgba(0, 0, 0, .7);
    z-index: 998;
    overflow: auto;
    display: none;
}
.text-pop {
	max-width: 800px;
    background: #fff;
    width: 90%;
    position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 z-index: 999;
	border-radius: 12px;
	padding: 20px;
	max-height: 90%;
	overflow: hidden;
}
.text-pop-c-btn{
    width: 30px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top:0;
    background: #fbe2e2;
    color: #ff4444;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
    z-index: 1;
    border-bottom-left-radius: 55%;
    padding-left: 4px;
}
.pop-text-wrap {
    font-size: 1.4rem;
    line-height: 2.2rem;
	max-height: 94vh;
	overflow-y: auto;
	overflow-x:hidden;
}
.solution-pop-img{
	display: block;
	border: 5px solid #ffffff;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1);
	max-width: 292px;
	margin: 0 auto 15px auto;
	width: 100%;
}
.solution-pop-img img{
	width: 100%;
	height: auto;
	display: block;
}
.pop-text-wrap h3{
	font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 0 10px 0;
    color: #003e6a;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 768px){
	.solutions-pop{
		justify-content: space-between;
		 align-items: flex-start;
	}
	.solution-pop-img{
		max-width: 100%;
		width: 40%;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.solution-pop-text{
		width:58% 
	}
	.pop-text-wrap h3{
		font-size: 2.0rem;
		line-height: 2.6rem;
		margin: 0 0 12px 0;
	}
	.text-pop{
		padding: 30px;	
	}
	.pop-text-wrap {
        
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
}
@media only screen and (min-width: 1200px) {
	.pop-text-wrap {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
@media only screen and (min-width: 1500px){
	.solution-pop-img{
		width: 40%;
	}
	.solution-pop-text{
		width:57% 
	}
	.pop-text-wrap h3{
		font-size: 2.2rem;
		line-height: 2.8rem;
		margin: 0 0 14px 0;
	}
}
