.title_faq {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 40px 0;
}

.list_faq {padding:0 15px;}

#faq .nav_container .nav{
  padding: 0px 0px 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#faq .nav_container .nav .btn {
  position: relative;
  width: min(100%, 200px);
  padding: 10px 0;
  font-weight:600;
  transition: all ease-out 0.3s;
  border: none;
}
#faq .nav_container .nav .btn:before {
  content: "";
  top: 25%;
  left: 0;
  position: absolute;
  width: 1px;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
}
#faq .nav_container .nav .btn:last-child:after {
  content: "";
  top: 25%;
  right: 0;
  position: absolute;
  width: 1px;
  height: 50%;
  background: rgba(0, 0, 0, 0.2);
}

#faq .nav_container .nav .btn .title {
  text-align: center;
  font-size: 15px;
  line-height:1.2;
  color: var(--color-dark);
  transition: all ease-out 0.3s;
}
#faq .nav_container .nav .btn.active .title {
 color: #e68a9b;
}
#faq .nav_container .nav .btn.on{
  cursor: default;
  border-color:#e68a9b;
}

#faq {
  font-family: var(--font-sp1) !important;
  padding-bottom: 100px;
}

#faq ol li {
  margin: 5px 0;
}
#faq ul.none {
  display: none;
}

#faq div.category_02 {
  font-size: 16px;
  line-height:1.4;
  color: var(--color-dark);
  font-weight: 600;
  padding: 20px 20px;
  border-bottom: 1px solid #d5d6d6;
  background: #fff;
  letter-spacing:0;
}
#faq li.category_03 {
  font-size: 14px;
  color: #898989;
  padding: 20px 20px 20px 5%;
  border-bottom: 1px solid #d5d6d6;
  background: #fff;
  line-height: 1.4;
  font-weight: 400;
}
#faq li.category_03 strong {
  font-size: 15px;
  font-weight: 600;
}
#faq li.category_03 div {
  text-align: center;
}

#faq span.arrow {
  display: inline-block;
 color: #e68a9b;
  transform: rotate(0deg);
  font-size:10px;
}
#faq span.arrow.on {
  transform: rotate(90deg);
}

#faq ul,
#faq li {
    list-style: none;
}

.con1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
    .title_faq {
    font-size: 7vw;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    padding: 40px 0;
    }


    #faq .nav_container .nav{
    padding: 0px 0 4vw 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1vw;
	align-items:stretch;
    }
    #faq .nav_container .nav .btn {
    width: min(100%, 31vw);
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #faq .nav_container .nav .btn:before {
		display: none;
    }

    #faq .nav_container .nav .btn:last-child:after {
        display: none;
    }

    #faq .nav_container .nav .btn .title {
		font-size: 3vw;
    }

    #faq ol li {
    margin: 5px 0;
    }
    #faq ul.none {
    display: none;
    }

    #faq div.category_02 {
    font-size: 3vw;
    color: var(--color-dark);
    padding: 3vw 2vw;
    }
    #faq li.category_03 {
    font-size: 2.8vw;
    padding: 3vw 2vw 20px 5%;
    }
    #faq li.category_03 strong {
    font-size: 15px;
    font-weight: 600;
    }
    #faq li.category_03 div {
    text-align: center;
    }

    #faq li.category_03 ol * {
      font-weight: 400 !important;
    } 

    #faq ul,
    #faq li {
        list-style: none;
    }

    .con1200 {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
}