@charset "utf-8";

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

#contents section {
	padding: 50px 0;
}



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

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}


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

#contents section {
	border-bottom: 1px solid #1BA1E6;
}

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







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

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


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

h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
}

	
h3 {
	font-size: 16px;
	margin-bottom: 30px;
}


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

#contents section {
	border-bottom: 1px solid #1BA1E6;
}

#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
-------------------------------------------------------------------- */

h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 30px;
}


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

#contents section {
	border-bottom: 1px solid #1BA1E6;
}

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

}








