@charset "utf-8";

/* ==

　style

=============================================================================== */
.titBlock h2{
	margin:0 !important;
}
h3.tit3{
	margin-bottom: 20px !important;
	padding:15px 0 !important;
	border-top: 2px dashed #ed7987 !important;
	border-bottom: 2px dashed #ed7987 !important;
	text-align:center;
}
h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.bgBlock{
  background:#fff1d6;
  border-radius: 10px;
  overflow:hidden
}
.bgBlock .inner{
  margin:15px;
  padding:25px 15px 0;
  border:2px solid #fff;
  overflow:hidden;
  border-radius: 10px;

}
.bgBlock h3{
  text-align:center;
  border-bottom:0;
}
.bgBlock h4{
  text-align:center;
  border-bottom:1px dotted #ee7300;
  color:#ee7300;
  font-size:148%;
  padding:0 0 5px 0;
}


@media only screen and (max-width: 780px) {
}




