/*-----------------
body
-------------------*/
body{
  background: #eaf3fd;
}

/*-----------------
main
-------------------*/
main{
  max-width:780px;
  background: #FFF;
  margin:0 auto;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
}
main img{
  max-width:100%;
  height: auto;
}

/*-----------------
sec01
-------------------*/
#sec01 h1{
  margin-bottom:30px;
}

/*-----------------
sec02
-------------------*/
.sec02{
  background: url(../img/sec02_bg.jpg) repeat-y;
  padding-top: 20px;
}
.sec02 article{
  background: #FFF;
  border-radius: 25px;
  padding:20px;
  text-align: center;
  margin: 30px 20px;
}
.sec02 article h2{
  margin-bottom: 30px;
}
.sec02 article figure{
  margin-bottom: 20px;
}
.sec02 article .btn{
  margin-bottom: 20px;
}
.sec02 article .comment{
  font-size:1.2rem;
}
.sec02 article .lead{
  font-size:1.3rem;
  color:#444;
  font-weight: 700;
  margin-bottom: 20px;
}
.sec02 .alert{
  background: linear-gradient(to bottom, transparent, #FFF 10% ,#FFF 100% );
  padding: 40px 20px;
}
.sec02 .alert ul{
  line-height: 1.6;
  font-size:1rem;
}
.sec02 .alert ul li{
  padding-left: 2rem;
  text-indent: -1rem;
}

/*-----------------
sec07
-------------------*/
#sec07{
  margin:40px 0 0;
  text-align: center;
}
#sec07 h2{
  margin:0 0 30px 0;
}

/*-----------------
sec08
-------------------*/
#sec08{
  background: url(../img/sec08_bg.jpg) repeat-y;
  text-align: center;
  padding-bottom: 30px;
}
#sec08 figure{
  margin-bottom:10px;
}

/*-----------------
sec10
-------------------*/
#sec10{
  background: url(../img/sec10_bg.png);
  padding-bottom: 30px;
}
#sec10 .comment{
  text-align: right;
  line-height: 1.6;
  font-size:0.9rem;
  color:#444;
  margin: -20px 20px 20px 0;
}
#sec10 figure.right{
  text-align: right;
}

/*-----------------
sec11
-------------------*/
#sec11{
  padding:20px;
}
#sec11 .wrapper{
  padding:30px;
  background: #d8f1fb;
}
#sec11 .wrapper h2{
  text-align:center;
}
#sec11 article{
  margin:50px auto;
}
/*-----------------
sec12
-------------------*/
#sec12{
  padding:20px;
}
#sec12 h2{
  text-align:center;
  margin-bottom: 30px;
}
table.table{
  max-width:740px;
  line-height: 1.6;
  margin-bottom: 30px;
}
table.table th{
  background:#1764a5;
  border:1px solid #FFF;
  color:#FFF;
  width:20%;
  text-align:left;
  padding:10px;
}
table.table td{
  border:1px solid #FFF;
  padding:10px;
  background:#f4f4f4;
}
#sec12 .flex-wrapper{
  display:flex;
  flex-wrap:wrap;
}
#sec12 .flex-wrapper .flex-one{
  width:50%;
}
@media(max-width:39em){
#sec07 h2,#sec11 h2,#sec12 h2,#sec13 h2{
width:80%;
margin-left:auto;
margin-right:auto;
	}
  #sec10 .comment{
    font-size:0.8rem;
    margin: -15px 15px 5px 0;
  }
  #sec11 .wrapper{
    padding:20px 15px;
  }
  #sec11 article{
    margin:30px auto;
  }
  #sec12 .flex-wrapper .flex-one{
    width:100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
/*-----------------
sec13
-------------------*/
#sec13{
  padding:20px;
}
#sec13 h2{
  text-align:center;
  margin-bottom: 30px;
}
#sec13 .lead{
  color:#1568ce;
  font-size: 1.3rem;
  text-align:center;
}
#sec13 article{
  margin:30px 0;
  line-height: 1.6;
}
#sec13 h3{
  background:#1568ce;
  padding:5px 10px;
  color:#FFF;
  font-weight: 700;
  margin-bottom: 10px;
}
/*-----------------
nav
-------------------*/
nav{
  background: #c9ddf5;
  padding:30px 10px;
}
nav ul{
  display:flex;
  justify-content: center;
}
nav ul li{
  font-size:0.9rem;
  padding:0 20px;
}
/*-----------------
btn
-------------------*/
/*.btn{
  animation:2s ease-in 1s infinite    btnAnimation;
}
@keyframes btnAnimation {
  5%{
    margin-left: 0;
  }
  10%{
    margin-left: 30px;
  }
  15%{
    margin-left: 0;
  }
  20%{
      margin-left: 40px;
  }
  25%{
      margin-left: 0;
  }
}*/
/*-----------------
footer
-------------------*/
footer{
  background: #1568ce;
  padding:10px 10px;
  font-size:0.8rem;
  text-align:center;
  color:#FFF;
}
