@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:700');

* {
  margin: 0;
  padding: 0;
  text-decoration: none
}

fieldset {
  border: 0
}

body {
  line-height: 1.8;
  font-size: 88%
}

body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
ul {
  margin: 0;
  padding: 0
}

img {
  border: 0;
  vertical-align: top
}

a {
  text-decoration: none
}

em {
  font-style: normal
}

ul li {
  list-style-type: none;
  list-style-image: none
}

address {
  font-style: normal
}

.margin02 {
  margin-bottom: 2px
}

.margin05 {
  margin-bottom: 5px
}

.margin06 {
  margin-bottom: 6px
}

.margin08 {
  margin-bottom: 8px
}

.margin10 {
  margin-bottom: 10px
}

.margin15 {
  margin-bottom: 15px
}

.margin20 {
  margin-bottom: 20px
}

.margin30 {
  margin-bottom: 30px
}

.margin40 {
  margin-bottom: 40px
}

strong {
  font-weight: bold
}

ul li {
  list-style: none
}

* html .cbox {
  zoom: 100%
}

*:first-child+html .cbox {
  display: inline-block
}

.cbox:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

* {
  box-sizing: border-box
}

a {
  color: #08314e
}

.cap {
  line-height: 1.5;
  font-size: 86%
}

.en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; 
}

body {
  font-family: 'Noto Sans Japanese', sans-serif, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  color: #1f1f1f;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

@media screen and (min-width:801px),
print {
  .sp {
    display: none !important
  }

  .flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
    

  .flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }

  .flex-end {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  #header {
    width: 100%;
    min-width: 1100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12 !important
  }

  #header .logo {
    padding-top: 20px;
    padding-left: 20px
  }

  #header .tel {
    padding-top: 10px;
    margin-right: 130px
  }

  #header .tel p {
    font-size: 93%;
    font-weight: 700;
    text-align: right;
    line-height: 1
  }

  #header .tel a {
    display: block;
    cursor: default;
    font-size: 34px;
    color: #1f1f1f;
    letter-spacing: 1.5px;
    text-align: right;
    line-height: 1;
    padding-top: 10px;
    padding-left: 33px;
    background: url(../img/icon_tel.png) no-repeat left center
  }

  #header ul {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 5
  }

  #header ul li {
    width: 90px;
    margin-bottom: 10px
  }

  #header ul li a {
    display: block;
    height: 90px;
    font-weight: 900;
    font-size: 79%;
    text-align: center;
    color: #fff;
    line-height: 1.2em;
    transition: .3s;
    -webkit−transition: .3s
  }

  #header ul li.cta a {
    background: #eb8d00 url(../img/icon_mail.png) no-repeat center 22px;
    padding-top: 55px;
    letter-spacing: 0
  }

  #header ul li.cta a:hover {
    background: #eb6400 url(../img/icon_mail.png) no-repeat center 22px
  }

  #header ul li.free a {
    background: #00ae00 url(../img/icon_contact.png) no-repeat center 18px;
    letter-spacing: -0.5px;
    padding-top: 52px
  }

  #header ul li.free a:hover {
    background: #008700 url(../img/icon_contact.png) no-repeat center 18px
  }

  #mainimage {
    width: 100%;
    min-width: 1100px;
    background: #fff;
    height: 500px;
    overflow: hidden;
    position: relative
  }

  #mainimage .title {
    margin: 0 auto;
    background-color: #F67656;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 120px
  }

  #mainimage .title h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -5px;
    text-align: center;
    color: #fff;
  }

  #mainimage .title .sub {
    font-size: 200%;
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
    text-align: center;
    color: #fff;
  }

  #mainimage .title .txt {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    padding-top: 30px;
    text-align: center;
    color: #fff;
  }

  #mainimage .scroll {
    position: absolute;
    bottom: 95px;
    right: 50px
  }

  #main {
    display: block;
    padding-top: 80px;
    padding-bottom: 100px
  }

  .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative
  }

  .green {
    color: #00ae00
  }

  .orange {
    color: #eb8d00
  }

  #handson {
    width: 100%;
    min-width: 1100px;
    padding-bottom: 80px;
    background-color: #FFFCF3
  }

  #handson .whitebox {
    padding-top: 80px;
     position: relative
  }
    
  #handson .whitebox h2 {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px
  }

  #handson .whitebox h2 span {
    font-size: 44px
  }

  #handson .whitebox .title h2 span {
    display: block;
    color: #1e883b;
  }


  #handson .inner .whitebox .read {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
  }

  #handson .inner .whitebox .box {
    width: 30%;
    padding: 30px;
    background: #81CF9B;
    position: relative;
    color: #fff
  }


  #handson .inner .whitebox .box h3 {
    font-size: 143%;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 25px 0 18px 0
  }

  #handson .whitebox .box p {
    font-size: 108%;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0
  }

  #handson .whitebox .box .pht img {
    width: 100%;
    height: auto
  }

  #handson .inner .head {
    font-size: 52px;
    text-align: center;
    margin-top: 50px;
		margin-bottom: 30px;
  }

  #handson .head p{
    display: block;
    font-size: 38px;
    letter-spacing: 1px;
    padding: 30px 0;
    font-weight: 900;
    line-height: 52px;
  }

  #handson .btn_trial {
    margin: 0 auto;
    position: relative
}    

  #handson .btn_link{
   position: relative;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100px;
   width: 500px;
   margin: auto;
   background-color:#F67656;
   box-shadow : 0px 3px 5px rgba(0, 0, 0, 0.2);
   border-radius: 70px;
  }
   
  #handson .btn_box {
    margin: 0 auto;
}
    
  #handson .link_txt {
   display: block;
   margin-top: -2px;
   line-height: normal;
   letter-spacing: 0;
   font-style: italic;
   font-weight: 700;
   font-size: 1.5rem;
   color: #fff;
   text-align: center;
  }

  #study {
    width: 100%;
    min-width: 1100px;
    padding: 80px 0;
    background: #81CF9B;
    position: relative;
    color: #fff
  }

  #study .title {
    padding: 20px 0
  }

  #study .title h2 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 30px
  }

  #study .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #study dl dt {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3px;
    padding-bottom: 13px
  }

  #study .title p {
    font-size: 180%;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 45px
  }

  #tools {
    width: 100%;
    min-width: 1100px;
    padding: 80px 0;
    background: #f5f4ef;
    position: relative
  }

  #tools .title {
    padding-bottom: 70px;
    text-align: center;
  }

  #tools .title h2 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #tools .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #tools .box {
    width: 50%;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
  }

  #tools .box:nth-child(even) {
    margin-top: 60px
  }

  #tools .box .pht {
    background: #FFCC4D;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px
  }

  #tools .box h3 {
    font-size: 172%;
    font-weight: 900;
    position: absolute;
    top: 293px;
    left: 10px;
    color:#fff
  }

  #tools .box h3 span {
    background: #FFCC4D;
    padding: 7px 15px
  }

  #tools .box p {
    font-size: 108%;
    font-weight: 500;
    letter-spacing: .5px
  }

  #feature {
    width: 100%;
    min-width: 1100px;
    padding: 80px 0 50px 0;
    background: url(../img/features_bg.gif) center top;
    position: relative
  }

  #feature .title {
    padding-bottom: 70px;
    text-align: center
  }

  #feature .title h2 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #feature .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #feature .box {
    width: 50%;
    padding-left: 100px;
    margin-bottom: 60px;
    box-sizing: border-box; 
  }

 #feature .box .number {
    width: 180px;
    height: 30px;
    font-size: 130%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    background: #eb8d00;
    position: relative;
    margin-bottom: 15px
  }

  #feature .box h3 {
    font-size: 170%;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px
  }

  #feature .box p {
    font-size: 108%;
    line-height: 30px
  }

  #feature .box h3 span {
    font-size: 70%;
    line-height: 30px
  }

  #feature .text {
    text-align: center;
    margin: 30px auto
  }

  #feature .text h2 {
    font-size: 46px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #trial{
    position: relative;
    border-top: 1px solid #ddd;
  }


  #flow{
    border-top: 1px solid #ddd;
  }

  #contact {
    width: 100%;
    min-width: 1100px;
    padding: 60px 0 60px 0;
    background: #f7f7f7;
    position: relative
  }

  #contact:after {
    content: "";
    width: 100%;
    min-width: 1100px;
    height: 5px;
    background: url(../img/block_gray.png) center top;
    position: absolute;
    top: -5px;
    left: 0
  }

  #contact h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    color: #505050;
    letter-spacing: .5px;
    line-height: 1;
    padding-bottom: 50px
  }

  #contact dl {
    text-align: center;
    padding-bottom: 50px
  }

  #contact dl dt a {
    display: block;
    font-size: 50px;
    color: #00ae00;
    line-height: 1;
    cursor: default
  }

  #contact dl dd {
    font-size: 108%
  }

  #contact table {
    width: 100%;
    border-collapse: collapse
  }

  #contact table th {
    width: 280px;
    padding: 22px 0 22px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    color: #00ae00;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd
  }

  #contact table th span {
    font-size: 86%;
    color: #b22225;
    padding-left: 15px
  }

  #contact table td {
    padding: 22px 14px 22px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd
  }

  #contact table td .textbox {
    width: 680px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px
  }

  #contact table td textarea {
    width: 680px;
    height: 250px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px
  }

  #contact table td ul li {
    margin-right: 20px;
    font-size: 93%
  }

  #contact table td ul li span {
    padding-left: 5px
  }

  #contact .check {
    text-align: center;
    padding: 55px 0 50px 0
  }

  #contact .check p {
    padding-bottom: 5px
  }

  #contact .check p a {
    color: #00ae00
  }

  #contact .check p a:hover {
    text-decoration: underline
  }

  #contact .check span {
    padding-left: 5px
  }

  #contact .btn {
    width: 600px;
    margin: 0 auto
  }

  #contact .btn button {
    width: 600px;
    height: 84px;
    background: #f7931e url(../img/icon_arrow03.png) no-repeat 95% center;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 84px;
    color: #fff;
    border: 0;
    transition: .3s;
    -webkit−transition: .3s;
    cursor: pointer
  }

  #contact .btn button:hover {
    background: #f17428 url(../img/icon_arrow03.png) no-repeat 96% center
  }

  #contact .btn02 {
    width: 600px;
    margin: 0 auto;
    padding: 50px 0
  }

  #contact .btn02 li.next {
    width: 285px;
    float: left
  }

  #contact .btn02 li.next input {
    boorder: none;
    width: 285px;
    height: 60px;
    background: #f7931e;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 60px;
    color: #fff;
    transition: .3s;
    -webkit−transition: .3s;
    cursor: pointer
  }

  #contact .btn02 li.next input:hover {
    background: #f17428
  }

  #contact .btn02 li.back {
    width: 285px;
    float: right
  }

  #contact .btn02 li.back input {
    boorder: none;
    width: 285px;
    height: 60px;
    background: #e8e8e8;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 60px;
    color: #1f1f1f;
    cursor: pointer
  }

  #pagetitle {
    width: 100%;
    min-width: 1100px;
    height: 300px
  }

  #pagetitle h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 300px
  }

  body.bg {
    background: url(../img/bg.gif)
  }

  #thanks {
    width: 900px;
    padding: 70px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-bottom: 250px;
    position: relative;
    box-shadow: 0 4px 35px -5px #949494
  }

  #thanks:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../img/block_white.png) no-repeat left top;
    position: absolute;
    top: -5px;
    left: 0
  }

  #thanks p {
    margin-bottom: 15px
  }

  #thanks .btn {
    width: 250px;
    margin: 55px auto 0 auto
  }

  #thanks .btn a {
    display: block;
    height: 50px;
    background: #18a0a2 url(../img/icon_blank.png) no-repeat 95% center;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    -webkit−transition: .3s
  }

  #thanks .btn a:hover {
    background: #14888a url(../img/icon_blank.png) no-repeat 96.5% center
  }

  #footer {
    width: 100%;
    min-width: 1100px;
    padding: 30px 0;
    background: #fff
  }

  #footer .link {
    font-size: 86%;
    color: #1f1f1f
  }

  #footer .link a {
    color: #1f1f1f
  }

  #footer .copy {
    font-size: 86%;
    text-align: right
  }
}

  .fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
  margin-top: 10px;
 }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0)
 }

@media only screen and (max-width:800px) {
  .pc {
    display: none !important
  }

  #header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 12 !important;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
  }

  #header .logo {
    width: 150px;
    padding-left: 10px
  }

  #header .logo img {
    width: 100%;
    height: auto
  }

  #header .tel {
    width: 118px;
    margin-right: 10px
  }

  #header .tel p {
    font-size: 72%;
    font-weight: 700;
    text-align: right;
    line-height: 1;
    letter-spacing: 0
  }

  #header .tel a {
    display: block;
    font-size: 16px;
    color: #1f1f1f;
    letter-spacing: 0;
    text-align: right;
    line-height: 1;
    padding-top: 5px;
    background: url(../img/icon_tel.png) no-repeat left top;
    background-size: 15px
  }

  #header ul {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5
  }

  #header ul li {
    width: 50%;
    float: left
  }

  #header ul li a {
    display: block;
    height: 50px;
    font-weight: 900;
    font-size: 86%;
    text-align: center;
    line-height: 1.3em;
    color: #fff
  }

  #header ul li.cta a {
    background: #eb8d00 url(../img/icon_mail.png) no-repeat 15px center;
    padding-top: 17px;
    padding-left: 20px
  }

  #header ul li.free a {
    background: #00ae00 url(../img/icon_contact.png) no-repeat 15px center;
    padding-top: 11px;
    padding-left: 30px
  }

  #mainimage {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative
  }

  #mainimage .title {
    padding-top: 100px;
    background: #F67656;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px
  }

  #mainimage .title h1 {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    letter-spacing: -1px;
    color: #fff
  }

  #mainimage .title .sub {
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
    text-align: center;
    color: #fff;
  }

  #mainimage .title .txt {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.4em;
    padding-top: 20px;
    text-align: center;
    color: #fff;
  }

  #mainimage .scroll {
    display: none
  }

  #main {
    display: block
  }

  .inner {
    padding: 0 5%;
    position: relative
  }

  .green {
    color: #00ae00
  }

  .orange {
    color: #eb8d00
  }

  #handson {
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
    position: relative
  }

  #handson .whitebox h2 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    padding-top: 40px;
    margin-bottom: 15px
  }

  #handson .whitebox h2 span {
    display: block;
    font-size: 26px;
    padding-bottom: 10px
  }

  #handson .whitebox .title h2{
    padding-top: 10px;
  }

  #handson .whitebox .title h2 span {
    color: #1e883b;
  }

  #handson .inner .whitebox .read {
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 25px
  }

  #handson .inner .whitebox .box {
    padding: 20px;
    background: #81CF9B;
    position: relative;
    color: #fff;
    margin-bottom: 20px
  }

  #handson .whitebox .box .pht img {
    width: 100%;
    height: auto
  }

  #handson .inner .whitebox .box h3 {
    font-size: 135%;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 20px 0 13px 0
  }

  #handson .whitebox .box p {
    font-weight: 500
  }

  #handson .inner .head {
    font-size: 20px;
    text-align: center
  }

  #handson .head p {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.8em
  }

  #handson .head p{
    display: block;
    font-size: 23px;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 900;
    line-height: 1.8em
  }

  #study {
    width: 100%;
    padding: 50px 0 20px 0;
    background: #81CF9B;
    position: relative;
    color: #fff
  }

  #study .title {
    padding-bottom: 35px;
  }

  #study .title h2 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #study .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #study dl dt {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-bottom: 13px
  }

  #study .title p {
    font-size: 100%;
    font-weight: 500;
    line-height: 2em
  }

  #study .lego04 img {
    width: 100%;
    max-width: 400px;
    height: auto
  }

  #tools {
    width: 100%;
    padding: 50px 0 20px 0;
    background: #f5f4ef;
    position: relative
  }

  #tools .title {
    padding-bottom: 55px;
    text-align: center;
  }

  #tools .title h2 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #tools .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #tools .box {
    margin-bottom: 30px
  }

  #tools .box .pht {
    background: #FFCC4D;
    background-size: cover;
    text-align: center;
    padding: 20px;
    margin: 10px
  }

  #tools .box .pht img {
    width: 100%;
    height: auto
  }

  #tools .box h3 {
    font-size: 135%;
    font-weight: 900;
    margin: 10px 0 0 10px
  }

  #tools .box p {
    font-weight: 500;
    line-height: 2em;
    margin-left: 10px
  }

  #trial {
    border-top: 1px solid #ddd;
  }

  #flow {
    border-top: 1px solid #ddd;
  }


  #feature {
    width: 100%;
    padding: 40px 0 50px 0;
    background: url(../img/features_bg.gif) center top;
    position: relative
  }

  #feature .title {
    padding-bottom: 40px;
    text-align: center
  }

  #feature .title h2 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
  }

  #feature .title .txt {
    font-size: 115%;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1
  }

  #feature .box {
    margin-bottom: 35px
  }

  #feature .box .number {
        width: 120px;
        height: 30px;
        font-size: 120%;
        font-weight: 700;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        background: #eb8d00;
        position: relative;
        margin-bottom: 7px
 }

  #feature .box h3 {
    font-size: 149%;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px
  }

  #feature .box h3 span {
    font-size: 70%;
    line-height: 30px
  }

  #feature .box p {
    line-height: 2em
  }

  #contact {
    width: 100%;
    padding: 40px 0 40px 0;
    background: #f7f7f7
  }

  #contact h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: #505050;
    letter-spacing: .5px;
    line-height: 1.4em;
    padding-bottom: 30px
  }

  #contact dl {
    text-align: center;
    padding-bottom: 30px
  }

  #contact dl dt a {
    display: block;
    font-size: 30px;
    color: #00ae00;
    line-height: 1
  }

  #contact dl dd {
    font-size: 86%;
    letter-spacing: .5px
  }

  #contact table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: solid 1px #ddd
  }

  #contact table th {
    display: block;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
    color: #00ae00;
    border-top: solid 1px #ddd
  }

  #contact table th span {
    font-size: 79%;
    color: #b22225;
    padding-left: 10px
  }

  #contact table td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0
  }

  #contact table td .textbox {
    width: 100%;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 12px;
    font-size: 86%
  }

  #contact table td textarea {
    width: 100% !important;
    height: 150px !important;
    background: #fff !important;
    border: solid 1px #ddd !important;
    border-radius: 5px !important;
    padding: 12px !important;
    font-size: 86% !important
  }

  #contact table td ul li {
    margin-right: 20px;
    font-size: 93%
  }

  #contact table td ul li span {
    padding-left: 5px
  }

  #contact .check {
    text-align: center;
    padding: 35px 0 30px 0
  }

  #contact .check p {
    font-size: 79%;
    letter-spacing: 0;
    padding-bottom: 5px
  }

  #contact .check p a {
    color: #00ae00
  }

  #contact .check span {
    font-size: 86%;
    padding-left: 5px;
    line-height: 1
  }

  #contact .btn {
    width: 100%;
    margin: 0 auto
  }

  #contact .btn button {
    width: 100%;
    height: 60px;
    boorder: none !important;
    background: #f7931e url(../img/icon_arrow03.png) no-repeat 95% center;
    background-size: 20px;
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;
    color: #fff
  }

  #contact .btn02 {
    width: 100%;
    padding: 40px 0 50px 0
  }

  #contact .btn02 li.next {
    width: 48%;
    float: left
  }

  #contact .btn02 li.next input {
    boorder: none;
    width: 100%;
    height: 50px;
    background: #f7931e;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    color: #fff
  }

  #contact .btn02 li.back {
    width: 48%;
    float: right
  }

  #contact .btn02 li.back input {
    boorder: none;
    width: 100%;
    height: 50px;
    background: #e8e8e8;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 900;
    line-height: 50px;
    color: #1f1f1f
  }

  #pagetitle {
    width: 100%;
    height: 200px
  }

  #pagetitle h1 {
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4em;
    padding-top: 100px
  }

  body.bg {
    background: url(../img/bg.gif)
  }

  #thanks {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 35px -5px #949494;
    margin: 0 7% 50px 7%
  }

  #thanks:after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(../img/block_white.png) no-repeat left top;
    position: absolute;
    top: -5px;
    left: 0
  }

  #thanks p {
    margin-bottom: 15px
  }

  cx #thanks .btn {
    width: 250px;
    margin: 40px auto 0 auto
  }

  #thanks .btn a {
    display: block;
    height: 50px;
    background: #18a0a2 url(../img/icon_blank.png) no-repeat 95% center;
    font-size: 93%;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    -webkit−transition: .3s
  }

  #thanks .btn a:hover {
    background: #14888a url(../img/icon_blank.png) no-repeat 96.5% center
  }

  #footer {
    width: 100%;
    padding: 30px 0 70px 0;
    text-align: center;
    background: #fff
  }

  #footer .link {
    font-size: 79%;
    letter-spacing: 0;
    padding-bottom: 5px
  }

  #footer .link a {
    color: #191919
  }

  #footer .copy {
    padding-top: 10px;
    font-size: 72%
  }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
  margin-top: 10px;
 }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0)
 }


#feature .text {
    padding: 70px 0;
    text-align: center;
 }

#feature .text h2 {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 1;
    padding-bottom: 5px
}

#feature .txt {
	line-height: 1.64;
	font-size: 1.6rem;
}

#handson .btn_link{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: auto;
  background-color: #F67656;
  box-shadow : 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 70px;
}

#handson .link_txt {
  display: block;
  margin-top: -2px;
  line-height: normal;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

#handson .btn_box {
    padding: 10px 10%
}

#handson .btn_trial {
    margin: 0px;
}





  #handson .whitebox {
     position: relative
  }
	

