@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:30px;
   color:#000;
   background:#fff;
   background-attachment: fixed;
   text-align:left;
   overflow: hidden;
   min-width: 960px;
   -webkit-text-size-adjust: 100%;
}
a{
  color: #fff;
  text-decoration: none;
}
a:hover{
  color: #e718af;
  text-decoration: none;
}
table.company {
    width: 80%;
    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;
}
.top{
  width: 100%;
  height: 100%;
	margin: 0 auto;
  background:#051733;
}
.form{
  width: 100%;
  height: 100%;
	margin: 0 auto;
  background: #002A46;
}
.form_bg{
  position: relative;
  background: url("../images/form_bg.png") no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin: 0px auto;
  width: 960px;
  height: 1000px;
}
.form_submit{
  position: absolute;
  width: 88%;
  left: 6%;
  bottom:7%;
}
.form_arrow{
  position: absolute;
  width: 70%;
  left: 15%;
  bottom:30%;
}
.greeting{
  background: url(../images/greeting_bg.jpg) no-repeat;
  background-position: bottom center;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  margin: 0 auto;
  background-attachment: fixed;
}
.tkt{
  background: url(../images/tkt_bg.jpg) repeat;
  /* background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  margin: 0 auto;
  background-attachment: fixed;
  padding-top:32px;
}
.tkt2{
  background: url(../images/tkt2_bg.jpg) repeat;
  background-position: bottom center;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  margin: 0 auto;
  background-attachment: fixed;
  padding-top:32px;
}
.uketori{
  background: url(../images/back.png) repeat;
  margin: 0 auto;
  background-attachment: fixed;
  padding:32px 0;
}
.uketori1{
  position: relative;
  background: url("../images/uketori1.png") no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin: 0px auto;
  width: 960px;
  height: 1000px;
}
.uketori1_submit{
  position: absolute;
  width: 84%;
  left: 8%;
  top:51%;
}
.uketori1_arrow{
  position: absolute;
  width: 70%;
  left: 15.5%;
  top:42%;
}
.uketori2{
  position: relative;
  background: url("../images/uketori2.png") no-repeat;
  -moz-background-size:100% auto;
  background-size:100% auto;
  margin: 0px auto;
  width: 960px;
  height: 1640px;
}
.uketori2_submit{
  position: absolute;
  width: 84%;
  left: 8.5%;
  top:19%;
}
.uketori2_arrow{
  position: absolute;
  width: 70%;
  left: 15.5%;
  top:14%;
}
.prof{
  background: url(../images/prof_bg.jpg) no-repeat;
  background-position: bottom center;
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  margin: 0 auto;
  background-attachment: fixed;
}
.wrap{
	max-width: 960px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
	margin: 0 auto;
  background:transparent;
  position: relative;
  text-align: center;
}
p{
  margin: 25px 9%;
}
footer{
  background: #051733;
  color: #fff;
  clear: both;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
#header{
  margin:0 auto;
  width: 100%;
}
.headimage{
  position: relative;
  background: url(../images/head_bg.jpg) no-repeat;
  background-position: bottom center;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.headimage img{
  max-width:960px;
  width:100%;
}
/*copyright*/
.copyright {
   font-size:12px;
   color:#fff;
   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;}
}
