@charset "utf-8";

/* FAQ
==================================*/
  section dl {
	margin:0 13px 40px;
  }
  section dl:last-child {
	margin-bottom:60px;
  }
  section dl dt {
    font-size: 22px;
    line-height: 30px;
    transform: rotate(0.001deg);
	margin-bottom:15px;
	padding-left:45px;
  }
  section dl dt::before {
	content: "Q";
    color: #FFFFFF;
    background: #59c444;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 36px;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Yantramanav', sans-serif;
  }
  section dl dd {
    line-height:23px;
    transform: rotate(0.001deg);
	background:#f7fdf9;
	background-size:20px 20px;
    padding: 25px 25px 25px 70px;
  }
  section dl dd::before {
	content: "A";
    color: #FFFFFF;
    background: #02a240;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 36px;
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 22px;
	line-height:30px;
    font-family: 'Yantramanav', sans-serif;
  }
  section dl dd span {
    text-indent: -1em;
    display: inline-block;
    margin-left: 1em;
  }
