@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 .tit {
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .tit {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .tit {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
.cmnLayout01 .lead {
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .lead {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .lead {
    font-size: 0.12rem;
  }
}
.cmnLayout01 .step {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .step {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .step {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .step + .step {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .step + .step {
    margin-top: 0.6rem;
  }
}
.cmnLayout01 .step + .step:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 0;
  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;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .step + .step:after {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .step + .step:after {
    margin-bottom: 0.2rem;
  }
}
.cmnLayout01 .steptit b {
  display: block;
  font-family: roboto, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .steptit b {
    font-size: 0.3rem;
    letter-spacing: 0.07rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .steptit b {
    font-size: 0.2rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.1rem;
  }
}
.cmnLayout01 .steptit span {
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .steptit span {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .steptit span {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
.cmnLayout01 .stepdesc {
  line-height: 2;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .stepdesc {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .stepdesc {
    font-size: 0.12rem;
  }
}
.cmnLayout01 .stepdesc img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .cmnLayout01 .stepdesc img {
    width: 1.49rem;
    margin: 0 0.04rem;
  }
}
@media screen and (max-width: 640px) {
  .cmnLayout01 .stepdesc img {
    margin: 0 0.04rem;
  }
}
.no-touchevents .cmnLayout01 .stepdesc a:hover {
  text-decoration: underline;
}