@charset "utf-8";
/*
#####################################
Page
#####################################
*/
.page-title {
  background: url("/_materials/img/faq/bg-title_jp_sp.jpg") no-repeat center 0/cover;
}

@media (min-width: 769px) {
  .page-title {
    background: url("/_materials/img/faq/bg-title_jp_pc.jpg") no-repeat center 0/cover;
  }
}

/*
#####################################
Toggle
#####################################
*/
.toggle{font-size: 1.2em;}
.toggle .tgl-ttl {
  position: relative;
  max-width: 100%;
  margin: 1em auto;
  padding: .5em 2.4em .5em 1em;
  background: #dcdcdc;
  background-position: right 10px center;
  border-radius: 1.5em;
  font-weight: 700;
  cursor: pointer;
}
.toggle .tgl-ttl i {
  position: absolute;
  content: url("/_materials/img/faq/arrow.svg");
  right: 1em;
  top: 40%;
  width: 1em;
}
  .toggle .tgl-ttl.active i{
  transform:rotateX(180deg);
}

.toggle .tgl-inner {
  display: none;
  padding: 0em 1em;
}
.toggle .tgl-inner .link a{
  font-size: .8em;
  color:#bc65ff;
}
  .toggle .tgl-inner .link{
  padding-left: 1em;
  background: url("/_materials/img/faq/link-mark.png") bottom 4px left /0.8em no-repeat;
}
@media (max-width: 768px)
	.en .btn {
		font-size: 3.9vw;
}
.fr .btn {
	font-size: 3.4vw;
}