@charset "utf-8";

ul {
  list-style: none;
}

.accordion-item {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
}
h3.question{
	background-color: #D44C46;
    padding-left: 1.2em;
	color: #fff;
    border-bottom: 0;
}
.question {
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
h3.question02{
	background-color: #ab8483;
    padding-left: 1.2em;
	color: #fff;
    border-bottom: 0;
}
.question02 {
  font-size: 22px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

.accordion-item span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 20px;
  transform: scale(1.5, 1);
}

.answer{
  display: none;
  font-size: 17px;

}
.answer p {
  font-weight: 500;
  padding: 16px 0;
}
li.accordion-item.mdl-list__item:last-child {
    margin-bottom: 5px;
}
#modalWindow .accordion-item span {
    top: 16px;
}
#modalWindow .accordion-item {
    margin-top: 19px;
}
@media only screen and (max-width:650px) {
/*スマホ用のcssを記述*/
.question {
  font-size: 3.4vw;
  height: 9.4vw;
  line-height: 9.4vw;
  letter-spacing: 1px;
}
.question02 {
  font-size: 3.4vw;
  height: 9.4vw;
  line-height: 9.4vw;
  letter-spacing: 1px;
}
.accordion-item span {
    top: 3vw;
    right: 4vw;
    font-size: 4vw;
}
.answer p {
    font-size: 3.3vw;
	line-height: 5.3vw;
    padding: 2vw 0;
}
li.accordion-item.mdl-list__item:last-child {
    margin-bottom: 1.8vw;
}
#modalWindow .accordion-item span {
    top: 2vw;
}
}