@charset "UTF-8";

main{
}
.n_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}

.under_mv{
  background: url("/eco/faq/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.major_links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 668px;
    width: 100%;
    margin: 30px auto 0;
}
a.major_btn {
    max-width: 324px;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
  position: relative;
}
a.major_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}
.ex_bot {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  padding: 10px;
    border: 1px solid #05626D;
    margin-top: 30px;
}
a.ex{
  color: #05626D;
  text-decoration: underline;
}

.faq_row {
    margin-top: 40px;
}
.faq_q {
    display: flex;
    align-items: center;
  font-weight: bold;
}
.faq_q::before {
    content: 'Q';
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  font-weight: bold;
    background: transparent linear-gradient(90deg, #009441 0%, #218B7F 100%) 0% 0% no-repeat padding-box;
  margin-right: 10px;
}
.faq_a{
  margin-top: 1em;
}
@media screen and (max-width: 767px) {

.faq_q {
    align-items: baseline;
}
}
@media print {

}