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

/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */

html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td {margin: 0;padding: 0;}
img{border: 0;vertical-align:bottom;}
li {list-style-type: none;}
em,strong{font-style:normal;}
table{border-collapse:collapse; }

/* -----------------------------------------------------------------
   共通
----------------------------------------------------------------- */

a{
    color:#1B4F98;
    text-decoration:underline;   
}

a:hover{
    color: #1B4F98;
    text-decoration:none;
} 

body{
    margin:0;
    padding:0;
    background: #fff;
    color:#333;
    text-align:center;  
    font-size: 16px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    line-height:1.6;
}

body,html{
    height: 100%;
}

h1,p{
    text-align: center;
}

.wrap{
    width:100%;
    height: 100%;
    position: relative;
}

.main{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}

.pageTitle {
    font-size: 28px;
    margin: 24px auto 32px;
}

.text{
    font-size: 18px;
}

.intro-slash{
    width: 160px;
    height: auto;
}

.btnWrap {
    margin-top: 24px;
}

.btn{
    background: #333;
    color: #fff !important;
    text-decoration:  none;
    padding: 12px 0;
    width: 120px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    display: inline-block;
    margin: 0 8px;
}

.btn:hover{
    background: #666;   
}
