@charset "UTF-8";

/*
 * Theme Name: LAXHomeテーマ
Version:1.0.1
Author:
*/
body{
    background-color: whitesmoke;
    
}
.v-application{
    font-family: 'Gafata','Oswald', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,  !important;
}
h1{font-size: 30px; font-weight: 300;}
h2{font-size: 10px; font-weight: 200;}
h3{font-weight: 500; }
p{font-weight: 300;}
/* 
header {
    width: 100%;
    padding: 30px 4% 10px;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
}
a {	
    text-decoration: none;
    color: #4b4b4b;
}
ul {
    list-style: none;
    margin: 0;
	display: flex;
}
li {
    margin: 0 0 0 15px;
    font-size: 14px;
}
.nav{
	margin: 0 0 0 auto;
}



.TopImgBox{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: black;
}
.TopImgBox img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.topTitle{
    position: absolute;
    color: white;
    top: 200px;
    left: 10%;
}
.license{
    margin-left: 10px;
}


 */



a {	
    text-decoration: none;
    color: rgb(1,30,65);
}

.col{
    padding: 0  !important;
}

  .TEXTBOX{
    height: 100vh;
    background-color: whitesmoke;
 }
 .IMGBOX{
    height: 100vh;
     width: 100%;

 }
 .IMGBOX img {
     object-fit: cover;
    width:100%;
    height:100%;
	 
}
li{
    list-style: none;
    
}
.subtitle{
    font-size: 15px;
}
.list{
    margin-top: 50px;
}
.option{
    margin-top: 80px;
}
.show{
    margin-top: 50px;
}

.licence{
		margin: 300xp;
}
table{
    width: 400px;
    font-size: 15px;
	font-weight: 100;
    margin: 20px;
    text-align: left;
}
caption{
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.page1{
    padding: 40px;
}

.line1,
.line0{
    height: 1px;
    background-color: rgb(1,30,65);
    margin-bottom: 30px;
}

.line2{
    height: 1px;
    background-color: rgb(1,30,65);
    margin-top: 20px;
}