/*トグルになるメニューの初期のデザイン*/
.faq-contents {
	box-shadow:
        0px 4px 8px rgba(18, 47, 61, 0.2),
        0px -4px 8px rgba(248, 253, 255, 0.9),
        inset 0px 4px 8px transparent,
        inset 0px -4px 8px transparent;
}
dl.toggle dt {
    margin-top: 25px;
    cursor: pointer;
    padding: 1.5em 2em 1.5em 5em;
    position: relative;
    background: #FEFDFC;
    color: #222222;
    font-size: 1.2em;
    text-align: left;
    position: relative;
    border-bottom: 0px solid #DADADB;
    font-weight: 500;
}
/*dl.toggle dt {
  margin-top: 0;
  cursor: pointer;
  padding: 1em 1em 1em 50px;
  position: relative;
  background: #F0F2F9;
  color: #333333;
  font-size: 1.2em;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #DADADB;
 font-weight: 700;
}*/
dl.toggle dt::before, dl.toggle dt::after {
  position: absolute;
  top: 23px;
  right: 10px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 0px solid #96979B;
  transform: translateX(-50%);
}
dl.toggle dt::before {
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
dl.toggle dt::after {
    position: absolute;
    top: 30px;
    right: 34px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #29B2DA;
    border-right: 2px solid #29B2DA;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}
/*トグルになるメニューがアクティブ時のデザイン*/
/*dl.toggle dt.active {
  cursor: pointer;
  padding: 1em 1em 1em 3em;
  position: relative;
  text-align: left;
  color: white;
  background: #7181B5;
}*/
dl.toggle dt.active {
    cursor: pointer;
    padding: 1.5em 2em 1.5em 5em;
    position: relative;
    text-align: left;
    color: #222222;
    background: #FEFDFC;
}
/*dl.toggle dt.active {
    cursor: pointer;
    padding: 1em 1em 1em 3em;
    position: relative;
    text-align: left;
    color: #e86643;
    background: #FEFDFC;
}*/
dl.toggle dt.active::before {
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
/*dl.toggle dt.active::after {
  position: absolute;
  top: 23px;
  right: 10px;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFFFFF;
  transform: translateX(-50%);
}*/
dl.toggle dt.active::after {
    position: absolute;
    top: 34px;
    right: 34px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #29B2DA;
    border-right: 2px solid #29B2DA;
    transform: translateX(-50%);
    transform: rotate(-45deg);
}
dl.toggle dd dl dt, dl.toggle dd dl dt.active {
  text-align: left;
  font-size: 1.0em;
}
dl.toggle dd dl dd {
  background: #F1F1F1;
}
dl.toggle dd dl dd ul {
  list-style: none;
}
/*表示切り替えしたい要素は最初は非表示にしておく*/
/*dl.toggle dd {
    display: none;
    background: 15px 25px #FEFDFC;
    text-align: left;
}*/
dl.toggle dd {
    display: none;
    background: #FEFDFC;
    text-align: left;
    padding: 1em 6em 1em 6em;
}
dl.toggle dd ul li a {
	display: block;
	padding: 15px 10px 15px 83px;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: solid 1px #C5C5C6;
}
.faq-q {
  /*	padding-left:3em;*/
  position: relative;
}
/*
.faq-q::before{
 content: 'Q';
  position: absolute;
 left: 0;
 background: #009749;
 color: white;
 padding: 0 0.4em;
}
*/
.faq-a {
    position: relative;
    padding: 1.5em 2em 1.5em 4.5em;
    background-color: #F2F2F2;
    line-height: 1.5;
}
/*
.faq-a::before{
 content: 'A';
  position: absolute;
 left: 0;
 background: #0097BA;
 color: white;
 padding: 0 0.4em;
}
*/

/* よくある質問 ----------------------------------------------------------------------------------------- */
.page-id-10 dl.toggle dt {
    position: relative;
    background: #E1E1E1;
	margin-top: 30px;
}
.page-id-10 dl.toggle dt::before {
	position: absolute;
    top: 0%;
    left: 19px;
    content: 'Q.';
    display: inline-block;
    width: 13px;
    height: 13px;
    border-top: none;
    transform: translateX(-50%);
    font-size: 30px;
    color: #7A0000;
}
.page-id-10 dl.toggle dt::after{
	position: absolute;
    top: 36%;
    right: 14px;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 2px solid #606060;
    border-right: 2px solid #606060;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.page-id-10 dl.toggle dt.active {
    color: #7A0000;
	padding: 1em 1em 1em 50px;
}
.page-id-10 dl.toggle dt.active::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.page-id-10 .faq-a {
    padding: 10px 50px;
    position: relative;
    background-color: #FFFFFF;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
dl.toggle dt {
    padding: 1.5em 4em 1.5em 65px;
}	
}
@media screen and (max-width: 768px) {
.faq-a {
    padding: 1.5em 2em 1.5em 3.5em;
}
  dl.toggle dt {
    font-size: 1.0em;
    padding: 1.5em 4em 1.5em 20px;
}
dl.toggle dt.active {
    padding: 1.5em 4em 1.5em 20px;
}
dl.toggle dd {
    padding: 0em 1em 1em 1em;
}
dl.toggle dt::before {
    top: 20px;
}
dl.toggle dt::after {
    top: 27px;
}
dl.toggle dt.active::after {
    top: 32px;
}
  .sp-toggle .sp-t-midashi {
    cursor: pointer;
    position: relative;
  }
  .sp-toggle .sp-t-midashi::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #71504E;
    border-right: solid 2px #71504E;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 30%;
    right: 2%;
    margin-top: -4px;
    color: white;
  }
  .sp-toggle .sp-t-midashi.active::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #71504E;
    border-right: solid 2px #71504E;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    right: 2%;
    margin-top: -4px;
    color: white;
  }
  .sp-toggle .sp-t-inside {
    display: none;
  }
  /*
  dl.toggle dd img {
    width: 60%;
    height: auto;
    padding-left: 2%;
  }*/
	
/* よくある質問 ----------------------------------------------------------------------------------------- */
.page-id-10 dl.toggle dt.active {
    padding: 1em 1em 1em 50px;
}	
.page-id-10 dl.toggle dt::before {
	font-size: 26px;
    top: -6%;
	padding-left: 6px;
}	
}