@charset "UTF-8";

/* CSS Document */



/*#mv*/

.mv {
  background: url(../img/mv_bg.jpg);
}
.mv h2{
	color: #fff;
}





.accordion {
	margin-top: 100px;
}

.q-title {
  display: block;
  position: relative;
  margin: 0;
  padding:15px 15px 15px 80px;
  font-size: 1.25em;
  font-weight: normal;
	background: #f6f6f6;
  cursor: pointer;
	background: url(../img/q.png) no-repeat left #f6f6f6;
}

.q-title:hover,
.q-title:active,
.content-entry.open .q-title {
  background-color: #1d704f;
  color: white;
}

.q-title:hover i:before,
.q-title:hover i:active,
.content-entry.open i {
  color: white;
}

.q-title{
  position: relative;
margin-bottom: 15px;
}

.q-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.q-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.a-content {
  display: none;
  margin: 10px 0 30px 10px;
}





/*SP*/

@media only screen and (max-width: 768px) {
.accordion {
	margin-top: 30px;
}
.q-title {
  padding:10px 10px 10px 45px;
  font-size: 1.1em;
	background: url(../img/q.png) no-repeat left #f6f6f6;
	background-size: 7%;
	margin-bottom: 5px;
}
}

/*SP*/

@media only screen and (max-width: 800px) {
 

	
	
	
	
}