html {
  color: #000;
  line-height: 1.75;
}

h1, h2, h3, p{
  text-align: left;
	margin-left: 0.10rem;
}

@font-face {
    font-family: 'noekaechregular';
    src: url('noekaech-regular-webfont.woff2') format('woff2'),
         url('noekaech-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.faq-list {
  max-width: 61.5rem;
  margin: 30px auto 0;
  list-style-type: none;
}

.faq-list > li.open .list-header:after {
  transform: rotate(180deg);
}
.faq-list > li.open .list-content {
  max-height: 20000px;
  -webkit-transition: max-height 0.4s ease-in;
  -moz-transition: max-height 0.4s ease-in;
  -ms-transition: max-height 0.4s ease-in;
  -o-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in;
}
.faq-list .start-header {
  position: relative;
	padding: 20px 0 20px 30px;
  line-height: 40px;
  cursor: pointer;
		font-size: 8.25rem;	
	font-weight: 800;
}
.faq-list .list-header {
  position: relative;
  padding: 20px 0 20px 30px;
  line-height: 40px;
  cursor: pointer;
	font-weight: 599;
		font-size: 6.9rem;

}
.faq-list .list-header:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
	font-size: 40px;
  top: 45px;
  right: 25px;
  border-style: solid;
  border-width: 24px 18px 0 18px;
  border-color: #757575 transparent transparent transparent;
  -webkit-transition: transform 0.5s ease-in;
  -moz-transition: transform 0.5s ease-in;
  -ms-transition: transform 0.5s ease-in;
  -o-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;	
}
.faq-list .list-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}
.faq-list .list-content-inner {
  padding: 0 45px 15px;
}
.list-content-inner {
  padding: 0 45px 15px;
}