@charset "UTF-8";
.inbox {
  width: 1080px;
  margin: 0 auto;
}

/*simulation
------------------------------------------*/
/*カラーシュミレーション
======================================*/
.simu_main {
  width: 100%;
  height: 470px;
  background: url(../images/simulation/house_img.jpg) no-repeat 0 0;
  margin-bottom: 40px;
  position: relative;
}

.simu_ttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 4px solid #dcd7b9;
}

.simu_ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #efd000;
  display: inline-block;
  margin-right: 10px;
}

.simu_ttl:after {
  content: "";
  width: 295px;
  height: 6px;
  background: #efd000;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/**/
#colorImg01 {
  width: 932px;
  height: 297px;
  position: absolute;
  top: 117px;
  left: 0;
}

#colorImg02 {
  width: 932px;
  height: 185px;
  position: absolute;
  top: 94px;
  left: 0;
}

#colorImg03 {
  width: 935px;
  height: 175px;
  position: absolute;
  top: 110px;
  left: 0;
}

#colorImg04 {
  width: 834px;
  height: 314px;
  position: absolute;
  top: 122px;
  left: 15px;
}

.simu_type {
  margin-bottom: 100px;
}

.appearance {
  margin-bottom: 40px;
}

.type_ttl {
  background-color: #f7f2cf;
  color: #4e4a33;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  margin-bottom: 20px;
}

.simu_box {
  width: 270px;
  float: left;
  border-right: 1px solid #f7f2cf;
  padding-right: 47px;
  margin-right: 47px;
}

.simu_box:nth-last-of-type(1) {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.simu_type ul {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

.simu_type li {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.appearance li a,
.simu_type li a {
  display: block;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}

/*カラーリスト*/
#a_cl01 {
  background-color: #f0f0f0;
}

#a_cl02 {
  background-color: #9c9c9c;
}

#a_cl03 {
  background-color: #7e8080;
}

#a_cl04 {
  background-color: #e6be9f;
}

#a_cl05 {
  background-color: #212121;
}

#a_cl06 {
  background-color: #ef810f;
}

#a_cl07 {
  background-color: #8b0000;
}

#a_cl08 {
  background-color: #6d4c33;
}

#a_cl09 {
  background-color: #d38027;
}

#a_cl10 {
  background-color: #2a7762;
}

#a_cl11 {
  background-color: #009a57;
}

#a_cl12 {
  background-color: #204537;
}

#a_cl13 {
  background-color: #285294;
}

#a_cl14 {
  background-color: #1d3156;
}

#r_cl01 {
  background-color: #f0f0f0;
}

#r_cl02 {
  background-color: #9c9c9c;
}

#r_cl03 {
  background-color: #212121;
}

#r_cl04 {
  background-color: #6d4c33;
}

#v_cl01 {
  background-color: #f0f0f0;
}

#v_cl02 {
  background-color: #9c9c9c;
}

#v_cl03 {
  background-color: #212121;
}

#v_cl04 {
  background-color: #6d4c33;
}

#d_cl01 {
  background-color: #f0f0f0;
}

#d_cl02 {
  background-color: #9c9c9c;
}

#d_cl03 {
  background-color: #212121;
}

#d_cl04 {
  background-color: #6d4c33;
}
