
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,th,td{
	padding: 0; margin: 0;box-sizing: border-box;
    font-family: "kosugi maru","メイリオ","ＭＳ Ｐゴシック",sans-serif;}

a{text-decoration: none;}
ul{list-style: none;}
img{vertical-align: bottom}



/* .top{
    height: 740px;
    background-image: url(../img/top-back1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    max-width: 1200px
} */

h2:before{
    border-bottom: none;
}

/* footer .sns li.twitter {
    background-color: #686868;
    font-size: 20px;
    padding-top: 6px;
} */

h1{
    border-bottom: none;
}

.main-wrapper{
    color: #535353;
  
}

.top h1{
    font-size: 40px;
    color: #666;
    text-align: center;
     line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 0;

}
.top p{
    font-size: 28px;
    margin-top: 60px;
    color: #666;
    text-align: center;
}

.top span{
    font-size: 40px;
}

.top img{
    width: 300px;

   margin: 0 auto;
   display: block;
}

.top-img img{
    width: 300px;
   position: relative;
   left: 10px;
   top: 78px;
   margin: 0 auto 20px;
   display: block;
}

.gbc{
    background-color: #476192;
    
    color: #fff;
    width: 100%;
    margin: 0px auto;
    text-align: center;
  
    padding: 100px 0px 50px;
}

.container{
    background-color: #ffffff;
}

.gbc p{
  padding: 10px 20px;
    line-height: 1.7;
    font-size: 20px;
    font-weight: 600;
}

.box1{
    
    display: block;
    margin: 0 auto;
    position: relative;
    top: -180px;
    left: -15px;
}

.box1 img{
    width: 400px;
}

.illusttop{
 padding: 10px;
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.illusttop h3{
    padding: 1rem 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #f0cfe1 0 25%, #f0c5a2 25% 50%, #b8e8ee 50% 75%, #e9d2ee 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
    color: #7c7c7c;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}




.none{
    display: none;
}

ul.listbox{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    margin: 80px auto 120px;
    box-sizing: border-box;
}

ul.listbox li{
	width:25%;
	/*width: calc((100% - 0px)/2);*/
    margin-bottom: -1px;
    box-sizing: border-box;
   	display:flex;
	justify-content:center;
}
ul.listbox li a{
	font-size:18px;
	color:#484848;
	line-height:1.25em;
	display:block;
    margin: 7px;
	padding: 10px;
	text-align:center;
	background-color: rgb(247, 247, 237);
    border-radius: 12px;
    box-shadow: 1px 2px 6px rgba(51,51,51,.25);
}

ul.listbox li a:hover{
  opacity: 0.5;
}

ul.listbox img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center top;
    margin-bottom: 10px;
/**	font-family: 'object-fit: cover; object-position: center top; margin:0 0 5px;**/
    
}

.text2 p{
    font-size: 20px;
    font-weight: 400;
    color: #5f5f5f;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #f581c1;
    margin-bottom: 10px;
}

.box4{
   display: flex;
    justify-content: center;
}

.box4-1{
    width: 35%;
    margin: 10px;
}

.box4-1 a{
    background-color: rgb(255, 158, 206);
    border: 4px solid #e977c3;
    border-radius: 10px;
    display: block;
    line-height: 2.5;
    color: #ffffff;
    margin: 10px;
    text-align: center;
    box-shadow: 1px 2px 6px rgba(51,51,51,.25);
}

.box4-1 p{
    font-weight: 500;
    font-size: 20px;
}

.box4-1 a:hover{
  opacity: 0.8;
}
.kirakira{
	width:80%;
	height:auto;
	margin:10px auto;
}

.kirakira img{
    display: block;
    width: 50%;
	max-width:370px;
	object-fit:contain;
    margin: 0 auto;
}

.sanpoukun{
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
@media (max-width: 1000px){
.illusttop{
	width:100%;}
ul.listbox li{
	width:24%;
	margin-right:1%;
	}
ul.listbox li:nth-of-type(4n){
	margin-right:0;
	}
}
@media (max-width: 768px){
.illusttop{
	width:100%;}
ul.listbox li,ul.listbox li:nth-of-type(4n){
	width:31%;
	margin-right:2%;
	}
ul.listbox li:nth-of-type(3n){
	margin-right:0;
	}
}
@media screen and (max-width: 500px){

    
    .top h1{
        font-size: 26px;
        color: #666;
        text-align: center;
         line-height: 1.5;
        margin-bottom: 30px;
        margin-top: 0;
    
    }
    .top p{
        font-size: 18px;
        margin-top: 60px;
        color: #666;
        text-align: center;
    }
    
    
    .top img{
        width: 250px;

    }
    
    .top-img img{
        width: 230px;
       position: relative;
       top: 60px;
       left: 10px;
       margin: 0 auto;
       display: block;
    }
    
    .gbc{
        background-color: #476192;
        
        color: #fff;
        width: 100%;
        margin: 0px auto 50px;
        text-align: center;
      
        padding: 100px 0px 50px;
    }
    
    .gbc p{
      padding: 10px 3px;
        line-height: 1.7;
        font-size: 15px;
        font-weight: 600;
    }
    
    .box1{
        
        display: block;
        margin: 0 auto;
        position: relative;
        top: -180px;
        left: -15px;
    }
    
    .box1 img{
        width: 400px;
    }
    
    .illusttop{
        padding: 10px;
           width: 100%;
           margin: 0 auto;
           background-color: #fff;
       }

       .illusttop h3{
        padding: 1rem 0;
        margin-bottom: 0.2rem;
        background-image: linear-gradient(90deg, #f0cfe1 0 25%, #f0c5a2 25% 50%, #b8e8ee 50% 75%, #e9d2ee 75%);
        background-repeat: no-repeat;
        background-size: 100% 0.3rem;
        background-position: bottom;
        color: #7c7c7c;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }
    
    
    ul.listbox{
/**        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;**/
        margin: 40px auto 120px;
        box-sizing: border-box;
		align-items:stretch;
    }
    
    ul.listbox li,ul.listbox li:nth-of-type(3n),ul.listbox li:nth-of-type(4n){
     	height:210px;
        width: calc((100% - 0px)/2);
        margin:0 0 10px 0;
        box-sizing: border-box;
       
    }
    ul.listbox li a{
        font-size:16px;
        color:#484848;
        line-height:1.25em;
        display:block;
		height:210px;
        padding: 10px;
        text-align:center;
        background-color: rgb(247, 247, 237);
        box-shadow: 1px 2px 6px rgba(51,51,51,.25);
    }
    
    
    ul.listbox img {
        width: 120px;
        height: 120px;
    }

    .small_text{
        font-size: 13px;
    }
}

@media screen and (max-width: 500px){
   .none{
    display: block;
   }



.box4-1{
    width: 70%;
    margin: 10px;
}

.box4-1 a{
    line-height: 2;
    color: #ffffff;
    margin: 10px;
}

.box4-1 p{
    font-weight: 500;
    font-size: 17px;
}

.text2 p{
    padding-left: 10px;
}
.kirakira{width:100%;}
.kirakira img{
	width:100%;
	}
}


@media screen and (max-width: 350px){
    ul.listBox img {
        width: 90px;
        height: 90px;
    }
    .top h1{
        font-size: 23px;
        color: #666;
        text-align: center;
         line-height: 1.5;
        margin-bottom: 30px;
        margin-top: 0;
    
    }
    .top p{
        font-size: 16px;
        margin-top: 60px;
        color: #666;
        text-align: center;
    }

}


