@charset "utf-8";
.column1 {
	width: calc(100% - 10px);
	margin: 4px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
}
.column2 {
  width: calc(100% - 10px);
  margin: 4px;
	border: 1px solid rgba(180,180,180,1.00);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
}
.column4 {
  width: calc(50% - 10px);
  margin: 4px;
	border: 1px solid rgba(180,180,180,1.00);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.40);
}
.column-frame{
	margin: 8px;
}
.column-noframe img{
	padding: 0px;
}
.column-noframe p{
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	line-height: 120%;
	text-align: justify;
	font-size: 15px;
}
.column-frame p{
	padding-top: 4px;
	line-height: 150%;
}
.column1 a {
	text-decoration: none;
	color: rgba(65,65,65,1.00);
}
.column2 a {
	text-decoration: none;
	color: rgba(65,65,65,1.00);
}
.column4 a {
	text-decoration: none;
	color: rgba(65,65,65,1.00);
}
.column1 a:hover{
	color: rgba(65,65,65,0.50);
}
.column2 a:hover{
	color: rgba(65,65,65,0.50);
}
.column4 a:hover{
	color: rgba(65,65,65,0.50);
}
	
h3.top-hl {
	font-family: Ryumin Regular KL,Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom: 1px solid rgba(65,65,65,1.00);
	font-size: 28px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.top-catch {
	width: 100%;
	height: 400px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	position: relative;
	background-image: url(../images/top-catch-bg.jpg);
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
}
.top-catch h2 {
	text-align: center;
	position: absolute;
	right: 0px;
	left: 0px;
	font-size: 22px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	top: 15%;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
	z-index: 0;
}
.badge-c {
	position: absolute;
	top: 12px;
	left: 12px;
}
.badge-p {
	position: relative;
}
