@charset "UTF-8";
/* CSS Document */
.Seniorcomments{
	margin-bottom: 50px;
	overflow: hidden;
}
.Seniorcomments li>div{
	background-color: #8cc63f;
	height: 46px;
	border-radius: 23px;
	
	text-align: center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.Seniorcomments li>div>div{
	display: inline-block;
}
.Seniorcomments li>div p{
height: 46px;
	vertical-align: middle;
	display: table-cell;
	color: #fff;
	font-size: 24px;
}
.Seniorcomments li>div p br{
		display: none;
	}
.Seniorcomments li{
	float: left;
	width: 50%;
	padding: 0 50px;
	line-height: 1.2rem;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.Seniorcomments img{
	margin-bottom: 15px;
}

 
.JobDescription table td.left {
    width: 190px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}

@media screen and (min-width: 737px) {

	
}

@media screen and (max-width: 737px) {
	.Seniorcomments li>div p{
		font-size: 5vw;
    text-align: center;
    line-height: 1.2rem;
	}
	.Seniorcomments li>div p br{
		display: block;
	}
	.Seniorcomments img{
		width: 45vw;
		height: auto;
	}	
	.Seniorcomments li{
		width: 50vw;
		padding: 0 10px;
	}
	
   .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }  
}