@charset "utf-8";
/* CSS Document */
.list {
  margin: 2rem 1rem;
  padding: 2rem;
  border-top: 5px dashed #0099ff;
  border-bottom: 5px dashed #0099ff;
}
.list h3 {
  font-size: 1.75rem;
  text-align: center;
  color: #0099ff;
  margin: 0 0 1rem;
}
.list_inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.list_inner ul {
  list-style: none;
  padding-left: 0;
}
.list_inner ul li {
  background: url(../images/question_icon.png);
  min-height: 33px;
  background-repeat: no-repeat;
  margin: 0.5rem;
  padding-left: 40px;
}
.list_inner ul li:hover a {
  color: #0099ff;
}
.list_inner ul li a {
  color: #370008;
  text-decoration: none;
}
.FAQ {
  width: 100%;
  max-width: 710px;
  margin: 0 auto 3rem;
}
.content {
  margin-bottom: 3rem;
}
.question {
  background: linear-gradient(#0066ff, #0099ff);
  padding: 0.25rem 0.5rem;
  color: white;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.question h4 {
  margin: 0;
}
p.A_icon {
  color: #0099ff;
  font-size: 1.125rem;
  margin-bottom: -0.75rem;
}
.answer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.answer h5 {
  font-family: "UD Shin Go Medium";
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.back_btn {
  width: 60px;
  margin-left: auto;
}
#answer_03 .answer ol {
  margin-top: 0.5rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  color: #0099ff;
}
#answer_03 .answer ol ul li {
  list-style: none;
  font-size: 1rem;
  color: initial;
  margin: 0.25rem 0 0.75rem;
}
#answer_03 .answer ol ul {
  padding-left: 0.5rem;
}
#answer_04 .sheet {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#answer_04 .sheet_image {
  width: 27.5%;
  margin-right: 2.5%;
}
#answer_04 .sheet_txt {
  width: 70%;
  color: #0099ff;
  text-align: center;
}
#answer_04 .sheet_txt p {
  margin: 0;
}
#answer_04 span.txt_bigger {
  font-size: 130%;
}
#answer_04 span.txt_pink {
  color: deeppink;
}
#answer_06 .answer ol {
  padding-left: 1.75rem;
  color: #0099ff;
}
#answer_06 .answer ol li {
  margin-bottom: 0.5rem;
}
.supervision {
  width: 674.5px;
  margin: 0 auto;
  padding: 1.25rem;
  border: double 4px #0099ff;
  border-radius: 1rem;
}
.supervision .SV_name {
  color: #0099ff;
}
.supervision .SV_name h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
.supervision .SV_name h4 span.txt_big {
  font-size: 150%;
}
.supervision .SV_txt p {
  margin: 0;
}
@media screen and (max-width:850px) {}
@media screen and (max-width:768px) {
  .FAQ, .supervision {
    width: 95%;
    box-sizing: border-box;
  }
  #answer_04 .sheet {
    display: block;
  }
  #answer_04 .sheet_image {
    width: 100%;
    max-width: 252px;
    margin: 0 auto 0.5rem;
  }
  #answer_04 .sheet_txt {
    width: 100%;
    font-size: 1.125rem;
  }
}
@media screen and (max-width:608px) {
  .list {
    width: 95%;
    padding: 1.5rem 0;
    margin: 2rem auto;
  }
  .list h3 {
    line-height: 2.25rem;
  }
  .question h4 {
    text-indent: -1.45rem;
    padding-left: 1.45rem;
  }
  #answer_04 .sheet_txt p {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 0.5rem;
  }
  .SV_name {
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .list, .FAQ, .supervision {
    width: 90%;
  }
  #answer_03 .answer ol {
    font-size: 1.125rem;
  }
  #answer_03 .answer ol ul li {
    font-size: 0.9rem;
  }
  #answer_04 .sheet {
    margin-top: 2rem;
  }
  #answer_04 .sheet_image {
    margin-bottom: 1rem;
  }
  #answer_04 .sheet_txt p {
    font-size: 5vw;
    line-height: 7.5vw;
  }
  .supervision .SV_name h4 span.txt_big {
    margin-top: 0.25rem;
  }
}