.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
/*clearfix*/
body{
  font-size: 14pt;
}
header{
  margin-bottom: 10px;
}
h4{
  font-size: 14pt;
}
#footer{
  color: #fff;
  background: #03A0E9;
  text-align: center;
  padding: 50px;
  width: 100%;
}
#footer p a{
  color: #fff;
}
#wrapper{
  width: 1280px;
  margin: 0 auto;
  color: #667687;
}
.hover:hover{
  opacity: 0.8;
}
article {
  text-align: center;
}
section ul{
  list-style: square;
}
.text-merit,.text-demerit{
  font-size: 12pt;
  margin-top: 20px;
  margin-bottom: 50px;
}
.text-merit{
  color:#FF7BAC;
}
.text-demerit{
  color:#03A0E0;
}
.text-blue{
  color: #03A0E0;
  font-weight:bold;
  font-size: 14pt;
  padding: 20px;

}
.header{
  margin-top: 20px;
  clear: both;
}
.main{
  background: url("../images/bg3.png") no-repeat;
  background-size:cover;
  height:auto;
  border-top: solid #3cf 2px;
  clear: both;
}
.main-content{
  margin:100px 0;
}
.main .col-md-4{
  padding:0 10px;
}
.main hr{
  padding-top:3px;
  margin-top: -40px;
  margin-left: 330px;
  width: 620px;
  background: #03A0E9;
}
.project-line{
  text-align: left;
}
.project-bg{
  color: #fff;
  overflow: hidden;
  clear: both;
  margin-top: 120px;
}
.project-bg p{
  margin-top: 10px;
  font-size: 12pt;
}
.bgb{
  background: #03A0E0;
  position: absolute;
  width: 1280px;
  top: 500px;
  padding-top: 240px;
  padding-bottom: 30px;

}
.logo2{
  margin: 70px 0 45px;
}
.service h4{
  text-align: center;
  margin: auto;
  width: 840px;
}
.main-boxes{
  display: flex;
  margin:0 125px;
}
.main-box{
  margin: 10px;
}
.project-bg p{
  text-align: left;
}
.project p{
  margin-top:25px;
}
.blue{
  display: inline-block;
  font-size: 16pt;
  color: white;
  margin: 20px;
  padding: 5px 35px 0px;
  background: #03A0E9;
  border-radius: 20px;
  vertical-align: bottom;
}
.flow-wrapper{
  background-image: url("../images/bg.png");
  padding-top:60px;
  margin: 55px 0 50px;
}
.flow-left{
  width: 950px;
  margin: 0px auto 25px;
  text-align: left;
}
.register-bg{
  background-image: url("../images/bg.png");
  padding: 35px 0 20px;
}
.register-logo{
  margin: 20px;
}
.register-logo h2{
  font-weight: bold;
  font-size: 42pt;
  margin: 0px;
  letter-spacing: 16px;
}
.register-logo h3{
  font-weight: bold;
  padding: 7px;
  margin:10px 270px 5px;;
  color: #D20233;
  background: white;
}
.register-logo h3 a{
  text-decoration: none;
  color:#D20233;
}
.register-logo h4{
}
.register-margin{
  margin: 15px 0;
}
.media-wrapper{
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
  height: auto;
  padding:40px 0 80px;
  margin: 60px 0;
}

.items{
  text-align: left;
  font-size: 14pt;

}
.items ul{
  margin:15px -25px;
}
.items li{
  border: solid 1px #000;
  list-style: none;
  padding: 10px;
}
.items li:first-child{
  background: #667687;
}
.item-li-text{
  text-indent: 80px;
}
.item-topic{
  background: #fff;
  font-weight: bold;
  margin-right:15px;
  padding: 3px 20px;
  border-radius: 2px;
}
.item-text{
  color: white;
}
table{
  width: 460px;
  margin: auto;
}
th{
  background:#667687;
  padding: 10px;
  border-style: none;

}
td{
  background: white;
  height: 70px;
  padding: 10px;
  font-size: 12pt;
  border-style: none;
}
td:first-child{
  width: 50px;
}
.bg-white{
  background: #fff;
}
.faq{
  text-align: left;
}
.faq h4{
  font-weight: bold;
}
.faq p{
  height: 40px;
}
.faq-indent{
  margin-top:px;
}
.faq .border{
  border-bottom: dashed 2px #abc;
  width: 960px;
  margin: auto;
  padding:10px;
}
.faq:last-child{
  margin-bottom: 75px;
}
.faq:nth-child(even){
  background:rgba(102,118,135,0.1);
}
.footer-contents{
  margin: 50px 0 80px;
}
.footer-contents a{
  text-decoration: underline;
  color: #3cf;
}
.faq .col-md-11{
  padding-left: 40px;
}

.container{
  width: 960px;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}
.float-right{
  float:right;
}
.pastpro{
  margin: 70px 0 45px
}

.step{
  margin: 45px 0 60px;
}
.hestory{
  padding: 5px 50px 0;
  margin-bottom: 50px;
}

.qa{
  color: white;
  margin: 80px 0 50px;
  padding: 5px 100px;
}
img.sponly {
  display: none;
}



/*タブレット用*/
@media screen and (max-width:992px){
  body{
    width: 100%;
  }
  #wrapper,.faq .border,.flow-left,.countainer{
    width: 100%;
  }
  .container{
    width:100%;
  }
  .container-fluid{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer{
    display:inline;
  }
  body{
    width: auto;
  }
  img{
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article{
    text-align: center;
    width: 100%;
    padding: 5px;
  }
  table{
    width: 90%;
  }
  hr{
    display: none;
  }
  .wrapper{
    display: inline-block;
  }
  .header-logo{
    float: left;
  }
  .header-register{
    float:right;
  }
  .project-bg{
    color:#667687;
    width: 90%;
  }
  .project-line{
    text-align: center;
  }
  .main-content{
    margin:30px 0;
  }
  .main .col-md-4{
    margin: 10px 0;
  }
  .main,.media-wrapper,.project-bg{
    background: none;
    border: none;
  }
  .flow-left img:first-child{
    margin-bottom: 10px;
  }
  .faq .col-md-1{
    text-align: left;

  }
  .faq p{
    height:auto;
  }
  .faq-i
  .footer-contents{
    padding: 30px 20px;
  }
  .blue{
    font-size: 14pt;
    padding-top: 2px;
  }
  .logo2{
    width: 300px;
    height: auto;
  }
  .service h4{
    text-align: left;
    width: 90%;
  }
  .main hr{
    width: 0px;
  }
  .bgb{
    width: 0px;
  }
  .register-wrapper{
    width: 300px;
    text-align: center;
    float:none;
  }
  .register{
    text-align: center;
  }
  img.sponly {
    display:inherit!important;
    width: 100%;
  }
  img.pconly {
    display: none;
  }

  @media(max-width:480px){
    body{
      display: inline;
      text-align: left;
      margin: 0 auto;
      font-size: 10pt;
    }
    h4{
      font-size: 12pt;
    }
    header{
      text-align: center;
    }
    header img{
      width:280px;
      margin: 0px auto;
      margin-bottom: 15px;
    }
    #text{
      font-size: 10pt;
    }
    .header-register{
      width:200px;
      margin:10px auto;
      float: none;
    }
    .register{
      width: 200px;
    }
    .conteiner,.container-fluid{
      padding: 5px;
    }
    .container .project-bg{
      width: px;
      margin: 0px auto;
    }
    .project-bg img{
      margin-bottom: 0px;
    }
    .logo2{
      margin:30px auto;
      width: 250px;
    }
    .flow-left{
      margin: 0;
    }
    .flow-left img{
      width: 100px;
      margin: 0 auto
    }
    .flow-wrapper{
      margin: 20px auto;
      padding: 15px;
    }
    .flow-img{
      width: 100%;
      height: auto;
    }
    .step-img{
      width: 300px;
      height: auto;
    }
    .merit-de{
      width: 150px;
      margin: 0 auto;
    }
    .step{
      margin: 30px auto;
    }
    .qa{
      margin: 20px auto;
      margin-top: 30px;
    }
    .media-wrapper{
      margin: 10px 0;
      margin-bottom: 0px;
      padding-bottom: 30px;
    }
    .media-wrapper .items{
      margin: 0 auto;
    }
    .media-wrapper .container{
      padding: 0;
    }
    .media-wrapper .row{
      margin: 0 auto;
    }
    .main-content .col-md-6:last-child{
      display: none;
    }
    .faq .col-md-1{
      text-align: center;

    }
    .register-wrapper{
      width: 90%;
      text-align: center;
    }
    .register-logo{
      margin-top: 40px;
    }
    .item-text{
      font-size:11pt;
    }
    .item-topic{

    }
    .hestory{
      padding: 2px 20px 0;
      margin-top: 0px;
      margin-bottom: 0;
    }
    table{
      width:280px;
      margin:0 auto;
    }
    .item{
      margin: 0 auto;
    }
    .faq img{
      width: 50px;
    }
    .faq:last-child{
      margin-bottom: 10px;
    }
    .footer-contents{
      margin: 30px auto;
    }
    .footer-contents img{
      width:250px;
    }
    img.sponly {
      display:inherit!important;
      width: 100%;
    }
    img.pconly {
      display: none;
    }

  }
