hr {
	border-top: 1px dotted #808080;
}


.accordion-container h4 {
  font-weight: 900;

}

.accordion-container p {
  font-size: 110%;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  padding:1.5rem; 
  display: block;
  position: relative;
  background-image: url(../img/qa/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
	color: #333333;
	font-weight: bold;
}

.accordion-container .pb {
  padding-bottom: 1.7rem;
}


.accordion-container .accordion-content {
  padding: 0.5em 1rem 0 1.2rem; 

}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
}

.article-title{
  position: relative;
}

.article-title::after {
  background:url(../img/qa/open.png) center center no-repeat;
  background-size:80px auto;
  content: "";
  width: 82px;
  height: 45px;
  position: absolute;
  right: 25px;
  top: 2rem;
　
  /*transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #1B1464;
  border-right: solid 2px #1B1464;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);*/
}

.article-title.open::after {
  background:url(../img/qa/close.png) center center no-repeat;
  background-size:80px auto;
  content: "";
  width: 82px;
  height: 45px;
  position: absolute;
  right: 25px;
  top: 2rem;
}

.accordion-content {
  display: none;
}

@media (max-width: 992px) {/*992px以下で表示*/
 
  .accordion-container .article-title {
    padding: 0.9rem;
  }

.article-title::after {
    width: 82px;
    height: 45px;
    top: 1.5rem;
    right: 12px;
}

.article-title.open::after {
    width: 82px;
    height: 45px;
    top: 1.5rem;
    right: 12px;
}

.accordion-container .pb {
  padding-bottom: 1.3rem;
}


}



@media (max-width: 768px) {/*768px以下で表示*/


.accordion-container .article-title {
     padding:  1rem 1rem 0.2rem 1rem;
}

.accordion-container .pb {
  padding-bottom: 0.6rem;
}

.accordion-container h4 {
  font-size: 90%;

}



.accordion-container p {
  font-size: 100%;

}
.accordion-container .article-title {
    background-image: url(../img/qa/sp_bg.png);
    background-repeat: no-repeat;
    background-size: 100%

}



.article-title::after {
    background-size: 42px auto;
    width: 42px;
    height: 23px;
    right: 10px;
    top:1.5rem;

}

.article-title.open::after {
    background-size: 42px auto;
    width: 42px;
    height: 23px;
    right: 10px;
    top:1.5rem;

}


}



@media (max-width: 767px) {/*767px以下で表示*/

.col-1 {
    -ms-flex: 0 0 6.333333%;
    flex: 0 0 6.333333%;
    max-width: 6.333333%;
}

.accordion-container h4 {
  font-size: 70%;
  margin-bottom: 5px;

}

.accordion-container .accordion-content {
  padding: 0 1rem 0 0; 

}

.accordion-container .article-title {
    padding: 0; 
    background-image: url(../img/qa/sp_bg.png);
    background-repeat: no-repeat;
    background-size: 100%

}

.article-title::after {
    background-size: 42px auto;
    width: 42px;
    height: 23px;
    right: 10px;
    top:1rem;

}

.article-title.open::after {
    background-size: 42px auto;
    width: 42px;
    height: 23px;
    right: 10px;
    top:1rem;

}

}


@media (max-width: 414px) {/*414px以下で表示*/

  .accordion-container .article-title {
      background-position: bottom;
  }
}

@media (max-width: 320px) {/*320px以下で表示*/

    .accordion-container .article-title {
        background-image: url(../img/qa/sp_bg2.png);
    }


}
