@charset "UTF-8";
/****************************************
	common.cssにあったもの
*****************************************/



/****************************************
	html内にあったもの
*****************************************/

a:link,
a:visited,
a:active {
	color: #000;
}
/*
a:hover {
	color: #000 !important;
}
*/
.column {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#undercolumn {
	background-color: inherit;
	width: 100%;
	line-height: 1.5em;
	margin-top: 0;
}
#undercolumn h2{
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.5rem;
  color: #000;
	/*リニューアル時下記競合打ち消し*/
	border-bottom: none !important;
	padding: 0 !important;
	background: none !important;
}

#undercolumn h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#undercolumn h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.sheetimg{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 880px){
    #undercolumn h2{
font-size: 1.25rem;
padding: 0 45px;
}
}
.mb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.red{
	color: #eb0000;
	font-weight: bold;
}

