/* CUSTOMIZE STYLES
-------------------------------------------------- */
body {
  background-color: #FFFFFF;
}

.nav-bg-color {
  /*background: rgba(0,0,0,0.5);*/
  background: #666666;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  /*padding-bottom: 3rem;*/
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

/* nav */
.navbar {
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3 {
  font-size: 23px;
  padding-bottom: 20px;
  text-align: right;
}

.spacer{
  padding: 10px;
}

/* Logo */
.logo {
  height: 40px;
  width: auto;
  display: block;
}

/* Navリスト */
#g-nav-list ul {
  display: flex;
  gap: 25px;
  list-style: none;
}

#g-nav-list ul li a {
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  transition: color 0.3s;
}

#g-nav-list ul li a:hover {
  color: #007BBB;
}

/* ハンバーガー */
.openbtn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.openbtn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  #g-nav-list {
    display: none; /* ハンバーガー普段隠れる */
  }
  .openbtn {
    display: flex; /* ハンバーガーactive */
  }
}

.row-header-title {
  width: 100%;
}
.row-header-title > h1 {
  text-shadow: 5px 5px 10px rgb(185, 185, 185);
  -webkit-text-shadow: 5px 5px 10px rgba(185, 185, 185,1);
  text-align: center;
  margin-bottom: 50px;
}
/* CUSTOMIZE THE HEADER
-------------------------------------------------- */


/* CUSTOMIZE THE MAIN
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  /*height: 32rem;*/
  text-align:center;
  width: 100%;
}
.carousel-item > img {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  /*min-width: 100%;*/
  /*height: 100%;*/
  /*height: 32rem;*/
}
.fv-img {
  display: block;
}
.fv-sp-img {
  display: none;
}
@media (max-width: 667px) {
  .fv-img {
    display: none;
  }
  .fv-sp-img {
    display: block;
  }
}
.carousel-caption {
  text-shadow: 5px 5px 10px rgba(0,0,0,1);
  -webkit-text-shadow: 5px 5px 10px rgba(0,0,0,1);
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 600;
  font-size: 25px;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* 事業内容設定 立体感  */
.business-details{
  /*background-color: #007BBB;*/
  background-color: #61b1db;
  padding-bottom: 100px;
  border-radius: 10px;
  filter: drop-shadow(0 0 0.75rem #aaaaaa);
}

.business-details h1 {
  color: #fff;
  text-shadow: 5px 5px 10px rgb(114, 114, 114);
  -webkit-text-shadow: 5px 5px 10px rgba(114, 114, 114,1);
}

.business-details h2 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}

.business-details img {
  border-radius: 10px;
}

.jigyo-img {
  /*width: 100%;*/
  height: 250px;
  margin-bottom: 30px;
}

#jisseki img{
  border-radius: 10px;
}

@media (max-width: 1402px) {
  .jigyo-img {
    /*width: 90%;*/
    height: 200px;
  }
}
@media (max-width: 1202px) {
  .jigyo-img {
    /*width: 90%;*/
    height: 180px;
  }
}

/* 代表挨拶のレスポンシブ */
@media (max-width: 768px) {
  .blur p {
    padding: 10px;
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .blur h3 {
    font-size: 1rem;
    text-align: center;
  }
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
    color: #ccc;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

ul,
li{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ul_tbl{
  box-shadow: 1px solid #ccc;
}
ul.ul_tbl li{
  border-bottom: solid 1px #007BBB;
}
ul.ul_tbl li:last-child {
  border-bottom: none;
}
ul.ul_tbl .row.tbl_head .col {
    background-color: #eee;
    border-right: solid 1px #ccc;
        font-size: 13px;
    line-height: 100%;
    text-align: left;
    padding: 12px 10px;
    border-right: solid 1px #ccc;       
}
        
ul.ul_tbl .row.tbl_head .col:last-child{
  border-right: none;
}    
ul.ul_tbl .row {
    display: table;
    table-layout: auto;
    width: 100%;
}
        
ul.ul_tbl .col{
        display: table-cell;
        vertical-align: middle;
        /*font-size: 13px;*/
        padding: 12px 10px;     
}
ul.ul_tbl li .row > div:nth-child(1){
  width: 30%;
  font-weight: bold;
}
ul.ul_tbl li .row > div:nth-child(2){
  width: 70%;
}

/* FOOTER CSS
-------------------------------------------------- */
footer {
  width: 100%;
  background-color: #666666;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  text-align: center;
}
footer > p {
  padding: 0;
  margin: 0;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* 概要 */
#gaiyo {
  padding-bottom: 50px;
}