@charset "UTF-8";

/* 全体の背景,書体 */
body{
    background-image: url("../top_img/kabe02.jpg");
    background-attachment: fixed;
    font-family: "Sawarabi Gothic";
}

/* 全体の書体 */


/* コンテナ */
.container {
    max-width: 920px;
    margin: auto;
}


.header{
    width: 920px;
    height: 80px;
    overflow: auto;
    background-image: url("../top_img/title_kabe01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

/* メニュー */
#global_navi ul{
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}



/* タイトル */
.box1-1{
    width: 345px;
    position: relative;
    top: 31px;
    left: 290px;
    font-size: 14px;
    color: white;
}


a.btn{
    position:relative;
    top: -10px;
    left: 820px
}


/* ヘッターの終わり */



/*--テキストー--*/
.box2{
    height: 650px;
    background-image: url("../top_img/kabe07.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.box2-1{
    width: 800px;
    position: relative;
    top: 25px;
    left: 75px;
}

p1{
    font-size:11pt;
    color: white;
    line-height: 1.5;
}



/*--フッターー--*/
.footer{
    text-align: center;
    font-size: 12px;
}


