@charset "utf-8";
/* コトブキの住まい */
#mission .rightBox h4 {
  color: #22a085;
}
#house_01 .rightBox h4 span,
#house_02 h4 span,
#house_03 h4 span {
  color: #fff;
  background: #107c17;
  padding: 10px;
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 80%;
  letter-spacing: 0;
  font-weight: 900;
}
#house_01 .rightBox h4 span::before {
  content: "Point";
  font-size: 60%;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
}

#house_02 #CP02 .contents:nth-of-type(1) h4 span::before {
  content: "Type";
  font-size: 60%;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
}

#house_02 #CP02 .contents:nth-of-type(2) h4 span::before {
  content: "Merit";
  font-size: 60%;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
}

#house_03 #CP02 .contents:nth-of-type(1) h4 span::before {
  content: "Point";
  font-size: 60%;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
}

#house_03 #CP02 .contents:nth-of-type(2) h4 span::before {
  content: "Merit";
  font-size: 60%;
  font-weight: 700;
  display: inline-block;
  margin: 0 4px 0 0;
}

/* ----------------------------------------------------------コンセプトハウス */
#CP01 {
  padding: 0 0 3%;
}
#CP01 .contents:nth-of-type(1) .contentsDetail {
  max-width: inherit;
}
#CP01 .contents:nth-of-type(2) {
  background-color: #f8f2e9;
}
#CP01 #profBox {
  padding: 3% 0;
}
#CP01 #profBox p {text-align: left;}

#CP01 #profBox .detailBox {
  justify-content: center;
}
#CP01 #profBox .leftBox {
  width: auto;
}
#CP01 #profBox .rightBox {
  width: auto;
}

#CP01 .flexBox4 ul li h4 {
  font-size: 110%;
  letter-spacing: 1px;
  line-height: 1.4em;
}
#CP01 .flexBox4 ul li p {
  padding: 0;
  text-align: left;
  line-height: 1.4em;
  font-size: 90%;
}
#CP02 {}
#CP03 {}


/* ----------------------------------------------------------よくある質問 */
#faq h2 {
    padding: 3% 0 1%;
    font-size: 120%;
    text-align: left;
    font-weight: 700;
}
.accContainer {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}
.accContainer .accTitle {
    display: flex;
    margin: 0;
    padding: 20px;
    font-weight: normal;
    background: #eaf1ec;
    cursor: pointer;
    border-bottom: 1px dashed #999;
    font-size: 110%;
    justify-content: space-between;
}
.accContainer .accTitle span {
  line-height: 1.6em;
}
.accContainer .accTitle:hover, .accContainer .accTitle:active, .accContainer .content-entry.open .accTitle {
  background-color: #59744C;
  color: #ffffff;
}
.accContainer .accTitle:hover i:before, .accContainer .accTitle:hover i:active, .accContainer .content-entry.open i, .accContainer .accTitle:hover span {
  color: #ffffff;
}
.accTitle {
  position: relative;
}
.accTitle:after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accTitle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
    display: none;
    padding: 30px;
    text-align: left;
}
.accContainer {
  margin: 0 0 50px;
}


/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {


.accContainer .accTitle {
    padding: 10px;
    font-size: 90%;
}
}
