@charset "utf-8";

/*
	common
--------------------------------------------------------------------#contents section {
	padding: 50px 0;
}
 */


#contents .inr {
    overflow: hidden;
}




/*
	contents
-------------------------------------------------------------------- */

#contents  img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.about01{
    text-align: center;
}
.about02{
    background-image: url(../images/about02.jpg);
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-position: center 0%;
}

#contents section .txt01 {
    text-align: center;
    font-size: 16px;
    line-height: 3em;
    margin-top: 30px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
}







/* tablet */
@media screen and (max-width: 768px){
/*
	common
-------------------------------------------------------------------- */

#contents section {
	margin: 0;
	padding-left: 30px;
	padding-right: 30px;
}


	



/*
	contents
-------------------------------------------------------------------- */

#contents section {
}

#contents section .txt01 {
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin-top: 50px;
}

}





/* SP */
@media screen and (max-width:640px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	padding: 20px;
}


	
/*
	title
-------------------------------------------------------------------- */




/*
	contents
-------------------------------------------------------------------- */

#contents section {
}

#contents section .txt01 {
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    margin-top: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.about01 img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	}








