#content{
	padding:32px 0;
	background-color:#fff;
}
#newsContainer{
	flex-direction:column;
	align-items:center;
	/* padding:0 32px 100px; */
}

.kobetsu-content{
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:flex-start;
}
.text-container {
	width: 100%;
}
.kobetsu-title {
	padding: 0 32px;
}
.mainDocument a {
	justify-content: center;
}
iframe{
	width:600px;
	height:800px;
}

@media screen and (max-width:768px){
	.mainDocument {
		width: 90%;
	}
	
	.sub-file {
		width: 90%;
	}

	iframe{
        width: 100%;
        height:800px;
        border: 1px solid #333;
    }
}
@media screen and (max-width:668px){
    iframe{
        width: 100%;
        height:800px;
        border: 1px solid #333;
    }
}
@media screen and (max-width:568px){

    iframe{
        width: 100%;
        height:700px;
        border: 1px solid #333;
    }
}
@media screen and (max-width:468px){

    iframe{
        width: 100%;
        height:600px;
        border: 1px solid #333;
    }
}