@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&family=Noto+Sans+JP:wght@100..900&family=Rozha+One&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*:focus {
outline: none;
}

#le_wrap{
	width: 100%;
	background: #ccc;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0 0;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

#le_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
}
#le_wrap ul{
	padding: 0;
	margin: 0;
}
#le_wrap li{
	list-style: none;
}
#le_wrap a{
	text-decoration: none;
}
#le_wrap a:link{
    text-decoration: none;
    opacity: 1;
}
#le_wrap a:hover{
    text-decoration: none;
}
.NotoSans{
   font-family: "Noto Sans JP", sans-serif; 
}
.Spectral{
   font-family: "Spectral", serif; 
}
.MarcellusSC{
   font-family: "Marcellus SC", serif;
}
.Marcellus{
   font-family: "Marcellus", serif;
}
.RozhaOne{
   font-family: "Rozha One", serif;
}

/************************************************************
ヘッダー
************************************************************/
#le_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;  
    display:block;
    text-align: center;
}
#le_head .logo{
    width: 14%;
    text-align: center;
    margin: 0% auto;
    display: block;
}
#le_head .title{
    width: 50%;
    text-align: center;
    margin: 5% auto;
}

#le_head .lead{
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
    display: inline-block;
    position: relative;
    color: #000000;
}
/************************************************************
contents
************************************************************/
#le_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
	position:relative;
    margin: 5% auto;
    display: block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    
}
#le_contents .box{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
#le_contents .box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
}
#le_contents .box ul li{
    margin-bottom: 6%;
}

.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:80%;
    font-weight:lighter;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}



@media only screen and (max-width:768px){
	#le_wrap {
        width:100%;
        padding: 15% 0 0;
	}
    #le_head .logo{
        width: 20%;
        margin: 0% auto;
    }
    #le_head .title{
        width: 80%;
    }
    #le_head .lead{
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.8em;
        margin: 8% auto;
    }
    #le_contents{
        width: 100%;
    }
    #le_contents .box ul{
        grid-template-columns: 1fr 1fr;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    .Right{
        float: none;
    }
    .Left{
        float: left;
    }
}

        
    