@charset "UTF-8";
/* CSS Document */


#illust1{
	text-align: center;
}

#illust2{
	text-align: left;
	float: right;
}

#illust3{
	text-align: left;
	float: left;
}

#illust2r{
    display: none;
}

#illust3r{
    display: none;
}
#concept{
	width: 780px;
	height: 350px;
	position: relative;
	margin-bottom: 20px;
    margin: 0;
}


.concept-left{
	width: 270px;
	float: left;
	line-height: 170%;
	text-indent: 5px;
	padding: 5px;
	
}

.concept-center{
	float: left;
	width: 190px;
	line-height: 150%;
	text-indent: 5px;
	padding: 5px;
}

.concept-right{
	float: left;
	width: 280px;
	line-height: 150%;
	text-indent: 5px;
	padding: 5px;
		margin-bottom: 10px;
}


.List-3column li {
	width:220px;
	margin: 0 15px 2em 0;
	display: inline;
	float:  left;
	position: relative;
}

.List-3column li:nth-child(3n) {
	margin-right:0;
}
/* about
------------------------------------------------------------------------- */    
    @media screen and (max-width: 640px) {
    #illust1{
	text-align: center;
}

#illust2{
    display: none;
}

#illust3{
    display: none;
}
        #illust2r{
    display: block;
	text-align: center;
    float: none;
}

#illust3r{
    display: block;
	text-align: center;
    float: none;
}
        
#concept{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}


.concept-left{
	width: 100%;
	float: left;
	line-height: 170%;
	text-indent: 5px;
	padding: 5px;
    clear: both;
	
}

.concept-center{
	float: left;
	width: 100%;
	line-height: 150%;
	text-indent: 5px;
	padding: 5px;
    clear: both;
}

.concept-right{
	float: left;
	width: 100%;
	line-height: 150%;
	text-indent: 5px;
	padding: 5px;
    clear: both;
}


.List-3column li {
	width:100%;
	margin: 0 15px 2em 0;
	display: inline;
	float:  left;
	position: relative;
}

.List-3column li:nth-child(3n) {
	margin-right:0;
}
    
        .delate{
            display: none;
        }   
    
    
}