
/*faq*/
.qa-box { position: relative; margin-bottom: 30px; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start;}
.qa-box > div:nth-of-type(1) { position:relative; z-index: 10; border-radius: 10px; border:2px solid #00913A; padding: 4px 20px 8px 10px; background: #fff; display: flex; flex-direction: row; flex-wrap: nowrap;  font-size: 20px; align-items: center; }
.qa-box > div:nth-of-type(1) > span { font-family: 'Damion', cursive; color: #00913A; font-size: 70px; position: relative; top:-6px; line-height: 50%;	}
.qa-box > div:nth-of-type(1) > div { color: #00913A; font-style: italic; font-weight: bold; letter-spacing: 1px; font-size: 20px; padding-left: 8px;}
.qa-box > div:nth-of-type(2) { position:relative; border-radius: 10px; border:2px solid #ddd; padding: 25px 20px 20px 20px ; margin-top: -10px; margin-left: 20px; width: calc(100% - 20px); line-height: 140%;}
.qa-box > div:nth-of-type(2) p {margin-bottom: 30px;}


