@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
}
#content{
  max-width: 1100px;
  margin-bottom: 60px;
}
#sidebar .sidebar-header{
  padding: 0;
}
#sidebar ul.components li{
  border-bottom: 1px solid #9f7c00;
}
.midashi{
  counter-reset: subnum 0;
}
.midashi h3{
  margin-top: 1rem;
}
.h1, h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #b48c00;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid;
}
.h2, h2 {
    font-size: 1.5rem;
    padding: 0.5rem 1.2rem;
    border-radius: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0.5rem;
    background: #c69a00;
    counter-reset: mainnum 0;
}
.h3, h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #c69a00;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 1rem;
}
.h4, h4 {
    font-size:15px;
    padding: 0.5rem 1.2rem;
    border-radius: 0.3rem;
    font-weight:;
    color: #ffffff;
    padding-bottom: 0.5rem;
    background: #c69a00;
    counter-reset: mainnum 0;
}
.h4, h4 span {
	font-size: 20px;
}
.col-12.text p{padding-left: 1.9rem;}
.subnum .col-12.text p:before {
  counter-increment: subnum 1;
  content: counter(subnum) "";
  background: #e60000;
  color: white;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  align-items: center;
  float: left;
  line-height: 1.3rem;
  text-align:center;
  margin-top: 2px;
  position:absolute;
  margin-left:-1.8rem;
}
.col-12.img{
  margin-bottom: 1rem;
  text-align: center;
}
.num>div>h3:before {
  counter-increment: mainnum 1;
  content: counter(mainnum) "";
  background: #c69a00;
  color: white;
  text-align: center;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 13px;
}
.col-13.text p{
	width: 100%;
}
.qa_text p {
	font-size: 15px;
	height: auto;
	width: auto;
	padding-left: 26px;
	padding-right: 10px;
}
.container{
  margin-left: 0;
  padding: 0;
}
.copylight{
    position: absolute;
    font-size: 0.9rem;
    padding: 1rem;
    text-align: center;
    width: 100%;
    bottom: 0;
}
#sidebar{
  position: sticky;
  height: 100vh;
  top: 0;
}
.qaArea h4{
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
  padding-left: 3rem;
  position: relative;
  display: block;
}
.qaArea h4 span{
  display: block;
  font-size: 1.4rem;
  position: absolute;
  top: 12px;
  left: 19px;
}
.qa_text{
  margin-bottom: 10px;
}
.qaArea a{
  color: blue
}
.caution{
    border: 2px solid red;
    padding: 1rem;
    margin-bottom: 2rem;
}
.movie-wrap {
     position: relative;
     padding-bottom: 52.25%;
     height: 0;
     overflow: hidden;
     width: 94%;
     margin: 0 auto;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
