@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.clear #profile #katagaki {
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */

@media screen and (max-width: 990px) {
  .pc{display: none;}
  .sp{display: block;}
  .gtco-nav {
    padding: 20px 0;
    background: #fff;
  }
  h1{
    font-size: 24px;
  }
  h2{
    font-size: 18px;
  }
  .pull-banner img{
    max-width: 100%;
  }
}
.gtco-nav #gtco-logo {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#gtco-logo img{
  max-width: 200px;
/*  max-width: 100%;*/
}
.gtco-nav #gtco-logo em {
  color: #fff;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.gtco-nav #gtco-logo a {
  padding: 0px 10px;
  color: #000;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/*=================================*/
@media screen and (max-width: 990px)
/*=================================*/{
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
  font-size: 12px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #36c200;
}
.gtco-nav ul li.has-dropdown {
  position: relative;
}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.gtco-nav ul li.btn-cta a {
  /*color: #fff;*/
}
.gtco-nav ul li.btn-cta a span {
  border: none !important;
  /*background: rgba(255, 255, 255, 0.2);*/
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.gtco-nav ul li.btn-cta a:hover span {
  background: #8bde2f;
  color: #fff;
}
.gtco-nav ul li.active > a {
  color: #000 !important;
  border-bottom: #36c200 solid 2px;
}
.gtco-nav.scrolled {
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.gtco-nav.scrolled ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.gtco-nav.scrolled ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav.scrolled ul li a {
  color: rgba(0, 0, 0, 0.5);
}
.gtco-nav.scrolled ul li a:hover {
  color: black;
}
/*
.gtco-nav.scrolled ul li.active > a {
  color: #36c200 !important;
}*/
.gtco-nav.scrolled ul li.btn-cta a {
  color: #fff;
}
.gtco-nav.scrolled ul li.btn-cta a span {
  border: none !important;
  background: #36c200;
  padding: 4px 20px;
  color: #fff;
}
.gtco-nav.scrolled #gtco-logo em, .gtco-nav.scrolled #gtco-logo a {
  color: #000;
}

#gtco-hero .gtco-video-link a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-hero .gtco-video-link a i {
  font-size: 78px;
  top: 2px;
  position: relative;
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-hero .gtco-video-link a:hover {
  color: white;
}
#gtco-hero .gtco-video-link a:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  #gtco-hero .text-left {
    text-align: center !important;
  }

  .policy-mainimg{
    min-width: 200px !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-hero .btn {
    display: block;
    width: 100%;
  }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-video.gtco-video-sm {
  height: 250px;
}
.gtco-video a {
  /*z-index: 1001;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gtco-cover {
  height: 75rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  top:-10rem;
  width: 100%;
}
.gtco-cover a {
  color: #36c200;
}
.gtco-cover a:hover {
  color: white;
}
.gtco-cover .overlay {
  /*z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*background: rgba(35, 35, 35, 0.5);*/
}
.gtco-cover > .container {
  position: relative;
  z-index: 10;
}
.main-img img{
  position:relative;
  top:15rem;
  min-width: 546px;
  max-width: 100%;
  left:-30%;
}


.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
.gtco-cover{left:-2rem; width:110%;}

/*====================================*/
@media screen and (max-width: 768px)
/*====================================*/
{
  .no-img{
    float: none;
    padding: 2rem 0;
  }
  .overlay:before{
    width: 200%;
    left:-10%;
  }
  h1.bottom_g{
    padding: 5rem 0 3rem 0 !important;
  }
  .img-left{
    top:0 !important;
  }
/*  #gtco-logo img{
    max-width: 250px !important;
  }*/
  p img{max-width: 100%;}
  .gtco-cover {
    height: 600px;
  }

.main-img img{
  position:relative;
  top:30rem;
  left:-70%;
  min-width: 300px;
  max-width: 100%;
  z-index: -1;
}
.movie-wrap{
  top:-10rem;
}
.movie-wrap iframe{ width: 90% !important; }

.img-left{
  position:relative;
  top:25rem;
  left:5% !important;
  max-width: 100%;
  z-index: -1;
}


.col-md-6{
  width: 90%;
  margin: 0 auto;
/*  padding: 0;*/
}

h1.bottom_g{
  padding: 0 0 3rem 0;
  margin-left:0;
  margin-bottom:4%;
}
h1.bottom_w{
  background: url(../images/arrow_w.png) bottom right no-repeat;
  text-align: left;
  padding: 0 0 3rem 0;
  margin-right:0;
  margin-bottom:4%;
  color: #fff;
}
#gtco-topprofile:before{
  width:170% !important;
  top:6rem !important;
  left:-20% !important;
  height: 95%!important;
}
#gtco-topprofile .container{
  padding: 10rem 0 0 0 ;
}
.top_profile img{top:0 !important;}

.pull-left{float:none !important;}
.gtco-social-icons{text-align: center;}
.pull-banner{width: 90% !important; margin: 2rem auto  0  !important;}
.pull-banner li img{padding: 1rem 0;}
#gtco-footer .col-md-6{
  width: 90% !important;
  margin: 1rem auto 0 !important;
  padding-top:1rem !important ; }
#gtco-footer .row img{padding-bottom: 2rem;}

.gototop{right:10px !important; bottom: 60px !important;}
.gototop img{max-width: 80px;}

#gtco-topright:before{
  left: 20%;
}
#gtco-policy-even:before{
  width: 200%;
  left: -20%;
  height: 100%;
}
#gtco-policy-even{
  top:0;
}

#gtco-policy-no4:before{
  width: 200%;
  left: -20%;
}

#gtco-footer{
  background: #fff;
  padding-top: 3rem;
}

}

/*====================================*/
@media screen and (max-width: 990px)
/*====================================*/{
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
  }


  #gtco-footer .copyright .block {
    display: block;
  }

  #gtco-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: #36c200;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }


}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 990px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-xs {
  height: 500px;
}
@media screen and (max-width: 990px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}

@media screen and (max-width: 990px) {
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

@media screen and (max-width: 990px) {
  #gtco-practice-areas .gtco-practice-area-item .gtco-icon {
    width: 70px;
  }
}


@media screen and (max-width: 990px) {
  #gtco-header .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}


@media screen and (max-width: 990px) {
  #gtco-offcanvas {
    display: block;
  }
  .list img{
    max-width: 100%;
  }
  .list li{
    margin: 0;
  }
}


@media screen and (max-width: 990px) {
  .gtco-nav-toggle {
    display: block;
  }
  .container{
    width: 90%;
    margin: 0 atuo;
  }
  h1.bottom_gr{
    background: url(../images/arrow_gr.png) bottom right no-repeat;
  }

  #gtco-profmain{
    /*background-position: right;*/
    background-position: 80%;
    background-size: cover;
  }
  #profile .container{
    margin-top: 0;
  }

  /* contact
  ------------------------------------ */

  #contact {
  	background: #fff;
  	color: #111;
  	text-decoration: inherit;
  	vertical-align: inherit;
  	background-repeat: no-repeat;
  	margin: 0px;
  	padding: 0px;
  	display: block;
  	box-sizing: border-box;
  	-webkit-text-size-adjust: 100%;
  	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ W3', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  	font-size: 1.4rem;
  	letter-spacing: 0.1em;
  }

  #contact .clear {
  	clear: both;
  }

  #contact .clearfix:after {
  	clear: both;
  	content: ".";
  	display: block;
  	height: 0;
  	visibility: hidden;
  }

  #contact .clearfix {
  	min-height: 1px;
  }

  #container {
  	margin: 80px auto;
  	padding: 0;
  	position: relative;
  	text-align: center;
  	width: 100%;
  	height: auto;
  }

  #contact .title-area {
  	position: relative;
  	width: 100%;
  	height: auto;
  }

  #contact .contents-main-title {
  	border-bottom: solid 1px #ddd;
  	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 1.8rem;
  	font-weight: 600;
  	color: #222;
  	display: inline-block;
  	letter-spacing: .3rem;
  	line-height: 1;
  	margin: auto;
  	padding: 0 30px 40px;
  	min-width: 200px;
  }

  #contact .contents-sub-title {
  	font-family: 'BrandonGrotesque Light', sans-serif;
  	font-size: 1rem;
  	color: #999;
  	letter-spacing: .3em;
  	line-height: 1;
  	margin: auto;
  	position: absolute;
  	top: 10px;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	text-transform: uppercase;
  	width: auto;
  	height: 10px;
  	z-index: 11;
  }

  #contact .form-container a:link,
  #contact .form-container a:visited {
  	color: #000;
  	text-decoration: underline;
  }

  #contact .form-item {
  	display: table;
  	font-size: 1.3rem;
  	font-weight: 500;
  	letter-spacing: .1rem;
  	padding: 20px 0 18px 0;
  	width: 100%;
  }

  #contact .form-item + .form-item {
  	border-top: solid 1px #e5e5e5;
  }

  #contact .form-container .need:after {
  	border: solid 1px #e30076;
  	color: #e30076;
  	content: '必須';
  	font-size: 1.1rem;
  	font-weight: bold;
  	padding-left: .5em;

  	display: inline-block;
  	margin-left: .75em;
  	padding: 0 3px;
  	text-align: center;
  }

  #contact .form-container .any:after {
  	border: solid 1px #0F6BB8;
  	color: #0F6BB8;
  	content: '任意';
  	font-size: 1.1rem;
  	font-weight: bold;
  	padding-left: .5em;

  	display: inline-block;
  	margin-left: .75em;
  	padding: 0 3px;
  	text-align: center;
  }

  #contact .form-item-title {
  	display: block;
  	line-height: 1.7rem;
  	vertical-align: middle;
  	width: 22rem;
  }

  #contact .form-item-title-caption {
  	font-size: 1.2rem;
  	margin-right: 4em;
  }

  #contact .form-item span {
  	display: inline-block;
  	padding: 0 .5em;
  	text-align: center;
  }

  #contact .form-item-body {
  	display: block;
  	line-height: 1.7rem;
  	vertical-align: middle;
  }

  #contact .form-item-title br,
  #contact .form-item-body br {
  	display: none;
  }

  #contact .form-container label {
  	cursor: pointer;
  }

  #contact .form-container input,
  #contact .form-container select,
  #contact .form-container textarea,
  #contact .form-container button {
  	background: #eee;
  	border: none;
  	border-radius: 2px;
  }

  #contact .form-container input[type="file"] {
  	background: none;
  	border: none;
  }

  #contact .form-container input[type="text"],
  #contact .form-container input[type="tel"],
  #contact .form-container input[type="email"] {
  	line-height: 3.5rem;
  	padding: 0 .5em;
  	max-width: 480px;
  	min-width: 300px;
  	width: 100%;
  	height: 2.7em;
  }

  #contact .form-container input[type="text"].input-short {
  	max-width: 180px;
  	min-width: 100px;
  }

  #contact .form-container select {
  	height: 3.5rem;
  }

  #contact .form-container textarea {
  	line-height: 1.75;
  	padding: .5em;
  	min-height: 12em;
  	width: 100%;
  }

  #contact .form-container input[type="radio"],
  #contact .form-container input[type="checkbox"] {

  }

  #contact .form-container input[type="submit"],
  #contact .form-container input[type="reset"],
  #contact .form-container button {
  	background: #000;
  	color: #fff;
  	cursor: pointer;
  	display: block;
  	font-size: 1.4rem;
  	letter-spacing: .2rem;
  	line-height: 4rem;
  	margin: 0 auto 40px auto;
  	position: relative;
  	width: 300px;
  }

  #contact .form-container input[type="submit"],
  #contact .form-container input[type="reset"] {
  	-webkit-appearance: none;
  	appearance: none;
  	background: transparent !important;
  	position: absolute;
  }

  #contact .form-attention {
  	border-top: solid 1px #e5e5e5;
  	padding: 40px 0;
  	text-align: center;
  }

  #contact .form-container .confirm {
  	display: table;
  	font-size: 1.3rem;
  	font-weight: 500;
  	letter-spacing: .1rem;
  	padding: 15px 0 15px 25px;
  	width: 100%;
  }

  #contact .form-container .confirm + .confirm {
  	border-top: solid 1px #e5e5e5;
  }

  #contact .label-radio + .label-radio {
  	margin-left: 1em;
  }

  #contact .label-checkbox {
  	display: inline-block;
  	margin: .5em 0;
  	min-width: 8.5em;
  }
  #contact .contact-header {
  	padding: 50px 0;
  	text-align: center;
    width: 90%;
  	margin: 0 auto;
  }

  #contact .contact-header p {
  	font-size: 1.3rem;
  	letter-spacing: .1rem;
  	line-height: 1.8;
  }

  #contact .contact-header p + p {
  	margin-top: 2em;
  }

  #contact .contact-attention {
  	border-bottom: solid 1px #e5e5e5;
  	font-size: 1.3rem;
  	line-height: 1.8;
  	padding: 15px 25px;
  }


  #contact .main-contents + .contact-body {
  	margin-top: 40px;
  }

  #contact .contact-body {
  	border-top: solid 1px #e5e5e5;
  	border-bottom: solid 1px #e5e5e5;
  	display: block;
  	font-size: 1.3rem;
  	margin: 0 auto 40px auto;
  	max-width: 960px;
  	min-width: 300px;
  	width: 90%;
  }

  #contact .contact-form {
  	border-bottom: none;
  }

  #contact .contact-title {
  	border-bottom: solid 1px #e5e5e5;
  	font-size: 1.6rem;
  	font-weight: bold;
  	letter-spacing: .2rem;
  	line-height: 1;
  	padding: 15px 25px;
  	text-align: left;
  }

  #contact .contact-detail {
  	text-align: left;
  }

  #contact .contact-phone-number,
  #contact .contact-mail-address {
  	color: #000;
  	float: left;
  	font-family: 'Yantramanav', sans-serif;
  	font-weight: bold;
  	font-size: 2.2rem;
  	line-height: 4.2rem;
  	margin: 0;
  	padding-right: 15px;
  }

  #contact .contact-phone-number {
  	font-size: 3rem;
  }

  #contact .contact-phone-number:before {
  	content: 'TEL.';
  	display: inline-block;
  	font-size: 1.6rem;
  }

  #contact .contact-info {
  	border-left: dotted 1px #ccc;
  	float: left;
  	font-size: 1.3rem;
  	line-height: 1.4rem;
  	margin: 25px 0;
  	padding-left: 20px;
  }

  #contact .contact-info li + li {
  	margin-top: 1em;
  }

  #contact .contact-info li:first-child:before {
  	color: #000;
  	content: '【受付時間】';
  	font-weight: bold;
  }

  #contact .contact-header .contact-header-post {
  	font-size: 1.3rem;
  	margin: 40px auto 0 auto;
  	max-width: 940px;
  	min-width: 290px;
  	text-align: left;
  }

  #contact .contact-header .contact-header-post .caution {
  	color: #bf0000;
  	font-size: 1.2rem;
  }

  #contact .contact-header .contact-header-post p {
  	font-size: 1.3rem;
  	letter-spacing: .1rem;
  }

  /* confirm
  ------------------------------------ */

  #contact .confirm-attention {
  	border-bottom: solid 1px #e5e5e5;
  	font-size: 1.4rem;
  	line-height: 2;
  	padding: 15px 25px;
  	text-align: center;
  }

  #contact .confirm-attention span {
  	color: #A37E39;
  	font-weight: bold;
  }


  #contact .confirm-title {
  	border: none;
  	border-radius: 2px;
  	display: table-cell;
  	line-height: 1.6;
  	padding: 0 .5em;
  	vertical-align: middle;
  	width: 33%;
  }

  #contact .confirm-body {
  	border: none;
  	border-radius: 2px;
  	display: table-cell;
  	line-height: 1.6;
  	padding: 0 .5em;
  	vertical-align: middle;
  }

  #contact .confirm-buttons {
  	border-top: solid 1px #e5e5e5;
  	padding: 40px 0;
  	text-align: center;
  }

  #contact .form-container button.cancel {
  	background: #888;
  	display: inline-block;
  	margin-right: 0;
  }

  #contact .form-container button.send {
  	display: inline-block;
  }


  #contact .contact-detail table {
  	width: 100%;
  }

  #contact .confirm-title {
  	padding-top: 15px;
  	padding-bottom: 15px;
  	padding-left: 25px;
  }

  #contact .confirm-body {
  	padding-top: 15px;
  	padding-bottom: 15px;
  }


}

@media screen and (max-width: 386px) {
.main-img img{
  left: -90%;
}
#gtco-topright:before{
  width: 150%;
}

}



/*# sourceMappingURL=style.css.map */
