@charset "UTF-8";

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

/* 全体の書体 */


h2 {
    font-size: 18px;
    line-height: 1.5;
}

h3 {
    font-size: 15px;
    line-height: 0.5;
}

h4 {
    font-size: 17px;
    line-height: 0;
}

b {
    font-size: 17px;
    line-height: 1.5;
}




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

/* カラム */
.wrapper{
    width: 920px;
    overflow: auto;
}

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



.main-conten{
    
    float: left;
    width: 518px;
    height: 250px;
    background-image: url("../top_img/kabe03.jpg");
    background-size: 540px auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.sidebar{
    float: left;
    width: 402px;
    height: 250px;
    background-image: url("../top_img/top_img01.jpg");
    background-size: 402px auto;
    background-position: top center;
    background-repeat: no-repeat;
}

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


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



/* プロフィール */
.box1-2{
    width: 280px;
    position: relative;
    top: -10px;
    left: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}




/* サンプル動画 */
a.btn1{
    position:relative;
    top: 219px;
    left: 260px
}




/*--テキストー--*/
.box{
    margin-top: -19px;
    height: 509px;
    background-image: url("../top_img/kabe04.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.box1{
    width: 320px;
    position: relative;
    top: 40px;
    left: 70px;
    font-size: 14px;
    color: white;
}


.box2{
    width: 300px;
    position: relative;
    top: -150px;
    left: 510px;
    font-size: 14px;
    color: white;
}
a.btn52{
    color: yellow;
}

a.btn2{
    position:relative;
    top: 120px;
    left: 70px
}


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


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

