@charset "utf-8";
html {
	font-size: 62.5%;
	font-weight: 400;
}
body {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #555;
	background-color: #fff;
	transition: 0.5s;
}
a {
	text-decoration: none;
	transition: 0.5s;	
}
a:hover,
a img:hover {
	opacity: 0.8;
}
img {
	image-rendering: -webkit-optimize-contrast;
	transition: 0.5s;
}
/***************************************************
	common
***************************************************/
.outer {
	background-image: url("../img/bg.png");
	background-position: top center;
	background-size: cover;
	padding: 100px 0;
	position: relative;
	border-bottom: solid 1px #f5f5f5;
}
.outer_white {
	background-color: #fff;
	padding: 100px 0;
	position: relative;
	border-bottom: solid 1px #f5f5f5;
}
.bg_mark {
	background-image: url("../img/bg_mark.png");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 130px;
	height: 130px;
}
.wrap {
	width: 1250px;
	margin: 0 auto;
}
.mt_10 {
	margin-top: 10px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_50 {
	margin-top: 50px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.tbl {
	width: 100%;
	display: table;
}
.tbl_cel {
	display: table-cell;
}
.bullet_l {
    width: 0;
    white-space: nowrap;
}
.va_t {
	vertical-align: top;
}
.va_m {
	vertical-align: middle;
}
.va_b {
	vertical-align: bottom;
}
.title_jp {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-weight: normal;
}
.title_en {
	margin-top: 10px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	font-size: 1.5rem;
	color: #66c6f1;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2), -1px -1px 0 rgba(255,255,255,0.2),
		-1px 1px 0 rgba(255,255,255,0.2), 1px -1px 0 rgba(255,255,255,0.2),
		0px 1px 0 rgba(255,255,255,0.2),  0-1px 0 rgba(255,255,255,0.2),
		-1px 0 0 rgba(255,255,255,0.2), 1px 0 0 rgba(255,255,255,0.2);
}
.title_bar {
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.title_bar_l {
	background-color: #29abe2;
	height: 5px;
	border-radius: 1px 0 0 1px;
}
.title_bar_r {
	background-color: #66c6f1;
	height: 5px;
	border-radius: 0 1px 1px 0;
}
.title_jp_l {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: left;
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-weight: normal;
}
.title_jp_r {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: right;
	font-size: 3rem;
	letter-spacing: 0.2em;
	font-weight: normal;
}
.title_bar_long_l {
	width: 100%;
	height: 2px;
	margin-top: 20px;
	background: linear-gradient(45deg, #2256a5, #a1d9f6);
	opacity: 0.8;
}
.title_bar_long_r {
	width: 100%;
	height: 2px;
	margin-top: 20px;
	background: linear-gradient(45deg, #a1d9f6, #2256a5);
	opacity: 0.8;
}
.content_box {
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 30px;
	border: solid 1px #f5f5f5;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	font-size: 1.8rem;
	line-height: 1.5em;
}
.page_title {
	width: 100%;
	height: 200px;
	background: linear-gradient(45deg, #2256a5, #a1d9f6);
	overflow: hidden;
	transition: 0.5s;
	position: relative;
	z-index: 1;
}
.page_title_text {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 4rem;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	z-index: 5;
	text-align: center;
	letter-spacing: 0.2em;
}
.page_title_text_en {
	margin-top: 15px;
	font-size: 1.5rem;
	color: #2c689a;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.1), -1px -1px 0 rgba(255,255,255,0.1),
		-1px 1px 0 rgba(255,255,255,0.1), 1px -1px 0 rgba(255,255,255,0.1),
		0px 1px 0 rgba(255,255,255,0.1), 0 -1px 0 rgba(255,255,255,0.1),
		-1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1);
}
.page_title_bg {
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 4;
}
.page_title_line_top {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	top: 2%;
    left: 50%;
    transform: translate(-50%, -2%);
    -webkit-transform: translate(-50%, -2%);
    -ms-transform: translate(-50%, -2%);
	padding-left: 10%;
	letter-spacing: 1em;
	color: #fff;
	z-index: 4;
}
.page_title_line_bottom {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	top: 98%;
    left: 50%;
    transform: translate(-50%, -98%);
    -webkit-transform: translate(-50%, -98%);
    -ms-transform: translate(-50%, -98%);
	padding-left: 10%;
	letter-spacing: 1em;
	color: #fff;
	z-index: 4;
}
.page_title_mark {
	position: absolute;
	width: 250px;
	opacity: 0.2;
	bottom: 0;
    right: 0;
	z-index: 2;
}
.page_title_mark img {
	z-index: 2;
}
.page_table {
	font-size: 1.8rem;
	width: 100%;
	border-top: dotted 1px #ddd;
}
.page_table th {
	text-align: left;
	font-weight: normal;
	width: 0;
	white-space: nowrap;
}
.page_table th,
.page_table td {
	padding: 10px 30px;
	border-bottom: dotted 1px #ddd;
	vertical-align: middle;
}
/***************************************************
	fade
***************************************************/
.fade_up {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.delay_1 {
	animation-delay: 0.3s;
}
.delay_2 {
	animation-delay: 0.6s;
}
.delay_3 {
	animation-delay: 0.9s;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 2s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.ex_target {
	opacity: 0;
}
.ex_target span {
	position: relative;
	top: 10px;
	left: 10px;
	opacity: 0;
}
/***************************************************
	header
***************************************************/
.header {
	background-color: #fff;
	padding: 30px 0 20px 0;
	position: relative;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	z-index: 2;
}
.header_logo {
	width: 500px;
}
.header_h1 {
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
	text-align: right;
}
.header_tbl_2 {
	margin-top: 30px;
}
.header i {
	margin-right: 8px;
	color: #2c689a;
}
ul.header_tel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}
ul.header_tel li:last-child{
	margin-left: 5px;
}
.header_tel a,
.header_tel span {
	display: block;
	background-color: #29abe2;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
/***************************************************
	nav
***************************************************/
ul.nav_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
}
ul.nav_menu li {
	padding: 10px 30px ;
	border-left: solid 1px #eee;
}
ul.nav_menu li:last-child {
	border-right: solid 1px #eee;
}
ul.nav_menu li a {
	display: block;
	color: #2c689a;
	font-weight: bold;
}
#index .menu_index a,
#index .menu_index i,
#recruit .menu_recruit a,
#recruit .menu_recruit i,
#contact .menu_contact a,
#contact .menu_contact i {
	pointer-events: none;
	color: #66c6f1;
}
.sp_menu {
	width: 40px;
	height: 40px;
	padding: 2px;
	border-radius: 50%;
	border: solid 2px #29abe2;
	position: fixed;
	clear: both;
	right: 10px;
	top: 13px;
	cursor: pointer;
	z-index: 9;
	transition: 0.5s;
	background-color: #29abe2;
}
.sp_menu_inner {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #29abe2;
	line-height: 44px;
	font-size: 1.8rem;
	position: relative;
}
.sp_menu i {
	display: block;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition: transform 0.5s, opacity 0.5s;
}
.sp_menu i:nth-child(1) {
	width: 20px;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -35%);
	-webkit-transform: translate(-50%, -35%);
	-ms-transform: translate(-50%, -35%);
}
.sp_menu i:nth-child(2) {
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.sp_menu i:nth-child(3) {
	width: 20px;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -65%);
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
}
.sp_menu.open i:nth-child(1) {
	transform: translate(-10px, 4px) rotate(-45deg);
}
.sp_menu.open i:nth-child(2) {
	opacity: 0;
}
.sp_menu.open i:nth-child(3) {
	transform: translate(-10px, -6px) rotate(45deg);
}
.nav_sp {
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	transition: 0.5s;
}
.nav_sp.open {
	height: 100vh;
}
.nav_sp ul {
	width: 80%;
	margin: 0 auto;
	margin-top: 50px;
}
.nav_sp li {
	margin-top: 30px;
	border: solid 1px #eee;
	border-radius: 5px;
}
.nav_sp li a {
	display: block;
	padding: 20px;
	color: #2c689a;
	font-weight: bold;
}
.nav_sp li span {
	display: block;
	padding: 20px;
	font-weight: bold;
}
.nav_sp li i {
	margin-right: 8px;
}
/***************************************************
	footer
***************************************************/
.footer {
	background-image: url("../img/bg_footer.png");
	padding: 50px 0;
}
.footer_logo {
	width: 250px;
	margin: 0 0 0 auto;
}
ul.footer_menu li {
	padding: 10px 30px;
}
ul.footer_menu li a {
	color: #2c689a;
	font-weight: bold;
}
ul.footer_menu i {
	margin-right: 8px;
}
.footer_info_r {
	text-align: right;
}
.copyright {
	padding: 5px 0;
	background: linear-gradient(45deg, #2256a5, #a1d9f6);
	color: #fff;
	font-size: 1.2rem;
}
.pagetop {
	height: 40px;
    width: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #29abe2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	cursor: pointer;
}
.pagetop:hover {
	opacity: 0.8;
	animation: 0.5s rotatepagetop;
}
@keyframes rotatepagetop {
	0% { transform:rotate(0);}
	100% { transform:rotate(360deg); }
}
.pagetop_inner {
	height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/***************************************************
	index
***************************************************/
.index_kv {
	width: 100%;
	background: linear-gradient(45deg, #2256a5, #a1d9f6);
	overflow: hidden;
	transition: 0.5s;
	position: relative;
	z-index: 1;
}
.index_kv_text {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 4rem;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.2em;
	padding-left: 1.5em;
	letter-spacing: 0.1em;
	z-index: 5;
}
.index_kv_text_en {
	font-size: 2rem;
	padding-left: 2em;
	letter-spacing: 0.2em;
	color: #2c689a;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.1), -1px -1px 0 rgba(255,255,255,0.1),
		-1px 1px 0 rgba(255,255,255,0.1), 1px -1px 0 rgba(255,255,255,0.1),
		0px 1px 0 rgba(255,255,255,0.1), 0 -1px 0 rgba(255,255,255,0.1),
		-1px 0 0 rgba(255,255,255,0.1), 1px 0 0 rgba(255,255,255,0.1);
}
.index_kv_bg {
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 4;
}
.index_kv_line_top {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	top: 2%;
    left: 50%;
    transform: translate(-50%, -2%);
    -webkit-transform: translate(-50%, -2%);
    -ms-transform: translate(-50%, -2%);
	padding-left: 10%;
	letter-spacing: 1em;
	color: #fff;
	z-index: 4;
}
.index_kv_line_bottom {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	top: 98%;
    left: 50%;
    transform: translate(-50%, -98%);
    -webkit-transform: translate(-50%, -98%);
    -ms-transform: translate(-50%, -98%);
	padding-left: 10%;
	letter-spacing: 1em;
	color: #fff;
	z-index: 4;
}
.index_kv_img {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.index_kv_img img {
	z-index: 3;
}
.index_kv_mark {
	position: absolute;
	width: 250px;
	opacity: 0.2;
	bottom: 0;
    right: 0;
	z-index: 2;
}
.index_kv_mark img {
	z-index: 2;
}
.index_service_l {
	width: 400px;
}
.index_service_l img {
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.index_service_r {
	padding: 10px 10px 10px 50px;
}
.index_service_r_body {
	font-size: 2rem;
	line-height: 1.5em;
}
.index_greeting_area {
	position: relative;
}
.index_greeting_img {
	width: 1000px;
	position: absolute;
	bottom: 30px;
	right: 5%;
	opacity: 0.5;
}
.index_greeting {
	padding: 0 20px;
	font-size: 2rem;
	line-height: 1.5em;
}
.index_greeting_logo {
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.index_greeting_name {
	text-align: right;
	font-size: 1.5rem;
	line-height: 2em;
	color: #666;
}
.index_map iframe {
	width: 100%;
	height: 400px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
/***************************************************
	recruit
***************************************************/
.recruit_intro img {
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.recruit_intro_img {
	width: 400px;
}
.recruit_intro_txt_l {
	padding: 10px 50px 10px 10px;
}
.recruit_intro_txt_r {
	padding: 10px 10px 10px 50px;
}
.page_table td.recruit_message {
	padding-right: 0;
}
.recruit_message div {
	background-color: #f0fafd;
	border-radius: 5px;
	padding: 15px 20px;
}
.recruit_contact_outer {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	background: linear-gradient(45deg, #2256a5, #a1d9f6);
	border: solid 1px#66c6f1;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.2em;
	color: #2c689a;
	text-shadow: 1px 1px 0 rgba(255,255,255,1), -1px -1px 0 rgba(255,255,255,1),
		-1px 1px 0 rgba(255,255,255,1), 1px -1px 0 rgba(255,255,255,1),
		0px 1px 0 rgba(255,255,255,1),  0-1px 0 rgba(255,255,255,1),
		-1px 0 0 rgba(255,255,255,1), 1px 0 0 rgba(255,255,255,1);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.recruit_contact_inner {
	padding: 3px;
	background-image: url(../img/bg_footer.png);
	opacity: 0.8;
}
.recruit_contact_wrap {
	padding: 30px 15px;
	border-radius: 10px;
	border: solid 1px rgba(255,255,255,0.3);
}
.recruit_contact_en {
	margin-top: 10px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
}
.recruit_contact_img {
	position: absolute;
    width: 125px;
    opacity: 0.2;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.recruit_vehicle_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.recruit_vehicle_list li {
	background: linear-gradient(45deg, #a1d9f6, #90c8e5);
	color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 10px;
}
.recruit_vehicle_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
.recruit_vehicle_img img {
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
}
.recruit_vehicle_img li {
	margin-top: 10px;
	width: 32%;
}
.recruit_vehicle_img li:nth-child(2),
.recruit_vehicle_img li:nth-child(5) {
	margin-left: 2%;
	margin-right: 2%;
}
/***************************************************
	contact
***************************************************/
#contact .outer {
	padding: 30px 0;
}
.contact_form_text,
.contact_form_textarea,
.contact_form_num {
	padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: normal;
}
.contact_form_text {
	width: 100%;
}
.contact_form_textarea {
	width: 100%;
	resize: none;
}
.contact_hyphen {
	margin: 0 5px;
}
.contact_required {
	margin-left: 5px;
	color: #dc143c;
	font-size: 1.2rem;
}
.contact_check {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.contact_check_input {
	margin: 0;
	width: 0;
	opacity: 0;
}
.contact_check_input:checked + .contact_check_dummy {
	background: #29abe2;
}
.contact_check_input:checked + .contact_check_dummy::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-135deg);
	transform-origin: 2px 2px;
	background: #fff;
}
.contact_check_input:checked + .contact_check_dummy::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76%;
	height: 4px;
	border-radius: 2px;
	transform: translate(-6px, 5px) rotateZ(-45deg);
	transform-origin: 2px 2px;
	background: #fff;
}
.contact_check_dummy {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	border: solid 2px transparent;
	background: rgba(0,0,0,0.1);
	border-radius: 4px;
}
.contact_check_text {
	margin-left: 12px;
	display: block;
	font-size: 1.5rem;
}
.contact_button_area {
	min-height: 45px;
	display: flex;
	justify-content: center;
}
.contact_button {
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #29abe2;
	border-radius: 5px;
	background: #29abe2;
	color: #fff;
}
.contact_button:hover {
	color: #29abe2;
	background: #fff;
}
.contact_button.back {
	border-color: #2c689a;
	background: #2c689a;
	margin-right: 5px;
}
.contact_button.back:hover {
	color: #2c689a;
	background: #fff;
}
#contact .fa-chevron-right {
	margin-left: 5px;
}
#contact .fa-chevron-left {
	margin-right: 5px;
}
.contact_error {
	border-radius: 5px;
	padding: 30px;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
	font-size: 1.5rem;
	line-height: 1.5em;
	background-color: rgba(255,255,255,0.9);
	color: #dc143c;
	border: solid 1px #dc143c;
	padding: 10px 15px;
}
.contact_display {
	background-color: rgba(255,255,255,0.6);
	
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #f5f5f5;
}
