@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------
	section
------------------------------------------------------------*/
section{
  margin-top: 100px;
}
section h2{
  font-size: 28px;
}
section h3{
  color: #009e98;
  font-size: 20px;
  margin-top: 20px;
}
section > p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 15px;
}
@media only screen and (max-width:768px) {
section{
  margin-top: 60px;
}
h1 + section{
  margin-top: 40px;
}
section h2{
  font-size: 22px;
}
section h3{
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.722;
}
section > p{
  font-size: 15px;
  margin-top: 10px;
}
}


/*------------------------------------------------------------
	sec2
------------------------------------------------------------*/
#sec2 .box{
  background: #f6f6f6;
  padding: 50px 40px;
  margin-top: 20px;
}
#sec2 .box p{
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
#sec2 .box{
  padding: 40px 20px;
}
#sec2 .box p{
  font-size: 18px;
}
}


/*------------------------------------------------------------
	sec3
------------------------------------------------------------*/
#sec3 .box{
  max-width: 660px;
  margin: 20px auto 0;
}
#sec3 .box .col2{
 font-size: 0;
}
#sec3 .box .col2 .col{
  width: 46.97%;
  display: inline-block;
  margin-right: 6.06%;
}
#sec3 .box .col2 .col:nth-child(2n){
  margin-right: 0;
}
#sec3 .box .col2 .col p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
#sec3 .box .col1{
  margin-top: 30px;
}
#sec3 .box .col1 p{
text-align: center;
  font-size: 20px;
  color: #009e98;
  font-weight: bold;
  margin-top: 10px;
}
#sec3 .box .col1 p span{
  margin-left: 20px;
}
#sec3 .box .col1 p span strong{
  font-size: 40px;
  padding-left: 10px;
}
@media only screen and (max-width:768px) {
#sec3 .box .col2 .col p{
  font-size: 14px;
  line-height: 1.714;
  margin-top: 10px;
}
#sec3 .box .col1 p span{
  display: block;
}
}

/*------------------------------------------------------------
	sec4
------------------------------------------------------------*/
#sec4 h2{margin-bottom: 20px;}
#sec4 .img{text-align: center;}
@media only screen and (max-width:768px) {
#sec4 {
    margin-top: 50px;
}
#sec4 h2{margin-bottom: 0;}
}
/*------------------------------------------------------------
	sec6
------------------------------------------------------------*/
#sec6 table{
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  margin-top: 20px;
}
#sec6 table th,
#sec6 table td{
  padding: 16px 40px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 50%;
}
#sec6 table th{
  background: #f6f6f6;
  font-size: 18px;
}
#sec6 table td{
  font-size: 16px;
}
@media only screen and (max-width:768px) {
#sec6 table th,
#sec6 table td{
  padding: 16px 20px;
}
#sec6 table th{
  font-size: 13px;
}
#sec6 table td{
  font-size: 13px;
}
}