/*--------------リセット---------------*/ 
.gft__contents {
    width: 1200px !important;
    margin: auto;
    float: none !important;
    margin-top: 30px;
}
/* リセット */
div.container_ {
	box-sizing: border-box;
	display: block;
	min-width: 1000px;
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
	max-width: initial!important;
}
div.container_ * {
	box-sizing: border-box;
}
div.single_mainframe_ {
	display: block;
	width: 100%;
	float: none;
	overflow: visible;
}
/*--------------追加---------------*/ 
.gft__aboutimg__text {
    margin: 20px 0 50px;
}
