@font-face {
	font-family: SVN-Gotham;
	src: url(../fonts/SVN-Gotham/SVN-Gotham Regular.otf);
	font-weight: normal;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gotham;
	src: url(../fonts/SVN-Gotham/SVN-Gotham Bold.otf);
	font-weight: bold;
  	font-style: normal;
}
@font-face {
	font-family: SVN-Gotham;
	src: url(../fonts/SVN-Gotham/SVN-Gotham Italic.otf);
	font-weight: normal;
  	font-style: italic;
}
body {
	color: #1F1F1F;
	font-family: "SVN-Gotham";
	font-size: 16px;
}
.container {
	max-width: 1215px;
}
.has-text-danger {
    color: #E20613 !important;
}
.has-text-warning {
    color: #EC7303 !important;
}
.has-text-success {
    color: #649A31 !important;
}
#header {
	background: url(../img/background.jpg) top left no-repeat;
    background-size: cover;
	height: 595px;
    padding: 2rem;
    box-shadow: 0px 3px 10px 0px #b7b7b7;
}
#page_title {
	background: url(../img/page_title.png) top left no-repeat;
	height: 615px;
	height: 164px;
}
.header_form {
    max-width: 440px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    padding: 1rem 2rem;
    margin-top: 2rem;
}
.form_title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.form_title p {
    background: -webkit-linear-gradient(left, #629b31, #1fbf31);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header_form .control {
    background-color: white;
    opacity: 1;
    box-shadow: 3px 3px 4px 2px #dbdbdb;
    border-radius: 5px;
}
.header_form .control:not(:last-child) {
	margin-bottom: 10px;
}
.header_form input, .header_form select {
	width: 100%;
    border: 0;
    padding: 8px 10px;
    background-color: rgba(255, 255, 255, 0);
}
.header_form .form_inputs {
	text-align: center;
	margin-top: 1rem;
}
.header_form select {
    padding: 8px 5px;
}
.header_form button {
    color: white;
    font-size: 12pt;
    font-weight: 500;
    padding: 5px 45px;
    background: -webkit-linear-gradient(left, #629b31, #1fbf31);
    border: 0;
    border-radius: 13px;
    margin-top: 1rem;
}
#main_content {
    padding: 0 5rem;
    margin-top: 1.5rem;
}
h1 {
	font-size: 55px;
	font-weight: 900;
	line-height: 1;
	color:  #649A31;
	text-align: center;
}
h2 {
	color: #E20613;
	font-size: 19px;
	font-weight: 600;
    margin-bottom: 5px;
}
.main_title {
	text-align: center;
	color: #649A31;
    font-size: 24px;
    font-weight: 900;
    margin-top: 0.5rem;
}
.sub_pagetitle {
	text-align: center;
	background-color: #649A31;
    color: white;
    font-size: 24px;
    border-radius: 14px;
    padding: 14px 0;
    margin-top: 0.5rem;
}
.sub_main_title {
	text-align: center;
	color: #649A31;
    font-size: 22px;
    font-weight: 900;
}
.group_title {
	display: none;
}
.block_content {
    margin: 3rem 0 !important;
}
.block_content > div {
    margin: auto;
}
.photo_content img {
	margin: auto;
}
hr {
    background-color: #649A31;
}
.summary {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
.promotion {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 1rem;
}
.note {
	text-align: center;
	font-size: 13px;
	margin-top: 1rem;
}
#footer {
    margin-top: 2rem;
    background-color: #649A31;
    padding: 10px;
}
#footer img {
    margin: auto;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 13px;
	}
	#main_content {
    	padding: 0 2rem;
    }
	#header {
		position: relative;
		background: url(../img/background_s.jpg) top left no-repeat;
	    background-size: cover;
		height: 611px;
	    padding: 1rem;
	}
	#page_title {
		background: url(../img/page_title_s.png) top left no-repeat;
		height: 326px;
		height: 99px;
	}
	.header_form {
		position: absolute;
	    bottom: 1.5rem;
	    width: calc(100% - 6rem);
	    margin: 0 2rem;
        background-color: rgba(255, 255, 255, .7);
	}
	.form_title {
    	font-size: 14px;
    }
	.header_form input, .header_form select {
		padding: 5px 10px;
	}
	.header_form .control:not(:last-child) {
	    margin-bottom: 6px;
	}
	.header_form button {
	    margin-top: 0.5rem;
	    font-size: 12px;
	    padding: 4px 35px;
	}
	h1 {
    	font-size: 24px;
    }
    h2 {
	    font-size: 13px;
	    font-weight: normal;
	    color: white;
	    background-color: #E20613;
	    padding: 4px 10px;
	}
	h2.has-text-warning {
		color: white !important;
	    background-color: #EC7303;
	}
	h2.has-text-success {
		color: white !important;
	    background-color: #649A31;
	}
    .sub_pagetitle {
	    font-size: 13px;
        line-height: 15px;
	}
	.sub_pagetitle span {
		display: block;
	}
	.block_content.content_first {
	    display: flex;
	    flex-direction: column-reverse;
	}
	.block_content .column {
	    padding-left: 0;
    	padding-right: 0;
	}
	.group_title {
	    text-align: center;
	    font-size: 54px;
	    font-weight: 900;
	    line-height: 1;
	}
	.block_content {
	    margin: 1rem 0 !important;
	}
	.summary {
	    text-align: justify;
	    font-size: 13px;
	}
	.promotion {
	    text-align: justify;
	    font-size: 16px;
	}
	.note {
	    text-align: justify;
	    font-size: 9px;
	}
}