@charset "UTF-8";
/* CSS Document */
:root {
	--default: #212121;
	--blue1: #002e73;
	--blue2: #001f5a;
	--lightblue: #e0eaf3;
	--bglightblue: #EAF2F8;
	--bluegray: #e4e8eb;
	--bluegray2: #f2f4f5;
	--gray: #f1f1f1;
	--gray1: #d2d7db;
	--gray2: #c2c6c9;
	--gradient1: linear-gradient(125deg, rgb(233,235,238) 0%,rgb(216,220,225) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	--orange: #ed702d;
}



ul,ol {
	margin-left: 0;
	padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
/* =Typography
-----------------------------------------------------------------------------*/
html {
  	width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
body {
	position: relative;
	color: var(--default);
	font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    font-family: YakuHanJP,'Noto Sans JP',"Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, dnp-shuei-gothic-kin-std, "メイリオ", "Meiryo", "sans-serif";
    line-height: 2;
}
.en {
	font-family: "Roboto", serif;
}
.mincho {
    font-family: "A1MinchoStd-Bold", "A1 Mincho", "リュウミン M-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
}
h2 {
	line-height: 1.5;
	margin-bottom: 1em;
}
h2.title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 1.35;
	color: var(--blue1);
}
h2.title span {
	display: inline-block;
	margin-bottom: 3px;
    position: relative;
    padding: 0;
}
h2.title span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: -webkit-clip-path .4s cubic-bezier(1, 0.05, 0.05, .75) 0.3s;
    transition: -webkit-clip-path .4s cubic-bezier(1, 0.05, 0.05, .75) 0.3s;
    transition: clip-path .4s cubic-bezier(1, 0.05, 0.05, .75) 0.3s;
    transition: clip-path .4s cubic-bezier(1, 0.05, 0.05, .75) 0.3s;
}
h2.title.isPlay span:before {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
}
h2.title.isPlay span.ja:before {
    transition-delay: .5s;
}
h2.title span.en {
	font-size: 5.4rem;
	color: var(--default);
}
h3.color {
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 1em;
}
h3.bg {
	position: relative;
	background: var(--bluegray2);
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: .5em;
	color: var(--blue1);
	padding: 1rem 1rem 1rem 3rem;
}
h3.bg::before {
	content: "";
	display: block;
	width: 2rem;
	height: 2px;
	background: var(--blue1);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	opacity: .5;
}
h3.dot {
	position: relative;
	color: var(--blue1);
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: .65em;
	padding-left: 1em;
}
h3.dot::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--orange);
	position: absolute;
	left: 2px;
	top: calc(50% - 4px);
}
h2.title.mb20-40 {
	margin-bottom: 40px;
}
h2.border_center {
	font-size: 3rem;
	display: flex;
    align-items: center;
    text-align: center;
    color: var(--blue1);
    font-weight: 600;
    margin-bottom: 1.5em;
}
h2.border_center::before, h2.border_center::after {
    content: "";
    height: 1px;
    flex-grow: 3;
    background-color: var(--blue1);
}
h2.border_center::before {
	margin-right: 1em;
}
h2.border_center::after {
	margin-left: 1em;
}
h3.border {
	font-size: 2.4rem;
	font-weight: 600;
	border-bottom: 4px solid var(--bluegray);
	padding-bottom: .35em;
	padding-left: .25em;
	margin-bottom: .75em;
}
h3.border_top {
	font-size: 2.4rem;
	font-weight: 600;
	border-top: 4px solid var(--bluegray);
	padding-top: .5em;
	padding-left: .25em;
	margin-bottom: .75em;
	position: relative;
}
h3.border_top::before {
	content: "";
	display: block;
	width: 16%;
	height: 4px;
	background: var(--blue1);
	position: absolute;
	left: 0;
	top: -4px;
}
h3.border_top.mb20-40 {
	margin-bottom: 40px;
}
h4.bg_num {
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1rem 1em 1rem 6rem;
	background: var(--bluegray2);
	position: relative;
	margin-bottom: 2rem;
}
h4.bg_num span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.2rem;
	height: 100%;
	background: var(--blue1);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
h4.bar {
	font-size: 1.6rem;
	font-weight: 600;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1em;
}
h4.bar::before {
	content: "";
	display: block;
	width: 1em;
	height: 2px;
	background: var(--blue1);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
.color-orange {
	color: var(--orange);
}

.kome {
	padding-left: 1em;
	position: relative;
}
.kome::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
span.material-icons {
	display: inline-flex;
	vertical-align: middle;
}
ul.image li {
	list-style-image: none;
	position: relative;
	padding-left: 1.5em;
}
ul.image li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue1);
	position: absolute;
	left: .35em;
	top: .85em;
}
.nowrap {
	white-space: nowrap;
}
/* =Links
-----------------------------------------------------------------------------*/
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes link-r {
   0% {
    width: 0;
  }
  100% {
    width: 6rem;
  }
}

a {
	color: #222;
	text-decoration:none;
	outline: none;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: .25s ease-out;
}
a:visited {
	color: #222;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}
a.text-link-border {
	display: inline-block;
	position: relative;
	color: var(--blue1);
}
a.text-link-border:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--blue1);
    width: 100%;
    height: 1px;
    transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
}
a.text-link-border:hover:after {
	width: 0;
}
a.text-link-border.arrow::before {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    vertical-align: -3px;
}

a.text-link {
	display: inline-block;
	position: relative;
	color: #212121;
}
a.text-link::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--bluegray);
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .25s ease-out;
}
a.text-link:hover::before {
    transform: scale(1, 1);
}
a:focus-visible {
    outline: 1px solid #fb5357;
    outline: -webkit-focus-ring-color auto 1px;
	outline-offset: 1px;
}
/* ボタン */
a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	width: 270px;
	height: 60px;
	text-align: center;
	background: var(--blue1);
	position: relative;
	z-index: 1;
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border-radius: 100px;
	white-space: nowrap;
}
a.btn:hover {
	background: var(--blue2);
}
a.btn.btn-w100 {
	width: 100%;
}
a.btn span.material-icons {
	font-size: 2rem;
	margin-right: .35em;
	display: inline-flex;
	vertical-align: middle;
}

/* =Layout
-----------------------------------------------------------------------------*/
.container {
	max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container.container-l {
	max-width: 1360px;
}
.container.container-s {
	max-width: 960px;
}




/* =Misc
-----------------------------------------------------------------------------*/
.w-100 {
	width: 100%;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
}
.bg-gray {
	background: #f8f8f8;
}
.color {
	color: var(--blue1);
}
.color-red {
	color: #fb5357;
}
.color-blue {
	color: var(--blue1);
}
.color-white {
	color: #fff;
}
.text-right {
	text-align: right;
}
.text-center,.text-left-center {
	text-align: center;
}
.marker {
	display: inline-block;
    position: relative;
}
.marker:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30%;
    bottom: 4px;
    background: #f3ef7f;
    z-index: -1;
}
.diagonal {
	padding: 1em 5rem;
	position: relative;
}
.diagonal::before {
	content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--default);
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(10deg);
    position: absolute;
    left: 0;
    top: 0;
}
.diagonal::after {
	content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--default);
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(10deg);
    position: absolute;
    right: 0;
    top: 0;
}
.img_hover a {
	display: inline-block;
	position: relative;
}
.img_hover a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition: opacity .5s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: +1;
}
.img_hover a:hover::before {
	opacity: .2;
}

/* =Lists
-----------------------------------------------------------------------------*/
ul.sq li {
	position: relative;
	padding-left: 2rem;
}
ul.sq li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #005bac;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
}
/* =Tables
-----------------------------------------------------------------------------*/
table.table {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
table.table th {
    white-space: nowrap;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    width: 25%;
}
table.table td {
    vertical-align: top;
    padding: 1.5em;
    border-top: 1px solid #e7e7e7;
}
table.table-dot {
	width: 100%;
	border-bottom: 1px dotted #999;
}
table.table-dot td {
    padding: .75em;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px dotted #999;
}
.table-simple th {
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
}
.table-simple td {
	vertical-align: top;
}
/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.gmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.gmap iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
.acceptance-box {
	padding: 2em; 1em;
	text-align: center;
	background: var(--gray);
	margin-bottom: 1.5em;
}
table.table-contact {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 2em;
}
table.table-contact p {
	margin: 0;
}
table.table-contact th {
	white-space: nowrap;
	padding: 2em;
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: var(--bluegray2);
	width: 340px;
}
table.table-contact td {
	padding: 2em;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.contact-form span.hissu {
	display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 12px;
    border-radius: 3px;
    background: #fb5357;
    font-weight: bold;
}
table.table-contact span.hissu {
	float: right;
}
.wpcf7-form-control-wrap {
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 24px 0 0 !important;/*項目ごとの余白を調整*/
}
table.table-contact input[type="checkbox"],.acceptance-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #222;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	visibility: visible;
    width: 10px;
  top: -3px;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel] {
	width: 75%;
	padding: 0 .5em;
}
.table-contact input[type=text].long {
	width: 100%;
}
.table-contact input.short {
	width: 200px;
}
.table-contact input#zip {
	margin-bottom: .5em;
	margin-left: .5em;
}
.table-contact select {
    word-wrap: normal;
    min-width: 200px;
    height: 36px;
}
.table-contact textarea {
	width: 100%;
	padding: 0 .5em;
}
input[type=submit],input[type=button] {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 270px;
    height: 60px;
    text-align: center;
    background: var(--blue1);
    position: relative;
    z-index: 1;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 100px;
    border: none;
    white-space: nowrap;
    margin: 0 5px;
}
input[type=submit]:hover {
	background: var(--blue2);
}
input[type=button] {
    color: #999;
    background-color: var(--bluegray2);
}
input[type=button]:hover {
    background-color: var(--bluegray);
}
.wpcf7-spinner {
	position: absolute !important;
    left: 20px;
}
@media (min-width: 992px) {
	.g-6, .gx-6 {
	    --bs-gutter-x: 6rem;
	}
	.g-6 {
		 --bs-gutter-y: 6rem;
	}
}



/* 991px以下 */
@media (max-width: 991px) {
	h2.title {
		font-size: 1.4rem;
	}
	h2.title span.en {
		font-size: 3rem;
	}
}
/* 1300px以下 */
@media (max-width: 1300px) {
	#footer-contact .col-lg-5 {
		margin-bottom: 10px;
	}
}
@media (max-width: 1200px) {
	h2.mega {
	    margin-bottom: 4rem;
	}
	h2.mega span.en {
	    font-size: 8rem;
	}
	#banner-sec h2.mega span.ja {
		font-size: 3.6rem;
	}
}
@media (max-width: 991px) {
	.diagonal {
		padding: 0 0 1em;
	}
	.diagonal::before,.diagonal::after {
		display: none;
	}

/********************************************** 
メインビジュアル
********************************************* */


/********************************************** 
	Typography
********************************************* */	
}
@media (max-width: 767px) {
	body {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	/* ボタン */
	a.btn {
		display: inline-block;
		font-size: 1.4rem;
		width: 270px;
		height: 46px;
		line-height: 46px;
	}
	a.btn.btn-small {
		width: 180px;
		height: 32px;
		line-height: 32px;
		font-size: 1.3rem;
	}

	a.btn.ja {
	    font-size: 1.3rem;
	}
	ul.image li::before {
		top: .75em;
	}

/********************************************** 
	Typography
********************************************* */	
	h2.title {
		font-size: 1.5rem;
		margin-bottom: 1.5em;
	}
	h2.title span.en {
        font-size: 3rem;
    }
	h2.bar {
	    padding-left: 5rem;
	    margin-bottom: 2.4rem;
	    font-size: 1.6rem;
	}
	h2.bar span {
	    font-size: 3rem;
	}
	h2.jp-center.bar {
		padding-left: 0;
		font-size: 2rem;
	}
	h2.jp-center.bar::before, h2.jp-center.bar::after {
	    width: 60px;
	    left: calc(50% - 60px);
	}
	h2.jp-center.bar::after {
		left: 50%;
	}
	h2.color {
		font-size: 2rem;
	}
	h2.border-l {
		font-size: 2rem;
		padding-left: 18px;
		margin-bottom: 1em;
	}
	h2.border_center {
		font-size: 2rem;
		margin-bottom: 1em;
	}
	h3 {
		font-size: 1.6rem;
		margin-bottom: 1em;
	}
	h3.dot {
		font-size: 1.6rem;
	}
	h4.num {
	    padding-left: 5rem;
	    font-size: 1.5rem;
	    line-height: 3.6rem;
	}
	h4.num span {
	    width: 3.6rem;
	    height: 3.6rem;
	    font-size: 1.8rem;
	    font-weight: bold;
	}
	h2.title.mb20-40 {
		margin-bottom: 20px;
	}
	h3.border {
	    font-size: 2rem;
	    margin-bottom: .5em;
	}
	h3.border_top {
	    font-size: 2rem;
	    margin-bottom: .5em;
	}
	h3.border_top.mb20-40 {
		margin-bottom: 20px;
	}
	h4.bg_num {
		font-size: 1.5rem;
		padding: 1rem 1em 1rem 5rem;
		margin-bottom: 1em;
	}
	h4.bg_num span {
		width: 3.8rem;
	}	
	h4.bar {
		font-size: 1.5rem;
	    margin-bottom: .5em;
	}


/********************************************** 
	visual
********************************************* */	
/* 下層ページ */
	.visual {
		height: 250px;
	}
	.visual h2 {
		width: 100%;
	}
	.visual h2 span.jp {
		font-size: 2rem;
		padding-bottom: .5rem;
	}
	.visual h2 span.en {
		font-size: 1.5rem;
		display: block;
		margin-top: 15px;
	}
	.visual h2 span.jp:after {
		width: 300px;
		left: calc(50% - 150px);
	}
	
/********************************************** 
	#banner-sec
********************************************* */
	#banner-sec h2.mega span.ja {
	    font-size: 1.6rem;
	}
	#banner-sec h2.mega {
	    margin-bottom: 3rem;
	}
	a.footer-banner {
	    min-height: 140px;
	    padding: 2rem 1em;
	}
	.footer-banner-inner .banner-copy {
	    font-size: 1.8rem;
	    margin-bottom: 3rem;
	}
	.footer-banner-inner h4 {
		font-size: 1.5rem;
	}
	a.footer-banner span.arrow {
	    bottom: 2rem;
	    right: 2rem;
	}
	a.footer-banner span.arrow img {
		width: 24px;
	}
	#banner-sec .row > div:not(:last-child) {
		margin-bottom: 1em;
	}
	
/* =パンくずリスト
-----------------------------------------------------------------------------*/
	.breadcrumb-wrap {
		width: 100%;
		padding: 1rem 1.5rem;
		color: #fff;
		font-size: 1.2rem;
	}
/* =Tables
-----------------------------------------------------------------------------*/
	table.table th {
	     padding: .75em;
	     width: auto;
	}
	table.table td {
	     padding: .75em;
	}
	table.table.table-res th {
		display: block;
		width: 100%;
		border-right: none;
		background: rgba(201,235,250,.3)
	}
	table.table.table-res td {
		display: block;
		width: 100%;
		border-top: none;
	}
	.scroll-wrap {
		overflow-x: scroll;
	}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
	#contact01 .contact-tel-num th {
		display: block;
		width: 100%;
		font-size: 1.5rem;
		background: #001e50 ;
		border: 2px solid #001e50 ;
	    padding: 1rem;
	    color: #fff;
	}
	#contact01 .contact-tel-num td {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 1rem;
		text-align: center;
	}
	#contact01 .contact-tel-num td a {
		font-size: 3rem;
		padding-right: 0;
	}
	#contact01 .contact-tel-num td a span {
		display: block;
		width: 100%;
	}

	table.table-contact {
		margin-bottom: 2rem;
	}
	table.table-contact th {
		display: block;
		width: 100%;
		padding: 1rem 1em;
		border-bottom: none;
	}
	table.table-contact td {
		display: block;
		width: 100%;
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.table-contact {
		margin-bottom: 20px;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.table-contact input[type=text],
	.table-contact input[type=email],
	.table-contact input[type=tel] {
		width: 100%;
	}
	input[type=submit],input[type=button] {
	    font-size: 1.5rem;
	    width: 100%;
	    height: 46px;
	    line-height: 46px;
	}
	.table-contact input.short {
		width: 150px !important;
	}


}


.grecaptcha-badge { 
   visibility: hidden; 
}