@media screen and (min-width: 1051px) {
  .l-question__wrap {
    margin: 0 auto;
    padding: 100px 0 60px;
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsQuestion {
    max-width: 720px; }
  .p-contentsQuestion__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-question {
    padding: 60px 20px 0; }
  .p-question__item {
    margin-bottom: 40px;
    padding: 30px 20px;
    border: 1px solid #64382d80;
    background-color: rgba(255, 237, 179, 0.8);
    border-radius: 8px;
    position: relative; }
  .p-question__item:last-of-type {
    margin-bottom: 0; }
  .p-question__head,
  .p-question__answer {
    display: flex; }
    .p-question__head p,
    .p-question__answer p {
      line-height: 1.5;
      margin-top: 5px; }
  .p-question__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #64382d50; }
  .p-question__answer p {
    font-size: 1rem; }
  .p-question__icon {
    flex-shrink: 0;
    margin-right: 14px; }
    .p-question__icon img {
      width: 36px;
      height: auto; }
  /* circle */
  .c-circle__question03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%; }
  .c-circle__question04 {
    width: 150px;
    height: 145px;
    left: -12%;
    top: 80%; } }

@media screen and (max-width: 1050px) {
  .l-question__wrap {
    margin: 0 auto;
    padding: 80px 0 60px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsQuestion {
    max-width: auto;
    width: 100%;
    padding: 0 15px; }
  .p-contentsQuestion__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .p-question__list {
    max-width: 680px;
    margin: 50px auto; }
  .p-question__item {
    margin-bottom: 40px;
    padding: 30px 20px;
    border: 1px solid #64382d80;
    background-color: rgba(255, 237, 179, 0.8);
    border-radius: 8px;
    position: relative; }
  .p-question__item:last-of-type {
    margin-bottom: 0; }
  .p-question__head,
  .p-question__answer {
    display: flex; }
    .p-question__head p,
    .p-question__answer p {
      line-height: 1.5;
      margin-top: 5px; }
  .p-question__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #64382d50; }
  .p-question__answer p {
    font-size: 1rem; }
  .p-question__icon {
    flex-shrink: 0;
    margin-right: 14px; }
    .p-question__icon img {
      width: 36px;
      height: auto; }
  /* circle */
  .c-circle__question03 {
    width: 95px;
    height: 100px;
    bottom: 48%;
    right: 30%; }
  .c-circle__question04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 70%; } }

@media screen and (max-width: 768px) {
  .l-question__wrap {
    margin: 0 auto;
    padding: 50px 0 50px;
    max-width: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-contentsQuestion {
    max-width: auto;
    width: 100%;
    padding: 5px; }
  .p-contentsQuestion__title {
    font-size: 1.6rem;
    width: 60%;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .p-question__list {
    padding: 0 15px; }
  .p-question__head p,
  .p-question__answer p {
    margin-top: 2px;
    font-size: 0.9rem; }
  .p-question__icon {
    margin-right: 8px; }
    .p-question__icon img {
      width: 26px; }
  /* circle */
  .c-circle__question03 {
    width: 95px;
    height: 100px;
    top: 37%;
    right: 5px; }
  .c-circle__question04 {
    width: 150px;
    height: 145px;
    left: -10%;
    top: 67%; } }

/*# sourceMappingURL=question.css.map */
