/*Q&A*/

#qa .contents{
  margin-top: 100px;
}

.qa-area{
  max-width: 700px;
  margin: 50px auto 0;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 10px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  cursor: pointer;
  margin: 0 0 1px 0;
    border: solid 1px;
    color: #000080;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  background-color: #fff;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #000080;
}
.cp_actab .cp_actab-content p {
  margin: 1em;
  text-align: left;
  font-size: 15px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
}
/* Icon */
.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  background-color: #00aaa6;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
  color: #fff;
}

.qa{
  max-width: 700px;
  margin: 0 auto;
}



/*talent.html*/
.t-list-container{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
  margin-top: 100px;
}

.t-list-item{
  max-width: 300px;
}

.top-btn{
    max-width: 250px;
    margin: 100px auto ;
}


/*footer*/
#footer{
  background-color: #00aaa6;
  color: #fff;
}

#footer > ul{
  max-width: 1100px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  padding: 15px 15px 30px 15px;
}

#footer > ul > li{
  width: 320px;
  margin-top: 15px;
}

#footer .footer-txt{
  display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
  margin-bottom: 5px;
}

.footer-ttl{
  border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  font-weight: 600;
}

.footer-span{
  font-size: 14px;
    margin-left: 10px;
}
.footer-txt span{
  margin-left: 22%;
}

#footer .sns-area{
  display: flex;
    justify-content: left;
}

#footer .sns-area >li{
  max-width: 50px;
    margin: 0 5px;
}
