@charset "utf-8";
:root {
	--base-color: #f5f5f5;
	--main-color: #54a992;
	--main-color-dark: #1A8C6D;
	--main-color-light: #d2e9e3;
	--main-color-extralight: #eef7f4;
	--secondary-color: #1a4966;
	--accent-color: gold;
	--accent-color-hover: #ffc100;
	--accent-color-dark: #f90;
	--text-color: #333;
	--text-color-white: white; 
	--highlight-color: #ff0;
	--frame-color: #ccc;
	--bg-color-cream: ivory;
	--bg-color-orange: #f93
}
* {
	margin: 0;
	padding: 0
}
html, body {
	height: 100%
}
.all_wrapper {
	position: relative
}
.container-fluid {
	padding: 0;
	margin: 0
}
.container {
	padding: 0;
	margin: 0
}
img {
	image-rendering: -webkit-optimize-contrast
}
div.container {
	margin: 0 auto
}
.pc_invisible {
	display: none
}
.header_pc_flex {
	display: flex;
	gap: 3%;
}
.header_pc_item {
	height: 120px;
	justify-content: center;
	align-items: center
}
.header_pc_item.header_pc_logo {
	display: flex;
	flex-basis: 45%
}
.header_pc_item.header_pc_icon {
	display: flex;
	flex-basis: 10%
}
.header_pc_item.header_mark {
	display: flex;
	flex-basis: 20%
}
.header_pc_item.header_contact {
	text-align: center;
	flex-basis: 25%
}
.header_tel {
	margin-bottom: 4px
}
.btn_contact_header {
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	color: var(--text-color)
}
.header_btn_contact_txt {
	font-size: .8rem
}
.header_application_form_fax {
	font-size: .8rem;
	text-decoration: underline
}
.header_sp_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
}
.header_sp_item {
	display: flex;
	justify-content: flex-start;
	align-items: center
}
.header_sp_item.header_sp_logo {
	flex-basis: 90%
}
.header_sp_item.header_sp_nav {
  width: 72px;
  flex-shrink: 0;
}
.g_navi_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	height: 60px;
	background: linear-gradient(90deg, rgba(102, 178, 163, .6) 0%, rgba(102, 178, 196, .3) 100%)
}
.g_navi_item {
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-left: 1px solid #fff
}
.g_navi_item:last-of-type {
	border-right: 1px solid #fff
}
.g_navi_item a:hover {
	opacity: .8
}
/*ハンバーガーメニュー*/
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 3px;
	border-radius: 5px
}
.drawer--right.drawer-open .drawer-hamburger {
	right: 0
}

/* トグルボタン周り全体の配置 */
.drawer-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* ハンバーガーボタン（常に塗り背景＋角丸） */
.drawer-hamburger{
  padding: 12px 18px;
  background-color: var(--main-color)!important;
  transition: background-color 0.3s ease;
}

/* 三本線の真ん中 */
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: var(--text-color-white);
	margin-bottom: 10px
}
/* ラベル（MENU） */
.drawer-label {
  font-size: 11px;
  color: var(--text-color-white);
  margin: 0;
}
.top_wrapper {
	position: relative;
	margin-bottom: 50px
}
.belt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(90deg, rgba(102, 178, 196, .6) 0%, rgba(0, 102, 102, 1) 40%, rgba(102, 178, 196, .6) 100%)
}
.top_h1 {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top: 50%;
	right: calc(20% + 420px);
	transform: translateY(-50%)
}
.main_title {
	color: var(--highlight-color);
	font-size: 2.5rem
}
.pic_staff {
	position: absolute;
	bottom: 0;
	right: 20%
}
.belt_sp {
	background: linear-gradient(90deg, var(--main-color), var(--main-color-dark));
	padding: 10px 0
}
.top_h1_sp {
	color: #fff;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.3
}
.main_title_sp {
	font-size: 1.5rem;
	color: var(--highlight-color)
}
.floating_btn_wrapper {
	position: fixed;
	top: 32%;
	right: -2px;
	z-index: 1000
}
.floating_btn {
	margin-bottom: 5px
}
.floating_btn:hover {
	opacity: .9
}
.floating_btn_open {
	background-color: rgba(255, 255, 255, .8);
	padding: 8px 0 8px 8px;
	border-radius: 10px 0 0 10px
}
#floating_application {
	position: fixed;
	top: 30%;
	right: -2px;
	z-index: 1000
}
#floating_pickup {
	position: fixed;
	top: calc(32% + 100px);
	right: -2px;
	z-index: 1000
}
section {
	margin-bottom: 110px
}
.contents_block {
	margin-bottom: 50px
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color)
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(45, 104, 87, .5)
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--main-color-dark);
	border-color: var(--main-color-dark)
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--main-color-dark);
	border-color: var(--main-color-dark)
}
.btn-warning, .btn-warning.disabled, .btn-warning:disabled {
	color: var(--text-color);
	background-color: var(--accent-color);
	border-color: var(--accent-color-dark);
	border-width: 2px
}
.btn-warning:focus, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(238, 181, 59, .5)
}
.btn-warning:hover {
	color: var(--text-color);
	background-color: var(--accent-color-hover);
	border-color: var(--accent-color-hover)
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: var(--accent-color-dark);
	border-color: var(--accent-color-dark)
}
.badge-primary {
	background-color: var(--main-color);
	color: #fff
}
.badge-warning {
	background-color: var(--bg-color-orange);
	color: #fff
}
.breadcrumb {
	background-color: #fff;
	font-size: .875rem
}
.contents_title_wrapper {
	background: var(--main-color-light);
	text-align: center;
	padding: 40px 0;
	margin-bottom: 30px;
	clear: left
}
.contents_title {
	font-weight: 700;
	font-size: 1.75rem;
	display: inline-block;
	position: relative;
	color: var(--text-color)
}
.contents_title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 50px;
	height: 6px;
	border-radius: 3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: var(--secondary-color)
}
.contents_subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--text-color);
	background-color: var(--main-color-light);
	padding: 10px 20px;
	margin-bottom: 20px
}
.contents_minortitle {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--text-color);
	border-left: 16px solid var(--main-color);
	padding-left: 16px;
	margin-bottom: 10px
}
p.contents_txt {
	font-size: 1rem;
	line-height: 1.75;
	text-align: justify
}
span.marker {
	background: linear-gradient(transparent 60%, var(--highlight-color) 60%);
	font-weight: 700
}
footer {
	background: var(--main-color-extralight);
	position: relative
}
.footer {
	padding: 50px 0 80px
}
.footer_btn_application_form {
	font-size: 1rem;
	margin-bottom: 2px
}
.footer_btn_contact_txt {
	font-size: .75rem
}
.footer_tel {
	margin-bottom: 4px
}
.footer_application_form_fax {
	font-size: .9rem;
	text-decoration: underline
}
.copyright {
	width: 100%;
	padding: 10px 0;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0
}
.footer_sp_flex {
	display: flex;
	gap: 10px;
	min-height: 60px;
	background-color: var(--main-color-extralight);
	height: 70px;
	justify-content: center;
	align-items: center
}
.footer_sp_item {
	display: flex
}
.footer_sp_item.footer_sp_icon {
	flex-basis: 60px
}
#page_top {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: grey;
	opacity: .7;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none
}
#page_top a::before {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center
}
.point_inner {
	background-color: var(--base-color);
	padding: 50px 0
}
.point_block {
	background-color: #fff;
	padding: 40px;
	border-radius: 8px
}
.point_block_title {
	color: var(--text-color);
	font-size: 1.5rem;
	font-weight: 700;
	background: linear-gradient(transparent 90%, var(--highlight-color) 80%);
	display: inline-block
}
.point_block_title::before {
	content: attr(data-number);
	display: block;
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--main-color);
	border-bottom: 2px solid var(--main-color);
	width: 50px;
	margin-bottom: 10px
}
.service_top {
	margin-bottom: 100px
}
.service_about {
	margin-bottom: 50px
}
.service_about_lead {
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	color: var(--text-color);
	margin-bottom: 30px
}
.service_case {
	background-color: var(--main-color-light);
	padding: 30px;
	margin-bottom: 30px
}
.service_case_block {
	background-color: #fff;
	border: 1px solid var(--frame-color);
	border-radius: 10px;
	padding: 20px
}
.service_case_title {
	font-size: 1.25rem;
	color: var(--main-color);
	text-align: center;
	font-weight: 700
}
.basic_service {
	margin-bottom: 50px
}
.about_box {
	margin-bottom: 50px
}
.about_box_innner {
	border: 1px solid var(--main-color);
	padding: 30px
}
.about_box dl dt {
	font-size: 1rem;
	display: inline-block;
	background-color: var(--main-color);
	color: #fff;
	width: 100px;
	text-align: center;
	margin-bottom: 5px
}
.about_box dl dd {
	margin-bottom: 20px
}
.table_service {
	border: 1px solid var(--frame-color)
}
.table_service thead th {
	color: var(--text-color);
	background-color: var(--main-color-light);
	text-align: center;
	vertical-align: middle;
	font-size: 1.125rem
}
.table_service td {
	font-size: 1rem;
	line-height: 1.75;
	text-align: justify
}
.service_name {
	width: 25%;
	border: 1px solid var(--frame-color);
	text-align: center
}
.table_service thead .service_name {
	border-right: 1px solid #fff
}
.service_name2 {
	width: 20%;
	border: 1px solid var(--frame-color);
	text-align: center
}
.table_service thead .service_name {
	border-right: 1px solid var(--frame-color)
}
.service_pic {
	width: 25%;
	border-bottom: 1px solid var(--frame-color)
}
.service_ex {
	width: 50%;
	border-bottom: 1px solid var(--frame-color)
}
.service_title {
	width: 5%;
	writing-mode: vertical-rl;
	text-align: center
}
.service_ex span {
	font-size: .875rem
}
.flow_chart {
	margin-bottom: 50px
}
.flow_block {
	background-color: var(--bg-color-cream);
	border: 1px solid var(--frame-color);
	border-radius: 10px;
	padding: 30px 30px 30px 0;
	margin-bottom: 30px
}
.flow_block_title {
	font-size: 1.5rem;
	color: var(--text-color);
	font-weight: 700
}
.flow_number_wrapper {
	border-right: 1px solid var(--frame-color)
}
.flow_number {
	font-size: 2rem;
	font-weight: 700;
	color: var(--main-color);
	border-bottom: 1px solid var(--main-color);
	display: inline-block
}
.case_block_title {
	font-size: 1.5rem;
	font-weight: 700;
	background-color: var(--main-color);
	color: #fff;
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 4px 0;
	margin-bottom: 0
}
.case_block_innner {
	border: 1px solid var(--frame-color);
	padding: 30px
}
.case_block_top {
	border-bottom: dashed 1px var(--frame-color);
	margin-bottom: 20px
}
.area_map {
	max-width: 950px;
	margin: 0 auto 30px
}
.area_list {
	margin-bottom: 30px
}
.address {
	border: 1px solid var(--main-color);
	padding: 10px 20px
}
.address span {
	color: var(--main-color);
	font-weight: 700
}
.table_price {
	border: 1px solid var(--frame-color)
}
.table_price th, .table_price td {
	border: 1px solid var(--frame-color);
	text-align: center;
	color: var(--text-color)
}
.table_price th {
	text-align: center;
	vertical-align: middle;
	font-size: 1.125rem;
	background-color: var(--main-color-light)
}
.table_price td {
	font-size: 1rem;
	line-height: 1.75
}
.price_name {
	width: 30%
}
.price_quantity {
	width: 10%
}
.price_price {
	width: 15%
}
.price_packing {
	width: 15%
}
.price_service {
	width: 30%
}
td.price_service {
	text-align: left!important
}
td.price_service ul li {
	list-style-position: inside
}
span.price_number {
	color: crimson;
	font-weight: 700;
	font-size: 1.25rem
}
span.price_list {
	color: var(--main-color)
}
.faq_inner {
	background-color: var(--base-color);
	padding: 50px 0
}
.faq_container {
	background-color: #fff;
	padding: 40px;
	border: 1px solid var(--frame-color)
}
.faq_block {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--frame-color)
}
.faq_q {
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--text-color);
	background-image: url(../images/lp_rakurakubox/faq_q.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px 50px;
	padding-left: 70px;
	min-height: 50px
}
.faq_a {
	display: flex;
	align-items: center;
	font-size: 1rem;
	text-align: justify;
	color: var(--text-color);
	background-image: url(../images/lp_rakurakubox/faq_a.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 50px 50px;
	padding-left: 70px;
	min-height: 50px;
	margin-bottom: 0
}
.table_company {
	width: 100%
}
.table_company th, .table_company td {
	border: 1px solid var(--frame-color);
	padding: 1rem
}
.table_company th {
	background: var(--main-color);
	color: #fff;
	width: 25%;
	font-weight: 700;
	text-align: center;
	vertical-align: middle
}
.btn_detail {
	min-width: 280px
}
.initiative_subblock {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--frame-color);
	padding-bottom: 20px
}
.sdgs_block {
	background-color: var(--bg-color-cream);
	border: 1px solid var(--frame-color);
	padding: 20px;
	margin-bottom: 20px
}
.sdgs_title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--text-color)
}
.cta_lead {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 4px;
	color: var(--text-color);
	font-family: 'Noto Sans JP', sans-serif
}
.cta_lead span {
	font-size: 1.5rem
}
.btn_application_form {
	margin-bottom: 2px;
	min-width: 400px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif
}
.btn_contact_txt {
	font-size: .9rem
}
.application_form_fax {
	font-size: 1rem;
	text-decoration: underline;
	margin-bottom: 10px
}
div.form_body {
	width: 70%
}
.table_form:last-of-type {
	margin-bottom: 70px
}
.table_form th, .table_form td {
	border: 1px solid var(--frame-color)
}
.table_form th {
	background-color: var(--main-color-extralight);
	font-weight: 400;
	color: var(--text-color);
	width: 30%
}
.table_form td {
	width: 70%
}
.btn_order {
	width: 400px
}
div.accordion {
	margin-bottom: 15px
}
.privacy_h4 {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 15px
}
div.form_card_hedaer {
	background: var(--main-color-extralight);
	padding: 0
}
.toggle_btn {
	color: #000;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 0;
	padding: .75rem 1rem
}
.toggle_btn:hover {
	text-decoration: none;
	opacity: .8
}
.toggle_btn:focus {
	text-decoration: none
}
div.accordion [aria-expanded="false"] {
	position: relative
}
div.accordion [aria-expanded="false"]:after {
	content: url(../images/plus.png);
	position: absolute;
	right: 1rem
}
div.accordion [aria-expanded="true"]:after {
	content: url(../images/minus.png);
	position: absolute;
	right: 1rem
}
div.thanks {
	width: 50%;
	margin: 0 25%;
	margin-bottom: 3rem
}
::placeholder {
	color: #999!important
}
@media screen and (max-width:1800px) {
	.belt {
		height: 160px
	}
	.top_h1 {
		right: calc(15% + 400px)
	}
	.pic_staff {
		right: 15%
	}
	.pic_staff img {
		width: 90%
	}
}
@media screen and (max-width:1600px) {
	.belt {
		height: 140px
	}
	.top_h1 {
		font-size: 1.75rem;
		right: calc(15% + 400px)
	}
	.main_title {
		font-size: 2.25rem
	}
	.pic_staff {
		right: 15%
	}
	.pic_staff img {
		width: 80%
	}
}
@media screen and (max-width:1400px) {
	.belt {
		height: 120px
	}
	.top_h1 {
		font-size: 1.5rem;
		right: calc(12% + 400px)
	}
	.main_title {
		font-size: 2rem
	}
	.pic_staff {
		right: 12%
	}
	.pic_staff img {
		width: 70%
	}
}
@media screen and (max-width:1200px) {
	.btn_contact_header {
		font-size: .9rem
	}
	.header_btn_contact_txt {
		font-size: .7rem
	}
	.belt {
		height: 120px
	}
	.top_h1 {
		font-size: 1.5rem;
		right: calc(10% + 400px)
	}
	.main_title {
		font-size: 1.75rem
	}
	.pic_staff {
		right: 10%
	}
	.pic_staff img {
		width: 70%
	}
}
@media screen and (max-width:1100px) {
	.belt {
		height: 110px
	}
	.top_h1 {
		font-size: 1.5rem;
		right: calc(7% + 400px)
	}
	.main_title {
		font-size: 1.75rem
	}
	.pic_staff {
		right: 7%
	}
	.pic_staff img {
		width: 60%
	}
}
@media screen and (max-width:1000px) {
	.belt {
		height: 100px
	}
	.top_h1 {
		font-size: 1.5rem;
		right: calc(4% + 400px)
	}
	.main_title {
		font-size: 1.5rem
	}
	.pic_staff {
		right: 4%
	}
	.pic_staff img {
		width: 60%
	}
}
@media (min-width:992px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none
	}
}
@media (max-width:991.98px) {
	.top_wrapper {
		position: static;
		margin-bottom: 0
	}
}
@media (max-width:767.98px) {
	section {
		margin-bottom: 50px
	}
	.contents_block {
		margin-bottom: 30px
	}
	.container {
		padding: 0 10px
	}
	.contents_title_wrapper {
		padding: 30px 0;
		margin-bottom: 20px
	}
	.contents_title {
		font-size: 1.5rem
	}
	.contents_subtitle {
		font-size: 1.25rem
	}
	.contents_minortitle {
		font-size: 1.1rem;
		padding-left: 10px
	}
	p.contents_txt {
		font-size: .9875rem;
		line-height: 1.5
	}
	.point_inner {
		padding: 30px 5px
	}
	.point_block {
		padding: 20px
	}
	.point_block_title {
		font-size: 1.25rem
	}
	.point_block_title::before {
		font-size: 2rem
	}
	.service_top {
		margin-bottom: 50px
	}
	.service_about {
		margin-bottom: 30px
	}
	.service_about_lead {
		font-size: 1.1rem
	}
	.service_case {
		padding: 20px
	}
	.service_case_block {
		padding: 10px
	}
	.basic_service {
		margin-bottom: 30px
	}
	.about_box {
		margin-bottom: 30px
	}
	.about_box_innner {
		padding: 20px
	}
	.about_box dl dt {
		font-size: .9875rem
	}
	.about_box dl dd {
		font-size: .9875rem
	}
	.table_service thead th {
		font-size: 1rem
	}
	.table_service td {
		font-size: .9875rem;
		line-height: 1.5
	}
	.service_name {
		width: 30%
	}
	.service_pic {
		width: 100%;
		display: block;
		border: 0
	}
	.service_ex {
		width: 100%;
		display: block;
		border: 0
	}
	.service_ex span {
		font-size: .8rem
	}
	.service_vertical_txt {
		writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright
	}
	.flow_chart {
		margin-bottom: 30px
	}
	.flow_block {
		padding: 15px;
		margin-bottom: 20px;
		border-radius: 8px
	}
	.flow_block_title {
		font-size: 1.25rem
	}
	.flow_number_wrapper {
		border-right: 0
	}
	.flow_number {
		font-size: 2rem
	}
	.case_block_title {
		font-size: 1.25rem
	}
	.case_block_innner {
		padding: 15px
	}
	.table_price {
		min-width: 900px
	}
	.table-scroll-indicator {
		font-size: .9em;
		color: #888;
		margin-bottom: 5px
	}
	.table_price th {
		font-size: 1rem
	}
	.table_price td {
		font-size: .9875rem;
		line-height: 1.5
	}
	.faq_inner {
		background-color: var(--base-color);
		padding: 20px
	}
	.faq_container {
		padding: 20px
	}
	.faq_block {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
	.faq_q {
		font-size: 1.125rem;
		background-size: 40px 40px;
		padding-left: 60px;
		min-height: 40px
	}
	.faq_a {
		font-size: .9875rem;
		background-size: 40px 40px;
		padding-left: 60px;
		min-height: 40px;
		background-position: top left
	}
	.table_company th, .table_company td {
		display: block;
		width: 100%
	}
	.table_company th, .table_company td {
		padding: 5px 10px
	}
	.sdgs_block {
		padding: 15px;
		margin-bottom: 15px
	}
	.cta_lead {
		font-size: 1rem;
		font-weight: 700;
		margin-bottom: 4px;
		color: var(--text-color);
		font-family: 'Noto Sans JP', sans-serif
	}
	.cta_lead span {
		font-size: 1.25rem
	}
	.btn_application_form {
		min-width: initial;
		width: 100%;
		font-size: 1.25rem
	}
	.btn_contact_txt {
		font-size: .8rem
	}
	.application_form_fax {
		font-size: .9875rem
	}
	.cta_last {
		padding-bottom: 120px
	}
	div.form_body {
		width: 100%
	}
	.table_form th, .table_form td {
		display: block;
		width: 100%
	}
	.btn_order {
		width: 100%
	}
	div.thanks {
		width: 100%;
		margin: 0
	}
}
@media (max-width:575.98px) {
	#page_top {
		bottom: 70px
	}
	.copyright {
		position: relative;
		bottom: auto;
		padding-bottom: 80px
	}
}