@charset "utf-8";
h2.ttl{
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 8rem auto 4rem;
  font-weight: bold;
  }

/* ====main======= */
main{
width: 100%;
height: auto;
}
main p{
display: block;
width: 60%;
margin-top: 4rem;
}
main img{
width: 100%;
margin-top: 0rem;
}
main .mv{
  display: block;
  width: 100%;
  margin-top: 5vw;
  }
  main .container{
    height: auto;
    }
/* ====section======= */
section{
width: 100%;
margin: 5vw auto 5vw;
}

/* ====section01======= */
.sec01{
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
}
.sec01 .inner{
width: 100%;
max-width: 1000px;
height: auto;
padding:0;
margin: 0 auto 20vw;
position: relative;
}
.sec01 h2{
background: linear-gradient(150deg, rgba(0, 0, 0, 1), rgba(46, 167, 224, 1) 0%, rgba(23, 82, 111, 1) 50%, rgba(0, 0, 0, 1));
color:#fff;
padding: 0.25rem;
box-sizing: border-box;
text-align: center;
}
.maincopy{
  display: block;
  box-sizing: border-box;
  margin: 2rem auto 5rem;
  font-size: 1.75rem;
  line-height: 3.5rem;
}
.sec01 h3{
text-align: left;
color:rgba(23, 82, 111, 1);
border-bottom: 3px solid rgba(23, 82, 111, 1);
padding-bottom: 1rem;
margin-top: 3rem;
}

ul{
box-sizing: border-box;
font-size: 1.75rem;
line-height: ;
}
ul li{
margin: 1rem auto;
}
.h3copy{
  display: block;
  box-sizing: border-box;
  margin: 1rem auto;
  font-size: 1.75rem;
  line-height: 3.5rem;
}
.h3copy2{
  display: block;
  box-sizing: border-box;
  margin: 1rem auto;
  font-size: 1.75rem;
  line-height: 3.5rem;
  padding: 1rem;
  border: 1px solid #999;
}
.h3copy a{
  display: inline;
  box-sizing: border-box;
  margin: 1rem auto;
  font-size: 1.75rem;
  line-height: 3.5rem;
}
.h3caption{
  display: block;
  box-sizing: border-box;
  margin: 1rem auto;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

ol{
list-style: decimal;
padding-left: 2.5rem;
box-sizing: border-box;
}
ol li{
  font-size: 1.75rem;
  line-height: 3.5rem;
}
ol li ul{
list-style: disc;
padding-left: 2rem;
box-sizing: border-box;
line-height: 2rem;
}
ol li ul li{
  line-height: 2rem;
  }
@media screen and (max-width: 768px){
  h2.ttl{
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin: 6rem auto 3rem;
    font-weight: bold;
    }
/* ====main======= */
main{
  margin-top: 4.5rem;
  width: 100%;
  height: auto;
  }
  main p{
  display: block;
  width: 100%;
  margin-top:0;
  }
  main img{
  width: 100%;
  margin-top: 0;
  }
  main .mv{
    display: block;
    width: 100%;
    margin-top:1rem;
    }
  main .container{
  height: auto;
  }
  /* ====section======= */
  section{
  width: 100%;
  margin: 5rem auto;
  }

  /* ====section01======= */
  .sec01{
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0;
  }
  .sec01 .inner{
  width: 100%;
  max-width: 768px;
  height: auto;
  padding:0 1rem;
  margin: 0 auto 5rem;
  position: relative;
  box-sizing: border-box;
  }
  .sec01 h2{
    background-color:rgba(0, 71, 20, 1);
    color:#fff;
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    }
    .maincopy{
      display: block;
      box-sizing: border-box;
      margin: 2rem auto 5rem;
      font-size: 1rem;
      line-height: 2.25rem;
    }
    .sec01 h3{
    text-align: left;
    color:rgba(0, 71, 20, 1);
    border-bottom: 1px solid rgba(0, 71, 20, 1);
    padding-bottom: 1rem;
    margin-top: 3rem;
    font-size: 1.5rem;
    }
    
    ul{
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 2.25rem;
    line-height: ;
    }
    ul li{
    margin: 1rem auto;
    }
    .h3copy{
      display: block;
      box-sizing: border-box;
      margin: 1rem auto;
      font-size: 1rem;
      line-height: 2.25rem;
    }
    .h3copy2{
      display: block;
      box-sizing: border-box;
      margin: 1rem auto;
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 1rem;
      border: 1px solid #999;
    }
    .h3copy a{
      display: inline;
      box-sizing: border-box;
      margin: 1rem auto;
      font-size: 1rem;
      line-height: 2.25rem;
    }
    .h3caption{
      display: block;
      box-sizing: border-box;
      margin: 1rem auto;
      font-size: 0.8rem;
      line-height: 1.2rem;
    }
    
    ol{
    list-style: decimal;
    padding-left: 1.5rem;
    box-sizing: border-box;
    }
    ol li{
      font-size: 1rem;
      line-height: 2.25rem;
    }
    ol li ul{
    list-style: disc;
    padding-left: 2rem;
    box-sizing: border-box;
    line-height: 2rem;
    }
    ol li ul li{
      line-height: 2rem;
      }
}
