@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++
   File: qualified.css
   Update: 2026-03-03
   (c)kobako design
++++++++++++++++++++++++++++++++++++++ */



/* ////////////////////////////////////////////////////////////////////////

   PC

//////////////////////////////////////////////////////////////////////// */

/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#contents article {
  padding-top: 160px;
}

/* -------------------------------
		Page Title
------------------------------- */
#contents h1 {
  margin-bottom: 0;
}



/* ====================================================
		Header
==================================================== */
/* -------------------------------
		Global Navigation
------------------------------- */
#gNavi ul li:nth-child(4) a {
  color: #de3e21;
}
#gNavi ul li.has-child ul li:nth-child(4) a {
  color: #262423;
}


/* ====================================================
		Background Image
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#container::after {
  content: '';
  width: 1300px;
  height: 900px;
  background: url("../images/qualified//bg_body.webp") no-repeat 0 0 / 1300px 900px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: -1;
}


/* ====================================================
		Qualified
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#qualified .flex div {
  width: 47.3%;
}

/* -------------------------------
		Table
------------------------------- */
#qualified table {
  width: 100%;
  background: #fff;
}
#qualified table thead th,
#qualified table tbody th,
#qualified table tbody td {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 20px;
}

/* Midashi */
#qualified table thead th {
  color: #fff;
  text-align: center;
  background: #182a56;
}
#qualified table thead th:first-child {
  border-right: 1px solid #747f9a;
}

/* Detail */
#qualified table tbody th,
#qualified table tbody td {
  border-bottom: 1px solid #dcdbdc;
}
#qualified table tbody th {
  width: calc(71% - 1px);
  background: #f6f7f8;
  border-right: 1px solid #dcdbdc;
}
#qualified table tbody td {
  width: 29%;
  text-align: right;
}

/* Total */
#qualified table tbody .total th {
  background: #edeef2;
}

/* -------------------------------
		Attention
------------------------------- */
#qualified small {
  font-size: 1.1rem;
  letter-spacing: .05em;
  text-align: right;
  display: block;
  padding-top: 10px;
}


/* ====================================================
		Construction Consultant
==================================================== */
/* -------------------------------
		List
------------------------------- */
#construction-consultant ul {
  border-top: 1px solid #dcdbdc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#construction-consultant ul li {
  width: calc(50% - 60px);
  font-size: 1.5rem;
  border-bottom: 1px solid #dcdbdc;
  padding: 20px 30px;
}
#construction-consultant ul li:nth-of-type(odd) {
  width: calc(50% - 60px - 1px);
  border-right: 1px solid #dcdbdc;
}



/* ////////////////////////////////////////////////////////////////////////

   TABLET

//////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 897px) and (max-width: 1299px) {
}



/* ////////////////////////////////////////////////////////////////////////

   SMART PHONE

//////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #contents article {
    padding-top: 100px;
  }
  
  
  /* ====================================================
      Background Image
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #container::after {
    width: 350px;
    height: 242px;
    background-size: 350px 242px;
    top: 50px;
  }
  
  
  /* ====================================================
      Qualified
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #qualified .flex div {
    width: 100%;
    padding-bottom: 30px;
  }
  
  /* -------------------------------
      Table
  ------------------------------- */
  #qualified table thead th,
  #qualified table tbody th,
  #qualified table tbody td {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
  
  /* Midashi */
  #qualified table thead th {
    font-size: 1.2rem;
    padding: 10px;
  }
  
  /* -------------------------------
      Attention
  ------------------------------- */
  #qualified small {
    font-size: 1rem;
    padding-top: 5px;
  }
  
  
  /* ====================================================
      Construction Consultant
  ==================================================== */
  /* -------------------------------
      List
  ------------------------------- */
  #construction-consultant ul {
    display: block;
  }
  #construction-consultant ul li {
    width: calc(100% - 30px);
    font-size: 1.3rem;
    padding: 10px 15px;
  }
  #construction-consultant ul li:nth-of-type(odd) {
    width: calc(100% - 30px);
    border-right: none;
  }
  #construction-consultant ul li.detailNone {
    border-bottom: none;
  }

}