div.generic-content >p:first-child{
	padding-top:0.6rem;
}
div.generic-content >p:last-child{
	padding-bottom:0.3rem;
}
.screen-mode-pc div.generic-content >p{
	width:66.6666666%;
	margin:auto;
	color: #606161;
    margin-bottom: 0.2rem;
    font-size: 17px;
    line-height: 20px;
}
.screen-mode-mobile div.generic-content >p{
	width:80%;
	margin:auto;
	color: #606161;
    margin-bottom: 0.4rem;
    font-size: 17px;
    line-height: 20px;
}
.screen-mode-pc div.generic-content >p img{
	width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.screen-mode-mobile div.generic-content >p img{
	width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.screen-mode-pc div.generic-content >p video{
	width: 50%;
    height: auto;
}
.screen-mode-mobile div.generic-content >p video{
	width: 100%;
    height: auto;
}