@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
300：Light
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
Notoフォント設定
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
.cmnLayout01 .qabox {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .qabox {
    border-radius: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .qabox {
    border-radius: 0.05rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .qabox + .qabox {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .qabox + .qabox {
    margin-top: 0.2rem;
  }
}
.cmnLayout01 .qabox.active .qatit:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cmnLayout01 .qatit {
  position: relative;
  background-color: #9F927F;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .qatit {
    padding: 0.2rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .qatit {
    padding: 0.1rem;
    font-size: 0.16rem;
  }
}
.cmnLayout01 .qatit:before {
  content: "Q. ";
}
.cmnLayout01 .qatit:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto;
  border-top: 10px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cmnLayout01 .qadesc {
  position: relative;
  background-image: url(../img/top/bg01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .qadesc {
    padding: 0.25rem 0.2rem 0.25rem 0.47rem;
    font-size: 0.14rem;
    line-height: 2;
    text-indent: -0.12rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .qadesc {
    padding: 0.15rem 0.09rem 0.15rem 0.33rem;
    font-size: 0.12rem;
    line-height: 2;
    text-indent: -0.12rem;
  }
}
.cmnLayout01 .qadesc:before {
  content: "A. ";
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .qadesc:before {
    width: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .qadesc:before {
    width: 0.11rem;
  }
}