.section-01 {
	background: #fff;
}
.section-01.p-04 {
	padding: 5rem 4rem 1rem;
}
.section-01 .rows:first-child .form-group {
	display: flex;
}
.section-01 .rows:first-child .column:nth-of-type(2) {
	margin-left: auto;
}
.section-01 .rows:first-child .column:nth-of-type(1) > .col-container span {
	line-height: 3;
	vertical-align: middle;
}
.section-01 .rows:first-child .column:nth-of-type(1) > .col-container a:hover {
	color: #666;
}
.section-01 .rows:first-child .form-group > .column.width-30 {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: center;
    padding-right: 1rem;
}
.section-01 .rows:first-child .form-group label {
	font-size: 0.8rem;
	margin-bottom: 0;
	font-family: EuclidSquare-Regular;
}
.section-01 .rows:first-child input {
	background: #f2f2f2 !important;
}
.section-01 .rows:nth-of-type(2) .img-box {
	border-radius: 0.5rem;
	overflow: hidden;
	background: #cecece;
}
.section-01 .rows:nth-of-type(2) .img-box > img {
	display: block;
	width: 100%;
}

.section-01 .content-header {
	padding: 1rem;
	background: #37753e;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.section-01 .content-body .rows {
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
.section-01 .content-body ul li {
	display: block;
	border-bottom: 1px solid #e5e5e5;
}
.section-01 > .rows:nth-of-type(2) .column:nth-of-type(2) .col-container:nth-of-type(1) a {
	padding: 0.75rem 1rem;
	display: inline-block;
}
.section-01 .content-body ul li > a:hover {
	color: #000;
}
.section-01 > .rows:nth-of-type(2) .column:nth-of-type(2) .col-container:nth-of-type(2) li > a {
	display: flex;
}
.section-01 > .rows:nth-of-type(2) .column:nth-of-type(2) .col-container:nth-of-type(2) li .column:first-child {
	padding: 1rem;
}
.section-01 > .rows:nth-of-type(2) .column:nth-of-type(2) .col-container:nth-of-type(2) li .column:last-child {
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding: 1rem 1rem 1rem 0;
}
.section-01 .content-body .img-box {
	border-radius: 0.5rem;
	overflow: hidden;
	background: #cecece;
}
.section-01 .content-body .img-box >img {
	display: block;
	width: 100%;
}
.section-01 .content-body .rows .column:nth-of-type(2) {
	padding-left: 1rem;
}
.section-01 nav {
	float: right;
}
.section-01 .a-info a {
	color: rgb(34,139,34);
}

.section-02 {
	background: #fff;
}
.fb-like, .fb-like span, .fb-like iframe {
	width: 100% !important;
}
.external-links > ul {
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 475px) {
	.section-01 .like-box.width-50 {
		width: 128px !important;
	}
}


@media only screen and (max-width: 768px) {
	.section-01.p-04 {
		padding: 3rem 0.5rem 1rem;
	}
	.section-01 .rows:first-child .column.p-01 {
		padding: 1rem 0.5rem;
	}
	.section-01 .rows:first-child .column.width-30 {
		width: 100%;
		margin-left: 0;
	}
	.section-01 .rows:nth-of-type(2) > .column.p-01 {
		padding: 1rem 0.5rem;
	}
	.section-01 .rows:nth-of-type(2) > .column.width-70 {
		width: 100%;
	}
	.section-01 .rows:nth-of-type(2) > .column:nth-of-type(2) {
		display: none;
	}
	.section-01 .col-container {
		text-align: center;
	}
	.section-01 .col-container .content {
		padding: 1rem;
	}
	.section-01 .like-row {
		justify-content: center;
	}
	.section-01 .like-box.width-50 {
		width: 370px;
	}
	.section-01 .rows:first-child .column.width-50 {
		width: 100%;
		margin-left: 0;
	}
	.section-01 .rows:first-child .column.width-50 .form-group.rows .column.width-35 {
		text-align: center !important;
		width: 100%;
		margin-bottom: 1rem;
	}
	.section-01 .rows:first-child .column.width-50 .form-group.rows .column.width-65 {
		width: 100%;
	}
	.section-01 .rows:first-child .column:nth-of-type(2) {
		margin-left: 0;
	}
	.width-70 {
		width: 100%;
	}
	.external-links {
		justify-content: center;
	}
	.section-01 .rows:first-child .form-group > .column.width-30 {
		display: block;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	.section-01.p-04 {
		padding: 4rem 1rem 1rem;
	}
	.section-01 .rows:first-child .column.p-01 {
		padding: 1rem;
	}
	.section-01 .rows:nth-of-type(2) > .column.p-01 {
		padding: 1rem;
	}
	.section-01 .rows:first-child .form-group > .column.width-30 {
		width: 40%;
	}
	.section-01 .rows:first-child .form-group > .column.width-70 {
		width: 60%;
	}
}

@media only screen and (min-width: 992px) {
}