@charset "utf-8";

.wrapper { /* 全体の背景に市松模様。ベタ塗りはcontainerを分割して適応 */
	background-image: url(../img/common/sl_bg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
@media (min-width: 1200px) { /* bootstrap:1601行目のcontainerのwidthを強制変更 */
  .container {
    width: 1100px !important;
		background: #FFF;
		/* padding: ; */ /* 他ページとバランスが取れるよう計算し直し。def-lr:15px; */
  }
	.footer {
		background: #FFF !important;
	}
}

.response-cont {
	margin: 5.0rem 0;
}

h2.PageTitle {
	text-align: center;
	font-size: 2.4rem;
	color: #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	margin: 35px 0 0;
	padding-bottom: 15px;
}

.corner_info {
	margin-bottom: 35px;
}

.corner_info .col-lg-3 {
	height: 300px;
	background: #B1B1B1;
}

.corner_info .col-lg-9 h3 {
	font-size: 2rem;
	border-bottom: 1px dotted #ABABAB;
	margin-bottom: 10px;
}
.corner_info .col-lg-9 h3 span {
	border-left: 8px solid #CC181B;
	border-radius: 2px;
	padding: 3px 0 3px 8px;
}