@charset "UTF-8";
/*////////////////  よくある質問  ////////////////*/
#f4 #guide_list {
  margin: 1rem 1.5rem 1rem;
  list-style: none;
  border-left: 2px solid #CA0005;
  border-right: 2px solid #CA0005;
  border-top: 2px solid #CA0005;
  background: #FFF;
}
#f4 #guide_list input {
  display: none;
}
#f4 #guide_list label {
  cursor: pointer;
}
#f4 #guide_list .title {
  border-bottom: 2px solid #CA0005;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3em 0.5em 0.25em;
  position: relative;
  background: #FFF;
}
#f4 #guide_list .title:after {
  content: "";
  position: absolute;
  top: 60%;
  width: 0.8em;
  border-top: 3px solid #CA0005;
  transition: ease 0.3s;
}
#f4 #guide_list .title:before {
  content: "";
  position: absolute;
  top: 60%;
  width: 0.8em;
  border-top: 3px solid #CA0005;
  transition: ease 0.3s;
  right: 1.3em;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
#f4 #guide_list .title:after {
  right: 0.5em;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
#f4 #guide_list .links a {
  display: block;
  height: 0;
  transition: ease 0.3s;
  position: relative;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0 1em;
  padding: 0 0.3em 0;
}
#f4 #guide_list .links a:focus, #f4 #guide_list .links a:hover {
  color: #CA0005;
}
#f4 #guide_list .links a:before {
  content: "Q.";
  color: #CA0005;
  font-weight: bold;
  margin-right: 0.3em;
  font-size: 1.3em;
  line-height: 1;
}
#f4 #guide_list input[type=checkbox]:checked ~ label .title:after {
  top: calc(50% - 1.5px);
}
#f4 #guide_list input[type=checkbox]:checked ~ label .title:before {
  top: calc(50% - 1.5px);
  right: 1.1em;
  transform: rotate(0);
}
#f4 #guide_list input[type=checkbox]:checked ~ label .title:after {
  right: 0.7em;
  transform: rotate(0);
}
#f4 #guide_list input[type=checkbox]:checked ~ .links {
  border-bottom: 1px solid #CA0005;
}
#f4 #guide_list input[type=checkbox]:checked ~ .links a {
  min-height: 100%;
  height: 2.3em;
  padding-top: 0.5em;
  border-bottom: 1px solid #CA0005;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#f4 #guide_list input[type=checkbox]:checked ~ .links a:last-child {
  border-bottom: none;
}
#f4 #guide_list li:last-child input[type=checkbox]:checked ~ .links {
  border-bottom: 2px solid #CA0005;
}
#f4 ul#other_list {
  margin: 0 1.5rem 2rem;
  list-style: none;
}
#f4 ul#other_list li {
  border: 2px solid #CA0005;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3em 0.5em 0.25em;
  position: relative;
  background: #FFF;
  margin-bottom: 0.5em;
}
#f4 ul#other_list a {
  display: block;
  margin-left: 1.3em;
  text-indent: -1.5em;
}
#f4 ul#other_list a:before {
  content: "Q.";
  color: #CA0005;
  font-weight: bold;
  margin-right: 0.2em;
  font-size: 1.3em;
  line-height: 1;
}
#f4 dl.guide_list {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
#f4 dl.guide_list .title {
  font-size: 1rem;
}
#f4 h2 {
  margin: 0 1.5rem 1rem;
  padding-top: 3rem;
  text-align: center;
}
#f4 h2 span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3em;
}
#f4 h2 span:after {
  content: "";
  font-size: 20px;
  letter-spacing: -0.25em;
  border: none;
  width: 78px;
  margin: 1em auto 0;
  display: block;
  height: 2px;
  background: #CA9B39;
}
#f4 dl.guide_list > dt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 1.5em;
  margin-bottom: 0.3em;
}
#f4 dl.guide_list > dt:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #CA0005;
  border-radius: 50%;
  margin-right: 0.2em;
}
#f4 dl.guide_list > dt > small {
  font-size: 0.7em;
  color: white;
  background-color: #CA0005;
  padding: 0.3em 0.8em 0.2em;
  margin-left: 0.5em;
  border-radius: 1em;
}
#f4 dl.guide_list > dd {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
}
#f4 dl.guide_list > dd a {
  text-decoration: underline;
}
#f4 dl.guide_list > dd > strong {
  color: #CA0005;
  font-size: inherit;
  line-height: inherit;
}
#f4 dl.guide_list > dd > strong br {
  display: none;
}
#f4 dl.guide_list > dd > div {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2em;
}
#f4 dl.guide_list > dd > div h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #CA0005;
  margin-bottom: 0.5em;
}
#f4 dl.guide_list > dd > div p, #f4 dl.guide_list > dd > div dd, #f4 dl.guide_list > dd > div dt, #f4 dl.guide_list > dd > div li {
  font-size: 0.85rem;
  line-height: 1.4;
}
#f4 dl.guide_list > dd > div ol {
  text-align: left;
  list-style: none;
  counter-reset: num;
  margin-top: 0.5em;
}
#f4 dl.guide_list > dd > div ol li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
#f4 dl.guide_list > dd > div ol li:before {
  counter-increment: num;
  content: "(" counter(num) ")";
}
#f4 dl.guide_list > dd > div dl {
  margin-top: 1em;
}
#f4 dl.guide_list > dd > div dt {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.1em;
}
#f4 dl.guide_list > dd > div ul {
  margin-top: 1em;
  list-style: none;
}
#f4 dl.guide_list > dd > div ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f4 dl.guide_list > dd > div ul li:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f4 dl.guide_list > dd > ul {
  margin-top: 1em;
  list-style: none;
  line-height: inherit;
}
#f4 dl.guide_list > dd > ul li {
  line-height: inherit;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f4 dl.guide_list > dd > ul li:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f4 dl.guide_list > dd > ol {
  font-size: inherit;
  line-height: inherit;
  padding-left: 1.3em;
}
#f4 dl.guide_list > dd > ol li {
  font-size: inherit;
  line-height: inherit;
}
#f4 dl.guide_list > dd > ol li small {
  display: block;
  line-height: inherit;
  font-weight: bold;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f4 dl.guide_list > dd > ol li small:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f4 dl.guide_list > dd > small {
  display: block;
  font-size: 0.85rem;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: inherit;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f4 dl.guide_list > dd > small:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f4 dl.guide_list > dd > dl {
  font-size: inherit;
  line-height: inherit;
}
#f4 dl.guide_list > dd > dl dd {
  font-size: inherit;
  line-height: inherit;
}
#f4 dl.guide_list > dd > dl dt {
  font-size: inherit;
  line-height: inherit;
  color: #CA0005;
  font-weight: bold;
}
#f4 dl.guide_list > dd > dl dd {
  margin-bottom: 0.5em;
}
#f4 dl.guide_list > dd > dl dd ul {
  margin-top: 0.5em;
  list-style: none;
}
#f4 dl.guide_list > dd > dl dd ul li {
  font-size: 0.85rem;
  line-height: 1.4;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#f4 dl.guide_list > dd > dl dd ul li:before {
  content: "※";
  display: inline-block;
  width: 1.2em;
  text-indent: 0;
}
#f4 dl.guide_list > dd > table {
  margin-top: 1em;
  border-collapse: collapse;
  width: 100%;
}
#f4 dl.guide_list > dd > table td, #f4 dl.guide_list > dd > table th {
  padding: 0.4em 0.5em 0.3em;
  border: 1px solid black;
  text-align: left;
  line-height: 1.4;
}
#f4 dl.guide_list > dd > table caption {
  text-align: left;
  padding-bottom: 0.5em;
  color: #CA0005;
  font-weight: bold;
}
#f4 dl.guide_list > dd > table th {
  min-width: 5.5em;
}
#f4 .qa_list {
  margin-left: 1rem;
  margin-right: 1.5rem;
}
#f4 .qa_list dt {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-left: 1.9em;
  text-indent: -1.5em;
  line-height: 1.2;
}
#f4 .qa_list dt:before {
  content: "Q.";
  color: #CA0005;
  font-weight: bold;
  margin-right: 0.2em;
  font-size: 1.3em;
  line-height: 1;
}
#f4 .qa_list dd {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 2em 36px;
}
#f4 .qa_list .q203 span {
  display: block;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
#f4 .qa_list .q203 p {
  margin: 0 0 1em;
  line-height: 1.4;
}
#f4 .qa_list .q512 span {
  display: block;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
@media screen and (min-width: 700px) {
  #f4 #guide_header {
    padding: 2.5rem 1.5rem 1rem;
    background-image: url(https://op.st-spica.jp/img2021/other_sunlight.jpg);
    background-repeat: repeat-x;
    background-size: auto 313px;
  }
  #f4 #guide_subttl span.title {
    font-size: 2.3em;
  }
  #f4 #guide_list, #f4 h2, #f4 dl.qa_list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #f4 #guide_list .title {
    font-size: 1.3rem;
    padding: 0.5em 1em 0.45em;
  }
  #f4 #guide_list .links a {
    font-size: 1rem;
  }
  #f4 ul#other_list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #f4 ul#other_list a {
    font-size: 1.3rem;
    padding: 0.5em 1em 0.45em;
  }
  #f4 ul#other_list li {
    padding: 0;
  }
  #f4 h2 {
    padding-top: 5rem;
  }
  #f4 h2 span {
    font-size: 1.75rem;
  }
  #f4 dl.guide_list > dt {
    font-size: 1.45rem;
  }
  #f4 dl.guide_list > dd {
    font-size: 1.1rem;
  }
  #f4 dl.guide_list > dd > strong br {
    display: block;
  }
  #f4 dl.guide_list > dd > div {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  #f4 dl.guide_list > dd > div h3 {
    font-size: 1.1rem;
  }
  #f4 dl.guide_list > dd > div p, #f4 dl.guide_list > dd > div dd, #f4 dl.guide_list > dd > div dt, #f4 dl.guide_list > dd > div li {
    font-size: 1rem;
  }
  #f4 dl.guide_list > dd > small, #f4 dl.guide_list > dd > dl dd ul li {
    font-size: 1rem;
  }
  #f4 .qa_list {
    margin-left: 1.5rem;
  }
  #f4 .qa_list dt {
    font-size: 1.4rem;
  }
  #f4 .qa_list dd {
    margin-left: 2.8rem;
  }
}/*# sourceMappingURL=qa.css.map */