.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
      color: #000;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}
.left-area-content img{
	    margin-bottom: 38px;
    box-shadow: 3px 31px 20px -24px rgb(27 117 107 / 24%);
}
.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
      color: #000;
}

.question.active + .answercont {
}
.arsol-sss-contents-item{
	display:inline-block;
	width:100%;
	float:left;
	    padding-left: 10px;
    padding-right: 10px;
	    box-sizing: border--box;
}
.arsol-sss-contents-item.arsol-sss-contents-item-2{
	display:inline-block;
	width:50%;
}
.arsol-sss-contents-item .faq-item{
    border--bottom: 1px solid #eee;
	width:100%;
	display:inline-block;
}
.arsol-sss-tops{
	    display: inline-block;
    width: 100%;
}
.arsol-sss-contents{
	    display: block;
    width: 1240px;
    margin: 0 auto;
    max-width: 100%;
}
.arsol-sss-block-title{
	    display: block;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 26px;
    line-height: 40px;
    position: relative;
    color: #000;
    font-weight: bold;
}
.arsol-answer-question-box{
	    display: block;
    width: 600px;
    max-width: 95%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #eee;
    margin-top: 8vh;
    margin-bottom: 8vh;
}
.arsol-answer-question-box h1{
	    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.arsol-answer-question-box p{
	
}
@media only screen and (max-width: 768px) {
	.arsol-sss-contents-item.arsol-sss-contents-item-2 {
    display: inline-block;
    width: 100%;
    }
}