@charset "UTF-8";

#qa {
  padding: 42px 0 151px;
  background-color: #f0edd7;
}

@media screen and (max-width: 750px) {
  #qa {
    padding: 42px 0 50px;
  }
}

#qa .title {
  color: #E35504;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}

@media screen and (max-width: 750px) {
  #qa .title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

#qa .q-list::after {
  display: block;
  content: "";
  clear: both;
}

#qa .q-list .each-q {
  width: 450px;
  background-color: #fff;
  position: relative;
  float: left;
  margin-top: 59px;
}

#qa .q-list .each-q:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  #qa .q-list .each-q:nth-of-type(2n) {
    float: right;
  }
  #qa .q-list .each-q:nth-of-type(2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q {
    width: 100%;
    margin-top: 44px;
  }

  #qa .q-list .each-q,
  #qa .q-list .each-q:nth-of-type(2n) {
    float: none;
  }
}

#qa .q-list .each-q .q {
  padding: 63px 40px 34px 50px;
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q .q {
    padding: 41px 40px 20px;
  }
}

#qa .q-list .each-q::before,
#qa .q-list .each-q::after,
#qa .q-list .each-q .q::before,
#qa .q-list .each-q .q::after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background-color: #f0edd7;
}

#qa .q-list .each-q::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -19%);
}

#qa .q-list .each-q::after {
  top: 50%;
  right: 0;
  transform: translate(19%, -50%);
}

#qa .q-list .each-q .q::before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 81%);
  background-color: #ffffff;
}

#qa .q-list .each-q .q::after {
  top: 50%;
  left: 0;
  transform: translate(-19%, -50%);
}

@media screen and (min-width: 751px) {
  #qa .q-list .each-q:nth-of-type(2n-1)::after {
    transform: translate(75%, -50%);
    background-color: #ffffff;
  }
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q::before,
  #qa .q-list .each-q::after,
  #qa .q-list .each-q .q::before,
  #qa .q-list .each-q .q::after {
    width: 35px;
    height: 35px;
  }
  #qa .q-list .each-q::after {
    transform: translate(75%, -50%);
    background-color: #ffffff;
  }
}

#qa .q-list .each-q .q .num {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 48px;
  width: 88px;
  padding-bottom: 8px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #004e97;
  border-radius: 15px 15px  15px 0;
  position: absolute;
  top: -17px;
  left: 24px;
}

#qa .q-list .each-q .q .num::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 9px solid;
  border-color: #004e97 transparent transparent #004e97;
  box-sizing: border-box;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q .q .num {
    font-size: 24px;
    line-height: 31px;
    width: 62px;
    padding-bottom: 8px;
    border-radius: 10px 10px 10px 0;
    top: -13px;
    left: 24px;
  }

  #qa .q-list .each-q .q .num::after {
    width: 14px;
    height: 14px;
    border: 7px solid;
    border-color: #004e97 transparent transparent #004e97;
    transform: translateY(100%);
  }
}

#qa .q-list .each-q .q .text {
  color: #004e97;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto 23px;
}

@media screen and (min-width: 751px) {
  #qa .q-list .each-q:last-of-type .q .text {
    padding: 2.31em 0;
  }
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q .q .text {
    font-size: 14px;
    line-height: 1.79;
    margin: 0 auto 11px;
  }
}

#qa .q-list .each-q .q .qora {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7a7a7;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 31px;
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q .q .qora {
    font-size: 15px;
    margin-bottom: 17px;
  }
}

#qa .q-list .each-q .q .qora .maru {
  width: 51px;
  height: 51px;
  margin-right: 15px;
  border: 8px solid #80bb31;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  #qa .q-list .each-q .q .qora .maru {
    width: 36px;
    height: 36px;
    margin-right: 11px;
    border: 6px solid #80bb31;
  }
}

#qa .q-list .each-q .q .qora .batsu {
  width: 52px;
  height: 52px;
  margin-left: 15px;
  position: relative;
}

#qa .q-list .each-q .q .qora .batsu::before,
#qa .q-list .each-q .q .qora .batsu::after {
  display: block;
  content: "";
  width: 70px;
  height: 8px;
  border-radius: 4px;
  background-color: #E0242F;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 750px) {

  #qa .q-list .each-q .q .qora .batsu {
    width: 36px;
    height: 36px;
    margin-left: 11px;
  }

  #qa .q-list .each-q .q .qora .batsu::before,
  #qa .q-list .each-q .q .qora .batsu::after {
    width: 49px;
    height: 6px;
    border-radius: 3px;
    left: 50%;
  }
}

#qa .q-list .each-q .q .qora .batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

#qa .q-list .each-q .q .qora .batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#qa .q-list .each-q .q .btn {
  width: 328px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #qa .q-list .each-q .q .btn .answer {
    line-height: 46px;
  }
}



#qa .a-list {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

#qa .a-list .modal-scroll {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

#qa .a-list .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(229, 90, 36, 0.7);
}

#qa .a-list .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px 0;
}

@media all and (min-width: 751px) and (max-height: 700px) {
  #qa .a-list .inner {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner {
    height: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 750px) and (max-height: 360px) {
  #qa .a-list .inner {
    height: auto;
  }
}

#qa .a-list .inner .each-a {
  width: 500px;
  padding: 49px 0 63px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: none;
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a {
    width: 84%;
    padding: 23px 40px 25px;
  }
}

@media screen and (max-width: 340px) {
  #qa .a-list .inner .each-a {
    padding: 23px 30px 25px;
  }
}

#qa .a-list .inner .each-a .a-head {
  color: #004e97;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .a-head {
    font-size: 17px;
    margin-bottom: 17px;
  }
}

#qa .a-list .inner .each-a .answer-area {
  height: 210px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .answer-area {
    height: 130px;
    margin: 0 auto 11px;
  }
}


#qa .a-list .inner .each-a .answer-area .maru {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border: 30px solid #80bb31;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .answer-area .maru {
    width: 130px;
    height: 130px;
    border: 19px solid #80bb31;
  }
}

#qa .a-list .inner .each-a .answer-area .batsu {
  width: 196px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#qa .a-list .inner .each-a .answer-area .batsu::before,
#qa .a-list .inner .each-a .answer-area .batsu::after {
  display: block;
  content: "";
  width: 264px;
  height: 30px;
  border-radius: 15px;
  background-color: #E0242F;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .answer-area .batsu {
    width: 179px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #qa .a-list .inner .each-a .answer-area .batsu::before,
  #qa .a-list .inner .each-a .answer-area .batsu::after {
    width: 175px;
    height: 19px;
    border-radius: 10px;
  }
}

#qa .a-list .inner .each-a .answer-area .batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

#qa .a-list .inner .each-a .answer-area .batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#qa .a-list .inner .each-a .text {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #qa .a-list .inner #q1.each-a .text {
    width: 381px;
  }

  #qa .a-list .inner #q2.each-a .text {
    width: 400px;
  }

  #qa .a-list .inner #q3.each-a .text {
    width: 340px;
  }

  #qa .a-list .inner #q4.each-a .text {
    width: 330px;
  }

  #qa .a-list .inner #q5.each-a .text {
    width: 415px;
  }

  #qa .a-list .inner #q6.each-a .text {
    width: 401px;
  }
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .text {
    font-size: 14px;
    line-height: 1.79;
  }
}

#qa .a-list .inner .each-a .text a {
  color: #004e97;
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  #qa .a-list .inner .each-a .text a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 750px) {
  #qa .a-list .inner .each-a .text a {
    font-size: 14px;
  }
}

#qa .a-list .inner .each-a .close {
  width: 56px;
  height: 56px;
  border: 2px solid #004e97;
  border-radius: 50%;
  background-color: #004e97;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}

#qa .a-list .inner .each-a .close::before,
#qa .a-list .inner .each-a .close::after {
  display: block;
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}

#qa .a-list .inner .each-a .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#qa .a-list .inner .each-a .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  #qa .a-list .inner .each-a .close,
  #qa .a-list .inner .each-a .close::before,
  #qa .a-list .inner .each-a .close::after {
    transition: all .2s ease;
  }

  #qa .a-list .inner .each-a .close:hover {
    background-color: #ffffff;
  }


  #qa .a-list .inner .each-a .close:hover::before,
  #qa .a-list .inner .each-a .close:hover::after {
    background-color: #004e97;
  }
}

@media screen and (max-width: 750px)  {
  #qa .a-list .inner .each-a .close {
    width: 44px;
    height: 44px;
  }

  #qa .a-list .inner .each-a .close::before,
  #qa .a-list .inner .each-a .close::after {
    width: 26px;
    height: 2px;
  }
}