@charset "UTF-8";
/*=============================================================================
  Copyright (C) Mitsubishi Estate Group
  QA CSS
=============================================================================*/
/*=============================================================================
  Common
=============================================================================*/
#Sec1,#Sec2,#Sec3,#Sec4,#Sec5 { padding-top: 100px; }
@media screen and (max-width: 1220px){
  #Sec1,#Sec2,#Sec3,#Sec4,#Sec5 { padding-top: 123px; }
}
@media screen and (max-width: 768px){
  #Sec1,#Sec2,#Sec3,#Sec4,#Sec5 { padding-top: 60px; }
}
.qa-menu-lst {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.qa-menu-lst::after {
  content: "";
  display: block;
  clear: both;
}
.qa-menu-lst > li {
  display: block;
  width: 18.5454545%;
  float: left;
  margin-left: 1.8181818%;
}
.qa-menu-lst > li:nth-child(5n+1){
  clear: both;
  margin-left: 0;
}
.qa-menu-lst > li a {
  display: table;
  width: 100%;
  height: 90px;
  border: 1px solid #010101;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.333333;
  position: relative;
}
.qa-menu-lst > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #010101 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
}
.qa-menu-lst > li a span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.qa-menu-lst > li.is-active a {
  background-color: #bb342e;
  border-color: #bb342e;
  color: #ffffff;
}
.qa-menu-lst > li.is-active a::after {
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 1080px){
  .qa-menu-lst > li a { font-size: 15px; }
}
@media screen and (max-width: 910px){
  .qa-menu-lst > li a { font-size: 14px; }
}
@media screen and (max-width: 860px){
  .qa-menu-lst > li {
    width: 48.8095238%;
    margin-left: 2.3809523%;
    margin-bottom: 10px;
  }
  .qa-menu-lst > li:nth-child(5n+1){
    clear: none;
    margin-left: 2.3809523%;
  }
  .qa-menu-lst > li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
  }
  .qa-menu-lst > li a { height: 60px; }
  .qa-menu-lst > li a span br { display: none; }
}
@media screen and (max-width: 767px){
  .qa-menu-lst > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    float: none;
  }
  .qa-menu-lst > li:nth-child(5n+1){
    clear: none;
    margin-left: 0;
  }
  .qa-menu-lst > li:nth-child(2n+1){
    clear: none;
    margin-left: 0;
  }
}

.qa-cont-lst {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.qa-cont-lst > li { display: none; }
.qa-cont-lst > li.is-active { display: block; }

.qa .m-LstQA {
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
  margin-bottom: 15px;
}
.qa .m-LstQA.is-last {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}
.qa .m-LstQA dt { cursor: pointer; }
.qa .m-LstQA dt::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.qa .m-LstQA dt.is-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qa .m-LstQA dd { display: none; }
.qa .m-LstQA dd a { text-decoration: underline; }
.qa .m-LstQA dd a:hover { text-decoration: none; }
@media screen and (max-width: 767px){
  .qa .m-LstQA dt {
    font-size: 14px;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .qa .m-LstQA dt::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .qa .m-LstQA dt::after {
    width: 5px;
    height: 5px;
    right: 10px;
  }
  .qa .m-LstQA dd { font-size: 14px; }
}
