@charset "UTF-8";

/* img01 txt01 */
@media screen and (min-width: 769px){
  #main>.img01{
    margin: 30px 0 40px;
    padding: 0 20px;
    text-align: center;
  }
  #main>.img01>img{
    max-width: 100%;
  }
  #main>.txt01{
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  #main>.img01>img{
    width: 100%;
    height: auto;
  }
  #main>.txt01{
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
/* sec01 */
@media screen and (min-width: 769px){
  #sec01>.txt01{
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }
  #sec01>.txt02{
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  #sec01>.txt01{
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
  }
  #sec01>.txt02{
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 400px){
  #sec01>.txt01{
    font-size: 18px;
  }
  #sec01>.txt02{
    font-size: 13px;
  }
}
/* sec02 */
@media screen and (min-width: 769px){
  #sec02>ul{
    width: 680px;
    margin: 0 auto 50px;
    letter-spacing: -.4em;
  }
  #sec02>ul>li{
    display: inline-block;
    width: 320px;
    margin: 0 10px 30px;
    letter-spacing: normal;
    vertical-align: top;
  }
  #sec02>ul>li>.num{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #ff8a00;
  }
  #sec02>ul>li>.title{
    height: 3.2em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  #sec02>ul>li>.img{
    margin-bottom: 10px;
  }
  #sec02>ul>li>.img>img{
    width: 100%;
    height: auto;
  }
  #sec02>ul>li>.txt{
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1020px){
  #sec02>ul{
    width: 1020px;
  }
}
@media screen and (max-width: 768px){
  #sec02>ul{
    margin: 0 20px;
  }
  #sec02>ul>li{
    margin-bottom: 30px;
  }
  #sec02>ul>li>.num{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #ff8a00;
  }
  #sec02>ul>li>.title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
  #sec02>ul>li>.img{
    margin-bottom: 10px;
  }
  #sec02>ul>li>.img>img{
    width: 100%;
    height: auto;
  }
  #sec02>ul>li>.txt{
    font-size: 15px;
    line-height: 1.6;
  }
}
/* sec03 */
@media screen and (min-width: 769px){
  #sec03 .txt01{
    max-width: 1040px;
    margin: 0 auto 1em;
    padding: 0 20px;
    line-height: 1.6;
  }
  #sec03>.img01{
    max-width: 1040px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
  }
  #sec03>.img01>img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  #sec03 .txt01{
    margin: 0 20px 1em;
    font-size: 15px;
    line-height: 1.6;
  }
  #sec03>.img01{
    max-width: 1040px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
  }
  #sec03>.img01>img{
    max-width: 100%;
    height: auto;
  }
}

