@charset "UTF-8";
    img, video, object {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

body {
    margin: 0px; 
	font-family: "Montserrat", sans-serif;
	color: #DF1041;
}
.cont_image {
	width: 1920px;
	height: 751px;
	float: left;
}

.cont_image_02 {
	width: 1227px;
	height: 1113px;
	float: left;
	visibility: hidden;
	display: none;
}

.cont_text {
	width: 1270px;
	height: auto;
	float: left;
	padding-left: 125px;
	padding-right: 525px;
	font-size: 1.3em;
	font-weight: 500;
}

a.link {
	color:#F9A237;
}

a.foot:link {
    color:#F9A237;
    text-decoration: none;
}

a.foot:visited {
    color:#F9A237;
    text-decoration: none;
}

a.foot:hover {
    color:#979797;
    text-decoration: none;
}

a.foot:active {
    color:#F9A237;
    text-decoration: none;
}

@media screen and (max-width: 1920px) {
	.cont_image {
	width: 100%;
	height: auto;
}
	.cont_text {
	width: 66.14%;
	padding-left: 6.51%;
	padding-right: 27.34%;
	font-size: 1.1vw;
}
	
	
}

@media screen and (max-width: 720px) {
	.cont_image {
	visibility: hidden;
	display: none;
}
	
	.cont_image_02 {
	width: 100%;
	height: auto;
	visibility: inherit;
	display: inline;
}
	.cont_text {
	width: 86.14%;
	padding-right: 7.34%;
	font-size: 1em;
	font-weight: 500;
}
}