@charset "UTF-8";

html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.42857;
}

.logo {
	width: 20%;
	margin-top: 5px;
}

.logo-sm {
	width: 100%;
	margin-top: 5px;
}


.company-name {
	width: 320px;
	margin-top: -15px;
}

/*　ナビゲーションメニュー　*/
div#menu {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0px auto 0;
	padding: 0px;
	background-color: #4169E1;
	z-index: 90000;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

div#menu.topmenu {
	margin-top: -70px;
}

div#menu>ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	height: 70px;
}

div#menu>ul>li {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid transparent;
	width: 15%;
	position: relative;
}

div#menu>ul>li:first-child {
	background: none;
	padding-left: 0px;
}

div#menu>ul>li:hover,
div#menu>ul>li.active {
	border-bottom: 4px solid darkorange;
}

div#menu>ul>li>span.nolink {
	display: block;
	line-height: 66px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	height: 66px;
}

div#menu>ul>li>a {
	display: block;
	text-align: center;
	text-decoration: none;

	position: relative;
	display: inline-block;
	text-decoration: none;

	padding: 12px 0;
	line-height: 1.5;
}

div#menu>ul>li>a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: darkorange;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}

div#menu>ul>li>a:hover::after {
	transform: scale(1, 1);
}

div#menu>ul.sub-menu {
	position: absolute;
	top: 40px;
	width: 100%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

div#spmenu {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0px auto 0;
	padding: 0px;
	background-color: #ffffff;
	z-index: 90000;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

div>ul>li:hover ul.sub-menu {
	top: 50px;
	visibility: visible;
	opacity: 1;
}

ul>li #nav-title-en {
	font-size: 13px;
}

div#business {
	border: 1px solid navy;
}

div#business .title {
	text-align: center;
	border-bottom: 1px solid navy;
}

#mainContents {
	display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
	padding-bottom: 15vh;
  min-height: 100vh;
	width: 100%;
	/* min-height: 550px; */
}

#sub_title {
	margin-left: -15px;
	margin-right: -15px;
}

#sub_title h2 {
	font-size: 2.2rem;
}

#sub_title h2 a {
	display: block;
	text-decoration: none;
}

#sub_title ul {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#sub_title h3 {
	font-size: 18px;
	font-size: 2.0rem;
}

.nav-active>span.nolink {
	line-height: 66px;
	padding: 0 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;

}

#top.active>span.nolink,
#top>a {
	line-height: 66px;
	padding: 0 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;

}

#business.active>span.nolink,
#business>a {
	line-height: 66px;
	padding: 0 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#company.active>span.nolink,
#company>a {
	line-height: 66px;
	padding: 0 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#strength.active>span.nolink,
#strength>a {
	line-height: 66px;
	padding: 0 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#recruit.active>span.nolink,
#recruit>a {
	line-height: 66px;
	padding: 0px 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#institution.active>span.nolink,
#institution>a {
	line-height: 66px;
	padding: 0px 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}


#contact.active>span.nolink,
#contact>a {
	line-height: 66px;
	padding: 0px 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#sitemap.active>span.nolink,
#sitemap>a {
	line-height: 66px;
	padding: 0px 5px;
	height: 66px;

	padding: 12px 0;
	line-height: 1.5;
}

#sm-top.active>span.nolink,
#sm-top>a {
	line-height: 66px;
	padding: 0 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-business.active>span.nolink,
#sm-business>a {
	line-height: 66px;
	padding: 0 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-company.active>span.nolink,
#sm-company>a {
	line-height: 66px;
	padding: 0 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-strength.active>span.nolink,
#sm-strength>a {
	line-height: 66px;
	padding: 0 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-recruit.active>span.nolink,
#sm-recruit>a {
	line-height: 66px;
	padding: 0px 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-contact.active>span.nolink,
#sm-contact>a {
	line-height: 66px;
	padding: 0px 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#sm-sitemap.active>span.nolink,
#sm-sitemap>a {
	line-height: 66px;
	padding: 0px 5px;

	padding: 12px;
	line-height: 1.5;

	color: #363636;
	width: 100%;
}

#news {
	margin: 0px auto 20px;
	text-align: left;
	position: relative;
	min-height: 400px;
}

#news h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
	padding: 10px;
	border: solid 2px brown;
	border-top: none !important;
	border-left: none;
	border-right: none;
}

#logo #top {
	display: inline-block;
	line-height: 65px;
}

#identifier {
	position: absolute;
	top: 23px;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/*
#logo #identifier {
	display: inline-block;
	line-height: 65px;
	font-size: 2.2rem;
	margin-left: 50px;
	margin-top: -25px;
}
*/
#headersubnav a {
	color: black;
}

#headersubnav .sitemap {
	display: inline-block;
	line-height: 65px;
}

#headersubnav .contact {
	display: inline-block;
	line-height: 65px;
}

#sentence {
	padding: 20px;
}

#sentence strong {
	color: #4169E1;
}

#sentence #ceo_message {
	width: 82%;
	margin: auto;
}

#sentence h2 {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 10px;
	border: solid 2px brown;
	border-top: none !important;
	border-left: none;
	border-right: none;
}

#signature {
	width: 100%;
	text-align: right;
}

#signature img {
	width: 35%;
}

#category {
	top: 40px;
	text-align: center;
}

#category li {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 240px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	/*padding: 5px; */
	margin: 3px;
	z-index: 999;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

#category li .page_title {
	position: relative;
	background: darkblue;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	z-index: 999;
}

#category .img_scale_box {
	display: block;
	width: 100%;
	/*ボックスの幅*/
	height: 250px;
	/*ボックスの高さ*/
	overflow: hidden;
	/*画像拡大時にはみ出た部分を隠す*/
}

#category .img_scale {
	margin-top: -40px;
	width: 100%;
	/*画像の幅*/
	height: 100%;
	/*画像の高さ*/
	transition-duration: 0.5s;
	/*変化の時間*/
}

#category .img_scale:hover {
	transform: scale(1.2, 1.2);
	/*画像の拡大*/
	cursor: pointer;
	/*カーソルをポインターにする*/
}

#category-mini li {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 150px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	/*padding: 5px;*/
	margin: 5px;
	z-index: 999;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

#category-mini ul {
	padding-inline-start: 0px;
	margin-top: 30px;
}

#category-mini {
	top: 40px;
	text-align: center;
}

#category-mini li .page_title {
	position: relative;
	background: darkblue;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	z-index: 999;
}

#category-mini .img_scale_box {
	display: block;
	width: 100%;
	/*ボックスの幅*/
	height: 150px;
	/*ボックスの高さ*/
	overflow: hidden;
	/*画像拡大時にはみ出た部分を隠す*/
}

#category-mini .img_scale {
	margin-top: -40px;
	width: 100%;
	/*画像の幅*/
	height: 100%;
	/*画像の高さ*/
	transition-duration: 0.5s;
	/*変化の時間*/
}

#category-mini .img_scale:hover {
	transform: scale(1.2, 1.2);
	/*画像の拡大*/
	cursor: pointer;
	/*カーソルをポインターにする*/
}


.label {
	display: inline;
	padding: .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-news {
	background-color: #2352a8;
}

.topic-title {
	margin-left: 10px;
}

.top_topiclist,
#topiclist {
	padding: 0 15px;
	margin-bottom: 15px;
}

.top_topiclist dd,
#topiclist dd {
	/* margin-left: 10px; */
}

#banner {
	top: 40px;
	text-align: center;
}

#banner li {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 240px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	z-index: 999;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

#banner li .page_title {
	position: relative;
	background: darkblue;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3.0em;
	z-index: 999;
}

#banner .img_scale_box {
	display: block;
	width: 100%;
	/*ボックスの幅*/
	height: 100px;
	/*ボックスの高さ*/
	overflow: hidden;
	/*画像拡大時にはみ出た部分を隠す*/
}

#banner .img_scale {
	width: 100%;
	/*画像の幅*/
	height: 100%;
	/*画像の高さ*/
	transition-duration: 0.5s;
	/*変化の時間*/
	border: solid 1px black;
}

#banner .img_scale:hover {
	transform: scale(1.2, 1.2);
	/*画像の拡大*/
	cursor: pointer;
	/*カーソルをポインターにする*/
}

#copyright {
	text-align: center;
	/* line-height: 45px; */
	padding: 0px 5px;
	height: 45px;
	color: white;
}

#topiclist dt .label {
	margin-left: 2em;
}

#header_title {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 0.5em 0.5em 0.5em;
	border-bottom: 1px solid #0085a1;
}

#header_title .header_titlesmall {
	font-size: 13px;
	font-size: 1.3rem;
}

#sitemaparea {
	padding: 10px;
}

#sitemaparea div {
	margin: 10px;
}

#sitemaparea div>a {
	color: black;
	border: none;
}

#sitemaparea div>a:hover {
	text-decoration: none;
	color: #ff5400;
}

hr {
	background-color: brown;
}

#sub_title h2 {
	border: solid 2px brown;
	border-top: none !important;
	border-left: solid 8px brown;
	border-right: none;
	padding: 10px;
	color: #000000;
}

#sub_title h3 {
	border: solid 1px midnightblue;
	border-top: none !important;
	border-left: none;
	border-right: none;
	padding: 10px;
	color: midnightblue;
}

#contentsarea h3 {
	color: black;
	padding: 10px;
	opacity: 0.8;
	/*background: linear-gradient(27deg, darkblue,white);*/
	border: solid 1px brown;
	border-left: solid 5px brown;
	border-right: none;
	border-top: none;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #4169E1;
	margin: 0px auto;
	clear: both;
	line-height: 1.3;
	width: 100%;
}

#footer ul {
	color: #ffffff;
	margin-bottom: 0;
}

#footer ul a,
#footer ul span.nolink {
	color: #ffffff;
	display: inline-block;
	padding: 10px 0px;
	font-size: 13px;
	font-size: 1.3rem;
}

@media (min-width: 768px) {

	#tos_header {
		height: 64px;
		position: relative;
	}

	#headersubnav {
		text-align: right;
		margin-right: -15px;
		margin-top: 5px;
	}

	#logo {
		height: 64px;
		margin-left: -15px;
	}

	#identifier {
		left: 125px;
	}

	#headersubnav ul {
		margin-bottom: 4px;
	}

	/*
	#footer ul {
		color: #ffffff;
		margin-bottom: 0;
	}

	#footer ul a,
	#footer ul span.nolink {
		color: #ffffff;
		display: inline-block;
		padding: 10px 0px;
		font-size: 13px;
		font-size: 1.3rem; 
	}
	*/
	#footer ul a:hover {
		color: #d9d9d9;
	}

	#footer ul li {
		display: inline-block;
	}

	#footer ul li:after {
		content: " |";
		position: relative;
		color: #ffffff;
	}

	#keyvisual {
		width: 100%;
		text-align: center;
	}

	#slider {
		width: 100%;
		height: 480px;
		text-align: center;
	}

	/*
	#sub_title h2 {
		border: solid 2px brown;
		border-top: none !important;
		border-left: solid 8px brown;
		border-right: none;
		padding: 10px;
		color: #000000;
	}
	*/

	#fa-righticon {
		color: brown;
	}

	#sub_title h2 a {
		color: #000000;
	}

	#sub_title h2 a:hover {
		text-decoration: none;
		color: #ff5400;
	}

	#sub_title ul {
		display: table;
		border-collapse: separate;
		border-spacing: 10px;
	}

	#top_recruitmenu h2 {
		border: solid 2px #000000;
		border-top: none !important;
		border-left: none;
		border-right: none;
	}

	#sub_title ul {
		display: table;
		border-collapse: separate;
		border-spacing: 10px;
	}

	div#menu>ul {
		width: 750px;
	}

	div#menu>ul>li {
		width: 20%;
	}

	/*
	#footer {
		margin: 0px auto;
		clear: both;
		line-height: 1.3;
		background-color:#4169E1; 
	}
	*/
	#contentsarea {
		position: relative;
		margin: auto;
	}

	table.gridtable td {
		border-left: none !important;
		vertical-align: middle;
	}

	table.companytable td {
		border-left: none !important;
		vertical-align: middle;
	}

	#topiclist dt {
		position: relative;
		width: 240px;
		text-align: left;
	}

	#topiclist dt .label {
		margin-left: 1em;
		color: white;
	}

	#topiclist dd {
		position: relative;
	}

	#topiclist dd span.categorymark {
		position: absolute;
		right: 10px;
		margin-top: -25px;
	}

}

table.companytable {
	border: 1px solid whitesmoke;
}

table.companytable th {
	background-color: #20b2aa;
	padding: 10px;
	width: 20%;
	color: whitesmoke;
	vertical-align: middle;
}

table.companytable th #cell-label {
	width: 200px;
}

table.companytable td {
	border-right: none;
	border-left: none;
	padding: 10px;
}

@media (min-width: 960px) {
	#identifier {
		top: 35px;
		left: 125px;
	}

	div#menu>ul>li {
		width: 192px;
	}

	div#menu>ul {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	div#menu>ul>li {
		width: 240px;
	}

	div#menu>ul {
		width: 1200px;
	}
}


.button {
	display: inline-block;
	width: 240px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;

	background-color: #4169E1;
	color: #fff;
	line-height: 50px;
}

.sm-button {
	display: inline-block;
	width: 240px;
	text-decoration: none;
	line-height: 54px;
	outline: none;

	background-color: #ffffff;
	color: #fff;
	line-height: 50px;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: white;
	color: black;
}

.button-sm {
	font-size: small;
	margin-left: -8px;
}

#move-page-top {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 50px;
	opacity: 0.6;
}

#move-page-top a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#move-page-top a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f102";

	font-weight: 900;
	font-size: 25px;
	color: darkblue;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#move-page-top a::after {
	content: 'PAGE TOP';
	font-size: 13px;
	color: darkblue;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.bx-wrapper {
	border: 0px;
}

.bx-wrapper .bx-pager {
	bottom: 30px;
}

.th_header {
	text-align: center;
}

/*============================================================
バナー
============================================================*/
.banner {
	border: solid 0px;
	padding-bottom: 20px;


}

.banner .slide-box {
	max-width: 980px;
	margin: auto;
	width: 90%;

}

.banner a {
	background-color: #fff;
	padding: 7px;
	display: block;
}

.banner a:hover {
	text-decoration: none;
	opacity: .75;
}

.text-boxarea {
	border: solid 1px darkblue;
	padding: 10px;
	box-shadow: 5px 5px 10px #AAAAAA;
}

.text-boxarea #title {
	margin-left: 20px;
}



/*== 外の線が伸びる */

.btnlinestretches {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	width: 60%;
	height: 130px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	color: #0214b9;
	border: 1px solid #4169E1;
	background: #ffd06ad0;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
	.btnlinestretches {
		width: 100%;
	}
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover {
	background: #ffd82ad0;
	color: #0261b9;
	border-color: transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	border: solid darkblue;
	width: 10px;
	height: 10px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after {
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #666;
}

/* contact */
@media (min-width: 768px) {
	.contact table.companytable {
		margin: 0 auto 4rem;
		max-width: 800px;
	}
}
.wpcf7 {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	.wpcf7 {
		margin-bottom: 30px;
	}
}
.contact table.companytable,
.contact table.companytable tr,
.contact table.companytable th,
.contact table.companytable td {
	border: none !important;
}
.contact table.companytable th,
.contact table.companytable td {
	border-bottom: 1px solid #666 !important;
}
@media (max-width: 767px) {
	.contact table.companytable th,
	.contact table.companytable td {
		padding: 0 !important;
	}
}
.contact table.companytable th p,
.contact table.companytable td p {
	margin-bottom: 0 !important;
	padding: 2rem 10px;
}
@media (max-width: 767px) {
	.contact table.companytable th p,
	.contact table.companytable td p {
		padding: 5px;
		font-size: 1.2rem;
	}
}
.contact table.companytable th {
	position: relative;
}
.contact table.companytable th span {
	background-color: #cc0000;
	position: absolute;
	right: 0;
	margin-left: auto;
	padding: 0.2rem 0.4rem;
	color: #fff;
	line-height: 1;
}
@media (max-width: 767px) {
	.contact table.companytable th span {
		top: 2px;
		right: 2px;
		font-size: 0.7rem;
	}
}
.contact table.companytable td input,
.contact table.companytable td textarea {
	padding: 0.6rem 0.4rem;
	width: 100%;
}
.contact table.companytable td select {
	appearance: none !important;
	border: 1px solid #666 !important;
	border-radius: 3px;
	padding: 0.6rem 0.4rem;
	color: #666;
}
.contact table.companytable th {
	border-bottom: 1px solid #fff !important;
	background-color: #20b2aa;
	padding: 10px;
	width: 32% !important;
	color: #fff;
	vertical-align: middle;
	font-weight: normal !important;
}
.btn_grid .link_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1.5rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #27acd9 0%, #b4e12b 100%);
	border-radius: 100vh;
	color: #fff;
	border: 2px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.btn_grid .link_btn.bg_grey {
	background-image: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
	color: #666;
}
.btn_grid .link_btn:hover {
	background-image: linear-gradient(to left, #27acd9 0%, #b4e12b 100%);
	color: #fff;
}
.btn_grid .link_btn.bg_grey:hover {
	background-image: linear-gradient(to left, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
}
#p-confirm .btn_grid p {
	display: flex;
	margin: 0 auto;
	width: 50%;
}
@media (max-width: 767px) {
	#p-confirm .btn_grid p {
		width: 80%;
	}
}
@media (max-width: 767px) {
	.btn_grid .link_btn,
	.btn_grid .link_btn.bg_grey {
		padding: 0.8rem 1.5rem;
		font-size: 1rem;
		width: 50%;
	}
}
.wpcf7-spinner {
	display: none !important;
}
