@charset "UTF-8";

.bg {
  padding: 20px 0;
  background:url(../../img/bg.png) #FEFFED;
  background-size: 400px;
  background-position: center;
}

.title {
  padding: 40px 0;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00307C;
}

.txt_01{
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  background: #00307c;
  border-radius: 50px;
}


/* faq
=============================================== */
.faq_box {
  border: 3px solid #38cce6;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 80px;
}

.faq_ttl ul:nth-of-type(1) {
  margin-bottom: 30px;
}

.faq_ttl ul li {
  list-style: disc;
  margin-left: 20px;
}

.faq_ttl ul .faq_txt {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-left: 0;
}

.ttl_1 {
  font-size: 2rem;
  font-weight: bold;
  color: #00307C;
  margin-bottom: 10px;
}

.faq_list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.faq_list:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq_list .q{
  width: 30px;
  height: 30px;
  background: #00307C;
  border-radius: 20%;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  text-align: center;
  line-height: 30px;
}

.faq_list .a{
  width: 30px;
  height: 30px;
  background: #38cce6;
  border-radius: 20%;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  text-align: center;
  line-height: 30px;
}

.faq_list .a span{
  height: 30px;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}

.faq_list dd{
  width: calc(100% - 50px);
}

.q_txt {
  margin-bottom: 20px;
  color: #00307C;
  font-weight: bold;
}

.a_txt ul li {
  list-style: disc;
  margin-left: 25px;
}


/* ---------------------------------------------------------
@media (max-width: 768px)
----------------------------------------------------------- */
@media (max-width: 768px) {
  .title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }

  .faq_box {
    padding: 50px 30px;
    margin-bottom: 50px;
  }

  .txt_01 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------
@media (max-width: 600px)
----------------------------------------------------------- */
@media (max-width: 600px) {
  .title {
    font-size: 2.5rem;
  }
}

/* ---------------------------------------------------------
@media (max-width: 428px)
----------------------------------------------------------- */
@media (max-width: 428px) {
  .title {
    font-size: 2rem;
    padding: 20px 0;
  }

  .faq_box {
    padding: 30px 15px;
  }

  .faq_list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .faq_list .q {
    margin-right: 10px;
  }

  .faq_list .a {
    margin-right: 10px;
  }

  .faq_list dd {
    width: calc(100% - 45px);
  }

  .ttl_1 {
    font-size: 1.6rem;
  }

  .txt_01 {
    font-size: 1.8rem;
    padding: 5px;
  }
}
