﻿/*---------------------------------------
	closet
----------------------------------------*/
.sub-closet h4,
.sub-closet-detail h4 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.sub-closet p {
  text-align: center !important;
}

.sub-closet .flexB img {
  width: 80%;
}

.closet_midashi {
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .closet_midashi {
    margin-bottom: 10px;
  }
}

/*---------------------------------------
	closet detail01
----------------------------------------*/
.sub-closet-detail .subcon-sub .qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.sub-closet-detail .subcon-sub .qa-list dl:first-child {
  border-top: 1px solid #000;
}

.sub-closet-detail .subcon-sub .qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.sub-closet-detail .subcon-sub .qa-list .open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sub-closet-detail .subcon-sub .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-size: 18px;
}

.sub-closet-detail .subcon-sub .qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #5f6a4d;
}

.sub-closet-detail .subcon-sub .qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  color: #5f6a4d;
}

.sub-closet-detail .subcon-sub .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.sub-closet-detail .subcon-sub .qa-list dl dd p {
  margin: 30px 0 0;
}

.sub-closet-detail .subcon-sub .qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sub-closet-detail .subcon-sub .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .sub-closet-detail .subcon-sub .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .sub-closet-detail .subcon-sub .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .sub-closet-detail .subcon-sub .qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }
  .sub-closet-detail .subcon-sub .qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
  }
  .sub-closet-detail .subcon-sub .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .sub-closet-detail .subcon-sub .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .sub-closet-detail .subcon-sub .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

.sub-closet-detail img {
  width: auto !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

#point {
  background-color: #f4f4f4;
}

#point .midashi {
  font-weight: bold;
  font-size: 2rem;
}

#flame dl.flame-flex,
#mattress dl.flame-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flame dl.flame-flex dt {
  width: 40%;
}
#mattress dl.flame-flex dt {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #flame dl.flame-flex dt,
  #mattress dl.flame-flex dt {
    width: 100%;
    order:1;
  }
}

#flame dl.flame-flex dd {
  width: 57%;
}
#mattress dl.flame-flex dd {
  width: 57%;
}

@media screen and (max-width: 767px) {
  #flame dl.flame-flex dd {
    width: 100%;
    order:2;
  }
  #mattress dl.flame-flex dd {
    width: 100%;
    order:2;
  }
}

#flame dl.flame-flex dd .ttl,
#mattress dl.flame-flex dd .ttl {
  font-size: 2rem;
  font-weight: bold;
}

#flame dl.flame-flex dd hr,
#mattress dl.flame-flex dd hr {
  border-bottom: 1px solid #9c9c9c;
  padding: 0px 0px;
  background: none;
  border-top: none;
  margin-bottom: 20px;
}
