@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
/*========= メインエリア ===============*/
#head {
  position: relative;
  margin: 0 auto;
  height: 120px;
  background-image: url(../images/second_head.svg);
  background-position: bottom;
  background-size: cover;
}

/* 土壌汚染調査・対策工事の流れ */
.fllow {
  width: 100%;
  margin-bottom: 4em;
  display: inline-block;
}
.fllow_ill {
  width: 48%;
  margin: 0 0 0 2%;
  float: left;
}
.fllow_text {
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
}
/* 地歴調査 */

.text_right {
	float: right;
  background-color: #23599c;
  padding: 10px 40px;
  border-radius: 50px;
  position: relative;
  width: 200px;
  height: auto;
}
.text_right a {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  height: 100%;
}
.text_right::before {
  font-family: "Font Awesome 5 Free";
  content: '\f002  ';
  font-weight: 900;
  color: #fff;
}
.waku {
margin: 0 auto;
padding: 2% 4%;
width: 100%;
background-color: #fff;
border: 2px solid #ddd;
float: left;
}
.honmon table {
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.honmon .phase1_table tbody {
    margin-bottom: 5px;
    width: 100%;
}
.phase1_table, .recruit_table {
	border-collapse: collapse;
	font-size: 0.9em;
}
.phase1_table tbody tr th {
	background-image: none;
	border: 1px solid #C1C1C1;
	background-color: #638DFF;
  color: #fff;
  padding: 0.5em;
}
.phase1_table tbody tr td {
	background-image: none;
	border: 1px solid #C1C1C1;
	vertical-align: top;
  padding: 0.5em;
}
/* Q&A */
.qa-4 {
  max-width: 1200px;
  margin: 0 auto 1em;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 12%), 0 2px 3px -2px rgba(0 0 0 / 18%);
  background-color: #ffffff;
}

.qa-4 summary {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-4 summary::before,
.qa-4 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-4 summary::before {
  color: #75bbff;
  content: "Q";
}

/* .qa-4 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}

.qa-4[open] summary::after {
  transform: rotate(225deg);
} */

.qa-4 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em 3em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.qa-4[open] p {
  transform: none;
  opacity: 1;
}

.qa-4 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.flow_14jou {
    text-align: center;
    clear: left;
}
.flow_14jou p {
    text-align: center;
    font-weight: bold;
    margin: 0.5em auto;
}
.flow_14jou .allow {
    text-align: center;
    width: 100%;
    float: left;
}
.flow_14jou .kuiki {
    width: 100%;
    /* border: 2px solid #FF0106; */
    margin: 1em auto;
    /* padding: 1em; */
    float: left;
}
.flow_14jou .kuiki .waku_in {
    width: 48%;
    margin: 0 1.0%;
    padding: 1em;
    float: left;
    text-align: left;

    border-left: 6px solid #ddd;
}
.flow_14jou .kuiki .waku_in p {
    text-align: left;
    line-height: 1.4em;
    font-weight: normal;
}
.honmon .flow_14jou .red {
    padding: 0.5em;
    background-color: #EF9CB6;
    margin: 1em auto;
    float: left;
    width: 100%;
}
.honmon .flow_14jou .blue {
    padding: 0.5em;
    background-color: #C6D3F6;
    margin: 1em auto;
    float: left;
    width: 100%;
}
.flow_14jou ul.note  {
    background-color: #FFFFFF;
    text-align: left;
    float: left;
    width: 100%;
    margin: auto;
    padding: 1em;
    line-height: 1em;
}
.flow_14jou ul.note  li {
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0.5em 0;
  list-style: inside;
  list-style-type: disc;
}
.hanrei {
  width: 300px;
  float: right;
  display: inline-block;
  /* border: 1px solid #000; */
}
.hanrei .blue_bar {
  width: 40%;
  float: left;
  border: 5px solid #C6D3F6;
  margin-top: 6px;
}
.hanrei .red_bar {
  width: 40%;
  float: left;
  border: 5px solid #EF9CB6;
  margin-top: 6px;
}
.hanrei .text {
  width: 60%;
  float: left;
  text-align: left;
}

/* 不動産調査 */
 dl.serv03 {
	border-bottom: 1px dotted #9E9E9E;
	margin: 0 auto 1em;
	float: left;
	width: 100%;
}
 dl.serv03 dt {
	float: left;
	width: 12%;
	color: #636363;
  font-weight: bold;
}
dl.serv03 dd {
  float: left;
  width: 88%;
}
/* .photo {
width: 45%;
margin: 0 2.5%;
}
.photo2 {
  width: 65%;
	margin: auto;
} */

@media screen and (max-width:768px){
  #head {
    height: 80px;
  }
  /* 土壌汚染調査・対策工事の流れ */
  .fllow {
    width: 100%;
    margin-bottom: 4em;
  }
  .fllow_ill {
    width: 100%;
    margin: 0 auto;
  }
  .fllow_text {
    width: 100%;
    margin: 0 0 0 0;
  }
  /* 不動産調査 */
   dl.serv03 dt {
  	width: 100%;
  }
  dl.serv03 dd {
    width: 100%;
  }
}
