@charset "UTF-8";

@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;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #242424;
  background-image: url("../doc/diamond_upholstery.png");
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
 
p.resizeimage img { width: 100%; }

hr.bddot { 
	border: 1px dotted;
	border-bottom: none;
}

img {
max-width: 100%;
height: auto;
	position: relative;
	z-index: 2;
}

img.big {
max-width: auto;
height: auto;
	z-index: 1;
}

img.bnr { transition: 1.0s ; }
img.bnr:hover { opacity: 0.5 ; }

@media only screen and (max-width: 768px) {
	.br-pc {display: none; }
	.br-sp {display: block; }
}

img.about {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

img.left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

a {
  color: #242424;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #28bf20;
  outline: none;
  text-decoration: none !important;
  outline: none;
}

p {
  margin-bottom: 20px;
  color: #242424;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

h1.titlestyle {
  padding: 0.5em 0;
  border-top: solid 3px #28bf20;
  border-bottom: solid 3px #28bf20;
}

h3.titlestyle {
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #28bf20;
}

h4.titlestyle {
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #28bf20;
}

h5.titlestyle {
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #28bf20;
}

p.titlestyle {
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #28bf20;
}

::selection {
  color: #fff;
  background: #52D681;
}

.gtco-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gtco-nav {
  position: relative;
  top: 0;
  margin: 0;
  width: 100%;
  padding: 10px 0;
  padding-bottom: 0;
  z-index: 1001;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFF;
  background: #082301;
}

.gtco-nav .gtco-container.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
	width: 100%;
}

.gtco-nav #gtco-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px;
}

.gtco-nav #gtco-logo a {
  color: #fff;
  text-decoration: none;
}

.gtco-nav ul {
  display: flex;
  justify-content: space-between; /* 子のliを均等配置 */
  width: 100%; /* ← お好みで調整 */
  margin: 0 auto; /* ← 中央揃え */
  padding: 0px 30px; /* ← 左右の余白追加 */
  background: #28bf20;
  list-style: none;
}

.gtco-nav ul li {
  margin: 0;
  background: #28bf20;
}

.gtco-nav ul li > a {
  display: block;
  padding: 15px 20px; /* ← 左右に余白を確保して中央配置 */
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-decoration: none;
  transition: 0.5s;
  text-align: left;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
  color: #000;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.gtco-nav ul li.has-dropdown:hover > a,
.gtco-nav ul li.has-dropdown:focus > a {
  color: #000;
}

.gtco-nav ul li.has-dropdown {
  position: relative;
	z-index: 9999;
	overflow: visible;
}
.gtco-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 15px !important;
}
.gtco-nav ul li.has-dropdown > a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  color: #fff;
  border: none;
}

/* ▼ドロップダウン本体（位置調整） */
.gtco-nav ul li.has-dropdown .dropdown {
  display: block;
  width: 185px;
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  background: #28bf20;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1002;
}

/* ▼ドロップダウンPC用：hoverで表示 */
@media (min-width: 769px) {
  .gtco-nav ul li.has-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
}

/* ▼バッファエリア（::before） */
.gtco-nav ul li.has-dropdown .dropdown::before {
top: -10px;
left: 0;
width: 100%;
height: 10px;
background: transparent;
content: "";
position: absolute;
}

/* ▼開いた状態 */
.gtco-nav ul li.has-dropdown.open .dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 1002;
}

.gtco-nav ul li.has-dropdown:hover .dropdown {
  display: block;
}

/* ▼吹き出し（三角） */
.dropdown::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 20%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #28bf20 transparent;
  z-index: 1003;
  pointer-events: none;
}

.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: #fff;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
}
.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.btn-cta a {
  color: #28bf20;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  /* ここで"flex-direction: column"は使わない！ */

  .gtco-nav .gtco-container.nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
	
.gtco-nav ul li.has-dropdown.open .dropdown {
    visibility: visible;
    opacity: 1;
  }

  .gtco-nav ul {
    flex-direction: row;         /* 明示的に横並び */
    flex-wrap: nowrap;           /* 折り返し防止 */
    -webkit-overflow-scrolling: touch;
    width: auto;
  }

  .gtco-nav ul li {
    flex: 0 0 auto;
    text-align: center;
  }

  .gtco-nav ul li > a {
    white-space: nowrap;
    font-size: 12px;             /* スマホ向けに少し小さく */
    padding: 20px 8px;
  }

  #gtco-logo {
    margin-right: 20px;
    margin-bottom: 0;
	  align-items: center;
  }
}

#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-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover.gtco-inner h1 {
  margin-bottom: 0 !important;
}
.gtco-cover a {
  color: #28bf20;
}
.gtco-cover a:hover {
  color: white;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.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: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.gtco-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}
.gtco-client .client img {
  margin-top: 10px;
  display: inline-block;
}
.gtco-testimonial .gtco-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.gtco-testimonial .gtco-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.gtco-testimonial .gtco-left > div img {
  border-radius: 50%;
  max-width: 100% !important;
}
.gtco-testimonial .gtco-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.gtco-testimonial .gtco-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.gtco-testimonial .gtco-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#gtco-footer {
  background: #262626;
  padding: 7em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
#gtco-footer a {
	text-decoration: none;
}

#gtco-footer a:hover {
  color: #fff !important;
}
#gtco-footer .gtco-cta {
  margin-bottom: 30px;
}
#gtco-footer .gtco-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#gtco-footer .gtco-cta .btn-white {
  padding: 15px 20px !important;
}
#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#gtco-footer .gtco-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
#gtco-footer .gtco-footer-link {
  padding-left: 30px;
}
#gtco-footer .gtco-footer-link h3 {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-link {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-link .gtco-list-link {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-link .gtco-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-link .gtco-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
}
#gtco-footer .gtco-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-subscribe {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#gtco-footer .gtco-footer-subscribe .btn {
  margin-top: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding: 10px !important;
}
#gtco-footer .gtco-copyright {
  background: #1a1a1a;
  padding: 30px 0;
  float: left;
  width: 100%;
}
#gtco-footer .gtco-copyright p {
  font-family: "Montserrat", sans-serif;
}
#gtco-footer .gtco-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gtco-staff, .gtco-item {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .gtco-staff, .gtco-item {
    margin-bottom: 1em;
  }
}
.gtco-staff img, .gtco-item img {
  margin-bottom: 15px !important;
}
.gtco-staff h2, .gtco-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-item h4 {
  font-size: 20px;
}
.gtco-item a {
	text-decoration: none;
}
.gtco-staff h2 a, .gtco-item h2 a {
  color: #000 !important;
}
.gtco-staff p, .gtco-item p {
  margin-bottom: 30px;
  color: #777;
}
.gtco-staff .role, .gtco-item .role {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.gtco-staff .fh5co-social, .gtco-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.gtco-staff .fh5co-social li,
.gtco-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: inline-block;
}
.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a {
  font-size: 20px;
  color: #52d681;
}
.gtco-staff .fh5co-social li a:hover, .gtco-item .fh5co-social li a:hover {
  color: #000;
}

.gtco-news ul {
  padding: 0;
  margin: 0;
}
.gtco-news ul li {
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.gtco-news ul li a {
  display: block;
  padding: 0 0 5px 0;
}
.gtco-news ul li a h3 {
  margin-bottom: 5px;
  font-weight: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #28bf20;
}
.gtco-news ul li a .post-date {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #b3b3b3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: 100;
}
.gtco-news ul li a p {
  color: gray;
}
.gtco-news ul li a p:last-child {
  margin-bottom: 0;
}
.gtco-news ul li a:hover h3 {
  color: #000;
}

table.gtco-news {
	font-size: 15px;
	margin-bottom: -1px;
}
table.gtco-news td {
  padding: 6px 10px;;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.gtco-social-icons li a {
  display: inline-block;
  color: #28bf20;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #ccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

#gtco-header {
  background-repeat: no-repeat;
  background-size: cover;
}
#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 1.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}
#gtco-header .copy {
  margin-top: 0em;
}
#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#gtco-header .header-img {
  margin-bottom: 30px;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #28bf20;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.gtco-section {
  padding: 3em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-section {
    padding: 3em 0;
  }
}

.gtco-section-header {
  padding: 2em 0 0.5em ;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-section-header {
    padding: 2em 0 0.1em;
	  margin-top: 0.5em;
	  margin-bottom: 0.1em;
  }
}

.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.gtco-section.gtco-gray {
  background: #f6f6f6;
}

.gtco-heading {
  margin-bottom: 0.1em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 0.1em;
}
.gtco-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: 300;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #898989;
}


blockquote {
  padding-left: 0;
  border-left: none;
}
blockquote p {
  font-style: italic;
  color: #000;
}
blockquote p > cite {
  font-size: 14px;
  color: #b3b3b3;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  transform: translateX(0);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li > a {
  display: block;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a::after {
  position: absolute;
  right: 0;
  font-family: 'icomoon';
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a::after {
  transform: rotate(-180deg);
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #fff;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 2px;
  transition: 0.5s;
  padding: 20px 30px;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.btn.btn-sm {
  padding: 10px 20px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #28bf20;
  color: #fff;
  border: 2px solid #28bf20 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #67db90 !important;
  border-color: #67db90 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #28bf20;
  border: 2px solid #28bf20;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #28bf20;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #28bf20;
  color: #2f9051;
  border: 2px solid #28bf20;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #fff;
  background: #28bf20;
  border-color: #28bf20;
}
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #28bf20;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #2f9051;
  border: 2px solid #28bf20;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #28bf20;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.mt-md {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt-md {
    margin-top: 10px;
  }
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../doc/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #28bf20;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

.gtco-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#gtco-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio {
    padding: 3em 0;
  }
}
#gtco-portfolio .gtco-heading h2 {
  color: #fff;
}
#gtco-portfolio .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}

/* Owl CSS for Fullwidth Carousel */
.owl-carousel-fullwidth.owl-theme .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-nav .owl-prev {
  top: 44%;
  z-index: 1001;
  position: absolute;
  transition: 0.2s;
}

.owl-carousel-fullwidth.owl-theme .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel-fullwidth.owl-theme .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-fullwidth.owl-theme .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1002;
  padding: 12px;
  transition: 0.5s;
}
.owl-carousel-fullwidth.owl-theme .owl-nav [class*="owl-"]:hover i,
.owl-carousel-fullwidth.owl-theme .owl-nav [class*="owl-"]:focus i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth.owl-theme .owl-nav,
  .project-section .owl-carousel-small .owl-nav {
    display: none !important;
  }
}

/* ▼ 汎用スライダー用：左右矢印を中央に表示し、ドットと重ならないように */
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.owl-carousel.owl-theme .owl-nav button {
  pointer-events: all;
  background: none;
  border: none;
}

.owl-carousel.owl-theme .owl-nav button i {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 12px;
  border-radius: 4px;
}

.owl-carousel.owl-theme .owl-nav button:hover i {
  background: rgba(0, 0, 0, 0.9);
}

/* ▼ ドットナビゲーション（下部中央に） */
.owl-carousel.owl-theme .owl-dots {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #4caf50;
}

/* ▼ スライドバナー（大）用追記 */
.slider-section .owl-carousel-fullwidth .item {
  position: relative;
}
.slider-section .slider-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  color: #fff;
}
.slider-section .slider-copy h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

/* ▼ スライドバナー（小）用 */
.project-section .owl-carousel-small .item {
  text-align: left;
  padding: 10px;
	color: #000;
	text-decoration: none;
}

.project-section .owl-carousel-small h4 {
  font-size: 1.1rem;
  margin: 0;
  color: #000;
  text-align: left;
}

.project-section .owl-carousel-small .item a {
  text-decoration: none;
}

.project-section .owl-carousel-small img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}

/* スライドバナー（小）ドット調整 */
.project-section .owl-carousel-small .owl-dots {
  transform: translateY(-10px); /* ドットの位置 */
}

.project-section .owl-carousel-small .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
}
.project-section .owl-carousel-small .owl-dots .owl-dot.active span {
  background: #4caf50;
}

/* スライドバナー（小）ナビ矢印 */
.project-section .owl-carousel-small .owl-nav {
  position: absolute;
  top: 25%;
  z-index: 10;
	font-size: 40px;
	font-weight: 100;
}

.project-section .owl-carousel-small .owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: 30%;
  transform: translateY(-50%);
}

.project-section .owl-carousel-small .owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: 30%;
  transform: translateY(-50%);
}

.project-section .owl-carousel-small .owl-nav button:hover {
	background-color: transparent;
	color: #000;
}

.gtco-more {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}
.gtco-more:hover {
  color: #000;
}

.gto-features {
  border-top: 1px solid #e6e6e6;
}

.feature-left {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .feature-left {
    margin-bottom: 20px;
  }
}
.feature-left > .icon {
  float: left;
  font-size: 34px;
  color: #cccccc;
}
.feature-left > .copy {
  padding-left: 30px;
}
.feature-left > .copy h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.feature-left > .copy p {
  font-size: 14px !important;
  line-height: 26px;
}
.feature-left > .copy p:last-child {
  margin-bottom: 0;
}
.feature-left > .icon, .feature-left > .copy {
  display: table-cell;
}

.gtco-services .feature-left {
  float: left;
  width: 100%;
  margin-bottom: 50px !important;
}
.gtco-services .feature-left p {
  margin-bottom: 10px !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2em;
}

.owl-carousel-fullwidth .item > a {
  display: block;
  position: relative;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40%;
  bottom: 0;
  box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
}
.owl-carousel-fullwidth .item > a .slider-copy {
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a .slider-copy h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #28bf20;
}

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

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1194 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  margin: 10px auto;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

figure.snip1194 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1194 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1194 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1194 h3,
figure.snip1194 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.snip1194 h3 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 55%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
	font-size: 15px;
}
figure.snip1194 h3 span {
  font-weight: 400;
}
figure.snip1194 p {
  top: 50%;
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.snip1194 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position:relative;
}
figure.snip1194:hover img,
figure.snip1194.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1194:hover figcaption h3,
figure.snip1194.hover figcaption h3,
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.snip1194:hover figcaption h3,
figure.snip1194.hover figcaption h3 {
  opacity: 0.9;
}
figure.snip1194:hover figcaption p,
figure.snip1194.hover figcaption p {
  opacity: 0.6;
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
}

.card-line {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
}

.container {
  padding: 2px 16px;
}

.btn-success {
  background-color: #67D160;
  border-color: #67D160;
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #28BF20;
  color: #FFFFFF;
  border-color: #28BF20;
}
.btn-success .caret {
  border-top-color: #FFFFFF;
}
.btn-success.btn-link {
  color: #67D160;
}
.btn-success.btn-link:hover, .btn-success.btn-link:focus, .btn-success.btn-link:active, .btn-success.btn-link.active, .open > .btn-success.btn-link.dropdown-toggle {
  background-color: transparent;
  color: #28BF20;
}
.btn-success.btn-link .caret {
  border-top-color: #67D160;
}
.btn-success .caret {
  border-top-color: #FFFFFF;
}

.btn rounded-pill {
  border-radius: 30px;
}

.btn {
  box-sizing: border-box;
  border-width: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 18px;
  line-height: 1.75;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #67D160;
  border-color: #67D160;
  color: #FFFFFF;
  opacity: 1;
  transition: all 150ms linear;
}
.marker_gray {
background: linear-gradient(transparent 0%, #d8d8d8 0%);
}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0em 1.3em;

}
ul.cp_list li::before,ul.cp_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
ul.cp_list li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #28bf20;
	border-radius: 100%;
}
ul.cp_list li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.3em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.stylebox {
	list-style-type: none;
	padding: 0;
	overflow: auto;
}
.stylebox li {
	float: left;
	margin: 0 2px 2px 0;
}
.stylebox .orig {
	width: 0;
	height: 0;
	transition: all 0.3s ease;
}
.stylebox .tmb {
	transition: all 0.3s ease;
}
.stylebox li:target .orig {
	width: 100%;
	height: auto;
}
.stylebox li:target .tmb {
	width: 0;
	height: 0;
}

	table {
		color: #000;
width: 100%;
	}


@media screen and (max-width: 768px) {
  .scroll {
    overflow-x: auto;
  }
}

#cardList {
  width: 100%;
  border-collapse: collapse;
  border-spacing : 0;
  color: #000;
  font-size: 12px;
  min-width: 768px;
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
}

#cardList .brazil {
  background-color: #28bf20;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .argentine {
  background-color: #34B5D0;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .paraguay {
  background-color: #214A92;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .bolivia {
  background-color: #FFC600;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .peru {
  background-color: #A71315;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .columbia {
  background-color: #233142;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .mexico {
  background-color: #026846;
  padding: 8px;
  line-height: 1.42857;
}

#cardList .ttl {
  background-color: #f9f9f9;
  padding: 8px;
  line-height: 1.42857;
}

#cardList  th {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px;
  line-height: 1.42857;
}
#cardList  td {
  padding: 8px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  background-color: #fff;
}

.regitable {
  width: 100%;
  border-collapse: collapse;
  border-spacing : 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: top;
}

.regitable  th {
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px;
  line-height: 1.42857;
}

.regitable td {
  padding: 8px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  background-color: #fff;
}

.regitable .ttl {
  background-color: #f9f9f9;
  font-weight: 600;
}

.regitable .ttl02 {
  background-color: #f9f9f9;
}

.regitable .bg-dark {
  background-color: #2d3436;
  color: #fff;
}

.regitable .bg-info {
  background-color: #F0F0F0;
font-weight: 600;
}

.regitable .brazil {
  background-color: #28bf20;
  color: #fff;
}

.search-box {
  width: 100%;
  border-collapse: collapse;
  border-spacing : 0;
  color: #000;
  font-size: 12px;
  min-width: 768px;
  font-weight: 600;
  padding: 10px 8px 4px 8px;
  line-height: 1.42857;
	border: 1px solid #ddd;
}

.search-title {
  width: 100%;
	margin: 0 0 8px 0;
	padding: 6px 0 6px 0;
	background-color: #f9f9f9;
	color: #000;
}

.search-title02 {
  width: 100%;
	margin: 0 0 8px 0;
	padding: 14px 0 14px 0;
	background-color: #f9f9f9;
	color: #000;
}

.new {
	background-color:red; padding: 0 6px 2px; color: white; width: 45px; font-size: 12px; margin-right: 10px;
}

.newback {
	background-color:dimgray; padding: 0 6px 2px; color: white; width: 50px; font-size: 12px;
}

/* TOPICS専用：全体の枠線だけ付けて、セルの縦線は消す */
.table-topics {
  border: 1px solid #dee2e6; /* テーブル外枠 */
  border-collapse: collapse;
  width: 100%;
}

/* TOPICS専用：tdとtdの間の縦線を消す */
.table-topics td,
.table-topics th {
  border-left: none;
  border-right: none;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 1.4;
}

/* TOPICS専用：背景色1 */
.table-topics .bg-topic-1 td {
  background-color: #DAEDF7 !important;
}

/* TOPICS専用：背景色2 */
.table-topics .bg-topic-2 td {
  background-color: #f4fbff !important;
}

/* TOPICS専用：ボタン */
.table-topics .btn {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 1; /* 必要なら高さ調整 */
}

.custom-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 300px; /* PCでの高さ上限を調整したい場合 */
}

.hide {
  display: none !important;
}

.text-green { color: #28bf20; }
.text-yellow { color: #FFED00; }

.business-title {
	display: flex;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
	border-radius: 5px;
	padding: 26px 0 26px 20px;
	background-color: #28bf20;
	color: #fff;
	font-size: 20px;
  font-weight: 600;
	align-items: center;
}

.business-box {
	padding: 12px 10px 10px 6px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
}

.business-title02 {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
	border-radius: 5px;
	padding: 10px 0;
	background-color: #337AB7;
	font-size: 16px;
  font-weight: 600;
	line-height: 20px;
}

.business-textbox {
border: 2px solid #28bf20;
border-radius: 4px;
padding: 10px;
position: relative;
}

.business-textbox::before {
background-color: #fff;
color: #28bf20;
content: "考えられるビジネス";
font-weight: 600;
	font-size: 18px;
left: 30px;
padding: 3px 10px;
position: absolute;
top: -15px;
}

.list-olwrap {
	list-style-type:none;
    counter-reset: li_count;
	color: #000;
}

.businesstable {
  width: 100%;
	 background-color: #fff;
  border-collapse: collapse;
  border-spacing : 0;
  color: #000;
  font-size: 14px;
  min-width: 768px;
}

.businesstable td,
.businesstable th {
  padding: 8px;
	  text-align: left;
  vertical-align: middle;
}

.businesstable a {
	color: #28bf20;
	text-decoration: none;
}