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

html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.8;
   letter-spacing:1px;
   font-family: 'メイリオ', Meiryo, Verdana, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
   font-size:24px;
   color:#333;
   background:url(../images/bg.jpg) center;
   /* background:#fff; */
   background-attachment: fixed;
   text-align:left;
   overflow: hidden;
   /* min-width: 960px; */
   -webkit-text-size-adjust: 100%;
}

a{
  color:#000;
  text-decoration: none
}

a:hover{
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
::placeholder {
   text-align: center;
 }
table.company {
    width: 700px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
    line-height: 1.6;
}

table.company th,
table.company td {
    padding: 10px;
    text-align: left;
    font-size:15px;
    vertical-align: middle;
}

table.company th {
    background: #333;
    vertical-align: middle;
    text-align: left;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #333;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #333 10px solid;
        margin-top: -10px;
    }
}

table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
.reason{
  background:#c00;
  padding:2%;
}
.reason-inner{
  background:#fff;
  padding:16px 0 16px;
}
.reason-inner p{
  margin:25px 4% 0;
}
.br-sp{
  display:none;
}
.br-pc{
  display:block;
}
.clear{
  clear:both;
}
img{
  vertical-align: bottom;
}
.contents{
	max-width: 960px;
  width: 100%;
  height: 100%;
	margin: 0 auto;
  /*font-size: 1.2em;*/
  background:#ffffff;
  position: relative;
  -moz-box-shadow:0 1px 10px #bfbfbf; /* Firefox用 */
  -webkit-box-shadow:0 10px 15px #bfbfbf; /* Safari,Google Chrome用 */
  box-shadow:0 7px 10px #bfbfbf;
  /*padding: 40px 0;*/
}
.contents-s{
	max-width: 960px;
  width: 100%;
  height: 100%;
	margin: 0 auto;
  /*font-size: 1.2em;*/
  background:transparent;
  position: relative;
  /* padding: 450px 0 0; */
}
.sec01{
  background: url(../images/bg_sec01.jpg);
    padding-bottom: 30px;
    z-index: 1000;
    background-size: cover;
}
.sec02{
  background: url(../images/bg_sec02.jpg) ;
    padding:30px 0;
    z-index: 1000;
}
.sec04{
  background: #fff;
    background-size: cover;
    padding: 16px 0;
    z-index: 1000;
}
.sec06{
  background: url(../images/bg_stepall.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
  margin-top: -10px;
  overflow:hidden;
  color: #000;
  text-align: center;
}
.book{
  width: 50%;
}

.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-name: animate73;
    -moz-animation-name: animate73;
    -o-animation-name: animate73;
    animation-name: animate73;
}

@-moz-keyframes animate73 {
  0% {
    -moz-transform: scale(0.92);
  }
  40% {
    -moz-transform: scale(0.97);
  }
  60% {
    -moz-transform: scale(0.86);
  }
  80% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.92);
  }
}
@-o-keyframes animate73 {
  0% {
    -o-transform: scale(0.92);
  }
  40% {
    -o-transform: scale(0.97);
  }
  60% {
    -o-transform: scale(0.86);
  }
  80% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.92);
  }
}
@-webkit-keyframes animate73 {
  0% {
    -webkit-transform: scale(0.92);
  }
  40% {
    -webkit-transform: scale(0.97);
  }
  60% {
    -webkit-transform: scale(0.86);
  }
  80% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.92);
  }
}
@keyframes animate73 {
  0% {
    transform: scale(0.92);
  }
  40% {
    transform: scale(0.97);
  }
  60% {
    transform: scale(0.86);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.92);
  }
}
p{
  margin: 25px 9%;
}
.red{
  color: #d70a06;
  font-weight: bold;
}
.bb{
  font-size: 1.2em;
  font-weight: bold;
}
.red_u{
  color: #d70a06;
  font-weight: bold;
  text-decoration: underline;
}
.yb{
  font-weight: bold;
  background:#ff1;
}
.yb_u{
  text-decoration: underline;
  font-weight: bold;
  background:#ff1;
}
.red-b{
  color: #d70a06;
  font-weight: bold;
  font-size: 1.5em;
}
.under{
  font-weight: bold;
  text-decoration: underline;
}

header{
  background: #f1f1f1;
}
main{
  background: #fff;
  /*padding-bottom:200px;*/
}
footer{
  background: #aed546;
  color: #000;
  clear: both;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}

#headbar{
  background: #c00;
  text-align: center;
}
.header{
  margin:0 auto;
  width: 100%;
}
.headimage{
  position: relative;
  background: url(../images/head_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  /* background-attachment: fixed; */
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  /* -moz-background-size:100% auto;
  background-size:100% auto; */
}
/*footer*/
.footerarea{
	width: 960px;
	margin: 0 auto;
  height: 300px;
}
.footerarea:after{
	content: "";
	display: block;
	clear: both;
}
#footers{
  position: absolute;/* ←絶対位置 */
  bottom: 0;
  background: #000;
  color: #fff;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.footerFixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
/*copyright*/
.copyright {
   font-size:12px;
   color:#000;
   text-align:center;
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

/* ç‚¹æ»… */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.head_bg{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 132.291%;
  padding-bottom:16px;
  /*padding-bottom: calc(100%*1850/1920);*/
  background: url("../images/head.png")no-repeat;
  background-size: contain;
}
.head_arrow{
  width:75%;
  position: absolute;
  bottom: 26%;
  left:0%;
  right:0%;
  margin:auto auto;
}
.head_mail{
  width: 90%;
  height: 120px;
  border-radius: 7px;
  font-size: 30px;
  position: absolute;
  margin:0 auto;
  right:0;
  left:0;
  bottom: 15.5%;
  box-sizing: border-box;
  text-align: center;
}
.head_submit{
  position: absolute;
  box-sizing: border-box;
  width: 90%;
  right:0;
  left:0;
  bottom:0.5%;
  margin:auto auto;
  text-align: center;
}
.form_bg{
  position: relative;
  background: url("../images/form_bg.png") no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  height: 725px;
}
.form_arrow{
  width:75%;
  position: absolute;
  bottom: 38%;
  left:0%;
  right:0%;
  margin:auto auto;
}
.form_mail{
  width: 90%;
  height: 120px;
  border-radius: 7px;
  font-size: 30px;
  position: absolute;
  margin:0 auto;
  right:0;
  left:0;
  bottom: 24%;
  box-sizing: border-box;
  text-align: center;
}
.form_submit{
  position: absolute;
  box-sizing: border-box;
  width: 90%;
  right:0;
  left:0;
  bottom:-3%;
  margin:auto auto;
  text-align: center;
}
.form_bg2{
  position: relative;
  background: url("../images/form_bg2.png") no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  height: 1490px;
}
.form_arrow2{
  width:75%;
  position: absolute;
  bottom: 23%;
  left:0%;
  right:0%;
  margin:auto auto;
}
.form_mail2{
  width: 90%;
  height: 120px;
  border-radius: 7px;
  font-size: 40px;
  position: absolute;
  margin:0 auto;
  right:0;
  left:0;
  bottom: 13%;
  box-sizing: border-box;
  text-align: center;
}
.form_submit2{
  position: absolute;
  box-sizing: border-box;
  width: 90%;
  right:0;
  left:0;
  bottom:0%;
  left:10px;
  margin:auto auto;
}
.imgR{
  float: right;
  width: 30%!important;
  margin-right: 9%;
}
.shine{
  position: absolute;
  top:50%;
  left:4%;
  width:900px;
}
@media (min-width: 768px) and (max-width: 768px){
  .contents img,.headimage img,.form_bg img{
    width: 100%;
  }
  .book{
    width: 70%!important;
  }
  .head_bg{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 132.291%;
    /*padding-bottom: calc(100%*1850/1920);*/
    background: url("../images/head.png")no-repeat;
    background-size: contain;
  }
  .head_mail{
    width: 90%;
    height: auto;
    padding:4% 0;
    border-radius: 7px;
    font-size: 0.9em;
    padding-left: 10px;
    position: absolute;
    right:0px;
    bottom:16.2%;
    left:0px;
    margin:auto auto;
  }
  .head_arrow{
    width: 70%!important;
    position: absolute;
    bottom: 26%;
    margin:auto auto;
  }
  .head_submit{
    position: absolute;
    width: 90%!important;
    right:0px;
    bottom:1%;
    left:0px;
    margin:auto auto;
  }
  .form_mail2{
    width: 90%;
    height: auto;
    padding:4% 0;
    border-radius: 7px;
    font-size: 1em;
    padding-left: 10px;
    position: absolute;
    right:0px;
    bottom:12%;
    left:0px;
    margin:auto auto;
  }
  .form_arrow2{
    width: 70%!important;
    position: absolute;
    bottom: 21%;
    margin:auto auto;
  }
  .form_submit2{
    position: absolute;
    width: 90%!important;
    right:0px;
    bottom:-1.5%;
    left:0px;
    margin:auto auto;
  }
}
@media screen and (max-width: 767px) {
  body{
    font-size:18px;
    text-align: left;
  }
     .contents{
          float: none;
          margin: 0 auto;
          width: 100%;
     }
     .contents img,.headimage img,.form_bg img{
       width: 100%;
     }
     .book{
       width: 70%!important;
     }
     .shine{
       top:50%;
       left:0%;
     }
     .copyright {
        font-size:9px;
     }
     .head_bg{
       position: relative;
       width: 100%;
       height: 0;
       padding-top: 132.291%;
       padding-bottom:16px;
       /*padding-bottom: calc(100%*1850/1920);*/
       background: url("../images/head.png")no-repeat;
       background-size: contain;
     }
     .head_mail{
       width: 90%;
       height: auto;
       padding:4% 0;
       border-radius: 7px;
       font-size: 0.9em;
       padding-left: 10px;
       position: absolute;
       right:0px;
       bottom:16%;
       left:0px;
       margin:auto auto;
     }
     .head_arrow{
       width: 70%!important;
       position: absolute;
       bottom: 27%;
       margin:auto auto;
     }
     .head_submit{
       position: absolute;
       width: 90%!important;
       right:0px;
       bottom:0.2%;
       left:0px;
       margin:auto auto;
     }
     .form_bg{
       position: relative;
       width: 100%;
       height: 0;
       padding-top: 75.52%;
       /*padding-bottom: calc(100%*1850/1920);*/
       background: url("../images/form_bg.png")no-repeat;
       background-size: contain;
     }
     .form_mail{
       width: 90%;
       height: auto;
       padding:4% 0;
       border-radius: 7px;
       font-size: 1em;
       padding-left: 10px;
       position: absolute;
       right:0px;
       bottom:20%;
       left:0px;
       margin:auto auto;
     }
     .form_arrow{
       width: 70%!important;
       position: absolute;
       bottom: 38%;
       margin:auto auto;
     }
     .form_submit{
       position: absolute;
       width: 90%!important;
       right:0px;
       bottom:-8.5%;
       left:0px;
       margin:auto auto;
     }
     .form_bg2{
       position: relative;
       width: 100%;
       height: 0;
       padding-top: 155.20%;
       background: url("../images/form_bg2.png")no-repeat;
       background-size: contain;
     }
     .form_mail2{
       width: 90%;
       height: auto;
       padding:4% 0;
       border-radius: 7px;
       font-size: 1em;
       padding-left: 10px;
       position: absolute;
       right:0px;
       bottom:11%;
       left:0px;
       margin:auto auto;
     }
     .form_arrow2{
       width: 70%!important;
       position: absolute;
       bottom: 22%;
       margin:auto auto;
     }
     .form_submit2{
       position: absolute;
       width: 90%!important;
       right:0px;
       bottom:-3%;
       left:0px;
       margin:auto auto;
     }
     img{
       width: 100%;
     }
     .contents{
       font-size: 1em;
     }
     p{
       margin: 15px 8%;
     }
     body {
        line-height:1.6;
      }
     .headimage{
       position: relative;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       width: 100%;
       /* height: 1850px; */
       /*-moz-background-size:100% auto;
       background-size:100% auto;*/
     }
     .headimage img{
       width:100%;
     }
  footer{
    padding: 10px 0;
  }
  .sec02{
    background: url(../images/bg_sec02_sp.jpg) ;
      padding:0 0 30px;
      z-index: 1000;
      background-size:contain;
  }
  .sec01{
    background: url(../images/bg_sec01_sp.jpg);
      padding-bottom: 30px;
      z-index: 1000;
      background-size:contain;
  }
.br-sp{
  display:block;
}
.br-pc{
  display:none;
}
}
