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

header{
	background: #000;
	padding-bottom: 20px;
}
/* サブタイトル */
.subttl h2{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 200px;
}
.ttl_m{
	width: 1280px;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px 20px 0px 0px;
	padding: 60px 0 0 0;
	position: relative;
	top:-150px;
	text-align: center;
}
.ttl_m h3{
	background: #000;
	display: inline-block;
	border-radius: 20px;
	font-size: 30px;
	color: #fff;
	padding: 10px 50px;
	
}
@media screen and (max-width: 1280px){
.ttl_m{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-radius: 20px 20px 0px 0px;
	padding: 60px 0 0 0;
	position: relative;
	top:-150px;
	text-align: center;
}
}
@media screen and (max-width: 815px){
.subttl h2{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 150px 0 0 0;
}
}
@media screen and (max-width: 414px){
.subttl h2{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 50px 0 30px 0;
}
.ttl_m{
	top:-140px;
}
.ttl_m h3{
	background: #000;
	display: inline-block;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	padding: 10px 50px;
	
}
}
