@charset "UTF-8";
/* CSS Document */
.header-content-wrapper{
  padding: 15px 0;
  color: #000;
  margin-bottom: 40px;
}
.header-content-wrapper img {
  height: 20px;
  width: 120px;
  position: absolute;
  left: 24px;
  top: 10px;
}
.open-button, .close-button {
  display: none;
}
@media(max-width:1200px) {
  .open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height:1px;
    width: 15px;
    border-radius: 1px;
    background-color: #000;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -5px;
  }
  .open-button span:after {
    bottom: -10px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #48301d;
    font-size: 20px;
    padding: 20px;
  }
  .header-content-wrapper nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #d9d9d9;
    width: 50%;
    height: 400px;
    padding-top: 50px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
  .header-content-wrapper nav ul li {
    border-bottom: solid rgba(0,0,0,0.2);
  }
  .header-content-wrapper nav ul li:first-child {
    border-top: solid 1px rgba(0,0,0,0.2);
  }
  .header-content-wrapper nav ul li a {
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
  }
}
@media(min-width:1200px){
  .header-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 ;
    color: #000;
  }
  .header-content-wrapper h1{
    position: absolute;
    top: 0;
  }
  .header-content-wrapper img{
    height: 40px;
    width: 200px;
  }
  .header-content-wrapper nav {
    display: block;
    text-align: right;
  }
  .header-content-wrapper nav ul {
    display: flex;
    justify-content: flex-end;
  }
  .header-content-wrapper nav li a {
    display: block;
    padding-left:  60px;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem; 
  }
}
.section_top{
  padding:20px 24px 0;
  margin-bottom: 60px;
  text-align: left;
  color: #000;
}
.section_top h2{
  font-size: 3.6rem;
  margin-bottom: 40px;
}
.section_top p{
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-weight: bold;
}
@media(max-width:1080px){
.section_top p br{
  display: none;
  }}
@media(min-width:1080px){
  .section_top{
    margin-bottom: 80px;
    padding: 80px 100px 0;
  }
  .section_top h2{
    font-size: 6.0rem;
    margin-bottom: 40px;
  }
  .section_top p{
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
.section_content{
  padding: 0 24px;
  margin-bottom: 60px;
  text-align: left;
  color: #000;
}
.section_content ol{
  list-style: none;
}
.section_content ol li{
  margin-bottom: 60px;
}
.section_content ol li h3{
  font-size: 2.4rem;
  line-height: 3.0rem;
  margin-bottom: 30px;
}
.section_content ol li p{
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.section_content span{
  font-weight: bold;
  font-size: 2.4rem;
}
@media(min-width:1080px){
  .section_content{
    margin-bottom: 80px;
    padding: 0 100px;
  }
  .secion_content ol li{
    margin-bottom: 80px;
  }
  .section_content ol li h3{
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
  .section_content ol li p{
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}